﻿@charset "UTF-8";
@import url("css/swiper.css");
@import url("css/all.css");
@import url("css/animsition.css");
@import url("css/bootstrap.offcanvas.css");
@import url("css/lightgallery.css");
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #7f7b77;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --brown: #534e4c;
  --green: #7c8f72;
  --white: #ffffff;
  --red: #8b0000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #7f7b77;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(87.506097561, 84.75, 81.993902439);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@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.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@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: 80%;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: 90%;
  color: #6c757d;
}

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table, body #wrapper table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th, body #wrapper table th,
.table td,
body #wrapper table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, body #wrapper table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, body #wrapper table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(219.16, 218.04, 216.92);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(188.44, 186.36, 184.28);
}

.table-hover .table-primary:hover {
  background-color: rgb(206.7963636364, 205.29, 203.7836363636);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(206.7963636364, 205.29, 203.7836363636);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: rgb(206.84, 205.44, 204.88);
}
.table-brown th,
.table-brown td,
.table-brown thead th,
.table-brown tbody + tbody {
  border-color: rgb(165.56, 162.96, 161.92);
}

.table-hover .table-brown:hover {
  background-color: rgb(194.3442735043, 192.581025641, 191.8757264957);
}
.table-hover .table-brown:hover > td,
.table-hover .table-brown:hover > th {
  background-color: rgb(194.3442735043, 192.581025641, 191.8757264957);
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: rgb(218.32, 223.64, 215.52);
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: rgb(186.88, 196.76, 181.68);
}

.table-hover .table-green:hover {
  background-color: rgb(205.1164426877, 212.3514624506, 201.3085375494);
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: rgb(205.1164426877, 212.3514624506, 201.3085375494);
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: rgb(222.52, 183.6, 183.6);
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: rgb(194.68, 122.4, 122.4);
}

.table-hover .table-red:hover {
  background-color: rgb(214.5469541779, 166.0730458221, 166.0730458221);
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: rgb(214.5469541779, 166.0730458221, 166.0730458221);
}

.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, body #wrapper table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th, body #wrapper table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  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: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;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #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);
}
.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);
  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 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);
  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: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.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: 80%;
  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);
}
.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);
  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 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);
  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: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.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: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-primary {
  color: #fff;
  background-color: #7f7b77;
  border-color: #7f7b77;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(107.2530487805, 103.875, 100.4969512195);
  border-color: rgb(100.6707317073, 97.5, 94.3292682927);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(107.2530487805, 103.875, 100.4969512195);
  border-color: rgb(100.6707317073, 97.5, 94.3292682927);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(146.2, 142.8, 139.4, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #7f7b77;
  border-color: #7f7b77;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(100.6707317073, 97.5, 94.3292682927);
  border-color: rgb(94.0884146341, 91.125, 88.1615853659);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(146.2, 142.8, 139.4, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 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: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-brown {
  color: #fff;
  background-color: #534e4c;
  border-color: #534e4c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-brown:hover {
  color: #fff;
  background-color: rgb(63.0330188679, 59.2358490566, 57.7169811321);
  border-color: rgb(56.3773584906, 52.9811320755, 51.6226415094);
}
.btn-brown:focus, .btn-brown.focus {
  color: #fff;
  background-color: rgb(63.0330188679, 59.2358490566, 57.7169811321);
  border-color: rgb(56.3773584906, 52.9811320755, 51.6226415094);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(108.8, 104.55, 102.85, 0.5);
}
.btn-brown.disabled, .btn-brown:disabled {
  color: #fff;
  background-color: #534e4c;
  border-color: #534e4c;
}
.btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .show > .btn-brown.dropdown-toggle {
  color: #fff;
  background-color: rgb(56.3773584906, 52.9811320755, 51.6226415094);
  border-color: rgb(49.7216981132, 46.7264150943, 45.5283018868);
}
.btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-brown.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108.8, 104.55, 102.85, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #7c8f72;
  border-color: #7c8f72;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-green:hover {
  color: #fff;
  background-color: rgb(105.4841897233, 121.912055336, 96.837944664);
  border-color: rgb(99.3359683794, 114.8063241107, 91.1936758893);
}
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: rgb(105.4841897233, 121.912055336, 96.837944664);
  border-color: rgb(99.3359683794, 114.8063241107, 91.1936758893);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(143.65, 159.8, 135.15, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #7c8f72;
  border-color: #7c8f72;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: rgb(99.3359683794, 114.8063241107, 91.1936758893);
  border-color: rgb(93.1877470356, 107.7005928854, 85.5494071146);
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(143.65, 159.8, 135.15, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-white:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #8b0000;
  border-color: #8b0000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-red:hover {
  color: #fff;
  background-color: rgb(100.75, 0, 0);
  border-color: #580000;
}
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: rgb(100.75, 0, 0);
  border-color: #580000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(156.4, 38.25, 38.25, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #8b0000;
  border-color: #8b0000;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #580000;
  border-color: rgb(75.25, 0, 0);
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(156.4, 38.25, 38.25, 0.5);
}

.btn-outline-primary {
  color: #7f7b77;
  border-color: #7f7b77;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #7f7b77;
  border-color: #7f7b77;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 123, 119, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #7f7b77;
  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: #7f7b77;
  border-color: #7f7b77;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(127, 123, 119, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-brown {
  color: #534e4c;
  border-color: #534e4c;
}
.btn-outline-brown:hover {
  color: #fff;
  background-color: #534e4c;
  border-color: #534e4c;
}
.btn-outline-brown:focus, .btn-outline-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 78, 76, 0.5);
}
.btn-outline-brown.disabled, .btn-outline-brown:disabled {
  color: #534e4c;
  background-color: transparent;
}
.btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active, .show > .btn-outline-brown.dropdown-toggle {
  color: #fff;
  background-color: #534e4c;
  border-color: #534e4c;
}
.btn-outline-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(83, 78, 76, 0.5);
}

.btn-outline-green {
  color: #7c8f72;
  border-color: #7c8f72;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #7c8f72;
  border-color: #7c8f72;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 143, 114, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #7c8f72;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #7c8f72;
  border-color: #7c8f72;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(124, 143, 114, 0.5);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-red {
  color: #8b0000;
  border-color: #8b0000;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #8b0000;
  border-color: #8b0000;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #8b0000;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #8b0000;
  border-color: #8b0000;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(139, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #7f7b77;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(87.506097561, 84.75, 81.993902439);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: 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;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.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-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #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: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: 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;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  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: rgb(127.5, 189, 255);
  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;
  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;
}

.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;
  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: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  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;
  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: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  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;
  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: rgb(178.5, 215.4, 255);
}
.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;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .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.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.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: 1px solid rgba(0, 0, 0, 0.125);
}
.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;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-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;
}

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

.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-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;
}
.accordion > .card > .card-header {
  margin-bottom: -1px;
}

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #7f7b77;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(100.6707317073, 97.5, 94.3292682927);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(127, 123, 119, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-brown {
  color: #fff;
  background-color: #534e4c;
}
a.badge-brown:hover, a.badge-brown:focus {
  color: #fff;
  background-color: rgb(56.3773584906, 52.9811320755, 51.6226415094);
}
a.badge-brown:focus, a.badge-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(83, 78, 76, 0.5);
}

.badge-green {
  color: #fff;
  background-color: #7c8f72;
}
a.badge-green:hover, a.badge-green:focus {
  color: #fff;
  background-color: rgb(99.3359683794, 114.8063241107, 91.1936758893);
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(124, 143, 114, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #ffffff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-red {
  color: #fff;
  background-color: #8b0000;
}
a.badge-red:hover, a.badge-red:focus {
  color: #fff;
  background-color: #580000;
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(66.04, 63.96, 61.88);
  background-color: rgb(229.4, 228.6, 227.8);
  border-color: rgb(219.16, 218.04, 216.92);
}
.alert-primary hr {
  border-top-color: rgb(206.7963636364, 205.29, 203.7836363636);
}
.alert-primary .alert-link {
  color: rgb(39.7107317073, 38.46, 37.2092682927);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

.alert-brown {
  color: rgb(43.16, 40.56, 39.52);
  background-color: rgb(220.6, 219.6, 219.2);
  border-color: rgb(206.84, 205.44, 204.88);
}
.alert-brown hr {
  border-top-color: rgb(194.3442735043, 192.581025641, 191.8757264957);
}
.alert-brown .alert-link {
  color: rgb(16.5373584906, 15.5411320755, 15.1426415094);
}

.alert-green {
  color: rgb(64.48, 74.36, 59.28);
  background-color: rgb(228.8, 232.6, 226.8);
  border-color: rgb(218.32, 223.64, 215.52);
}
.alert-green hr {
  border-top-color: rgb(205.1164426877, 212.3514624506, 201.3085375494);
}
.alert-green .alert-link {
  color: rgb(39.8729961089, 45.9825680934, 36.6574319066);
}

.alert-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-white .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}

.alert-red {
  color: rgb(72.28, 0, 0);
  background-color: rgb(231.8, 204, 204);
  border-color: rgb(222.52, 183.6, 183.6);
}
.alert-red hr {
  border-top-color: rgb(214.5469541779, 166.0730458221, 166.0730458221);
}
.alert-red .alert-link {
  color: rgb(21.28, 0, 0);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

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

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

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

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(66.04, 63.96, 61.88);
  background-color: rgb(219.16, 218.04, 216.92);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(66.04, 63.96, 61.88);
  background-color: rgb(206.7963636364, 205.29, 203.7836363636);
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(66.04, 63.96, 61.88);
  border-color: rgb(66.04, 63.96, 61.88);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.list-group-item-brown {
  color: rgb(43.16, 40.56, 39.52);
  background-color: rgb(206.84, 205.44, 204.88);
}
.list-group-item-brown.list-group-item-action:hover, .list-group-item-brown.list-group-item-action:focus {
  color: rgb(43.16, 40.56, 39.52);
  background-color: rgb(194.3442735043, 192.581025641, 191.8757264957);
}
.list-group-item-brown.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(43.16, 40.56, 39.52);
  border-color: rgb(43.16, 40.56, 39.52);
}

.list-group-item-green {
  color: rgb(64.48, 74.36, 59.28);
  background-color: rgb(218.32, 223.64, 215.52);
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: rgb(64.48, 74.36, 59.28);
  background-color: rgb(205.1164426877, 212.3514624506, 201.3085375494);
}
.list-group-item-green.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(64.48, 74.36, 59.28);
  border-color: rgb(64.48, 74.36, 59.28);
}

.list-group-item-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-white.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-red {
  color: rgb(72.28, 0, 0);
  background-color: rgb(222.52, 183.6, 183.6);
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: rgb(72.28, 0, 0);
  background-color: rgb(214.5469541779, 166.0730458221, 166.0730458221);
}
.list-group-item-red.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(72.28, 0, 0);
  border-color: rgb(72.28, 0, 0);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}
.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.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #7f7b77 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(100.6707317073, 97.5, 94.3292682927) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-brown {
  background-color: #534e4c !important;
}

a.bg-brown:hover, a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: rgb(56.3773584906, 52.9811320755, 51.6226415094) !important;
}

.bg-green, body #wrapper .navbar-toggle .icon-bar, #home-banner-pagination .swiper-pagination-bullet {
  background-color: #7c8f72 !important;
}

a.bg-green:hover, body #wrapper .navbar-toggle a.icon-bar:hover, #home-banner-pagination a.swiper-pagination-bullet:hover, a.bg-green:focus, body #wrapper .navbar-toggle a.icon-bar:focus, #home-banner-pagination a.swiper-pagination-bullet:focus,
button.bg-green:hover,
body #wrapper .navbar-toggle button.icon-bar:hover,
#home-banner-pagination button.swiper-pagination-bullet:hover,
button.bg-green:focus,
body #wrapper .navbar-toggle button.icon-bar:focus,
#home-banner-pagination button.swiper-pagination-bullet:focus {
  background-color: rgb(99.3359683794, 114.8063241107, 91.1936758893) !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-red {
  background-color: #8b0000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #7f7b77 !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

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

.border-brown {
  border-color: #534e4c !important;
}

.border-green {
  border-color: #7c8f72 !important;
}

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

.border-red {
  border-color: #8b0000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: 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.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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;
}

.w-33 {
  width: 33.3333333333% !important;
}

.w-66 {
  width: 66.6666666667% !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;
}

.h-33 {
  height: 33.3333333333% !important;
}

.h-66 {
  height: 66.6666666667% !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: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-4,
.mx-4 {
  margin-left: 3rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3.5rem !important;
}

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

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.m-7 {
  margin: 9rem !important;
}

.mt-7,
.my-7 {
  margin-top: 9rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 9rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 9rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 9rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-5,
.py-5 {
  padding-top: 3.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3.5rem !important;
}

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

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 9rem !important;
}

.pt-7,
.py-7 {
  padding-top: 9rem !important;
}

.pr-7,
.px-7 {
  padding-right: 9rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 9rem !important;
}

.pl-7,
.px-7 {
  padding-left: 9rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n4,
.mx-n4 {
  margin-left: -3rem !important;
}

.m-n5 {
  margin: -3.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3.5rem !important;
}

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

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

.m-n7 {
  margin: -9rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -9rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -9rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -9rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -9rem !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: 0rem !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0rem !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 3rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3rem !important;
  }
  .m-sm-5 {
    margin: 3.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.5rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .m-sm-7 {
    margin: 9rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 9rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 9rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 9rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0rem !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 3rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3rem !important;
  }
  .p-sm-5 {
    padding: 3.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.5rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .p-sm-7 {
    padding: 9rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 9rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 9rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 9rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1.5rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n4 {
    margin: -3rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3rem !important;
  }
  .m-sm-n5 {
    margin: -3.5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-n7 {
    margin: -9rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -9rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -9rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -9rem !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: 0rem !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0rem !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0rem !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.5rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.5rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.5rem !important;
  }
  .m-md-4 {
    margin: 3rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3rem !important;
  }
  .m-md-5 {
    margin: 3.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.5rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .m-md-7 {
    margin: 9rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 9rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 9rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 9rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 9rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0rem !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0rem !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0rem !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.5rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.5rem !important;
  }
  .p-md-4 {
    padding: 3rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3rem !important;
  }
  .p-md-5 {
    padding: 3.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3.5rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .p-md-7 {
    padding: 9rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 9rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 9rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 9rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 9rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1.5rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.5rem !important;
  }
  .m-md-n4 {
    margin: -3rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3rem !important;
  }
  .m-md-n5 {
    margin: -3.5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3.5rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-n7 {
    margin: -9rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -9rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -9rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -9rem !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: 0rem !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0rem !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 3rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3rem !important;
  }
  .m-lg-5 {
    margin: 3.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.5rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .m-lg-7 {
    margin: 9rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 9rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 9rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 9rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0rem !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 3rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3rem !important;
  }
  .p-lg-5 {
    padding: 3.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.5rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .p-lg-7 {
    padding: 9rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 9rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 9rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 9rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1.5rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n4 {
    margin: -3rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3rem !important;
  }
  .m-lg-n5 {
    margin: -3.5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-n7 {
    margin: -9rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -9rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -9rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -9rem !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: 0rem !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0rem !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 3rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3rem !important;
  }
  .m-xl-5 {
    margin: 3.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.5rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .m-xl-7 {
    margin: 9rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 9rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 9rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 9rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0rem !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 3rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3rem !important;
  }
  .p-xl-5 {
    padding: 3.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.5rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .p-xl-7 {
    padding: 9rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 9rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 9rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 9rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1.5rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n4 {
    margin: -3rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3rem !important;
  }
  .m-xl-n5 {
    margin: -3.5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
  .m-xl-n7 {
    margin: -9rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -9rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -9rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -9rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #7f7b77 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(87.506097561, 84.75, 81.993902439) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-brown, body {
  color: #534e4c !important;
}

a.text-brown:hover, a.text-brown:focus {
  color: rgb(43.0660377358, 40.4716981132, 39.4339622642) !important;
}

.text-green, body a:hover, body a {
  color: #7c8f72 !important;
}

a.text-green:hover, body a:hover, a.text-green:focus, body a:focus {
  color: rgb(87.0395256917, 100.5948616601, 79.9051383399) !important;
}

.text-white {
  color: #ffffff !important;
}

a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-red, body form .validation-container, body form label.mandatory:after {
  color: #8b0000 !important;
}

a.text-red:hover, body form a.validation-container:hover, a.text-red:focus, body form a.validation-container:focus {
  color: rgb(62.5, 0, 0) !important;
}

.text-body {
  color: #212529 !important;
}

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

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, body #wrapper table {
    border-collapse: collapse !important;
  }
  .table td, body #wrapper table td,
  .table th,
  body #wrapper table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th, body #wrapper table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.hover-brown:hover {
  color: #534e4c;
}

.hover-green:hover {
  color: #7c8f72;
}

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

.hover-red:hover {
  color: #8b0000;
}

.hover-primary:hover {
  color: #7f7b77;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("fonts/bootstrap-icons.eot?gm1zh6");
  src: url("fonts/bootstrap-icons.eot?gm1zh6#iefix") format("embedded-opentype"), url("fonts/bootstrap-icons.ttf?gm1zh6") format("truetype"), url("fonts/bootstrap-icons.woff?gm1zh6") format("woff"), url("fonts/bootstrap-icons.svg?gm1zh6#bootstrap-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-bs-], [class*=" icon-bs-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bootstrap-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bs-alarm:before {
  content: "\e900";
}

.icon-bs-alarm-fill:before {
  content: "\e901";
}

.icon-bs-align-bottom:before {
  content: "\e902";
}

.icon-bs-align-center:before {
  content: "\e903";
}

.icon-bs-align-end:before {
  content: "\e904";
}

.icon-bs-align-middle:before {
  content: "\e905";
}

.icon-bs-align-start:before {
  content: "\e906";
}

.icon-bs-align-top:before {
  content: "\e907";
}

.icon-bs-alt:before {
  content: "\e908";
}

.icon-bs-app:before {
  content: "\e909";
}

.icon-bs-app-indicator:before {
  content: "\e90a";
}

.icon-bs-archive:before {
  content: "\e90b";
}

.icon-bs-archive-fill:before {
  content: "\e90c";
}

.icon-bs-arrow-90deg-down:before {
  content: "\e90d";
}

.icon-bs-arrow-90deg-left:before {
  content: "\e90e";
}

.icon-bs-arrow-90deg-right:before {
  content: "\e90f";
}

.icon-bs-arrow-90deg-up:before {
  content: "\e910";
}

.icon-bs-arrow-bar-down:before {
  content: "\e911";
}

.icon-bs-arrow-bar-left:before {
  content: "\e912";
}

.icon-bs-arrow-bar-right:before {
  content: "\e913";
}

.icon-bs-arrow-bar-up:before {
  content: "\e914";
}

.icon-bs-arrow-clockwise:before {
  content: "\e915";
}

.icon-bs-arrow-counterclockwise:before {
  content: "\e916";
}

.icon-bs-arrow-down:before {
  content: "\e917";
}

.icon-bs-arrow-down-circle:before {
  content: "\e918";
}

.icon-bs-arrow-down-circle-fill:before {
  content: "\e919";
}

.icon-bs-arrow-down-left:before {
  content: "\e91a";
}

.icon-bs-arrow-down-left-circle:before {
  content: "\e91b";
}

.icon-bs-arrow-down-left-circle-fill:before {
  content: "\e91c";
}

.icon-bs-arrow-down-left-square:before {
  content: "\e91d";
}

.icon-bs-arrow-down-left-square-fill:before {
  content: "\e91e";
}

.icon-bs-arrow-down-right:before {
  content: "\e91f";
}

.icon-bs-arrow-down-right-circle:before {
  content: "\e920";
}

.icon-bs-arrow-down-right-circle-fill:before {
  content: "\e921";
}

.icon-bs-arrow-down-right-square:before {
  content: "\e922";
}

.icon-bs-arrow-down-right-square-fill:before {
  content: "\e923";
}

.icon-bs-arrow-down-short:before {
  content: "\e924";
}

.icon-bs-arrow-down-square:before {
  content: "\e925";
}

.icon-bs-arrow-down-square-fill:before {
  content: "\e926";
}

.icon-bs-arrow-down-up:before {
  content: "\e927";
}

.icon-bs-arrow-left:before {
  content: "\e928";
}

.icon-bs-arrow-left-circle:before {
  content: "\e929";
}

.icon-bs-arrow-left-circle-fill:before {
  content: "\e92a";
}

.icon-bs-arrow-left-right:before {
  content: "\e92b";
}

.icon-bs-arrow-left-short:before {
  content: "\e92c";
}

.icon-bs-arrow-left-square:before {
  content: "\e92d";
}

.icon-bs-arrow-left-square-fill:before {
  content: "\e92e";
}

.icon-bs-arrow-repeat:before {
  content: "\e92f";
}

.icon-bs-arrow-return-left:before {
  content: "\e930";
}

.icon-bs-arrow-return-right:before {
  content: "\e931";
}

.icon-bs-arrow-right:before {
  content: "\e932";
}

.icon-bs-arrow-right-circle:before {
  content: "\e933";
}

.icon-bs-arrow-right-circle-fill:before {
  content: "\e934";
}

.icon-bs-arrow-right-short:before {
  content: "\e935";
}

.icon-bs-arrow-right-square:before {
  content: "\e936";
}

.icon-bs-arrow-right-square-fill:before {
  content: "\e937";
}

.icon-bs-arrows-angle-contract:before {
  content: "\e938";
}

.icon-bs-arrows-angle-expand:before {
  content: "\e939";
}

.icon-bs-arrows-collapse:before {
  content: "\e93a";
}

.icon-bs-arrows-expand:before {
  content: "\e93b";
}

.icon-bs-arrows-fullscreen:before {
  content: "\e93c";
}

.icon-bs-arrows-move:before {
  content: "\e93d";
}

.icon-bs-arrow-up:before {
  content: "\e93e";
}

.icon-bs-arrow-up-circle:before {
  content: "\e93f";
}

.icon-bs-arrow-up-circle-fill:before {
  content: "\e940";
}

.icon-bs-arrow-up-left:before {
  content: "\e941";
}

.icon-bs-arrow-up-left-circle:before {
  content: "\e942";
}

.icon-bs-arrow-up-left-circle-fill:before {
  content: "\e943";
}

.icon-bs-arrow-up-left-square:before {
  content: "\e944";
}

.icon-bs-arrow-up-left-square-fill:before {
  content: "\e945";
}

.icon-bs-arrow-up-right:before {
  content: "\e946";
}

.icon-bs-arrow-up-right-circle:before {
  content: "\e947";
}

.icon-bs-arrow-up-right-circle-fill:before {
  content: "\e948";
}

.icon-bs-arrow-up-right-square:before {
  content: "\e949";
}

.icon-bs-arrow-up-right-square-fill:before {
  content: "\e94a";
}

.icon-bs-arrow-up-short:before {
  content: "\e94b";
}

.icon-bs-arrow-up-square:before {
  content: "\e94c";
}

.icon-bs-arrow-up-square-fill:before {
  content: "\e94d";
}

.icon-bs-aspect-ratio:before {
  content: "\e94e";
}

.icon-bs-aspect-ratio-fill:before {
  content: "\e94f";
}

.icon-bs-asterisk:before {
  content: "\e950";
}

.icon-bs-at:before {
  content: "\e951";
}

.icon-bs-award:before {
  content: "\e952";
}

.icon-bs-award-fill:before {
  content: "\e953";
}

.icon-bs-back:before {
  content: "\e954";
}

.icon-bs-backspace:before {
  content: "\e955";
}

.icon-bs-backspace-fill:before {
  content: "\e956";
}

.icon-bs-backspace-reverse:before {
  content: "\e957";
}

.icon-bs-backspace-reverse-fill:before {
  content: "\e958";
}

.icon-bs-badge-4k:before {
  content: "\e959";
}

.icon-bs-badge-4k-fill:before {
  content: "\e95a";
}

.icon-bs-badge-8k:before {
  content: "\e95b";
}

.icon-bs-badge-8k-fill:before {
  content: "\e95c";
}

.icon-bs-badge-ad:before {
  content: "\e95d";
}

.icon-bs-badge-ad-fill:before {
  content: "\e95e";
}

.icon-bs-badge-cc:before {
  content: "\e95f";
}

.icon-bs-badge-cc-fill:before {
  content: "\e960";
}

.icon-bs-badge-hd:before {
  content: "\e961";
}

.icon-bs-badge-hd-fill:before {
  content: "\e962";
}

.icon-bs-badge-tm:before {
  content: "\e963";
}

.icon-bs-badge-tm-fill:before {
  content: "\e964";
}

.icon-bs-badge-vo:before {
  content: "\e965";
}

.icon-bs-badge-vo-fill:before {
  content: "\e966";
}

.icon-bs-bag:before {
  content: "\e967";
}

.icon-bs-bag-check:before {
  content: "\e968";
}

.icon-bs-bag-check-fill:before {
  content: "\e969";
}

.icon-bs-bag-dash:before {
  content: "\e96a";
}

.icon-bs-bag-dash-fill:before {
  content: "\e96b";
}

.icon-bs-bag-fill:before {
  content: "\e96c";
}

.icon-bs-bag-plus:before {
  content: "\e96d";
}

.icon-bs-bag-plus-fill:before {
  content: "\e96e";
}

.icon-bs-bag-x:before {
  content: "\e96f";
}

.icon-bs-bag-x-fill:before {
  content: "\e970";
}

.icon-bs-bar-chart:before {
  content: "\e971";
}

.icon-bs-bar-chart-fill:before {
  content: "\e972";
}

.icon-bs-bar-chart-line:before {
  content: "\e973";
}

.icon-bs-bar-chart-line-fill:before {
  content: "\e974";
}

.icon-bs-bar-chart-steps:before {
  content: "\e975";
}

.icon-bs-basket:before {
  content: "\e976";
}

.icon-bs-basket2:before {
  content: "\e977";
}

.icon-bs-basket2-fill:before {
  content: "\e978";
}

.icon-bs-basket3:before {
  content: "\e979";
}

.icon-bs-basket3-fill:before {
  content: "\e97a";
}

.icon-bs-basket-fill:before {
  content: "\e97b";
}

.icon-bs-battery:before {
  content: "\e97c";
}

.icon-bs-battery-charging:before {
  content: "\e97d";
}

.icon-bs-battery-full:before {
  content: "\e97e";
}

.icon-bs-battery-half:before {
  content: "\e97f";
}

.icon-bs-bell:before {
  content: "\e980";
}

.icon-bs-bell-fill:before {
  content: "\e981";
}

.icon-bs-bezier:before {
  content: "\e982";
}

.icon-bs-bezier2:before {
  content: "\e983";
}

.icon-bs-bicycle:before {
  content: "\e984";
}

.icon-bs-binoculars:before {
  content: "\e985";
}

.icon-bs-binoculars-fill:before {
  content: "\e986";
}

.icon-bs-blockquote-left:before {
  content: "\e987";
}

.icon-bs-blockquote-right:before {
  content: "\e988";
}

.icon-bs-book:before {
  content: "\e989";
}

.icon-bs-book-fill:before {
  content: "\e98a";
}

.icon-bs-book-half:before {
  content: "\e98b";
}

.icon-bs-bookmark:before {
  content: "\e98c";
}

.icon-bs-bookmark-check:before {
  content: "\e98d";
}

.icon-bs-bookmark-check-fill:before {
  content: "\e98e";
}

.icon-bs-bookmark-dash:before {
  content: "\e98f";
}

.icon-bs-bookmark-dash-fill:before {
  content: "\e990";
}

.icon-bs-bookmark-fill:before {
  content: "\e991";
}

.icon-bs-bookmark-heart:before {
  content: "\e992";
}

.icon-bs-bookmark-heart-fill:before {
  content: "\e993";
}

.icon-bs-bookmark-plus:before {
  content: "\e994";
}

.icon-bs-bookmark-plus-fill:before {
  content: "\e995";
}

.icon-bs-bookmarks:before {
  content: "\e996";
}

.icon-bs-bookmarks-fill:before {
  content: "\e997";
}

.icon-bs-bookmark-star:before {
  content: "\e998";
}

.icon-bs-bookmark-star-fill:before {
  content: "\e999";
}

.icon-bs-bookmark-x:before {
  content: "\e99a";
}

.icon-bs-bookmark-x-fill:before {
  content: "\e99b";
}

.icon-bs-bookshelf:before {
  content: "\e99c";
}

.icon-bs-bootstrap:before {
  content: "\e99d";
}

.icon-bs-bootstrap-fill:before {
  content: "\e99e";
}

.icon-bs-bootstrap-reboot:before {
  content: "\e99f";
}

.icon-bs-border-style:before {
  content: "\e9a0";
}

.icon-bs-border-width:before {
  content: "\e9a1";
}

.icon-bs-bounding-box:before {
  content: "\e9a2";
}

.icon-bs-bounding-box-circles:before {
  content: "\e9a3";
}

.icon-bs-box:before {
  content: "\e9a4";
}

.icon-bs-box-arrow-down:before {
  content: "\e9a5";
}

.icon-bs-box-arrow-down-left:before {
  content: "\e9a6";
}

.icon-bs-box-arrow-down-right:before {
  content: "\e9a7";
}

.icon-bs-box-arrow-in-down:before {
  content: "\e9a8";
}

.icon-bs-box-arrow-in-down-left:before {
  content: "\e9a9";
}

.icon-bs-box-arrow-in-down-right:before {
  content: "\e9aa";
}

.icon-bs-box-arrow-in-left:before {
  content: "\e9ab";
}

.icon-bs-box-arrow-in-right:before {
  content: "\e9ac";
}

.icon-bs-box-arrow-in-up:before {
  content: "\e9ad";
}

.icon-bs-box-arrow-in-up-left:before {
  content: "\e9ae";
}

.icon-bs-box-arrow-in-up-right:before {
  content: "\e9af";
}

.icon-bs-box-arrow-left:before {
  content: "\e9b0";
}

.icon-bs-box-arrow-right:before {
  content: "\e9b1";
}

.icon-bs-box-arrow-up:before {
  content: "\e9b2";
}

.icon-bs-box-arrow-up-left:before {
  content: "\e9b3";
}

.icon-bs-box-arrow-up-right:before {
  content: "\e9b4";
}

.icon-bs-box-seam:before {
  content: "\e9b5";
}

.icon-bs-braces:before {
  content: "\e9b6";
}

.icon-bs-bricks:before {
  content: "\e9b7";
}

.icon-bs-briefcase:before {
  content: "\e9b8";
}

.icon-bs-briefcase-fill:before {
  content: "\e9b9";
}

.icon-bs-brightness-alt-high:before {
  content: "\e9ba";
}

.icon-bs-brightness-alt-high-fill:before {
  content: "\e9bb";
}

.icon-bs-brightness-alt-low:before {
  content: "\e9bc";
}

.icon-bs-brightness-alt-low-fill:before {
  content: "\e9bd";
}

.icon-bs-brightness-high:before {
  content: "\e9be";
}

.icon-bs-brightness-high-fill:before {
  content: "\e9bf";
}

.icon-bs-brightness-low:before {
  content: "\e9c0";
}

.icon-bs-brightness-low-fill:before {
  content: "\e9c1";
}

.icon-bs-broadcast:before {
  content: "\e9c2";
}

.icon-bs-broadcast-pin:before {
  content: "\e9c3";
}

.icon-bs-brush:before {
  content: "\e9c4";
}

.icon-bs-brush-fill:before {
  content: "\e9c5";
}

.icon-bs-bucket:before {
  content: "\e9c6";
}

.icon-bs-bucket-fill:before {
  content: "\e9c7";
}

.icon-bs-bug:before {
  content: "\e9c8";
}

.icon-bs-bug-fill:before {
  content: "\e9c9";
}

.icon-bs-building:before {
  content: "\e9ca";
}

.icon-bs-bullseye:before {
  content: "\e9cb";
}

.icon-bs-calculator:before {
  content: "\e9cc";
}

.icon-bs-calculator-fill:before {
  content: "\e9cd";
}

.icon-bs-calendar:before {
  content: "\e9ce";
}

.icon-bs-calendar2:before {
  content: "\e9cf";
}

.icon-bs-calendar2-check:before {
  content: "\e9d0";
}

.icon-bs-calendar2-check-fill:before {
  content: "\e9d1";
}

.icon-bs-calendar2-date:before {
  content: "\e9d2";
}

.icon-bs-calendar2-date-fill:before {
  content: "\e9d3";
}

.icon-bs-calendar2-day:before {
  content: "\e9d4";
}

.icon-bs-calendar2-day-fill:before {
  content: "\e9d5";
}

.icon-bs-calendar2-event:before {
  content: "\e9d6";
}

.icon-bs-calendar2-event-fill:before {
  content: "\e9d7";
}

.icon-bs-calendar2-fill:before {
  content: "\e9d8";
}

.icon-bs-calendar2-minus:before {
  content: "\e9d9";
}

.icon-bs-calendar2-minus-fill:before {
  content: "\e9da";
}

.icon-bs-calendar2-month:before {
  content: "\e9db";
}

.icon-bs-calendar2-month-fill:before {
  content: "\e9dc";
}

.icon-bs-calendar2-plus:before {
  content: "\e9dd";
}

.icon-bs-calendar2-plus-fill:before {
  content: "\e9de";
}

.icon-bs-calendar2-range:before {
  content: "\e9df";
}

.icon-bs-calendar2-range-fill:before {
  content: "\e9e0";
}

.icon-bs-calendar2-week:before {
  content: "\e9e1";
}

.icon-bs-calendar2-week-fill:before {
  content: "\e9e2";
}

.icon-bs-calendar2-x:before {
  content: "\e9e3";
}

.icon-bs-calendar2-x-fill:before {
  content: "\e9e4";
}

.icon-bs-calendar3:before {
  content: "\e9e5";
}

.icon-bs-calendar3-event:before {
  content: "\e9e6";
}

.icon-bs-calendar3-event-fill:before {
  content: "\e9e7";
}

.icon-bs-calendar3-fill:before {
  content: "\e9e8";
}

.icon-bs-calendar3-range:before {
  content: "\e9e9";
}

.icon-bs-calendar3-range-fill:before {
  content: "\e9ea";
}

.icon-bs-calendar3-week:before {
  content: "\e9eb";
}

.icon-bs-calendar3-week-fill:before {
  content: "\e9ec";
}

.icon-bs-calendar4:before {
  content: "\e9ed";
}

.icon-bs-calendar4-event:before {
  content: "\e9ee";
}

.icon-bs-calendar4-range:before {
  content: "\e9ef";
}

.icon-bs-calendar4-week:before {
  content: "\e9f0";
}

.icon-bs-calendar-check:before {
  content: "\e9f1";
}

.icon-bs-calendar-check-fill:before {
  content: "\e9f2";
}

.icon-bs-calendar-date:before {
  content: "\e9f3";
}

.icon-bs-calendar-date-fill:before {
  content: "\e9f4";
}

.icon-bs-calendar-day:before {
  content: "\e9f5";
}

.icon-bs-calendar-day-fill:before {
  content: "\e9f6";
}

.icon-bs-calendar-event:before {
  content: "\e9f7";
}

.icon-bs-calendar-event-fill:before {
  content: "\e9f8";
}

.icon-bs-calendar-fill:before {
  content: "\e9f9";
}

.icon-bs-calendar-minus:before {
  content: "\e9fa";
}

.icon-bs-calendar-minus-fill:before {
  content: "\e9fb";
}

.icon-bs-calendar-month:before {
  content: "\e9fc";
}

.icon-bs-calendar-month-fill:before {
  content: "\e9fd";
}

.icon-bs-calendar-plus:before {
  content: "\e9fe";
}

.icon-bs-calendar-plus-fill:before {
  content: "\e9ff";
}

.icon-bs-calendar-range:before {
  content: "\ea00";
}

.icon-bs-calendar-range-fill:before {
  content: "\ea01";
}

.icon-bs-calendar-week:before {
  content: "\ea02";
}

.icon-bs-calendar-week-fill:before {
  content: "\ea03";
}

.icon-bs-calendar-x:before {
  content: "\ea04";
}

.icon-bs-calendar-x-fill:before {
  content: "\ea05";
}

.icon-bs-camera:before {
  content: "\ea06";
}

.icon-bs-camera2:before {
  content: "\ea07";
}

.icon-bs-camera-fill:before {
  content: "\ea08";
}

.icon-bs-camera-reels:before {
  content: "\ea09";
}

.icon-bs-camera-reels-fill:before {
  content: "\ea0a";
}

.icon-bs-camera-video:before {
  content: "\ea0b";
}

.icon-bs-camera-video-fill:before {
  content: "\ea0c";
}

.icon-bs-camera-video-off:before {
  content: "\ea0d";
}

.icon-bs-camera-video-off-fill:before {
  content: "\ea0e";
}

.icon-bs-capslock:before {
  content: "\ea0f";
}

.icon-bs-capslock-fill:before {
  content: "\ea10";
}

.icon-bs-card-checklist:before {
  content: "\ea11";
}

.icon-bs-card-heading:before {
  content: "\ea12";
}

.icon-bs-card-image:before {
  content: "\ea13";
}

.icon-bs-card-list:before {
  content: "\ea14";
}

.icon-bs-card-text:before {
  content: "\ea15";
}

.icon-bs-caret-down:before {
  content: "\ea16";
}

.icon-bs-caret-down-fill:before {
  content: "\ea17";
}

.icon-bs-caret-down-square:before {
  content: "\ea18";
}

.icon-bs-caret-down-square-fill:before {
  content: "\ea19";
}

.icon-bs-caret-left:before {
  content: "\ea1a";
}

.icon-bs-caret-left-fill:before {
  content: "\ea1b";
}

.icon-bs-caret-left-square:before {
  content: "\ea1c";
}

.icon-bs-caret-left-square-fill:before {
  content: "\ea1d";
}

.icon-bs-caret-right:before {
  content: "\ea1e";
}

.icon-bs-caret-right-fill:before {
  content: "\ea1f";
}

.icon-bs-caret-right-square:before {
  content: "\ea20";
}

.icon-bs-caret-right-square-fill:before {
  content: "\ea21";
}

.icon-bs-caret-up:before {
  content: "\ea22";
}

.icon-bs-caret-up-fill:before {
  content: "\ea23";
}

.icon-bs-caret-up-square:before {
  content: "\ea24";
}

.icon-bs-caret-up-square-fill:before {
  content: "\ea25";
}

.icon-bs-cart:before {
  content: "\ea26";
}

.icon-bs-cart2:before {
  content: "\ea27";
}

.icon-bs-cart3:before {
  content: "\ea28";
}

.icon-bs-cart4:before {
  content: "\ea29";
}

.icon-bs-cart-check:before {
  content: "\ea2a";
}

.icon-bs-cart-check-fill:before {
  content: "\ea2b";
}

.icon-bs-cart-dash:before {
  content: "\ea2c";
}

.icon-bs-cart-dash-fill:before {
  content: "\ea2d";
}

.icon-bs-cart-fill:before {
  content: "\ea2e";
}

.icon-bs-cart-plus:before {
  content: "\ea2f";
}

.icon-bs-cart-plus-fill:before {
  content: "\ea30";
}

.icon-bs-cart-x:before {
  content: "\ea31";
}

.icon-bs-cart-x-fill:before {
  content: "\ea32";
}

.icon-bs-cash:before {
  content: "\ea33";
}

.icon-bs-cash-stack:before {
  content: "\ea34";
}

.icon-bs-cast:before {
  content: "\ea35";
}

.icon-bs-chat:before {
  content: "\ea36";
}

.icon-bs-chat-dots:before {
  content: "\ea37";
}

.icon-bs-chat-dots-fill:before {
  content: "\ea38";
}

.icon-bs-chat-fill:before {
  content: "\ea39";
}

.icon-bs-chat-left:before {
  content: "\ea3a";
}

.icon-bs-chat-left-dots:before {
  content: "\ea3b";
}

.icon-bs-chat-left-dots-fill:before {
  content: "\ea3c";
}

.icon-bs-chat-left-fill:before {
  content: "\ea3d";
}

.icon-bs-chat-left-quote:before {
  content: "\ea3e";
}

.icon-bs-chat-left-quote-fill:before {
  content: "\ea3f";
}

.icon-bs-chat-left-text:before {
  content: "\ea40";
}

.icon-bs-chat-left-text-fill:before {
  content: "\ea41";
}

.icon-bs-chat-quote:before {
  content: "\ea42";
}

.icon-bs-chat-quote-fill:before {
  content: "\ea43";
}

.icon-bs-chat-right:before {
  content: "\ea44";
}

.icon-bs-chat-right-dots:before {
  content: "\ea45";
}

.icon-bs-chat-right-dots-fill:before {
  content: "\ea46";
}

.icon-bs-chat-right-fill:before {
  content: "\ea47";
}

.icon-bs-chat-right-quote:before {
  content: "\ea48";
}

.icon-bs-chat-right-quote-fill:before {
  content: "\ea49";
}

.icon-bs-chat-right-text:before {
  content: "\ea4a";
}

.icon-bs-chat-right-text-fill:before {
  content: "\ea4b";
}

.icon-bs-chat-square:before {
  content: "\ea4c";
}

.icon-bs-chat-square-dots:before {
  content: "\ea4d";
}

.icon-bs-chat-square-dots-fill:before {
  content: "\ea4e";
}

.icon-bs-chat-square-fill:before {
  content: "\ea4f";
}

.icon-bs-chat-square-quote:before {
  content: "\ea50";
}

.icon-bs-chat-square-quote-fill:before {
  content: "\ea51";
}

.icon-bs-chat-square-text:before {
  content: "\ea52";
}

.icon-bs-chat-square-text-fill:before {
  content: "\ea53";
}

.icon-bs-chat-text:before {
  content: "\ea54";
}

.icon-bs-chat-text-fill:before {
  content: "\ea55";
}

.icon-bs-check:before {
  content: "\ea56";
}

.icon-bs-check2:before {
  content: "\ea57";
}

.icon-bs-check2-all:before {
  content: "\ea58";
}

.icon-bs-check2-circle:before {
  content: "\ea59";
}

.icon-bs-check2-square:before {
  content: "\ea5a";
}

.icon-bs-check-all:before {
  content: "\ea5b";
}

.icon-bs-check-circle:before {
  content: "\ea5c";
}

.icon-bs-check-circle-fill:before {
  content: "\ea5d";
}

.icon-bs-check-square:before {
  content: "\ea5e";
}

.icon-bs-check-square-fill:before {
  content: "\ea5f";
}

.icon-bs-chevron-bar-contract:before {
  content: "\ea60";
}

.icon-bs-chevron-bar-down:before {
  content: "\ea61";
}

.icon-bs-chevron-bar-expand:before {
  content: "\ea62";
}

.icon-bs-chevron-bar-left:before {
  content: "\ea63";
}

.icon-bs-chevron-bar-right:before {
  content: "\ea64";
}

.icon-bs-chevron-bar-up:before {
  content: "\ea65";
}

.icon-bs-chevron-compact-down:before {
  content: "\ea66";
}

.icon-bs-chevron-compact-left:before {
  content: "\ea67";
}

.icon-bs-chevron-compact-right:before {
  content: "\ea68";
}

.icon-bs-chevron-compact-up:before {
  content: "\ea69";
}

.icon-bs-chevron-contract:before {
  content: "\ea6a";
}

.icon-bs-chevron-double-down:before {
  content: "\ea6b";
}

.icon-bs-chevron-double-left:before {
  content: "\ea6c";
}

.icon-bs-chevron-double-right:before {
  content: "\ea6d";
}

.icon-bs-chevron-double-up:before {
  content: "\ea6e";
}

.icon-bs-chevron-down:before {
  content: "\ea6f";
}

.icon-bs-chevron-expand:before {
  content: "\ea70";
}

.icon-bs-chevron-left:before {
  content: "\ea71";
}

.icon-bs-chevron-right:before {
  content: "\ea72";
}

.icon-bs-chevron-up:before {
  content: "\ea73";
}

.icon-bs-circle:before {
  content: "\ea74";
}

.icon-bs-circle-fill:before {
  content: "\ea75";
}

.icon-bs-circle-half:before {
  content: "\ea76";
}

.icon-bs-circle-square:before {
  content: "\ea77";
}

.icon-bs-clipboard:before {
  content: "\ea78";
}

.icon-bs-clipboard-check:before {
  content: "\ea79";
}

.icon-bs-clipboard-data:before {
  content: "\ea7a";
}

.icon-bs-clipboard-minus:before {
  content: "\ea7b";
}

.icon-bs-clipboard-plus:before {
  content: "\ea7c";
}

.icon-bs-clipboard-x:before {
  content: "\ea7d";
}

.icon-bs-clock:before {
  content: "\ea7e";
}

.icon-bs-clock-fill:before {
  content: "\ea7f";
}

.icon-bs-clock-history:before {
  content: "\ea80";
}

.icon-bs-cloud:before {
  content: "\ea81";
}

.icon-bs-cloud-arrow-down:before {
  content: "\ea82";
}

.icon-bs-cloud-arrow-down-fill:before {
  content: "\ea83";
}

.icon-bs-cloud-arrow-up:before {
  content: "\ea84";
}

.icon-bs-cloud-arrow-up-fill:before {
  content: "\ea85";
}

.icon-bs-cloud-check:before {
  content: "\ea86";
}

.icon-bs-cloud-check-fill:before {
  content: "\ea87";
}

.icon-bs-cloud-download:before {
  content: "\ea88";
}

.icon-bs-cloud-download-fill:before {
  content: "\ea89";
}

.icon-bs-cloud-fill:before {
  content: "\ea8a";
}

.icon-bs-cloud-minus:before {
  content: "\ea8b";
}

.icon-bs-cloud-minus-fill:before {
  content: "\ea8c";
}

.icon-bs-cloud-plus:before {
  content: "\ea8d";
}

.icon-bs-cloud-plus-fill:before {
  content: "\ea8e";
}

.icon-bs-cloud-slash:before {
  content: "\ea8f";
}

.icon-bs-cloud-slash-fill:before {
  content: "\ea90";
}

.icon-bs-cloud-upload:before {
  content: "\ea91";
}

.icon-bs-cloud-upload-fill:before {
  content: "\ea92";
}

.icon-bs-code:before {
  content: "\ea93";
}

.icon-bs-code-slash:before {
  content: "\ea94";
}

.icon-bs-code-square:before {
  content: "\ea95";
}

.icon-bs-collection:before {
  content: "\ea96";
}

.icon-bs-collection-fill:before {
  content: "\ea97";
}

.icon-bs-collection-play:before {
  content: "\ea98";
}

.icon-bs-collection-play-fill:before {
  content: "\ea99";
}

.icon-bs-columns:before {
  content: "\ea9a";
}

.icon-bs-columns-gap:before {
  content: "\ea9b";
}

.icon-bs-command:before {
  content: "\ea9c";
}

.icon-bs-compass:before {
  content: "\ea9d";
}

.icon-bs-compass-fill:before {
  content: "\ea9e";
}

.icon-bs-cone:before {
  content: "\ea9f";
}

.icon-bs-cone-striped:before {
  content: "\eaa0";
}

.icon-bs-controller:before {
  content: "\eaa1";
}

.icon-bs-cpu:before {
  content: "\eaa2";
}

.icon-bs-cpu-fill:before {
  content: "\eaa3";
}

.icon-bs-credit-card:before {
  content: "\eaa4";
}

.icon-bs-credit-card-2-back:before {
  content: "\eaa5";
}

.icon-bs-credit-card-2-back-fill:before {
  content: "\eaa6";
}

.icon-bs-credit-card-2-front:before {
  content: "\eaa7";
}

.icon-bs-credit-card-2-front-fill:before {
  content: "\eaa8";
}

.icon-bs-credit-card-fill:before {
  content: "\eaa9";
}

.icon-bs-crop:before {
  content: "\eaaa";
}

.icon-bs-cup:before {
  content: "\eaab";
}

.icon-bs-cup-fill:before {
  content: "\eaac";
}

.icon-bs-cup-straw:before {
  content: "\eaad";
}

.icon-bs-cursor:before {
  content: "\eaae";
}

.icon-bs-cursor-fill:before {
  content: "\eaaf";
}

.icon-bs-cursor-text:before {
  content: "\eab0";
}

.icon-bs-dash:before {
  content: "\eab1";
}

.icon-bs-dash-circle:before {
  content: "\eab2";
}

.icon-bs-dash-circle-fill:before {
  content: "\eab3";
}

.icon-bs-dash-square:before {
  content: "\eab4";
}

.icon-bs-dash-square-fill:before {
  content: "\eab5";
}

.icon-bs-diagram-2:before {
  content: "\eab6";
}

.icon-bs-diagram-2-fill:before {
  content: "\eab7";
}

.icon-bs-diagram-3:before {
  content: "\eab8";
}

.icon-bs-diagram-3-fill:before {
  content: "\eab9";
}

.icon-bs-diamond:before {
  content: "\eaba";
}

.icon-bs-diamond-fill:before {
  content: "\eabb";
}

.icon-bs-diamond-half:before {
  content: "\eabc";
}

.icon-bs-dice-1:before {
  content: "\eabd";
}

.icon-bs-dice-1-fill:before {
  content: "\eabe";
}

.icon-bs-dice-2:before {
  content: "\eabf";
}

.icon-bs-dice-2-fill:before {
  content: "\eac0";
}

.icon-bs-dice-3:before {
  content: "\eac1";
}

.icon-bs-dice-3-fill:before {
  content: "\eac2";
}

.icon-bs-dice-4:before {
  content: "\eac3";
}

.icon-bs-dice-4-fill:before {
  content: "\eac4";
}

.icon-bs-dice-5:before {
  content: "\eac5";
}

.icon-bs-dice-5-fill:before {
  content: "\eac6";
}

.icon-bs-dice-6:before {
  content: "\eac7";
}

.icon-bs-dice-6-fill:before {
  content: "\eac8";
}

.icon-bs-display:before {
  content: "\eac9";
}

.icon-bs-display-fill:before {
  content: "\eaca";
}

.icon-bs-distribute-horizontal:before {
  content: "\eacb";
}

.icon-bs-distribute-vertical:before {
  content: "\eacc";
}

.icon-bs-door-closed:before {
  content: "\eacd";
}

.icon-bs-door-closed-fill:before {
  content: "\eace";
}

.icon-bs-door-open:before {
  content: "\eacf";
}

.icon-bs-door-open-fill:before {
  content: "\ead0";
}

.icon-bs-dot:before {
  content: "\ead1";
}

.icon-bs-download:before {
  content: "\ead2";
}

.icon-bs-droplet:before {
  content: "\ead3";
}

.icon-bs-droplet-fill:before {
  content: "\ead4";
}

.icon-bs-droplet-half:before {
  content: "\ead5";
}

.icon-bs-earbuds:before {
  content: "\ead6";
}

.icon-bs-easel:before {
  content: "\ead7";
}

.icon-bs-easel-fill:before {
  content: "\ead8";
}

.icon-bs-egg:before {
  content: "\ead9";
}

.icon-bs-egg-fill:before {
  content: "\eada";
}

.icon-bs-egg-fried:before {
  content: "\eadb";
}

.icon-bs-eject:before {
  content: "\eadc";
}

.icon-bs-eject-fill:before {
  content: "\eadd";
}

.icon-bs-emoji-angry:before {
  content: "\eade";
}

.icon-bs-emoji-angry-fill:before {
  content: "\eadf";
}

.icon-bs-emoji-dizzy:before {
  content: "\eae0";
}

.icon-bs-emoji-dizzy-fill:before {
  content: "\eae1";
}

.icon-bs-emoji-expressionless:before {
  content: "\eae2";
}

.icon-bs-emoji-expressionless-fill:before {
  content: "\eae3";
}

.icon-bs-emoji-frown:before {
  content: "\eae4";
}

.icon-bs-emoji-frown-fill:before {
  content: "\eae5";
}

.icon-bs-emoji-heart-eyes:before {
  content: "\eae6";
}

.icon-bs-emoji-heart-eyes-fill:before {
  content: "\eae7";
}

.icon-bs-emoji-laughing:before {
  content: "\eae8";
}

.icon-bs-emoji-laughing-fill:before {
  content: "\eae9";
}

.icon-bs-emoji-neutral:before {
  content: "\eaea";
}

.icon-bs-emoji-neutral-fill:before {
  content: "\eaeb";
}

.icon-bs-emoji-smile:before {
  content: "\eaec";
}

.icon-bs-emoji-smile-fill:before {
  content: "\eaed";
}

.icon-bs-emoji-smile-upside-down:before {
  content: "\eaee";
}

.icon-bs-emoji-smile-upside-down-fill:before {
  content: "\eaef";
}

.icon-bs-emoji-sunglasses:before {
  content: "\eaf0";
}

.icon-bs-emoji-sunglasses-fill:before {
  content: "\eaf1";
}

.icon-bs-emoji-wink:before {
  content: "\eaf2";
}

.icon-bs-emoji-wink-fill:before {
  content: "\eaf3";
}

.icon-bs-envelope:before {
  content: "\eaf4";
}

.icon-bs-envelope-fill:before {
  content: "\eaf5";
}

.icon-bs-envelope-open:before {
  content: "\eaf6";
}

.icon-bs-envelope-open-fill:before {
  content: "\eaf7";
}

.icon-bs-exclamation:before {
  content: "\eaf8";
}

.icon-bs-exclamation-circle:before {
  content: "\eaf9";
}

.icon-bs-exclamation-circle-fill:before {
  content: "\eafa";
}

.icon-bs-exclamation-diamond:before {
  content: "\eafb";
}

.icon-bs-exclamation-diamond-fill:before {
  content: "\eafc";
}

.icon-bs-exclamation-octagon:before {
  content: "\eafd";
}

.icon-bs-exclamation-octagon-fill:before {
  content: "\eafe";
}

.icon-bs-exclamation-square:before {
  content: "\eaff";
}

.icon-bs-exclamation-square-fill:before {
  content: "\eb00";
}

.icon-bs-exclamation-triangle:before {
  content: "\eb01";
}

.icon-bs-exclamation-triangle-fill:before {
  content: "\eb02";
}

.icon-bs-exclude:before {
  content: "\eb03";
}

.icon-bs-eye:before {
  content: "\eb04";
}

.icon-bs-eye-fill:before {
  content: "\eb05";
}

.icon-bs-eyeglasses:before {
  content: "\eb06";
}

.icon-bs-eye-slash:before {
  content: "\eb07";
}

.icon-bs-eye-slash-fill:before {
  content: "\eb08";
}

.icon-bs-file:before {
  content: "\eb09";
}

.icon-bs-file-arrow-down:before {
  content: "\eb0a";
}

.icon-bs-file-arrow-down-fill:before {
  content: "\eb0b";
}

.icon-bs-file-arrow-up:before {
  content: "\eb0c";
}

.icon-bs-file-arrow-up-fill:before {
  content: "\eb0d";
}

.icon-bs-file-bar-graph:before {
  content: "\eb0e";
}

.icon-bs-file-bar-graph-fill:before {
  content: "\eb0f";
}

.icon-bs-file-binary:before {
  content: "\eb10";
}

.icon-bs-file-binary-fill:before {
  content: "\eb11";
}

.icon-bs-file-break:before {
  content: "\eb12";
}

.icon-bs-file-break-fill:before {
  content: "\eb13";
}

.icon-bs-file-check:before {
  content: "\eb14";
}

.icon-bs-file-check-fill:before {
  content: "\eb15";
}

.icon-bs-file-code:before {
  content: "\eb16";
}

.icon-bs-file-code-fill:before {
  content: "\eb17";
}

.icon-bs-file-diff:before {
  content: "\eb18";
}

.icon-bs-file-diff-fill:before {
  content: "\eb19";
}

.icon-bs-file-earmark:before {
  content: "\eb1a";
}

.icon-bs-file-earmark-arrow-down:before {
  content: "\eb1b";
}

.icon-bs-file-earmark-arrow-down-fill:before {
  content: "\eb1c";
}

.icon-bs-file-earmark-arrow-up:before {
  content: "\eb1d";
}

.icon-bs-file-earmark-arrow-up-fill:before {
  content: "\eb1e";
}

.icon-bs-file-earmark-bar-graph:before {
  content: "\eb1f";
}

.icon-bs-file-earmark-bar-graph-fill:before {
  content: "\eb20";
}

.icon-bs-file-earmark-binary:before {
  content: "\eb21";
}

.icon-bs-file-earmark-binary-fill:before {
  content: "\eb22";
}

.icon-bs-file-earmark-break:before {
  content: "\eb23";
}

.icon-bs-file-earmark-break-fill:before {
  content: "\eb24";
}

.icon-bs-file-earmark-check:before {
  content: "\eb25";
}

.icon-bs-file-earmark-check-fill:before {
  content: "\eb26";
}

.icon-bs-file-earmark-code:before {
  content: "\eb27";
}

.icon-bs-file-earmark-code-fill:before {
  content: "\eb28";
}

.icon-bs-file-earmark-diff:before {
  content: "\eb29";
}

.icon-bs-file-earmark-diff-fill:before {
  content: "\eb2a";
}

.icon-bs-file-earmark-easel:before {
  content: "\eb2b";
}

.icon-bs-file-earmark-easel-fill:before {
  content: "\eb2c";
}

.icon-bs-file-earmark-excel:before {
  content: "\eb2d";
}

.icon-bs-file-earmark-excel-fill:before {
  content: "\eb2e";
}

.icon-bs-file-earmark-fill:before {
  content: "\eb2f";
}

.icon-bs-file-earmark-font:before {
  content: "\eb30";
}

.icon-bs-file-earmark-font-fill:before {
  content: "\eb31";
}

.icon-bs-file-earmark-image:before {
  content: "\eb32";
}

.icon-bs-file-earmark-image-fill:before {
  content: "\eb33";
}

.icon-bs-file-earmark-lock:before {
  content: "\eb34";
}

.icon-bs-file-earmark-lock2:before {
  content: "\eb35";
}

.icon-bs-file-earmark-lock2-fill:before {
  content: "\eb36";
}

.icon-bs-file-earmark-lock-fill:before {
  content: "\eb37";
}

.icon-bs-file-earmark-medical:before {
  content: "\eb38";
}

.icon-bs-file-earmark-medical-fill:before {
  content: "\eb39";
}

.icon-bs-file-earmark-minus:before {
  content: "\eb3a";
}

.icon-bs-file-earmark-minus-fill:before {
  content: "\eb3b";
}

.icon-bs-file-earmark-music:before {
  content: "\eb3c";
}

.icon-bs-file-earmark-music-fill:before {
  content: "\eb3d";
}

.icon-bs-file-earmark-person:before {
  content: "\eb3e";
}

.icon-bs-file-earmark-person-fill:before {
  content: "\eb3f";
}

.icon-bs-file-earmark-play:before {
  content: "\eb40";
}

.icon-bs-file-earmark-play-fill:before {
  content: "\eb41";
}

.icon-bs-file-earmark-plus:before {
  content: "\eb42";
}

.icon-bs-file-earmark-plus-fill:before {
  content: "\eb43";
}

.icon-bs-file-earmark-post:before {
  content: "\eb44";
}

.icon-bs-file-earmark-post-fill:before {
  content: "\eb45";
}

.icon-bs-file-earmark-ppt:before {
  content: "\eb46";
}

.icon-bs-file-earmark-ppt-fill:before {
  content: "\eb47";
}

.icon-bs-file-earmark-richtext:before {
  content: "\eb48";
}

.icon-bs-file-earmark-richtext-fill:before {
  content: "\eb49";
}

.icon-bs-file-earmark-ruled:before {
  content: "\eb4a";
}

.icon-bs-file-earmark-ruled-fill:before {
  content: "\eb4b";
}

.icon-bs-file-earmark-slides:before {
  content: "\eb4c";
}

.icon-bs-file-earmark-slides-fill:before {
  content: "\eb4d";
}

.icon-bs-file-earmark-spreadsheet:before {
  content: "\eb4e";
}

.icon-bs-file-earmark-spreadsheet-fill:before {
  content: "\eb4f";
}

.icon-bs-file-earmark-text:before {
  content: "\eb50";
}

.icon-bs-file-earmark-text-fill:before {
  content: "\eb51";
}

.icon-bs-file-earmark-word:before {
  content: "\eb52";
}

.icon-bs-file-earmark-word-fill:before {
  content: "\eb53";
}

.icon-bs-file-earmark-x:before {
  content: "\eb54";
}

.icon-bs-file-earmark-x-fill:before {
  content: "\eb55";
}

.icon-bs-file-earmark-zip:before {
  content: "\eb56";
}

.icon-bs-file-earmark-zip-fill:before {
  content: "\eb57";
}

.icon-bs-file-easel:before {
  content: "\eb58";
}

.icon-bs-file-easel-fill:before {
  content: "\eb59";
}

.icon-bs-file-excel:before {
  content: "\eb5a";
}

.icon-bs-file-excel-fill:before {
  content: "\eb5b";
}

.icon-bs-file-fill:before {
  content: "\eb5c";
}

.icon-bs-file-font:before {
  content: "\eb5d";
}

.icon-bs-file-font-fill:before {
  content: "\eb5e";
}

.icon-bs-file-image:before {
  content: "\eb5f";
}

.icon-bs-file-image-fill:before {
  content: "\eb60";
}

.icon-bs-file-lock:before {
  content: "\eb61";
}

.icon-bs-file-lock2:before {
  content: "\eb62";
}

.icon-bs-file-lock2-fill:before {
  content: "\eb63";
}

.icon-bs-file-lock-fill:before {
  content: "\eb64";
}

.icon-bs-file-medical:before {
  content: "\eb65";
}

.icon-bs-file-medical-fill:before {
  content: "\eb66";
}

.icon-bs-file-minus:before {
  content: "\eb67";
}

.icon-bs-file-minus-fill:before {
  content: "\eb68";
}

.icon-bs-file-music:before {
  content: "\eb69";
}

.icon-bs-file-music-fill:before {
  content: "\eb6a";
}

.icon-bs-file-person:before {
  content: "\eb6b";
}

.icon-bs-file-person-fill:before {
  content: "\eb6c";
}

.icon-bs-file-play:before {
  content: "\eb6d";
}

.icon-bs-file-play-fill:before {
  content: "\eb6e";
}

.icon-bs-file-plus:before {
  content: "\eb6f";
}

.icon-bs-file-plus-fill:before {
  content: "\eb70";
}

.icon-bs-file-post:before {
  content: "\eb71";
}

.icon-bs-file-post-fill:before {
  content: "\eb72";
}

.icon-bs-file-ppt:before {
  content: "\eb73";
}

.icon-bs-file-ppt-fill:before {
  content: "\eb74";
}

.icon-bs-file-richtext:before {
  content: "\eb75";
}

.icon-bs-file-richtext-fill:before {
  content: "\eb76";
}

.icon-bs-file-ruled:before {
  content: "\eb77";
}

.icon-bs-file-ruled-fill:before {
  content: "\eb78";
}

.icon-bs-files:before {
  content: "\eb79";
}

.icon-bs-files-alt:before {
  content: "\eb7a";
}

.icon-bs-file-slides:before {
  content: "\eb7b";
}

.icon-bs-file-slides-fill:before {
  content: "\eb7c";
}

.icon-bs-file-spreadsheet:before {
  content: "\eb7d";
}

.icon-bs-file-spreadsheet-fill:before {
  content: "\eb7e";
}

.icon-bs-file-text:before {
  content: "\eb7f";
}

.icon-bs-file-text-fill:before {
  content: "\eb80";
}

.icon-bs-file-word:before {
  content: "\eb81";
}

.icon-bs-file-word-fill:before {
  content: "\eb82";
}

.icon-bs-file-x:before {
  content: "\eb83";
}

.icon-bs-file-x-fill:before {
  content: "\eb84";
}

.icon-bs-file-zip:before {
  content: "\eb85";
}

.icon-bs-file-zip-fill:before {
  content: "\eb86";
}

.icon-bs-film:before {
  content: "\eb87";
}

.icon-bs-filter:before {
  content: "\eb88";
}

.icon-bs-filter-circle:before {
  content: "\eb89";
}

.icon-bs-filter-circle-fill:before {
  content: "\eb8a";
}

.icon-bs-filter-left:before {
  content: "\eb8b";
}

.icon-bs-filter-right:before {
  content: "\eb8c";
}

.icon-bs-filter-square:before {
  content: "\eb8d";
}

.icon-bs-filter-square-fill:before {
  content: "\eb8e";
}

.icon-bs-flag:before {
  content: "\eb8f";
}

.icon-bs-flag-fill:before {
  content: "\eb90";
}

.icon-bs-flower1:before {
  content: "\eb91";
}

.icon-bs-flower2:before {
  content: "\eb92";
}

.icon-bs-flower3:before {
  content: "\eb93";
}

.icon-bs-folder:before {
  content: "\eb94";
}

.icon-bs-folder2:before {
  content: "\eb95";
}

.icon-bs-folder2-open:before {
  content: "\eb96";
}

.icon-bs-folder-check:before {
  content: "\eb97";
}

.icon-bs-folder-fill:before {
  content: "\eb98";
}

.icon-bs-folder-minus:before {
  content: "\eb99";
}

.icon-bs-folder-plus:before {
  content: "\eb9a";
}

.icon-bs-folder-symlink:before {
  content: "\eb9b";
}

.icon-bs-folder-symlink-fill:before {
  content: "\eb9c";
}

.icon-bs-folder-x:before {
  content: "\eb9d";
}

.icon-bs-fonts:before {
  content: "\eb9e";
}

.icon-bs-forward:before {
  content: "\eb9f";
}

.icon-bs-forward-fill:before {
  content: "\eba0";
}

.icon-bs-front:before {
  content: "\eba1";
}

.icon-bs-fullscreen:before {
  content: "\eba2";
}

.icon-bs-fullscreen-exit:before {
  content: "\eba3";
}

.icon-bs-funnel:before {
  content: "\eba4";
}

.icon-bs-funnel-fill:before {
  content: "\eba5";
}

.icon-bs-gear:before {
  content: "\eba6";
}

.icon-bs-gear-fill:before {
  content: "\eba7";
}

.icon-bs-gear-wide:before {
  content: "\eba8";
}

.icon-bs-gear-wide-connected:before {
  content: "\eba9";
}

.icon-bs-gem:before {
  content: "\ebaa";
}

.icon-bs-geo:before {
  content: "\ebab";
}

.icon-bs-geo-alt:before {
  content: "\ebac";
}

.icon-bs-geo-alt-fill:before {
  content: "\ebad";
}

.icon-bs-geo-fill:before {
  content: "\ebae";
}

.icon-bs-gift:before {
  content: "\ebaf";
}

.icon-bs-gift-fill:before {
  content: "\ebb0";
}

.icon-bs-globe:before {
  content: "\ebb1";
}

.icon-bs-globe2:before {
  content: "\ebb2";
}

.icon-bs-graph-down:before {
  content: "\ebb3";
}

.icon-bs-graph-up:before {
  content: "\ebb4";
}

.icon-bs-grid:before {
  content: "\ebb5";
}

.icon-bs-grid-1x2:before {
  content: "\ebb6";
}

.icon-bs-grid-1x2-fill:before {
  content: "\ebb7";
}

.icon-bs-grid-3x2:before {
  content: "\ebb8";
}

.icon-bs-grid-3x2-gap:before {
  content: "\ebb9";
}

.icon-bs-grid-3x2-gap-fill:before {
  content: "\ebba";
}

.icon-bs-grid-3x3:before {
  content: "\ebbb";
}

.icon-bs-grid-3x3-gap:before {
  content: "\ebbc";
}

.icon-bs-grid-3x3-gap-fill:before {
  content: "\ebbd";
}

.icon-bs-grid-fill:before {
  content: "\ebbe";
}

.icon-bs-grip-horizontal:before {
  content: "\ebbf";
}

.icon-bs-grip-vertical:before {
  content: "\ebc0";
}

.icon-bs-hammer:before {
  content: "\ebc1";
}

.icon-bs-handbag:before {
  content: "\ebc2";
}

.icon-bs-handbag-fill:before {
  content: "\ebc3";
}

.icon-bs-hand-index:before {
  content: "\ebc4";
}

.icon-bs-hand-index-thumb:before {
  content: "\ebc5";
}

.icon-bs-hand-thumbs-down:before {
  content: "\ebc6";
}

.icon-bs-hand-thumbs-up:before {
  content: "\ebc7";
}

.icon-bs-hash:before {
  content: "\ebc8";
}

.icon-bs-hdd:before {
  content: "\ebc9";
}

.icon-bs-hdd-fill:before {
  content: "\ebca";
}

.icon-bs-hdd-network:before {
  content: "\ebcb";
}

.icon-bs-hdd-network-fill:before {
  content: "\ebcc";
}

.icon-bs-hdd-rack:before {
  content: "\ebcd";
}

.icon-bs-hdd-rack-fill:before {
  content: "\ebce";
}

.icon-bs-hdd-stack:before {
  content: "\ebcf";
}

.icon-bs-hdd-stack-fill:before {
  content: "\ebd0";
}

.icon-bs-headphones:before {
  content: "\ebd1";
}

.icon-bs-headset:before {
  content: "\ebd2";
}

.icon-bs-heart:before {
  content: "\ebd3";
}

.icon-bs-heart-fill:before {
  content: "\ebd4";
}

.icon-bs-heart-half:before {
  content: "\ebd5";
}

.icon-bs-heptagon:before {
  content: "\ebd6";
}

.icon-bs-heptagon-fill:before {
  content: "\ebd7";
}

.icon-bs-heptagon-half:before {
  content: "\ebd8";
}

.icon-bs-hexagon:before {
  content: "\ebd9";
}

.icon-bs-hexagon-fill:before {
  content: "\ebda";
}

.icon-bs-hexagon-half:before {
  content: "\ebdb";
}

.icon-bs-hourglass:before {
  content: "\ebdc";
}

.icon-bs-hourglass-bottom:before {
  content: "\ebdd";
}

.icon-bs-hourglass-split:before {
  content: "\ebde";
}

.icon-bs-hourglass-top:before {
  content: "\ebdf";
}

.icon-bs-house:before {
  content: "\ebe0";
}

.icon-bs-house-door:before {
  content: "\ebe1";
}

.icon-bs-house-door-fill:before {
  content: "\ebe2";
}

.icon-bs-house-fill:before {
  content: "\ebe3";
}

.icon-bs-hr:before {
  content: "\ebe4";
}

.icon-bs-image:before {
  content: "\ebe5";
}

.icon-bs-image-alt:before {
  content: "\ebe6";
}

.icon-bs-image-fill:before {
  content: "\ebe7";
}

.icon-bs-images:before {
  content: "\ebe8";
}

.icon-bs-inbox:before {
  content: "\ebe9";
}

.icon-bs-inboxes:before {
  content: "\ebea";
}

.icon-bs-inboxes-fill:before {
  content: "\ebeb";
}

.icon-bs-inbox-fill:before {
  content: "\ebec";
}

.icon-bs-info:before {
  content: "\ebed";
}

.icon-bs-info-circle:before {
  content: "\ebee";
}

.icon-bs-info-circle-fill:before {
  content: "\ebef";
}

.icon-bs-info-square:before {
  content: "\ebf0";
}

.icon-bs-info-square-fill:before {
  content: "\ebf1";
}

.icon-bs-input-cursor:before {
  content: "\ebf2";
}

.icon-bs-input-cursor-text:before {
  content: "\ebf3";
}

.icon-bs-intersect:before {
  content: "\ebf4";
}

.icon-bs-journal:before {
  content: "\ebf5";
}

.icon-bs-journal-album:before {
  content: "\ebf6";
}

.icon-bs-journal-arrow-down:before {
  content: "\ebf7";
}

.icon-bs-journal-arrow-up:before {
  content: "\ebf8";
}

.icon-bs-journal-bookmark:before {
  content: "\ebf9";
}

.icon-bs-journal-bookmark-fill:before {
  content: "\ebfa";
}

.icon-bs-journal-check:before {
  content: "\ebfb";
}

.icon-bs-journal-code:before {
  content: "\ebfc";
}

.icon-bs-journal-medical:before {
  content: "\ebfd";
}

.icon-bs-journal-minus:before {
  content: "\ebfe";
}

.icon-bs-journal-plus:before {
  content: "\ebff";
}

.icon-bs-journal-richtext:before {
  content: "\ec00";
}

.icon-bs-journals:before {
  content: "\ec01";
}

.icon-bs-journal-text:before {
  content: "\ec02";
}

.icon-bs-journal-x:before {
  content: "\ec03";
}

.icon-bs-joystick:before {
  content: "\ec04";
}

.icon-bs-justify:before {
  content: "\ec05";
}

.icon-bs-justify-left:before {
  content: "\ec06";
}

.icon-bs-justify-right:before {
  content: "\ec07";
}

.icon-bs-kanban:before {
  content: "\ec08";
}

.icon-bs-kanban-fill:before {
  content: "\ec09";
}

.icon-bs-key:before {
  content: "\ec0a";
}

.icon-bs-keyboard:before {
  content: "\ec0b";
}

.icon-bs-keyboard-fill:before {
  content: "\ec0c";
}

.icon-bs-key-fill:before {
  content: "\ec0d";
}

.icon-bs-ladder:before {
  content: "\ec0e";
}

.icon-bs-lamp:before {
  content: "\ec0f";
}

.icon-bs-lamp-fill:before {
  content: "\ec10";
}

.icon-bs-laptop:before {
  content: "\ec11";
}

.icon-bs-laptop-fill:before {
  content: "\ec12";
}

.icon-bs-layers:before {
  content: "\ec13";
}

.icon-bs-layers-fill:before {
  content: "\ec14";
}

.icon-bs-layers-half:before {
  content: "\ec15";
}

.icon-bs-layout-sidebar:before {
  content: "\ec16";
}

.icon-bs-layout-sidebar-inset:before {
  content: "\ec17";
}

.icon-bs-layout-sidebar-inset-reverse:before {
  content: "\ec18";
}

.icon-bs-layout-sidebar-reverse:before {
  content: "\ec19";
}

.icon-bs-layout-split:before {
  content: "\ec1a";
}

.icon-bs-layout-text-sidebar:before {
  content: "\ec1b";
}

.icon-bs-layout-text-sidebar-reverse:before {
  content: "\ec1c";
}

.icon-bs-layout-text-window:before {
  content: "\ec1d";
}

.icon-bs-layout-text-window-reverse:before {
  content: "\ec1e";
}

.icon-bs-layout-three-columns:before {
  content: "\ec1f";
}

.icon-bs-layout-wtf:before {
  content: "\ec20";
}

.icon-bs-life-preserver:before {
  content: "\ec21";
}

.icon-bs-lightning:before {
  content: "\ec22";
}

.icon-bs-lightning-fill:before {
  content: "\ec23";
}

.icon-bs-link:before {
  content: "\ec24";
}

.icon-bs-link-45deg:before {
  content: "\ec25";
}

.icon-bs-list:before {
  content: "\ec26";
}

.icon-bs-list-check:before {
  content: "\ec27";
}

.icon-bs-list-nested:before {
  content: "\ec28";
}

.icon-bs-list-ol:before {
  content: "\ec29";
}

.icon-bs-list-stars:before {
  content: "\ec2a";
}

.icon-bs-list-task:before {
  content: "\ec2b";
}

.icon-bs-list-ul:before {
  content: "\ec2c";
}

.icon-bs-lock:before {
  content: "\ec2d";
}

.icon-bs-lock-fill:before {
  content: "\ec2e";
}

.icon-bs-mailbox:before {
  content: "\ec2f";
}

.icon-bs-mailbox2:before {
  content: "\ec30";
}

.icon-bs-map:before {
  content: "\ec31";
}

.icon-bs-map-fill:before {
  content: "\ec32";
}

.icon-bs-markdown:before {
  content: "\ec33";
}

.icon-bs-markdown-fill:before {
  content: "\ec34";
}

.icon-bs-menu-app:before {
  content: "\ec35";
}

.icon-bs-menu-app-fill:before {
  content: "\ec36";
}

.icon-bs-menu-button:before {
  content: "\ec37";
}

.icon-bs-menu-button-fill:before {
  content: "\ec38";
}

.icon-bs-menu-button-wide:before {
  content: "\ec39";
}

.icon-bs-menu-button-wide-fill:before {
  content: "\ec3a";
}

.icon-bs-menu-down:before {
  content: "\ec3b";
}

.icon-bs-menu-up:before {
  content: "\ec3c";
}

.icon-bs-mic:before {
  content: "\ec3d";
}

.icon-bs-mic-fill:before {
  content: "\ec3e";
}

.icon-bs-mic-mute:before {
  content: "\ec3f";
}

.icon-bs-mic-mute-fill:before {
  content: "\ec40";
}

.icon-bs-minecart:before {
  content: "\ec41";
}

.icon-bs-minecart-loaded:before {
  content: "\ec42";
}

.icon-bs-moon:before {
  content: "\ec43";
}

.icon-bs-mouse:before {
  content: "\ec44";
}

.icon-bs-mouse2:before {
  content: "\ec45";
}

.icon-bs-mouse3:before {
  content: "\ec46";
}

.icon-bs-music-note:before {
  content: "\ec47";
}

.icon-bs-music-note-beamed:before {
  content: "\ec48";
}

.icon-bs-music-note-list:before {
  content: "\ec49";
}

.icon-bs-music-player:before {
  content: "\ec4a";
}

.icon-bs-music-player-fill:before {
  content: "\ec4b";
}

.icon-bs-newspaper:before {
  content: "\ec4c";
}

.icon-bs-node-minus:before {
  content: "\ec4d";
}

.icon-bs-node-minus-fill:before {
  content: "\ec4e";
}

.icon-bs-node-plus:before {
  content: "\ec4f";
}

.icon-bs-node-plus-fill:before {
  content: "\ec50";
}

.icon-bs-nut:before {
  content: "\ec51";
}

.icon-bs-nut-fill:before {
  content: "\ec52";
}

.icon-bs-octagon:before {
  content: "\ec53";
}

.icon-bs-octagon-fill:before {
  content: "\ec54";
}

.icon-bs-octagon-half:before {
  content: "\ec55";
}

.icon-bs-option:before {
  content: "\ec56";
}

.icon-bs-outlet:before {
  content: "\ec57";
}

.icon-bs-paperclip:before {
  content: "\ec58";
}

.icon-bs-paragraph:before {
  content: "\ec59";
}

.icon-bs-patch-check:before {
  content: "\ec5a";
}

.icon-bs-patch-check-fll:before {
  content: "\ec5b";
}

.icon-bs-patch-exclamation:before {
  content: "\ec5c";
}

.icon-bs-patch-exclamation-fll:before {
  content: "\ec5d";
}

.icon-bs-patch-minus:before {
  content: "\ec5e";
}

.icon-bs-patch-minus-fll:before {
  content: "\ec5f";
}

.icon-bs-patch-plus:before {
  content: "\ec60";
}

.icon-bs-patch-plus-fll:before {
  content: "\ec61";
}

.icon-bs-patch-question:before {
  content: "\ec62";
}

.icon-bs-patch-question-fll:before {
  content: "\ec63";
}

.icon-bs-pause:before {
  content: "\ec64";
}

.icon-bs-pause-fill:before {
  content: "\ec65";
}

.icon-bs-peace:before {
  content: "\ec66";
}

.icon-bs-peace-fill:before {
  content: "\ec67";
}

.icon-bs-pen:before {
  content: "\ec68";
}

.icon-bs-pencil:before {
  content: "\ec69";
}

.icon-bs-pencil-fill:before {
  content: "\ec6a";
}

.icon-bs-pencil-square:before {
  content: "\ec6b";
}

.icon-bs-pen-fill:before {
  content: "\ec6c";
}

.icon-bs-pentagon:before {
  content: "\ec6d";
}

.icon-bs-pentagon-fill:before {
  content: "\ec6e";
}

.icon-bs-pentagon-half:before {
  content: "\ec6f";
}

.icon-bs-people:before {
  content: "\ec70";
}

.icon-bs-people-fill:before {
  content: "\ec71";
}

.icon-bs-percent:before {
  content: "\ec72";
}

.icon-bs-person:before {
  content: "\ec73";
}

.icon-bs-person-badge:before {
  content: "\ec74";
}

.icon-bs-person-badge-fill:before {
  content: "\ec75";
}

.icon-bs-person-bounding-box:before {
  content: "\ec76";
}

.icon-bs-person-check:before {
  content: "\ec77";
}

.icon-bs-person-check-fill:before {
  content: "\ec78";
}

.icon-bs-person-circle:before {
  content: "\ec79";
}

.icon-bs-person-dash:before {
  content: "\ec7a";
}

.icon-bs-person-dash-fill:before {
  content: "\ec7b";
}

.icon-bs-person-fill:before {
  content: "\ec7c";
}

.icon-bs-person-lines-fill:before {
  content: "\ec7d";
}

.icon-bs-person-plus:before {
  content: "\ec7e";
}

.icon-bs-person-plus-fill:before {
  content: "\ec7f";
}

.icon-bs-person-square:before {
  content: "\ec80";
}

.icon-bs-person-x:before {
  content: "\ec81";
}

.icon-bs-person-x-fill:before {
  content: "\ec82";
}

.icon-bs-phone:before {
  content: "\ec83";
}

.icon-bs-phone-fill:before {
  content: "\ec84";
}

.icon-bs-phone-landscape:before {
  content: "\ec85";
}

.icon-bs-phone-landscape-fill:before {
  content: "\ec86";
}

.icon-bs-phone-vibrate:before {
  content: "\ec87";
}

.icon-bs-pie-chart:before {
  content: "\ec88";
}

.icon-bs-pie-chart-fill:before {
  content: "\ec89";
}

.icon-bs-pip:before {
  content: "\ec8a";
}

.icon-bs-pip-fill:before {
  content: "\ec8b";
}

.icon-bs-play:before {
  content: "\ec8c";
}

.icon-bs-play-fill:before {
  content: "\ec8d";
}

.icon-bs-plug:before {
  content: "\ec8e";
}

.icon-bs-plug-fill:before {
  content: "\ec8f";
}

.icon-bs-plus:before {
  content: "\ec90";
}

.icon-bs-plus-circle:before {
  content: "\ec91";
}

.icon-bs-plus-circle-fill:before {
  content: "\ec92";
}

.icon-bs-plus-square:before {
  content: "\ec93";
}

.icon-bs-plus-square-fill:before {
  content: "\ec94";
}

.icon-bs-power:before {
  content: "\ec95";
}

.icon-bs-printer:before {
  content: "\ec96";
}

.icon-bs-printer-fill:before {
  content: "\ec97";
}

.icon-bs-puzzle:before {
  content: "\ec98";
}

.icon-bs-puzzle-fill:before {
  content: "\ec99";
}

.icon-bs-question:before {
  content: "\ec9a";
}

.icon-bs-question-circle:before {
  content: "\ec9b";
}

.icon-bs-question-circle-fill:before {
  content: "\ec9c";
}

.icon-bs-question-diamond:before {
  content: "\ec9d";
}

.icon-bs-question-diamond-fill:before {
  content: "\ec9e";
}

.icon-bs-question-octagon:before {
  content: "\ec9f";
}

.icon-bs-question-octagon-fill:before {
  content: "\eca0";
}

.icon-bs-question-square:before {
  content: "\eca1";
}

.icon-bs-question-square-fill:before {
  content: "\eca2";
}

.icon-bs-receipt:before {
  content: "\eca3";
}

.icon-bs-receipt-cutoff:before {
  content: "\eca4";
}

.icon-bs-reception-0:before {
  content: "\eca5";
}

.icon-bs-reception-1:before {
  content: "\eca6";
}

.icon-bs-reception-2:before {
  content: "\eca7";
}

.icon-bs-reception-3:before {
  content: "\eca8";
}

.icon-bs-reception-4:before {
  content: "\eca9";
}

.icon-bs-reply:before {
  content: "\ecaa";
}

.icon-bs-reply-all:before {
  content: "\ecab";
}

.icon-bs-reply-all-fill:before {
  content: "\ecac";
}

.icon-bs-reply-fill:before {
  content: "\ecad";
}

.icon-bs-rss:before {
  content: "\ecae";
}

.icon-bs-rss-fill:before {
  content: "\ecaf";
}

.icon-bs-scissors:before {
  content: "\ecb0";
}

.icon-bs-screwdriver:before {
  content: "\ecb1";
}

.icon-bs-search:before {
  content: "\ecb2";
}

.icon-bs-segmented-nav:before {
  content: "\ecb3";
}

.icon-bs-server:before {
  content: "\ecb4";
}

.icon-bs-share:before {
  content: "\ecb5";
}

.icon-bs-share-fill:before {
  content: "\ecb6";
}

.icon-bs-shield:before {
  content: "\ecb7";
}

.icon-bs-shield-check:before {
  content: "\ecb8";
}

.icon-bs-shield-exclamation:before {
  content: "\ecb9";
}

.icon-bs-shield-fill:before {
  content: "\ecba";
}

.icon-bs-shield-fill-check:before {
  content: "\ecbb";
}

.icon-bs-shield-fill-exclamation:before {
  content: "\ecbc";
}

.icon-bs-shield-fill-minus:before {
  content: "\ecbd";
}

.icon-bs-shield-fill-plus:before {
  content: "\ecbe";
}

.icon-bs-shield-fill-x:before {
  content: "\ecbf";
}

.icon-bs-shield-lock:before {
  content: "\ecc0";
}

.icon-bs-shield-lock-fill:before {
  content: "\ecc1";
}

.icon-bs-shield-minus:before {
  content: "\ecc2";
}

.icon-bs-shield-plus:before {
  content: "\ecc3";
}

.icon-bs-shield-shaded:before {
  content: "\ecc4";
}

.icon-bs-shield-slash:before {
  content: "\ecc5";
}

.icon-bs-shield-slash-fill:before {
  content: "\ecc6";
}

.icon-bs-shield-x:before {
  content: "\ecc7";
}

.icon-bs-shift:before {
  content: "\ecc8";
}

.icon-bs-shift-fill:before {
  content: "\ecc9";
}

.icon-bs-shop:before {
  content: "\ecca";
}

.icon-bs-shop-window:before {
  content: "\eccb";
}

.icon-bs-shuffle:before {
  content: "\eccc";
}

.icon-bs-signpost:before {
  content: "\eccd";
}

.icon-bs-signpost-2:before {
  content: "\ecce";
}

.icon-bs-signpost-2-fill:before {
  content: "\eccf";
}

.icon-bs-signpost-fill:before {
  content: "\ecd0";
}

.icon-bs-signpost-split:before {
  content: "\ecd1";
}

.icon-bs-signpost-split-fill:before {
  content: "\ecd2";
}

.icon-bs-sim:before {
  content: "\ecd3";
}

.icon-bs-sim-fill:before {
  content: "\ecd4";
}

.icon-bs-skip-backward:before {
  content: "\ecd5";
}

.icon-bs-skip-backward-fill:before {
  content: "\ecd6";
}

.icon-bs-skip-end:before {
  content: "\ecd7";
}

.icon-bs-skip-end-fill:before {
  content: "\ecd8";
}

.icon-bs-skip-forward:before {
  content: "\ecd9";
}

.icon-bs-skip-forward-fill:before {
  content: "\ecda";
}

.icon-bs-skip-start:before {
  content: "\ecdb";
}

.icon-bs-skip-start-fill:before {
  content: "\ecdc";
}

.icon-bs-slash:before {
  content: "\ecdd";
}

.icon-bs-slash-circle:before {
  content: "\ecde";
}

.icon-bs-slash-circle-fill:before {
  content: "\ecdf";
}

.icon-bs-slash-square:before {
  content: "\ece0";
}

.icon-bs-slash-square-fill:before {
  content: "\ece1";
}

.icon-bs-sliders:before {
  content: "\ece2";
}

.icon-bs-smartwatch:before {
  content: "\ece3";
}

.icon-bs-sort-alpha-down:before {
  content: "\ece4";
}

.icon-bs-sort-alpha-down-alt:before {
  content: "\ece5";
}

.icon-bs-sort-alpha-up:before {
  content: "\ece6";
}

.icon-bs-sort-alpha-up-alt:before {
  content: "\ece7";
}

.icon-bs-sort-down:before {
  content: "\ece8";
}

.icon-bs-sort-down-alt:before {
  content: "\ece9";
}

.icon-bs-sort-numeric-down:before {
  content: "\ecea";
}

.icon-bs-sort-numeric-down-alt:before {
  content: "\eceb";
}

.icon-bs-sort-numeric-up:before {
  content: "\ecec";
}

.icon-bs-sort-numeric-up-alt:before {
  content: "\eced";
}

.icon-bs-sort-up:before {
  content: "\ecee";
}

.icon-bs-sort-up-alt:before {
  content: "\ecef";
}

.icon-bs-soundwave:before {
  content: "\ecf0";
}

.icon-bs-speaker:before {
  content: "\ecf1";
}

.icon-bs-speaker-fill:before {
  content: "\ecf2";
}

.icon-bs-spellcheck:before {
  content: "\ecf3";
}

.icon-bs-square:before {
  content: "\ecf4";
}

.icon-bs-square-fill:before {
  content: "\ecf5";
}

.icon-bs-square-half:before {
  content: "\ecf6";
}

.icon-bs-star:before {
  content: "\ecf7";
}

.icon-bs-star-fill:before {
  content: "\ecf8";
}

.icon-bs-star-half:before {
  content: "\ecf9";
}

.icon-bs-stickies:before {
  content: "\ecfa";
}

.icon-bs-stickies-fill:before {
  content: "\ecfb";
}

.icon-bs-sticky:before {
  content: "\ecfc";
}

.icon-bs-sticky-fill:before {
  content: "\ecfd";
}

.icon-bs-stop:before {
  content: "\ecfe";
}

.icon-bs-stop-fill:before {
  content: "\ecff";
}

.icon-bs-stoplights:before {
  content: "\ed00";
}

.icon-bs-stoplights-fill:before {
  content: "\ed01";
}

.icon-bs-stopwatch:before {
  content: "\ed02";
}

.icon-bs-stopwatch-fill:before {
  content: "\ed03";
}

.icon-bs-subtract:before {
  content: "\ed04";
}

.icon-bs-suit-club:before {
  content: "\ed05";
}

.icon-bs-suit-club-fill:before {
  content: "\ed06";
}

.icon-bs-suit-diamond:before {
  content: "\ed07";
}

.icon-bs-suit-diamond-fill:before {
  content: "\ed08";
}

.icon-bs-suit-heart:before {
  content: "\ed09";
}

.icon-bs-suit-heart-fill:before {
  content: "\ed0a";
}

.icon-bs-suit-spade:before {
  content: "\ed0b";
}

.icon-bs-suit-spade-fill:before {
  content: "\ed0c";
}

.icon-bs-sun:before {
  content: "\ed0d";
}

.icon-bs-sunglasses:before {
  content: "\ed0e";
}

.icon-bs-table:before {
  content: "\ed0f";
}

.icon-bs-tablet:before {
  content: "\ed10";
}

.icon-bs-tablet-fill:before {
  content: "\ed11";
}

.icon-bs-tablet-landscape:before {
  content: "\ed12";
}

.icon-bs-tablet-landscape-fill:before {
  content: "\ed13";
}

.icon-bs-tag:before {
  content: "\ed14";
}

.icon-bs-tag-fill:before {
  content: "\ed15";
}

.icon-bs-tags:before {
  content: "\ed16";
}

.icon-bs-tags-fill:before {
  content: "\ed17";
}

.icon-bs-telephone:before {
  content: "\ed18";
}

.icon-bs-telephone-fill:before {
  content: "\ed19";
}

.icon-bs-telephone-forward:before {
  content: "\ed1a";
}

.icon-bs-telephone-forward-fill:before {
  content: "\ed1b";
}

.icon-bs-telephone-inbound:before {
  content: "\ed1c";
}

.icon-bs-telephone-inbound-fill:before {
  content: "\ed1d";
}

.icon-bs-telephone-minus:before {
  content: "\ed1e";
}

.icon-bs-telephone-minus-fill:before {
  content: "\ed1f";
}

.icon-bs-telephone-outbound:before {
  content: "\ed20";
}

.icon-bs-telephone-outbound-fill:before {
  content: "\ed21";
}

.icon-bs-telephone-plus:before {
  content: "\ed22";
}

.icon-bs-telephone-plus-fill:before {
  content: "\ed23";
}

.icon-bs-telephone-x:before {
  content: "\ed24";
}

.icon-bs-telephone-x-fill:before {
  content: "\ed25";
}

.icon-bs-terminal:before {
  content: "\ed26";
}

.icon-bs-terminal-fill:before {
  content: "\ed27";
}

.icon-bs-textarea:before {
  content: "\ed28";
}

.icon-bs-textarea-resize:before {
  content: "\ed29";
}

.icon-bs-textarea-t:before {
  content: "\ed2a";
}

.icon-bs-text-center:before {
  content: "\ed2b";
}

.icon-bs-text-indent-left:before {
  content: "\ed2c";
}

.icon-bs-text-indent-right:before {
  content: "\ed2d";
}

.icon-bs-text-left:before {
  content: "\ed2e";
}

.icon-bs-text-paragraph:before {
  content: "\ed2f";
}

.icon-bs-text-right:before {
  content: "\ed30";
}

.icon-bs-thermometer:before {
  content: "\ed31";
}

.icon-bs-thermometer-half:before {
  content: "\ed32";
}

.icon-bs-three-dots:before {
  content: "\ed33";
}

.icon-bs-three-dots-vertical:before {
  content: "\ed34";
}

.icon-bs-toggle2-off:before {
  content: "\ed35";
}

.icon-bs-toggle2-on:before {
  content: "\ed36";
}

.icon-bs-toggle-off:before {
  content: "\ed37";
}

.icon-bs-toggle-on:before {
  content: "\ed38";
}

.icon-bs-toggles:before {
  content: "\ed39";
}

.icon-bs-toggles2:before {
  content: "\ed3a";
}

.icon-bs-tools:before {
  content: "\ed3b";
}

.icon-bs-trash:before {
  content: "\ed3c";
}

.icon-bs-trash2:before {
  content: "\ed3d";
}

.icon-bs-trash2-fill:before {
  content: "\ed3e";
}

.icon-bs-trash-fill:before {
  content: "\ed3f";
}

.icon-bs-tree:before {
  content: "\ed40";
}

.icon-bs-tree-fill:before {
  content: "\ed41";
}

.icon-bs-triangle:before {
  content: "\ed42";
}

.icon-bs-triangle-fill:before {
  content: "\ed43";
}

.icon-bs-triangle-half:before {
  content: "\ed44";
}

.icon-bs-trophy:before {
  content: "\ed45";
}

.icon-bs-trophy-fill:before {
  content: "\ed46";
}

.icon-bs-truck:before {
  content: "\ed47";
}

.icon-bs-truck-flatbed:before {
  content: "\ed48";
}

.icon-bs-tv:before {
  content: "\ed49";
}

.icon-bs-tv-fill:before {
  content: "\ed4a";
}

.icon-bs-type:before {
  content: "\ed4b";
}

.icon-bs-type-bold:before {
  content: "\ed4c";
}

.icon-bs-type-h1:before {
  content: "\ed4d";
}

.icon-bs-type-h2:before {
  content: "\ed4e";
}

.icon-bs-type-h3:before {
  content: "\ed4f";
}

.icon-bs-type-italic:before {
  content: "\ed50";
}

.icon-bs-type-strikethrough:before {
  content: "\ed51";
}

.icon-bs-type-underline:before {
  content: "\ed52";
}

.icon-bs-ui-checks:before {
  content: "\ed53";
}

.icon-bs-ui-checks-grid:before {
  content: "\ed54";
}

.icon-bs-ui-radios:before {
  content: "\ed55";
}

.icon-bs-ui-radios-grid:before {
  content: "\ed56";
}

.icon-bs-union:before {
  content: "\ed57";
}

.icon-bs-unlock:before {
  content: "\ed58";
}

.icon-bs-unlock-fill:before {
  content: "\ed59";
}

.icon-bs-upc:before {
  content: "\ed5a";
}

.icon-bs-upc-scan:before {
  content: "\ed5b";
}

.icon-bs-upload:before {
  content: "\ed5c";
}

.icon-bs-vector-pen:before {
  content: "\ed5d";
}

.icon-bs-view-list:before {
  content: "\ed5e";
}

.icon-bs-view-stacked:before {
  content: "\ed5f";
}

.icon-bs-voicemail:before {
  content: "\ed60";
}

.icon-bs-volume-down:before {
  content: "\ed61";
}

.icon-bs-volume-down-fill:before {
  content: "\ed62";
}

.icon-bs-volume-mute:before {
  content: "\ed63";
}

.icon-bs-volume-mute-fill:before {
  content: "\ed64";
}

.icon-bs-volume-off:before {
  content: "\ed65";
}

.icon-bs-volume-off-fill:before {
  content: "\ed66";
}

.icon-bs-volume-up:before {
  content: "\ed67";
}

.icon-bs-volume-up-fill:before {
  content: "\ed68";
}

.icon-bs-vr:before {
  content: "\ed69";
}

.icon-bs-wallet:before {
  content: "\ed6a";
}

.icon-bs-wallet2:before {
  content: "\ed6b";
}

.icon-bs-wallet-fill:before {
  content: "\ed6c";
}

.icon-bs-watch:before {
  content: "\ed6d";
}

.icon-bs-wifi:before {
  content: "\ed6e";
}

.icon-bs-wifi-1:before {
  content: "\ed6f";
}

.icon-bs-wifi-2:before {
  content: "\ed70";
}

.icon-bs-wifi-off:before {
  content: "\ed71";
}

.icon-bs-window:before {
  content: "\ed72";
}

.icon-bs-wrench:before {
  content: "\ed73";
}

.icon-bs-x:before {
  content: "\ed74";
}

.icon-bs-x-circle:before {
  content: "\ed75";
}

.icon-bs-x-circle-fill:before {
  content: "\ed76";
}

.icon-bs-x-diamond:before {
  content: "\ed77";
}

.icon-bs-x-diamond-fill:before {
  content: "\ed78";
}

.icon-bs-x-octagon:before {
  content: "\ed79";
}

.icon-bs-x-octagon-fill:before {
  content: "\ed7a";
}

.icon-bs-x-square:before {
  content: "\ed7b";
}

.icon-bs-x-square-fill:before {
  content: "\ed7c";
}

.icon-bs-zoom-in:before {
  content: "\ed7d";
}

.icon-bs-zoom-out:before {
  content: "\ed7e";
}

#home-banner-pagination {
  width: 100%;
}
#home-banner-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}

@media (max-width: 767.98px) {
  #home-banner {
    margin: 30px 0 0 0;
  }
}
#home-banner .swiper-button-next, #home-banner .swiper-button-prev {
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
#home-banner .swiper-pagination {
  display: none;
}
#home-banner img {
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "oliver quin";
  src: url("/Content/fonts/oliverquin-Regular.eot");
  src: local("oliver quin Regular"), local("oliverquin-Regular"), url("/Content/fonts/oliverquin-Regular.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/oliverquin-Regular.woff2") format("woff2"), url("/Content/fonts/oliverquin-Regular.woff") format("woff"), url("/Content/fonts/oliverquin-Regular.ttf") format("truetype"), url("/Content/fonts/oliverquin-Regular.svg#oliverquin-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oliver quin";
  src: url("/Content/fonts/oliverquin-Regular_1.eot");
  src: local("oliver quin Regular"), local("oliverquin-Regular"), url("/Content/fonts/oliverquin-Regular_1.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/oliverquin-Regular_1.woff2") format("woff2"), url("/Content/fonts/oliverquin-Regular_1.woff") format("woff"), url("/Content/fonts/oliverquin-Regular_1.ttf") format("truetype"), url("/Content/fonts/oliverquin-Regular_1.svg#oliverquin-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
.lazyloading, .lazyload {
    opacity: 0;
    @include transition(0.2s);
    transition-property: opacity, transform;
    width: 100% !important;
}

.lazyloaded {
    opacity: 1;
    @include transition(0.2s);
    transition-property: opacity, transform;
    width: 100% !important;
}
img.lazyautosizes {
    display: block;
    width: 100% !important;
    max-width: none !important;
}*/
.blur-up {
  transition: filter 0.1s;
  filter: blur(30px);
}
.blur-up.lazyloaded {
  filter: blur(0);
}

.img-cont {
  position: relative;
  overflow: hidden;
}
.img-cont img {
  width: 100% !important;
}
.img-cont > a {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img-cont .caption {
  background: rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transform: translateY(100%);
  padding: 10px;
  font-size: 14px;
  transition: 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .img-cont .caption {
    transition: none;
  }
}
.img-cont .caption p {
  margin: 0;
  color: #fff;
}
.img-cont .caption p a {
  color: #fff;
}
.img-cont:hover .caption {
  transform: translateY(0%);
}

.highlight, body .quote blockquote {
  font-family: "oliver quin", "Dawning of a New Day", cursive;
  font-size: 2.3em;
}

.media {
  /*img.lazyautosizes{
      min-width:200px;
  }*/
}

.row {
  align-items: center;
  margin-bottom: 1rem;
}

.min-w-5 {
  min-width: 5%;
}

.w-5 {
  width: 5%;
}

.min-w-10 {
  min-width: 10%;
}

.w-10 {
  width: 10%;
}

.min-w-15 {
  min-width: 15%;
}

.w-15 {
  width: 15%;
}

.min-w-20 {
  min-width: 20%;
}

.w-20 {
  width: 20%;
}

.min-w-25 {
  min-width: 25%;
}

.w-25 {
  width: 25%;
}

.min-w-30 {
  min-width: 30%;
}

.w-30 {
  width: 30%;
}

.min-w-35 {
  min-width: 35%;
}

.w-35 {
  width: 35%;
}

.min-w-40 {
  min-width: 40%;
}

.w-40 {
  width: 40%;
}

.min-w-45 {
  min-width: 45%;
}

.w-45 {
  width: 45%;
}

.min-w-50 {
  min-width: 50%;
}

.w-50 {
  width: 50%;
}

.min-w-55 {
  min-width: 55%;
}

.w-55 {
  width: 55%;
}

.min-w-60 {
  min-width: 60%;
}

.w-60 {
  width: 60%;
}

.min-w-65 {
  min-width: 65%;
}

.w-65 {
  width: 65%;
}

.min-w-70 {
  min-width: 70%;
}

.w-70 {
  width: 70%;
}

.min-w-75 {
  min-width: 75%;
}

.w-75 {
  width: 75%;
}

.min-w-80 {
  min-width: 80%;
}

.w-80 {
  width: 80%;
}

.min-w-85 {
  min-width: 85%;
}

.w-85 {
  width: 85%;
}

.min-w-90 {
  min-width: 90%;
}

.w-90 {
  width: 90%;
}

.datepicker {
  border-radius: 0.25rem;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #6c757d;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  cursor: pointer;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #fff;
  background-color: #000;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 0;
}
.datepicker table tr td.highlighted:hover {
  color: #fff;
  background-color: rgb(11.6666666667, 82.1739130435, 93.3333333333);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.focus {
  color: #fff;
  background-color: rgb(11.6666666667, 82.1739130435, 93.3333333333);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted:disabled {
  color: #fff;
  background-color: #000;
  border-color: #17a2b8;
}
.datepicker table tr td.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.highlighted:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.highlighted.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.datepicker table tr td.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.highlighted:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.highlighted.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.datepicker table tr td.highlighted.focused {
  background: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #17a2b8;
  color: #6c757d;
}
.datepicker table tr td.today {
  color: #fff;
  background-color: #000;
  border-color: #ffdb99;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.datepicker table tr td.today:hover {
  color: #212529;
  background-color: #ffb733;
  border-color: #ffc966;
}
.datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
  color: #212529;
  background-color: #ffb733;
  border-color: #ffc966;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 224.4, 168.3, 0.5);
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today:disabled {
  color: #fff;
  background-color: #000;
  border-color: #ffdb99;
}
.datepicker table tr td.today:not(:disabled):not(.disabled):active, .datepicker table tr td.today:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.today.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: rgb(255, 196.5, 89.25);
}
.datepicker table tr td.today:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.today:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.today.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 224.4, 168.3, 0.5);
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #6c757d;
}
.datepicker table tr td.range {
  color: #fff;
  background-color: #000;
  border-color: #dee2e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 0;
}
.datepicker table tr td.range:hover {
  color: #212529;
  background-color: rgb(163.9655172414, 175, 186.0344827586);
  border-color: rgb(192.9827586207, 200.5, 208.0172413793);
}
.datepicker table tr td.range:focus, .datepicker table tr td.range.focus {
  color: #212529;
  background-color: rgb(163.9655172414, 175, 186.0344827586);
  border-color: rgb(192.9827586207, 200.5, 208.0172413793);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(226.95, 230.35, 233.75, 0.5);
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range:disabled {
  color: #fff;
  background-color: #000;
  border-color: #dee2e6;
}
.datepicker table tr td.range:not(:disabled):not(.disabled):active, .datepicker table tr td.range:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.range.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: rgb(185.7284482759, 194.125, 202.5215517241);
}
.datepicker table tr td.range:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.range.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(226.95, 230.35, 233.75, 0.5);
}
.datepicker table tr td.range.focused {
  background: rgb(192.9827586207, 200.5, 208.0172413793);
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.datepicker table tr td.range.highlighted {
  color: #fff;
  background-color: #000;
  border-color: rgb(114.5, 187, 201);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.datepicker table tr td.range.highlighted:hover {
  color: #fff;
  background-color: rgb(59.2750642674, 138.8573264781, 154.2249357326);
  border-color: rgb(77.6593830334, 169.1696658098, 186.8406169666);
}
.datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.focus {
  color: #fff;
  background-color: rgb(59.2750642674, 138.8573264781, 154.2249357326);
  border-color: rgb(77.6593830334, 169.1696658098, 186.8406169666);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(135.575, 197.2, 209.1, 0.5);
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted:disabled {
  color: #fff;
  background-color: #000;
  border-color: rgb(114.5, 187, 201);
}
.datepicker table tr td.range.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.range.highlighted:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.range.highlighted.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: rgb(69.8946015424, 163.7345758355, 181.8553984576);
}
.datepicker table tr td.range.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range.highlighted:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.range.highlighted.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(135.575, 197.2, 209.1, 0.5);
}
.datepicker table tr td.range.highlighted.focused {
  background: rgb(77.6593830334, 169.1696658098, 186.8406169666);
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: rgb(114.5, 187, 201);
  color: #6c757d;
}
.datepicker table tr td.range.today {
  color: #fff;
  background-color: #000;
  border-color: rgb(166.5, 167.5, 168.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.datepicker table tr td.range.today:hover {
  color: #fff;
  background-color: rgb(115.1685714286, 116.5, 117.8314285714);
  border-color: rgb(140.7085714286, 142, 143.2914285714);
}
.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.focus {
  color: #fff;
  background-color: rgb(115.1685714286, 116.5, 117.8314285714);
  border-color: rgb(140.7085714286, 142, 143.2914285714);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(179.775, 180.625, 181.475, 0.5);
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:disabled {
  color: #fff;
  background-color: #000;
  border-color: rgb(166.5, 167.5, 168.5);
}
.datepicker table tr td.range.today:not(:disabled):not(.disabled):active, .datepicker table tr td.range.today:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.range.today.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: rgb(134.2607142857, 135.625, 136.9892857143);
}
.datepicker table tr td.range.today:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range.today:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.range.today.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(179.775, 180.625, 181.475, 0.5);
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: rgb(166.5, 167.5, 168.5);
  color: #6c757d;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #212529;
  background-color: #fff;
  border-color: #ced4da;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover {
  color: #212529;
  background-color: #ced4da;
  border-color: rgb(176.9418604651, 186.5, 196.0581395349);
}
.datepicker table tr td.selected:focus, .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.highlighted.focus {
  color: #212529;
  background-color: #ced4da;
  border-color: rgb(176.9418604651, 186.5, 196.0581395349);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(180.05, 185.75, 191.45, 0.5);
}
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected:disabled, .datepicker table tr td.selected.highlighted.disabled, .datepicker table tr td.selected.highlighted:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #ced4da;
}
.datepicker table tr td.selected:not(:disabled):not(.disabled):active, .datepicker table tr td.selected:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.selected.dropdown-toggle, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.selected.highlighted.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(169.6773255814, 180.125, 190.5726744186);
}
.datepicker table tr td.selected:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.selected:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.selected.dropdown-toggle:focus, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.selected.highlighted.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(180.05, 185.75, 191.45, 0.5);
}
.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #7f7b77;
  border-color: #7f7b77;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #7f7b77;
  border-color: rgb(100.6707317073, 97.5, 94.3292682927);
}
.datepicker table tr td.active:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #7f7b77;
  border-color: rgb(100.6707317073, 97.5, 94.3292682927);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(146.2, 142.8, 139.4, 0.5);
}
.datepicker table tr td.active.disabled, .datepicker table tr td.active:disabled, .datepicker table tr td.active.highlighted.disabled, .datepicker table tr td.active.highlighted:disabled {
  color: #fff;
  background-color: #7f7b77;
  border-color: #7f7b77;
}
.datepicker table tr td.active:not(:disabled):not(.disabled):active, .datepicker table tr td.active:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.active.highlighted.dropdown-toggle {
  color: #fff;
  background-color: rgb(100.6707317073, 97.5, 94.3292682927);
  border-color: rgb(94.0884146341, 91.125, 88.1615853659);
}
.datepicker table tr td.active:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.active:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.active.dropdown-toggle:focus, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.active.highlighted.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(146.2, 142.8, 139.4, 0.5);
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #7f7b77;
  border-color: #7f7b77;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #7f7b77;
  border-color: rgb(100.6707317073, 97.5, 94.3292682927);
}
.datepicker table tr td span.active:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #7f7b77;
  border-color: rgb(100.6707317073, 97.5, 94.3292682927);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(146.2, 142.8, 139.4, 0.5);
}
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:disabled {
  color: #fff;
  background-color: #7f7b77;
  border-color: #7f7b77;
}
.datepicker table tr td span.active:not(:disabled):not(.disabled):active, .datepicker table tr td span.active:not(:disabled):not(.disabled).active, .show > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled):active, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled).active, .show > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled):active, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled).active, .show > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled):active, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled).active, .show > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
  color: #fff;
  background-color: rgb(100.6707317073, 97.5, 94.3292682927);
  border-color: rgb(94.0884146341, 91.125, 88.1615853659);
}
.datepicker table tr td span.active:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td span.active.dropdown-toggle:focus, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td span.active:hover.dropdown-toggle:focus, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td span.active.disabled.dropdown-toggle:focus, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td span.active.disabled:hover.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(146.2, 142.8, 139.4, 0.5);
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #6c757d;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .prev.disabled, .datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.5;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.nav-wrapper {
  width: 100%;
}

@media (max-width: 767.98px) {
  .offcanvas-collapse {
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    /* @extend .py-3;
    @extend .px-2;*/
    overflow-y: auto;
    visibility: hidden;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse > .nav-wrapper {
    flex-direction: column-reverse !important;
    z-index: 2;
    position: relative;
    width: 300px;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .offcanvas-collapse #backdrop {
    opacity: 0;
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
    z-index: 1;
    filter: blur(20px);
    transition: opacity 0.3s ease-in-out;
    transition-delay: 0s;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-collapse.open #backdrop {
    filter: blur(0);
    display: block;
    opacity: 1;
    transition-delay: 0.2s;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.001;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.001;
  }
}
body {
  /*transform: translate3d(0,0,0);*/
  min-height: 100vh;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  /*#backdrop {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100%;
      background: rgba(0, 0, 0, 0.31);
      z-index: 19;
  }

  &.offcanvas-stop-scrolling {
      #backdrop {
          display: block;
      }
  }*/
  /*&.canvas-sliding {
      left: auto !important;
  }*/
  /*.navmenu-fixed-right {
      left: auto !important;
  }

  .navbar-toggle {
      display: block !important;
  }*/
}
body #wrapper {
  min-height: 100vh;
  animation-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-delay: 0.3s;
  animation-name: fadeIn;
  background: #fafafa;
}
body #wrapper.out {
  animation-name: fadeOut;
  animation-duration: 0.2s;
  transition-timing-function: ease-out;
  animation-fill-mode: both;
  animation-delay: 0;
}
@media (max-width: 767.98px) {
  body .media.media-object > * {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  body .media.media-object .media-left {
    padding-right: 30px;
  }
  body .media.media-object .media-right {
    padding-left: 30px;
  }
}
body #cookies {
  padding: 7.5px;
  font-size: 14px;
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 201;
  border-top: 2px solid #534e4c;
  background: #fff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}
body #cookies p {
  padding-top: 6px;
  margin: 0;
}
body #cookies button {
  font-size: 14px !important;
}
body .closing {
  font-size: 0.8em;
  color: rgb(163.6106719368, 176.8656126482, 156.6343873518);
  margin: 0 auto;
}
body .closing p {
  margin: 0 auto;
}
body .grecaptcha-badge {
  bottom: 60px !important;
}
body .contact-form-container {
  margin-bottom: 30px;
}
body .alert {
  border: 1px solid #7c8f72;
}
body .alert * {
  color: rgb(135.9811320755, 128.1509433962, 125.0188679245);
}
body .alert h3 {
  margin: 15px 0;
}
body .btn-custom {
  border: 2px solid #7c8f72;
  color: #7c8f72;
  background: #fff;
  transition: 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  body .btn-custom {
    transition: none;
  }
}
body .btn-custom:hover, body .btn-custom:focus, body .btn-custom:active {
  color: #fff;
  background: rgb(150.4071146245, 165.5770750988, 142.4229249012);
}
body form label {
  font-size: 0.9em;
}
body form label.mandatory:after {
  content: "*";
  font-weight: 300;
}
body form input, body form textarea {
  font-size: 16px !important;
}
body form textarea {
  resize: none;
  min-height: 150px;
}
body form .validation-container {
  font-size: 14px !important;
}
body form .form-control {
  border: none;
  border-bottom: 2px solid;
  box-shadow: none;
}
body form .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 143, 114, 0.3);
}
body form .form-control.input-validation-error {
  border-color: !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(139, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  body {
    font-size: 18px;
  }
}
body #at-expanding-share-button {
  bottom: 60px !important;
}
body .back {
  font-size: 0.8em;
  display: inline-block;
  margin: 15px 0;
}
body .credits {
  font-size: 0.6em;
}
body .credits .container {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(124, 143, 114, 0.2);
}
body .credits h4 {
  margin: 0 0 15px 0;
  color: #7c8f72;
  font-size: 20px;
}
body .p-like-images {
  padding: 0;
}
body .p-like-images > div {
  padding: 2px !important;
}
body .gallery-collapse {
  float: right;
}
body strong {
  font-weight: 500;
}
body a:hover {
  text-decoration: underline;
}
body .lg-sub-html * {
  font-size: 14px;
  color: #fff !important;
}
body .navbar-brand {
  padding: 0;
  margin: 0;
  width: 80%;
  padding: 10px;
}
@media (min-width: 768px) {
  body .navbar-brand {
    padding: 20px;
  }
}
body .navbar-brand img, body .navbar-brand svg {
  transform: none;
  padding: 0;
}
body .navbar-brand {
  padding: 0;
  height: auto;
  position: relative;
  float: none;
  max-width: 40%;
  margin: 0 auto;
}
body .navbar-brand h1 {
  position: absolute;
  z-index: 1;
  color: #fcfcfc;
}
body .navbar-brand > img, body .navbar-brand svg {
  background: #fcfcfc;
  position: relative;
  z-index: 2;
  padding: 30px 0 60px 0;
}
@media (max-width: 767.98px) {
  body .navbar-brand > img, body .navbar-brand svg {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  body .navbar-brand {
    max-width: 90%;
  }
}
body .navbar-toggle {
  /*float: left;*/
  /*@include navbar-vertical-align(34px,$navbar-height / 1.5);*/
}
@media (max-width: 767.98px) {
  body .navbar-toggle {
    max-width: 90%;
  }
}
body .navbar-toggle .icon-bar {
  background: #7c8f72;
}
body nav.navbar {
  /*background: fade($brown,1%);*/
  background: #fff;
  margin-bottom: 0;
  z-index: 1000;
}
body nav.navbar .navbar-socials {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  body nav.navbar .navbar-socials {
    width: 100% !important;
    margin-top: auto;
    margin-bottom: 30px;
  }
}
body nav.navbar .navbar-socials > li {
  display: inline-block;
  padding: 5px;
}
body nav.navbar .language-nav {
  font-size: 0;
  z-index: 1000;
  margin: auto 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  body nav.navbar .language-nav {
    width: 100% !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
body nav.navbar .language-nav > li {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: block;
  /*background: lighten($green,48%);*/
  font-size: 12px;
  background: #fff;
  border: 1px solid rgb(203.2213438735, 210.7312252964, 199.2687747036);
  transition: 0.2s;
}
@media (max-width: 991.98px) {
  body nav.navbar .language-nav > li {
    width: 36px;
    height: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  body nav.navbar .language-nav > li {
    transition: none;
  }
}
body nav.navbar .language-nav > li:hover {
  background: rgb(229.628458498, 233.3083003953, 227.6916996047);
}
body nav.navbar .language-nav > li:hover > a {
  text-decoration: none !important;
}
body nav.navbar .language-nav > li.active {
  font-weight: 500;
  background: rgb(203.2213438735, 210.7312252964, 199.2687747036);
}
body nav.navbar .language-nav > li.active > * {
  color: #fff;
}
body nav.navbar .language-nav > li > * {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #7c8f72;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  body nav.navbar .language-nav > li > * {
    line-height: 36px;
  }
}
body nav.navbar .language-nav > li > *:hover {
  background: none;
}
body nav.navbar ul.navbar-nav {
  /*float:left;*/
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  body nav.navbar ul.navbar-nav {
    margin: 0;
    padding: 0;
  }
}
body nav.navbar ul.navbar-nav > li {
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  body nav.navbar ul.navbar-nav > li {
    display: block;
    width: 100%;
  }
}
body nav.navbar ul.navbar-nav > li > a {
  transition: 0.2s;
  padding: 2.3rem 1rem !important;
  color: #7f7b77 !important;
}
@media (prefers-reduced-motion: reduce) {
  body nav.navbar ul.navbar-nav > li > a {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  body nav.navbar ul.navbar-nav > li > a {
    padding: 2.3rem 0.7rem !important;
  }
}
@media (max-width: 991.98px) {
  body nav.navbar ul.navbar-nav > li > a {
    font-size: 0.8em;
    padding: 2.3rem 0.4rem !important;
  }
}
@media (max-width: 767.98px) {
  body nav.navbar ul.navbar-nav > li > a {
    font-size: 1em;
    display: block;
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
body nav.navbar ul.navbar-nav > li > a:hover, body nav.navbar ul.navbar-nav > li > a:focus {
  background: rgba(127, 123, 119, 0.1);
}
body nav.navbar ul.navbar-nav > li.active {
  font-weight: 500;
}
body .instagram-container {
  position: relative;
  /*width: 70%;
  margin: 0 auto;*/
}
body .instagram-container > div {
  position: relative;
}
body .instagram-container > div > a {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #wrapper .navbar-toggle {
  background: rgb(234.9098814229, 237.823715415, 233.376284585);
  border: none;
  padding: 9px 10px;
  outline: none !important;
}
body #wrapper .navbar-toggle.fixed-top {
  left: auto;
  right: 15px;
  top: 90px;
  /*top:$grid-gutter-width /2;*/
}
body #wrapper .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transition: all 0.3s ease-in-out;
}
body #wrapper .navbar-toggle .icon-bar:nth-child(2) {
  opacity: 1;
}
body #wrapper .navbar-toggle .icon-bar:nth-child(3) {
  transform: rotate(0);
  transform-origin: center left;
}
body #wrapper .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
body #wrapper .navbar-toggle.open .icon-bar:nth-child(2) {
  opacity: 0;
}
body #wrapper .navbar-toggle.open .icon-bar:nth-child(3) {
  transform: rotate(-30deg);
  transform-origin: center left;
}
body #wrapper .work-item {
  /*border: 1px solid fade($brown,50%);*/
  position: relative;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
body #wrapper .work-item .swiper-container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  body #wrapper .work-item .swiper-container {
    transition: none;
  }
}
body #wrapper .work-item .swiper-container:before {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 2;
}
body #wrapper .work-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
}
body #wrapper .work-item:hover .swiper-container {
  transform: scale(1.1);
}
body #wrapper .work-item h2 {
  color: #534e4c;
  width: 100%;
  height: auto;
  margin: 0;
  z-index: 4;
  padding: 15px;
  text-align: center;
  /*line-height: 400px;*/
  text-shadow: 0 0 52px #fff, 0 0 52px #fff, 0 0 52px #fff, 0 0 52px #fff, 0 0 52px #fff, 0 0 52px #fff, 0 0 52px #fff;
  /*@include highlight;*/
  font-size: 17px;
  background: #fff;
  position: relative;
  z-index: 3;
  font-weight: 300;
}
body #wrapper .work-gallery {
  /*border: 1px solid fade($brown,50%);*/
  position: relative;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
body #wrapper .work-gallery .gallery-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
body #wrapper .work-gallery .swiper-container {
  position: relative;
  z-index: 0;
  transition: 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  body #wrapper .work-gallery .swiper-container {
    transition: none;
  }
}
body #wrapper .work-gallery a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
}
body #wrapper .work-gallery:hover .swiper-container {
  transform: scale(1.1);
}
body #wrapper .work-gallery .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 2;
  /*@include highlight;*/
  padding: 15px 15px 0 15px;
  text-align: center;
  color: #fff;
}
body #wrapper .work-gallery .text * {
  margin: 0 0 10px 0;
  font-style: italic;
}
body #wrapper .work-gallery .text h2 {
  padding-top: 30px;
  text-shadow: 0 0 5px #000;
  /*line-height: 400px;*/
  font-weight: 400;
  font-size: 30px;
  font-style: normal !important;
  /*text-shadow: 0 0 $d #fff,0 0 $d #fff,0 0 $d #fff,0 0 $d #fff,0 0 $d #fff,0 0 $d #fff,0 0 $d #fff;*/
}
body #wrapper h1 {
  text-align: center;
  margin-bottom: 60px;
  font-family: "oliver quin";
  font-size: 60px;
}
@media (max-width: 767.98px) {
  body #wrapper h1 {
    font-size: 60px;
    margin-bottom: 60px;
  }
}
body #wrapper.home {
  background: none;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  body #wrapper.home {
    /*padding-top: $grid-gutter-width / 2;*/
  }
  body #wrapper.home nav.navbar {
    background: none !important;
  }
  body #wrapper.home nav.navbar .navbar-brand {
    display: none !important;
  }
}
body #wrapper.home .navbar-brand.cont {
  background: none !important;
  z-index: 18;
  width: 100%;
}
body #wrapper.home .navbar-brand.cont > img {
  background: none !important;
}
body #wrapper:not(.home) {
  /*position: relative;*/
}
body #wrapper:not(.home) nav.navbar {
  border-bottom: 1px solid rgba(83, 78, 76, 0.1);
}
body #wrapper:not(.home) .navbar-brand {
  display: none;
}
body #wrapper:not(.home) .navbar-brand {
  display: none;
}
@media (max-width: 767.98px) {
  body #wrapper:not(.home) .navbar-brand {
    display: block !important;
    z-index: 3;
    width: 70%;
  }
  body #wrapper:not(.home) .navbar-brand img, body #wrapper:not(.home) .navbar-brand svg {
    background: none;
    width: 100%;
  }
  body #wrapper:not(.home) .navbar-brand + .navbar-toggle {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 15px;
  }
}
body #wrapper:not(.home) .umb-grid {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  body #wrapper:not(.home) .umb-grid {
    font-size: 13px;
  }
}
body #wrapper:not(.home) .umb-grid img {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
body #wrapper:not(.home) .umb-grid .container {
  padding-bottom: 30px !important;
}
body #wrapper:not(.home) .umb-grid ul, body #wrapper:not(.home) .umb-grid ol {
  margin-top: 15px;
  margin-bottom: 15px;
}
body #wrapper:not(.home) .umb-grid a {
  word-break: break-all;
}
body #wrapper .testimonial {
  text-align: center;
  padding: 0 60px;
}
body #wrapper .testimonial h3 {
  color: #7c8f72;
}
body #wrapper .testimonial .contents {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
}
body #wrapper .testimonial .contents > * {
  position: relative;
  z-index: 2;
}
body #wrapper .testimonial .contents:before, body #wrapper .testimonial .contents:after {
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  color: #534e4c;
  font-size: 210px;
  font-weight: 900;
}
body #wrapper .testimonial .contents:before {
  top: 52%;
  left: 52%;
  content: "»";
}
body #wrapper .testimonial .contents:after {
  right: 52%;
  bottom: 52%;
  content: "«";
}
body #wrapper #testimonials-pagination {
  width: 100%;
  position: relative !important;
}
body #wrapper #testimonials-pagination .swiper-pagination-bullet {
  background: #7c8f72;
  margin: 0 10px;
}
body #wrapper #badges {
  background: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 60px auto;
  border-top: 1px solid rgba(83, 78, 76, 0.1);
  border-bottom: 1px solid rgba(83, 78, 76, 0.1);
  font-size: 0;
}
body #wrapper #badges h5 {
  font-size: 36px;
}
body #wrapper #badges a, body #wrapper #badges span {
  padding: 10px;
  transition: 0.2s;
  display: inline-block;
}
@media (prefers-reduced-motion: reduce) {
  body #wrapper #badges a, body #wrapper #badges span {
    transition: none;
  }
}
body #wrapper #badges a > a, body #wrapper #badges span > a {
  max-width: none;
  width: 100%;
}
body #wrapper #badges a:hover, body #wrapper #badges span:hover {
  transform: scale(0.9);
}
@media (max-width: 767.98px) {
  body #wrapper #badges a, body #wrapper #badges span {
    width: 50%;
  }
}
body .quote {
  border: 1px solid #7c8f72;
  margin: 150px auto 150px auto;
  border-radius: 50px;
  position: relative;
  padding: 45px;
  width: 90%;
}
@media (max-width: 767.98px) {
  body .quote {
    padding: 30px;
  }
}
body .quote:after {
  content: "";
  position: absolute;
  border: 1px solid #7c8f72;
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}
body .quote:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 6px solid #fcfcfc;
  bottom: -3px;
  left: 50px;
  z-index: 2;
}
body .quote cite {
  color: #7c8f72;
  font-size: 26px;
}
@media (max-width: 767.98px) {
  body .quote cite {
    font-size: 20px;
  }
}
body .quote blockquote {
  position: relative;
  color: #534e4c;
  padding: 0;
  font-weight: 500;
  text-align: center;
  border: none;
  font-size: 38px;
  line-height: 100%;
}
@media (max-width: 991.98px) {
  body .quote blockquote {
    font-size: 41px;
    line-height: 90%;
  }
}
@media (max-width: 767.98px) {
  body .quote blockquote {
    font-size: 32px;
    line-height: 90%;
  }
}
body footer {
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid rgba(124, 143, 114, 0.1);
}
@media (max-width: 991.98px) {
  body footer .socials {
    text-align: center;
  }
}
body footer .socials a {
  margin: 0 15px;
  text-decoration: none;
}
body footer .socials a i {
  transition: 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  body footer .socials a i {
    transition: none;
  }
}
body footer .socials a:hover i {
  transform: scale(1.2);
  color: #534e4c;
}
body footer .links {
  font-size: 14px;
  text-align: right;
}
@media (max-width: 991.98px) {
  body footer .links {
    text-align: center;
  }
}
body footer .links span:after {
  content: " |";
}
body footer .links span:last-child:after {
  content: "";
}
body h2 {
  font-size: 32px;
  font-weight: 400;
}
body h3 {
  font-size: 28px;
  font-weight: 400;
}
body h4 {
  font-size: 26px;
  font-weight: 400;
}
body h5 {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  body h2 {
    font-size: 28px;
  }
  body h3, body h4, body h5 {
    font-size: 26px;
  }
  body .img-cont {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  body .container.tabled {
    display: table !important;
  }
  body .container.tabled > .row {
    display: table-row !important;
    vertical-align: middle;
    position: relative;
  }
  body .container.tabled > .row > div {
    float: none !important;
    display: table-cell !important;
    vertical-align: middle;
  }
}
