/*Bootstrap 5*/
@charset "UTF-8"; /*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 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)
  );
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  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: transparent;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  text-decoration: underline;
  -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;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  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;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  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;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
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;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button: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-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-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-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(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);
  background-image: linear-gradient(
    var(--bs-table-accent-bg),
    var(--bs-table-accent-bg)
  );
  border-bottom-width: 1px;
}
.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([readonly]) {
  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::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #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([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  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;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  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 {
  color: #6c757d;
  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;
  transition: background-color 0.15s ease-in-out,
    background-position 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-check-input {
    transition: none;
  }
}
.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;
}
.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::-webkit-input-placeholder {
  color: transparent;
}
.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 > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  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: 1.75rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  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;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control: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);
}
.form-control.is-valid:focus,
.was-validated .form-control: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);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
  padding-right: calc(0.75em + 2.3125rem);
  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 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.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;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control: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);
}
.form-control.is-invalid:focus,
.was-validated .form-control: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);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  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 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.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.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:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.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:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .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:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .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:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .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:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .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:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .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:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .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:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active: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:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active: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:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active: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:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active: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:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active: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:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active: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:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active: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:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active: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-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  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;
  }
}

.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[style] {
  right: auto !important;
}
.dropdown-menu-start {
  --bs-position: start;
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu {
  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 {
  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:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  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:focus,
.dropdown-menu-dark .dropdown-item:hover {
  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-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .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,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .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-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .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;
  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.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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 {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.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 {
  align-items: center;
  width: 100%;
}
.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%;
}
@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-collapse {
    display: flex !important;
  }
  .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-collapse {
    display: flex !important;
  }
  .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-collapse {
    display: flex !important;
  }
  .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-collapse {
    display: flex !important;
  }
  .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-collapse {
    display: flex !important;
  }
  .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-collapse {
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  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:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  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:focus,
.navbar-dark .navbar-text a:hover {
  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-bottom,
.card-img-top {
  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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    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;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  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.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}
.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:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-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: var(--bs-breadcrumb-divider, "https://demo.graygrids.com/");
}
.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;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  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;
  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:focus,
.list-group-item-primary.list-group-item-action:hover {
  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:focus,
.list-group-item-secondary.list-group-item-action:hover {
  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:focus,
.list-group-item-success.list-group-item-action:hover {
  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:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  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:focus,
.list-group-item-danger.list-group-item-action:hover {
  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:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  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: -webkit-max-content;
  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;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    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: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .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;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem !important;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"],
.bs-popover-end {
  margin-left: 0.5rem !important;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .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-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem !important;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-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-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-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-auto[data-popper-placement^="left"],
.bs-popover-start {
  margin-right: 0.5rem !important;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .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-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.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-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators li {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --aspect-ratio: 100%;
}
.ratio-4x3 {
  --aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus) {
  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: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #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-0 {
  border-width: 0 !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.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;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.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;
}
.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;
}
.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: var(--bs-gradient) !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !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-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !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 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-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;
  }
}

/*Lineicons 4*/
@font-face {
  font-family: lineicons;
  src: url("../fonts/lineicons.eot");
  src: url("../fonts/lineicons.eot") format("embedded-opentype"),
    url("../fonts/lineicons.woff2") format("woff2"),
    url("../fonts/lineicons.woff") format("woff"),
    url("../fonts/lineicons.ttf") format("truetype"),
    url("../fonts/lineicons.svg") format("svg");
}
.lni {
  display: inline-block;
  font: 1em/1 lineicons;
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lni-sm {
  font-size: 0.8em;
}
.lni-lg {
  font-size: 1.2em;
}
.lni-16 {
  font-size: 16px;
}
.lni-32 {
  font-size: 32px;
}
.lni-is-spinning {
  animation: 1s linear infinite lni-spin;
}
@keyframes lni-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lni-rotate-90 {
  transform: rotate(90deg);
}
.lni-rotate-180 {
  transform: rotate(180deg);
}
.lni-rotate-270 {
  transform: rotate(270deg);
}
.lni-flip-y {
  transform: scaleY(-1);
}
.lni-flip-x {
  transform: scaleX(-1);
}
.lni-zoom-out::before {
  content: "\ea02";
}
.lni-zoom-in::before {
  content: "\ea03";
}
.lni-zip::before {
  content: "\ea04";
}
.lni-website::before {
  content: "\ea05";
}
.lni-website-alt::before {
  content: "\ea06";
}
.lni-users::before {
  content: "\ea07";
}
.lni-user::before {
  content: "\ea08";
}
.lni-upload::before {
  content: "\ea09";
}
.lni-unlink::before {
  content: "\ea0a";
}
.lni-trash-can::before {
  content: "\ea0b";
}
.lni-timer::before {
  content: "\ea0c";
}
.lni-tab::before {
  content: "\ea0d";
}
.lni-star-half::before {
  content: "\ea0e";
}
.lni-star-fill::before {
  content: "\ea0f";
}
.lni-star-empty::before {
  content: "\ea10";
}
.lni-signal::before {
  content: "\ea11";
}
.lni-shortcode::before {
  content: "\ea12";
}
.lni-shopping-basket::before {
  content: "\ea13";
}
.lni-share::before {
  content: "\ea14";
}
.lni-share-alt::before {
  content: "\ea15";
}
.lni-search::before {
  content: "\ea16";
}
.lni-search-alt::before {
  content: "\ea17";
}
.lni-scroll-down::before {
  content: "\ea18";
}
.lni-save::before {
  content: "\ea19";
}
.lni-rss-feed::before {
  content: "\ea1a";
}
.lni-rocket::before {
  content: "\ea1b";
}
.lni-remove-file::before {
  content: "\ea1c";
}
.lni-reload::before {
  content: "\ea1d";
}
.lni-printer::before {
  content: "\ea1e";
}
.lni-plug::before {
  content: "\ea1f";
}
.lni-package::before {
  content: "\ea20";
}
.lni-mouse::before {
  content: "\ea21";
}
.lni-mobile::before {
  content: "\ea22";
}
.lni-microphone::before {
  content: "\ea23";
}
.lni-mic::before {
  content: "\ea24";
}
.lni-menu::before {
  content: "\ea25";
}
.lni-map::before {
  content: "\ea26";
}
.lni-map-marker::before {
  content: "\ea27";
}
.lni-magnifier::before {
  content: "\ea28";
}
.lni-magnet::before {
  content: "\ea29";
}
.lni-link::before {
  content: "\ea2a";
}
.lni-laptop::before {
  content: "\ea2b";
}
.lni-laptop-phone::before {
  content: "\ea2c";
}
.lni-keyboard::before {
  content: "\ea2d";
}
.lni-image::before {
  content: "\ea2e";
}
.lni-headphone::before {
  content: "\ea2f";
}
.lni-harddrive::before {
  content: "\ea30";
}
.lni-game::before {
  content: "\ea31";
}
.lni-folder::before {
  content: "\ea32";
}
.lni-files::before {
  content: "\ea33";
}
.lni-empty-file::before {
  content: "\ea34";
}
.lni-download::before {
  content: "\ea35";
}
.lni-domain::before {
  content: "\ea36";
}
.lni-display::before {
  content: "\ea37";
}
.lni-display-alt::before {
  content: "\ea38";
}
.lni-database::before {
  content: "\ea39";
}
.lni-dashboard::before {
  content: "\ea3a";
}
.lni-cut::before {
  content: "\ea3b";
}
.lni-control-panel::before {
  content: "\ea3c";
}
.lni-cogs::before {
  content: "\ea3d";
}
.lni-cog::before {
  content: "\ea3e";
}
.lni-code::before {
  content: "\ea3f";
}
.lni-code-alt::before {
  content: "\ea40";
}
.lni-cloud-upload::before {
  content: "\ea41";
}
.lni-cloud-sync::before {
  content: "\ea42";
}
.lni-cloud-network::before {
  content: "\ea43";
}
.lni-cloud-download::before {
  content: "\ea44";
}
.lni-cloud-check::before {
  content: "\ea45";
}
.lni-camera::before {
  content: "\ea46";
}
.lni-calendar::before {
  content: "\ea47";
}
.lni-bulb::before {
  content: "\ea48";
}
.lni-bookmark::before {
  content: "\ea49";
}
.lni-bookmark-alt::before {
  content: "\ea4a";
}
.lni-bluetooth::before {
  content: "\ea4b";
}
.lni-ban::before {
  content: "\ea4c";
}
.lni-archive::before {
  content: "\ea4d";
}
.lni-alarm::before {
  content: "\ea4e";
}
.lni-alarm-clock::before {
  content: "\ea4f";
}
.lni-add-files::before {
  content: "\ea50";
}
.lni-thunder::before {
  content: "\ea51";
}
.lni-thunder-alt::before {
  content: "\ea52";
}
.lni-sun::before {
  content: "\ea53";
}
.lni-rain::before {
  content: "\ea54";
}
.lni-night::before {
  content: "\ea55";
}
.lni-drop::before {
  content: "\ea56";
}
.lni-cloudy-sun::before {
  content: "\ea57";
}
.lni-cloud::before {
  content: "\ea58";
}
.lni-travel::before {
  content: "\ea59";
}
.lni-surf-board::before {
  content: "\ea5a";
}
.lni-pyramids::before {
  content: "\ea5b";
}
.lni-underline::before {
  content: "\ea5c";
}
.lni-text-format::before {
  content: "\ea5d";
}
.lni-text-format-remove::before {
  content: "\ea5e";
}
.lni-text-align-right::before {
  content: "\ea5f";
}
.lni-text-align-left::before {
  content: "\ea60";
}
.lni-text-align-justify::before {
  content: "\ea61";
}
.lni-text-align-center::before {
  content: "\ea62";
}
.lni-strikethrough::before {
  content: "\ea63";
}
.lni-spellcheck::before {
  content: "\ea64";
}
.lni-sort-amount-dsc::before {
  content: "\ea65";
}
.lni-sort-amount-asc::before {
  content: "\ea66";
}
.lni-sort-alpha-asc::before {
  content: "\ea67";
}
.lni-pilcrow::before {
  content: "\ea68";
}
.lni-pagination::before {
  content: "\ea69";
}
.lni-page-break::before {
  content: "\ea6a";
}
.lni-line-spacing::before {
  content: "\ea6b";
}
.lni-line-double::before {
  content: "\ea6c";
}
.lni-line-dotted::before {
  content: "\ea6d";
}
.lni-line-dashed::before {
  content: "\ea6e";
}
.lni-italic::before {
  content: "\ea6f";
}
.lni-indent-increase::before {
  content: "\ea70";
}
.lni-indent-decrease::before {
  content: "\ea71";
}
.lni-bold::before {
  content: "\ea72";
}
.lni-spinner::before {
  content: "\ea73";
}
.lni-spinner-solid::before {
  content: "\ea74";
}
.lni-spinner-arrow::before {
  content: "\ea75";
}
.lni-hourglass::before {
  content: "\ea76";
}
.lni-tounge::before {
  content: "\ea77";
}
.lni-suspect::before {
  content: "\ea78";
}
.lni-speechless::before {
  content: "\ea79";
}
.lni-smile::before {
  content: "\ea7a";
}
.lni-sad::before {
  content: "\ea7b";
}
.lni-happy::before {
  content: "\ea7c";
}
.lni-friendly::before {
  content: "\ea7d";
}
.lni-cool::before {
  content: "\ea7e";
}
.lni-thought::before {
  content: "\ea7f";
}
.lni-t-shirt::before {
  content: "\ea80";
}
.lni-home::before {
  content: "\ea81";
}
.lni-gift::before {
  content: "\ea82";
}
.lni-cup::before {
  content: "\ea83";
}
.lni-crown::before {
  content: "\ea84";
}
.lni-briefcase::before {
  content: "\ea85";
}
.lni-spray::before {
  content: "\ea86";
}
.lni-flags-alt-1::before {
  content: "\ea87";
}
.lni-fireworks::before {
  content: "\ea88";
}
.lni-candy::before {
  content: "\ea89";
}
.lni-candy-cane::before {
  content: "\ea8a";
}
.lni-cake::before {
  content: "\ea8b";
}
.lni-baloon::before {
  content: "\ea8c";
}
.lni-trees::before {
  content: "\ea8d";
}
.lni-tree::before {
  content: "\ea8e";
}
.lni-sprout::before {
  content: "\ea8f";
}
.lni-mushroom::before {
  content: "\ea90";
}
.lni-mashroom::before {
  content: "\ea91";
}
.lni-leaf::before {
  content: "\ea92";
}
.lni-island::before {
  content: "\ea93";
}
.lni-flower::before {
  content: "\ea94";
}
.lni-bug::before {
  content: "\ea95";
}
.lni-volume::before {
  content: "\ea96";
}
.lni-volume-mute::before {
  content: "\ea97";
}
.lni-volume-medium::before {
  content: "\ea98";
}
.lni-volume-low::before {
  content: "\ea99";
}
.lni-volume-high::before {
  content: "\ea9a";
}
.lni-video::before {
  content: "\ea9b";
}
.lni-stop::before {
  content: "\ea9c";
}
.lni-shuffle::before {
  content: "\ea9d";
}
.lni-play::before {
  content: "\ea9e";
}
.lni-pause::before {
  content: "\ea9f";
}
.lni-gallery::before {
  content: "\eaa0";
}
.lni-full-screen::before {
  content: "\eaa1";
}
.lni-frame-expand::before {
  content: "\eaa2";
}
.lni-forward::before {
  content: "\eaa3";
}
.lni-backward::before {
  content: "\eaa4";
}
.lni-target-customer::before {
  content: "\eaa5";
}
.lni-seo::before {
  content: "\eaa6";
}
.lni-network::before {
  content: "\eaa7";
}
.lni-keyword-research::before {
  content: "\eaa8";
}
.lni-graph::before {
  content: "\eaa9";
}
.lni-bar-chart::before {
  content: "\eaaa";
}
.lni-warning::before {
  content: "\eaab";
}
.lni-unlock::before {
  content: "\eaac";
}
.lni-ticket::before {
  content: "\eaad";
}
.lni-ticket-alt::before {
  content: "\eaae";
}
.lni-thumbs-up::before {
  content: "\eaaf";
}
.lni-thumbs-down::before {
  content: "\eab0";
}
.lni-teabag::before {
  content: "\eab1";
}
.lni-shield::before {
  content: "\eab2";
}
.lni-radio-button::before {
  content: "\eab3";
}
.lni-question-circle::before {
  content: "\eab4";
}
.lni-protection::before {
  content: "\eab5";
}
.lni-power-switch::before {
  content: "\eab6";
}
.lni-pointer::before {
  content: "\eab7";
}
.lni-plus::before {
  content: "\eab8";
}
.lni-music::before {
  content: "\eab9";
}
.lni-more::before {
  content: "\eaba";
}
.lni-more-alt::before {
  content: "\eabb";
}
.lni-minus::before {
  content: "\eabc";
}
.lni-lock::before {
  content: "\eabd";
}
.lni-lock-alt::before {
  content: "\eabe";
}
.lni-list::before {
  content: "\eabf";
}
.lni-lifering::before {
  content: "\eac0";
}
.lni-key::before {
  content: "\eac1";
}
.lni-invention::before {
  content: "\eac2";
}
.lni-information::before {
  content: "\eac3";
}
.lni-infinite::before {
  content: "\eac4";
}
.lni-help::before {
  content: "\eac5";
}
.lni-heart::before {
  content: "\eac6";
}
.lni-heart-fill::before {
  content: "\eac7";
}
.lni-hand::before {
  content: "\eac8";
}
.lni-funnel::before {
  content: "\eac9";
}
.lni-flag::before {
  content: "\eaca";
}
.lni-flag-alt::before {
  content: "\eacb";
}
.lni-eye::before {
  content: "\eacc";
}
.lni-cross-circle::before {
  content: "\eacd";
}
.lni-close::before {
  content: "\eace";
}
.lni-circle-plus::before {
  content: "\eacf";
}
.lni-circle-minus::before {
  content: "\ead0";
}
.lni-checkmark::before {
  content: "\ead1";
}
.lni-checkmark-circle::before {
  content: "\ead2";
}
.lni-check-box::before {
  content: "\ead3";
}
.lni-bolt::before {
  content: "\ead4";
}
.lni-bolt-alt::before {
  content: "\ead5";
}
.lni-wheelchair::before {
  content: "\ead6";
}
.lni-weight::before {
  content: "\ead7";
}
.lni-syringe::before {
  content: "\ead8";
}
.lni-sthethoscope::before {
  content: "\ead9";
}
.lni-slim::before {
  content: "\eada";
}
.lni-skipping-rope::before {
  content: "\eadb";
}
.lni-pulse::before {
  content: "\eadc";
}
.lni-microscope::before {
  content: "\eadd";
}
.lni-hospital::before {
  content: "\eade";
}
.lni-heart-monitor::before {
  content: "\eadf";
}
.lni-first-aid::before {
  content: "\eae0";
}
.lni-dumbbell::before {
  content: "\eae1";
}
.lni-capsule::before {
  content: "\eae2";
}
.lni-basketball::before {
  content: "\eae3";
}
.lni-ambulance::before {
  content: "\eae4";
}
.lni-service::before {
  content: "\eae5";
}
.lni-restaurant::before {
  content: "\eae6";
}
.lni-pizza::before {
  content: "\eae7";
}
.lni-juice::before {
  content: "\eae8";
}
.lni-fresh-juice::before {
  content: "\eae9";
}
.lni-dinner::before {
  content: "\eaea";
}
.lni-coffee-cup::before {
  content: "\eaeb";
}
.lni-chef-hat::before {
  content: "\eaec";
}
.lni-burger::before {
  content: "\eaed";
}
.lni-write::before {
  content: "\eaee";
}
.lni-world::before {
  content: "\eaef";
}
.lni-world-alt::before {
  content: "\eaf0";
}
.lni-school-bench::before {
  content: "\eaf1";
}
.lni-school-bench-alt::before {
  content: "\eaf2";
}
.lni-pencil::before {
  content: "\eaf3";
}
.lni-pencil-alt::before {
  content: "\eaf4";
}
.lni-library::before {
  content: "\eaf5";
}
.lni-graduation::before {
  content: "\eaf6";
}
.lni-eraser::before {
  content: "\eaf7";
}
.lni-compass::before {
  content: "\eaf8";
}
.lni-clipboard::before {
  content: "\eaf9";
}
.lni-certificate::before {
  content: "\eafa";
}
.lni-book::before {
  content: "\eafb";
}
.lni-blackboard::before {
  content: "\eafc";
}
.lni-shift-right::before {
  content: "\eafd";
}
.lni-shift-left::before {
  content: "\eafe";
}
.lni-pointer-top::before {
  content: "\eaff";
}
.lni-pointer-right::before {
  content: "\eb00";
}
.lni-pointer-left::before {
  content: "\eb01";
}
.lni-pointer-down::before {
  content: "\eb02";
}
.lni-exit::before {
  content: "\eb03";
}
.lni-exit-up::before {
  content: "\eb04";
}
.lni-exit-down::before {
  content: "\eb05";
}
.lni-enter::before {
  content: "\eb06";
}
.lni-direction::before {
  content: "\eb07";
}
.lni-direction-rtl::before {
  content: "\eb08";
}
.lni-direction-ltr::before {
  content: "\eb09";
}
.lni-direction-alt::before {
  content: "\eb0a";
}
.lni-chevron-up::before {
  content: "\eb0b";
}
.lni-chevron-up-circle::before {
  content: "\eb0c";
}
.lni-chevron-right::before {
  content: "\eb0d";
}
.lni-chevron-right-circle::before {
  content: "\eb0e";
}
.lni-chevron-left::before {
  content: "\eb0f";
}
.lni-chevron-left-circle::before {
  content: "\eb10";
}
.lni-chevron-down::before {
  content: "\eb11";
}
.lni-chevron-down-circle::before {
  content: "\eb12";
}
.lni-arrows-vertical::before {
  content: "\eb13";
}
.lni-arrows-horizontal::before {
  content: "\eb14";
}
.lni-arrow-up::before {
  content: "\eb15";
}
.lni-arrow-up-circle::before {
  content: "\eb16";
}
.lni-arrow-top-right::before {
  content: "\eb17";
}
.lni-arrow-top-left::before {
  content: "\eb18";
}
.lni-arrow-right::before {
  content: "\eb19";
}
.lni-arrow-right-circle::before {
  content: "\eb1a";
}
.lni-arrow-left::before {
  content: "\eb1b";
}
.lni-arrow-left-circle::before {
  content: "\eb1c";
}
.lni-arrow-down::before {
  content: "\eb1d";
}
.lni-arrow-down-circle::before {
  content: "\eb1e";
}
.lni-angle-double-up::before {
  content: "\eb1f";
}
.lni-angle-double-right::before {
  content: "\eb20";
}
.lni-angle-double-left::before {
  content: "\eb21";
}
.lni-angle-double-down::before {
  content: "\eb22";
}
.lni-vector::before {
  content: "\eb23";
}
.lni-ux::before {
  content: "\eb24";
}
.lni-slice::before {
  content: "\eb25";
}
.lni-select-cursor::before {
  content: "\eb26";
}
.lni-pallet::before {
  content: "\eb27";
}
.lni-move::before {
  content: "\eb28";
}
.lni-layout::before {
  content: "\eb29";
}
.lni-layers::before {
  content: "\eb2a";
}
.lni-highlight::before {
  content: "\eb2b";
}
.lni-highlight-alt::before {
  content: "\eb2c";
}
.lni-grid::before {
  content: "\eb2d";
}
.lni-grid-alt::before {
  content: "\eb2e";
}
.lni-crop::before {
  content: "\eb2f";
}
.lni-brush::before {
  content: "\eb30";
}
.lni-brush-alt::before {
  content: "\eb31";
}
.lni-yen::before {
  content: "\eb32";
}
.lni-wallet::before {
  content: "\eb33";
}
.lni-rupee::before {
  content: "\eb34";
}
.lni-pound::before {
  content: "\eb35";
}
.lni-money-protection::before {
  content: "\eb36";
}
.lni-money-location::before {
  content: "\eb37";
}
.lni-euro::before {
  content: "\eb38";
}
.lni-dollar::before {
  content: "\eb39";
}
.lni-diamond-shape::before {
  content: "\eb3a";
}
.lni-diamond-alt::before {
  content: "\eb3b";
}
.lni-credit-cards::before {
  content: "\eb3c";
}
.lni-coin::before {
  content: "\eb3d";
}
.lni-calculator::before {
  content: "\eb3e";
}
.lni-calculator-alt::before {
  content: "\eb3f";
}
.lni-wheelbarrow::before {
  content: "\eb40";
}
.lni-trowel::before {
  content: "\eb41";
}
.lni-shovel::before {
  content: "\eb42";
}
.lni-ruler::before {
  content: "\eb43";
}
.lni-ruler-pencil::before {
  content: "\eb44";
}
.lni-ruler-alt::before {
  content: "\eb45";
}
.lni-paint-roller::before {
  content: "\eb46";
}
.lni-paint-bucket-alt::before {
  content: "\eb47";
}
.lni-helmet::before {
  content: "\eb48";
}
.lni-hammer::before {
  content: "\eb49";
}
.lni-construction::before {
  content: "\eb4a";
}
.lni-construction-hammer::before {
  content: "\eb4b";
}
.lni-bricks::before {
  content: "\eb4c";
}
.lni-train::before {
  content: "\eb4d";
}
.lni-train-alt::before {
  content: "\eb4e";
}
.lni-taxi::before {
  content: "\eb4f";
}
.lni-support::before {
  content: "\eb50";
}
.lni-ship::before {
  content: "\eb51";
}
.lni-scooter::before {
  content: "\eb52";
}
.lni-road::before {
  content: "\eb53";
}
.lni-reply::before {
  content: "\eb54";
}
.lni-postcard::before {
  content: "\eb55";
}
.lni-popup::before {
  content: "\eb56";
}
.lni-plane::before {
  content: "\eb57";
}
.lni-phone::before {
  content: "\eb58";
}
.lni-phone-set::before {
  content: "\eb59";
}
.lni-inbox::before {
  content: "\eb5a";
}
.lni-helicopter::before {
  content: "\eb5b";
}
.lni-envelope::before {
  content: "\eb5c";
}
.lni-comments::before {
  content: "\eb5d";
}
.lni-comments-reply::before {
  content: "\eb5e";
}
.lni-comments-alt-2::before {
  content: "\eb5f";
}
.lni-caravan::before {
  content: "\eb60";
}
.lni-car::before {
  content: "\eb61";
}
.lni-car-alt::before {
  content: "\eb62";
}
.lni-bus::before {
  content: "\eb63";
}
.lni-bullhorn::before {
  content: "\eb64";
}
.lni-bubble::before {
  content: "\eb65";
}
.lni-bridge::before {
  content: "\eb66";
}
.lni-bi-cycle::before {
  content: "\eb67";
}
.lni-anchor::before {
  content: "\eb68";
}
.lni-target::before {
  content: "\eb69";
}
.lni-target-revenue::before {
  content: "\eb6a";
}
.lni-tag::before {
  content: "\eb6b";
}
.lni-stats-up::before {
  content: "\eb6c";
}
.lni-stats-down::before {
  content: "\eb6d";
}
.lni-stamp::before {
  content: "\eb6e";
}
.lni-revenue::before {
  content: "\eb6f";
}
.lni-quotation::before {
  content: "\eb70";
}
.lni-pin::before {
  content: "\eb71";
}
.lni-pie-chart::before {
  content: "\eb72";
}
.lni-paperclip::before {
  content: "\eb73";
}
.lni-offer::before {
  content: "\eb74";
}
.lni-notepad::before {
  content: "\eb75";
}
.lni-license::before {
  content: "\eb76";
}
.lni-investment::before {
  content: "\eb77";
}
.lni-invest-monitor::before {
  content: "\eb78";
}
.lni-handshake::before {
  content: "\eb79";
}
.lni-grow::before {
  content: "\eb7a";
}
.lni-delivery::before {
  content: "\eb7b";
}
.lni-customer::before {
  content: "\eb7c";
}
.lni-consulting::before {
  content: "\eb7d";
}
.lni-cart::before {
  content: "\eb7e";
}
.lni-cart-full::before {
  content: "\eb7f";
}
.lni-briefcase-alt::before {
  content: "\eb80";
}
.lni-apartment::before {
  content: "\eb81";
}
.lni-agenda::before {
  content: "\eb82";
}
.lni-zoom::before {
  content: "\eb83";
}
.lni-zapier::before {
  content: "\eb84";
}
.lni-youtube::before {
  content: "\eb85";
}
.lni-ycombinator::before {
  content: "\eb86";
}
.lni-yahoo::before {
  content: "\eb87";
}
.lni-xrp::before {
  content: "\eb88";
}
.lni-xbox::before {
  content: "\eb89";
}
.lni-wordpress::before {
  content: "\eb8a";
}
.lni-wordpress-fill::before {
  content: "\eb8b";
}
.lni-windows::before {
  content: "\eb8c";
}
.lni-whatsapp::before {
  content: "\eb8d";
}
.lni-wechat::before {
  content: "\eb8e";
}
.lni-webhooks::before {
  content: "\eb8f";
}
.lni-vuejs::before {
  content: "\eb90";
}
.lni-vs-code::before {
  content: "\eb91";
}
.lni-volkswagen::before {
  content: "\eb92";
}
.lni-vmware::before {
  content: "\eb93";
}
.lni-vk::before {
  content: "\eb94";
}
.lni-visa::before {
  content: "\eb95";
}
.lni-vimeo::before {
  content: "\eb96";
}
.lni-vercel::before {
  content: "\eb97";
}
.lni-unsplash::before {
  content: "\eb98";
}
.lni-ubuntu::before {
  content: "\eb99";
}
.lni-typescript::before {
  content: "\eb9a";
}
.lni-twitter::before {
  content: "\eb9b";
}
.lni-twitter-original::before {
  content: "\eb9c";
}
.lni-twitter-fill::before {
  content: "\eb9d";
}
.lni-twitch::before {
  content: "\eb9e";
}
.lni-tumblr::before {
  content: "\eb9f";
}
.lni-trello::before {
  content: "\eba0";
}
.lni-toyota::before {
  content: "\eba1";
}
.lni-tiktok::before {
  content: "\eba2";
}
.lni-tiktok-alt::before {
  content: "\eba3";
}
.lni-tesla::before {
  content: "\eba4";
}
.lni-telegram::before {
  content: "\eba5";
}
.lni-telegram-original::before {
  content: "\eba6";
}
.lni-tailwindcss::before {
  content: "\eba7";
}
.lni-swift::before {
  content: "\eba8";
}
.lni-svelte::before {
  content: "\eba9";
}
.lni-stumbleupon::before {
  content: "\ebaa";
}
.lni-stripe::before {
  content: "\ebab";
}
.lni-steam::before {
  content: "\ebac";
}
.lni-stackoverflow::before {
  content: "\ebad";
}
.lni-squarespace::before {
  content: "\ebae";
}
.lni-spotify::before {
  content: "\ebaf";
}
.lni-spotify-original::before {
  content: "\ebb0";
}
.lni-soundcloud::before {
  content: "\ebb1";
}
.lni-soundcloud-original::before {
  content: "\ebb2";
}
.lni-snapchat::before {
  content: "\ebb3";
}
.lni-slideshare::before {
  content: "\ebb4";
}
.lni-slack::before {
  content: "\ebb5";
}
.lni-slack-line::before {
  content: "\ebb6";
}
.lni-skype::before {
  content: "\ebb7";
}
.lni-sketch::before {
  content: "\ebb8";
}
.lni-signal-app::before {
  content: "\ebb9";
}
.lni-shopify::before {
  content: "\ebba";
}
.lni-safari::before {
  content: "\ebbb";
}
.lni-reddit::before {
  content: "\ebbc";
}
.lni-react::before {
  content: "\ebbd";
}
.lni-quora::before {
  content: "\ebbe";
}
.lni-python::before {
  content: "\ebbf";
}
.lni-producthunt::before {
  content: "\ebc0";
}
.lni-postman::before {
  content: "\ebc1";
}
.lni-postgresql::before {
  content: "\ebc2";
}
.lni-playstation::before {
  content: "\ebc3";
}
.lni-play-store::before {
  content: "\ebc4";
}
.lni-play-store-fill::before {
  content: "\ebc5";
}
.lni-play-store-alt::before {
  content: "\ebc6";
}
.lni-pinterest::before {
  content: "\ebc7";
}
.lni-php::before {
  content: "\ebc8";
}
.lni-paypal::before {
  content: "\ebc9";
}
.lni-paypal-original::before {
  content: "\ebca";
}
.lni-patreon::before {
  content: "\ebcb";
}
.lni-paddle::before {
  content: "\ebcc";
}
.lni-opera::before {
  content: "\ebcd";
}
.lni-oculus::before {
  content: "\ebce";
}
.lni-npm::before {
  content: "\ebcf";
}
.lni-notion::before {
  content: "\ebd0";
}
.lni-nodejs::before {
  content: "\ebd1";
}
.lni-nodejs-alt::before {
  content: "\ebd2";
}
.lni-nissan::before {
  content: "\ebd3";
}
.lni-nextjs::before {
  content: "\ebd4";
}
.lni-netlify::before {
  content: "\ebd5";
}
.lni-netflix::before {
  content: "\ebd6";
}
.lni-mysql::before {
  content: "\ebd7";
}
.lni-mongodb::before {
  content: "\ebd8";
}
.lni-microsoft::before {
  content: "\ebd9";
}
.lni-microsoft-teams::before {
  content: "\ebda";
}
.lni-microsoft-edge::before {
  content: "\ebdb";
}
.lni-meta::before {
  content: "\ebdc";
}
.lni-meta-2::before {
  content: "\ebdd";
}
.lni-meta-1::before {
  content: "\ebde";
}
.lni-mercedes::before {
  content: "\ebdf";
}
.lni-medium::before {
  content: "\ebe0";
}
.lni-medium-alt::before {
  content: "\ebe1";
}
.lni-mastercard::before {
  content: "\ebe2";
}
.lni-markdown::before {
  content: "\ebe3";
}
.lni-mailchimp::before {
  content: "\ebe4";
}
.lni-magento::before {
  content: "\ebe5";
}
.lni-linkedin::before {
  content: "\ebe6";
}
.lni-linkedin-original::before {
  content: "\ebe7";
}
.lni-lineicons::before {
  content: "\ebe8";
}
.lni-lineicons-symbol::before {
  content: "\ebe9";
}
.lni-lineicons-symbol-alt::before {
  content: "\ebea";
}
.lni-lineicons-symbol-alt-2::before {
  content: "\ebeb";
}
.lni-lineicons-alt::before {
  content: "\ebec";
}
.lni-line::before {
  content: "\ebed";
}
.lni-laravel::before {
  content: "\ebee";
}
.lni-kubernetes::before {
  content: "\ebef";
}
.lni-jsfiddle::before {
  content: "\ebf0";
}
.lni-joomla::before {
  content: "\ebf1";
}
.lni-joomla-original::before {
  content: "\ebf2";
}
.lni-jcb::before {
  content: "\ebf3";
}
.lni-javascript::before {
  content: "\ebf4";
}
.lni-java::before {
  content: "\ebf5";
}
.lni-jamstack::before {
  content: "\ebf6";
}
.lni-jaguar::before {
  content: "\ebf7";
}
.lni-ios::before {
  content: "\ebf8";
}
.lni-instagram::before {
  content: "\ebf9";
}
.lni-instagram-original::before {
  content: "\ebfa";
}
.lni-instagram-fill::before {
  content: "\ebfb";
}
.lni-imdb::before {
  content: "\ebfc";
}
.lni-html5::before {
  content: "\ebfd";
}
.lni-hacker-news::before {
  content: "\ebfe";
}
.lni-grammarly::before {
  content: "\ebff";
}
.lni-google::before {
  content: "\ec00";
}
.lni-google-wallet::before {
  content: "\ec01";
}
.lni-google-pay::before {
  content: "\ec02";
}
.lni-google-drive::before {
  content: "\ec03";
}
.lni-google-cloud::before {
  content: "\ec04";
}
.lni-google-meet::before {
  content: "\ec05";
}
.lni-goodreads::before {
  content: "\ec06";
}
.lni-go::before {
  content: "\ec07";
}
.lni-github::before {
  content: "\ec08";
}
.lni-github-original::before {
  content: "\ec09";
}
.lni-git::before {
  content: "\ec0a";
}
.lni-gatsby::before {
  content: "\ec0b";
}
.lni-ford::before {
  content: "\ec0c";
}
.lni-flutter::before {
  content: "\ec0d";
}
.lni-flickr::before {
  content: "\ec0e";
}
.lni-fitbit::before {
  content: "\ec0f";
}
.lni-firefox::before {
  content: "\ec10";
}
.lni-firefox-original::before {
  content: "\ec11";
}
.lni-firebase::before {
  content: "\ec12";
}
.lni-figma::before {
  content: "\ec13";
}
.lni-facetime::before {
  content: "\ec14";
}
.lni-facebook::before {
  content: "\ec15";
}
.lni-facebook-oval::before {
  content: "\ec16";
}
.lni-facebook-original::before {
  content: "\ec17";
}
.lni-facebook-messenger::before {
  content: "\ec18";
}
.lni-facebook-line::before {
  content: "\ec19";
}
.lni-facebook-fill::before {
  content: "\ec1a";
}
.lni-ethereum::before {
  content: "\ec1b";
}
.lni-envato::before {
  content: "\ec1c";
}
.lni-edge::before {
  content: "\ec1d";
}
.lni-drupal::before {
  content: "\ec1e";
}
.lni-drupal-original::before {
  content: "\ec1f";
}
.lni-dropbox::before {
  content: "\ec20";
}
.lni-dropbox-original::before {
  content: "\ec21";
}
.lni-dribbble::before {
  content: "\ec22";
}
.lni-docker::before {
  content: "\ec23";
}
.lni-discover::before {
  content: "\ec24";
}
.lni-discord::before {
  content: "\ec25";
}
.lni-discord-alt::before {
  content: "\ec26";
}
.lni-diners-club::before {
  content: "\ec27";
}
.lni-digitalocean::before {
  content: "\ec28";
}
.lni-dialogflow::before {
  content: "\ec29";
}
.lni-dev::before {
  content: "\ec2a";
}
.lni-css3::before {
  content: "\ec2b";
}
.lni-creative-commons::before {
  content: "\ec2c";
}
.lni-cpanel::before {
  content: "\ec2d";
}
.lni-coral::before {
  content: "\ec2e";
}
.lni-connectdevelop::before {
  content: "\ec2f";
}
.lni-coinbase::before {
  content: "\ec30";
}
.lni-codepen::before {
  content: "\ec31";
}
.lni-cloudflare::before {
  content: "\ec32";
}
.lni-cisco::before {
  content: "\ec33";
}
.lni-chromecast::before {
  content: "\ec34";
}
.lni-chrome::before {
  content: "\ec35";
}
.lni-cash-app::before {
  content: "\ec36";
}
.lni-btc::before {
  content: "\ec37";
}
.lni-brave::before {
  content: "\ec38";
}
.lni-bootstrap::before {
  content: "\ec39";
}
.lni-bootstrap-5::before {
  content: "\ec3a";
}
.lni-bmw::before {
  content: "\ec3b";
}
.lni-bluetooth-original::before {
  content: "\ec3c";
}
.lni-blogger::before {
  content: "\ec3d";
}
.lni-bittorrent::before {
  content: "\ec3e";
}
.lni-bitcoin::before {
  content: "\ec3f";
}
.lni-bitbucket::before {
  content: "\ec40";
}
.lni-behance::before {
  content: "\ec41";
}
.lni-behance-original::before {
  content: "\ec42";
}
.lni-azure::before {
  content: "\ec43";
}
.lni-aws::before {
  content: "\ec44";
}
.lni-audi::before {
  content: "\ec45";
}
.lni-atlassian::before {
  content: "\ec46";
}
.lni-apple-pay::before {
  content: "\ec47";
}
.lni-apple-music::before {
  content: "\ec48";
}
.lni-apple-brand::before {
  content: "\ec49";
}
.lni-app-store::before {
  content: "\ec4a";
}
.lni-angular::before {
  content: "\ec4b";
}
.lni-angellist::before {
  content: "\ec4c";
}
.lni-android::before {
  content: "\ec4d";
}
.lni-android-original::before {
  content: "\ec4e";
}
.lni-amex::before {
  content: "\ec4f";
}
.lni-amazon::before {
  content: "\ec50";
}
.lni-amazon-pay::before {
  content: "\ec51";
}
.lni-amazon-original::before {
  content: "\ec52";
}
.lni-airtable::before {
  content: "\ec53";
}
.lni-airbnb::before {
  content: "\ec54";
}
.lni-adobe::before {
  content: "\ec55";
}
.lni-500px::before {
  content: "\ec56";
}

/*Animate*/
@charset "UTF-8";
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    -ms-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

/*Tiny Slider*/
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70/3);
  width: -moz-calc(100% * 70/3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100%/70);
  width: -moz-calc(100%/70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/*Glightbox*/
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
  overflow: hidden;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}
.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}
.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}
.gslide-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing::before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 80vh;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}
.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}
.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gslide-description {
  position: relative;
}
.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p::last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: 0 0;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.75))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.75) 100%
  );
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}
.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-desc {
  display: none !important;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity;
}
.glightbox-mobile .goverlay {
  background: #000;
}
.gclose,
.gnext,
.gprev {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}
.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 100%;
  height: auto;
}
.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1;
}
.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important;
}
.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-modern .gclose,
.glightbox-modern .gnext,
.glightbox-modern .gprev {
  background-color: rgba(0, 0, 0, 0.12);
}
.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover,
.glightbox-modern .gclose:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gprev:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path,
.glightbox-modern .gclose path,
.glightbox-modern .gnext path,
.glightbox-modern .gprev path {
  fill: #fff;
}
.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: 0;
}
.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}
.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}
.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: 0.7;
  background-position: -59px 2px;
}
.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}
.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

/*Style*/
html {
  scroll-behavior: smooth;
}
body {
  font-weight: 400;
  font-style: normal;
  color: #888;
  overflow-x: hidden;
  font-size: 14px;
}
p {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.navbar-toggler:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
  text-decoration: none;
  outline: 0;
}
a,
span {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 50px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
}
.mt-205 {
  margin-top: 205px;
}
.mt-210 {
  margin-top: 210px;
}
.mt-215 {
  margin-top: 215px;
}
.mt-220 {
  margin-top: 220px;
}
.mt-225 {
  margin-top: 225px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}
.mb-205 {
  margin-bottom: 205px;
}
.mb-210 {
  margin-bottom: 210px;
}
.mb-215 {
  margin-bottom: 215px;
}
.mb-220 {
  margin-bottom: 220px;
}
.mb-225 {
  margin-bottom: 225px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-205 {
  padding-top: 205px;
}
.pt-210 {
  padding-top: 210px;
}
.pt-215 {
  padding-top: 215px;
}
.pt-220 {
  padding-top: 220px;
}
.pt-225 {
  padding-top: 225px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-205 {
  padding-bottom: 205px;
}
.pb-210 {
  padding-bottom: 210px;
}
.pb-215 {
  padding-bottom: 215px;
}
.pb-220 {
  padding-bottom: 220px;
}
.pb-225 {
  padding-bottom: 225px;
}
.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
.breadcrumbs {
  position: relative;
  padding-top: 130px;
  padding-bottom: 40px;
  z-index: 2;
  text-align: left;
  background-image: url(../images/breadcrumb/breadcrumb-bg.svg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.075);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.075);
}
.breadcrumbs::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(1deg, #87e6cf, #07909d);
  opacity: 0.9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.breadcrumbs .breadcrumbs-content {
  position: relative;
  text-align: center;
}
.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 28px;
  text-transform: capitalize;
}
.breadcrumbs .breadcrumbs-content .page-title a:hover {
  color: #de3707;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
  }
}
.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: 0 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
  margin-top: 10px;
}
.breadcrumbs .breadcrumb-nav {
  text-align: right;
}
@media (max-width: 767px) {
  .breadcrumbs .breadcrumb-nav {
    text-align: center;
    margin-top: 15px;
  }
}
.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-right: 14px;
  text-transform: capitalize;
  color: #fff;
}
.breadcrumbs .breadcrumb-nav li:after {
  content: "\eb0d";
  display: inline-block;
  font: normal normal normal 1em/1 lineicons;
  font-size: 11px;
  position: absolute;
  top: 5px;
  right: -7px;
}
.breadcrumbs .breadcrumb-nav li:last-child {
  margin: 0;
  padding: 0;
}
.breadcrumbs .breadcrumb-nav li:last-child::after {
  display: none;
}
.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.breadcrumbs .breadcrumb-nav li a i,
.breadcrumbs .breadcrumb-nav li i {
  font-size: 13px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}
.breadcrumbs .breadcrumb-nav li a:hover {
  color: #e4e4e4;
}
.section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 300px;
  position: relative;
  z-index: 5;
}
.section-title span {
  text-transform: capitalize;
  color: #fff;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 4px;
}
.section-title.style2 span {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.section-title.style3 span {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.section-title.style4 span {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.section-title h2 {
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}
.section-title h1 {
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}
.section-title p {
  font-size: 14px;
  line-height: 24px;
}
.section-title p a {
  color: #888;
}
.section-title.white-text h2 {
  color: #fff;
}
.section-title.white-text h2::before {
  background-color: #fff;
}
.section-title.white-text span {
  color: #fff;
}
.section-title.white-text p {
  color: #fff;
}
.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}
.section-title.align-right h2:before {
  display: none;
}
.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #6831e3;
  content: "";
}
.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}
.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}
.custom-shadow {
  position: relative;
  z-index: 2;
}
.custom-shadow::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -20px;
  height: 90%;
  width: 80%;
  background-color: #bfbfbf;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: blur(35px);
  filter: blur(20px);
  z-index: -1;
  opacity: 0.6;
}
.custom-shadow-hover {
  position: relative;
  z-index: 2;
}
.custom-shadow-hover::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -20px;
  height: 90%;
  width: 80%;
  background-color: #bfbfbf;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: blur(35px);
  filter: blur(20px);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-shadow-hover:hover::before {
  opacity: 0.6;
  visibility: visible;
}
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 5px;
}
.scroll-top.style2 {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.scroll-top.style3 {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.scroll-top.style4 {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #081828;
}
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #081828;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}
.pagination {
  text-align: left;
  margin: 65px 0 0;
  display: block;
  background-color: transparent;
}
.pagination.center {
  text-align: center;
}
.pagination.right {
  text-align: right;
}
.pagination .pagination-list {
  display: inline-block;
  border: none;
}
.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
}
.pagination .pagination-list li:last-child {
  margin-right: 0;
}
.pagination .pagination-list li a {
  background: 0 0;
  color: #6831e3;
  border: 1px solid #6831e3;
  padding: 0 15px;
  font-weight: 500;
  font-size: 13px;
  border-radius: 5px;
  line-height: 35px;
}
.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: #6831e3;
  color: #fff;
  border-color: transparent;
}
.pagination .pagination-list li a i {
  font-size: 20px;
}
.pagination .pagination-list li a i {
  font-size: 14px;
}
.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}
.button .btn {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  color: #fff;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
}
.button .btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  background: #081828;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: -1;
}
.button .btn:hover::before {
  height: 100%;
}
.button .btn:hover {
  color: #fff;
}
.button.style2 .btn {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.button.style3 .btn {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.button.style4 .btn {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0;
}
.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader.style2 .preloader-icon span {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.preloader.style3 .preloader-icon span {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.preloader.style4 .preloader-icon span {
  background: linear-gradient(45deg, #de3707, #ff8b66);
}
.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
.demo-header .logo img {
  width: 180px;
}
.demo-header .navbar-nav .nav-item a {
  color: #081828;
}
.demo-header .navbar-nav .nav-item a:hover {
  color: #6831e3;
}
.demo-header .button .btn {
  width: 150px !important;
  padding: 15px 10px !important;
  color: #fff !important;
  background: linear-gradient(45deg, #6831e3, #f528cb) !important;
  border: none !important;
}
.demo-header .button .btn::before {
  background: #081828 !important;
}
.demo-area {
  position: relative;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  z-index: 2;
}
.demo-area:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/hero/saas-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
}
.home-pages {
  position: relative;
}
.universal-demo {
  padding: 100px 0 !important;
}
.universal-demo .section-title h2 {
  font-size: 33px;
  margin-bottom: 18px;
  line-height: 50px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  padding-bottom: 14px;
}
.universal-demo .section-title h2::before {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  content: "";
}
.demo-area .demo-inner {
  height: 650px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 3;
}
.demo-area .demo-text {
  float: none;
  margin-top: 200px;
  text-align: center;
}
.demo-area .demo-text .template-name {
  margin-bottom: 10px;
}
.demo-area .demo-text .template-name img {
  width: 200px;
  display: inline-block;
}
.demo-area .demo-text h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 25px;
  color: #fff;
}
.demo-area .demo-text p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.demo-area .demo-text .button {
  margin-top: 35px;
}
.demo-area .demo-text .button .btn {
  margin-right: 10px;
  background: #fff;
  color: #081828;
  font-weight: 600;
}
.demo-area .demo-text .button .btn:hover {
  color: #fff;
}
.demo-area .demo-text .button .btn:last-child {
  margin-right: 0;
}
.core-features .single-feature {
  text-align: left;
  background-color: #fff;
  padding: 35px;
  border-radius: 5px;
  z-index: 5;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 50px rgba(87, 87, 87, 0.23);
  box-shadow: 0 0 50px rgba(87, 87, 87, 0.23);
  border-radius: 4px;
  margin-top: 30px;
  height: 300px;
}
.core-features .single-feature::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.core-features .single-feature:hover::before {
  width: 100%;
}
.core-features .single-feature i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.core-features .single-feature h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  color: #081828;
  display: block;
  margin-bottom: 20px;
}
.core-features .single-feature p {
  font-size: 13px;
}
.core-features .single-feature:hover i {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.universal-demo .section-title {
  margin-bottom: 40px;
}
.universal-demo .single-demo {
  text-align: center;
  margin-top: 40px;
  -webkit-box-shadow: 0 20px 50px #c2c2c2;
  box-shadow: 0 20px 50px #c2c2c2;
  background: #fff;
  padding: 10px;
  position: relative;
}
.universal-demo .single-demo a {
  position: relative;
  overflow: hidden;
}
.universal-demo .single-demo a .view {
  height: 50px;
  width: 150px;
  line-height: 50px;
  background: #fff;
  color: #081828;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 600;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.universal-demo .single-demo a .view:hover {
  background: #6831e3;
  color: #fff;
}
.universal-demo .single-demo a:hover .view {
  opacity: 1;
  visibility: visible;
}
.universal-demo .single-demo a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #081828;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.universal-demo .single-demo a:hover::before {
  opacity: 0.8;
  visibility: visible;
}
.universal-demo .single-demo img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.universal-demo .single-demo h3 {
  text-align: center;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
  padding: 20px 0;
}
.universal-demo .single-demo:hover h3 {
  color: #6831e3;
}
.inner-pages {
  background-color: #f4f7fa;
}
.blog-pages {
  background-color: #fff;
}
.core-features {
  background-color: #f4f7fa !important;
}
.core-features .section-title {
  margin-bottom: 50px;
}
.core-features .single-service {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  height: 325px;
  margin-top: 30px;
}
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: 0 0;
  position: absolute;
}
.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
}
.navbar-expand-lg .navbar-nav {
  margin-left: auto;
  margin-right: 0 !important;
}
.sticky .navbar .navbar-nav .nav-item a {
  color: #081828;
}
.sticky .navbar .navbar-nav .nav-item a:hover {
  color: #6831e3;
}
.header.style2 .sticky .navbar .navbar-nav .nav-item a {
  color: #081828;
}
.header.style2 .sticky .navbar .navbar-nav .nav-item a:hover {
  color: #018bff;
}
.header.style3 .sticky .navbar .navbar-nav .nav-item a {
  color: #081828;
}
.header.style3 .sticky .navbar .navbar-nav .nav-item a:hover {
  color: #4567f4;
}
.header.style4 .sticky .navbar .navbar-nav .nav-item a {
  color: #081828;
}
.header.style4 .sticky .navbar .navbar-nav .nav-item a:hover {
  color: #07909d;
}
.sticky .navbar .navbar-toggler .toggler-icon {
  background: #081828;
}
.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header .logo {
  position: relative;
  top: -14px;
}
.header .logo img {
  width: 270px;
  position: absolute;
  left: 0;
  top: -10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .logo .primary-logo {
  z-index: 2;
}
.header .logo .alt-logo {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.header .navbar-area.sticky .logo .primary-logo {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.header .navbar-area.sticky .logo .alt-logo {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 17px 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 17px 0;
  }
  .header .logo img {
    width: 200px;
  }
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  max-width: 270px;
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #333;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(29, 42, 93, 0.1);
    box-shadow: 0 15px 20px 0 rgba(29, 42, 93, 0.1);
    padding: 5px 12px;
  }
  .navbar-collapse.sub-menu-bar.collapse.show {
    min-height: 100vh;
  }
}
.navbar-nav .nav-item {
  position: relative;
  margin-left: 40px;
}
.navbar-nav .nav-item a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 35px 0;
  position: relative;
  text-transform: capitalize;
}
.navbar-nav .nav-item a.dd-menu::after {
  content: "\eb11";
  font: normal normal normal 1em/1 lineicons;
  position: absolute;
  right: -15px;
  font-size: 10px;
  top: 45%;
  transition: all 0.3s ease-out 0s;
}
.header .navbar-area.sticky .navbar-nav .nav-item a {
  padding: 35px 0;
}
.header .navbar-area.sticky .navbar-nav .nav-item ul.sub-menu > .nav-item > a {
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 0;
    color: #5e678c;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 0;
    color: #5e678c;
  }
  .header .navbar-nav li .sub-menu.ourSolutionMenu {
    width: 290px !important;
  }
  .header
    .navbar-area
    .navbar-nav
    li.nav-item
    .sub-menu.collapse
    > li.nav-item
    > a {
    padding-left: 20px;
  }
}
.navbar-nav .nav-item a.active,
.navbar-nav .nav-item a:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a.active::after,
  .navbar-nav .nav-item a.active::before,
  .navbar-nav .nav-item a:hover::after,
  .navbar-nav .nav-item a:hover::before {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item a.active::after,
  .navbar-nav .nav-item a.active::before,
  .navbar-nav .nav-item a:hover::after,
  .navbar-nav .nav-item a:hover::before {
    opacity: 1;
  }
}
.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.navbar-nav .nav-item .sub-menu li {
  display: block;
}
.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}
.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #6831e3;
}
.navbar-nav .sub-nav-toggler {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}
.header {
  position: relative;
}
.header .navbar-nav li .sub-menu {
  background: #fff;
  width: 220px;
  text-align: left;
  position: absolute;
  top: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  left: 0;
  margin: 0;
  -webkit-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
  box-shadow: 0 13px 20px rgba(153, 153, 153, 0.06);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9999999;
}
.header .navbar-nav li a:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header .navbar-nav li .sub-menu li {
  float: none;
  margin: 0;
  display: block;
}
.header .navbar-nav li .sub-menu li:last-child {
  border: none;
}
.header .navbar-nav li .sub-menu li a {
  padding: 10px;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  background: 0 0;
  border-bottom: 1px dashed #eee;
}
.header .navbar-nav li .sub-menu li a.active {
  color: #6831e3;
  padding: 10px;
}
.header .navbar-nav li .sub-menu li a:before {
  display: none;
}
.header .navbar-nav li .sub-menu li:last-child a {
  border-bottom: 0;
}
.header .navbar-nav li .sub-menu li:hover a {
  color: #6831e3;
  background: #fff;
  padding: 10px;
}
.header .button {
  display: inline-block;
  margin-left: 45px;
}
/* .header .button .btn {
  width: 150px;
  padding: 13px 10px;
  color: #fff;
  background: 0 0;
  border: 2px solid #fff;
}
.header .button .btn::before {
  background-color: #fff;
}
.header .button .btn:hover {
  color: #081828;
} */
.header .navbar-nav li .sub-menu li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.header .navbar-area.sticky .button .btn {
  border-color: transparent;
  background-image: linear-gradient(45deg, #6831e3, #f528cb);
  border-color: #fff;
  padding: 15px 10px;
  border-radius: 6px;
}
.header .navbar-area.sticky .button .btn::before {
  background: #081828;
}
.header .navbar-area.sticky .button .btn:hover {
  color: #fff;
}
.header.style2 .navbar-area.sticky .button .btn {
  border-color: transparent;
  background: linear-gradient(45deg, #018bff, #243ec4);
  border-color: #fff;
  padding: 15px 10px;
  border-radius: 6px;
}
.header.style2 .navbar-area.sticky .button .btn::before {
  background: #081828;
}
.header.style2 .navbar-area.sticky .button .btn:hover {
  color: #fff;
}
.header.style3 .navbar-area.sticky .button .btn {
  border-color: transparent;
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
  border-color: #fff;
  padding: 15px 10px;
  border-radius: 6px;
}
.header.style3 .navbar-area.sticky .button .btn::before {
  background: #081828;
}
.header.style3 .navbar-area.sticky .button .btn:hover {
  color: #fff;
}
.header.style4 .navbar-area.sticky .button .btn {
  border-color: transparent;
  background: linear-gradient(1deg, #87e6cf, #07909d);
  border-color: #fff;
  padding: 15px 10px;
  border-radius: 6px;
}
.header.style4 .navbar-area.sticky .button .btn {
  padding: 2px 10px;
}
.header.style4 .navbar-area.sticky .button .btn::before {
  background: #081828;
}
.header.style4 .navbar-area.sticky .button .btn:hover {
  color: #fff;
}
.header .sticky .navbar .navbar-nav .nav-item a.active,
.header .sticky .navbar .navbar-nav .nav-item a:hover {
  color: #6831e3;
}
.header.style2 .sticky .navbar .navbar-nav .nav-item a.active,
.header.style2 .sticky .navbar .navbar-nav .nav-item a:hover {
  color: #018bff !important;
}
.header.style3 .sticky .navbar .navbar-nav .nav-item a.active,
.header.style3 .sticky .navbar .navbar-nav .nav-item a:hover {
  color: #4567f4 !important;
}
.header.style4 .sticky .navbar .navbar-nav .nav-item a.active,
.header.style4 .sticky .navbar .navbar-nav .nav-item a:hover {
  color: #07909d;
}
.hero-area {
  position: relative;
  background: linear-gradient(45deg, #6831e3, #f528cb);
}
.hero-area.style2 {
  position: relative;
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.hero-area.style2 .hero-image {
  display: inline-block;
}
.hero-area.style2 .hero-image img {
  float: none;
  margin: 0;
  width: 100%;
}
.hero-area.style2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/hero/saas-overlay.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.hero-area.style2::after {
  display: none;
}
.hero-area.style3 {
  position: relative;
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
  z-index: 2;
}
.hero-area.style3 img {
  width: 100%;
}
.hero-area.style3 .custom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hero-area.style3::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/hero/startup-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
.hero-area.style3::after {
  display: none;
}
.hero-area.style3 .hero-text h1 {
  font-size: 38px;
  line-height: 48px;
}
.hero-area.style3 .hero-image {
  margin-top: 160px;
}
.hero-area.style4 {
  position: relative;
  background: linear-gradient(1deg, #87e6cf, #07909d);
  z-index: 2;
}
.hero-area.style4 .hero-inner {
  padding-bottom: 130px;
}
.hero-area.style4 .tns-controls button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  z-index: 2;
  color: #fff;
  font-size: 15px;
  background: 0 0;
  border: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -30px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.hero-area.style4 .tns-controls button:hover {
  background: #fff;
  color: #081828;
  border-color: transparent;
}
.hero-area.style4 .tns-controls button:first-child {
  left: 10px;
}
.hero-area.style4 .tns-controls button:last-child {
  right: 10px;
}
.hero-area.style4 img {
  width: 100%;
}
.hero-area.style4::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/hero/agency-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
.hero-area.style4::after {
  display: none;
}
.hero-area.style4 .hero-text h1 {
  font-size: 38px;
  line-height: 48px;
}
.hero-area.style4 .hero-image {
  margin-top: 160px;
  height: 100%;
}
.hero-area.style4 .hero-image img.awardPic {
  position: absolute;
}
.hero-area.style4 .hero-image img.awardPic.award1 {
  width: auto;
  height: 350px;
  top: -5%;
  left: -60px;
  z-index: -1;
}
.hero-area.style4 .hero-image img.awardPic.award2 {
  width: auto;
  height: 100px;
  bottom: 15%;
  left: 0;
}
.hero-area.style4::after,
.hero-area::after {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
  background: url(../images/hero/brush.svg) bottom no-repeat;
  background-size: auto;
  background-size: cover;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 7;
}
.hero-area .hero-bottom-shape {
  height: 250px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero-area .hero-inner {
  height: auto;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 3;
  padding-bottom: 180px;
}
.hero-area .hero-inner.style2 {
  padding-bottom: 0;
  text-align: center;
  height: 930px;
}
.hero-area .hero-inner.style2 .hero-text {
  margin-top: 200px;
}
.hero-area .hero-inner.style2 .hero-image {
  text-align: center;
  display: inline-block;
  margin-top: 90px;
}
.hero-area .hero-text {
  float: none;
  margin-top: 275px;
}
.hero-area .hero-text h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.hero-area .hero-text h1 {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -1px;
  color: #fff;
}
.hero-area .hero-text p {
  font-size: 18px;
  color: #fff;
}
.hero-area.style4 span#app {
  background: #c40189;
  line-height: 1.15;
  padding: 1px;
}
.hero-area .hero-text .button {
  margin-top: 30px;
}
.hero-area .hero-text .button .btn {
  background: #fff;
  color: #081828;
  margin-right: 10px;
}
.hero-area .hero-text .button .btn:last-child {
  margin: 0;
}
.hero-area .hero-text .button .btn i {
  font-size: 20px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero-area .hero-text .button .btn:hover {
  color: #fff;
}
.hero-area .hero-text .button .btn.primary {
  border: 2px solid #fff;
  background: 0 0;
  color: #fff;
  padding: 13px 30px;
}
.hero-area .hero-text .button .btn.primary::before {
  background: #fff;
}
.hero-area .hero-text .button .btn.primary:hover {
  color: #081828;
}
.hero-area .hero-image {
  margin-top: 150px;
  position: relative;
}
.hero-area .hero-image > img {
  float: right;
  margin-right: 50px;
}
.hero-area .hero-image .waves-block .waves {
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  border-radius: 100%;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  right: 0;
  top: 80px;
  z-index: -1;
}
.hero-area .hero-image .waves-block .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.hero-area .hero-image .waves-block .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero-area .hero-image .waves-block .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
  }
}
.features.style2 {
  position: relative;
}
.features.style2 .tab-head {
  position: relative;
}
.features.style2 .tab-head .nav-head {
  text-align: center;
  border: 2px solid #eee;
  padding: 10px;
  border-radius: 10px;
  margin: 0 100px;
  display: inline-block;
}
.features.style2 .tab-head .nav {
  margin-bottom: 0;
  margin-bottom: 0 !important;
}
.features.style2 .tab-head .nav-pills .nav-link {
  background: 0 0;
  color: #081828;
  font-weight: 600;
  font-size: 13px;
  border-radius: 0;
  padding: 18px 55px;
  position: relative;
  bottom: 0;
  border-radius: 5px;
}
.features.style2 .tab-head .nav-pills .nav-link:hover {
  color: #018bff;
}
.features.style2 .tab-head .nav-pills .nav-link i {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #018bff;
}
.features.style2 .tab-head .nav-pills .nav-link.active,
.features.style2 .tab-head .nav-pills .show > .nav-link {
  color: #fff;
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.features.style2 .tab-head .nav-pills .nav-link.active i,
.features.style2 .tab-head .nav-pills .show > .nav-link i {
  color: #fff;
}
.features.style2 .tab-head .tab-content-inner {
  margin-top: 80px;
}
.features.style2 .tab-head .tab-content-inner .tab-image img {
  width: 100%;
}
.features.style2 .tab-head .tab-content-inner .tab-text {
  padding-left: 50px;
}
.features.style2 .tab-head .tab-content-inner .tab-text h3 {
  font-size: 32px;
  font-weight: 600;
  color: #081828;
  margin-bottom: 20px;
  display: block;
  line-height: 45px;
}
.features.style2 .tab-head .tab-content-inner .tab-text p {
  margin: 30px 0;
  font-size: 14px;
}
.features.style2 .tab-head .tab-content-inner .tab-text ul {
  margin-top: 40px;
}
.features.style2 .tab-head .tab-content-inner .tab-text ul li {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  position: relative;
  padding-left: 100px;
}
.features.style2 .tab-head .tab-content-inner .tab-text ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  border-radius: 10px;
  background: linear-gradient(45deg, #018bff, #243ec4);
  color: #fff;
  font-size: 20px;
}
.features.style2 .tab-head .tab-content-inner .tab-text ul li span {
  font-size: 17px;
  color: #018bff;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.features.style2 .tab-head .tab-content-inner .tab-text ul li:last-child {
  margin: 0;
}
.features .single-feature {
  padding: 50px 30px;
  border: 2px solid #eee;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.features .single-feature:hover {
  -webkit-box-shadow: 0 20px 50px #00000017;
  box-shadow: 0 20px 50px #00000017;
}
.features .single-feature .feature-icon {
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0 20px 40px #6831e378;
  box-shadow: 0 20px 40px #6831e378;
  border-radius: 5px;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 35px;
  margin-bottom: 30px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.features .single-feature .feature-icon i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.features .single-feature h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.features .single-feature p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 28px;
  font-size: 14px;
}
.features .single-feature:hover {
  border-color: #6831e3;
}
.work-process {
  background-color: #f4f7fa;
}
.work-process.style4 .single-process .main-icon i {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(1deg, #87e6cf, #07909d) !important;
}
.work-process .single-process {
  text-align: center;
  margin-top: 30px;
  padding: 0 20px;
}
.work-process .single-process .icon {
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  background: #fff;
  -webkit-box-shadow: 0 16px 32px 0 rgba(135, 135, 135, 0.1);
  box-shadow: 0 16px 32px 0 rgba(135, 135, 135, 0.1);
  border-radius: 50%;
  position: relative;
  display: inline-block;
  font-size: 30px;
  position: relative;
}
.work-process .single-process .icon .main-icon i {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(45deg, #018bff, #243ec4);
}
.work-process .single-process .icon span {
  font-size: 14px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: linear-gradient(45deg, #018bff, #243ec4);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
}
.work-process .single-process h3 {
  font-size: 20px;
  margin-top: 30px;
}
.work-process .single-process p {
  margin-top: 20px;
}
.services {
  background-color: #fff;
}
.services .single-service {
  position: relative;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-box-shadow: 0 0 20px #0000000f;
  box-shadow: 0 0 20px #0000000f;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
.services .single-service::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(1deg, #87e6cf, #07909d);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services .single-service:hover::before {
  width: 100%;
}
.services .single-service:hover {
  -webkit-box-shadow: 0 0 30px #0000001f;
  box-shadow: 0 0 30px #0000001f;
}
.services .single-service .icon i {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(1deg, #87e6cf, #07909d);
  font-size: 30px;
  position: absolute;
  left: 40px;
  top: 40px;
}
.services .single-service .text {
  padding-left: 60px;
}
.services .single-service .text h2 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.app-description {
  position: relative;
  background-color: #f4f7fa;
  z-index: 2;
}
.app-description img {
  width: 100%;
}
.app-description.white-bg {
  background-color: #fff;
}
.app-description .shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.app-description .left {
  text-align: center;
}
.app-description .right .section-title {
  padding: 0;
  text-align: left;
}
.app-description .right .section-title h2 {
  margin-bottom: 30px;
}
.app-description .right .section-title p {
  margin: 20px 0;
}
.app-description .right ul li {
  display: block;
  margin-bottom: 35px;
  position: relative;
  padding-left: 90px;
}
.app-description .right ul li span {
  font-size: 20px;
  font-weight: 600;
  color: #081828;
  display: block;
  margin-bottom: 10px;
}
.app-description .right ul li i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #fff;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.app-description .right ul li:last-child {
  margin: 0;
}
.app-description.style2 .right ul li {
  position: relative;
  padding-left: 50px;
  color: #888;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
}
.app-description.style2 .right ul li i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -5px;
}
.app-description.saas-page-style .content {
  text-align: left;
}
.app-description.saas-page-style .content .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  background: linear-gradient(45deg, #018bff, #243ec4);
  color: #fff;
  border-radius: 10px;
  font-size: 30px;
  margin-bottom: 30px;
}
.app-description.saas-page-style .content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
}
.app-description.saas-page-style .content p {
  margin: 20px 0;
}
.app-description.saas-page-style .content .button {
  margin-top: 40px;
}
.app-description.saas-page-style .second-description {
  padding-top: 120px;
}
.app-description.saas-page-style .second-description .content {
  padding-left: 50px;
}
.app-description.startup-page-style .content {
  text-align: left;
}
.app-description.startup-page-style .content .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
  color: #fff;
  border-radius: 10px;
  font-size: 30px;
  margin-bottom: 30px;
  border-radius: 50px 50px 50px 0;
}
.app-description.startup-page-style .content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
}
.app-description.startup-page-style .content p {
  margin: 20px 0;
}
.app-description.startup-page-style .content .button {
  margin-top: 40px;
}
.app-description.startup-page-style .second-description {
  padding-top: 120px;
}
.app-description.startup-page-style .second-description .content {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .app-description .right ul li span {
    font-size: 16px;
  }
}
.app-download.style2 {
  background: linear-gradient(45deg, #018bff, #243ec4);
  z-index: 2;
}
.app-download.style2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/hero/saas-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
}
.app-download.style2 .download-content {
  text-align: center;
}
.app-download.style2 .download-content h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 30px;
  color: #fff;
}
.app-download.style2 .download-content p {
  color: #fff;
}
.app-download.style2 .download-content .button {
  margin-top: 40px;
  display: block;
}
.app-download.style2 .download-content .button .btn {
  margin-right: 20px;
  background: #fff;
  color: #018bff;
}
.app-download.style2 .download-content .button .btn:hover {
  color: #fff;
}
.app-download.style2 .download-content .button .btn.primary {
  background: 0 0;
  color: #fff;
  border: 2px solid #fff;
  padding: 13px 30px;
}
.app-download.style2 .download-content .button .btn.primary::before {
  background: #fff;
}
.app-download.style2 .download-content .button .btn.primary:hover {
  color: #018bff;
}
.app-download.style2 .download-content .button .btn:last-child {
  margin-right: 0;
}
.app-download .app-download.style3 .download-content {
  text-align: center;
}
.app-download .single-download {
  padding: 40px 35px;
  border: 1px dashed #6831e3;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin-top: 30px;
}
.app-download .single-download:hover {
  -webkit-box-shadow: 0 0 30px #00000017;
  box-shadow: 0 0 30px #00000017;
}
.app-download .single-download h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.app-download .single-download .button {
  margin-top: 30px;
}
.app-download .single-download .button .btn {
  text-align: left;
  padding-left: 75px;
  background: linear-gradient(45deg, #6831e3, #f528cb);
}
.app-download .single-download .button .btn span {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}
.app-download .single-download .button .btn i {
  position: absolute;
  left: 30px;
  top: 50%;
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-top: -15px;
}
.call-action {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
  z-index: 2;
}
.call-action.style4 {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.call-action:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/cta/overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
}
.call-action .inner-content {
  text-align: center;
  padding: 0 70px;
}
.call-action .inner-content h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 30px;
  color: #fff;
}
.call-action .inner-content p {
  color: #fff;
}
.call-action .inner-content .button {
  margin-top: 45px;
  display: block;
}
.call-action .inner-content .button .btn {
  background: #fff;
  color: #081828;
}
.call-action .inner-content .button .btn:hover {
  color: #fff;
}
.app-screenshorts {
  background-color: #f4f7fa;
  padding-bottom: 160px !important;
}
.app-screenshorts .single-slider img {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
  -webkit-box-shadow: 0 0 15px #00000017;
  box-shadow: 0 0 15px #00000017;
  border-radius: 10px;
  width: 100%;
}
.app-screenshorts .slider-head {
  position: relative;
}
.app-screenshorts .tns-nav {
  text-align: center;
  position: absolute;
  bottom: -65px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  left: 50%;
}
.app-screenshorts .tns-nav button {
  height: 10px;
  width: 10px;
  background-color: #6831e3;
  border-radius: 30px;
  display: inline-block;
  border: none;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.app-screenshorts .tns-nav button.tns-nav-active {
  width: 20px;
}
.our-achievement {
  background: linear-gradient(45deg, #6831e3, #f528cb);
  position: relative;
  padding-top: 70px;
  padding: 90px 0 120px;
  z-index: 1;
}
.our-achievement::before {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  height: 110%;
  width: 100%;
  background-image: url(../images/video/video-overlay.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.our-achievement.style2 {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.our-achievement.style2 .single-achievement i {
  color: #018bff;
}
.our-achievement.style3 {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.our-achievement.style3 .single-achievement i {
  color: #4567f4;
}
.our-achievement.style4 {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.our-achievement.style4 .single-achievement i {
  color: #07909d;
}
.our-achievement .single-achievement {
  margin-top: 30px;
  text-align: center;
  padding: 0 50px;
}
.our-achievement .single-achievement i {
  font-size: 32px;
  margin-bottom: 30px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  display: inline-block;
  background: #fff;
  color: #6831e3;
  border-radius: 10px;
}
.our-achievement .single-achievement h3 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  color: #fff;
}
.our-achievement .single-achievement p {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.why-choose {
  background-color: #fff;
  position: relative;
  padding-top: 50px;
}
.why-choose::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(45deg, transparent, #eee, transparent);
}
.why-choose .single-choose {
  padding: 35px;
  border: 1px dashed #888;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.why-choose .single-choose:hover {
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
}
.why-choose .single-choose:hover .icon::before {
  border-radius: 50px 0 50px 50px;
}
.why-choose .single-choose:hover h3 {
  color: #4567f4;
}
.why-choose .single-choose .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.why-choose .single-choose .icon::before {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  position: absolute;
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
  border-radius: 50px 50px 50px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.why-choose .single-choose h3 {
  color: #081828;
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.why-choose .single-choose p {
  line-height: 27px;
  font-size: 13px;
}
.portfolio-section {
  background: #fff;
}
.portfolio-section .portfolio-btn-wrapper {
  margin-bottom: 0;
  text-align: center;
  margin-top: 50px;
  position: relative;
}
.portfolio-section .section-title {
  margin-bottom: 0;
}
.portfolio-button-head {
  width: 100%;
  height: 100%;
  position: relative;
}
.portfolio-section .grid {
  margin-top: 70px;
}
.portfolio-section .portfolio-btn-wrapper button {
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  border: none;
  color: #081828;
  border-radius: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #eee;
  border: none;
  border-radius: 3px;
}
.portfolio-section .portfolio-btn-wrapper button:hover {
  background: linear-gradient(1deg, #87e6cf, #07909d);
  border-color: transparent;
  color: #fff;
}
.portfolio-section .portfolio-btn-wrapper button.active {
  background: linear-gradient(1deg, #87e6cf, #07909d) !important;
  color: #fff;
  border-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-section .portfolio-btn-wrapper button {
    margin-right: 10px;
    padding: 7px 18px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .portfolio-section .portfolio-btn-wrapper button {
    margin-right: 10px;
    padding: 7px 18px;
    font-size: 16px;
  }
}
.portfolio-section .portfolio-btn-wrapper button:last-child {
  margin-right: 0;
}
.portfolio-item-wrapper {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 2;
  background: #fff;
  padding: 8px;
  -webkit-box-shadow: 0 0 20px #0000000f;
  box-shadow: 0 0 20px #0000000f;
}
.portfolio-item-wrapper .portfolio-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.portfolio-item-wrapper:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio-item-wrapper .portfolio-img {
  overflow: hidden;
  position: relative;
}
.portfolio-item-wrapper .portfolio-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(1deg, #87e6cf, #07909d);
  height: 100%;
  width: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.portfolio-item-wrapper:hover .portfolio-img::before {
  opacity: 0.9;
  visibility: visible;
}
.portfolio-item-wrapper .portfolio-img img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-item-wrapper:hover .portfolio-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.portfolio-section .pf-content .link {
  padding: 15px 25px;
  border-radius: 4px;
  background: #fff;
  color: #081828;
  font-size: 13px;
  -webkit-box-shadow: 0 0 20px #0000000f;
  box-shadow: 0 0 20px #0000000f;
}
.portfolio-section .pf-content .link i {
  display: inline-block;
  margin-left: 3px;
}
.portfolio-section .pf-content .link:hover {
  color: #fff;
}
.team {
  background-color: #f4f7fa;
}
.team.style2 .single-team .image::before {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.team.style3 .single-team .image::before {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.team.style4 .single-team .image::before {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.team .title-line {
  margin-bottom: 40px;
}
.team .section-title {
  margin-bottom: 50px;
}
.team .single-team {
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  overflow: hidden;
  background: 0 0;
  -webkit-box-shadow: 0 32px 54px 0 rgba(22, 28, 45, 0.16);
  box-shadow: 0 32px 54px 0 rgba(22, 28, 45, 0.16);
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.team .single-team .info-head {
  background: 0 0;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 25px;
}
.team .single-team:hover .info-head:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.team .single-team:hover .info-head {
  border-color: transparent;
}
.single-team .image {
  position: relative;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.single-team .image::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.single-team .image img {
  height: 100%;
  width: 100%;
}
.single-team .image .social {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -12px;
}
.single-team .image .social li {
  display: inline-block;
  margin-right: 15px;
}
.single-team .image .social li:last-child {
  margin-right: 0;
}
.single-team .image .social li a {
  color: #fff;
  display: block;
  font-size: 15px;
}
.single-team .image .social li a:hover {
  opacity: 0.7;
}
.single-team:hover .image::before {
  opacity: 0.8;
  visibility: visible;
}
.single-team:hover .social {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.team .single-team .info-box {
  text-align: center;
}
.team .single-team .info-box .name {
  display: block;
  font-size: 17px;
  color: #333;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.team .single-team .info-box .name a {
  font-weight: 600;
  color: #081828;
  font-size: 17px;
}
.team .single-team .info-box .name a:hover {
  opacity: 0.7;
}
.team .single-team .info-box .designation {
  color: #666;
  font-size: 13px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials.style2 .single-testimonial:hover {
  border-color: #018bff;
}
.testimonials.style3 {
  padding-bottom: 180px;
}
.testimonials.style3 .single-testimonial {
  padding: 60px 50px;
  position: relative;
  text-align: center;
}
.testimonials.style3 .single-testimonial:hover {
  border-color: #4567f4;
}
.testimonials.style3 .single-testimonial .top-section {
  text-align: center;
}
.testimonials.style3 .single-testimonial .top-section h3 {
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
  margin-top: 13px;
  left: 0;
  top: 0;
}
.testimonials.style3 .testimonial-slider-head {
  position: relative;
}
.testimonials.style3 .tns-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -60px;
  z-index: 2;
}
.testimonials.style3 .tns-nav button {
  width: 7px;
  height: 7px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  background: #d5d5d5;
  display: inline-block;
  border: none;
  margin-right: 9px;
  border-radius: 30px;
}
.testimonials.style3 .tns-nav button.tns-nav-active {
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.testimonials.style4 {
  padding-bottom: 180px;
}
.testimonials.style4 .single-testimonial {
  padding: 60px 50px;
  position: relative;
  text-align: center;
}
.testimonials.style4 .single-testimonial:hover {
  border-color: #07909d;
}
.testimonials.style4 .single-testimonial .top-section {
  text-align: center;
}
.testimonials.style4 .single-testimonial .top-section h3 {
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
  margin-top: 13px;
  left: 0;
  top: 0;
}
.testimonials.style4 .testimonial-slider-head {
  position: relative;
}
.testimonials.style4 .tns-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -60px;
  z-index: 2;
}
.testimonials.style4 .tns-nav button {
  width: 7px;
  height: 7px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  background: #d5d5d5;
  display: inline-block;
  border: none;
  margin-right: 9px;
  border-radius: 30px;
}
.testimonials.style4 .tns-nav button.tns-nav-active {
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.testimonials .single-testimonial {
  border: 1px solid #eee;
  border-radius: 10px;
  border: 2px solid #eee;
  margin-top: 30px;
  padding: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.testimonials .single-testimonial:hover {
  -webkit-box-shadow: 0 20px 50px #00000017;
  box-shadow: 0 20px 50px #00000017;
  border-color: #6831e3;
}
.testimonials .single-testimonial .top-section {
  position: relative;
}
.testimonials .single-testimonial .top-section img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
.testimonials .single-testimonial .top-section h3 {
  font-size: 16px;
  font-weight: 600;
  color: #081828;
  position: absolute;
  left: 70px;
  top: 4px;
}
.testimonials .single-testimonial .top-section h3 span {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 2px;
  color: #888;
}
.testimonials .single-testimonial p {
  margin-top: 30px;
}
.pricing-table {
  background: #f4f7fa;
  position: relative;
}
.pricing-table.style2 .single-table .table-head {
  border-bottom-color: #018bff;
}
.pricing-table.style2 .single-table .amount {
  background: linear-gradient(45deg, #018bff, #243ec4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-table.style2 .single-table .button .btn {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.pricing-table.style3 .single-table .table-head {
  border-bottom-color: #4567f4;
}
.pricing-table.style3 .single-table .amount {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-table.style3 .single-table .button .btn {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.pricing-table.style4 .single-table .table-head {
  border-bottom-color: #07909d;
}
.pricing-table.style4 .single-table .amount {
  background: linear-gradient(1deg, #87e6cf, #07909d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-table.style4 .single-table .button .btn {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.pricing-table .single-table {
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  overflow: hidden;
  border-radius: 10px;
  margin-top: 30px;
}
.pricing-table .single-table .table-head {
  background: #fff;
  padding: 40px 20px;
  border-bottom: 1px dashed #6831e3;
}
.pricing-table .single-table:hover {
  -webkit-box-shadow: 0 32px 54px 0 rgba(22, 28, 45, 0.16);
  box-shadow: 0 32px 54px 0 rgba(22, 28, 45, 0.16);
}
.pricing-table .single-table .title h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #081828;
  margin-top: -5px;
}
.pricing-table .single-table .amount {
  background: linear-gradient(45deg, #6831e3, #f528cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  letter-spacing: -2px;
}
.pricing-table .single-table .amount .duration {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
  letter-spacing: 0;
  position: relative;
  top: -3px;
}
.pricing-table .single-table .table-list {
  margin-top: 50px;
}
.pricing-table .single-table .table-list li {
  color: #444;
  margin-bottom: 15px;
  font-size: 14px;
}
.pricing-table .single-table .table-list li:last-child {
  margin-bottom: 0;
}
.pricing-table .single-table .button {
  padding: 40px 0 50px;
  text-align: center;
}
.pricing-table .single-table .button .btn {
  background: linear-gradient(45deg, #6831e3, #f528cb);
}
.pricing-table .single-table .button .btn i {
  display: inline-block;
  margin-left: 5px;
}
.intro-video-area {
  background: linear-gradient(45deg, #6831e3, #f528cb);
  padding: 120px 60px;
  position: relative;
}
.intro-video-area.style2 {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.intro-video-area.style2 .intro-video-play .play-thumb a:hover {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.intro-video-area.style2 .intro-video-play .play-thumb a {
  color: #018bff;
}
.intro-video-area.style3 {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
  text-align: center;
}
.intro-video-area.style3 .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.intro-video-area.style3::before {
  display: none;
}
.intro-video-area.style3 .intro-video-play::before {
  left: -40px;
  top: -40px;
}
.intro-video-area.style3 .intro-video-play::after {
  position: absolute;
  content: "";
  right: -54px;
  bottom: -55px;
  height: 159px;
  width: 100px;
  background-image: url(../images/video/shape.png);
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-animation: floatY 3s ease-in-out infinite;
  animation: floatY 3s ease-in-out infinite;
}
.intro-video-area.style3 .intro-video-play .play-thumb a:hover {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.intro-video-area.style3 .intro-video-play .play-thumb a {
  color: #4567f4;
}
.intro-video-area.style3 .intro-video-play {
  background-image: url(../images/video/startup-video-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.intro-video-area.style4 {
  background: linear-gradient(1deg, #87e6cf, #07909d);
  text-align: center;
  position: relative;
}
.intro-video-area.style4 .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.intro-video-area.style4::before {
  display: none;
}
.intro-video-area.style4:after {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  height: 110%;
  width: 100%;
  background-image: url(../images/video/agency-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.intro-video-area.style4 .intro-video-play .play-thumb a:hover {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.intro-video-area.style4 .intro-video-play .play-thumb a {
  color: #07909d;
}
.intro-video-area.style4 .intro-video-play {
  background-image: url(../images/video/videoPlayer.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.intro-video-area.style4 .intro-video-play::after {
  position: absolute;
  content: "";
  right: -54px;
  bottom: -55px;
  height: 159px;
  width: 100px;
  background-image: url(../images/video/shape.png);
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-animation: floatY 3s ease-in-out infinite;
  animation: floatY 3s ease-in-out infinite;
}
.intro-video-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  height: 110%;
  width: 110%;
  background-image: url(../images/video/video-overlay.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.intro-video-area .intro-video-play {
  background-color: #f4f7fa;
  background-image: url(../images/video/video-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 60px;
  position: relative;
  z-index: 2;
}
.intro-video-area .intro-video-play::before {
  position: absolute;
  content: "";
  left: -54px;
  top: -55px;
  height: 159px;
  width: 100px;
  background-image: url(../images/video/shape.png);
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-animation: floatY 3s ease-in-out infinite;
  animation: floatY 3s ease-in-out infinite;
}
@media (max-width: 575px) {
  .intro-video-area .intro-video-play::before,
  .intro-video-area.style4 .intro-video-play::after {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .intro-video-area .intro-video-play::before {
    left: -10px;
  }
  .intro-video-area.style4 .intro-video-play::after {
    right: -10px;
  }
}
.intro-video-area .section-title {
  padding: 0;
  padding: 0 200px;
  margin: 0;
  text-align: left;
  padding: 0;
  padding-left: 50px;
}
.intro-video-area .section-title span {
  color: #081828;
  background: #fff;
}
.intro-video-area .section-title h2 {
  color: #fff;
}
.intro-video-area .section-title p {
  color: #fff;
  margin: 30px 0;
}
.intro-video-area .intro-video-play {
  position: relative;
  z-index: 9;
}
.intro-video-area .intro-video-play .play-thumb {
  text-align: center;
}
.intro-video-area .intro-video-play .play-thumb a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  padding-left: 4px;
  font-size: 18px;
  color: #b92d03;
  display: inline-block;
  -webkit-box-shadow: 0 0 31px #0000003b;
  box-shadow: 0 0 31px #0000003b;
  position: relative;
}
.intro-video-area .intro-video-play .play-thumb a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: play-btn-1 1.8s linear infinite;
  animation: play-btn-1 1.8s linear infinite;
}
.intro-video-area .intro-video-play .play-thumb a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: play-btn-2 1.5s linear infinite;
  animation: play-btn-2 1.5s linear infinite;
}
@-webkit-keyframes play-btn-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes play-btn-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes play-btn-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes play-btn-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.intro-video-area .intro-video-play .play-thumb a:hover {
  background: linear-gradient(45deg, #6831e3, #f528cb);
  color: #fff;
}
.faq .section-title {
  padding: 0;
}
.faq .faq-image {
  text-align: center;
}
.faq.style2 .accordion-button:not(.collapsed) {
  background: linear-gradient(45deg, #018bff, #243ec4);
  color: #fff;
}
.faq.style3 .accordion-button:not(.collapsed) {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
  color: #fff;
}
.faq.style4 .accordion-button:not(.collapsed) {
  background: linear-gradient(1deg, #87e6cf, #07909d);
  color: #fff;
}
.accordion-item .accordion-button {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden;
  border: none;
  border: 1px solid #eee;
}
.accordion-item .accordion-button span {
  float: left;
  text-align: left;
}
.accordion-item .accordion-button i {
  float: right;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  border: none;
  border-radius: 5px 5px 0 0;
}
.accordion-button:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-button::after {
  display: none;
}
.accordion-collapse {
  border: none;
}
.accordion-body {
  border: 1px solid #eee;
  border-radius: 0 0 5px 5px;
  padding: 30px 20px;
}
.accordion-body p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.accordion-body p:last-child {
  margin: 0;
}
.accordion-item {
  margin-bottom: 20px;
}
.newsletter-area {
  text-align: center;
  position: relative;
  z-index: 2;
}
.newsletter-area.style2::before {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.newsletter-area.style2 .subscribe-text .button .btn {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.newsletter-area.style3::before {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.newsletter-area.style3 .subscribe-text .button .btn {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.newsletter-area.style4::before {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.newsletter-area.style4 .subscribe-text .button .btn {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.newsletter-area:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0.95;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  z-index: -1;
}
.newsletter-area::after {
  content: "";
  background-image: url(../images/newsletter/newsletter-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  z-index: -2;
}
.newsletter-area .section-title {
  padding: 0;
  padding: 0 90px;
  margin-bottom: 75px;
}
.newsletter-area .section-title span {
  color: #081828;
  background: #fff;
}
.newsletter-area .section-title h2 {
  color: #fff;
}
.newsletter-area .section-title h3.gray-bg {
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff !important;
  opacity: 0.2 !important;
}
.newsletter-area .subscribe-text {
  text-align: center;
  background: #fff;
  display: inline-block;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1rem 28px rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 28px rgba(35, 38, 45, 0.15) !important;
}
.newsletter-area .subscribe-text form {
  display: inline-block;
  text-align: center;
}
.newsletter-area .subscribe-text input {
  height: 55px;
  width: 100%;
  border: none;
  background-color: #fff;
  color: #081828;
  border-radius: 5px;
  padding: 0 30px;
  display: block;
  text-align: center;
  display: inline-block;
  border: 2px solid #eee;
  background: 0 0;
  color: #333;
  font-weight: 500;
  text-align: left;
}
.newsletter-area .subscribe-text .button {
  display: inline-block;
}
.newsletter-area .subscribe-text .button .btn {
  color: #fff;
  border: 1px solid #eee;
  height: 55px;
  width: auto;
  display: inline-block;
  border: none;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  color: #fff;
  margin-left: 10px;
  margin-top: -2px;
  -webkit-box-shadow: 0 1rem 28px rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 28px rgba(35, 38, 45, 0.15) !important;
  padding: 0 20px;
  font-size: 13px;
}
.clients {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 100px 0 50px;
}
.clients.style2 {
  padding-top: 200px;
}
.clients.style2 h2 span {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.clients.style3 {
  padding: 20px 0 50px;
  border: none;
  background: #f4f7fa;
}
.clients.style4 {
  padding: 20px 0 50px;
  border: none;
}
.clients h2 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.clients h2 span {
  background: linear-gradient(45deg, #6831e3, #f528cb);
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 4px;
  margin-left: 10px;
  display: inline-block;
  font-style: italic;
}
.clients .single-client {
  margin-top: 30px;
  display: inline-block;
  margin-right: 20px;
  width: 17%;
}
.clients .single-client:last-child {
  margin-right: 0;
}
.clients .single-client img {
  opacity: 0.5;
  width: 90%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.clients .single-client img:hover {
  cursor: pointer;
  opacity: 1;
}
.footer {
  z-index: 2;
  position: relative;
  background: linear-gradient(45deg, #6831e3, #f528cb);
}
.footer.style2 {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.footer.style3 {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.footer.style3::before {
  background-image: url(../images/cta/overlay.png);
}
.footer.style4 {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.footer.style4::before {
  background-image: url(../images/cta/overlay.png);
}
.footer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/hero/saas-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
}
.footer .call-action .inner-content {
  padding: 100px 0;
  border-bottom: 1px solid #25272e;
}
.footer .call-action .inner-content h2 {
  font-size: 28px;
  font-weight: 700;
  display: block;
  color: #fff;
}
.footer .call-action .inner-content p {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}
.footer .call-action .inner-content .button {
  float: right;
}
.footer .call-action .inner-content .button .btn:hover {
  background-color: #fff;
  color: #6831e3;
}
.footer .logo {
  margin-bottom: 26px;
}
.footer .logo img {
  width: 100%;
}
.logo.archLogo {
  margin: 20px 0;
}
.footer .f-about {
  padding-right: 85px;
}
.footer .f-about p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.footer .f-about p > a {
  color: #fff;
}
.footer .footer-social {
  margin-top: 30px;
}
.footer .footer-social ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer .footer-social ul li:last-child {
  margin-right: 0;
}
.footer .footer-social ul li a {
  font-size: 12px;
  display: block;
  background: 0 0;
  border: none;
  color: #fff;
  position: relative;
  z-index: 3;
  height: 35px;
  width: 35px;
  display: block;
  border-radius: 6px;
  border: 1px solid #eeeeeeb3;
  text-align: center;
  line-height: 35px;
}
.footer .footer-social ul li a:hover {
  color: #081828;
  background-color: #fff;
  border-color: transparent;
}
.footer .footer-middle {
  padding-bottom: 120px;
  padding-top: 90px;
}
.footer .single-footer {
  margin-top: 30px;
}
.footer .single-footer h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.footer .f-link ul li {
  margin-bottom: 18px;
  position: relative;
}
.footer .f-link ul li:last-child {
  margin: 0;
}
.footer .f-link ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .f-link ul li a:hover {
  opacity: 0.7;
}
.footer .f-contact ul {
  margin-top: 20px;
}
.footer .f-contact ul li {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  padding-left: 35px;
}
.footer .f-contact ul li i {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .f-contact ul li:last-child {
  margin: 0;
}
.footer .f-contact ul li a {
  color: #fff;
}
.footer .footer-bottom {
  padding: 30px 0;
  background-color: transparent;
  border-top: 2px solid #eeeeee69;
}
.footer .footer-bottom .inner {
  text-align: center;
}
.footer .footer-bottom .inner p {
  color: #fff;
  font-size: 14px;
}
.footer .footer-bottom .inner p a {
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
  color: #fff;
}
.footer .footer-bottom .inner p a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
  p {
    font-size: 13px;
  }
  .universal-demo {
    padding: 30px 0 60px !important;
  }
  .universal-demo .section-title h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 40px;
  }
  .universal-demo .section-title {
    margin-bottom: 20px;
  }
  .universal-demo .single-demo {
    margin-top: 30px;
  }
  .section-title {
    margin-bottom: 20px;
    padding: 0 90px;
  }
  .section-title span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
  }
  .section-title h2 {
    font-size: 25px;
    margin-top: 5px;
    line-height: 35px;
  }
  .section-title.align-left {
    padding: 0;
    padding-right: 200px;
  }
  .section-title p {
    font-size: 13px;
  }
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
  #scrollUp {
    bottom: 55px;
  }
  .scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .demo-area .demo-inner {
    height: 500px;
  }
  .demo-area .demo-inner::before {
    display: none;
  }
  .demo-area .demo-inner .demo-text {
    margin-top: 130px;
  }
  .demo-area .demo-inner .demo-text h1 {
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .navbar {
    padding: 30px 0;
  }
  .navbar-brand img {
    width: 130px;
  }
  .header .button {
    position: absolute;
    right: 10%;
    margin: auto;
  }
  .header .navbar-area .navbar-nav .nav-item a {
    padding: 10px;
  }
  .header .navbar-area.sticky .navbar-nav .nav-item a {
    padding: 10px;
  }
  .header .navbar-area.sticky .navbar {
    padding: 20px 0;
  }
  .header .navbar-area.sticky .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background-color: #6831e3;
  }
  .header.style2 .navbar-area .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background-color: #018bff;
  }
  .header.style2 .navbar-area.sticky .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background-color: #018bff;
  }
  .header.style3 .navbar-area .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background-color: #4567f4;
  }
  .header.style3 .navbar-area.sticky .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background-color: #4567f4;
  }
  .header.style4 .navbar-area .navbar-nav .nav-item a:hover {
    color: #fff !important;
    /* background-color: #07909d; */
  }
  .header.style4 .navbar-area.sticky .navbar-nav .nav-item a:hover {
    color: #fff !important;
    /* background-color: #07909d; */
  }
  .navbar-toggler {
    background: #fff;
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
  }
  .header .navbar-area.sticky .navbar-toggler {
    background: linear-gradient(45deg, #6831e3, #f528cb);
  }
  .header.style2 .navbar-area.sticky .navbar-toggler {
    background: linear-gradient(45deg, #018bff, #243ec4);
  }
  .header.style3 .navbar-area.sticky .navbar-toggler {
    background: linear-gradient(45deg, #4567f4, #3cd3ad);
  }
  .header.style4 .navbar-area.sticky .navbar-toggler {
    background: linear-gradient(1deg, #87e6cf, #07909d);
  }
  .navbar-area .navbar-toggler .toggler-icon {
    background-color: #081828;
    width: 22px;
  }
  .header .navbar-area.sticky .navbar-toggler .toggler-icon {
    background-color: #fff;
  }
  .navbar-nav .nav-item {
    margin: 0;
    margin-bottom: 10px;
  }
  .navbar-nav .nav-item:last-child {
    margin: 0;
  }
  .navbar-nav .nav-item a {
    color: #081828;
    border: 1px solid #eee;
    display: block;
    border-radius: 4px;
    padding: 0;
    padding: 8px 10px;
    font-size: 13px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: #fff;
    /* background-color: #6831e3; */
    border-color: transparent;
  }
  .header .navbar-nav .nav-item a.active {
    color: #081828;
  }
  .header .navbar-nav .nav-item a.active:hover {
    color: #fff;
  }
  .navbar-collapse {
    padding: 12px;
  }
  .header .navbar-nav .dropdown-menu {
    width: 200px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 10px;
  }
  .header .navbar-nav .dropdown-menu li a {
    padding: 8px 20px;
    font-size: 13px;
    border: none;
  }
  .header .navbar-nav .dropdown-menu li a:hover {
    background-color: #6831e3;
    color: #fff !important;
    border-color: transparent;
  }
  .header .navbar-nav .dropdown-menu li a::after {
    display: none;
  }
  .navbar-toggler.active i::before {
    content: "\ea63";
    font-family: lineIcons;
  }
  .header .navbar-nav .dropdown-menu {
    width: 200px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 0;
  }
  .header .navbar-nav .dropdown-menu li a {
    padding: 8px 20px;
    font-size: 13px;
  }
  .header .sticky .navbar .navbar-nav .nav-item a.active,
  .header .sticky .navbar .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background: #6831e3;
    border-color: transparent !important;
  }
  .header.style2 .sticky .navbar .navbar-nav .nav-item a.active,
  .header.style2 .sticky .navbar .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background: #018bff !important;
    border-color: transparent !important;
  }
  .header.style3 .sticky .navbar .navbar-nav .nav-item a.active,
  .header.style3 .sticky .navbar .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background: #4567f4 !important;
    border-color: transparent !important;
  }
  .header.style4 .sticky .navbar .navbar-nav .nav-item a.active,
  .header.style4 .sticky .navbar .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background: #07909d ;
    border-color: transparent !important;
  }
  .breadcrumbs .bread-list {
    margin-top: 8px;
  }
  .hero-area .hero-inner {
    height: auto;
    padding-bottom: 60px;
  }
  .hero-area .hero-inner.style2 {
    height: 800px;
  }
  .hero-area .hero-inner.style2 .hero-text {
    margin-top: 160px;
  }
  .hero-area::after {
    z-index: 0;
  }
  .hero-area .hero-inner {
    padding-bottom: 130px;
  }
  .hero-area .hero-image {
    display: none;
  }
  .hero-area .hero-text {
    float: none;
    margin-top: 140px;
  }
  .hero-area .hero-text h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .hero-area .hero-text .button {
    margin-top: 25px;
  }
  .hero-area .hero-text .button .btn.primary {
    border: 2px solid #fff;
    background: 0 0;
    color: #fff;
    padding: 10px 30px;
  }
  .hero-area.style3 .hero-text h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .hero-area.style4 .hero-text h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .hero-area.style4 .hero-inner {
    padding-bottom: 100px;
  }
  .hero-area.style4 .tns-controls button {
    width: 45px;
    height: 45px;
    font-size: 14px;
    margin-top: -22px;
    border-radius: 5px;
    line-height: 38px;
  }
  .features .single-feature .feature-icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
  .features.style2 .tab-head .nav-head {
    margin: 0 30px;
  }
  .features.style2 .tab-head .nav-pills .nav-link {
    font-size: 12px;
    padding: 14px 22px;
  }
  .features.style2 .tab-head .tab-content-inner .tab-text h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .features.style2 .tab-head .tab-content-inner .tab-text {
    padding-left: 0;
    margin-top: 20px;
  }
  .features.style2 .tab-head .tab-content-inner {
    margin-top: 35px;
  }
  .work-process .single-process {
    padding: 0;
  }
  .work-process .single-process .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 25px;
  }
  .work-process .single-process .icon span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .work-process .single-process h3 {
    font-size: 16px;
    margin-top: 25px;
  }
  .work-process .single-process p {
    margin-top: 15px;
    font-size: 13px;
  }
  .clients .single-client img {
    width: 80%;
  }
  .clients .single-client {
    margin-top: 10px;
    margin-right: 10px;
  }
  .clients h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .clients.style4 {
    padding: 20px 0 40px;
  }
  .clients .single-client {
    width: 25%;
  }
  .intro-video-area.style4 {
    padding: 0 0 50px;
  }
  .app-description .left {
    margin-bottom: 50px;
  }
  .app-description .left.last {
    margin: 0;
  }
  .app-description .left img {
    width: auto;
    text-align: center;
  }
  .app-description.saas-page-style .second-description {
    padding-top: 50px;
    border-top: 1px solid #eee;
    margin-top: 50px;
  }
  .app-description.saas-page-style .second-description .content {
    padding: 0;
    margin-top: 30px;
  }
  .app-description.startup-page-style .content h2 {
    font-size: 25px;
    margin-top: 0;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .app-description.startup-page-style .content .button {
    margin-top: 30px;
  }
  .app-description.startup-page-style .right {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 50px;
  }
  .app-description.startup-page-style .second-description {
    padding-top: 0;
  }
  .app-description.startup-page-style .second-description .content {
    padding: 0;
    margin-top: 40px;
  }
  .intro-video-area {
    padding: 80px 0;
  }
  .intro-video-area .section-title {
    margin: 0;
    text-align: center;
    margin-top: 50px;
    padding: 0;
  }
  .intro-video-area .section-title p {
    margin: 0;
    margin-top: 20px;
  }
  .intro-video-area:before {
    background-size: cover;
  }
  .intro-video-area.style3 {
    padding: 0 0 60px;
  }
  .testimonials.style3 {
    padding-bottom: 110px;
  }
  .testimonials.style4 {
    padding-bottom: 110px;
  }
  .call-action .inner-content h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 32px;
  }
  .call-action .inner-content .button {
    margin-top: 35px;
  }
  .faq .section-title {
    padding-bottom: 30px;
  }
  .our-achievement {
    padding-top: 20px;
  }
  .our-achievement .single-achievement {
    margin-top: 40px;
  }
  .our-achievement .single-achievement i {
    font-size: 25px;
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
    line-height: 65px;
  }
  .our-achievement .single-achievement h3 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .our-achievement .single-achievement p {
    font-size: 14px;
  }
  .our-achievement:before {
    background-size: cover;
  }
  .app-download .single-download {
    margin-top: 30px;
  }
  .app-download .single-download h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .app-download .single-download p {
    font-size: 13px;
  }
  .app-download .single-download .button .btn {
    padding-left: 60px;
  }
  .app-download .single-download .button .btn i {
    left: 20px;
    font-size: 20px;
  }
  .portfolio-section .portfolio-btn-wrapper button {
    font-size: 13px;
  }
  .portfolio-section .grid {
    margin-top: 50px;
  }
  .team .section-title {
    margin-bottom: 20px;
  }
  .app-download.style2 .download-content .button .btn.primary {
    padding: 10px 30px;
  }
  .app-download.style2 .download-content h2 {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .app-download.style2 .download-content p {
    font-size: 13px;
  }
  .contact-us .form-main {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 20px !important;
  }
  .contact-us .single-info {
    padding-left: 64px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .contact-us .single-info:last-child {
    margin-right: 0;
  }
  .footer .footer-social ul li {
    margin-right: 10px;
    margin-top: 10px;
  }
  .footer .f-about {
    padding-right: 0;
  }
  .footer .f-link ul li {
    margin-bottom: 13px;
  }
  .footer .f-about p {
    padding-right: 80px;
  }
  .footer .single-footer {
    padding-top: 35px;
    margin-top: 35px;
  }
  .footer .single-footer.md-custom-border {
    border-top: 1px dashed #eeeeee52;
  }
  .footer .f-about p {
    padding-right: 0;
    line-height: 24px;
  }
  .footer .footer-middle {
    padding-bottom: 70px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
  .section-title {
    margin-bottom: 20px;
    padding: 0;
  }
  .section-title span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .section-title h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .section-title h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .section-title.align-left {
    padding: 0;
    padding-right: 0;
  }
  p {
    font-size: 13px;
  }
  .section-title p {
    font-size: 13px;
  }
  .scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
  #scrollUp {
    bottom: 55px;
  }
  .demo-area .demo-inner {
    height: auto;
    padding-bottom: 60px;
  }
  .demo-area .demo-inner .demo-text {
    margin-top: 150px;
  }
  .demo-area .demo-inner .demo-text h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .demo-area .demo-inner .demo-text p {
    font-size: 13px;
    line-height: 23px;
  }
  .demo-area::before {
    display: none;
  }
  .universal-demo {
    padding: 30px 0 60px !important;
  }
  .universal-demo .section-title h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 40px;
  }
  .universal-demo .section-title {
    margin-bottom: 20px;
  }
  .universal-demo .single-demo {
    margin-top: 30px;
  }
  .demo-area .demo-text .template-name {
    margin-bottom: 20px;
  }
  .demo-area .demo-text .template-name img {
    width: 150px;
    display: inline-block;
  }
  .universal-demo .single-demo a .view {
    height: 45px;
    width: 120px;
    font-size: 13px;
    font-weight: 500;
    line-height: 45px;
  }
  .home-pages .shape {
    display: none;
  }
  .demo-area .demo-text .button .btn {
    margin-right: 0;
    width: 70%;
    margin-top: 10px;
  }
  .navbar {
    padding: 30px 0;
  }
  .navbar-brand img {
    width: 120px;
  }
  .header .button {
    position: absolute;
    right: 15%;
    margin: auto;
  }
  .header .navbar-area .navbar-nav .nav-item a {
    padding: 10px;
  }
  .header .navbar-area.sticky .navbar-nav .nav-item a {
    padding: 10px;
  }
  .header .navbar-area.sticky .navbar {
    padding: 20px 0;
  }
  .header .navbar-area.sticky .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background-color: #6831e3;
  }
  .header.style2 .navbar-area .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background-color: #018bff;
  }
  .header.style2 .navbar-area.sticky .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background-color: #018bff;
  }
  .header.style3 .navbar-area .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background-color: #4567f4;
  }
  .header.style3 .navbar-area.sticky .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background-color: #4567f4;
  }
  .header.style4 .navbar-area .navbar-nav .nav-item a:hover {
    color: #fff !important;
    /* background-color: #07909d; */
  }
  .header.style4 .navbar-area.sticky .navbar-nav .nav-item a:hover {
    color: #fff !important;
    /* background-color: #07909d; */
  }
  .navbar-toggler {
    background: #fff;
    padding: 4px 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
  }
  .header .navbar-area.sticky .navbar-toggler {
    background: linear-gradient(45deg, #6831e3, #f528cb);
  }
  .header.style2 .navbar-area.sticky .navbar-toggler {
    background: linear-gradient(45deg, #018bff, #243ec4);
  }
  .header.style3 .navbar-area.sticky .navbar-toggler {
    background: linear-gradient(45deg, #4567f4, #3cd3ad);
  }
  .header.style4 .navbar-area.sticky .navbar-toggler {
    background: linear-gradient(1deg, #87e6cf, #07909d);
  }
  .navbar-area .navbar-toggler .toggler-icon {
    background-color: #081828;
    width: 20px;
  }
  .header .navbar-area.sticky .navbar-toggler .toggler-icon {
    background-color: #fff;
  }
  .navbar-nav .nav-item {
    margin: 0;
    margin-bottom: 10px;
  }
  .navbar-nav .nav-item:last-child {
    margin: 0;
  }
  .navbar-nav .nav-item a {
    color: #081828;
    border: 1px solid #eee;
    display: block;
    border-radius: 4px;
    padding: 0;
    padding: 8px 10px;
    font-size: 13px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: #fff !important;
    /* background-color: #6831e3; */
    border-color: transparent;
  }
  .header .navbar-nav .nav-item a.active {
    color: #081828;
  }
  .header .navbar-nav .nav-item a.active:hover {
    color: #fff;
  }
  .navbar-collapse {
    padding: 12px;
  }
  .header .navbar-nav .dropdown-menu {
    width: 200px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 10px;
  }
  .header .navbar-nav .dropdown-menu li a {
    padding: 8px 20px;
    font-size: 13px;
    border: none;
  }
  .header .navbar-nav .dropdown-menu li a:hover {
    background-color: #6831e3;
    color: #fff !important;
    border-color: transparent;
  }
  .header .navbar-nav .dropdown-menu li a::after {
    display: none;
  }
  .navbar-toggler.active i::before {
    content: "\ea63";
    font-family: lineIcons;
  }
  .header .navbar-nav .dropdown-menu {
    width: 200px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 0;
  }
  .header .navbar-nav .dropdown-menu li a {
    padding: 8px 20px;
    font-size: 13px;
  }
  .header .sticky .navbar .navbar-nav .nav-item a.active,
  .header .sticky .navbar .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background: #6831e3;
    border-color: transparent !important;
  }
  .header.style2 .sticky .navbar .navbar-nav .nav-item a.active,
  .header.style2 .sticky .navbar .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background: #018bff !important;
    border-color: transparent !important;
  }
  .header.style3 .sticky .navbar .navbar-nav .nav-item a.active,
  .header.style3 .sticky .navbar .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background: #4567f4 !important;
    border-color: transparent !important;
  }
  .header.style4 .sticky .navbar .navbar-nav .nav-item a.active,
  .header.style4 .sticky .navbar .navbar-nav .nav-item a:hover {
    color: #fff !important;
    background: #07909d ;
    border-color: transparent !important;
  }
  .hero-area .hero-inner {
    height: auto;
    padding-bottom: 60px;
  }
  .hero-area::after {
    z-index: 0;
  }
  .hero-area .hero-inner {
    padding-bottom: 80px;
  }
  .hero-area .hero-image {
    display: none;
  }
  .hero-area .hero-text {
    float: none;
    margin-top: 130px;
  }
  .hero-area .hero-text h1 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .hero-area .hero-text p {
    font-size: 13px;
    color: #fff;
  }
  .hero-area .hero-text .button {
    margin-top: 25px;
  }
  .hero-area .hero-text .button .btn {
    text-align: center;
    display: inline-block;
    margin: 0;
    margin-top: 10px !important;
    font-size: 13px;
    width: 65%;
  }
  .hero-area .hero-text .button .btn.primary {
    border: 2px solid #fff;
    background: 0 0;
    color: #fff;
    padding: 10px 30px;
  }
  .hero-area .hero-inner.style2 .hero-text {
    margin-top: 125px;
  }
  .hero-area .hero-inner.style2 {
    height: auto;
    padding-bottom: 50px;
  }
  .hero-area.style2::before {
    background-size: cover;
  }
  .hero-area .hero-inner.style2 .hero-image {
    margin-top: 0;
    padding: 0;
    display: none;
  }
  .hero-area.style3 .hero-text h1 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .hero-area.style3 .hero-text .button .btn {
    width: auto;
  }
  .hero-area.style3 .hero-inner {
    padding-bottom: 100px;
  }
  .hero-area.style3 .hero-text {
    float: none;
    margin-top: 120px;
  }
  .hero-area.style4 .hero-text h1 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .hero-area.style4 .hero-inner {
    padding-bottom: 80px;
  }
  .hero-area.style4 .tns-controls button {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-top: -20px;
    border-radius: 5px;
    line-height: 10px;
  }
  .hero-area.style4 .hero-text .button .btn {
    width: auto;
  }
  .services .single-service .text h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .services .single-service .text [h2] {
    font-size: 13px;
  }
  .app-description.startup-page-style .content h2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }
  .app-description.startup-page-style .right {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 40px;
  }
  .app-description.startup-page-style .second-description {
    padding-top: 0;
  }
  .app-description.startup-page-style .second-description .content {
    padding: 0;
    margin-top: 40px;
  }
  .intro-video-area.style3 {
    padding: 0 0 60px !important;
  }
  .intro-video-area.style4 {
    padding: 0 0 50px !important;
  }
  .testimonials.style3 .single-testimonial {
    padding: 45px 30px;
  }
  .testimonials.style3 {
    padding-bottom: 80px;
  }
  .testimonials.style3 .tns-nav {
    bottom: -45px;
  }
  .testimonials.style4 {
    padding-bottom: 80px;
  }
  .testimonials.style4 .tns-nav {
    bottom: -45px;
  }
  .testimonials.style4 .single-testimonial {
    padding: 45px 30px;
  }
  .call-action .inner-content {
    padding: 0;
  }
  .call-action .inner-content h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .features .single-feature .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
  .features .single-feature p {
    font-size: 13px;
    line-height: 22px;
  }
  .features.style2 .tab-head .nav-head {
    margin: 0;
  }
  .features.style2 .tab-head .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .features.style2 .tab-head .nav-item:last-child {
    margin: 0;
  }
  .features.style2 .tab-head .nav-pills .nav-link {
    font-size: 12px;
    padding: 14px 20px;
    width: 100%;
    display: block;
  }
  .features.style2 .tab-head .tab-content-inner .tab-text h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .features.style2 .tab-head .tab-content-inner .tab-text p {
    margin: 16px 0;
    font-size: 13px;
  }
  .features.style2 .tab-head .tab-content-inner .tab-text ul li i {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .features.style2 .tab-head .tab-content-inner .tab-text ul li {
    padding-left: 80px;
  }
  .features.style2 .tab-head .tab-content-inner .tab-text ul li {
    margin-bottom: 25px;
    font-size: 13px;
    padding-left: 80px;
  }
  .features.style2 .tab-head .tab-content-inner .tab-text {
    padding-left: 0;
    margin-top: 20px;
  }
  .features.style2 .tab-head .tab-content-inner {
    margin-top: 35px;
  }
  .work-process .section-title {
    margin: 0;
    padding: 0;
  }
  .work-process .single-process {
    padding: 0;
    margin-top: 40px;
  }
  .work-process .single-process .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 25px;
  }
  .work-process .single-process .icon span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .work-process .single-process h3 {
    font-size: 16px;
    margin-top: 25px;
  }
  .work-process .single-process p {
    margin-top: 15px;
    font-size: 13px;
  }
  .app-description.saas-page-style .content h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .app-description.saas-page-style .second-description {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
  }
  .app-description.saas-page-style .second-description .content {
    padding: 0;
    margin-top: 30px;
  }
  .app-description.saas-page-style .content .button {
    margin-top: 30px;
  }
  .intro-video-area .intro-video-play::before {
    left: 0;
    top: -35px;
    height: 80px;
    width: 80px;
  }
  .intro-video-area {
    padding: 50px 0 !important;
  }
  .app-download.style2 .download-content h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .app-download.style2 .download-content .button .btn {
    display: inline-block;
    width: 70%;
    margin: 0;
    margin-bottom: 10px;
  }
  .app-download.style2 .download-content .button .btn:last-child {
    margin: 0;
  }
  .clients.style2 {
    padding-top: 50px;
  }
  .clients h2 span {
    display: inline-block;
    margin-top: 12px;
  }
  .clients .single-client img {
    width: 60%;
  }
  .clients .single-client {
    margin-top: 10px;
    margin-right: 10px;
  }
  .clients h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .clients .single-client {
    width: auto;
  }
  .app-description .left {
    margin-bottom: 50px;
  }
  .app-description .left.last {
    margin: 0;
  }
  .app-description .left img {
    width: 100%;
    text-align: center;
  }
  .intro-video-area {
    padding: 80px 0;
  }
  .intro-video-area .section-title {
    margin: 0;
    text-align: center;
    margin-top: 50px;
    padding: 0;
  }
  .intro-video-area .section-title p {
    margin: 0;
    margin-top: 20px;
  }
  .intro-video-area:before {
    background-size: cover;
  }
  .portfolio-section .portfolio-btn-wrapper button {
    font-size: 13px;
  }
  .portfolio-section .grid {
    margin-top: 50px;
  }
  .portfolio-section {
    padding-bottom: 20px;
  }
  .app-screenshorts {
    padding-bottom: 60px !important;
  }
  .app-screenshorts .tns-nav {
    bottom: -20px;
  }
  .our-achievement {
    padding-top: 20px;
  }
  .our-achievement .single-achievement {
    margin-top: 40px;
    padding: 0;
  }
  .our-achievement .single-achievement i {
    font-size: 25px;
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
    line-height: 65px;
  }
  .our-achievement .single-achievement h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .our-achievement .single-achievement p {
    font-size: 14px;
  }
  .our-achievement:before {
    background-size: cover;
  }
  .team .section-title {
    margin-bottom: 20px;
  }
  .app-download .single-download {
    margin-top: 30px;
  }
  .app-download .single-download h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .app-download .single-download p {
    font-size: 13px;
  }
  .app-download .single-download .button .btn {
    padding-left: 60px;
  }
  .app-download .single-download .button .btn i {
    left: 20px;
    font-size: 20px;
  }
  .faq-image {
    margin-top: 30px;
  }
  .faq-image img {
    width: 100%;
  }
  .newsletter-area .section-title {
    padding: 0;
    margin-bottom: 40px;
  }
  .newsletter-area .subscribe-text {
    padding: 20px;
  }
  .newsletter-area .subscribe-text input {
    margin-bottom: 12px;
    height: 50px;
  }
  .newsletter-area .subscribe-text .button {
    display: block;
  }
  .newsletter-area .subscribe-text .button .btn {
    margin: 0;
    display: block;
    width: 100%;
    height: 50px;
  }
  .contact-us .form .form-group input {
    height: 50px !important;
    line-height: 50px !important;
  }
  .contact-us .form-main {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 20px !important;
  }
  .contact-us .single-info {
    padding-left: 70px;
    display: block;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .contact-us .single-info:last-child {
    margin-bottom: 0;
  }
  .footer .call-action .inner-content h2 {
    font-size: 22px;
  }
  .footer .call-action .inner-content {
    padding: 60px 0;
  }
  .footer .call-action .inner-content p {
    margin-top: 16px;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
  }
  .footer .call-action .inner-content .button .btn {
    font-size: 13px;
  }
  .footer .f-link ul li {
    margin-bottom: 13px;
  }
  .footer .f-about p {
    padding-right: 80px;
  }
  .footer .single-footer {
    padding-top: 35px;
    margin-top: 35px;
    padding-right: 0;
  }
  .footer .single-footer.sm-custom-border {
    border-top: 1px dashed #eeeeee52;
  }
  .footer .f-about p {
    padding-right: 0;
    line-height: 24px;
  }
  .footer .footer-middle {
    padding-bottom: 70px;
    padding-top: 0;
  }
}
.contact-us {
  position: relative;
  background-color: #fff;
}
.contact-us img {
  width: 100%;
}
.contact-us.style2 .single-info ul li a:hover {
  color: #018bff;
}
.contact-us.style2 .single-info i {
  background: linear-gradient(45deg, #018bff, #243ec4);
}
.contact-us.style3 .single-info ul li a:hover {
  color: #4567f4;
}
.contact-us.style3 .single-info i {
  background: linear-gradient(45deg, #4567f4, #3cd3ad);
}
.contact-us.style4 .single-info ul li a:hover {
  color: #07909d;
}
.contact-us.style4 .single-info i {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.contact-us .inner-content {
  border-radius: 5px;
  overflow: hidden;
}
.contact-us .title {
  margin-bottom: 30px;
}
.contact-us .contant-inner-title {
  margin-bottom: 45px;
}
.contact-us .single-head {
  position: relative;
  z-index: 5;
}
.contact-us .single-info {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 70px;
  position: relative;
}
.contact-us .single-info i {
  font-size: 18px;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
}
.contact-us .single-info ul {
  display: inline-block;
}
.contact-us .single-info ul li span {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  color: #081828;
}
.contact-us .single-info ul li:last-child {
  margin-bottom: 0;
}
.contact-us .single-info ul li {
  font-weight: 500;
  display: inline-block;
  font-size: 13px;
  color: #081828;
  display: block;
  margin-bottom: 4px;
}
.contact-us .single-info ul li a {
  font-weight: 500;
  display: inline-block;
  font-size: 13px;
  color: #081828;
}
.contact-us .single-info ul li a:hover {
  color: #6831e3;
}
.contact-us .single-info .title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}
.contact-us .single-info .title span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
}
.contact-us .form-main {
  margin-right: 50px;
  padding-left: 10px;
}
.contact-us .form .form-group {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.contact-us .form .form-group input,
.contact-us .form-group select.form-control {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 2px solid #eee;
  padding: 0 20px;
  color: #333;
  border-radius: 0;
  font-weight: 400;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px #00000014;
  box-shadow: 0 0 10px #00000014;
}
.contact-us .form .form-group textarea {
  height: 180px;
  width: 100%;
  border: 2px solid #eee;
  padding: 15px 20px;
  color: #333;
  border-radius: 0;
  resize: none;
  font-weight: 400;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px #00000014;
  box-shadow: 0 0 10px #00000014;
}
input.form-control:focus,
input.form-control:hover,
select.form-control:hover {
  border-color: #87e6cf;
}
.contact-us .form .button {
  margin: 0;
}
.contact-us .form .button .btn {
  height: 50px;
  border: none;
}
.map-section {
  background-color: #fff;
}
.map-section .map-container {
  -webkit-box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  padding: 20px;
  border-radius: 7px;
}
.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
  box-shadow: 0 32px 54px 0 rgb(22 28 45 / 16%);
}
.text-justify {
  text-align: justify;
}
.top-bar {
  padding: 10px 0 0;
}
#topbar a {
  color: #fff !important;
  padding-right: 15px;
}
.navbar-area.sticky > .top-bar {
  display: none;
}
.right-content.d-none.d-lg-flex.align-items-start {
  float: right;
}
.quick-links > ul > li {
  display: inline-block;
  padding-right: 20px;
}
.quick-links > ul > li > a {
  color: #fff;
}
.header .navbar-nav li .sub-menu.ourSolutionMenu {
  width: 280px;
}
@media screen and (max-width: 991px) {
  .navbar-collapse {
    padding: 0;
  }
  .header .navbar-nav .nav-item {
    margin-bottom: 0;
  }
  .header .navbar-area .navbar-nav .nav-item a {
    padding: 10px;
    border: none;
    border-radius: 0;
    border-bottom: 1px dashed #eee;
  }
  .navbar-nav .nav-item a.dd-menu::after {
    right: 10px;
  }
  .navbar-nav ul.sub-menu.collapse {
    padding: 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1365px) {
  .navbar-nav .nav-item {
    margin-left: 15px;
  }
  .navbar-nav .nav-item a.dd-menu::after {
    right: -10px;
    font-size: 7px;
  }
}
.hero-area .hero-text h5 {
  font-size: 30px;
  color: #ffe739;
}
.hero-area.style4 .hero-text h1 {
  font-size: 60px;
  line-height: 60px;
}
.hero-area.style4 .hero-text h1 > a {
  color: #fff;
}
@media (max-width: 575px) {
  #tns1 > .tns-item {
    padding-left: 30px;
  }
  .hero-area.style4 .hero-text h1 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  #tns1 > .tns-item {
    padding-left: 100px;
  }
}
p.bluebg.textBg {
  margin: 2.5em 0 1em;
}
.bluebg {
  background: #00adf8;
}
.greenbg {
  background: #07909d;
}
.purpleBg {
  background: #c40189;
}
.whitebg {
  background: #fff;
}
.colorBlack {
  color: #000;
}
.colorBlue {
  color: #3033db;
}
.colorGreen {
  color: #16bf5c;
}
.colorRed {
  color: #db2b4b;
}
.colorDarkGreen {
  color: #0a674e;
}
.colorWhite {
  color: #fff;
}
.textBg > span {
  padding: 1px 5px;
  border-radius: 3px;
}
h6.textBg > span {
  font-size: 3em;
  color: #fff;
  padding: 1px 10px;
}
@media (max-width: 575px) {
  h6.textBg > span {
    font-size: 2em;
  }
}
section.work-process.aboutUs.style4.section {
  background-color: #fff;
}
.work-process.style4 .single-process .icon {
  width: 300px;
  height: auto;
}
.aboutUs.style4 .single-process h3 > span {
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 5px;
}
.aboutUs.style4 .single-process h3.hospital > span {
  border-color: #cd51db;
}
.aboutUs.style4 .single-process h3.clinic > span {
  border-color: #229da7;
}
.aboutUs.style4 .single-process h3.diagnostic_center > span {
  border-color: #f49420;
}
.aboutUs.style4 .single-process .itemPic {
  transition: all 0.5s ease-in 0s;
}
.aboutUs.style4 .single-process .itemPic:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .work-process.style4 .single-process .icon {
    width: 200px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .work-process.style4 .section-title.style4 {
    padding: 0 50px;
  }
}
@-webkit-keyframes scale-up-centers {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scale-up-centers {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.scale-up-centers {
  -webkit-animation: scale-up-centers 5s ease-in-out 1s infinite alternate;
  animation: scale-up-centers 5s ease-in-out 1s infinite alternate;
}
.app-description.ourAchievements .right ul li span a {
  color: #081828;
}
:root {
  --white-color: #ffffff;
  --primary-color: #247cff;
  --section-bg-color: #f9f9f9;
  --dark-color: #000000;
  --title-color: #565758;
  --p-color: #717275;
  --border-color: #eaeaea;
  --h3-font-size: 32px;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}
.timeline,
.timeline-nodes {
  position: relative;
}
.timeline-nodes:nth-child(2n) {
  flex-direction: row-reverse;
}
.timeline h3,
.timeline p {
  padding: 10px 0;
}
.timeline h3 {
  background: var(--dark-color);
}
.timeline::before {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  left: 50%;
  width: 0;
  border-left: 1px solid var(--border-color);
  height: 85%;
  z-index: 1;
  transform: translateX(-50%);
}
.timeline-content {
  position: relative;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 0;
}
.timeline-content > img {
  width: 100%;
}
.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
  text-align: left;
}
.timeline-nodes:nth-child(odd) .timeline-date {
  text-align: left;
}
.timeline-nodes:nth-child(2n) .timeline-date {
  text-align: left;
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 100%;
  transform: translate(0, -50%);
  width: 0;
  border-left: 10px solid var(--dark-color);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.timeline-nodes h3 {
  position: relative;
  border-radius: 0.25rem 0.25rem 0 0;
}
.timeline-nodes:nth-child(2n) .timeline-content::after {
  content: "";
  position: absolute;
  top: 5%;
  right: 100%;
  transform: translate(0, -50%);
  width: 0;
  border-right: 10px solid var(--dark-color);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.timeline-icons {
  position: relative;
  z-index: 98;
}
.timeline-icons::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  z-index: 1;
}
.timeline-icon {
  position: relative;
  z-index: 100;
  font-size: var(--h3-font-size);
  color: var(--primary-color);
  display: block;
  text-align: center;
  line-height: 80px;
}
@media (max-width: 767px) {
  .timeline-nodes:nth-child(odd) h3,
  .timeline-nodes:nth-child(odd) p {
    text-align: left;
  }
  .timeline-nodes:nth-child(2n) {
    flex-direction: row;
  }
  .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 33px;
    width: 0;
    height: 90%;
    z-index: 1;
    transform: translateX(-50%);
  }
  .timeline-icons {
    position: absolute;
    left: 0;
    top: 60px;
  }
  .timeline-nodes:nth-child(odd) h3::after {
    left: auto;
    right: 100%;
    border-left: 0;
    border-right: 10px solid var(--dark-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .timeline-nodes:nth-child(2n) h3::after {
    right: 100%;
    width: 0;
    border-right: 10px solid var(--dark-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .timeline-nodes:nth-child(2n) .timeline-date {
    text-align: left;
  }
  .timeline-icons::before {
    width: 75px;
    height: 75px;
  }
  .timeline-icon {
    line-height: 75px;
  }
}
@media (max-width: 575px) {
  .timeline::before {
    content: "";
    display: block;
    top: 60px;
    left: 57px;
    height: 87%;
  }
  .timeline-icons {
    position: absolute;
    left: -10px;
  }
  .timeline-icons::before {
    width: 70px;
    height: 70px;
  }
  .timeline-icon {
    line-height: 70px;
  }
}
.benefits-item {
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 32px 54px 0 rgb(22 28 45 / 16%);
  margin-bottom: 50px;
  transition: all 0.5s ease 0s;
}
.benefits-item:hover {
  transform: translate(0, -10px);
}
.benefits-img-box {
  background: #fff;
  margin-bottom: 15px;
  text-align: center;
}
.benefits-img-box > img {
  width: auto;
  height: 170px;
}
.benefits-content h4 {
  margin: 0;
  text-transform: uppercase;
  color: #666;
  font-size: 16px;
}
.benefits-content h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0;
  font-size: 1.25rem;
}
.benefits-content h3 > span {
  background: #1d76bb;
  padding: 2px 10px;
}
#singleSolution {
  padding-bottom: 200px;
}
#delay_demo {
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 0;
}
#dd_main {
  width: auto;
  height: 250px;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
}
div#dd_main > img {
  width: 100%;
  height: 100%;
}
#dd1,
#dd2,
#dd3,
#dd4,
#dd5,
#dd6,
#dd7,
#dd8 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 48%;
  left: 0;
  right: 0;
  margin: auto !important;
  z-index: -1;
  text-align: center;
}
#dd1 > img,
#dd2 > img,
#dd3 > img,
#dd4 > img,
#dd5 > img,
#dd6 > img,
#dd7 > img,
#dd8 > img {
  width: auto;
  height: 100px;
}
#delay_demo #dd1,
#delay_demo.hover_effect #dd1 {
  -webkit-transform: translate(-300px, -150px);
  -moz-transform: translate(-300px, -150px);
  -o-transform: translate(-300px, -150px);
  -ms-transform: translate(-300px, -150px);
  transform: translate(-300px, -150px);
}
#delay_demo #dd2,
#delay_demo.hover_effect #dd2 {
  -webkit-transform: translate(0, -220px);
  -moz-transform: translate(0, -220px);
  -o-transform: translate(0, -220px);
  -ms-transform: translate(0, -220px);
  transform: translate(0, -220px);
}
#delay_demo #dd3,
#delay_demo.hover_effect #dd3 {
  -webkit-transform: translate(300px, -150px);
  -moz-transform: translate(300px, -150px);
  -o-transform: translate(300px, -150px);
  -ms-transform: translate(300px, -150px);
  transform: translate(300px, -150px);
}
#delay_demo #dd4,
#delay_demo.hover_effect #dd4 {
  -webkit-transform: translate(300px, 0);
  -moz-transform: translate(300px, 0);
  -o-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  transform: translate(300px, 0);
}
#delay_demo #dd5,
#delay_demo.hover_effect #dd5 {
  -webkit-transform: translate(300px, 200px);
  -moz-transform: translate(300px, 200px);
  -o-transform: translate(300px, 200px);
  -ms-transform: translate(300px, 200px);
  transform: translate(300px, 200px);
}
#delay_demo #dd6,
#delay_demo.hover_effect #dd6 {
  -webkit-transform: translate(0, 220px);
  -moz-transform: translate(0, 220px);
  -o-transform: translate(0, 220px);
  -ms-transform: translate(0, 220px);
  transform: translate(0, 220px);
}
#delay_demo #dd7,
#delay_demo.hover_effect #dd7 {
  -webkit-transform: translate(-300px, 200px);
  -moz-transform: translate(-300px, 200px);
  -o-transform: translate(-300px, 200px);
  -ms-transform: translate(-300px, 200px);
  transform: translate(-300px, 200px);
}
#delay_demo #dd8,
#delay_demo.hover_effect #dd8 {
  -webkit-transform: translate(-300px, 0);
  -moz-transform: translate(-300px, 0);
  -o-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
}
@media (max-width: 575px) {
  #singleSolution {
    padding-bottom: 100px;
  }
  #delay_demo {
    height: 350px;
  }
  div#dd_main > img {
    width: 150px;
    height: 150px;
  }
  #dd1 > img,
  #dd2 > img,
  #dd3 > img,
  #dd4 > img,
  #dd5 > img,
  #dd6 > img,
  #dd7 > img,
  #dd8 > img {
    height: 60px;
  }
  #delay_demo #dd1,
  #delay_demo.hover_effect #dd1 {
    transform: translate(-125px, -100px);
  }
  #delay_demo #dd2,
  #delay_demo.hover_effect #dd2 {
    transform: translate(0, -110px);
  }
  #delay_demo #dd3,
  #delay_demo.hover_effect #dd3 {
    transform: translate(125px, -100px);
  }
  #delay_demo #dd4,
  #delay_demo.hover_effect #dd4 {
    transform: translate(125px, 0);
  }
  #delay_demo #dd5,
  #delay_demo.hover_effect #dd5 {
    transform: translate(125px, 100px);
  }
  #delay_demo #dd6,
  #delay_demo.hover_effect #dd6 {
    transform: translate(0, 110px);
  }
  #delay_demo #dd7,
  #delay_demo.hover_effect #dd7 {
    transform: translate(-125px, 100px);
  }
  #delay_demo #dd8,
  #delay_demo.hover_effect #dd8 {
    transform: translate(-125px, 0);
  }
}
.greyBg {
  background: #f4f7fa;
}
.moreModules .single-service {
  padding: 20px;
  background: #fff;
}
.moreModules .single-service .text h2 {
  margin-bottom: 0;
}
.moreModules .single-service .icon i {
  top: 30%;
  left: 5%;
}
@media (max-width: 768px) {
  .moreModules .single-service .text h2 {
    font-size: 15px;
  }
  .moreModules .single-service .text h2 > br {
    display: none;
  }
}
@media (min-width: 1366px) {
  .moreModules .single-service .text h2 {
    font-size: 17px;
  }
  .moreModules .single-service .text h2 > br {
    display: none;
  }
}
.ourRating .single-download > img {
  height: 120px;
  width: 100%;
}
.section-title span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .section-title span {
    font-size: 18px;
  }
}
section.quickLink ul > li {
  display: inline-block;
  padding: 5px 10px;
  background: linear-gradient(45deg, #4fbba1, #07909d);
  margin-bottom: 5px;
  margin-right: 5px;
  transition: all 0.5s ease 0s;
}
section.quickLink ul > li:hover {
  transform: translate(2px, -5px);
}
section.quickLink ul > li > a {
  color: #fff;
}
@media (max-width: 767px) {
  section.quickLink ul > li {
    padding: 5px;
  }
  section.quickLink ul > li > a {
    font-size: 11px;
  }
  section.quickLink {
    display: none;
  }
}
@media (min-width: 992px) {
  .softwareModules .section-title {
    padding: 0 150px;
  }
}
.softwareModules .section-title > h2 {
  background: linear-gradient(45deg, #87e6cf, #07909d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
}
.softwareModules .app-description .right ul li {
  padding-left: 50px;
  margin-bottom: 20px;
}
.softwareModules ul li i {
  font-size: 15px !important;
  height: 35px !important;
  width: 35px !important;
  line-height: 35px !important;
  background: 0 0 !important;
  color: #f528cb !important;
}
.softwareModules .app-description .right ul li > span {
  font-weight: 400;
}
.softwareModules .app-description img {
  box-shadow: 0 10px 30px rgb(111 111 111 / 10%);
  border: 10px solid #fff;
  border-radius: 5px;
  transition: 0.5s ease 0s;
}
.softwareModules .app-description:hover.app-description img {
  box-shadow: 0 32px 54px 0 rgb(22 28 45 / 16%);
  transform: translate(5px, 10px);
}
@media (max-width: 767px) {
  .softwareModules .section-title {
    padding: 0 10px;
  }
  .softwareModules .section-title > h2 {
    font-size: 24px;
  }
  .softwareModules .app-description .right ul li {
    margin-bottom: 10px;
  }
  .softwareModules .app-description .right ul li > span {
    font-size: 16px;
  }
  .softwareModules ul li i {
    line-height: 25px !important;
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .softwareModules .section-title > h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .softwareModules .section-title > h2 > br {
    display: contents;
  }
}
section.softwareModules.softwareFeatures .timeline h3,
section.softwareModules.softwareFeatures .timeline p {
  padding: 10px 20px;
}
div#timeline .section-title p {
  font-size: 18px;
  margin: 3px 0;
}
.softwareModules.softwareFeatures
  .timeline-nodes:nth-child(2n)
  .timeline-content::after,
.softwareModules.softwareFeatures
  .timeline-nodes:nth-child(odd)
  .timeline-content::after {
  top: 50%;
}
.softwareModules.softwareFeatures .timeline h3 {
  background: 0 0;
  border: 1px solid #000;
}
.softwareModules.softwareFeatures .timeline-nodes h3.text-light {
  color: #000 !important;
  font-size: 1.5em;
  line-height: 1em;
}
.softwareModules.softwareFeatures .timeline-nodes:nth-child(odd) h3 {
  border-radius: 25px 5px 5px 80px;
  border: 1px solid #cb2378;
  padding: 10px 0 10px 35px;
  position: relative;
}
.softwareModules.softwareFeatures .timeline-nodes:nth-child(2n) h3 {
  border-radius: 5px 25px 80px 5px;
  border: 1px solid #20c5cc;
  text-align: right;
  padding: 10px 35px 10px 0;
}
.softwareModules.softwareFeatures .timeline-nodes:nth-child(2n) h3,
.softwareModules.softwareFeatures .timeline-nodes:nth-child(odd) h3 {
  box-shadow: 0 10px 30px rgb(111 111 111 / 10%);
}
.softwareModules.softwareFeatures .timeline-nodes:nth-child(2n) h3:hover,
.softwareModules.softwareFeatures .timeline-nodes:nth-child(odd) h3:hover {
  box-shadow: 0 32px 54px 0 rgb(22 28 45 / 16%);
}
.softwareModules.softwareFeatures .timeline-icons::before {
  width: 60px;
  height: 60px;
}
.softwareModules.softwareFeatures .timeline-icon {
  line-height: 60px;
  font-size: 30px;
}
.softwareModules.softwareFeatures
  .timeline-nodes:nth-child(odd)
  .timeline-icon {
  color: #f528cb;
}
.softwareModules.softwareFeatures .timeline-nodes:nth-child(2n) .timeline-icon {
  color: #20c5cc;
}
.softwareModules.softwareFeatures
  .timeline-nodes:nth-child(odd)
  h3.text-light
  > span {
  float: right;
  background: linear-gradient(45deg, #6831e3, #f528cb);
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 3em;
  text-align: center;
  border-radius: 25px 0 0 75px;
}
.softwareModules.softwareFeatures
  .timeline-nodes:nth-child(odd)
  .timeline-content::after {
  border-left: 10px solid #6831e3;
}
.softwareModules.softwareFeatures
  .timeline-nodes:nth-child(2n)
  .timeline-content::after {
  border-right: 10px solid #07909d;
}
.softwareModules.softwareFeatures
  .timeline-nodes:nth-child(2n)
  h3.text-light
  > span {
  float: left;
  background: linear-gradient(45deg, #87e6cf, #07909d);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 3em;
  text-align: center;
  border-radius: 0 25px 75px 0;
}
.softwareModules.softwareFeatures
  .timeline-nodes
  h3.text-light
  > span
  > strong {
  font-weight: var(--font-weight-semibold);
  font-size: 1.5em;
}
@media (max-width: 575px) {
  .softwareModules.softwareFeatures .timeline-nodes h3.text-light {
    font-size: 1em;
  }
  .softwareModules.softwareFeatures .timeline-nodes:nth-child(odd) h3 {
    padding: 10px 0 10px 15px;
  }
}
@media (max-width: 767px) {
  .softwareModules.softwareFeatures .section-title span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .softwareModules.softwareFeatures .timeline-nodes h3.text-light {
    font-size: 1.05em;
  }
}
@media (max-width: 1365px) {
  .softwareModules.softwareFeatures .timeline-nodes h3.text-light span {
    min-width: 6em;
  }
}
@media (min-width: 1366px) {
  .softwareModules.softwareFeatures .timeline-nodes h3.text-light br {
    display: none;
  }
  .softwareModules.softwareFeatures .timeline-nodes h3.text-light {
    font-size: 1.4em;
  }
  .softwareModules.softwareFeatures .timeline-nodes:nth-child(2n) h3,
  .softwareModules.softwareFeatures .timeline-nodes:nth-child(odd) h3 {
    line-height: 2em;
  }
  .softwareModules.softwareFeatures .timeline-nodes h3.text-light span {
    min-width: 8em;
  }
}
@media (min-width: 1366px) and (max-width: 1600px) {
  .softwareModules.softwareFeatures .timeline-nodes h3.text-light {
    font-size: 1.2em;
  }
}
@media (min-width: 1600px) {
  #softwareDataBank > .container {
    padding: 0 200px;
  }
}
@media (min-width: 992px) {
  #softwareDataBank .keyItemWrapper > div {
    padding: 0 30px;
  }
}
.keyItemWrapper .left,
.keyItemWrapper .right {
  margin-bottom: 30px;
}
.key-item {
  background: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
}
.left .key-item {
  border-radius: 50px 10px 10px 50px;
}
.right .key-item {
  border-radius: 10px 50px 50px 10px;
}
.key-item > h3,
.key-item > h4 {
  color: #fff;
}
h3.dataTitle {
  font-size: 22px;
}
h4.dataSubTitle {
  font-size: 15px;
  font-weight: 400;
}
.left .orangeBg {
  background: linear-gradient(45deg, #ef3312, #f39f18);
}
.right .orangeBg {
  background: linear-gradient(45deg, #f39f18, #ef3312);
}
.left .blueBg {
  background: linear-gradient(45deg, #8d60f5, #55c0f1);
}
.right .blueBg {
  background: linear-gradient(45deg, #55c0f1, #8d60f5);
}
.left .violetBg {
  background: linear-gradient(45deg, #ff4267, #f94540);
}
.right .violetBg {
  background: linear-gradient(45deg, #f94540, #ff4267);
}
.left .greenBg {
  background: linear-gradient(45deg, #15a18c, #29cb7f);
}
.right .greenBg {
  background: linear-gradient(45deg, #29cb7f, #15a18c);
}
.left .purpleBg {
  background: linear-gradient(45deg, #6c2d73, #9c366c);
}
.right .purpleBg {
  background: linear-gradient(45deg, #9c366c, #6c2d73);
}
.left .keyImage {
  position: absolute;
  right: -14px;
  top: -8px;
  height: 80px;
  width: 80px;
  background: #fff;
  border: 7px solid #f39f18;
  border-radius: 100%;
}
.right .keyImage {
  position: absolute;
  left: -15px;
  top: -8px;
  height: 80px;
  width: 80px;
  background: #fff;
  border: 7px solid #f39f18;
  border-radius: 100%;
}
.left .blueBg .keyImage,
.right .blueBg .keyImage {
  border-color: #659beb;
}
.left .violetBg .keyImage,
.right .violetBg .keyImage {
  border-color: #f94540;
}
.left .greenBg .keyImage,
.right .greenBg .keyImage {
  border-color: #29cb7f;
}
.left .purpleBg .keyImage,
.right .purpleBg .keyImage {
  border-color: #9c366c;
}
.softwareModules .keyImage > img {
  width: 35px;
  height: 35px;
  margin-top: 15px;
}
.chartGraph {
  text-align: center;
  text-align: -webkit-center;
}
.chartGraph canvas {
  margin: 1em 0;
}
.textGreen {
  color: #2fb996;
}
.textPurple {
  color: #7f70f5;
}
.largeHospitalGreen h6 > span {
  color: #2fb996;
  font-size: 1.25em;
}
.smallHospitalPurple h6 > span {
  color: #7f70f5;
  font-size: 1.25em;
}
.chartGraph.titleText {
  transform: rotate(-2deg);
}
h4.ornageText {
  color: #f4682a;
  font-size: 30px;
}
h3.purpleText > span {
  background: #7f70f5;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px 10px 15px 10px;
  margin: 3px 0;
  font-size: 35px;
}
h4.greenText {
  color: #6bc121;
}
h4.DarkgreenText > span {
  border: 2px solid #7f70f5;
  color: #2fb996;
  padding: 2px 5px;
  border-radius: 20px;
  font-size: 18px;
}
.chartGraph > img {
  margin: 20px 0;
}
div#dataExport img {
  box-shadow: none !important;
}
@media (max-width: 800px) {
  .chartGraph > img {
    margin: 30px 0;
    width: 70%;
  }
  .chartGraph.titleText {
    margin: 50px 0;
  }
}
.leftSectionBg {
  background: linear-gradient(1deg, #87e6cf, #07909d);
}
.padding-5rem-all {
  padding: 5em;
}
.leftSectionBg,
.rightSectionBg {
  box-shadow: 0 32px 54px 0 rgb(22 28 45 / 16%);
}
.text-uppercase {
  text-transform: uppercase !important;
}
.rightSectionBg h4 {
  background: linear-gradient(45deg, #87e6cf, #07909d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
}
.softwareModules .text-white li i {
  color: #fff !important;
  width: 25px !important;
}
.softwareModules.softwarePrice .contact-us .form .button .btn {
  width: 100%;
}
.softwareModules.softwarePrice .leftSectionBg .button.style4 .btn {
  background: #fff;
  color: #000;
  padding: 10px 20px;
}
.softwareModules.softwarePrice .leftSectionBg .button.style4 .btn:hover {
  color: #fff;
}
.softwareModules.softwarePrice .leftSectionBg h4 {
  font-size: 2em;
}
.softwareModules.softwareDemo .rightSectionBg > h4 {
  font-size: 2.75em;
}
@media (max-width: 575px) {
  .padding-5rem-all {
    padding: 2em;
  }
  .softwareModules.softwarePrice .leftSectionBg h4 {
    font-size: 24px;
  }
  .softwareModules.softwareDemo .rightSectionBg > h4 {
    font-size: 1.5em;
  }
  .softwareModules.softwarePrice .rightSectionBg h4 {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .softwareModules.softwareDemo .rightSectionBg > h4 {
    font-size: 3em;
  }
}
.softwareDemo .leftSectionBg {
  background: linear-gradient(-1deg, #87e6cf, #07909d);
}
#ourClientList .item {
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  padding: 15px;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgb(111 111 111 / 15%);
  transition: all 0.35s ease-in 0.1s;
}
#ourClientList .item:hover {
  border-color: #87e6cf !important;
  box-shadow: 0 32px 54px 0 rgb(22 28 45 / 16%);
  transform: translate(0, -10px);
}
.softwareModules.softwareSupport > div p {
  font-size: 1.25em;
  margin-bottom: 15px;
}
.faq .accordion-header span {
  font-size: 1.25em;
}
.faq .accordion-body > p {
  font-size: 1.2em;
}
.faq .accordion-item {
  background: #fff;
  box-shadow: 0 10px 30px rgb(111 111 111 / 10%);
}
.faq .accordion-item:hover {
  box-shadow: 0 32px 54px 0 rgb(22 28 45 / 16%);
}
.faq .accordion-collapse.collapse.show {
  box-shadow: 0 32px 54px 0 rgb(22 28 45 / 16%);
}
.faq .accordion-item .accordion-button:hover {
  border-color: #87e6cf;
}
.header.style4 .navbar-area.sticky .navbar-nav .nav-item.active > a,
.header.style4 .navbar-nav .nav-item.active ul > li.nav-item.active > a {
  color: #07909d;
}
.header.style4
  .navbar-nav
  .nav-item.active
  .sub-menu.collapse
  .nav-item
  > a:hover,
.header.style4
  .navbar-nav
  li.nav-item
  .sub-menu.collapse
  > li.nav-item
  > a:hover {
  color: #07909d;
}
.select2-container span.selection {
  width: 100%;
}
.select2-container--default .select2-selection--single {
  width: 100% !important;
  border: 2px solid #eee;
  height: 55px;
  line-height: 55px;
}
.select2-container--default .select2-selection--single {
  height: 55px !important;
  line-height: 55px !important;
  border: 2px solid #eee !important;
  padding: 10px;
  box-shadow: 0 0 10px #00000014;
}
.select2-container--default .select2-selection--single:hover {
  border-color: #87e6cf !important;
}
.text-green {
  color: #07909d;
}
.p-10 {
  padding: 10px;
}
p.aboutUsText {
  font-size: 16px;
}
.textGreen {
  color: #15cadb;
}
.textOrange {
  color: #ff5a14;
}
.memberLogo > img {
  height: 40px;
  margin-top: 10px;
}
.right > ul > li > i {
  color: #f528cb;
}
.companyClientList .single-team {
  width: 100%;
}
@media (max-width: 991px) {
  .section-title {
    padding: 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    padding: 0 50px;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .section-title {
    padding: 0 130px;
  }
}
.managementTeamPage .single-team .image > img {
  width: auto;
  height: 300px;
}
.team.white-bg {
  background: #fff;
}
@media (max-width: 991px) {
  .managementTeamPage .section-title span {
    font-size: 16px;
  }
  .managementTeamPage .single-team {
    margin-bottom: 30px;
  }
  .managementTeamItem {
    text-align: center;
  }
  .managementTeamItem h4 {
    font-size: 22px;
  }
}
.newsEventsPage .single-team {
  text-align: left;
  width: 100%;
}
h3.eventsTitle {
  font-size: 24px;
}
.newsDetails > h4 {
  font-size: 16px;
}
.newsDetails > h4 > i {
  border: 2px solid #07909d;
  background: #07909d;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
}
.newsDetails > h4 > small {
  color: #777;
}



/*==========----- Arch PMS Website New CSS Start  -----==========*/
/*=====----- Main Page CSS Start -----=====*/
h1,h2,h5,h6,p {
    color: #000000d9;
}
h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
}
h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
}
h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
h3 {
    line-height: 40px;
    font-weight: 600;
}
h5 {
    font-size: 20px;
    line-height: 28px;
}
a{
  color: #de3707;
  transition: all 0.3s ease-in-out;
}
a:hover{
  color:#000000d9;
}
@media (max-width: 575px) {
    h2 {
        font-size: 32px;
        line-height: 40px;
    }
    h1{
        font-size: 32px;
        line-height: 40px;
    }
    h3{
        font-size: 24px;
        line-height: 32px;
    }
    h4{
        font-size: 20px;
        line-height: 28px;
    }
    h5{
        font-size: 18px;
        line-height: 26px;
    }
    h6 {
        font-size: 16px;
        line-height: 24px;
    }


}
.bg-gray {
    background-color: #f6f4f3;
}
.bg-yellow {
    background-color: #fdb022;
}
.bg-green {
    background-color: #22c55e;
}
.bg-orange{
    background-color: #ef6820;
}
.bg-purple{
    background-color: #875bf7;
}
.border-radius-10{
    border-radius: 10px;
}
.border-radius-20{
    border-radius: 20px;
}
.border-radius-30{
    border-radius: 30px;
}
.border-radius-40{
    border-radius: 40px;
}
.primary-color{
    color: #de3707;
}
.secondary-color{
    color: #de370799;
}
.border-bottom-1{
    border-bottom: 1px solid #d9d9d9;
}
.section-title p{
    color: #000000d9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.divider{
    width: 100%;
    height: 1px;
    background-color: #b1b1b1;
}
/* Header Section Start */
.navbar-nav .nav-item a{
  color: #222225;
}
.navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover{
  color: #ff7043;
}
.header.style4 .sticky .navbar .navbar-nav .nav-item a.active, .header.style4 .sticky .navbar .navbar-nav .nav-item a:hover {
    color: #ff7043 ;
}
.header.style4
  .navbar-nav
  .nav-item.active
  .sub-menu.collapse
  .nav-item
  > a:hover, .header.style4
  .navbar-nav
  li.nav-item
  .sub-menu.collapse
  > li.nav-item
  > a:hover {
    color: #ff7043;
}
.header.style4 .navbar-area.sticky .navbar-nav .nav-item.active > a, .header.style4 .navbar-nav .nav-item.active > a {
  color: #ff7043;
}
.header .button .btn{
  width: 150px !important;
  padding: 5px 10px;
  color: #fff;
  background: linear-gradient(45deg, #de3707, #ff8b66);
  border: none;
  box-shadow: none;
}
.header .button .btn:hover {
    color: #ffffff;
}
.header .button .btn::before {
    background-color: #000000d9;
}
.header.style4 .navbar-area.sticky .button .btn {
    background: linear-gradient(45deg, #de3707, #ff8b66);
    padding: 15px 10px;
    border-radius: 4px;
    padding: 5px 10px;
    border: none;
    color: #fff !important;
    box-shadow: none;
}
.header.style4 .navbar-area.sticky .button .btn:hover{
  color: #fff !important;
}
.navbar-nav .nav-items .button{
  padding: 30px 0;
}
.header.style4 .sticky .navbar .navbar-nav .nav-items .button{
  padding: 30px 0;
}
.navbar-nav.inner-page-menu .nav-item a.active, .navbar-nav.inner-page-menu .nav-item a:hover{
  color: #ff7043;
}
@media (min-width: 1080px) {   
  .navbar-nav.inner-page-menu .nav-item a{
    color: #fff;
  }  
}
@media only screen and (max-width: 767px) {
    .header .button {
        position: absolute;
        left: 2%;
        margin: auto;
    }
    .navbar-nav .nav-items .button{
      padding: 10px 0;
    }
    .header.style4 .sticky .navbar .navbar-nav .nav-items .button{
      padding: 10px 0;
    }
    .navbar-nav .nav-item .button a{
      border-bottom: none !important;
    }
    .header.style4 .navbar-area .navbar-nav .nav-item a:hover {
        background: #ff7043;
    }
    .header.style4 .sticky .navbar .navbar-nav .nav-item a.active, .header.style4 .sticky .navbar .navbar-nav .nav-item a:hover {
        background: #ff7043;
    }
    .header.style4 .navbar-area.sticky .button .btn::before {
      background: #000000d9;
    }
    .header .button .btn a{
      padding: 5px 10px;
      border-radius: 4px;
    }
    .header.style4 .navbar-area.sticky .navbar-toggler {
      background: linear-gradient(45deg, #de3707, #ff8b66);
    }
}
/* Breadcrumb Section */
.breadcrumbs {
  padding-bottom: 30px;
  background-image: linear-gradient(114deg, #330c00, #0a0200);
  z-index: 1;
}
.breadcrumbs::before {
  z-index: -1;
  background: url(../images/home/contact-bg.svg) no-repeat center top;
  background-size: cover;
}
.breadcrumbs .breadcrumbs-content{
    border-radius: 20px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #e8ebff;
    background-color: #c0c9ff1a;
    padding: 10px 20px;
    box-shadow: inset -1px -1px #ffffff05, inset 1px 1px #ffffff29;
}
.breadcrumbs .breadcrumbs-content .breadcrumb-nav{
  margin-top: 0;
}
.breadcrumbs + .navbar-nav .nav-item a {
  background-color: #fff !important;
  color: #333 !important;
}
.breadcrumbs .breadcrumb-nav li a:hover {
    color: #de3707;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 20px;
  }
}
/* Header Section End */
/* Hero Section Start */
.hero-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hero-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url('../images/home/hero-section-bg.webp') no-repeat center center;
  background-size: cover;
  transform: scale(1.1) translateZ(0);
}

/* .hero-section-bg img {
  filter: blur(15px);
  -webkit-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
  will-change: filter;
} */
.button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    display: flex;
}
.btn {
    text-align: center;
    background-color: #e8ebff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 10px 8px 10px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    box-shadow: inset -1px -1px #ffffff1c, inset 1px 1px #ffffffab;
}
.btn-area{
    background-color: #fff7f5;
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
    transform: translate(0, 0);
    border: none;
}
.btn-area.btn-secondary {
    color: #dd3400;
}
.btn-area.btn-primary {
    box-shadow: none;
    color: #f9eae6;
    background-image: linear-gradient(264deg, #ff8b66, #eb3800);
}
.btn-overlay {
    background-color: #f5f6ff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: absolute;
    bottom: -35%;
    left: auto;
    right: auto;
    transform: translate3d(0px, 0px, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    z-index: -1;
}
.btn-overlay.primary-overlay{
    background-color: #dd3400;
    transition: all 0.5s ease-in-out 0s;
}
.btn-overlay.secondary-overlay{
    background-color: #ffc9b8;
    transition: all 0.5s ease-in-out 0s;
}
.btn-area:hover .btn-overlay.primary-overlay{
    transform: translate3d(0px, 0px, 0px) scale3d(20, 20, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    background-color: #dd3400;
}
.btn-area:hover .btn-overlay.secondary-overlay{
    transform: translate3d(0px, 0px, 0px) scale3d(20, 20, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    background-color: #ffc9b8;
}
.hero-right{
    position: relative;
}

.tab-content-wrapper {
  border-radius: 1rem;
  border: 1px solid;
  border-color: #ffc9b8;
  background-color: white;
  padding: 1rem 1.25rem !important;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  width: 270px;
  position: absolute;
  top: -5px;
  right: -5px;
}
.tab-content-wrapper h4 {
  font-size: 16px;
  color: #182230;
  font-weight: 600;
  line-height: 24px;
}
span.highlight {
  border-radius: 0.25rem;
  background-color: #ff7043;
  color: white;
  padding: 0.25rem !important;
}

#heroTabs {
  margin-bottom: 1.25rem;
  width: 100%;
}

#heroTabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem !important; /* !gap-2 */
}

@media (min-width: 640px) {
 #heroTabs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
 #heroTabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
#heroTabs button {
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #4b5563;
  border: 0 !important;
  background-color: transparent;
  padding: 0 !important;
  width: 100%;
}

#heroTabs button:hover {
  background-color: transparent;
}

#heroTabs button .btn-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  padding: 0.5rem 0.25rem !important;
  text-align: center;
  color: #1f2937;
  border-color: #e1e4ea;
  background-color: #f5f5ff;
  transition: all 300ms ease-in-out;
}

#heroTabs .nav-link.active .btn-box {
  background-color: #ff7043;
  color: #fff !important;
  border-radius: 8px;
}



.tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding: 0.375rem !important;
  transition-property: color, background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  color: white;
}

.tab-text {
  font-size: 0.875rem;
  font-weight: 600;
  transition-property: color;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

#heroTabs .nav-link.active .btn-box .bg-yellow,
#heroTabs .nav-link.active .btn-box .bg-orange,
#heroTabs .nav-link.active .btn-box .bg-green,
#heroTabs .nav-link.active .btn-box .bg-purple {
  background-color: #fff;
  color: #ff7043 !important;
}


#heroTabsContent img{
  margin-top: 50px;
  width: 98%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #ff7043;
}

@media (max-width: 767px) {
  .hero-section {
    padding-top: 100px;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .button-group {
    justify-content: center;
  }
  .tab-content-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30px;
  }
}
/* Hero Section End */
/* Progressbar Start */
.card-item-bg {
  background-color: #e0e5ff;
  padding: 5px;
}
.card-item {
    border-radius: 20px;
    /* background-color: #fff1ea; */
    flex-flow: column;
    min-width: 220px;
    padding: 20px;
    display: flex;
    margin-bottom: 20px;
    background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
    border: 1px solid #818acc33;
    padding: 10px;
    box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
    background-color: #ffffff5c;
}
.text-shape {
  color: #000000d9;
  border-radius: 10px;
  background-color: #fff1ea;
  background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
  min-width: 220px;
  padding: 5px 10px;
  box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
  margin-bottom: 20px;
  display: inline-block;
}

/* Progressbar End */
/* Info Tab Start */
  .information-section{
      position: relative;
      z-index: 1;
      overflow: hidden;
  }
  .information-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/home/info-section-bg.webp');
    background-position: center bottom;
    background-size: cover;
    filter: blur(15px);
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
    will-change: filter;
  }
  .information-section .nav{
    flex-direction: column;
    gap: 10px 0;
  }
  #infoTabs button {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #182230;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  padding: 20px 10px;
  transition: all 300ms ease-in-out;
}
#infoTabs button:hover {
  border-color: #ff7043;
  background-color: transparent;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* hover:shadow-md */
}
#infoTabs button.active {
  background-color: #ff7043;
  color: #fff;
}
#infoTabsContent{
  padding: 20px;
  border: 1px solid #dddcff;
  border-radius: 10px;
  min-height: 665px;
}
.info-content li{
  font-size: 16px;
  color: #000000d9;
  margin-bottom: 20px;
}
.info-content li i{
  color: #de3707;
  margin-right: 10px;
}
.info-tab-image img {
  transition: transform 1.2s ease-in-out;
}

.info-tab-image img:hover {
  animation: zoomPulse 1.8s ease-in-out infinite;
}

@keyframes zoomPulse {
  0% {
    transform: scale(1);     /* normal size */
  }
  50% {
    transform: scale(1.1);   /* zoom in */
  }
  100% {
    transform: scale(1);     /* back to normal */
  }
}
@media (max-width: 575px) {
  .information-section .responsive{
    margin-top: 20px;
  }
  #infoTabsContent{
    min-height: auto;
  }
}
/* Info Tab End */
/* Feature Section start */
  .features {
      position: relative;
      z-index: 1;
      overflow: hidden;
  }
  .features-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/home/hero-section-bg.webp') no-repeat center center;
    background-size: cover;
    transform: scale(1.1) translateZ(0);
    opacity: 0.5;
  }
  .feature-item {
    padding: 20px;
    display: flex;
    align-items: center;
    background-color: #fff1ea;
    box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 300ms ease-in-out;
    border: inset 1px solid transparent;
    position: relative;
    overflow: hidden;
  }
  .feature-item:hover {
    background-color: transparent;
    box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
  }
  .feature-item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0%;
    background: linear-gradient(264deg, #ff8b66, #de3707);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .feature-item:hover::before {
    width: 100%;
  }
  .feature-item .text h2 {
      font-size: 16px;
      line-height: 26px;
  }
  @media (min-width: 1280px) and (max-width: 1600px) {
    .feature-item .text h2 {
        font-size: 14px;
        line-height: 24px;
    }
  }
  @media (max-width: 991px) {
    .feature-item .text h2 {
        font-size: 13px;
        line-height: 23px;
    }
  }
  .feature-item .icon {
      margin-right: 20px;
  }
  @media (min-width: 1280px) and (max-width: 1600px) {
    .feature-item .text p {
        font-size: 14px;
    }
  }
  @media (max-width: 991px) {
    .feature-item .text p {
        font-size: 13px;
    }
  }
  .feature-item .icon {
      margin-right: 20px;
  }
  .feature-item .icon i {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(264deg, #ff8b66, #de3707);
    font-size: 30px;
  }
/* Feature Section End */
/* Contact Section Start */
  .contact {
    color: #e8ebff;
    background-image: linear-gradient(114deg, #330c00, #0a0200);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/home/contact-bg.svg') no-repeat center top;
    background-size: cover;
  }
  .contact-shape {
      border-radius: 20px;
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
      color: #e8ebff;
      background-color: #c0c9ff1a;
      padding: 30px;
      box-shadow: inset -1px -1px #ffffff05, inset 1px 1px #ffffff29;
  }
  .intro-video-area{
    padding: 8px;
    border-radius: 21px;
    background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
    border: 1px solid #818acc33;
  }
  .intro-video-area .intro-video-play {
    border-radius: 15px;
    padding: 130px 60px;
    background-image: url('../images/home/contact-image.jpg');
  }
  .intro-video-area .intro-video-play .play-thumb a {
    color: #b92d03;
  }
  .intro-video-area .intro-video-play .play-thumb a:hover {
    background: linear-gradient(264deg, #ff8b66, #b92d03);
    color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .contact-right.responsive{
        margin-top: 30px;
    }
    .intro-video-area {
        padding: 8px !important;
    }
}
/* Contact Section End */
/* Demo Form Section Start */
/* .demo-form {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.demo-form-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/home/info-section-bg.webp');
    background-position: center center;
    background-size: cover;
    transform: scale(1.1) translateZ(0);
} */
.form-shape {
    border-radius: 20px;
    background-image: linear-gradient(114deg, #ffe9e3, #fdb19b);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    box-shadow: inset -1px -1px #ffffff3d, inset 1px 1px #fff9;
    padding: 50px;
}
.section-title{
  padding: 0;
}
.price-form{
  position: relative;
}
.price-form .form-group{
  margin-bottom: 20px;
}
.form-control {
    color: #de3707;
    background-color: #ffe5d9;
    background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
    border: 1px solid #818acc33;
    border-radius: 10px;
    min-height: 3rem;
    margin: 0;
    padding: .75rem 1rem;
    font-size: .9375rem;
    line-height: 1.6;
    box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ffe5d9;
  color: red;
}
.form-control:disabled, .form-control[readonly]:focus {
  background-color: #ffe5d9;
  border: 1px solid #818acc33;
  box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
  color: red;
}
.form-control:focus {
    color: #de3707;
    background-color: #ffeee7;
    background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
    border-color: #feb286 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #fd660d40;
}
.form-control:hover {
    border-color: #feb286 !important;
}
.btn-area.btn-primary.demo{
  width: 300px;
  padding: 8px 10px;
}
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 767px) {
    .form-control{
      padding: 5px 10px;
      min-height: 2.5rem;
    }
    .form-shape{
      padding: 20px;
    }
}
/* Demo Form Section End */
/* Company Contact Section Start */
.image-shape{
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  display: inline-block;
  opacity: 0.8;
}
  .contact-image-shape{
    padding: 8px;
    border-radius: 21px;
    background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
    border: 1px solid #818acc33;
  }
  .contact-image-shape img{
    border-radius: 15px;
  }
  @media (max-width: 575px) {
    .contact-left.responsive{
      text-align: center;
    }
    .responsive .image-shape img{
      width: 150px;
    }
  }

/* Company Contact Section End */
/* Footer Section Start */
.footer.custom-footer{
  color: #919de380;
  background-image: linear-gradient(114deg, #330c00, #0a0200);
}
.footer.custom-footer::before{
  display: none;
}
.footer-middle{
  padding-top:100px !important;
  padding-bottom: 100px !important;
}
.footer .single-footer{
  margin: 0 !important;
}
.footer .footer-bottom {
    padding: 10px 0;
    background-image: linear-gradient(114deg, #330c00, #0a0200);
    border-top: 1px solid #eeeeee69;
}
.footer .footer-bottom .inner p{
  font-size: 13px;
}
.footer .f-link a:hover{
  opacity: 1 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer .footer-social ul li a:hover{
  color: #de3707;
}
.footer .f-about {
    padding-right: 80px;
}
.scroll-top{
  background-image: linear-gradient(264deg, #ff8b66, #de3707);
}
@media only screen and (max-width: 767px) {
    .single-footer.responsive{
      padding-bottom: 10px;
    }
    .footer-middle{
      padding-top: 60px !important;
      padding-bottom: 60px !important;
    }
}
/* Footer Section End */
/*=====----- Main Page CSS End -----=====*/
/*=====----- Features Page CSS Start -----=====*/
.feature-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.feature-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url('../images/home/hero-section-bg.png') no-repeat center center;
  background-size: cover;
  transform: scale(1.1) translateZ(0);
}
.feature-section .section-title{
  margin-bottom: auto;
}
.accordion-item{
    box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
    border-radius: 5px;
    background: #fff1ea;
}
.accordion-item .accordion-button {
    font-size: 17px;
    font-weight: 600;
    color: #182230;
    transition: background-color 0.15s ease-in-out;
    line-height: 25px;
    background-color: transparent;
    border: 1px solid transparent;
}
.accordion-item .accordion-button:hover {
    color: #de3707;
}
.accordion-button:not(.collapsed) {
    background: #fff1ea;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-item:first-of-type .accordion-button{
  border-radius: 5px;
}
.accordion-item:first-of-type .accordion-button:not(.collapsed){
  border-radius: 5px;
}
.accordion-item:last-of-type .accordion-button.collapsed{
  border-radius: 5px;
}
.accordion-item:last-of-type .accordion-button:not(.collapsed){
  border-radius: 5px;
}
.accordion-item .accordion-button i {
    font-size: 16px;
    font-weight: 600;
}
.accordion-body{
  background-color: #fff1ea;
  border: none;
  border-radius: 0 0 5px 5px;
  padding: 0 20px 20px;
}
.accordion-header {
    margin-bottom: -1px;
}
.feature-accordion .accordion-body ul li {
    font-size: 16px;
    color: #000000d9;
    margin-bottom: 10px;
}
.feature-accordion .accordion-body p{
    font-size: 16px;
    color: #000000d9;
}
.feature-accordion .accordion-body li i {
    color: #de3707;
    margin-right: 10px;
}

.hero-right .image-shape{
    background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
    border: 1px solid #818acc33;
    padding: 10px;
    box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
    border-radius: 28px;
    background-color: #ffffff5c;
    opacity: 1;
}
.hero-right .image-shape img{
  border-radius: 20px;
}
.feature-card-section{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.feature-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  height: 100%;
  padding: 20px;
  background-color: #fff1ea;
  box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
}
.feature-card:hover {
    background-color: transparent;
    box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
}
.feature-card::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(264deg, #ff8b66, #de3707);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.feature-card:hover::before {
  width: 100%;
}
.feature-icon {
  font-size: 35px;
  margin-bottom: 5px;
}
.feature-card h5 {
  font-weight: 600;
}
.feature-card p {
  font-size: 16px;
  color: #000000d9;
}
.feature-card ul {
  padding-left: 18px;
  list-style-type: disc;
}
.feature-card ul li {
  font-size: 16px;
  color: #000000d9;
}
.feature-icon i {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(264deg, #ff8b66, #de3707);
}
@media only screen and (max-width: 767px) {
  .hero-right.responsive .image-shape{
    margin-top: 30px;
  }
  .hero-right.responsive .image-shape img{
    width: 100%;
  }
  .accordion-item .accordion-button {
    font-size: 15px;
    font-weight: 600;
  }
  .accordion-item .accordion-button i {
    font-size: 14px;
    font-weight: 600;
  }
  .feature-accordion .accordion-body p{
    font-size: 15px;
  }
}
/*=====----- Features Page CSS End -----=====*/
/*==========----- Contact Page CSS Start -----==========*/
.contact-main-section h4{
  font-size: 23px;
  font-weight: 600;
}
.contact-main-section p{
  font-size: 16px;
  color: #000000d9;
}
.contact-main-section a{
  font-size: 16px;
  color: #000000d9;
}
.contact-main-section a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-main-section .contact-right{
  background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
  border: 1px solid #818acc33;
  padding: 10px;
  box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
  border-radius: 28px;
}
.contact-main-section .contact-right .form-shape{
  background-color: #fff1ea;
  background-image: none;
  box-shadow: none;
}
.contact-main-section .contact-right .form-shape .form-control{
  background-color: #fdfaf9;
}
.select2-container--default .select2-selection--single {
  color: #de3707;
  background-color: #ffe5d9 !important;
  background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
  border: 1px solid #818acc33 !important;
  border-radius: 10px !important;
  min-height: 3rem;
  height: auto !important;
  margin: 0;
  padding: .75rem 1rem;
  font-size: .9375rem;
  line-height: 1.6;
  box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
}
.contact-main-section .contact-right .form-shape .select2-container--default .select2-selection--single{
  background-color: #fdfaf9 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.6 !important;
  color: #de3707 !important;
}
.select2-container--default .select2-selection--single:hover {
  border-color: #feb286 !important;
}
.text-shape.primary{
  background-color: #de3707;
  color: #fff;
  background-image: none;
  box-shadow: none;
}
.contact-item{
  margin-bottom: 20px;
}
.contact-icon{
  margin-right: 20px;
}
.contact-icon i{
  font-size: 16px;
  background-color: #de3707;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  border-radius: 50px;
  color: #fff;
}
.map-section{
  padding: 10px;
  background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
  border: 1px solid #818acc33;
  box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
  border-radius: 28px;
}
.map-section iframe{
  border-radius: 20px;
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
}
.map-section iframe:hover{
  filter: grayscale(0%); 
}
.contact p{
  font-size: 16px;
}
/*==========----- Contact Page CSS End -----==========*/
/*==========----- Demo Page CSS Start -----==========*/
#softwarePriceForm .videoWrapper {
    background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
    border: 1px solid #818acc33;
    padding: 10px;
    box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
    border-radius: 28px;
    background-color: #ffffff5c;
}
/*==========----- Demo Page CSS End -----==========*/
/*==========----- About Us Page CSS Start -----==========*/
.dark-shape {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 20px;
  transition: all 0.5s ease-in-out;
  backdrop-filter: blur(10px);
}
.custom>div:last-child .dark-shape {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.dark-shape:hover {
  background-image: linear-gradient(to bottom, rgba(20, 20, 51, 0) 0%, rgba(77, 18, 0, 0.6) 95%);
;
}
.shape-image {
    background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
    border: 1px solid #818acc33;
    padding: 10px;
    box-shadow: inset -1px -1px #ffffff05, inset 1px 1px #ffffff29;
    border-radius: 10px;
    /* background-color: #ffffff5c; */
    background-color: #c0c9ff1a;
    opacity: 1;
}
.shape-title {
    font-size: 20px;
    line-height: 25px;
}
.clients-logo {
    background-image: linear-gradient(114deg, #bdc6ff1f, #bdc6ff05);
    border: 1px solid #818acc33;
    padding: 15px 10px;
    box-shadow: inset -1px -1px #ffffff4d, inset 1px 1px #ffffffb3;
    border-radius: 20px;
    background-color: #ffffff5c;
    opacity: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.clients-logo img {
    width: auto;
    height: 4.5em;
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
}
.clients-logo:hover img {
    filter: grayscale(0%);
    transform: scale(1.1); 
}
@media (max-width: 767px) {
    .dark-shape{
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      border-left: none;
      text-align: center;
    }
    .custom>div:first-child .dark-shape {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .custom>div:last-child .dark-shape {
      border-right: none;
    }
    img.mobile-width{
      width: 90% !important;
    }
}
/*==========----- About Us Page CSS End -----==========*/


/*==========----- Arch PMS Website New CSS End -----==========*/
