@charset "UTF-8";
/*!
 * Bootstrap v5.0.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 {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]), 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-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: 0.75rem;
  padding-left: var(--bs-gutter-x, 0.75rem);
  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;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.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%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not(:-moz-read-only) {
  cursor: pointer;
}
.form-control[type=file]:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-moz-read-only {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control:disabled, .form-control:read-only {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #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 {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not(:-moz-read-only) {
  cursor: pointer;
}
.form-control-color:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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.25rem 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 .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem 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;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

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

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

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

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

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: 75vh;
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .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 (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .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 (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .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 (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.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.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #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.55);
}
.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 .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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.55);
}
.navbar-dark .navbar-text a,
.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);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  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;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  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.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  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 {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

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

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

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #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;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}
.gap-1 {
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}
.gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}
.gap-3 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}
.gap-4 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}
.gap-5 {
  grid-gap: 3rem !important;
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !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-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-lg-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xl-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

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

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

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-xxl-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}

.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}

@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}

.flash{animation-name:flash}

@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}

.pulse{animation-name:pulse}

@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}

.rubberBand{animation-name:rubberBand}

@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}

.shake{animation-name:shake}

@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}

.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}

@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}

.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}

@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}

.tada{animation-name:tada}

@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}

.wobble{animation-name:wobble}

@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}

.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}

@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}

.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}

@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}

.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}

@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}

.bounceInDown{animation-name:bounceInDown}

@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}

.bounceInLeft{animation-name:bounceInLeft}

@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}

.bounceInRight{animation-name:bounceInRight}

@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}

.bounceInUp{animation-name:bounceInUp}

@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}

.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}

@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}

.bounceOutDown{animation-name:bounceOutDown}

@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}

.bounceOutLeft{animation-name:bounceOutLeft}

@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}

.bounceOutRight{animation-name:bounceOutRight}

@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}

.bounceOutUp{animation-name:bounceOutUp}

@keyframes fadeIn{0%{opacity:0}to{opacity:1}}

.fadeIn{animation-name:fadeIn}

@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}

.fadeInDown{animation-name:fadeInDown}

@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}

.fadeInDownBig{animation-name:fadeInDownBig}

@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}

.fadeInLeft{animation-name:fadeInLeft}

@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}

.fadeInLeftBig{animation-name:fadeInLeftBig}

@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}

.fadeInRight{animation-name:fadeInRight}

@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}

.fadeInRightBig{animation-name:fadeInRightBig}

@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}

.fadeInUp{animation-name:fadeInUp}

@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}

.fadeInUpBig{animation-name:fadeInUpBig}

@keyframes fadeOut{0%{opacity:1}to{opacity:0}}

.fadeOut{animation-name:fadeOut}

@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}

.fadeOutDown{animation-name:fadeOutDown}

@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}

.fadeOutDownBig{animation-name:fadeOutDownBig}

@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}

.fadeOutLeft{animation-name:fadeOutLeft}

@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}

.fadeOutLeftBig{animation-name:fadeOutLeftBig}

@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}

.fadeOutRight{animation-name:fadeOutRight}

@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}

.fadeOutRightBig{animation-name:fadeOutRightBig}

@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}

.fadeOutUp{animation-name:fadeOutUp}

@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}

.fadeOutUpBig{animation-name:fadeOutUpBig}

@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}

.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}

@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}

.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}

@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}

.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}

@keyframes flipOutX{0%{transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}

.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}

@keyframes flipOutY{0%{transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}

.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}

@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}

.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}

@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}

.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}

@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}

.rotateIn{animation-name:rotateIn}

@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}

.rotateInDownLeft{animation-name:rotateInDownLeft}

@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}

.rotateInDownRight{animation-name:rotateInDownRight}

@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}

.rotateInUpLeft{animation-name:rotateInUpLeft}

@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}

.rotateInUpRight{animation-name:rotateInUpRight}

@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}

.rotateOut{animation-name:rotateOut}

@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}

.rotateOutDownLeft{animation-name:rotateOutDownLeft}

@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}

.rotateOutDownRight{animation-name:rotateOutDownRight}

@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}

.rotateOutUpLeft{animation-name:rotateOutUpLeft}

@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}

.rotateOutUpRight{animation-name:rotateOutUpRight}

@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}

.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}

@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}

.jackInTheBox{animation-name:jackInTheBox}

@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}

.rollIn{animation-name:rollIn}

@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}

.rollOut{animation-name:rollOut}

@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}

.zoomIn{animation-name:zoomIn}

@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}

.zoomInDown{animation-name:zoomInDown}

@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}

.zoomInLeft{animation-name:zoomInLeft}

@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}

.zoomInRight{animation-name:zoomInRight}

@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}

.zoomInUp{animation-name:zoomInUp}

@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}

.zoomOut{animation-name:zoomOut}

@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}

.zoomOutDown{animation-name:zoomOutDown}

@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}

.zoomOutLeft{animation-name:zoomOutLeft}

@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}

.zoomOutRight{animation-name:zoomOutRight}

@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}

.zoomOutUp{animation-name:zoomOutUp}

@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}

.slideInDown{animation-name:slideInDown}

@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}

.slideInLeft{animation-name:slideInLeft}

@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}

.slideInRight{animation-name:slideInRight}

@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}

.slideInUp{animation-name:slideInUp}

@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}

.slideOutDown{animation-name:slideOutDown}

@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}

.slideOutLeft{animation-name:slideOutLeft}

@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}

.slideOutRight{animation-name:slideOutRight}

@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}

.slideOutUp{animation-name:slideOutUp}

.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}

.animated.infinite{animation-iteration-count:infinite}

.animated.delay-1s{animation-delay:1s}

.animated.delay-2s{animation-delay:2s}

.animated.delay-3s{animation-delay:3s}

.animated.delay-4s{animation-delay:4s}

.animated.delay-5s{animation-delay:5s}

.animated.fast{animation-duration:.8s}

.animated.faster{animation-duration:.5s}

.animated.slow{animation-duration:2s}

.animated.slower{animation-duration:3s}

@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}
@font-face{font-family:boxicons;font-weight:400;font-style:normal;src:url('boxicons.eot');src:url('boxicons.eot') format('embedded-opentype'),url('boxicons.woff2') format('woff2'),url('boxicons.woff') format('woff'),url('boxicons.ttf') format('truetype'),url('boxicons.svg?#boxicons') format('svg')}.bx{font-family:boxicons!important;font-weight:400;font-style:normal;font-feature-settings:normal;font-variant:normal;line-height:1;text-rendering:auto;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@keyframes burst{0%{transform:scale(1);opacity:1}90%{transform:scale(1.5);opacity:0}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes fade-left{0%{transform:translateX(0);opacity:1}75%{transform:translateX(-20px);opacity:0}}@keyframes fade-right{0%{transform:translateX(0);opacity:1}75%{transform:translateX(20px);opacity:0}}@keyframes fade-up{0%{transform:translateY(0);opacity:1}75%{transform:translateY(-20px);opacity:0}}@keyframes fade-down{0%{transform:translateY(0);opacity:1}75%{transform:translateY(20px);opacity:0}}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{transform:rotate3d(0,0,1,-10deg)}to{transform:scale3d(1,1,1)}}.bx-spin{animation:spin 2s linear infinite}.bx-spin-hover:hover{animation:spin 2s linear infinite}.bx-tada{animation:tada 1.5s ease infinite}.bx-tada-hover:hover{animation:tada 1.5s ease infinite}.bx-flashing{animation:flashing 1.5s infinite linear}.bx-flashing-hover:hover{animation:flashing 1.5s infinite linear}.bx-burst{animation:burst 1.5s infinite linear}.bx-burst-hover:hover{animation:burst 1.5s infinite linear}.bx-fade-up{animation:fade-up 1.5s infinite linear}.bx-fade-up-hover:hover{animation:fade-up 1.5s infinite linear}.bx-fade-down{animation:fade-down 1.5s infinite linear}.bx-fade-down-hover:hover{animation:fade-down 1.5s infinite linear}.bx-fade-left{animation:fade-left 1.5s infinite linear}.bx-fade-left-hover:hover{animation:fade-left 1.5s infinite linear}.bx-fade-right{animation:fade-right 1.5s infinite linear}.bx-fade-right-hover:hover{animation:fade-right 1.5s infinite linear}.bx-xs{font-size:1rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-lg{font-size:3rem!important}.bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!important}.bx-rotate-90{transform:rotate(90deg)}.bx-rotate-180{transform:rotate(180deg)}.bx-rotate-270{transform:rotate(270deg)}.bx-flip-horizontal{transform:scaleX(-1)}.bx-flip-vertical{transform:scaleY(-1)}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxl-500px:before{content:"\e900"}.bxl-adobe:before{content:"\e901"}.bxl-airbnb:before{content:"\e902"}.bxl-algolia:before{content:"\e903"}.bxl-amazon:before{content:"\e904"}.bxl-android:before{content:"\e905"}.bxl-angular:before{content:"\e906"}.bxl-apple:before{content:"\e907"}.bxl-audible:before{content:"\e908"}.bxl-aws:before{content:"\e909"}.bxl-baidu:before{content:"\e90a"}.bxl-behance:before{content:"\e90b"}.bxl-bing:before{content:"\e90c"}.bxl-bitcoin:before{content:"\e90d"}.bxl-blender:before{content:"\e90e"}.bxl-blogger:before{content:"\e90f"}.bxl-bootstrap:before{content:"\e910"}.bxl-chrome:before{content:"\e911"}.bxl-codepen:before{content:"\e912"}.bxl-c-plus-plus:before{content:"\e913"}.bxl-creative-commons:before{content:"\e914"}.bxl-css3:before{content:"\e915"}.bxl-dailymotion:before{content:"\e916"}.bxl-deviantart:before{content:"\e917"}.bxl-dev-to:before{content:"\e918"}.bxl-digg:before{content:"\e919"}.bxl-digitalocean:before{content:"\e91a"}.bxl-discord:before{content:"\e91b"}.bxl-discord-alt:before{content:"\e91c"}.bxl-discourse:before{content:"\e91d"}.bxl-django:before{content:"\e91e"}.bxl-docker:before{content:"\e91f"}.bxl-dribbble:before{content:"\e920"}.bxl-dropbox:before{content:"\e921"}.bxl-drupal:before{content:"\e922"}.bxl-ebay:before{content:"\e923"}.bxl-edge:before{content:"\e924"}.bxl-etsy:before{content:"\e925"}.bxl-facebook:before{content:"\e926"}.bxl-facebook-circle:before{content:"\e927"}.bxl-facebook-square:before{content:"\e928"}.bxl-figma:before{content:"\e929"}.bxl-firebase:before{content:"\e92a"}.bxl-firefox:before{content:"\e92b"}.bxl-flickr:before{content:"\e92c"}.bxl-flickr-square:before{content:"\e92d"}.bxl-flutter:before{content:"\e92e"}.bxl-foursquare:before{content:"\e92f"}.bxl-git:before{content:"\e930"}.bxl-github:before{content:"\e931"}.bxl-gitlab:before{content:"\e932"}.bxl-google:before{content:"\e933"}.bxl-google-cloud:before{content:"\e934"}.bxl-google-plus:before{content:"\e935"}.bxl-google-plus-circle:before{content:"\e936"}.bxl-html5:before{content:"\e937"}.bxl-imdb:before{content:"\e938"}.bxl-instagram:before{content:"\e939"}.bxl-instagram-alt:before{content:"\e93a"}.bxl-internet-explorer:before{content:"\e93b"}.bxl-invision:before{content:"\e93c"}.bxl-javascript:before{content:"\e93d"}.bxl-joomla:before{content:"\e93e"}.bxl-jquery:before{content:"\e93f"}.bxl-jsfiddle:before{content:"\e940"}.bxl-kickstarter:before{content:"\e941"}.bxl-kubernetes:before{content:"\e942"}.bxl-less:before{content:"\e943"}.bxl-linkedin:before{content:"\e944"}.bxl-linkedin-square:before{content:"\e945"}.bxl-magento:before{content:"\e946"}.bxl-mailchimp:before{content:"\e947"}.bxl-markdown:before{content:"\e948"}.bxl-mastercard:before{content:"\e949"}.bxl-mastodon:before{content:"\e94a"}.bxl-medium:before{content:"\e94b"}.bxl-medium-old:before{content:"\e94c"}.bxl-medium-square:before{content:"\e94d"}.bxl-messenger:before{content:"\e94e"}.bxl-microsoft:before{content:"\e94f"}.bxl-microsoft-teams:before{content:"\e950"}.bxl-nodejs:before{content:"\e951"}.bxl-ok-ru:before{content:"\e952"}.bxl-opera:before{content:"\e953"}.bxl-patreon:before{content:"\e954"}.bxl-paypal:before{content:"\e955"}.bxl-periscope:before{content:"\e956"}.bxl-php:before{content:"\e957"}.bxl-pinterest:before{content:"\e958"}.bxl-pinterest-alt:before{content:"\e959"}.bxl-play-store:before{content:"\e95a"}.bxl-pocket:before{content:"\e95b"}.bxl-product-hunt:before{content:"\e95c"}.bxl-python:before{content:"\e95d"}.bxl-quora:before{content:"\e95e"}.bxl-react:before{content:"\e95f"}.bxl-redbubble:before{content:"\e960"}.bxl-reddit:before{content:"\e961"}.bxl-redux:before{content:"\e962"}.bxl-sass:before{content:"\e963"}.bxl-shopify:before{content:"\e964"}.bxl-sketch:before{content:"\e965"}.bxl-skype:before{content:"\e966"}.bxl-slack:before{content:"\e967"}.bxl-slack-old:before{content:"\e968"}.bxl-snapchat:before{content:"\e969"}.bxl-soundcloud:before{content:"\e96a"}.bxl-spotify:before{content:"\e96b"}.bxl-spring-boot:before{content:"\e96c"}.bxl-squarespace:before{content:"\e96d"}.bxl-stack-overflow:before{content:"\e96e"}.bxl-steam:before{content:"\e96f"}.bxl-stripe:before{content:"\e970"}.bxl-tailwind-css:before{content:"\e971"}.bxl-telegram:before{content:"\e972"}.bxl-tiktok:before{content:"\e973"}.bxl-trello:before{content:"\e974"}.bxl-trip-advisor:before{content:"\e975"}.bxl-tumblr:before{content:"\e976"}.bxl-tux:before{content:"\e977"}.bxl-twitch:before{content:"\e978"}.bxl-twitter:before{content:"\e979"}.bxl-unity:before{content:"\e97a"}.bxl-unsplash:before{content:"\e97b"}.bxl-vimeo:before{content:"\e97c"}.bxl-visa:before{content:"\e97d"}.bxl-visual-studio:before{content:"\e97e"}.bxl-vk:before{content:"\e97f"}.bxl-vuejs:before{content:"\e980"}.bxl-whatsapp:before{content:"\e981"}.bxl-whatsapp-square:before{content:"\e982"}.bxl-wikipedia:before{content:"\e983"}.bxl-windows:before{content:"\e984"}.bxl-wix:before{content:"\e985"}.bxl-wordpress:before{content:"\e986"}.bxl-yahoo:before{content:"\e987"}.bxl-yelp:before{content:"\e988"}.bxl-youtube:before{content:"\e989"}.bxl-zoom:before{content:"\e98a"}.bxs-add-to-queue:before{content:"\e98b"}.bxs-adjust:before{content:"\e98c"}.bxs-adjust-alt:before{content:"\e98d"}.bxs-alarm:before{content:"\e98e"}.bxs-alarm-add:before{content:"\e98f"}.bxs-alarm-exclamation:before{content:"\e990"}.bxs-alarm-off:before{content:"\e991"}.bxs-alarm-snooze:before{content:"\e992"}.bxs-album:before{content:"\e993"}.bxs-ambulance:before{content:"\e994"}.bxs-analyse:before{content:"\e995"}.bxs-angry:before{content:"\e996"}.bxs-arch:before{content:"\e997"}.bxs-archive:before{content:"\e998"}.bxs-archive-in:before{content:"\e999"}.bxs-archive-out:before{content:"\e99a"}.bxs-area:before{content:"\e99b"}.bxs-arrow-from-bottom:before{content:"\e99c"}.bxs-arrow-from-left:before{content:"\e99d"}.bxs-arrow-from-right:before{content:"\e99e"}.bxs-arrow-from-top:before{content:"\e99f"}.bxs-arrow-to-bottom:before{content:"\e9a0"}.bxs-arrow-to-left:before{content:"\e9a1"}.bxs-arrow-to-right:before{content:"\e9a2"}.bxs-arrow-to-top:before{content:"\e9a3"}.bxs-award:before{content:"\e9a4"}.bxs-baby-carriage:before{content:"\e9a5"}.bxs-backpack:before{content:"\e9a6"}.bxs-badge:before{content:"\e9a7"}.bxs-badge-check:before{content:"\e9a8"}.bxs-badge-dollar:before{content:"\e9a9"}.bxs-ball:before{content:"\e9aa"}.bxs-band-aid:before{content:"\e9ab"}.bxs-bank:before{content:"\e9ac"}.bxs-bar-chart-alt-2:before{content:"\e9ad"}.bxs-bar-chart-square:before{content:"\e9ae"}.bxs-barcode:before{content:"\e9af"}.bxs-baseball:before{content:"\e9b0"}.bxs-basket:before{content:"\e9b1"}.bxs-basketball:before{content:"\e9b2"}.bxs-bath:before{content:"\e9b3"}.bxs-battery:before{content:"\e9b4"}.bxs-battery-charging:before{content:"\e9b5"}.bxs-battery-full:before{content:"\e9b6"}.bxs-battery-low:before{content:"\e9b7"}.bxs-bed:before{content:"\e9b8"}.bxs-been-here:before{content:"\e9b9"}.bxs-beer:before{content:"\e9ba"}.bxs-bell:before{content:"\e9bb"}.bxs-bell-minus:before{content:"\e9bc"}.bxs-bell-off:before{content:"\e9bd"}.bxs-bell-plus:before{content:"\e9be"}.bxs-bell-ring:before{content:"\e9bf"}.bxs-bible:before{content:"\e9c0"}.bxs-binoculars:before{content:"\e9c1"}.bxs-blanket:before{content:"\e9c2"}.bxs-bolt:before{content:"\e9c3"}.bxs-bolt-circle:before{content:"\e9c4"}.bxs-bomb:before{content:"\e9c5"}.bxs-bone:before{content:"\e9c6"}.bxs-bong:before{content:"\e9c7"}.bxs-book:before{content:"\e9c8"}.bxs-book-add:before{content:"\e9c9"}.bxs-book-alt:before{content:"\e9ca"}.bxs-book-bookmark:before{content:"\e9cb"}.bxs-book-content:before{content:"\e9cc"}.bxs-book-heart:before{content:"\e9cd"}.bxs-bookmark:before{content:"\e9ce"}.bxs-bookmark-alt:before{content:"\e9cf"}.bxs-bookmark-alt-minus:before{content:"\e9d0"}.bxs-bookmark-alt-plus:before{content:"\e9d1"}.bxs-bookmark-heart:before{content:"\e9d2"}.bxs-bookmark-minus:before{content:"\e9d3"}.bxs-bookmark-plus:before{content:"\e9d4"}.bxs-bookmarks:before{content:"\e9d5"}.bxs-bookmark-star:before{content:"\e9d6"}.bxs-book-open:before{content:"\e9d7"}.bxs-book-reader:before{content:"\e9d8"}.bxs-bot:before{content:"\e9d9"}.bxs-bowling-ball:before{content:"\e9da"}.bxs-box:before{content:"\e9db"}.bxs-brain:before{content:"\e9dc"}.bxs-briefcase:before{content:"\e9dd"}.bxs-briefcase-alt:before{content:"\e9de"}.bxs-briefcase-alt-2:before{content:"\e9df"}.bxs-brightness:before{content:"\e9e0"}.bxs-brightness-half:before{content:"\e9e1"}.bxs-brush:before{content:"\e9e2"}.bxs-brush-alt:before{content:"\e9e3"}.bxs-bug:before{content:"\e9e4"}.bxs-bug-alt:before{content:"\e9e5"}.bxs-building:before{content:"\e9e6"}.bxs-building-house:before{content:"\e9e7"}.bxs-buildings:before{content:"\e9e8"}.bxs-bulb:before{content:"\e9e9"}.bxs-bullseye:before{content:"\e9ea"}.bxs-buoy:before{content:"\e9eb"}.bxs-bus:before{content:"\e9ec"}.bxs-business:before{content:"\e9ed"}.bxs-bus-school:before{content:"\e9ee"}.bxs-cabinet:before{content:"\e9ef"}.bxs-cake:before{content:"\e9f0"}.bxs-calculator:before{content:"\e9f1"}.bxs-calendar:before{content:"\e9f2"}.bxs-calendar-alt:before{content:"\e9f3"}.bxs-calendar-check:before{content:"\e9f4"}.bxs-calendar-edit:before{content:"\e9f5"}.bxs-calendar-event:before{content:"\e9f6"}.bxs-calendar-exclamation:before{content:"\e9f7"}.bxs-calendar-heart:before{content:"\e9f8"}.bxs-calendar-minus:before{content:"\e9f9"}.bxs-calendar-plus:before{content:"\e9fa"}.bxs-calendar-star:before{content:"\e9fb"}.bxs-calendar-week:before{content:"\e9fc"}.bxs-calendar-x:before{content:"\e9fd"}.bxs-camera:before{content:"\e9fe"}.bxs-camera-home:before{content:"\e9ff"}.bxs-camera-movie:before{content:"\ea00"}.bxs-camera-off:before{content:"\ea01"}.bxs-camera-plus:before{content:"\ea02"}.bxs-capsule:before{content:"\ea03"}.bxs-captions:before{content:"\ea04"}.bxs-car:before{content:"\ea05"}.bxs-car-battery:before{content:"\ea06"}.bxs-car-crash:before{content:"\ea07"}.bxs-card:before{content:"\ea08"}.bxs-caret-down-circle:before{content:"\ea09"}.bxs-caret-down-square:before{content:"\ea0a"}.bxs-caret-left-circle:before{content:"\ea0b"}.bxs-caret-left-square:before{content:"\ea0c"}.bxs-caret-right-circle:before{content:"\ea0d"}.bxs-caret-right-square:before{content:"\ea0e"}.bxs-caret-up-circle:before{content:"\ea0f"}.bxs-caret-up-square:before{content:"\ea10"}.bxs-car-garage:before{content:"\ea11"}.bxs-car-mechanic:before{content:"\ea12"}.bxs-carousel:before{content:"\ea13"}.bxs-cart:before{content:"\ea14"}.bxs-cart-add:before{content:"\ea15"}.bxs-cart-alt:before{content:"\ea16"}.bxs-cart-download:before{content:"\ea17"}.bxs-car-wash:before{content:"\ea18"}.bxs-category:before{content:"\ea19"}.bxs-category-alt:before{content:"\ea1a"}.bxs-cctv:before{content:"\ea1b"}.bxs-certification:before{content:"\ea1c"}.bxs-chalkboard:before{content:"\ea1d"}.bxs-chart:before{content:"\ea1e"}.bxs-chat:before{content:"\ea1f"}.bxs-checkbox:before{content:"\ea20"}.bxs-checkbox-checked:before{content:"\ea21"}.bxs-checkbox-minus:before{content:"\ea22"}.bxs-check-circle:before{content:"\ea23"}.bxs-check-shield:before{content:"\ea24"}.bxs-check-square:before{content:"\ea25"}.bxs-chess:before{content:"\ea26"}.bxs-chevron-down:before{content:"\ea27"}.bxs-chevron-down-circle:before{content:"\ea28"}.bxs-chevron-down-square:before{content:"\ea29"}.bxs-chevron-left:before{content:"\ea2a"}.bxs-chevron-left-circle:before{content:"\ea2b"}.bxs-chevron-left-square:before{content:"\ea2c"}.bxs-chevron-right:before{content:"\ea2d"}.bxs-chevron-right-circle:before{content:"\ea2e"}.bxs-chevron-right-square:before{content:"\ea2f"}.bxs-chevrons-down:before{content:"\ea30"}.bxs-chevrons-left:before{content:"\ea31"}.bxs-chevrons-right:before{content:"\ea32"}.bxs-chevrons-up:before{content:"\ea33"}.bxs-chevron-up:before{content:"\ea34"}.bxs-chevron-up-circle:before{content:"\ea35"}.bxs-chevron-up-square:before{content:"\ea36"}.bxs-chip:before{content:"\ea37"}.bxs-church:before{content:"\ea38"}.bxs-circle:before{content:"\ea39"}.bxs-city:before{content:"\ea3a"}.bxs-clinic:before{content:"\ea3b"}.bxs-cloud:before{content:"\ea3c"}.bxs-cloud-download:before{content:"\ea3d"}.bxs-cloud-lightning:before{content:"\ea3e"}.bxs-cloud-rain:before{content:"\ea3f"}.bxs-cloud-upload:before{content:"\ea40"}.bxs-coffee:before{content:"\ea41"}.bxs-coffee-alt:before{content:"\ea42"}.bxs-coffee-togo:before{content:"\ea43"}.bxs-cog:before{content:"\ea44"}.bxs-coin:before{content:"\ea45"}.bxs-coin-stack:before{content:"\ea46"}.bxs-collection:before{content:"\ea47"}.bxs-color-fill:before{content:"\ea48"}.bxs-comment:before{content:"\ea49"}.bxs-comment-add:before{content:"\ea4a"}.bxs-comment-check:before{content:"\ea4b"}.bxs-comment-detail:before{content:"\ea4c"}.bxs-comment-dots:before{content:"\ea4d"}.bxs-comment-edit:before{content:"\ea4e"}.bxs-comment-error:before{content:"\ea4f"}.bxs-comment-minus:before{content:"\ea50"}.bxs-comment-x:before{content:"\ea51"}.bxs-compass:before{content:"\ea52"}.bxs-component:before{content:"\ea53"}.bxs-confused:before{content:"\ea54"}.bxs-contact:before{content:"\ea55"}.bxs-conversation:before{content:"\ea56"}.bxs-cookie:before{content:"\ea57"}.bxs-cool:before{content:"\ea58"}.bxs-copy:before{content:"\ea59"}.bxs-copy-alt:before{content:"\ea5a"}.bxs-copyright:before{content:"\ea5b"}.bxs-coupon:before{content:"\ea5c"}.bxs-credit-card:before{content:"\ea5d"}.bxs-credit-card-alt:before{content:"\ea5e"}.bxs-credit-card-front:before{content:"\ea5f"}.bxs-crop:before{content:"\ea60"}.bxs-crown:before{content:"\ea61"}.bxs-cube:before{content:"\ea62"}.bxs-cube-alt:before{content:"\ea63"}.bxs-cuboid:before{content:"\ea64"}.bxs-customize:before{content:"\ea65"}.bxs-cylinder:before{content:"\ea66"}.bxs-dashboard:before{content:"\ea67"}.bxs-data:before{content:"\ea68"}.bxs-detail:before{content:"\ea69"}.bxs-devices:before{content:"\ea6a"}.bxs-diamond:before{content:"\ea6b"}.bxs-dice-1:before{content:"\ea6c"}.bxs-dice-2:before{content:"\ea6d"}.bxs-dice-3:before{content:"\ea6e"}.bxs-dice-4:before{content:"\ea6f"}.bxs-dice-5:before{content:"\ea70"}.bxs-dice-6:before{content:"\ea71"}.bxs-direction-left:before{content:"\ea72"}.bxs-direction-right:before{content:"\ea73"}.bxs-directions:before{content:"\ea74"}.bxs-disc:before{content:"\ea75"}.bxs-discount:before{content:"\ea76"}.bxs-dish:before{content:"\ea77"}.bxs-dislike:before{content:"\ea78"}.bxs-dizzy:before{content:"\ea79"}.bxs-dock-bottom:before{content:"\ea7a"}.bxs-dock-left:before{content:"\ea7b"}.bxs-dock-right:before{content:"\ea7c"}.bxs-dock-top:before{content:"\ea7d"}.bxs-dollar-circle:before{content:"\ea7e"}.bxs-donate-blood:before{content:"\ea7f"}.bxs-donate-heart:before{content:"\ea80"}.bxs-door-open:before{content:"\ea81"}.bxs-doughnut-chart:before{content:"\ea82"}.bxs-down-arrow:before{content:"\ea83"}.bxs-down-arrow-alt:before{content:"\ea84"}.bxs-down-arrow-circle:before{content:"\ea85"}.bxs-down-arrow-square:before{content:"\ea86"}.bxs-download:before{content:"\ea87"}.bxs-downvote:before{content:"\ea88"}.bxs-drink:before{content:"\ea89"}.bxs-droplet:before{content:"\ea8a"}.bxs-droplet-half:before{content:"\ea8b"}.bxs-dryer:before{content:"\ea8c"}.bxs-duplicate:before{content:"\ea8d"}.bxs-edit:before{content:"\ea8e"}.bxs-edit-alt:before{content:"\ea8f"}.bxs-edit-location:before{content:"\ea90"}.bxs-eject:before{content:"\ea91"}.bxs-envelope:before{content:"\ea92"}.bxs-envelope-open:before{content:"\ea93"}.bxs-eraser:before{content:"\ea94"}.bxs-error:before{content:"\ea95"}.bxs-error-alt:before{content:"\ea96"}.bxs-error-circle:before{content:"\ea97"}.bxs-ev-station:before{content:"\ea98"}.bxs-exit:before{content:"\ea99"}.bxs-extension:before{content:"\ea9a"}.bxs-eyedropper:before{content:"\ea9b"}.bxs-face:before{content:"\ea9c"}.bxs-face-mask:before{content:"\ea9d"}.bxs-factory:before{content:"\ea9e"}.bxs-fast-forward-circle:before{content:"\ea9f"}.bxs-file:before{content:"\eaa0"}.bxs-file-archive:before{content:"\eaa1"}.bxs-file-blank:before{content:"\eaa2"}.bxs-file-css:before{content:"\eaa3"}.bxs-file-doc:before{content:"\eaa4"}.bxs-file-export:before{content:"\eaa5"}.bxs-file-find:before{content:"\eaa6"}.bxs-file-gif:before{content:"\eaa7"}.bxs-file-html:before{content:"\eaa8"}.bxs-file-image:before{content:"\eaa9"}.bxs-file-import:before{content:"\eaaa"}.bxs-file-jpg:before{content:"\eaab"}.bxs-file-js:before{content:"\eaac"}.bxs-file-json:before{content:"\eaad"}.bxs-file-md:before{content:"\eaae"}.bxs-file-pdf:before{content:"\eaaf"}.bxs-file-plus:before{content:"\eab0"}.bxs-file-png:before{content:"\eab1"}.bxs-file-txt:before{content:"\eab2"}.bxs-film:before{content:"\eab3"}.bxs-filter-alt:before{content:"\eab4"}.bxs-first-aid:before{content:"\eab5"}.bxs-flag:before{content:"\eab6"}.bxs-flag-alt:before{content:"\eab7"}.bxs-flag-checkered:before{content:"\eab8"}.bxs-flame:before{content:"\eab9"}.bxs-flask:before{content:"\eaba"}.bxs-florist:before{content:"\eabb"}.bxs-folder:before{content:"\eabc"}.bxs-folder-minus:before{content:"\eabd"}.bxs-folder-open:before{content:"\eabe"}.bxs-folder-plus:before{content:"\eabf"}.bxs-food-menu:before{content:"\eac0"}.bxs-fridge:before{content:"\eac1"}.bxs-game:before{content:"\eac2"}.bxs-gas-pump:before{content:"\eac3"}.bxs-ghost:before{content:"\eac4"}.bxs-gift:before{content:"\eac5"}.bxs-graduation:before{content:"\eac6"}.bxs-grid:before{content:"\eac7"}.bxs-grid-alt:before{content:"\eac8"}.bxs-group:before{content:"\eac9"}.bxs-guitar-amp:before{content:"\eaca"}.bxs-hand:before{content:"\eacb"}.bxs-hand-down:before{content:"\eacc"}.bxs-hand-left:before{content:"\eacd"}.bxs-hand-right:before{content:"\eace"}.bxs-hand-up:before{content:"\eacf"}.bxs-happy:before{content:"\ead0"}.bxs-happy-alt:before{content:"\ead1"}.bxs-happy-beaming:before{content:"\ead2"}.bxs-happy-heart-eyes:before{content:"\ead3"}.bxs-hdd:before{content:"\ead4"}.bxs-heart:before{content:"\ead5"}.bxs-heart-circle:before{content:"\ead6"}.bxs-heart-square:before{content:"\ead7"}.bxs-help-circle:before{content:"\ead8"}.bxs-hide:before{content:"\ead9"}.bxs-home:before{content:"\eada"}.bxs-home-circle:before{content:"\eadb"}.bxs-home-heart:before{content:"\eadc"}.bxs-home-smile:before{content:"\eadd"}.bxs-hot:before{content:"\eade"}.bxs-hotel:before{content:"\eadf"}.bxs-hourglass:before{content:"\eae0"}.bxs-hourglass-bottom:before{content:"\eae1"}.bxs-hourglass-top:before{content:"\eae2"}.bxs-id-card:before{content:"\eae3"}.bxs-image:before{content:"\eae4"}.bxs-image-add:before{content:"\eae5"}.bxs-image-alt:before{content:"\eae6"}.bxs-inbox:before{content:"\eae7"}.bxs-info-circle:before{content:"\eae8"}.bxs-info-square:before{content:"\eae9"}.bxs-institution:before{content:"\eaea"}.bxs-joystick:before{content:"\eaeb"}.bxs-joystick-alt:before{content:"\eaec"}.bxs-joystick-button:before{content:"\eaed"}.bxs-key:before{content:"\eaee"}.bxs-keyboard:before{content:"\eaef"}.bxs-label:before{content:"\eaf0"}.bxs-landmark:before{content:"\eaf1"}.bxs-landscape:before{content:"\eaf2"}.bxs-laugh:before{content:"\eaf3"}.bxs-layer:before{content:"\eaf4"}.bxs-layer-minus:before{content:"\eaf5"}.bxs-layer-plus:before{content:"\eaf6"}.bxs-layout:before{content:"\eaf7"}.bxs-left-arrow:before{content:"\eaf8"}.bxs-left-arrow-alt:before{content:"\eaf9"}.bxs-left-arrow-circle:before{content:"\eafa"}.bxs-left-arrow-square:before{content:"\eafb"}.bxs-left-down-arrow-circle:before{content:"\eafc"}.bxs-left-top-arrow-circle:before{content:"\eafd"}.bxs-like:before{content:"\eafe"}.bxs-location-plus:before{content:"\eaff"}.bxs-lock:before{content:"\eb00"}.bxs-lock-alt:before{content:"\eb01"}.bxs-lock-open:before{content:"\eb02"}.bxs-lock-open-alt:before{content:"\eb03"}.bxs-log-in:before{content:"\eb04"}.bxs-log-in-circle:before{content:"\eb05"}.bxs-log-out:before{content:"\eb06"}.bxs-log-out-circle:before{content:"\eb07"}.bxs-low-vision:before{content:"\eb08"}.bxs-magic-wand:before{content:"\eb09"}.bxs-magnet:before{content:"\eb0a"}.bxs-map:before{content:"\eb0b"}.bxs-map-alt:before{content:"\eb0c"}.bxs-map-pin:before{content:"\eb0d"}.bxs-mask:before{content:"\eb0e"}.bxs-medal:before{content:"\eb0f"}.bxs-megaphone:before{content:"\eb10"}.bxs-meh:before{content:"\eb11"}.bxs-meh-alt:before{content:"\eb12"}.bxs-meh-blank:before{content:"\eb13"}.bxs-memory-card:before{content:"\eb14"}.bxs-message:before{content:"\eb15"}.bxs-message-add:before{content:"\eb16"}.bxs-message-alt:before{content:"\eb17"}.bxs-message-alt-add:before{content:"\eb18"}.bxs-message-alt-check:before{content:"\eb19"}.bxs-message-alt-detail:before{content:"\eb1a"}.bxs-message-alt-dots:before{content:"\eb1b"}.bxs-message-alt-edit:before{content:"\eb1c"}.bxs-message-alt-error:before{content:"\eb1d"}.bxs-message-alt-minus:before{content:"\eb1e"}.bxs-message-alt-x:before{content:"\eb1f"}.bxs-message-check:before{content:"\eb20"}.bxs-message-detail:before{content:"\eb21"}.bxs-message-dots:before{content:"\eb22"}.bxs-message-edit:before{content:"\eb23"}.bxs-message-error:before{content:"\eb24"}.bxs-message-minus:before{content:"\eb25"}.bxs-message-rounded:before{content:"\eb26"}.bxs-message-rounded-add:before{content:"\eb27"}.bxs-message-rounded-check:before{content:"\eb28"}.bxs-message-rounded-detail:before{content:"\eb29"}.bxs-message-rounded-dots:before{content:"\eb2a"}.bxs-message-rounded-edit:before{content:"\eb2b"}.bxs-message-rounded-error:before{content:"\eb2c"}.bxs-message-rounded-minus:before{content:"\eb2d"}.bxs-message-rounded-x:before{content:"\eb2e"}.bxs-message-square:before{content:"\eb2f"}.bxs-message-square-add:before{content:"\eb30"}.bxs-message-square-check:before{content:"\eb31"}.bxs-message-square-detail:before{content:"\eb32"}.bxs-message-square-dots:before{content:"\eb33"}.bxs-message-square-edit:before{content:"\eb34"}.bxs-message-square-error:before{content:"\eb35"}.bxs-message-square-minus:before{content:"\eb36"}.bxs-message-square-x:before{content:"\eb37"}.bxs-message-x:before{content:"\eb38"}.bxs-meteor:before{content:"\eb39"}.bxs-microchip:before{content:"\eb3a"}.bxs-microphone:before{content:"\eb3b"}.bxs-microphone-alt:before{content:"\eb3c"}.bxs-microphone-off:before{content:"\eb3d"}.bxs-minus-circle:before{content:"\eb3e"}.bxs-minus-square:before{content:"\eb3f"}.bxs-mobile:before{content:"\eb40"}.bxs-mobile-vibration:before{content:"\eb41"}.bxs-moon:before{content:"\eb42"}.bxs-mouse:before{content:"\eb43"}.bxs-mouse-alt:before{content:"\eb44"}.bxs-movie:before{content:"\eb45"}.bxs-movie-play:before{content:"\eb46"}.bxs-music:before{content:"\eb47"}.bxs-navigation:before{content:"\eb48"}.bxs-network-chart:before{content:"\eb49"}.bxs-news:before{content:"\eb4a"}.bxs-no-entry:before{content:"\eb4b"}.bxs-note:before{content:"\eb4c"}.bxs-notepad:before{content:"\eb4d"}.bxs-notification:before{content:"\eb4e"}.bxs-notification-off:before{content:"\eb4f"}.bxs-offer:before{content:"\eb50"}.bxs-package:before{content:"\eb51"}.bxs-paint:before{content:"\eb52"}.bxs-paint-roll:before{content:"\eb53"}.bxs-palette:before{content:"\eb54"}.bxs-paper-plane:before{content:"\eb55"}.bxs-parking:before{content:"\eb56"}.bxs-paste:before{content:"\eb57"}.bxs-pen:before{content:"\eb58"}.bxs-pencil:before{content:"\eb59"}.bxs-phone:before{content:"\eb5a"}.bxs-phone-call:before{content:"\eb5b"}.bxs-phone-incoming:before{content:"\eb5c"}.bxs-phone-off:before{content:"\eb5d"}.bxs-phone-outgoing:before{content:"\eb5e"}.bxs-photo-album:before{content:"\eb5f"}.bxs-piano:before{content:"\eb60"}.bxs-pie-chart:before{content:"\eb61"}.bxs-pie-chart-alt:before{content:"\eb62"}.bxs-pie-chart-alt-2:before{content:"\eb63"}.bxs-pin:before{content:"\eb64"}.bxs-pizza:before{content:"\eb65"}.bxs-plane:before{content:"\eb66"}.bxs-plane-alt:before{content:"\eb67"}.bxs-plane-land:before{content:"\eb68"}.bxs-planet:before{content:"\eb69"}.bxs-plane-take-off:before{content:"\eb6a"}.bxs-playlist:before{content:"\eb6b"}.bxs-plug:before{content:"\eb6c"}.bxs-plus-circle:before{content:"\eb6d"}.bxs-plus-square:before{content:"\eb6e"}.bxs-pointer:before{content:"\eb6f"}.bxs-polygon:before{content:"\eb70"}.bxs-printer:before{content:"\eb71"}.bxs-purchase-tag:before{content:"\eb72"}.bxs-purchase-tag-alt:before{content:"\eb73"}.bxs-pyramid:before{content:"\eb74"}.bxs-quote-alt-left:before{content:"\eb75"}.bxs-quote-alt-right:before{content:"\eb76"}.bxs-quote-left:before{content:"\eb77"}.bxs-quote-right:before{content:"\eb78"}.bxs-quote-single-left:before{content:"\eb79"}.bxs-quote-single-right:before{content:"\eb7a"}.bxs-radiation:before{content:"\eb7b"}.bxs-radio:before{content:"\eb7c"}.bxs-receipt:before{content:"\eb7d"}.bxs-rectangle:before{content:"\eb7e"}.bxs-registered:before{content:"\eb7f"}.bxs-rename:before{content:"\eb80"}.bxs-report:before{content:"\eb81"}.bxs-rewind-circle:before{content:"\eb82"}.bxs-right-arrow:before{content:"\eb83"}.bxs-right-arrow-alt:before{content:"\eb84"}.bxs-right-arrow-circle:before{content:"\eb85"}.bxs-right-arrow-square:before{content:"\eb86"}.bxs-right-down-arrow-circle:before{content:"\eb87"}.bxs-right-top-arrow-circle:before{content:"\eb88"}.bxs-rocket:before{content:"\eb89"}.bxs-ruler:before{content:"\eb8a"}.bxs-sad:before{content:"\eb8b"}.bxs-save:before{content:"\eb8c"}.bxs-school:before{content:"\eb8d"}.bxs-search:before{content:"\eb8e"}.bxs-search-alt-2:before{content:"\eb8f"}.bxs-select-multiple:before{content:"\eb90"}.bxs-send:before{content:"\eb91"}.bxs-server:before{content:"\eb92"}.bxs-shapes:before{content:"\eb93"}.bxs-share:before{content:"\eb94"}.bxs-share-alt:before{content:"\eb95"}.bxs-shield:before{content:"\eb96"}.bxs-shield-alt-2:before{content:"\eb97"}.bxs-shield-x:before{content:"\eb98"}.bxs-ship:before{content:"\eb99"}.bxs-shocked:before{content:"\eb9a"}.bxs-shopping-bag:before{content:"\eb9b"}.bxs-shopping-bag-alt:before{content:"\eb9c"}.bxs-shopping-bags:before{content:"\eb9d"}.bxs-show:before{content:"\eb9e"}.bxs-skip-next-circle:before{content:"\eb9f"}.bxs-skip-previous-circle:before{content:"\eba0"}.bxs-skull:before{content:"\eba1"}.bxs-sleepy:before{content:"\eba2"}.bxs-slideshow:before{content:"\eba3"}.bxs-smile:before{content:"\eba4"}.bxs-sort-alt:before{content:"\eba5"}.bxs-spa:before{content:"\eba6"}.bxs-speaker:before{content:"\eba7"}.bxs-spray-can:before{content:"\eba8"}.bxs-spreadsheet:before{content:"\eba9"}.bxs-square:before{content:"\ebaa"}.bxs-square-rounded:before{content:"\ebab"}.bxs-star:before{content:"\ebac"}.bxs-star-half:before{content:"\ebad"}.bxs-sticker:before{content:"\ebae"}.bxs-stopwatch:before{content:"\ebaf"}.bxs-store:before{content:"\ebb0"}.bxs-store-alt:before{content:"\ebb1"}.bxs-sun:before{content:"\ebb2"}.bxs-tachometer:before{content:"\ebb3"}.bxs-tag:before{content:"\ebb4"}.bxs-tag-alt:before{content:"\ebb5"}.bxs-tag-x:before{content:"\ebb6"}.bxs-taxi:before{content:"\ebb7"}.bxs-tennis-ball:before{content:"\ebb8"}.bxs-terminal:before{content:"\ebb9"}.bxs-thermometer:before{content:"\ebba"}.bxs-time:before{content:"\ebbb"}.bxs-time-five:before{content:"\ebbc"}.bxs-timer:before{content:"\ebbd"}.bxs-tired:before{content:"\ebbe"}.bxs-toggle-left:before{content:"\ebbf"}.bxs-toggle-right:before{content:"\ebc0"}.bxs-tone:before{content:"\ebc1"}.bxs-torch:before{content:"\ebc2"}.bxs-to-top:before{content:"\ebc3"}.bxs-traffic:before{content:"\ebc4"}.bxs-traffic-barrier:before{content:"\ebc5"}.bxs-traffic-cone:before{content:"\ebc6"}.bxs-train:before{content:"\ebc7"}.bxs-trash:before{content:"\ebc8"}.bxs-trash-alt:before{content:"\ebc9"}.bxs-tree:before{content:"\ebca"}.bxs-trophy:before{content:"\ebcb"}.bxs-truck:before{content:"\ebcc"}.bxs-t-shirt:before{content:"\ebcd"}.bxs-tv:before{content:"\ebce"}.bxs-up-arrow:before{content:"\ebcf"}.bxs-up-arrow-alt:before{content:"\ebd0"}.bxs-up-arrow-circle:before{content:"\ebd1"}.bxs-up-arrow-square:before{content:"\ebd2"}.bxs-upside-down:before{content:"\ebd3"}.bxs-upvote:before{content:"\ebd4"}.bxs-user:before{content:"\ebd5"}.bxs-user-account:before{content:"\ebd6"}.bxs-user-badge:before{content:"\ebd7"}.bxs-user-check:before{content:"\ebd8"}.bxs-user-circle:before{content:"\ebd9"}.bxs-user-detail:before{content:"\ebda"}.bxs-user-minus:before{content:"\ebdb"}.bxs-user-pin:before{content:"\ebdc"}.bxs-user-plus:before{content:"\ebdd"}.bxs-user-rectangle:before{content:"\ebde"}.bxs-user-voice:before{content:"\ebdf"}.bxs-user-x:before{content:"\ebe0"}.bxs-vector:before{content:"\ebe1"}.bxs-vial:before{content:"\ebe2"}.bxs-video:before{content:"\ebe3"}.bxs-video-off:before{content:"\ebe4"}.bxs-video-plus:before{content:"\ebe5"}.bxs-video-recording:before{content:"\ebe6"}.bxs-videos:before{content:"\ebe7"}.bxs-virus:before{content:"\ebe8"}.bxs-virus-block:before{content:"\ebe9"}.bxs-volume:before{content:"\ebea"}.bxs-volume-full:before{content:"\ebeb"}.bxs-volume-low:before{content:"\ebec"}.bxs-volume-mute:before{content:"\ebed"}.bxs-wallet:before{content:"\ebee"}.bxs-wallet-alt:before{content:"\ebef"}.bxs-washer:before{content:"\ebf0"}.bxs-watch:before{content:"\ebf1"}.bxs-watch-alt:before{content:"\ebf2"}.bxs-webcam:before{content:"\ebf3"}.bxs-widget:before{content:"\ebf4"}.bxs-window-alt:before{content:"\ebf5"}.bxs-wine:before{content:"\ebf6"}.bxs-wink-smile:before{content:"\ebf7"}.bxs-wink-tongue:before{content:"\ebf8"}.bxs-wrench:before{content:"\ebf9"}.bxs-x-circle:before{content:"\ebfa"}.bxs-x-square:before{content:"\ebfb"}.bxs-yin-yang:before{content:"\ebfc"}.bxs-zap:before{content:"\ebfd"}.bxs-zoom-in:before{content:"\ebfe"}.bxs-zoom-out:before{content:"\ebff"}.bx-abacus:before{content:"\ec00"}.bx-accessibility:before{content:"\ec01"}.bx-add-to-queue:before{content:"\ec02"}.bx-adjust:before{content:"\ec03"}.bx-alarm:before{content:"\ec04"}.bx-alarm-add:before{content:"\ec05"}.bx-alarm-exclamation:before{content:"\ec06"}.bx-alarm-off:before{content:"\ec07"}.bx-alarm-snooze:before{content:"\ec08"}.bx-album:before{content:"\ec09"}.bx-align-justify:before{content:"\ec0a"}.bx-align-left:before{content:"\ec0b"}.bx-align-middle:before{content:"\ec0c"}.bx-align-right:before{content:"\ec0d"}.bx-analyse:before{content:"\ec0e"}.bx-anchor:before{content:"\ec0f"}.bx-angry:before{content:"\ec10"}.bx-aperture:before{content:"\ec11"}.bx-arch:before{content:"\ec12"}.bx-archive:before{content:"\ec13"}.bx-archive-in:before{content:"\ec14"}.bx-archive-out:before{content:"\ec15"}.bx-area:before{content:"\ec16"}.bx-arrow-back:before{content:"\ec17"}.bx-arrow-from-bottom:before{content:"\ec18"}.bx-arrow-from-left:before{content:"\ec19"}.bx-arrow-from-right:before{content:"\ec1a"}.bx-arrow-from-top:before{content:"\ec1b"}.bx-arrow-to-bottom:before{content:"\ec1c"}.bx-arrow-to-left:before{content:"\ec1d"}.bx-arrow-to-right:before{content:"\ec1e"}.bx-arrow-to-top:before{content:"\ec1f"}.bx-at:before{content:"\ec20"}.bx-atom:before{content:"\ec21"}.bx-award:before{content:"\ec22"}.bx-badge:before{content:"\ec23"}.bx-badge-check:before{content:"\ec24"}.bx-ball:before{content:"\ec25"}.bx-band-aid:before{content:"\ec26"}.bx-bar-chart:before{content:"\ec27"}.bx-bar-chart-alt:before{content:"\ec28"}.bx-bar-chart-alt-2:before{content:"\ec29"}.bx-bar-chart-square:before{content:"\ec2a"}.bx-barcode:before{content:"\ec2b"}.bx-barcode-reader:before{content:"\ec2c"}.bx-baseball:before{content:"\ec2d"}.bx-basket:before{content:"\ec2e"}.bx-basketball:before{content:"\ec2f"}.bx-bath:before{content:"\ec30"}.bx-battery:before{content:"\ec31"}.bx-bed:before{content:"\ec32"}.bx-been-here:before{content:"\ec33"}.bx-beer:before{content:"\ec34"}.bx-bell:before{content:"\ec35"}.bx-bell-minus:before{content:"\ec36"}.bx-bell-off:before{content:"\ec37"}.bx-bell-plus:before{content:"\ec38"}.bx-bible:before{content:"\ec39"}.bx-bitcoin:before{content:"\ec3a"}.bx-blanket:before{content:"\ec3b"}.bx-block:before{content:"\ec3c"}.bx-bluetooth:before{content:"\ec3d"}.bx-body:before{content:"\ec3e"}.bx-bold:before{content:"\ec3f"}.bx-bolt-circle:before{content:"\ec40"}.bx-bomb:before{content:"\ec41"}.bx-bone:before{content:"\ec42"}.bx-bong:before{content:"\ec43"}.bx-book:before{content:"\ec44"}.bx-book-add:before{content:"\ec45"}.bx-book-alt:before{content:"\ec46"}.bx-book-bookmark:before{content:"\ec47"}.bx-book-content:before{content:"\ec48"}.bx-book-heart:before{content:"\ec49"}.bx-bookmark:before{content:"\ec4a"}.bx-bookmark-alt:before{content:"\ec4b"}.bx-bookmark-alt-minus:before{content:"\ec4c"}.bx-bookmark-alt-plus:before{content:"\ec4d"}.bx-bookmark-heart:before{content:"\ec4e"}.bx-bookmark-minus:before{content:"\ec4f"}.bx-bookmark-plus:before{content:"\ec50"}.bx-bookmarks:before{content:"\ec51"}.bx-book-open:before{content:"\ec52"}.bx-book-reader:before{content:"\ec53"}.bx-border-all:before{content:"\ec54"}.bx-border-bottom:before{content:"\ec55"}.bx-border-inner:before{content:"\ec56"}.bx-border-left:before{content:"\ec57"}.bx-border-none:before{content:"\ec58"}.bx-border-outer:before{content:"\ec59"}.bx-border-radius:before{content:"\ec5a"}.bx-border-right:before{content:"\ec5b"}.bx-border-top:before{content:"\ec5c"}.bx-bot:before{content:"\ec5d"}.bx-bowling-ball:before{content:"\ec5e"}.bx-box:before{content:"\ec5f"}.bx-bracket:before{content:"\ec60"}.bx-braille:before{content:"\ec61"}.bx-brain:before{content:"\ec62"}.bx-briefcase:before{content:"\ec63"}.bx-briefcase-alt:before{content:"\ec64"}.bx-briefcase-alt-2:before{content:"\ec65"}.bx-brightness:before{content:"\ec66"}.bx-brightness-half:before{content:"\ec67"}.bx-broadcast:before{content:"\ec68"}.bx-brush:before{content:"\ec69"}.bx-brush-alt:before{content:"\ec6a"}.bx-bug:before{content:"\ec6b"}.bx-bug-alt:before{content:"\ec6c"}.bx-building:before{content:"\ec6d"}.bx-building-house:before{content:"\ec6e"}.bx-buildings:before{content:"\ec6f"}.bx-bulb:before{content:"\ec70"}.bx-bullseye:before{content:"\ec71"}.bx-buoy:before{content:"\ec72"}.bx-bus:before{content:"\ec73"}.bx-bus-school:before{content:"\ec74"}.bx-cabinet:before{content:"\ec75"}.bx-cake:before{content:"\ec76"}.bx-calculator:before{content:"\ec77"}.bx-calendar:before{content:"\ec78"}.bx-calendar-alt:before{content:"\ec79"}.bx-calendar-check:before{content:"\ec7a"}.bx-calendar-edit:before{content:"\ec7b"}.bx-calendar-event:before{content:"\ec7c"}.bx-calendar-exclamation:before{content:"\ec7d"}.bx-calendar-heart:before{content:"\ec7e"}.bx-calendar-minus:before{content:"\ec7f"}.bx-calendar-plus:before{content:"\ec80"}.bx-calendar-star:before{content:"\ec81"}.bx-calendar-week:before{content:"\ec82"}.bx-calendar-x:before{content:"\ec83"}.bx-camera:before{content:"\ec84"}.bx-camera-home:before{content:"\ec85"}.bx-camera-movie:before{content:"\ec86"}.bx-camera-off:before{content:"\ec87"}.bx-capsule:before{content:"\ec88"}.bx-captions:before{content:"\ec89"}.bx-car:before{content:"\ec8a"}.bx-card:before{content:"\ec8b"}.bx-caret-down:before{content:"\ec8c"}.bx-caret-down-circle:before{content:"\ec8d"}.bx-caret-down-square:before{content:"\ec8e"}.bx-caret-left:before{content:"\ec8f"}.bx-caret-left-circle:before{content:"\ec90"}.bx-caret-left-square:before{content:"\ec91"}.bx-caret-right:before{content:"\ec92"}.bx-caret-right-circle:before{content:"\ec93"}.bx-caret-right-square:before{content:"\ec94"}.bx-caret-up:before{content:"\ec95"}.bx-caret-up-circle:before{content:"\ec96"}.bx-caret-up-square:before{content:"\ec97"}.bx-carousel:before{content:"\ec98"}.bx-cart:before{content:"\ec99"}.bx-cart-alt:before{content:"\ec9a"}.bx-cast:before{content:"\ec9b"}.bx-category:before{content:"\ec9c"}.bx-category-alt:before{content:"\ec9d"}.bx-cctv:before{content:"\ec9e"}.bx-certification:before{content:"\ec9f"}.bx-chair:before{content:"\eca0"}.bx-chalkboard:before{content:"\eca1"}.bx-chart:before{content:"\eca2"}.bx-chat:before{content:"\eca3"}.bx-check:before{content:"\eca4"}.bx-checkbox:before{content:"\eca5"}.bx-checkbox-checked:before{content:"\eca6"}.bx-checkbox-minus:before{content:"\eca7"}.bx-checkbox-square:before{content:"\eca8"}.bx-check-circle:before{content:"\eca9"}.bx-check-double:before{content:"\ecaa"}.bx-check-shield:before{content:"\ecab"}.bx-check-square:before{content:"\ecac"}.bx-chevron-down:before{content:"\ecad"}.bx-chevron-down-circle:before{content:"\ecae"}.bx-chevron-down-square:before{content:"\ecaf"}.bx-chevron-left:before{content:"\ecb0"}.bx-chevron-left-circle:before{content:"\ecb1"}.bx-chevron-left-square:before{content:"\ecb2"}.bx-chevron-right:before{content:"\ecb3"}.bx-chevron-right-circle:before{content:"\ecb4"}.bx-chevron-right-square:before{content:"\ecb5"}.bx-chevrons-down:before{content:"\ecb6"}.bx-chevrons-left:before{content:"\ecb7"}.bx-chevrons-right:before{content:"\ecb8"}.bx-chevrons-up:before{content:"\ecb9"}.bx-chevron-up:before{content:"\ecba"}.bx-chevron-up-circle:before{content:"\ecbb"}.bx-chevron-up-square:before{content:"\ecbc"}.bx-chip:before{content:"\ecbd"}.bx-church:before{content:"\ecbe"}.bx-circle:before{content:"\ecbf"}.bx-clinic:before{content:"\ecc0"}.bx-clipboard:before{content:"\ecc1"}.bx-closet:before{content:"\ecc2"}.bx-cloud:before{content:"\ecc3"}.bx-cloud-download:before{content:"\ecc4"}.bx-cloud-drizzle:before{content:"\ecc5"}.bx-cloud-lightning:before{content:"\ecc6"}.bx-cloud-light-rain:before{content:"\ecc7"}.bx-cloud-rain:before{content:"\ecc8"}.bx-cloud-snow:before{content:"\ecc9"}.bx-cloud-upload:before{content:"\ecca"}.bx-code:before{content:"\eccb"}.bx-code-alt:before{content:"\eccc"}.bx-code-block:before{content:"\eccd"}.bx-code-curly:before{content:"\ecce"}.bx-coffee:before{content:"\eccf"}.bx-coffee-togo:before{content:"\ecd0"}.bx-cog:before{content:"\ecd1"}.bx-coin:before{content:"\ecd2"}.bx-coin-stack:before{content:"\ecd3"}.bx-collapse:before{content:"\ecd4"}.bx-collection:before{content:"\ecd5"}.bx-color-fill:before{content:"\ecd6"}.bx-columns:before{content:"\ecd7"}.bx-command:before{content:"\ecd8"}.bx-comment:before{content:"\ecd9"}.bx-comment-add:before{content:"\ecda"}.bx-comment-check:before{content:"\ecdb"}.bx-comment-detail:before{content:"\ecdc"}.bx-comment-dots:before{content:"\ecdd"}.bx-comment-edit:before{content:"\ecde"}.bx-comment-error:before{content:"\ecdf"}.bx-comment-minus:before{content:"\ece0"}.bx-comment-x:before{content:"\ece1"}.bx-compass:before{content:"\ece2"}.bx-confused:before{content:"\ece3"}.bx-conversation:before{content:"\ece4"}.bx-cookie:before{content:"\ece5"}.bx-cool:before{content:"\ece6"}.bx-copy:before{content:"\ece7"}.bx-copy-alt:before{content:"\ece8"}.bx-copyright:before{content:"\ece9"}.bx-credit-card:before{content:"\ecea"}.bx-credit-card-alt:before{content:"\eceb"}.bx-credit-card-front:before{content:"\ecec"}.bx-crop:before{content:"\eced"}.bx-crosshair:before{content:"\ecee"}.bx-crown:before{content:"\ecef"}.bx-cube:before{content:"\ecf0"}.bx-cube-alt:before{content:"\ecf1"}.bx-cuboid:before{content:"\ecf2"}.bx-current-location:before{content:"\ecf3"}.bx-customize:before{content:"\ecf4"}.bx-cut:before{content:"\ecf5"}.bx-cycling:before{content:"\ecf6"}.bx-cylinder:before{content:"\ecf7"}.bx-data:before{content:"\ecf8"}.bx-desktop:before{content:"\ecf9"}.bx-detail:before{content:"\ecfa"}.bx-devices:before{content:"\ecfb"}.bx-dialpad:before{content:"\ecfc"}.bx-dialpad-alt:before{content:"\ecfd"}.bx-diamond:before{content:"\ecfe"}.bx-dice-1:before{content:"\ecff"}.bx-dice-2:before{content:"\ed00"}.bx-dice-3:before{content:"\ed01"}.bx-dice-4:before{content:"\ed02"}.bx-dice-5:before{content:"\ed03"}.bx-dice-6:before{content:"\ed04"}.bx-directions:before{content:"\ed05"}.bx-disc:before{content:"\ed06"}.bx-dish:before{content:"\ed07"}.bx-dislike:before{content:"\ed08"}.bx-dizzy:before{content:"\ed09"}.bx-dna:before{content:"\ed0a"}.bx-dock-bottom:before{content:"\ed0b"}.bx-dock-left:before{content:"\ed0c"}.bx-dock-right:before{content:"\ed0d"}.bx-dock-top:before{content:"\ed0e"}.bx-dollar:before{content:"\ed0f"}.bx-dollar-circle:before{content:"\ed10"}.bx-donate-blood:before{content:"\ed11"}.bx-donate-heart:before{content:"\ed12"}.bx-door-open:before{content:"\ed13"}.bx-dots-horizontal:before{content:"\ed14"}.bx-dots-horizontal-rounded:before{content:"\ed15"}.bx-dots-vertical:before{content:"\ed16"}.bx-dots-vertical-rounded:before{content:"\ed17"}.bx-doughnut-chart:before{content:"\ed18"}.bx-down-arrow:before{content:"\ed19"}.bx-down-arrow-alt:before{content:"\ed1a"}.bx-down-arrow-circle:before{content:"\ed1b"}.bx-download:before{content:"\ed1c"}.bx-downvote:before{content:"\ed1d"}.bx-drink:before{content:"\ed1e"}.bx-droplet:before{content:"\ed1f"}.bx-dumbbell:before{content:"\ed20"}.bx-duplicate:before{content:"\ed21"}.bx-edit:before{content:"\ed22"}.bx-edit-alt:before{content:"\ed23"}.bx-envelope:before{content:"\ed24"}.bx-envelope-open:before{content:"\ed25"}.bx-equalizer:before{content:"\ed26"}.bx-eraser:before{content:"\ed27"}.bx-error:before{content:"\ed28"}.bx-error-alt:before{content:"\ed29"}.bx-error-circle:before{content:"\ed2a"}.bx-euro:before{content:"\ed2b"}.bx-exclude:before{content:"\ed2c"}.bx-exit:before{content:"\ed2d"}.bx-exit-fullscreen:before{content:"\ed2e"}.bx-expand:before{content:"\ed2f"}.bx-expand-alt:before{content:"\ed30"}.bx-export:before{content:"\ed31"}.bx-extension:before{content:"\ed32"}.bx-face:before{content:"\ed33"}.bx-fast-forward:before{content:"\ed34"}.bx-fast-forward-circle:before{content:"\ed35"}.bx-female:before{content:"\ed36"}.bx-female-sign:before{content:"\ed37"}.bx-file:before{content:"\ed38"}.bx-file-blank:before{content:"\ed39"}.bx-file-find:before{content:"\ed3a"}.bx-film:before{content:"\ed3b"}.bx-filter:before{content:"\ed3c"}.bx-filter-alt:before{content:"\ed3d"}.bx-fingerprint:before{content:"\ed3e"}.bx-first-aid:before{content:"\ed3f"}.bx-first-page:before{content:"\ed40"}.bx-flag:before{content:"\ed41"}.bx-folder:before{content:"\ed42"}.bx-folder-minus:before{content:"\ed43"}.bx-folder-open:before{content:"\ed44"}.bx-folder-plus:before{content:"\ed45"}.bx-font:before{content:"\ed46"}.bx-font-color:before{content:"\ed47"}.bx-font-family:before{content:"\ed48"}.bx-font-size:before{content:"\ed49"}.bx-food-menu:before{content:"\ed4a"}.bx-food-tag:before{content:"\ed4b"}.bx-football:before{content:"\ed4c"}.bx-fridge:before{content:"\ed4d"}.bx-fullscreen:before{content:"\ed4e"}.bx-game:before{content:"\ed4f"}.bx-gas-pump:before{content:"\ed50"}.bx-ghost:before{content:"\ed51"}.bx-gift:before{content:"\ed52"}.bx-git-branch:before{content:"\ed53"}.bx-git-commit:before{content:"\ed54"}.bx-git-compare:before{content:"\ed55"}.bx-git-merge:before{content:"\ed56"}.bx-git-pull-request:before{content:"\ed57"}.bx-git-repo-forked:before{content:"\ed58"}.bx-glasses:before{content:"\ed59"}.bx-glasses-alt:before{content:"\ed5a"}.bx-globe:before{content:"\ed5b"}.bx-globe-alt:before{content:"\ed5c"}.bx-grid:before{content:"\ed5d"}.bx-grid-alt:before{content:"\ed5e"}.bx-grid-horizontal:before{content:"\ed5f"}.bx-grid-small:before{content:"\ed60"}.bx-grid-vertical:before{content:"\ed61"}.bx-group:before{content:"\ed62"}.bx-handicap:before{content:"\ed63"}.bx-happy:before{content:"\ed64"}.bx-happy-alt:before{content:"\ed65"}.bx-happy-beaming:before{content:"\ed66"}.bx-happy-heart-eyes:before{content:"\ed67"}.bx-hash:before{content:"\ed68"}.bx-hdd:before{content:"\ed69"}.bx-heading:before{content:"\ed6a"}.bx-headphone:before{content:"\ed6b"}.bx-health:before{content:"\ed6c"}.bx-heart:before{content:"\ed6d"}.bx-heart-circle:before{content:"\ed6e"}.bx-heart-square:before{content:"\ed6f"}.bx-help-circle:before{content:"\ed70"}.bx-hide:before{content:"\ed71"}.bx-highlight:before{content:"\ed72"}.bx-history:before{content:"\ed73"}.bx-hive:before{content:"\ed74"}.bx-home:before{content:"\ed75"}.bx-home-alt:before{content:"\ed76"}.bx-home-circle:before{content:"\ed77"}.bx-home-heart:before{content:"\ed78"}.bx-home-smile:before{content:"\ed79"}.bx-horizontal-center:before{content:"\ed7a"}.bx-hotel:before{content:"\ed7b"}.bx-hourglass:before{content:"\ed7c"}.bx-id-card:before{content:"\ed7d"}.bx-image:before{content:"\ed7e"}.bx-image-add:before{content:"\ed7f"}.bx-image-alt:before{content:"\ed80"}.bx-images:before{content:"\ed81"}.bx-import:before{content:"\ed82"}.bx-infinite:before{content:"\ed83"}.bx-info-circle:before{content:"\ed84"}.bx-info-square:before{content:"\ed85"}.bx-intersect:before{content:"\ed86"}.bx-italic:before{content:"\ed87"}.bx-joystick:before{content:"\ed88"}.bx-joystick-alt:before{content:"\ed89"}.bx-joystick-button:before{content:"\ed8a"}.bx-key:before{content:"\ed8b"}.bx-label:before{content:"\ed8c"}.bx-landscape:before{content:"\ed8d"}.bx-laptop:before{content:"\ed8e"}.bx-last-page:before{content:"\ed8f"}.bx-laugh:before{content:"\ed90"}.bx-layer:before{content:"\ed91"}.bx-layer-minus:before{content:"\ed92"}.bx-layer-plus:before{content:"\ed93"}.bx-layout:before{content:"\ed94"}.bx-left-arrow:before{content:"\ed95"}.bx-left-arrow-alt:before{content:"\ed96"}.bx-left-arrow-circle:before{content:"\ed97"}.bx-left-down-arrow-circle:before{content:"\ed98"}.bx-left-indent:before{content:"\ed99"}.bx-left-top-arrow-circle:before{content:"\ed9a"}.bx-library:before{content:"\ed9b"}.bx-like:before{content:"\ed9c"}.bx-line-chart:before{content:"\ed9d"}.bx-line-chart-down:before{content:"\ed9e"}.bx-link:before{content:"\ed9f"}.bx-link-alt:before{content:"\eda0"}.bx-link-external:before{content:"\eda1"}.bx-lira:before{content:"\eda2"}.bx-list-check:before{content:"\eda3"}.bx-list-minus:before{content:"\eda4"}.bx-list-ol:before{content:"\eda5"}.bx-list-plus:before{content:"\eda6"}.bx-list-ul:before{content:"\eda7"}.bx-loader:before{content:"\eda8"}.bx-loader-alt:before{content:"\eda9"}.bx-loader-circle:before{content:"\edaa"}.bx-location-plus:before{content:"\edab"}.bx-lock:before{content:"\edac"}.bx-lock-alt:before{content:"\edad"}.bx-lock-open:before{content:"\edae"}.bx-lock-open-alt:before{content:"\edaf"}.bx-log-in:before{content:"\edb0"}.bx-log-in-circle:before{content:"\edb1"}.bx-log-out:before{content:"\edb2"}.bx-log-out-circle:before{content:"\edb3"}.bx-low-vision:before{content:"\edb4"}.bx-magnet:before{content:"\edb5"}.bx-mail-send:before{content:"\edb6"}.bx-male:before{content:"\edb7"}.bx-male-sign:before{content:"\edb8"}.bx-map:before{content:"\edb9"}.bx-map-alt:before{content:"\edba"}.bx-map-pin:before{content:"\edbb"}.bx-mask:before{content:"\edbc"}.bx-medal:before{content:"\edbd"}.bx-meh:before{content:"\edbe"}.bx-meh-alt:before{content:"\edbf"}.bx-meh-blank:before{content:"\edc0"}.bx-memory-card:before{content:"\edc1"}.bx-menu:before{content:"\edc2"}.bx-menu-alt-left:before{content:"\edc3"}.bx-menu-alt-right:before{content:"\edc4"}.bx-merge:before{content:"\edc5"}.bx-message:before{content:"\edc6"}.bx-message-add:before{content:"\edc7"}.bx-message-alt:before{content:"\edc8"}.bx-message-alt-add:before{content:"\edc9"}.bx-message-alt-check:before{content:"\edca"}.bx-message-alt-detail:before{content:"\edcb"}.bx-message-alt-dots:before{content:"\edcc"}.bx-message-alt-edit:before{content:"\edcd"}.bx-message-alt-error:before{content:"\edce"}.bx-message-alt-minus:before{content:"\edcf"}.bx-message-alt-x:before{content:"\edd0"}.bx-message-check:before{content:"\edd1"}.bx-message-detail:before{content:"\edd2"}.bx-message-dots:before{content:"\edd3"}.bx-message-edit:before{content:"\edd4"}.bx-message-error:before{content:"\edd5"}.bx-message-minus:before{content:"\edd6"}.bx-message-rounded:before{content:"\edd7"}.bx-message-rounded-add:before{content:"\edd8"}.bx-message-rounded-check:before{content:"\edd9"}.bx-message-rounded-detail:before{content:"\edda"}.bx-message-rounded-dots:before{content:"\eddb"}.bx-message-rounded-edit:before{content:"\eddc"}.bx-message-rounded-error:before{content:"\eddd"}.bx-message-rounded-minus:before{content:"\edde"}.bx-message-rounded-x:before{content:"\eddf"}.bx-message-square:before{content:"\ede0"}.bx-message-square-add:before{content:"\ede1"}.bx-message-square-check:before{content:"\ede2"}.bx-message-square-detail:before{content:"\ede3"}.bx-message-square-dots:before{content:"\ede4"}.bx-message-square-edit:before{content:"\ede5"}.bx-message-square-error:before{content:"\ede6"}.bx-message-square-minus:before{content:"\ede7"}.bx-message-square-x:before{content:"\ede8"}.bx-message-x:before{content:"\ede9"}.bx-meteor:before{content:"\edea"}.bx-microchip:before{content:"\edeb"}.bx-microphone:before{content:"\edec"}.bx-microphone-off:before{content:"\eded"}.bx-minus:before{content:"\edee"}.bx-minus-back:before{content:"\edef"}.bx-minus-circle:before{content:"\edf0"}.bx-minus-front:before{content:"\edf1"}.bx-mobile:before{content:"\edf2"}.bx-mobile-alt:before{content:"\edf3"}.bx-mobile-landscape:before{content:"\edf4"}.bx-mobile-vibration:before{content:"\edf5"}.bx-money:before{content:"\edf6"}.bx-moon:before{content:"\edf7"}.bx-mouse:before{content:"\edf8"}.bx-mouse-alt:before{content:"\edf9"}.bx-move:before{content:"\edfa"}.bx-move-horizontal:before{content:"\edfb"}.bx-move-vertical:before{content:"\edfc"}.bx-movie:before{content:"\edfd"}.bx-movie-play:before{content:"\edfe"}.bx-music:before{content:"\edff"}.bx-navigation:before{content:"\ee00"}.bx-network-chart:before{content:"\ee01"}.bx-news:before{content:"\ee02"}.bx-no-entry:before{content:"\ee03"}.bx-note:before{content:"\ee04"}.bx-notepad:before{content:"\ee05"}.bx-notification:before{content:"\ee06"}.bx-notification-off:before{content:"\ee07"}.bx-outline:before{content:"\ee08"}.bx-package:before{content:"\ee09"}.bx-paint:before{content:"\ee0a"}.bx-paint-roll:before{content:"\ee0b"}.bx-palette:before{content:"\ee0c"}.bx-paperclip:before{content:"\ee0d"}.bx-paper-plane:before{content:"\ee0e"}.bx-paragraph:before{content:"\ee0f"}.bx-paste:before{content:"\ee10"}.bx-pause:before{content:"\ee11"}.bx-pause-circle:before{content:"\ee12"}.bx-pen:before{content:"\ee13"}.bx-pencil:before{content:"\ee14"}.bx-phone:before{content:"\ee15"}.bx-phone-call:before{content:"\ee16"}.bx-phone-incoming:before{content:"\ee17"}.bx-phone-off:before{content:"\ee18"}.bx-phone-outgoing:before{content:"\ee19"}.bx-photo-album:before{content:"\ee1a"}.bx-pie-chart:before{content:"\ee1b"}.bx-pie-chart-alt:before{content:"\ee1c"}.bx-pie-chart-alt-2:before{content:"\ee1d"}.bx-pin:before{content:"\ee1e"}.bx-planet:before{content:"\ee1f"}.bx-play:before{content:"\ee20"}.bx-play-circle:before{content:"\ee21"}.bx-plug:before{content:"\ee22"}.bx-plus:before{content:"\ee23"}.bx-plus-circle:before{content:"\ee24"}.bx-plus-medical:before{content:"\ee25"}.bx-podcast:before{content:"\ee26"}.bx-pointer:before{content:"\ee27"}.bx-poll:before{content:"\ee28"}.bx-polygon:before{content:"\ee29"}.bx-pound:before{content:"\ee2a"}.bx-power-off:before{content:"\ee2b"}.bx-printer:before{content:"\ee2c"}.bx-pulse:before{content:"\ee2d"}.bx-purchase-tag:before{content:"\ee2e"}.bx-purchase-tag-alt:before{content:"\ee2f"}.bx-pyramid:before{content:"\ee30"}.bx-qr:before{content:"\ee31"}.bx-qr-scan:before{content:"\ee32"}.bx-question-mark:before{content:"\ee33"}.bx-radar:before{content:"\ee34"}.bx-radio:before{content:"\ee35"}.bx-radio-circle:before{content:"\ee36"}.bx-radio-circle-marked:before{content:"\ee37"}.bx-receipt:before{content:"\ee38"}.bx-rectangle:before{content:"\ee39"}.bx-recycle:before{content:"\ee3a"}.bx-redo:before{content:"\ee3b"}.bx-refresh:before{content:"\ee3c"}.bx-registered:before{content:"\ee3d"}.bx-rename:before{content:"\ee3e"}.bx-repeat:before{content:"\ee3f"}.bx-reply:before{content:"\ee40"}.bx-reply-all:before{content:"\ee41"}.bx-repost:before{content:"\ee42"}.bx-reset:before{content:"\ee43"}.bx-restaurant:before{content:"\ee44"}.bx-revision:before{content:"\ee45"}.bx-rewind:before{content:"\ee46"}.bx-rewind-circle:before{content:"\ee47"}.bx-right-arrow:before{content:"\ee48"}.bx-right-arrow-alt:before{content:"\ee49"}.bx-right-arrow-circle:before{content:"\ee4a"}.bx-right-down-arrow-circle:before{content:"\ee4b"}.bx-right-indent:before{content:"\ee4c"}.bx-right-top-arrow-circle:before{content:"\ee4d"}.bx-rocket:before{content:"\ee4e"}.bx-rotate-left:before{content:"\ee4f"}.bx-rotate-right:before{content:"\ee50"}.bx-rss:before{content:"\ee51"}.bx-ruble:before{content:"\ee52"}.bx-ruler:before{content:"\ee53"}.bx-run:before{content:"\ee54"}.bx-rupee:before{content:"\ee55"}.bx-sad:before{content:"\ee56"}.bx-save:before{content:"\ee57"}.bx-scan:before{content:"\ee58"}.bx-screenshot:before{content:"\ee59"}.bx-search:before{content:"\ee5a"}.bx-search-alt:before{content:"\ee5b"}.bx-search-alt-2:before{content:"\ee5c"}.bx-selection:before{content:"\ee5d"}.bx-select-multiple:before{content:"\ee5e"}.bx-send:before{content:"\ee5f"}.bx-server:before{content:"\ee60"}.bx-shape-circle:before{content:"\ee61"}.bx-shape-polygon:before{content:"\ee62"}.bx-shape-square:before{content:"\ee63"}.bx-shape-triangle:before{content:"\ee64"}.bx-share:before{content:"\ee65"}.bx-share-alt:before{content:"\ee66"}.bx-shekel:before{content:"\ee67"}.bx-shield:before{content:"\ee68"}.bx-shield-alt:before{content:"\ee69"}.bx-shield-alt-2:before{content:"\ee6a"}.bx-shield-quarter:before{content:"\ee6b"}.bx-shield-x:before{content:"\ee6c"}.bx-shocked:before{content:"\ee6d"}.bx-shopping-bag:before{content:"\ee6e"}.bx-show:before{content:"\ee6f"}.bx-show-alt:before{content:"\ee70"}.bx-shuffle:before{content:"\ee71"}.bx-sidebar:before{content:"\ee72"}.bx-sitemap:before{content:"\ee73"}.bx-skip-next:before{content:"\ee74"}.bx-skip-next-circle:before{content:"\ee75"}.bx-skip-previous:before{content:"\ee76"}.bx-skip-previous-circle:before{content:"\ee77"}.bx-sleepy:before{content:"\ee78"}.bx-slider:before{content:"\ee79"}.bx-slider-alt:before{content:"\ee7a"}.bx-slideshow:before{content:"\ee7b"}.bx-smile:before{content:"\ee7c"}.bx-sort:before{content:"\ee7d"}.bx-sort-alt-2:before{content:"\ee7e"}.bx-sort-a-z:before{content:"\ee7f"}.bx-sort-down:before{content:"\ee80"}.bx-sort-up:before{content:"\ee81"}.bx-sort-z-a:before{content:"\ee82"}.bx-spa:before{content:"\ee83"}.bx-space-bar:before{content:"\ee84"}.bx-speaker:before{content:"\ee85"}.bx-spray-can:before{content:"\ee86"}.bx-spreadsheet:before{content:"\ee87"}.bx-square:before{content:"\ee88"}.bx-square-rounded:before{content:"\ee89"}.bx-star:before{content:"\ee8a"}.bx-station:before{content:"\ee8b"}.bx-stats:before{content:"\ee8c"}.bx-sticker:before{content:"\ee8d"}.bx-stop:before{content:"\ee8e"}.bx-stop-circle:before{content:"\ee8f"}.bx-stopwatch:before{content:"\ee90"}.bx-store:before{content:"\ee91"}.bx-store-alt:before{content:"\ee92"}.bx-street-view:before{content:"\ee93"}.bx-strikethrough:before{content:"\ee94"}.bx-subdirectory-left:before{content:"\ee95"}.bx-subdirectory-right:before{content:"\ee96"}.bx-sun:before{content:"\ee97"}.bx-support:before{content:"\ee98"}.bx-swim:before{content:"\ee99"}.bx-sync:before{content:"\ee9a"}.bx-tab:before{content:"\ee9b"}.bx-table:before{content:"\ee9c"}.bx-tachometer:before{content:"\ee9d"}.bx-tag:before{content:"\ee9e"}.bx-tag-alt:before{content:"\ee9f"}.bx-target-lock:before{content:"\eea0"}.bx-task:before{content:"\eea1"}.bx-task-x:before{content:"\eea2"}.bx-taxi:before{content:"\eea3"}.bx-tennis-ball:before{content:"\eea4"}.bx-terminal:before{content:"\eea5"}.bx-test-tube:before{content:"\eea6"}.bx-text:before{content:"\eea7"}.bx-time:before{content:"\eea8"}.bx-time-five:before{content:"\eea9"}.bx-timer:before{content:"\eeaa"}.bx-tired:before{content:"\eeab"}.bx-toggle-left:before{content:"\eeac"}.bx-toggle-right:before{content:"\eead"}.bx-tone:before{content:"\eeae"}.bx-traffic-cone:before{content:"\eeaf"}.bx-train:before{content:"\eeb0"}.bx-transfer:before{content:"\eeb1"}.bx-transfer-alt:before{content:"\eeb2"}.bx-trash:before{content:"\eeb3"}.bx-trash-alt:before{content:"\eeb4"}.bx-trending-down:before{content:"\eeb5"}.bx-trending-up:before{content:"\eeb6"}.bx-trim:before{content:"\eeb7"}.bx-trip:before{content:"\eeb8"}.bx-trophy:before{content:"\eeb9"}.bx-tv:before{content:"\eeba"}.bx-underline:before{content:"\eebb"}.bx-undo:before{content:"\eebc"}.bx-unite:before{content:"\eebd"}.bx-unlink:before{content:"\eebe"}.bx-up-arrow:before{content:"\eebf"}.bx-up-arrow-alt:before{content:"\eec0"}.bx-up-arrow-circle:before{content:"\eec1"}.bx-upload:before{content:"\eec2"}.bx-upside-down:before{content:"\eec3"}.bx-upvote:before{content:"\eec4"}.bx-usb:before{content:"\eec5"}.bx-user:before{content:"\eec6"}.bx-user-check:before{content:"\eec7"}.bx-user-circle:before{content:"\eec8"}.bx-user-minus:before{content:"\eec9"}.bx-user-pin:before{content:"\eeca"}.bx-user-plus:before{content:"\eecb"}.bx-user-voice:before{content:"\eecc"}.bx-user-x:before{content:"\eecd"}.bx-vector:before{content:"\eece"}.bx-vertical-center:before{content:"\eecf"}.bx-vial:before{content:"\eed0"}.bx-video:before{content:"\eed1"}.bx-video-off:before{content:"\eed2"}.bx-video-plus:before{content:"\eed3"}.bx-video-recording:before{content:"\eed4"}.bx-voicemail:before{content:"\eed5"}.bx-volume:before{content:"\eed6"}.bx-volume-full:before{content:"\eed7"}.bx-volume-low:before{content:"\eed8"}.bx-volume-mute:before{content:"\eed9"}.bx-walk:before{content:"\eeda"}.bx-wallet:before{content:"\eedb"}.bx-wallet-alt:before{content:"\eedc"}.bx-water:before{content:"\eedd"}.bx-webcam:before{content:"\eede"}.bx-wifi:before{content:"\eedf"}.bx-wifi-0:before{content:"\eee0"}.bx-wifi-1:before{content:"\eee1"}.bx-wifi-2:before{content:"\eee2"}.bx-wifi-off:before{content:"\eee3"}.bx-wind:before{content:"\eee4"}.bx-window:before{content:"\eee5"}.bx-window-alt:before{content:"\eee6"}.bx-window-close:before{content:"\eee7"}.bx-window-open:before{content:"\eee8"}.bx-windows:before{content:"\eee9"}.bx-wine:before{content:"\eeea"}.bx-wink-smile:before{content:"\eeeb"}.bx-wink-tongue:before{content:"\eeec"}.bx-won:before{content:"\eeed"}.bx-world:before{content:"\eeee"}.bx-wrench:before{content:"\eeef"}.bx-x:before{content:"\eef0"}.bx-x-circle:before{content:"\eef1"}.bx-yen:before{content:"\eef2"}.bx-zoom-in:before{content:"\eef3"}.bx-zoom-out:before{content:"\eef4"}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{transform:scale(0.75)}.mfp-arrow-left{transform-origin:0 0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
/*! odometer 0.4.8 */
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}
.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{transition:transform 2s}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{transform:translateY(-100%)}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner{transform:translateY(-100%)}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{transition:transform 2s;transform:translateY(0)}
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:"Helvetica Neue",sans-serif;line-height:1.1em}
.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}
@charset "UTF-8";
/*
@File: Jexsa Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Partner Area CSS
** - About Area CSS
** - Partner Area CSS
** - Services Area CSS
** - Video Presentation Area CSS
** - FunFacts Area CSS
** - Features Area CSS
** - Team Area CSS
** - Feedback Area CSS
** - Pricing Area CSS
** - FAQ Area CSS
** - App Download Area CSS
** - Our Loving Clients Area CSS
** - Page Title Area CSS
** - 404 Error Area CSS
** - Pagination Area CSS
** - Sidebar Widget Area CSS
** - Login Area CSS
** - Signup Area CSS
** - Features Area CSS
** - Free Trial Area CSS
** - Contact Area CSS
** - Footer Area CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@font-face {
  font-family: "Corbel";
  src: url('corbel.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Corbel";
  src: url('corbelb.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Corbel";
  src: url('corbeli.ttf') format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Corbel";
  src: url('corbelz.ttf') format("truetype");
  font-weight: bold;
  font-style: italic;
}
body {
  color: #2F2F2F;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Corbel", sans-serif;
}
a {
  transition: 0.5s;
  color: #2F2F2F;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
  color: #00C7AD;
}
button, input {
  outline: 0 !important;
}
:focus {
  outline: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
.bg-f4f6fc {
  background-color: #ffffff;
}
.bg-f8fbfa {
  background-color: #f8fbfa;
}
.bg-f4f5fe {
  background-color: #ffffff;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.overflow-x-hide {
  overflow-x: hidden;
}
.tx-center {
  text-align: center;
}
.mwidth-1000 {
  max-width: 1000px !important;
}
.max-width-1290 {
  max-width: 1290px;
}
.blt-radius-0 {
  border-radius: 0px 30px 30px 30px !important;
}
p {
  color: #666666;
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 16px;
}
p:last-child {
  margin-bottom: 0;
}
.border-radius-0 {
  border-radius: 0 !important;
}
/* Section title */
.section-title {
  text-align: center;
  max-width: 575px;
  text-transform: capitalize;
  margin-left: auto;
  margin-bottom: 60px;
  margin-right: auto;
}
.section-title h2 {
  margin-bottom: 100px;
  font-size: 40px;
  font-weight: 600;
}
.section-title h2 span {
  display: inline-block;
  color: #E17B60;
}
/* default-btn&optional-btn */
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: #E17B60;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  padding-left: 50px;
  padding-right: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.default-btn i {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: 0.5s;
  color: #2F2F2F;
}
.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #00C7AD;
  transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}
.default-btn:hover, .default-btn:focus {
  color: #ffffff;
  box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}
.default-btn:hover span, .default-btn:focus span {
  width: 225%;
  height: 562.5px;
}
.optional-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #2F2F2F;
  background-color: transparent;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.optional-btn i {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: 0.5s;
  color: #2F2F2F;
}
.optional-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #2F2F2F;
  transition: 0.5s;
}
.optional-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #E17B60;
  transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}
.optional-btn:hover, .optional-btn:focus {
  color: #ffffff;
}
.optional-btn:hover::before, .optional-btn:focus::before {
  border-color: #E17B60;
}
.optional-btn:hover span, .optional-btn:focus span {
  width: 225%;
  height: 562.5px;
}
/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
  position: fixed;
  top: 0;
  background-color: #E17B60;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}
.preloader-area .spinner {
  width: 4em;
  height: 4em;
  transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-45%);
  margin-left: auto;
  margin-right: auto;
}
.preloader-area .spinner .disc {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.3em dotted #ffffff;
}
.preloader-area .spinner .disc:nth-child(1) {
  animation: rotate 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(2) {
  animation: rotateDisc2 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(3) {
  animation: rotateDisc3 12s linear infinite;
}
.preloader-area .spinner .inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: sphereSpin 6s linear infinite;
}
.preloader-area .spinner .inner img.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  /* Adjust the width as needed */
  height: auto;
}
.preloader-area .spinner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  border: 2px dotted #ffffff;
  margin: -15px;
}
@keyframes sphereSpin {
  0% {
    transform: rotateX(360deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(0deg) rotateY(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateDisc2 {
  from {
    transform: rotateX(90deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(90deg) rotateZ(360deg);
  }
}
@keyframes rotateDisc3 {
  from {
    transform: rotateY(90deg) rotateZ(0deg);
  }
  to {
    transform: rotateY(90deg) rotateZ(360deg);
  }
}
/*================================================
Navbar Area CSS
=================================================*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent !important;
  height: auto;
  z-index: 1040;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-area .container {
  max-width: 1290px;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-area.is-sticky .navbar .others-options .optional-btn {
  color: #2F2F2F;
}
.navbar-area.is-sticky .navbar .others-options .optional-btn i {
  color: #2F2F2F;
}
.navbar-area.is-sticky .navbar .others-options .optional-btn::before {
  border-color: #2F2F2F;
}
.navbar-area.is-sticky .navbar .others-options .optional-btn:hover, .navbar-area.is-sticky .navbar .others-options .optional-btn:focus {
  color: #ffffff;
}
.navbar-area.is-sticky .navbar .others-options .optional-btn:hover i, .navbar-area.is-sticky .navbar .others-options .optional-btn:focus i {
  color: #ffffff;
}
.navbar-area.bg-white .navbar .others-options .optional-btn {
  color: #2F2F2F;
}
.navbar-area.bg-white .navbar .others-options .optional-btn::before {
  border-color: #2F2F2F;
}
.navbar-area.bg-white .navbar .others-options .optional-btn i {
  color: #2F2F2F;
}
.navbar-area.bg-white .navbar .others-options .optional-btn:hover, .navbar-area.bg-white .navbar .others-options .optional-btn:focus {
  color: #ffffff;
}
.navbar-area.bg-white .navbar .others-options .optional-btn:hover i, .navbar-area.bg-white .navbar .others-options .optional-btn:focus i {
  color: #ffffff;
}
.navbar-area.navbar-style-two {
  position: relative;
  top: 0;
  left: 0;
}
.navbar-area.navbar-style-two.is-sticky {
  position: fixed;
}
.navbar-area.navbar-style-two .navbar .others-options .optional-btn {
  color: #2F2F2F;
}
.navbar-area.navbar-style-two .navbar .others-options .optional-btn::before {
  border-color: #2F2F2F;
}
.navbar-area.navbar-style-two .navbar .others-options .optional-btn i {
  color: #2F2F2F;
}
.navbar-area.navbar-style-two .navbar .others-options .optional-btn:hover, .navbar-area.navbar-style-two .navbar .others-options .optional-btn:focus {
  color: #ffffff;
}
.navbar-area.navbar-style-two .navbar .others-options .optional-btn:hover i, .navbar-area.navbar-style-two .navbar .others-options .optional-btn:focus i {
  color: #ffffff;
}
.navbar-area.navbar-style-two-home {
  position: absolute;
  top: 0;
  left: 0;
}
.navbar-area.navbar-style-two-home.is-sticky {
  position: fixed;
}
.navbar-area.navbar-style-two-home .navbar .others-options .optional-btn {
  color: #2F2F2F;
}
.navbar-area.navbar-style-two-home .navbar .others-options .optional-btn::before {
  border-color: #2F2F2F;
}
.navbar-area.navbar-style-two-home .navbar .others-options .optional-btn i {
  color: #2F2F2F;
}
.navbar-area.navbar-style-two-home .navbar .others-options .optional-btn:hover, .navbar-area.navbar-style-two-home .navbar .others-options .optional-btn:focus {
  color: #ffffff;
}
.navbar-area.navbar-style-two-home .navbar .others-options .optional-btn:hover i, .navbar-area.navbar-style-two-home .navbar .others-options .optional-btn:focus i {
  color: #ffffff;
}
.navbar {
  background-color: transparent;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.navbar .navbar-brand {
  padding: 0;
  font-weight: bold;
  font-size: 27px;
}
.navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.navbar .navbar-nav {
  margin-left: 110px;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}
.navbar .navbar-nav .nav-item a {
  font-size: 18px;
  font-weight: 500;
  color: #4a6f8a;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 13px;
  margin-right: 13px;
}
.navbar .navbar-nav .nav-item a:hover, .navbar .navbar-nav .nav-item a:focus, .navbar .navbar-nav .nav-item a.active {
  color: #00C7AD;
}
.navbar .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}
.navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item:hover a, .navbar .navbar-nav .nav-item.active a {
  color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  border-top: 2px solid #00C7AD;
  padding: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 13px 20px 11px;
  margin: 0;
  position: relative;
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 14px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  right: 10px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #00C7AD;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}
.navbar .others-options {
  margin-left: auto;
}
.navbar .others-options .default-btn {
  color: #ffffff;
  background-color: #00C7AD;
}
.navbar .others-options .default-btn i {
  color: #ffffff;
}
.navbar .others-options .default-btn span {
  background-color: #2F2F2F;
}
.navbar .others-options .optional-btn {
  margin-left: 10px;
  color: #ffffff;
}
.navbar .others-options .optional-btn i {
  color: #ffffff;
}
.navbar .others-options .optional-btn::before {
  border-color: #ffffff;
}
.navbar .others-options .optional-btn span {
  background-color: #2F2F2F;
}
.navbar .others-options .optional-btn:hover::before, .navbar .others-options .optional-btn:focus::before {
  border-color: #2F2F2F;
}
.navbar.navbar-light .navbar-toggler {
  border-color: #2F2F2F;
  box-shadow: unset;
  border-radius: 0;
}
.navbar.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 991px) {
  .navbar-area {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: none;
    padding: 15px 0;
    z-index: 1040;
  }
  .navbar-area .navbar-brand img {
    display: none;
  }
  .navbar-area .navbar-toggler {
    display: none;
  }
  .navbar-area.is-sticky {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    position: fixed;
  }
  .navbar-area.is-sticky .navbar-brand img {
    display: block !important;
  }
  .navbar-area.is-sticky .navbar-toggler {
    display: block !important;
  }

  .navbar-toggler {
    display: block;
    border: none;
  }

  .navbar .navbar-nav {
    align-items: center;
    border: 1px solid #eeeeee;
    padding: 10px 20px;
    height: auto;
    overflow-y: scroll;
    margin-left: 0;
    margin-top: 15px;
  }
  .navbar .navbar-nav .nav-item a {
    margin-left: 11px;
    margin-right: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    box-shadow: unset;
    position: relative;
    top: 0 !important;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    border: none;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 13.5px;
    border: none !important;
    padding: 10px 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    transform: translateY(-50%) rotate(90deg);
    right: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 0;
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    font-size: 13.5px;
    border: none !important;
    padding: 10px 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a i {
    transform: translateY(-50%) rotate(90deg);
    right: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 0;
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    font-size: 13.5px;
    border: none !important;
    padding: 10px 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a i {
    transform: translateY(-50%) rotate(90deg);
    right: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 0;
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    font-size: 13.5px;
    border: none !important;
    padding: 10px 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a i {
    transform: translateY(-50%) rotate(90deg);
    right: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 0;
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    font-size: 13.5px;
    border: none !important;
    padding: 10px 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a i {
    transform: translateY(-50%) rotate(90deg);
    right: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 0;
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    font-size: 13.5px;
    border: none !important;
    padding: 10px 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a i {
    transform: translateY(-50%) rotate(90deg);
    right: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 0;
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    padding: 0 15px;
  }
  .navbar .others-options {
    display: none;
    margin-top: 15px;
  }
  .navbar .others-options .optional-btn {
    color: #2F2F2F;
  }
  .navbar .others-options .optional-btn::before {
    border-color: #2F2F2F;
  }
  .navbar .others-options .optional-btn i {
    color: #2F2F2F;
  }
  .navbar .others-options .optional-btn:hover, .navbar .others-options .optional-btn:focus {
    color: #ffffff;
  }
  .navbar .others-options .optional-btn:hover i, .navbar .others-options .optional-btn:focus i {
    color: #ffffff;
  }
}
/*================================================
Partner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
}
.main-banner .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.main-banner .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.main-banner .container-fluid .row .col-lg-5, .main-banner .container-fluid .row .col-lg-7 {
  padding-left: 0;
  padding-right: 0;
}
.banner-section {
  position: relative;
  z-index: 1;
}
.banner-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.banner-section .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.banner-section .container-fluid .row .col-lg-7, .banner-section .container-fluid .row .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}
.main-banner-content {
  width: 100%;
  height: 100%;
}
.main-banner-content .content {
  max-width: 755px;
  padding-right: 150px;
  margin-left: auto;
  margin-top: 80px;
}
.main-banner-content .content h1 {
  font-size: 57px;
  font-weight: 600;
}
.main-banner-content .content h1 span {
  display: inline-block;
  color: #E17B60;
}
.main-banner-content .content p {
  margin-top: 18px;
  max-width: 540px;
}
.main-banner-content .content .default-btn {
  margin-top: 20px;
  background-color: #2F2F2F;
}
.main-banner-content .content .default-btn i {
  color: #E17B60;
}
.banner-content {
  padding-top: 222px;
  padding-bottom: 132px;
}
.banner-content .content {
  max-width: 755px;
  padding-right: 150px;
  margin-left: auto;
}
.banner-content .content h1 {
  font-size: 57px;
  font-weight: 600;
}
.banner-content .content h1 span {
  display: inline-block;
  color: #E17B60;
}
.banner-content .content p {
  margin-top: 18px;
  max-width: 540px;
}
.banner-content .content .default-btn {
  margin-top: 15px;
  background-color: #2F2F2F;
}
.banner-content .content .default-btn i {
  color: #E17B60;
}
.banner-image {
  height: 100vh;
  position: relative;
  border-radius: 0 0 0 80px;
  background-color: #E17B60;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-image img {
  display: none;
}
.banner-image.bg-1 {
  background-image: url('banner-img1.jpg');
}
.banner-image.bg-2 {
  background-image: url('banner-img2.jpg');
}
.banner-image.bg-3 {
  background-image: url('banner-img3.jpg');
}
.banner-image.mbanner-bg-one {
  background-image: url('banner-img2.jpg');
}
.banner-image.mbanner-bg-one .animate-banner-image {
  padding: 15px;
  margin-top: 65px;
}
.banner-image.banner-slider-bg1 {
  background-image: url('_-img-banner-slider-banner-img1.jpg') !important;
}
.banner-image.banner-slider-bg2 {
  background-image: url('_-img-banner-slider-banner-img2.jpg') !important;
}
.banner-image.banner-slider-bg3 {
  background-image: url('_-img-banner-slider-banner-img3.jpg') !important;
}
.banner-image.slider-bg1 {
  background-image: url('_-img-banner-slider-banner-img1.jpg');
}
.banner-image.slider-bg2 {
  background-image: url('_-img-banner-slider-banner-img2.jpg');
}
.banner-image.slider-bg3 {
  background-image: url('_-img-banner-slider-banner-img3.jpg');
}
.banner-img {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 0 0 0 80px;
  background-color: #E17B60;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-img img {
  display: none;
}
.banner-img.bg-1 {
  background-image: url('banner-img1.jpg');
}
.banner-img.bg-2 {
  background-image: url('banner-img2.jpg');
}
.banner-img.bg-3 {
  background-image: url('banner-img3.jpg');
}
.banner-content-slides {
  padding-right: 40px;
}
.banner-content-slides.owl-theme .owl-nav {
  text-align: left;
  margin-top: 50px;
}
.banner-content-slides.owl-theme .owl-nav [class*=owl-] {
  color: #2F2F2F;
  font-size: 25px;
  margin: 0 5px;
  background: #f4f6fc;
  border-radius: 0;
  transition: 0.5s;
  width: 45px;
  height: 45px;
  line-height: 52px;
}
.banner-content-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #00C7AD;
}
.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-prev {
  border-radius: 0 0 0 10px;
  margin-left: 0;
}
.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-right: 0;
  border-radius: 0 10px 0 0;
}
.banner-image-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.banner-image-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.banner-image-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: #ffffff;
  transition: 0.5s;
  border-radius: 50%;
}
.banner-image-slides.owl-theme .owl-dots .owl-dot:hover span, .banner-image-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #00C7AD;
}
.shape19 {
  position: absolute;
  right: 35%;
  bottom: -25px;
  z-index: -1;
}
.shape19 img {
  animation: moveLeftBounce 3s linear infinite;
}
.shape20 {
  position: absolute;
  right: 55%;
  bottom: 5%;
  z-index: -1;
}
.shape20 img {
  animation: moveLeftBounce 3s linear infinite;
}
.shape21 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.shape21 img {
  animation: moveBounce 5s linear infinite;
}
.shape22 {
  position: absolute;
  left: 5%;
  top: 15%;
  z-index: -1;
}
.shape22 img {
  animation: animationFramesOne 20s infinite linear;
}
.shape23 {
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: -1;
}
.shape23 img {
  animation-name: rotateMe;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shape24 {
  position: absolute;
  left: 25%;
  top: 40%;
  z-index: -1;
}
.shape24 img {
  animation: animationFramesOne 20s infinite linear;
}
.shape25 {
  position: absolute;
  left: 40%;
  bottom: 10%;
  z-index: -1;
}
.shape25 img {
  animation-name: rotateMe;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shape26 {
  position: absolute;
  left: 30%;
  top: 15%;
  z-index: -1;
}
.shape26 img {
  animation: moveLeftBounce 3s linear infinite;
}
.chat-wrapper {
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 510px;
  height: auto;
}
.chat-wrapper .chat-container {
  height: 400px;
  overflow: hidden;
}
.chat-wrapper .chat ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.chat-wrapper .chat ul li:last-child {
  margin-bottom: 0 !important;
}
.chat-wrapper [custom-hidden] {
  display: none;
}
.chat-wrapper .spinme-right {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.5;
}
.chat-wrapper .spinme-left {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  color: #f4f6fc;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.5;
}
.chat-wrapper .spinner {
  margin: 0;
  width: 30px;
  text-align: center;
}
.chat-wrapper .spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: #2F2F2F;
}
.chat-wrapper .spinner .bounce1 {
  animation-delay: -0.32s;
}
.chat-wrapper .spinner .bounce2 {
  animation-delay: -0.16s;
}
.message-left {
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
}
.message-left img {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
}
.message-left .message-time {
  color: #8097b1;
  position: absolute;
  right: 13px;
  bottom: 8px;
  font-size: 11px;
  font-weight: 400;
}
.message-left .message-text {
  max-width: 80%;
  display: inline-block;
  background: #f4f6fc;
  padding: 15px 30px 30px 15px;
  position: relative;
  color: #2e384d;
  border-radius: 15px 15px 15px 0;
  line-height: 1.8;
  font-weight: 400;
  font-size: 13px;
}
.message-left .message-text::before {
  content: "";
  position: absolute;
  left: 3.4px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #f4f6fc;
  transform: rotate(45deg);
}
.message-right {
  text-align: right;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  padding-right: 50px;
}
.message-right .message-time {
  color: #e4e8f0;
  position: absolute;
  right: 13px;
  bottom: 8px;
  font-size: 11px;
  font-weight: 400;
}
.message-right img {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
}
.message-right .message-text {
  line-height: 1.8;
  display: inline-block;
  background: #2e5bff;
  padding: 15px 30px 30px 15px;
  position: relative;
  color: #ffffff;
  border-radius: 15px 15px 0 15px;
  text-align: left;
  max-width: 80%;
  font-weight: 400;
  font-size: 13px;
}
.message-right .message-text::before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #2e5bff;
  transform: rotate(45deg);
}
.message-right .spinner > div {
  background: #ffffff;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.main-banner-two .banner-image-slider .banner-image img {
  display: none;
}
.main-banner-two .banner-image-slider .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.main-banner-two .banner-image-slider .owl-dots .owl-dot.active span, .main-banner-two .banner-image-slider .owl-dots .owl-dot:hover span {
  background-color: #00C7AD;
}
.banner-img.banner-video {
  background-image: url('banner-video-bg.jpg') !important;
  height: 100vh;
  position: relative;
}
.banner-img.banner-video .video-box .video-btn {
  background-color: #00C7AD;
}
.banner-img.banner-video .video-box .video-btn::after, .banner-img.banner-video .video-box .video-btn::before {
  border: 1px solid #00C7AD;
}
.banner-img.banner-video .video-box .video-btn:hover, .banner-img.banner-video .video-box .video-btn:focus {
  background-color: #E17B60;
}
.banner-img.banner-video .video-box .video-btn:hover::after, .banner-img.banner-video .video-box .video-btn:hover::before, .banner-img.banner-video .video-box .video-btn:focus::after, .banner-img.banner-video .video-box .video-btn:focus::before {
  border-color: #E17B60;
}
/* Animate banner image */
.animate-banner-image {
  position: relative;
}
.animate-banner-image img {
  display: block !important;
  animation: border-transform 10s linear infinite alternate forwards;
  margin: auto;
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*================================================
About Area CSS
=================================================*/
.about-content .sub-title {
  display: block;
  color: #E17B60;
  margin-bottom: 7px;
}
.about-content h2 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
}
.about-image {
  text-align: center;
}
/*================================================
Partner Area CSS
=================================================*/
.partner-area .container {
  max-width: 1290px;
}
.partner-area .row {
  margin-left: 0;
  margin-right: 0;
}
.partner-area .row .col-lg-3, .partner-area .row .col-lg-9 {
  padding-left: 0;
  padding-right: 0;
}
.partner-title h3 {
  color: #8791b0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}
.single-partner-item {
  text-align: left;
}
.single-partner-item a {
  display: inline-block;
}
.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
  transition: 0.5s;
}
.single-partner-item a:hover img {
  transform: scale(1.03);
}
/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.services-area.bg-right-color::before {
  position: absolute;
  right: 0;
  content: "";
  top: 0;
  width: 35%;
  height: 215%;
  z-index: -1;
  background-color: #00C7AD;
  transform: skewY(-66deg);
}
.services-area.bg-left-color::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 35%;
  height: 215%;
  z-index: -1;
  background-color: #00C7AD;
  transform: skewY(66deg);
}
.services-area.bg-right-shape::before {
  position: absolute;
  right: 0;
  content: "";
  top: 0;
  width: 45%;
  height: 215%;
  z-index: -1;
  background-color: #fbfbfb;
  transform: skewY(-66deg);
}
.services-area.bg-left-shape::before {
  width: 45%;
}
.services-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.services-content .content {
  max-width: 615px;
  padding-left: 30px;
}
.services-content .content .icon {
  margin-bottom: 20px;
}
.services-content .content h2 {
  font-size: 40px;
  font-weight: 500;
}
.services-content .content h2 span {
  display: inline-block;
  color: #E17B60;
}
.services-content .content p {
  max-width: 435px;
  margin-top: 18px;
}
.services-content .content .default-btn {
  margin-top: 15px;
  background-color: #2F2F2F;
}
.services-content .content .default-btn i {
  color: #E17B60;
}
.services-content .content.left-content {
  padding-right: 30px;
  padding-left: 0;
  margin-left: auto;
}
.services-image {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.services-image .image {
  text-align: center;
}
.it-service-content .content p {
  margin-bottom: 30px;
  max-width: 540px;
}
.feature-box {
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #f2effc;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  border-radius: 30px;
  font-size: 16px;
  padding: 12px 22px;
  margin-bottom: 25px;
  cursor: pointer;
  transition: 0.5s;
}
.feature-box:hover {
  background-color: #00C7AD;
  color: #ffffff;
  padding-left: 25px;
}
.feature-box:hover i {
  color: #ffffff;
}
.feature-box i {
  margin-right: 3px;
  color: #00C7AD;
  transition: 0.5s;
}
/*================================================
Video Presentation Area CSS
=================================================*/
.video-presentation-area {
  position: relative;
  z-index: 1;
}
.video-box {
  position: relative;
  text-align: center;
  max-width: 70%;
  border-radius: 5px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.video-box .main-image {
  border-radius: 5px;
}
.video-box .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #E17B60;
  border-radius: 5px;
  color: #ffffff;
  font-size: 60px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.video-box .video-btn::after, .video-box .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  border: 1px solid #E17B60;
  transition: 0.5s;
}
.video-box .video-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.video-box .video-btn::before {
  animation: ripple 2s linear infinite;
}
.video-box .video-btn::after {
  animation: ripple 2s linear 1s infinite;
}
.video-box .video-btn:hover, .video-box .video-btn:focus {
  background-color: #00C7AD;
  color: #ffffff;
}
.video-box .video-btn:hover::after, .video-box .video-btn:hover::before, .video-box .video-btn:focus::after, .video-box .video-btn:focus::before {
  border-color: #00C7AD;
}
.shape-map1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 90%;
  transform: translateY(-90%);
  z-index: -1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.shape1 {
  position: absolute;
  left: -30px;
  top: -23px;
  z-index: -1;
}
.shape1 img {
  animation-name: rotateMe;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shape2 {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;
}
.shape2 img {
  animation: moveScale 3s linear infinite;
}
.shape3 {
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
}
.shape3 img {
  animation: moveScale 3s linear infinite;
}
.shape4 {
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}
.shape5 {
  position: absolute;
  right: -60px;
  bottom: -60px;
  z-index: -2;
}
.shape6 {
  position: absolute;
  left: -26px;
  top: -22px;
  z-index: -1;
}
.shape6 img {
  animation: moveLeftBounce 5s linear infinite;
}
.shape7 {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  left: 10%;
  z-index: -1;
}
.shape7 img {
  animation: moveBounce 5s linear infinite;
}
.shape8 {
  position: absolute;
  left: 12%;
  top: 60%;
  z-index: -1;
  transform: translateY(-60%);
}
.shape8 img {
  animation-name: rotateMe;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shape9 {
  position: absolute;
  right: 10%;
  top: 40%;
  z-index: -1;
  transform: translateY(-40%);
}
.shape9 img {
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveLeftBounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes rotateMe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moveScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/*================================================
FunFacts Area CSS
=================================================*/
.funfacts-inner {
  max-width: 1000px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}
.single-funfacts {
  margin-bottom: 30px;
  text-align: center;
}
.single-funfacts h3 {
  color: #E17B60;
  margin-bottom: 2px;
  font-size: 32px;
  font-weight: 600;
}
.single-funfacts h3 .sign-icon {
  font-size: 28px;
}
.single-funfacts p {
  line-height: normal;
  line-height: initial;
  margin-bottom: 0;
}
.funfact-style-two {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 25px 0;
  border-radius: 5px;
}
.funfact-style-two i {
  font-size: 35px;
  color: #13c4a1;
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  background: #F6F4FD;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
}
.funfact-style-two:hover i {
  animation: border-transform 10s linear infinite alternate forwards;
  background-color: #00C7AD;
  color: #ffffff;
}
.contact-cta-box {
  max-width: 750px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  padding: 30px 230px 30px 50px;
  position: relative;
  margin-left: auto;
  margin-top: 40px;
  margin-right: auto;
}
.contact-cta-box h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}
.contact-cta-box p {
  line-height: normal;
  line-height: initial;
  margin-top: 6px;
  margin-bottom: 0;
}
.contact-cta-box .default-btn {
  background-color: #00C7AD;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-cta-box .default-btn i {
  color: #ffffff;
}
.contact-cta-box .default-btn span {
  background-color: #E17B60;
}
.contact-cta-box .default-btn:hover i, .contact-cta-box .default-btn:focus i {
  color: #ffffff;
}
/*================================================
Features Area CSS
=================================================*/
.features-area {
  overflow: hidden;
}
.single-features-box {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 45px;
}
.single-features-box .icon {
  background-color: #00C7AD;
  color: #ffffff;
  position: relative;
  z-index: 1;
  width: 85px;
  height: 85px;
  font-size: 45px;
  transition: 0.5s;
  bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}
.single-features-box .icon::before {
  width: 100%;
  height: 100%;
  right: -15px;
  bottom: -15px;
  border: 5px solid #00C7AD;
  content: "";
  position: absolute;
  transition: 0.5s;
}
.single-features-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.single-features-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
.single-features-box:hover .icon {
  animation: bounce 2s;
  bottom: 25px;
}
.single-features-box:hover .icon::before {
  right: 0;
  bottom: 0;
}
.features-box {
  overflow: hidden;
  border: 1px solid #f4f5fe;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: 0.5s;
  border-radius: 5px;
  background-color: white;
  min-height: 460px;
}
.features-box .icon {
  width: 85px;
  height: 85px;
  background-color: #bce9e5;
  color: #00C7AD;
  text-align: center;
  font-size: 45px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 25px;
  transition: 0.5s;
}
.features-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.features-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
.features-box p {
  margin-bottom: 0;
}
.features-box .back-icon {
  position: absolute;
  right: 10px;
  top: -52px;
  z-index: -1;
  color: #00C7AD;
  opacity: 0.06;
  font-size: 190px;
  line-height: 190px;
  transition: 0.5s;
}
.features-box:hover {
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-10px);
  border-radius: 0;
  border-color: #ffffff;
}
.features-box:hover .icon {
  background-color: #00C7AD;
  color: #ffffff;
}
.features-box:hover .back-icon {
  opacity: 0;
  visibility: hidden;
}
.features-box .read-more {
  margin-top: 5px;
  color: #00C7AD;
  display: inline-block;
}
.features-box .read-more i {
  color: #00C7AD;
  width: 0;
  height: 0;
  line-height: 1;
  font-size: 21px;
  margin: 0;
  top: 4px;
  position: relative;
}
.features-box .read-more:hover {
  letter-spacing: 1.1px;
}
.col-lg-4:nth-child(1) .single-features-box .icon {
  background-color: #E17B60;
}
.col-lg-4:nth-child(1) .single-features-box .icon::before {
  border-color: #E17B60;
}
.col-lg-4:nth-child(1) .features-box .icon {
  background-color: #ffd7cb;
  color: #E17B60;
}
.col-lg-4:nth-child(1) .features-box .back-icon {
  color: #E17B60;
}
.col-lg-4:nth-child(1) .features-box:hover .icon {
  background-color: #E17B60;
  color: #ffffff;
}
.col-lg-4:nth-child(3) .single-features-box .icon {
  background-color: #feb734;
}
.col-lg-4:nth-child(3) .single-features-box .icon::before {
  border-color: #feb734;
}
.col-lg-4:nth-child(3) .features-box .icon {
  background-color: #b2b3c3;
  color: #feb734;
}
.col-lg-4:nth-child(3) .features-box .back-icon {
  color: #feb734;
}
.col-lg-4:nth-child(3) .features-box:hover .icon {
  background-color: #feb734;
  color: #ffffff;
}
.col-lg-4:nth-child(4) .single-features-box .icon {
  background-color: #feb734;
}
.col-lg-4:nth-child(4) .single-features-box .icon::before {
  border-color: #feb734;
}
.col-lg-4:nth-child(4) .features-box .icon {
  background-color: #ffecbf;
  color: #feb734;
}
.col-lg-4:nth-child(4) .features-box .back-icon {
  color: #feb734;
}
.col-lg-4:nth-child(4) .features-box:hover .icon {
  background-color: #feb734;
  color: #ffffff;
}
.col-lg-4:nth-child(5) .single-features-box .icon {
  background-color: #00C7AD;
}
.col-lg-4:nth-child(5) .single-features-box .icon::before {
  border-color: #00C7AD;
}
.col-lg-4:nth-child(5) .features-box .icon {
  background-color: #bce9e5;
  color: #00C7AD;
}
.col-lg-4:nth-child(5) .features-box .back-icon {
  color: #00C7AD;
}
.col-lg-4:nth-child(5) .features-box:hover .icon {
  background-color: #00C7AD;
  color: #ffffff;
}
.col-lg-4:nth-child(6) .single-features-box .icon {
  background-color: #E17B60;
}
.col-lg-4:nth-child(6) .single-features-box .icon::before {
  border-color: #E17B60;
}
.col-lg-4:nth-child(6) .features-box .icon {
  background-color: #ffd7cb;
  color: #E17B60;
}
.col-lg-4:nth-child(6) .features-box .back-icon {
  color: #E17B60;
}
.col-lg-4:nth-child(6) .features-box:hover .icon {
  background-color: #E17B60;
  color: #ffffff;
}
.col-lg-4:nth-child(7) .single-features-box .icon {
  background-color: #9c27b0;
}
.col-lg-4:nth-child(7) .single-features-box .icon::before {
  border-color: #9c27b0;
}
.col-lg-4:nth-child(7) .features-box .icon {
  background-color: #e6c0ed;
  color: #9c27b0;
}
.col-lg-4:nth-child(7) .features-box .back-icon {
  color: #9c27b0;
}
.col-lg-4:nth-child(7) .features-box:hover .icon {
  background-color: #9c27b0;
  color: #ffffff;
}
.col-lg-4:nth-child(8) .single-features-box .icon {
  background-color: #3f51b5;
}
.col-lg-4:nth-child(8) .single-features-box .icon::before {
  border-color: #3f51b5;
}
.col-lg-4:nth-child(8) .features-box .icon {
  background-color: #c3c8e9;
  color: #3f51b5;
}
.col-lg-4:nth-child(8) .features-box .back-icon {
  color: #3f51b5;
}
.col-lg-4:nth-child(8) .features-box:hover .icon {
  background-color: #3f51b5;
  color: #ffffff;
}
.col-lg-4:nth-child(9) .single-features-box .icon {
  background-color: #e91e63;
}
.col-lg-4:nth-child(9) .single-features-box .icon::before {
  border-color: #e91e63;
}
.col-lg-4:nth-child(9) .features-box .icon {
  background-color: #ffc0d6;
  color: #e91e63;
}
.col-lg-4:nth-child(9) .features-box .back-icon {
  color: #e91e63;
}
.col-lg-4:nth-child(9) .features-box:hover .icon {
  background-color: #e91e63;
  color: #ffffff;
}
.features-card-section .container {
  max-width: 1290px;
  width: 100%;
}
.single-features-card {
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 30px;
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
}
.single-features-card:hover {
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.single-features-card:hover i {
  background-color: #00C7AD;
  color: #ffffff;
}
.single-features-card i {
  font-size: 30px;
  color: #00C7AD;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  position: relative;
  margin-bottom: 25px;
  background: #F6F4FD;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
}
.single-features-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
.single-features-card h3 a {
  color: #2F2F2F;
}
.single-features-card h3 a:hover {
  color: #00C7AD;
}
.single-features-card p {
  margin: 0;
}
.features-box-one {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  transition: 0.5s;
}
.features-box-one:hover {
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.features-box-one:hover i {
  animation: border-transform 10s linear infinite alternate forwards;
}
.features-box-one i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 35px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  margin-bottom: 25px;
}
.features-box-one .bg-13c4a1 {
  background-color: #00C7AD;
}
.features-box-one .bg-6610f2 {
  background-color: #6610f2;
}
.features-box-one .bg-ffb700 {
  background-color: #ffb700;
}
.features-box-one .bg-fc3549 {
  background-color: #fc3549;
}
.features-box-one .bg-00d280 {
  background-color: #00d280;
}
.features-box-one .bg-ff612f {
  background-color: #ff612f;
}
.features-box-one .bg-9c27b0 {
  background-color: #9c27b0;
}
.features-box-one .bg-3f51b5 {
  background-color: #3f51b5;
}
.features-box-one .bg-e91e63 {
  background-color: #e91e63;
}
.features-box-one h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
.features-box-one p {
  margin: 0;
}
.features-box-one .read-more {
  margin-top: 5px;
  color: #00C7AD;
  display: inline-block;
}
.features-box-one .read-more i {
  color: #00C7AD;
  width: 0;
  height: 0;
  line-height: 1;
  font-size: 21px;
  margin: 0;
  top: 4px;
  position: relative;
}
.features-box-one .read-more:hover {
  letter-spacing: 1.1px;
}
/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  overflow: hidden;
}
.single-feedback-item {
  position: relative;
  margin-top: 120px;
  margin-bottom: 30px;
}
.single-feedback-item img {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block !important;
  width: auto !important;
}
.single-feedback-item .feedback-desc {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: 45px;
  background-color: #ffffff;
  box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  padding: 30px 30px 30px 160px;
}
.single-feedback-item .feedback-desc p {
  margin-bottom: 0;
}
.single-feedback-item .feedback-desc .rating {
  margin-top: 13px;
  margin-bottom: 15px;
}
.single-feedback-item .feedback-desc .rating i {
  font-size: 17px;
  display: inline-block;
  margin-right: 2px;
  color: #ff612f;
}
.single-feedback-item .feedback-desc .client-info h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
.single-feedback-item .feedback-desc .client-info span {
  display: block;
  color: #00C7AD;
  font-size: 14px;
  margin-top: 6px;
}
.single-feedback-item .feedback-desc::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  color: #f5f5f5;
  line-height: 95px;
  content: "";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-size: 135px;
}
.feedback-slides.owl-theme .owl-stage-outer {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.feedback-slides.owl-theme .owl-item .single-feedback-item {
  margin-bottom: 40px;
}
.feedback-slides.owl-theme .owl-item .single-feedback-item .feedback-desc {
  box-shadow: unset;
}
.feedback-slides.owl-theme .owl-item.active .single-feedback-item .feedback-desc {
  box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
}
.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: normal;
  line-height: initial;
  margin-bottom: 30px;
  margin-top: 10px;
}
.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background: transparent;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #00C7AD;
  position: relative;
}
.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: 2px;
  background-color: #00C7AD;
  transform: scale(0);
  transition: 0.5s;
}
.feedback-slides.owl-theme .owl-dots .owl-dot.active span::before, .feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  transform: scale(1);
}
.testimonials-area {
  background-color: #00C7AD;
}
.testimonials-area .section-title h2 {
  color: #ffffff;
}
.single-testimonials-item {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  align-items: center !important;
  display: flex;
  border-radius: 5px;
  flex-wrap: wrap;
  padding: 40px 30px;
  background-color: #ffffff;
}
.single-testimonials-item .client-info {
  flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
}
.single-testimonials-item .client-info img {
  border: 2px solid #f4f5fe;
  padding: 5px;
  border-radius: 5px;
  width: auto !important;
  display: inline-block !important;
}
.single-testimonials-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
}
.single-testimonials-item .client-info span {
  display: block;
  color: #00C7AD;
  font-size: 14px;
  margin-top: 5px;
}
.single-testimonials-item .testimonials-desc {
  flex: 0 0 70%;
  padding-left: 15px;
  max-width: 70%;
}
.single-testimonials-item .testimonials-desc p {
  margin-bottom: 0;
}
.single-testimonials-item .testimonials-desc .rating {
  margin-top: 13px;
}
.single-testimonials-item .testimonials-desc .rating i {
  font-size: 17px;
  display: inline-block;
  margin-right: 2px;
  color: #E17B60;
}
.single-testimonials-item::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  color: #f5f5f5;
  line-height: 95px;
  content: "";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-size: 135px;
}
.testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: normal;
  line-height: initial;
  margin-bottom: 30px;
  margin-top: 10px;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background: transparent;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: relative;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: 2px;
  background-color: #ffffff;
  transform: scale(0);
  transition: 0.5s;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span::before, .testimonials-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  transform: scale(1);
}
/*================================================

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
  margin-left: auto;
  max-width: 780px;
}
.faq-accordion h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}
.faq-accordion h2 span {
  display: inline-block;
  color: #E17B60;
}
.faq-accordion .accordion .accordion-item {
  border-radius: 5px !important;
  display: block;
  margin-bottom: 15px;
  border: none;
  background-color: #f5f5ff;
}
.faq-accordion .accordion .accordion-item .accordion-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background: transparent;
}
.faq-accordion .accordion .accordion-item .accordion-header:first-child {
  border-radius: 0;
}
.faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  overflow: hidden;
  padding: 13px 40px 12px 20px;
  color: #2F2F2F;
  box-shadow: unset;
  position: relative;
  display: block;
  background-color: #f5f5ff;
  font-size: 16px;
  font-weight: 500;
}
.faq-accordion .accordion .accordion-item .accordion-header .accordion-button i {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%) rotate(45deg);
}
.faq-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #2F2F2F;
  background: transparent;
  transition: 0.5s;
}
.faq-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed i {
  transform: translateY(-50%) rotate(0);
}
.faq-accordion .accordion .accordion-item .accordion-body {
  border-top: 1px solid #00C7AD;
  line-height: 1.9;
  background: transparent;
  color: #666666;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-image {
  text-align: center;
}
.bg-color-f4f5fe {
  background-color: #f4f5fe;
}
.bg-color-f4f5fe .faq-accordion .accordion .accordion-item {
  background-color: #ffffff;
}
.bg-color-f4f5fe .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #ffffff;
}
/*================================================
App Download Area CSS
=================================================*/
.app-download-area {
  background-color: #f4f5fe;
  background-image: url('white-bg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.app-download-image {
  text-align: center;
}
.app-download-content .sub-title {
  display: inline-block;
  background-color: #00C7AD;
  color: #ffffff;
  padding: 5px 25px;
  border-radius: 35px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}
.app-download-content h2 {
  font-size: 40px;
  font-weight: 500;
}
.app-download-content .btn-box {
  margin-top: 30px;
}
.app-download-content .btn-box .play-store-btn {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 12px 25px 12px 74px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: #666786;
  font-size: 13px;
  font-weight: 400;
}
.app-download-content .btn-box .play-store-btn span {
  display: block;
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 600;
}
.app-download-content .btn-box .play-store-btn img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.app-download-content .btn-box .play-store-btn:hover, .app-download-content .btn-box .play-store-btn:focus {
  transform: translateY(-5px);
}
.app-download-content .btn-box .apple-store-btn {
  margin-right: 10px;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 12px 25px 12px 74px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: #666786;
  font-size: 13px;
  font-weight: 400;
}
.app-download-content .btn-box .apple-store-btn span {
  display: block;
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 600;
}
.app-download-content .btn-box .apple-store-btn img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.app-download-content .btn-box .apple-store-btn:hover, .app-download-content .btn-box .apple-store-btn:focus {
  transform: translateY(-5px);
}
/*================================================
Our Loving Clients Area CSS
=================================================*/
.clients-logo-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-top: -10px;
}
.single-clients-logo {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.single-clients-logo a {
  text-align: center;
  display: block;
  background-color: #ffffff;
  padding: 30px 20px;
  transition: 0.5s;
}
.single-clients-logo a img {
  transition: 0.5s;
}
.single-clients-logo a:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-5px);
}
.single-clients-logo a:hover img {
  transform: scale(1.1);
}
.single-clients-logo:nth-child(6) {
  margin-left: 10%;
}
.bg-color-f8fbfa .single-clients-logo a {
  background-color: #f8fbfa;
}
.bg-color-f8fbfa .single-clients-logo a:hover {
  background-color: #ffffff;
}
/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  background-color: #13c4a1;
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 120px;
}
.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  height: 100%;
  z-index: -1;
  animation: animatedBackground 15s linear infinite;
  background-image: url('bg_lines.svg');
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
}
.page-title-content {
  text-align: center;
}
.page-title-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}
.page-title-content p {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 0;
}
@keyframes animatedBackground {
  0% {
    background-position: center center;
  }
  100% {
    background-position: 300px center;
  }
}
/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}
.error-content h3 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 15px;
}
.error-content p {
  max-width: 520px;
  margin: 0 auto 25px;
}
/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 35px;
  text-align: center;
}
.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  color: #2F2F2F;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 500;
}
.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #00C7AD;
  color: #ffffff;
  box-shadow: 0 2px 10px 0 #d8dde6;
}
/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}
.widget-area .widget:first-child {
  margin-top: 0;
}
.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 500;
  font-size: 21px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  background: #00C7AD;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.widget-area .widget_search {
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus {
  border-color: #00C7AD;
}
.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #00C7AD;
  transition: 0.5s;
  font-size: 20px;
}
.widget-area .widget_search form button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.widget-area .widget_search form button:hover {
  background-color: #E17B60;
  color: #ffffff;
}
.widget-area .widget_jexsa_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_jexsa_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_jexsa_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_jexsa_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}
.widget-area .widget_jexsa_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_jexsa_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url('img7.jpg');
}
.widget-area .widget_jexsa_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url('img8.jpg');
}
.widget-area .widget_jexsa_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url('img9.jpg');
}
.widget-area .widget_jexsa_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_jexsa_posts_thumb .item .info time {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}
.widget-area .widget_jexsa_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
}
.widget-area .widget_jexsa_posts_thumb .item .info .title a {
  display: inline-block;
}
.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #2F2F2F;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
}
.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li::before {
  background: #00C7AD;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
}
.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #2F2F2F;
}
.widget-area .widget_recent_entries ul li a:hover {
  color: #00C7AD;
}
.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}
.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
}
.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_comments ul li::before {
  background: #00C7AD;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
}
.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #2F2F2F;
}
.widget-area .widget_recent_comments ul li a:hover {
  color: #00C7AD;
}
.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #2F2F2F;
  font-weight: 500;
  font-size: 16px;
}
.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_archive ul li::before {
  background: #00C7AD;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}
.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #2F2F2F;
}
.widget-area .widget_archive ul li a:hover {
  color: #00C7AD;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 14px;
  font-weight: 500;
  font-size: 16px;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  background: #00C7AD;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}
.widget-area .widget_categories ul li a {
  color: #2F2F2F;
  display: block;
}
.widget-area .widget_categories ul li a:hover {
  color: #00C7AD;
}
.widget-area .widget_categories ul li .post-count {
  float: right;
}
.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #2F2F2F;
  padding-left: 14px;
  font-weight: 500;
  font-size: 16px;
}
.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_meta ul li::before {
  background: #00C7AD;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}
.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #2F2F2F;
}
.widget-area .widget_meta ul li a:hover {
  color: #00C7AD;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}
.widget-area .tagcloud a {
  display: inline-block;
  color: #2F2F2F;
  font-weight: 500;
  font-size: 14px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #00C7AD;
  border-color: #00C7AD;
}
/*================================================
Login Area CSS
=================================================*/
.login-image {
  height: 100%;
  width: 100%;
  background-image: url('login-bg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-image img {
  display: none;
}
.login-content {
  height: 100vh;
}
.login-content .login-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.login-content .login-form .logo {
  margin-bottom: 35px;
}
.login-content .login-form .logo a {
  display: inline-block;
}
.login-content .login-form h3 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}
.login-content .login-form p {
  margin-top: 7px;
  margin-bottom: 0;
}
.login-content .login-form p a {
  display: inline-block;
}
.login-content .login-form form {
  margin-top: 35px;
}
.login-content .login-form form .form-control {
  background-color: #ffffff;
  color: #2F2F2F;
  border: none;
  transition: 0.5s;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: 14px;
}
.login-content .login-form form .form-control::-moz-placeholder {
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.login-content .login-form form .form-control::placeholder {
  transition: 0.5s;
}
.login-content .login-form form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.login-content .login-form form .form-control:focus::placeholder {
  color: transparent;
}
.login-content .login-form form .default-btn {
  display: block;
  width: 100%;
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  padding-left: 25px;
}
.login-content .login-form form .forgot-password {
  text-align: right;
  margin-top: 15px;
}
.login-content .login-form form .forgot-password a {
  display: inline-block;
  color: #00C7AD;
  text-decoration: underline;
}
.login-content .login-form form .forgot-password a:hover {
  color: #E17B60;
}
.login-content .login-form form .connect-with-social {
  margin-top: 15px;
}
.login-content .login-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #00C7AD;
  background-color: transparent;
  transition: 0.5s;
  padding: 11px 30px;
  border-radius: 2px;
  color: #00C7AD;
  font-weight: 500;
}
.login-content .login-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}
.login-content .login-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}
.login-content .login-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}
.login-content .login-form form .connect-with-social button.google {
  margin-top: 10px;
  border-color: #EA4335;
  color: #EA4335;
}
.login-content .login-form form .connect-with-social button.google:hover {
  background-color: #EA4335;
  color: #ffffff;
  border-color: #EA4335;
}
.login-content .login-form form .connect-with-social button:hover {
  background-color: #00C7AD;
  color: #ffffff;
  border-color: #00C7AD;
}
/*================================================
Signup Area CSS
=================================================*/
.signup-image {
  height: 100%;
  width: 100%;
  background-image: url('signup-bg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.signup-image img {
  display: none;
}
.signup-content {
  height: 100vh;
}
.signup-content .signup-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.signup-content .signup-form .logo {
  margin-bottom: 40px;
}
.signup-content .signup-form .logo a {
  display: inline-block;
}
.signup-content .signup-form h3 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}
.signup-content .signup-form p {
  margin-top: 7px;
  margin-bottom: 0;
}
.signup-content .signup-form p a {
  display: inline-block;
}
.signup-content .signup-form form {
  margin-top: 35px;
}
.signup-content .signup-form form .form-control {
  background-color: #ffffff;
  color: #2F2F2F;
  border: none;
  transition: 0.5s;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: 14px;
}
.signup-content .signup-form form .form-control::-moz-placeholder {
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.signup-content .signup-form form .form-control::placeholder {
  transition: 0.5s;
}
.signup-content .signup-form form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.signup-content .signup-form form .form-control:focus::placeholder {
  color: transparent;
}
.signup-content .signup-form form .default-btn {
  display: block;
  width: 100%;
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  padding-left: 25px;
}
.signup-content .signup-form form .connect-with-social {
  margin-top: 20px;
}
.signup-content .signup-form form .connect-with-social span {
  display: block;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 20px;
}
.signup-content .signup-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #00C7AD;
  background-color: transparent;
  transition: 0.5s;
  padding: 11px 30px;
  border-radius: 2px;
  color: #00C7AD;
  font-weight: 500;
}
.signup-content .signup-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}
.signup-content .signup-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}
.signup-content .signup-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}
.signup-content .signup-form form .connect-with-social button.google {
  margin-top: 10px;
  border-color: #EA4335;
  color: #EA4335;
}
.signup-content .signup-form form .connect-with-social button.google:hover {
  background-color: #EA4335;
  color: #ffffff;
  border-color: #EA4335;
}
.signup-content .signup-form form .connect-with-social button:hover {
  background-color: #00C7AD;
  color: #ffffff;
  border-color: #00C7AD;
}
/*================================================
Features Area CSS
=================================================*/
.subscribe-area.bg-f4f5fe {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.subscribe-area.bg-f4f5fe::before {
  width: 100%;
  height: 50%;
  background-color: #f4f5fe;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  position: absolute;
}
.subscribe-content {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  text-align: center;
  padding: 70px;
  background-color: #E17B60;
}
.subscribe-content h2 {
  color: #ffffff;
  max-width: 610px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 500;
}
.subscribe-content form {
  max-width: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-content form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.subscribe-content form .row .col-lg-8, .subscribe-content form .row .col-lg-4, .subscribe-content form .row .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}
.subscribe-content form .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #c32f00;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-weight: 500;
}
.subscribe-content form .input-newsletter::-moz-placeholder {
  color: #ffffff;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.subscribe-content form .input-newsletter::placeholder {
  color: #ffffff;
  transition: 0.5s;
}
.subscribe-content form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-content form .input-newsletter:focus::placeholder {
  color: transparent;
}
.subscribe-content form button {
  background-color: #2F2F2F;
  color: #ffffff;
  transition: 0.5s;
  border: none;
  border-radius: 5px;
  height: 50px;
  padding: 0 0;
  line-height: 50px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.subscribe-content form button i {
  margin-right: 2px;
  color: #E17B60;
  font-size: 20px;
  transition: 0.5s;
  position: relative;
  top: 4px;
}
.subscribe-content form button:hover, .subscribe-content form button:focus {
  background-color: #00C7AD;
}
.subscribe-content form button:hover i, .subscribe-content form button:focus i {
  color: #2F2F2F;
}
.shape14 {
  position: absolute;
  left: 5%;
  top: 0;
  z-index: -1;
}
.shape14 img {
  animation: moveLeftBounce 5s linear infinite;
}
.shape15 {
  position: absolute;
  right: 2%;
  top: 4%;
  z-index: -1;
}
.shape16 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.shape17 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.shape18 {
  position: absolute;
  z-index: -1;
  right: 20%;
  top: 32%;
}
/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-area {
  position: relative;
  z-index: 1;
}
.free-trial-content {
  text-align: center;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}
.free-trial-content h2 {
  font-size: 40px;
  font-weight: 600;
}
.free-trial-content p {
  margin-top: 20px;
}
.free-trial-content .default-btn {
  margin-top: 20px;
}
.shape10 {
  position: absolute;
  right: 35%;
  bottom: 60%;
  z-index: -1;
}
.shape10 img {
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shape11 {
  position: absolute;
  left: 35%;
  bottom: 100%;
  z-index: -1;
}
.shape11 img {
  animation: moveBounce 5s linear infinite;
}
.shape12 {
  position: absolute;
  left: 10%;
  bottom: 80%;
  z-index: -1;
}
.shape12 img {
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shape13 {
  position: absolute;
  right: 18%;
  bottom: 60%;
  z-index: -1;
}
.shape13 img {
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/*================================================
Contact Area CSS
=================================================*/
.contact-inner {
  background-color: #ffffff;
  box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  padding: 50px 30px;
  margin-bottom: 50px;
}
.contact-features-list {
  padding-right: 15px;
  border-right: 1px solid #eeeeee;
}
.contact-features-list h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
}
.contact-features-list p {
  margin-bottom: 10px;
}
.contact-features-list p:last-child {
  margin-bottom: 0;
}
.contact-features-list ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.contact-features-list ul li {
  color: #666666;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.contact-features-list ul li i {
  color: #00C7AD;
  position: absolute;
  left: 0;
  top: 4px;
}
.contact-features-list ul li:last-child {
  margin-bottom: 0;
}
.contact-form h3 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
}
.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.contact-form form .row .col-lg-6, .contact-form form .row .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}
.contact-form form .form-group {
  margin-bottom: 15px;
}
.contact-form form .form-control {
  height: 48px;
  padding: 0 15px;
  line-height: normal;
  line-height: initial;
  color: #2F2F2F;
  background-color: transparent;
  border: 1px solid #cecfdf;
  border-radius: 5px;
  transition: 0.5s;
  box-shadow: unset !important;
  font-size: 14px;
  font-weight: 400;
}
.contact-form form .form-control:focus {
  border-color: #00C7AD;
}
.contact-form form .form-control::-moz-placeholder {
  color: #999999;
}
.contact-form form .form-control::placeholder {
  color: #999999;
}
.contact-form form textarea.form-control {
  height: auto !important;
  padding-top: 15px;
}
.contact-form form .default-btn {
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
}
.contact-form form .default-btn:hover, .contact-form form .default-btn:focus {
  box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}
.contact-form .with-errors ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.contact-form .with-errors ul li {
  color: red;
}
.contact-form #msgSubmit {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}
.contact-form #msgSubmit.text-danger {
  margin-top: 5px;
}
.contact-info {
  text-align: center;
  margin-top: 50px;
  /*display: flex;
  justify-content: center;*/
}
.contact-info .contact-info-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-info .contact-info-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}
.contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}
.contact-info .contact-info-content h2 a {
  color: #00C7AD;
  display: flex;
  justify-content: center !important;
  align-items: center;
}
.contact-info .contact-info-content h2 a:hover {
  color: #E17B60;
}
.contact-info .contact-info-content h2 a:not(:first-child) {
  color: #E17B60;
}
.contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #00C7AD;
}
.contact-info .contact-info-content h2 span {
  display: block;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
}
.contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 25px;
}
.contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 2px;
}
.contact-info .contact-info-content .social li a {
  width: 40px;
  display: block;
  height: 40px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
  font-size: 20px;
  position: relative;
}
.contact-info .contact-info-content .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #00C7AD;
  background-color: #00C7AD;
}
/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #2F2F2F;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
.footer-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: imageChange 1s linear 1s infinite;
  background-image: url('footer-shape1.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: imageChangeTwo 1s linear 1s infinite;
  background-image: url('footer-shape2.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.divider {
  width: 100%;
  position: absolute;
  height: 100px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #2F2F2F;
  top: -100px;
  left: 0;
  z-index: -1;
}
.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget h3 {
  color: #ffffff;
  margin-bottom: 29px;
  font-weight: 500;
  font-size: 22px;
}
.single-footer-widget .logo {
  margin-bottom: 15px;
}
.single-footer-widget .logo a {
  display: inline-block;
}
.single-footer-widget p {
  color: #acc5db;
}
.single-footer-widget .services-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .services-list li {
  color: #ffffff;
  margin-bottom: 10px;
}
.single-footer-widget .services-list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .services-list li a {
  display: inline-block;
  color: #ffffff;
}
.single-footer-widget .services-list li a:hover {
  color: #00C7AD;
  padding-left: 5px;
}
.single-footer-widget .support-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .support-list li {
  color: #ffffff;
  margin-bottom: 10px;
}
.single-footer-widget .support-list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .support-list li a {
  display: inline-block;
  color: #ffffff;
}
.single-footer-widget .support-list li a:hover {
  color: #00C7AD;
  padding-left: 5px;
}
.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: #ffffff;
}
.single-footer-widget .footer-contact-info li a:hover {
  color: #00C7AD;
}
.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}
.single-footer-widget .social li {
  display: inline-block;
  margin-right: 5px;
}
.single-footer-widget .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 33px;
  background-color: #4e6e8a;
  text-align: center;
  font-size: 17px;
  border-radius: 2px;
}
.single-footer-widget .social li a:hover {
  color: #2F2F2F;
  background-color: #ffffff;
}
.copyright-area {
  border-top: 1px solid #00C7AD;
  text-align: center;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.copyright-area p {
  line-height: normal;
  line-height: initial;
  color: #ffffff;
}
.copyright-area p a {
  display: inline-block;
  color: #E17B60;
}
.copyright-area p a:hover {
  color: #00C7AD;
}
@keyframes imageChange {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  left: 15px;
  color: #2F2F2F;
  background-color: #E17B60;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 40px;
  transition: 0.9s;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}
.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 70%;
  transform: translateY(-70%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.go-top:hover {
  background-color: #feb734;
  color: #ffffff;
  transition: 0.5s;
  transform: translateY(-10px);
}
/*================================================
Go Down CSS
=================================================*/
.go-down {
  position: absolute;
  cursor: pointer;
  color: #080a3c;
  background-color: #ffffff;
  background-color: white;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0.4;
  visibility: visible;
  border-radius: 50%;
  font-size: 40px;
  transition: 4s;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  bottom: 40px;
  left: 50%;
  scroll-behavior: smooth;
  /*&.active {
      opacity: 1;
      visibility: visible;
      bottom: 15px;
  }*/
}
.go-down i {
  position: absolute;
  right: 0;
  left: 0;
  top: 70%;
  transform: translateY(-70%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.go-down:hover {
  background-color: #E17B60;
  color: #ffffff;
  transition: 0.5s;
  transform: translateY(-10px);
}
/*.go-down ::before,
.go-down ::after{
    content: '';
    position: absolute;
    top: 20%;
    left:50%;
}*/
/*================================================
SaaS Home Page CSS
=================================================*/
.black-btn {
  background-color: #2F2F2F !important;
}
.black-btn span {
  background-color: #00C7AD !important;
}
.black-btn i {
  color: #ffffff;
}
/* Saas banner */
.saas-banner {
  height: 840px;
  background: #00C7AD;
  position: relative;
  z-index: 1;
}
.saas-banner .saas-image {
  z-index: 1;
}
.saas-banner .saas-image.mt-70 {
  margin-top: 70px;
}
.saas-banner .hero-content {
  z-index: 1;
  position: relative;
}
.saas-banner .hero-content h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
  margin: 0;
}
.saas-banner .hero-content p {
  color: #ffffff;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 35px;
}
.saas-banner .hero-content .default-btn {
  background-color: #2F2F2F;
}
.saas-banner .hero-content .default-btn i {
  color: #E17B60;
}
.saas-banner .hero-content .default-btn:hover i {
  color: #ffffff;
}
.saas-banner .hero-content .default-btn span {
  background-color: #E17B60;
}
.saas-banner .hero-content .video-btn {
  margin-left: 15px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 600;
}
.saas-banner .hero-content .video-btn i {
  font-size: 20px;
  position: relative;
  margin-left: inherit;
  background: #ffffff;
  color: #E17B60;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: 0.5s;
  margin-right: 6px;
  top: 2px;
}
.saas-banner .hero-content .video-btn:hover i {
  background-color: #2F2F2F;
  color: #ffffff;
}
.saas-banner .saas-image {
  position: relative;
}
.saas-banner .saas-image img {
  position: absolute;
}
.saas-banner .saas-image img:nth-child(1) {
  top: -200px;
  left: 0;
}
.saas-banner .saas-image img:nth-child(2) {
  left: 55px;
  top: -100px;
}
.saas-banner .saas-image img:nth-child(3) {
  left: 36%;
  z-index: 1;
  top: -170px;
}
.saas-banner .saas-image img:nth-child(4) {
  right: 27%;
  top: 110px;
  z-index: 2;
}
.saas-banner .saas-image img:nth-child(5) {
  right: 15%;
  top: 80px;
  z-index: 2;
}
.saas-banner .saas-image img:nth-child(6) {
  right: 25%;
  top: -170px;
}
.saas-banner .saas-image img:nth-child(7) {
  right: 47%;
  top: 96px;
  z-index: 2;
}
.saas-banner .saas-image img:nth-child(8) {
  right: 22%;
  top: 45px;
  z-index: 1;
}
.saas-banner .saas-image img:nth-child(9) {
  right: 75px;
  top: 20px;
}
.saas-banner .saas-image img:nth-child(10) {
  left: 32%;
  top: -76px;
  z-index: 1;
}
.saas-banner .saas-image img:nth-child(11) {
  right: 40%;
  top: -20px;
}
.saas-banner .saas-image img:nth-child(12) {
  top: -292px;
  left: 45px;
}
.saas-banner .saas-image img:last-child {
  display: none;
}
.saas-banner #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#particles-js {
  width: 100%;
  height: 100%;
}
/* End Saas banner */
/* Shape rotate */
.shape-rotate {
  position: absolute;
  left: 13%;
  top: 23%;
  z-index: -1;
  opacity: 0.3;
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes ripple-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}
/* End Shape rotate */
/* Features inner content */
.features-inner-content .features-item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
  text-align: left;
}
.features-inner-content .features-item:last-child {
  margin-bottom: 0;
}
.features-inner-content .features-item i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.features-inner-content .features-item .bg-13c4a1 {
  background-color: #00C7AD;
}
.features-inner-content .features-item .bg-6610f2 {
  background-color: #6610f2;
}
.features-inner-content .features-item .bg-ffb700 {
  background-color: #ffb700;
}
.features-inner-content .features-item .bg-fc3549 {
  background-color: #fc3549;
}
.features-inner-content .features-item .bg-00d280 {
  background-color: #00d280;
}
.features-inner-content .features-item .bg-ff612f {
  background-color: #ff612f;
}
.features-inner-content .features-item .bg-9c27b0 {
  background-color: #9c27b0;
}
.features-inner-content .features-item .bg-3f51b5 {
  background-color: #3f51b5;
}
.features-inner-content .features-item .bg-e91e63 {
  background-color: #e91e63;
}
.features-inner-content .features-item:hover i {
  border-radius: 50% !important;
}
.features-inner-content .features-item h3 {
  font-size: 22px;
}
.features-inner-content .features-item p {
  margin: 0;
}
.fun-facts-inner-content h2 {
  font-weight: 600;
}
.fun-facts-inner-content p {
  margin-bottom: 15px !important;
}
.fun-facts-inner-content ul {
  margin: 0;
  padding: 0;
}
.fun-facts-inner-content ul li {
  list-style-type: none;
  margin-bottom: 6px;
  color: #4a6f8a;
}
.fun-facts-inner-content ul li i {
  color: #00C7AD;
  padding-right: 3px;
}
.fun-facts-inner-content .default-btn {
  margin-top: 20px !important;
}
/* End Features inner content */
/* Overview section */
.overview-item {
  margin-bottom: 50px;
  border-bottom: 1px solid #edf0f7;
  padding-bottom: 50px;
}
.overview-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.overview-content .number {
  background-color: #00C7AD;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
}
.overview-content h3 {
  font-size: 25px;
}
.overview-content p {
  margin: 0;
}
.overview-content ul {
  margin: 15px 0 0;
  padding: 0;
}
.overview-content ul li {
  list-style-type: none;
  margin-bottom: 6px;
  color: #666666;
}
.overview-content ul li:last-child {
  margin-bottom: 0;
}
.overview-content ul li i {
  color: #00C7AD;
  padding-right: 3px;
}
.overview-content .default-btn {
  margin-top: 25px;
}
/* End Overview section */
/* Service details */
.service-details-image {
  margin-bottom: 30px;
}
.service-details-content {
  margin-top: 5px;
}
.service-details-content h1 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}
.service-details-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}
.service-details-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
.service-details-content h4 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}
.service-details-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.service-details-content h6 {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
.service-details-content ul, .service-details-content ol {
  padding-left: 17px;
}
.service-details-content ul li, .service-details-content ol li {
  line-height: 1.7;
  margin-bottom: 5px;
}
.service-details-content ul li:last-child, .service-details-content ol li:last-child {
  margin-bottom: 0;
}
.service-details-content .service-details-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  background: #f4f5fe;
  padding: 30px 20px;
  border-radius: 10px;
}
.service-details-content .service-details-info .single-info-box {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.service-details-content .service-details-info .single-info-box h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.service-details-content .service-details-info .single-info-box span {
  display: block;
  color: #666666;
  font-size: 15px;
}
.service-details-content .service-details-info .single-info-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.service-details-content .service-details-info .single-info-box .social li {
  display: inline-block;
  margin-right: 5px;
}
.service-details-content .service-details-info .single-info-box .social li a {
  background-color: #ffffff;
  color: #666666;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  line-height: 32px;
}
.service-details-content .service-details-info .single-info-box .social li a:hover {
  color: #00C7AD;
  transform: translateY(-2px);
}
.service-details-content .service-details-info .single-info-box .default-btn {
  display: inline-block;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #00C7AD;
  border: 1px solid #00C7AD;
  transition: 0.5s;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.service-details-content .service-details-info .single-info-box .default-btn:hover {
  background-color: #ffffff;
  color: #00C7AD;
}
.service-details-content .service-details-info .single-info-box:last-child {
  text-align: center;
}
/* End Service details  */
.whatsapp-float {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: #25D366;
  /* Color verde típico de WhatsApp */
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  /* Efecto de agrandamiento al pasar el cursor */
  background-color: #feb734;
  /* Un tono más oscuro al pasar el mouse */
}
.shape10, .shape12, .shape13 {
  width: 20% !important;
}
.shape11, .shape18 {
  display: none;
}
.shape14, .shape16, .shape17 {
  width: 20% !important;
}
.shape15, .shape14 {
  width: 10% !important;
}
/* Max width 767px */
@media only screen and (max-width: 767px) {
  /**** nuevas mejoras ***/
  .row {
    margin: 0 20px;
  }

  .video-presentation-area {
    margin: 0 20px;
  }

  .flex-center {
    justify-content: flex-start !important;
  }

  .flex-child-mision-vision {
    width: 100%;
    text-align: center;
    padding: 20px;
    flex-basis: 100% !important;
    grid-gap: 0 !important;
  }

  .flex-parent-mision-vision {
    flex-wrap: wrap !important;
    margin-bottom: 40px;
  }

  /**** nuevas mejoras ***/
  body {
    font-size: 14px;
  }

  p {
    font-size: 14px;
  }

  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-100 {
    padding-top: 60px;
  }

  .pb-100 {
    padding-bottom: 60px;
  }

  .pt-70 {
    padding-top: 30px;
  }

  .pb-70 {
    padding-bottom: 30px;
  }

  .plr-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .default-btn {
    font-size: 13px;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .default-btn i {
    font-size: 18px;
    left: 20px;
  }

  .optional-btn {
    font-size: 13px;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .optional-btn i {
    font-size: 18px;
    left: 20px;
  }

  .navbar-area .container {
    max-width: 100%;
  }
  .navbar-area.navbar-style-two .container {
    max-width: 100%;
  }

  .main-banner {
    padding-top: 60px;
  }

  .main-banner-content {
    height: auto;
  }
  .main-banner-content .content {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
  }
  .main-banner-content .content h1 {
    font-size: 30px;
  }
  .main-banner-content .content p {
    margin-top: 15px;
    max-width: 100%;
  }
  .main-banner-content .content .default-btn {
    margin-top: 10px;
  }

  .banner-content {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .banner-content .content {
    max-width: 100%;
    padding-right: 0;
    text-align: center;
    margin-left: 0;
  }
  .banner-content .content h1 {
    font-size: 30px;
  }
  .banner-content .content p {
    margin-top: 15px;
    max-width: 100%;
  }
  .banner-content .content .default-btn {
    margin-top: 10px;
  }

  .banner-image {
    margin-top: 60px;
    height: auto;
    border-radius: 0;
    background-image: unset !important;
    padding-top: 50px;
  }
  .banner-image img {
    display: inline-block;
  }

  .banner-img {
    margin-top: 60px;
    height: auto;
    border-radius: 0;
    background-image: unset !important;
    padding-top: 50px;
  }
  .banner-img img {
    display: inline-block;
  }

  .banner-content-slides.owl-theme .owl-nav {
    text-align: center;
    margin-top: 35px;
  }
  .banner-content-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    margin: 0 4px;
    width: 35px;
    height: 35px;
    line-height: 40px;
  }

  .chat-wrapper {
    position: relative;
    left: 0;
    top: 0;
    transform: unset;
    width: auto;
    height: auto;
    margin-bottom: -35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .chat-wrapper .chat-container {
    height: 365px;
  }

  .message-right .message-text {
    max-width: 100%;
  }

  .message-left .message-text {
    max-width: 100%;
  }

  .partner-area .container {
    max-width: 100%;
  }

  .partner-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .partner-title h3 {
    font-size: 18px;
  }

  .services-area.bg-right-color::before {
    display: none;
  }
  .services-area.bg-left-color::before {
    display: none;
  }

  .services-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .services-content .content {
    max-width: 100%;
    text-align: center;
  }
  .services-content .content.left-content {
    margin-left: 0;
  }
  .services-content .content h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .services-content .content p {
    max-width: 100%;
    margin-top: 15px;
  }
  .services-content .content .default-btn {
    margin-top: 10px;
  }

  .services-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .services-image .image {
    margin-top: 30px;
  }

  .video-box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .video-box .video-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 50px;
  }
  .video-box .video-btn::after, .video-box .video-btn::before {
    border-radius: 50%;
  }

  /* .shape1, .shape2, .shape3, .shape4, .shape5, .shape6, .shape7, .shape8, .shape9, .shape10, .shape11, .shape12, .shape13, .shape20, .shape21, .shape22, .shape23, .shape24, .shape26, .shape14, .shape15, .shape16, .shape17, .shape18 {
       display: none;
   }*/
  .about-content {
    text-align: center;
  }
  .about-content h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .about-image {
    margin-top: 30px;
  }

  .funfacts-inner {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .single-funfacts h3 {
    margin-bottom: 2px;
    font-size: 24px;
  }
  .single-funfacts h3 .sign-icon {
    font-size: 22px;
  }

  .contact-cta-box {
    max-width: 100%;
    padding: 25px;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
    margin-right: 0;
  }
  .contact-cta-box h3 {
    font-size: 18px;
  }
  .contact-cta-box p {
    margin-top: 10px;
  }
  .contact-cta-box .default-btn {
    position: relative;
    right: 0;
    top: 0;
    transform: unset;
    margin-top: 15px;
  }

  .single-features-box {
    margin-top: 32px;
  }
  .single-features-box h3 {
    font-size: 18px;
  }
  .single-features-box .icon {
    width: 65px;
    height: 65px;
    font-size: 35px;
    bottom: 32px;
  }
  .single-features-box .icon::before {
    right: -10px;
    bottom: -10px;
    border-width: 3px;
  }

  .features-box {
    text-align: center;
    padding: 20px;
  }
  .features-box .icon {
    width: 70px;
    height: 70px;
    font-size: 35px;
    margin-left: auto;
    margin-right: auto;
  }
  .features-box h3 {
    font-size: 18px;
  }

  .single-feedback-item {
    margin-top: 0;
  }
  .single-feedback-item img {
    display: none !important;
  }
  .single-feedback-item .feedback-desc {
    margin-left: 0;
    padding: 25px;
  }
  .single-feedback-item .feedback-desc .rating i {
    font-size: 14px;
  }
  .single-feedback-item .feedback-desc .client-info h3 {
    font-size: 16px;
  }
  .single-feedback-item .feedback-desc .client-info span {
    font-size: 13px;
    margin-top: 5px;
  }

  .feedback-slides.owl-theme .owl-stage-outer {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
  }
  .feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
  }

  .single-testimonials-item {
    padding: 20px;
  }
  .single-testimonials-item .client-info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .single-testimonials-item .client-info h3 {
    font-size: 16px;
  }
  .single-testimonials-item .client-info span {
    font-size: 13px;
    margin-top: 5px;
  }
  .single-testimonials-item .testimonials-desc {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .single-testimonials-item .testimonials-desc .rating i {
    font-size: 14px;
  }

  .single-team-box .content h3 {
    font-size: 18px;
  }
  .single-team-box .content span {
    font-size: 13px;
  }

  .faq-accordion {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
  }
  .faq-accordion h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.3;
  }
  .faq-accordion .accordion {
    text-align: left;
  }

  .faq-image {
    margin-top: 35px;
  }

  .single-clients-logo {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-clients-logo:nth-child(6) {
    margin-left: 0;
  }
  .single-clients-logo a {
    padding: 15px;
  }

  .free-trial-content h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .free-trial-content p {
    margin-top: 15px;
  }
  .free-trial-content .default-btn {
    margin-top: 5px;
  }

  blockquote, .blockquote {
    padding: 20px !important;
  }
  blockquote p, .blockquote p {
    font-size: 15px !important;
  }

  .prev-link-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .prev-link-wrapper .prev-title {
    font-size: 14px;
  }
  .prev-link-wrapper .meta-wrapper {
    font-size: 13px;
  }

  .next-link-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .next-link-wrapper .next-title {
    font-size: 14px;
  }
  .next-link-wrapper .meta-wrapper {
    font-size: 13px;
  }

  .comments-area .comment-body {
    padding-left: 0;
  }
  .comments-area .comment-body .reply a {
    font-size: 12px;
  }
  .comments-area .comments-title {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .comments-area .comment-author {
    font-size: 15px;
  }
  .comments-area .comment-author .avatar {
    left: 0;
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  .comments-area .comment-respond .comment-reply-title {
    font-size: 18px;
  }
  .comments-area .comment-respond .comment-form-author {
    width: 100%;
    padding-right: 0;
  }
  .comments-area .comment-respond .comment-form-email {
    width: 100%;
    padding-left: 0;
  }
  .comments-area .comment-respond .form-submit input {
    padding: 10px 25px;
    font-size: 14px;
  }

  .app-download-content {
    text-align: center;
    margin-top: 30px;
  }
  .app-download-content .sub-title {
    padding: 4px 20px;
    margin-bottom: 12px;
    font-size: 13px;
  }
  .app-download-content h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .app-download-content .btn-box {
    margin-top: 25px;
  }
  .app-download-content .btn-box .apple-store-btn {
    text-align: left;
    margin-right: 0;
    display: block;
    width: 100%;
    padding: 12px 25px 12px 74px;
    font-size: 13px;
  }
  .app-download-content .btn-box .apple-store-btn span {
    font-size: 18px;
  }
  .app-download-content .btn-box .play-store-btn {
    text-align: left;
    display: block;
    width: 100%;
    padding: 12px 25px 12px 74px;
    font-size: 13px;
    margin-top: 10px;
  }
  .app-download-content .btn-box .play-store-btn span {
    font-size: 18px;
  }

  .subscribe-content {
    padding: 35px 25px;
  }
  .subscribe-content h2 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.3;
    margin-left: 0;
    margin-right: 0;
  }
  .subscribe-content form {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .subscribe-content form button {
    font-size: 13px;
    margin-top: 15px;
  }

  .page-title-area {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .page-title-content h2 {
    font-size: 30px;
  }
  .page-title-content p {
    margin-top: 10px;
  }

  .login-image {
    height: auto;
    background-image: unset !important;
  }
  .login-image img {
    display: inline-block;
  }

  .login-content {
    height: auto;
    padding: 60px 15px;
  }
  .login-content .login-form {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .login-content .login-form .logo {
    margin-bottom: 25px;
  }
  .login-content .login-form h3 {
    font-size: 24px;
  }
  .login-content .login-form form .form-control {
    height: 50px;
    font-size: 13px;
  }

  .signup-image {
    height: auto;
    background-image: unset !important;
  }
  .signup-image img {
    display: inline-block;
  }

  .signup-content {
    height: auto;
    padding: 60px 15px;
  }
  .signup-content .signup-form {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .signup-content .signup-form .logo {
    margin-bottom: 25px;
  }
  .signup-content .signup-form h3 {
    font-size: 24px;
  }
  .signup-content .signup-form form .form-control {
    height: 50px;
    font-size: 13px;
  }

  .error-area {
    height: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .error-content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .error-content h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .pagination-area {
    margin-top: 25px;
  }
  .pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 2px;
    line-height: 41px;
    font-size: 18px;
  }

  .widget-area {
    margin-top: 40px;
  }
  .widget-area .widget .widget-title {
    font-size: 18px;
  }
  .widget-area .widget_spacle_posts_thumb .item .info time {
    margin-top: 0;
  }
  .widget-area .widget_spacle_posts_thumb .item .title {
    font-size: 14px;
  }
  .widget-area .widget_categories ul li {
    font-size: 14px;
  }
  .widget-area .widget_archive ul li {
    font-size: 14px;
  }
  .widget-area .widget_meta ul li {
    font-size: 14px;
  }
  .widget-area .tagcloud a {
    font-size: 13px !important;
  }

  .contact-inner {
    padding: 25px 20px;
  }

  .contact-features-list {
    padding-right: 0;
    border-right: none;
    text-align: center;
  }
  .contact-features-list h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .contact-features-list ul {
    text-align: left;
  }

  .contact-form {
    text-align: center;
    margin-top: 30px;
  }
  .contact-form h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .contact-form form .form-group {
    margin-bottom: 13px;
  }
  .contact-form form .form-control {
    height: 45px;
    font-size: 13px;
    padding: 0 10px;
  }

  .contact-info {
    margin-top: 40px;
  }
  .contact-info .contact-info-content h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .contact-info .contact-info-content h2 {
    font-size: 24px;
  }
  .contact-info .contact-info-content h2 span {
    margin-bottom: 3px;
    font-size: 13px;
  }
  .contact-info .contact-info-content .social {
    margin-top: 20px;
  }
  .contact-info .contact-info-content .social li a {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .footer-area {
    padding-top: 60px;
  }

  .single-footer-widget h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .single-footer-widget .social li a {
    width: 32px;
    height: 32px;
    line-height: 36px;
    font-size: 20px;
  }

  .divider {
    display: none;
  }

  .copyright-area {
    margin-top: 30px;
  }

  .go-top {
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 36px;
  }
  .go-top.active {
    bottom: 10px;
  }

  .main-banner-one .banner-image {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-banner-one .banner-image .mbanner-img {
    display: none;
  }

  .single-features-card h3 {
    font-size: 20px;
  }

  .feature-box {
    padding: 12px 18px;
  }

  .services-content .content {
    padding-left: 0;
  }

  .funfact-style-two i {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .features-box-one h3 {
    font-size: 20px;
  }

  .banner-image.mbanner-bg-one .animate-banner-image {
    margin-top: 0;
  }

  .main-banner-two .banner-image-slides .banner-image {
    padding-top: 0;
    height: 400px;
  }
  .main-banner-two .banner-image-slides .banner-image img {
    display: block;
  }

  .banner-img.banner-video {
    height: 400px;
    padding-top: 0;
  }

  .banner-content-slides {
    padding-right: 0;
  }

  /* SaaS home page */
  .saas-banner {
    padding-bottom: 60px;
    height: 100%;
    text-align: center;
  }
  .saas-banner .saas-image.mt-70 {
    margin-top: 0;
  }
  .saas-banner .saas-image img {
    display: none;
  }
  .saas-banner .saas-image img:last-child {
    display: block;
    position: relative;
    margin: auto;
  }
  .saas-banner .hero-content h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .saas-banner .hero-content p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .saas-banner .hero-content .banner-btn {
    max-width: 330px;
    margin: auto;
  }
  .saas-banner .hero-content .video-btn {
    margin-left: 10px;
    font-size: 14px;
  }
  .saas-banner .hero-content .video-btn i {
    font-size: 17px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding-left: 4px;
    margin-right: 5px;
  }
  .saas-banner .hero-content.pl-4 {
    padding: 0 !important;
    margin-top: 30px;
  }

  .shape-rotate {
    display: none;
  }

  .features-inner-content .features-item {
    padding-left: 70px;
  }
  .features-inner-content .features-item h3 {
    font-size: 20px;
  }
  .features-inner-content .features-item i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 25px;
    border-radius: 100% !important;
  }

  .overview-left-img {
    margin-bottom: 30px;
  }

  .overview-right-img {
    margin-top: 30px;
  }

  .overview-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .overview-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* End SaaS home page */
  /* Service details */
  .service-details-content h1, .service-details-content h2, .service-details-content h3, .service-details-content h4 {
    font-size: 20px;
  }
  .service-details-content .service-details-info .single-info-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .service-details-content .service-details-info .single-info-box:last-child {
    margin-bottom: 0;
  }

  /* End Service details */
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-area .container {
    max-width: 540px;
  }
  .navbar-area.navbar-style-two .container {
    max-width: 540px;
  }

  .main-banner-content .content {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-content .content {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .chat-wrapper {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .partner-area .container {
    max-width: 540px;
  }

  .single-feedback-item {
    margin-top: 130px;
  }
  .single-feedback-item img {
    display: inline-block !important;
  }
  .single-feedback-item .feedback-desc {
    padding: 25px 25px 25px 160px;
    margin-left: 45px;
  }

  .feedback-slides.owl-theme .owl-stage-outer {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 0;
  }

  .faq-area .container-fluid {
    max-width: 540px;
  }

  .single-clients-logo {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .app-download-content .btn-box {
    margin-top: 20px;
  }
  .app-download-content .btn-box .apple-store-btn {
    margin-right: 2px;
    display: inline-block;
    width: auto;
  }
  .app-download-content .btn-box .play-store-btn {
    margin-left: 2px;
    display: inline-block;
    width: auto;
  }

  .login-content .login-form {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .signup-content .signup-form {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .prev-link-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
  }

  .next-link-wrapper {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
  }

  .contact-inner {
    padding: 35px 30px;
  }

  /* Service details */
  .service-details-content .service-details-info .single-info-box {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .service-details-content .service-details-info .single-info-box:last-child {
    margin-bottom: 0;
  }

  /* End Service details */
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  p {
    font-size: 14px;
  }

  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pt-100 {
    padding-top: 80px;
  }

  .pb-100 {
    padding-bottom: 80px;
  }

  .pt-70 {
    padding-top: 50px;
  }

  .pb-70 {
    padding-bottom: 50px;
  }

  .section-title {
    margin-bottom: 45px;
  }
  .section-title h2 {
    font-size: 30px;
  }

  .default-btn {
    font-size: 14px;
  }

  .navbar-area .container {
    max-width: 720px;
  }
  .navbar-area.navbar-style-two .container {
    max-width: 720px;
  }

  .main-banner-content {
    height: auto;
    padding-top: 60px;
  }
  .main-banner-content .content {
    max-width: 620px;
    text-align: center;
    padding-right: 0;
    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
  }
  .main-banner-content .content h1 {
    font-size: 40px;
  }
  .main-banner-content .content p {
    margin-top: 15px;
    max-width: 100%;
  }
  .main-banner-content .content .default-btn {
    margin-top: 10px;
  }

  .banner-content {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .banner-content .content {
    max-width: 620px;
    text-align: center;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-content .content h1 {
    font-size: 40px;
    font-weight: 500;
  }
  .banner-content .content p {
    margin-top: 15px;
    max-width: 100%;
  }
  .banner-content .content .default-btn {
    margin-top: 10px;
  }

  .banner-image {
    margin-top: 60px;
    height: auto;
    border-radius: 0;
    background-image: unset !important;
    padding-top: 50px;
  }
  .banner-image img {
    display: inline-block;
    width: 100%;
  }

  .banner-img {
    margin-top: 60px;
    height: auto;
    border-radius: 0;
    background-image: unset !important;
    padding-top: 50px;
  }
  .banner-img img {
    display: inline-block;
    width: 100%;
  }

  .banner-content-slides.owl-theme .owl-nav {
    text-align: center;
    margin-top: 35px;
  }
  .banner-content-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 45px;
  }

  /*.shape1, .shape2, .shape3, .shape4, .shape5, .shape6, .shape7, .shape8, .shape9, .shape10, .shape11, .shape12, .shape13, .shape20, .shape21, .shape22, .shape23, .shape24, .shape26, .shape14, .shape15, .shape16, .shape17, .shape18 {
      display: none;
  }*/
  .chat-wrapper {
    position: relative;
    left: 0;
    top: 0;
    transform: unset;
    width: auto;
    height: auto;
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -35px;
  }

  .partner-area .container {
    max-width: 720px;
  }

  .partner-title {
    text-align: center;
    margin-bottom: 45px;
  }
  .partner-title h3 {
    font-size: 20px;
  }

  .services-area.bg-right-color::before {
    display: none;
  }
  .services-area.bg-left-color::before {
    display: none;
  }
  .services-area .container-fluid {
    max-width: 720px;
  }

  .services-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .services-content .content {
    max-width: 650px;
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .services-content .content.left-content {
    padding-right: 0;
    margin-left: auto;
  }
  .services-content .content h2 {
    font-size: 30px;
  }
  .services-content .content p {
    max-width: 100%;
    margin-top: 15px;
  }
  .services-content .content .default-btn {
    margin-top: 10px;
  }

  .services-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 35px;
  }

  .about-content {
    text-align: center;
  }
  .about-content h2 {
    font-size: 30px;
  }

  .about-image {
    margin-top: 30px;
  }

  .video-box {
    max-width: 660px;
  }

  .funfacts-inner {
    max-width: 720px;
    margin-top: 80px;
  }

  .contact-cta-box {
    max-width: 720px;
    padding: 30px 200px 30px 30px;
    margin-top: 30px;
  }
  .contact-cta-box h3 {
    font-size: 20px;
  }
  .contact-cta-box .default-btn {
    right: 30px;
  }

  .single-features-box h3 {
    font-size: 20px;
  }

  .features-box {
    padding: 25px;
  }
  .features-box h3 {
    font-size: 20px;
  }
  .features-box .icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }

  .single-feedback-item {
    margin-top: 125px;
  }
  .single-feedback-item .feedback-desc .client-info h3 {
    font-size: 17px;
  }
  .single-feedback-item .feedback-desc .client-info span {
    font-size: 13px;
  }

  .single-testimonials-item .client-info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .single-testimonials-item .client-info h3 {
    font-size: 17px;
  }
  .single-testimonials-item .client-info span {
    font-size: 13px;
  }
  .single-testimonials-item .testimonials-desc {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .faq-area .container-fluid {
    max-width: 720px;
  }

  .faq-accordion {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
  }
  .faq-accordion h2 {
    font-size: 30px;
  }
  .faq-accordion .accordion {
    text-align: left;
  }
  .faq-accordion .accordion .accordion-title {
    font-size: 15px;
  }

  .faq-image {
    margin-top: 30px;
  }

  .single-clients-logo a {
    padding: 20px 15px;
  }

  .free-trial-content {
    max-width: 520px;
  }
  .free-trial-content h2 {
    font-size: 30px;
  }

  .app-download-content {
    text-align: center;
    max-width: 615px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .app-download-content h2 {
    font-size: 30px;
  }
  .app-download-content .btn-box {
    margin-top: 20px;
  }
  .app-download-content .btn-box .apple-store-btn {
    text-align: left;
  }
  .app-download-content .btn-box .apple-store-btn span {
    font-size: 18px;
  }
  .app-download-content .btn-box .play-store-btn {
    text-align: left;
  }
  .app-download-content .btn-box .play-store-btn span {
    font-size: 18px;
  }

  .subscribe-content {
    padding: 45px;
  }
  .subscribe-content h2 {
    max-width: 505px;
    font-size: 30px;
  }
  .subscribe-content form {
    max-width: 540px;
  }

  .page-title-area {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .page-title-content h2 {
    font-size: 30px;
  }
  .page-title-content p {
    margin-top: 10px;
  }

  .login-image {
    height: auto;
    background-image: unset !important;
  }
  .login-image img {
    display: inline-block;
  }

  .login-content {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .login-content .login-form .logo {
    margin-bottom: 30px;
  }
  .login-content .login-form h3 {
    font-size: 30px;
  }

  .signup-image {
    height: auto;
    background-image: unset !important;
  }
  .signup-image img {
    display: inline-block;
  }

  .signup-content {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .signup-content .signup-form .logo {
    margin-bottom: 30px;
  }
  .signup-content .signup-form h3 {
    font-size: 30px;
  }

  .widget-area {
    margin-top: 40px;
  }
  .widget-area .widget .widget-title {
    font-size: 20px;
  }

  blockquote p, .blockquote p {
    font-size: 20px !important;
  }

  .prev-link-wrapper .prev-title {
    font-size: 16px;
  }

  .next-link-wrapper .next-title {
    font-size: 16px;
  }

  .comments-area .comments-title {
    font-size: 20px;
  }
  .comments-area .comment-author {
    font-size: 15px;
  }
  .comments-area .comment-respond .comment-reply-title {
    font-size: 20px;
  }
  .comments-area .comment-respond .form-submit input {
    padding: 10px 25px;
  }

  .contact-features-list h3 {
    font-size: 20px;
  }

  .contact-form {
    margin-top: 30px;
  }
  .contact-form h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .contact-info .contact-info-content h3 {
    font-size: 20px;
  }
  .contact-info .contact-info-content h2 {
    font-size: 30px;
  }
  .contact-info .contact-info-content h2 span {
    font-size: 14px;
  }

  .single-footer-widget h3 {
    margin-bottom: 28px;
    font-size: 20px;
  }

  .divider {
    height: 80px;
    top: -80px;
  }

  .main-banner-one .banner-image {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .main-banner-one .banner-image .mbanner-img {
    display: none;
  }

  .banner-image.mbanner-bg-one .animate-banner-image {
    margin-top: 0;
  }

  .main-banner-two .banner-image-slides .banner-image {
    padding-top: 0;
    height: 450px;
  }
  .main-banner-two .banner-image-slides .banner-image img {
    display: block;
  }

  .banner-img.banner-video {
    height: 600px;
    padding-top: 0;
  }

  .banner-content-slides {
    padding-right: 0;
  }

  /* SaaS home page */
  .saas-banner {
    padding-bottom: 60px;
    height: 100%;
    text-align: center;
  }
  .saas-banner .saas-image.mt-70 {
    margin-top: 0;
  }
  .saas-banner .saas-image img {
    display: none;
  }
  .saas-banner .saas-image img:last-child {
    display: block;
    position: relative;
    margin: auto;
  }
  .saas-banner .hero-content h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .saas-banner .hero-content p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .saas-banner .hero-content .banner-btn {
    max-width: 330px;
    margin: auto;
  }
  .saas-banner .hero-content .video-btn {
    margin-left: 10px;
    font-size: 14px;
  }
  .saas-banner .hero-content .video-btn i {
    font-size: 17px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding-left: 4px;
    margin-right: 5px;
  }
  .saas-banner .hero-content.pl-4 {
    padding: 0 !important;
    margin-top: 30px;
  }

  .shape-rotate {
    display: none;
  }

  .overview-left-img {
    margin-bottom: 30px;
  }

  .overview-right-img {
    margin-top: 30px;
  }

  .overview-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .overview-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .overview-content.pl-3 {
    padding-left: 0 !important;
  }

  /* End SaaS home page */
  /* Service details */
  .service-details-content .service-details-info {
    padding: 30px 20px 0;
  }
  .service-details-content .service-details-info .single-info-box {
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 30px;
  }

  /* End Service details */
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 34px;
  }

  .navbar-area {
    position: relative;
  }
  .navbar-area .container {
    max-width: 960px;
  }
  .navbar-area.navbar-style-two .container {
    max-width: 960px;
  }

  .navbar .navbar-nav {
    margin-left: auto;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -250px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
  }
  .navbar .others-options {
    display: none !important;
    margin-left: 25px;
  }
  .navbar .others-options .optional-btn {
    display: none;
  }

  .main-banner-content .content {
    max-width: 550px;
    padding-right: 80px;
    margin-top: 0;
  }
  .main-banner-content .content h1 {
    font-size: 42px;
  }

  .banner-content {
    padding-top: 145px;
    padding-bottom: 130px;
  }
  .banner-content .content {
    max-width: 550px;
    padding-right: 60px;
  }
  .banner-content .content h1 {
    font-size: 42px;
  }

  .banner-image {
    height: 770px;
  }

  .chat-wrapper {
    width: 460px;
  }

  .partner-area .container {
    max-width: 960px;
  }

  .services-content .content {
    max-width: 485px;
    padding-left: 15px;
  }
  .services-content .content .icon {
    margin-bottom: 18px;
  }
  .services-content .content h2 {
    font-size: 33px;
  }
  .services-content .content .default-btn {
    margin-top: 5px;
  }
  .services-content .content.left-content {
    padding-right: 15px;
  }

  .features-box {
    padding: 30px 19px;
  }
  .features-box h3 {
    font-size: 20px;
  }

  .faq-accordion {
    max-width: 570px;
  }

  .shape10, .shape11, .shape12, .shape13, .shape21, .shape22 {
    display: none;
  }

  .single-feedback-item {
    margin-top: 40px;
  }

  .app-download-content h2 {
    font-size: 34px;
  }

  .free-trial-content h2 {
    font-size: 34px;
  }

  .about-content h2 {
    font-size: 34px;
  }

  .faq-accordion h2 {
    font-size: 34px;
  }

  .contact-form h3 {
    font-size: 30px;
  }

  .contact-info .contact-info-content h2 {
    font-size: 34px;
  }

  .login-content .login-form {
    max-width: 450px;
  }

  .signup-content .signup-form {
    max-width: 450px;
  }

  .single-features-card {
    padding: 20px;
  }
  .single-features-card h3 {
    font-size: 18px;
  }

  .features-box-one h3 {
    font-size: 20px;
  }

  .banner-image.mbanner-bg-one .animate-banner-image {
    margin-top: 0;
  }

  .services-area.bg-right-shape::before {
    width: 67%;
  }

  .services-area.bg-left-shape::before {
    width: 63%;
  }

  .chatbot-main-banner .main-banner-content .content {
    padding-right: 115px;
  }

  /* SaaS Home */
  .saas-banner {
    height: 750px;
  }
  .saas-banner .row.align-items-center.pt-5 {
    padding: 0 !important;
  }
  .saas-banner .hero-content h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  .saas-banner .hero-content p {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  /* End SaaS Home */
  /* Service details */
  .service-details-content .service-details-info .single-info-box .social li {
    display: inline-block;
    margin-right: 2px;
  }

  /* End Service details */
}
/* Min width 1200px to Max width 1300px */
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .navbar-area .container {
    max-width: 1240px;
  }

  .spacle-nav .navbar .navbar-nav {
    margin-left: 70px;
  }

  .main-banner-content .content {
    max-width: 675px;
    padding-right: 150px;
  }
  .main-banner-content .content h1 {
    font-size: 50px;
  }

  .banner-content .content {
    max-width: 675px;
    padding-right: 150px;
  }
  .banner-content .content h1 {
    font-size: 50px;
  }

  .shape21 {
    display: none;
  }

  .partner-area .container {
    max-width: 1140px;
  }
}
/* Min width 1550px */
@media only screen and (min-width: 1550px) {
  .main-banner-content .content {
    max-width: 785px;
    padding-right: 170px;
  }

  .banner-content {
    padding-top: 290px;
    padding-bottom: 200px;
  }
  .banner-content .content {
    max-width: 785px;
  }
}
/* Min width 1800px */
@media only screen and (min-width: 1800px) {
  .services-area.bg-left-shape::before {
    width: 42%;
  }

  .services-area.bg-right-shape::before {
    width: 42%;
  }

  .saas-banner {
    height: 1000px;
  }
}
@media (max-width: 768px) {
  .shape10, .shape12, .shape13 {
    width: 20% !important;
  }

  .shape11, .shape18 {
    display: none;
  }

  .shape14, .shape16, .shape17 {
    width: 20% !important;
  }

  .shape15, .shape14 {
    width: 10% !important;
  }

  .shape5 {
    display: none;
  }
}
/* You can add global styles to this file, and also import other style files */
body {
  background-color: #ffffff;
}
