@charset "UTF-8";
/*================
 Template Name: Quiety - Software Technology & IT Solutions Saas HTML Template
 Description: Quiety creative Saas, software technology, Saas agency & business Bootstrap 5 Html template. It is best and famous software company and Saas website template.
 Version: 1.0
 Author: https://themeforest.net/user/themetags
=======================*/
/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Poppins:wght@400;500;600;700;800&display=swap");
: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: #575757;
  --bs-gray-dark: #0b163f;
  --bs-primary: #175cff;
  --bs-accent: #077765;
  --bs-secondary: #c0c0c5;
  --bs-success: #5cc9a7;
  --bs-info: #50b5ff;
  --bs-warning: #ffb116;
  --bs-danger: #f25767;
  --bs-light: #fff;
  --bs-dark: #0b163f;
  --bs-font-sans-serif: "Open Sans", sans-serif;
  --bs-font-monospace: "Poppins", sans-serif;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #575757;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(12, 8, 0, 0);
}

hr {
  margin: 0 0;
  color: rgba(11, 22, 63, 0.12);
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #0b163f;
}

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: 1.0625rem;
}

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 800;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.8em;
}

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: #175cff;
  text-decoration: none;
}
a:hover {
  color: #0044e3;
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.8em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.8em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.8em;
  color: #fff;
  background-color: #010e2b;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 800;
}

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: #94a3b8;
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 600;
  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: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 600;
  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: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.display-404 {
  font-size: calc(2.125rem + 10.5vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-404 {
    font-size: 10rem;
  }
}

.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.8em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #575757;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.8em;
  color: #575757;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  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-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-10,
.gx-10 {
  --bs-gutter-x: 10rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10rem;
}

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

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

@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;
  }
  .g-sm-10,
.gx-sm-10 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-10,
.gy-sm-10 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-grid-gutter,
.gx-sm-grid-gutter {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-grid-gutter,
.gy-sm-grid-gutter {
    --bs-gutter-y: 1.5rem;
  }
}
@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;
  }
  .g-md-10,
.gx-md-10 {
    --bs-gutter-x: 10rem;
  }
  .g-md-10,
.gy-md-10 {
    --bs-gutter-y: 10rem;
  }
  .g-md-grid-gutter,
.gx-md-grid-gutter {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-grid-gutter,
.gy-md-grid-gutter {
    --bs-gutter-y: 1.5rem;
  }
}
@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;
  }
  .g-lg-10,
.gx-lg-10 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-10,
.gy-lg-10 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-grid-gutter,
.gx-lg-grid-gutter {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-grid-gutter,
.gy-lg-grid-gutter {
    --bs-gutter-y: 1.5rem;
  }
}
@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;
  }
  .g-xl-10,
.gx-xl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-10,
.gy-xl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-grid-gutter,
.gx-xl-grid-gutter {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-grid-gutter,
.gy-xl-grid-gutter {
    --bs-gutter-y: 1.5rem;
  }
}
@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;
  }
  .g-xxl-10,
.gx-xxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-10,
.gy-xxl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-grid-gutter,
.gx-xxl-grid-gutter {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-grid-gutter,
.gy-xxl-grid-gutter {
    --bs-gutter-y: 1.5rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #575757;
  --bs-table-striped-bg: rgba(12, 8, 0, 0.05);
  --bs-table-active-color: #575757;
  --bs-table-active-bg: rgba(12, 8, 0, 0.1);
  --bs-table-hover-color: #575757;
  --bs-table-hover-bg: rgba(12, 8, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #575757;
  vertical-align: top;
  border-color: rgba(11, 22, 63, 0.12);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #d1deff;
  --bs-table-striped-bg: #c7d3f2;
  --bs-table-striped-color: #0c0800;
  --bs-table-active-bg: #bdc9e6;
  --bs-table-active-color: #0c0800;
  --bs-table-hover-bg: #c2ceec;
  --bs-table-hover-color: #0c0800;
  color: #0c0800;
  border-color: #bdc9e6;
}

.table-secondary {
  --bs-table-bg: #f2f2f3;
  --bs-table-striped-bg: #e7e6e7;
  --bs-table-striped-color: #0c0800;
  --bs-table-active-bg: #dbdbdb;
  --bs-table-active-color: #0c0800;
  --bs-table-hover-bg: #e1e0e1;
  --bs-table-hover-color: #0c0800;
  color: #0c0800;
  border-color: #dbdbdb;
}

.table-success {
  --bs-table-bg: #def4ed;
  --bs-table-striped-bg: #d4e8e1;
  --bs-table-striped-color: #0c0800;
  --bs-table-active-bg: #c9dcd5;
  --bs-table-active-color: #0c0800;
  --bs-table-hover-bg: #cee2db;
  --bs-table-hover-color: #0c0800;
  color: #0c0800;
  border-color: #c9dcd5;
}

.table-info {
  --bs-table-bg: #dcf0ff;
  --bs-table-striped-bg: #d2e4f2;
  --bs-table-striped-color: #0c0800;
  --bs-table-active-bg: #c7d9e6;
  --bs-table-active-color: #0c0800;
  --bs-table-hover-bg: #ccdfec;
  --bs-table-hover-color: #0c0800;
  color: #0c0800;
  border-color: #c7d9e6;
}

.table-warning {
  --bs-table-bg: #ffefd0;
  --bs-table-striped-bg: #f3e3c6;
  --bs-table-striped-color: #0c0800;
  --bs-table-active-bg: #e7d8bb;
  --bs-table-active-color: #0c0800;
  --bs-table-hover-bg: #eddec0;
  --bs-table-hover-color: #0c0800;
  color: #0c0800;
  border-color: #e7d8bb;
}

.table-danger {
  --bs-table-bg: #fcdde1;
  --bs-table-striped-bg: #f0d2d6;
  --bs-table-striped-color: #0c0800;
  --bs-table-active-bg: #e4c8cb;
  --bs-table-active-color: #0c0800;
  --bs-table-hover-bg: #eacdd0;
  --bs-table-hover-color: #0c0800;
  color: #0c0800;
  border-color: #e4c8cb;
}

.table-light {
  --bs-table-bg: #fff;
  --bs-table-striped-bg: #f3f3f2;
  --bs-table-striped-color: #0c0800;
  --bs-table-active-bg: #e7e6e6;
  --bs-table-active-color: #0c0800;
  --bs-table-hover-bg: #edecec;
  --bs-table-hover-color: #0c0800;
  color: #0c0800;
  border-color: #e7e6e6;
}

.table-dark {
  --bs-table-bg: #0b163f;
  --bs-table-striped-bg: #172249;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #232d52;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #1d274d;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #232d52;
}

.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.65rem + 1px);
  padding-bottom: calc(0.65rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.75;
}

.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1.0625rem;
}

.col-form-label-sm {
  padding-top: calc(0.425rem + 1px);
  padding-bottom: calc(0.425rem + 1px);
  font-size: 0.8125rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.8em;
  color: #94a3b8;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75;
  color: #575757;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(11, 22, 63, 0.12);
  appearance: none;
  border-radius: 0.375rem;
  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(:read-only) {
  cursor: pointer;
}
.form-control:focus {
  color: #575757;
  background-color: #fff;
  border-color: #175cff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 92, 255, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.75em;
}
.form-control::placeholder {
  color: #575757;
  opacity: 1;
}
.form-control:disabled, .form-control:read-only {
  background-color: #f8f9fa;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.65rem 1rem;
  margin: -0.65rem -1rem;
  margin-inline-end: 1rem;
  color: #575757;
  background-color: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: #ecedee;
}
.form-control::-webkit-file-upload-button {
  padding: 0.65rem 1rem;
  margin: -0.65rem -1rem;
  margin-inline-end: 1rem;
  color: #575757;
  background-color: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: #ecedee;
}

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

.form-control-sm {
  min-height: calc(1.75em + 0.85rem + 2px);
  padding: 0.425rem 0.75rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.425rem 0.75rem;
  margin: -0.425rem -0.75rem;
  margin-inline-end: 0.75rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.425rem 0.75rem;
  margin: -0.425rem -0.75rem;
  margin-inline-end: 0.75rem;
}

.form-control-lg {
  min-height: calc(1.75em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1.0625rem;
  border-radius: 0.4375rem;
}
.form-control-lg::file-selector-button {
  padding: 0.75rem 1.25rem;
  margin: -0.75rem -1.25rem;
  margin-inline-end: 1.25rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.75rem 1.25rem;
  margin: -0.75rem -1.25rem;
  margin-inline-end: 1.25rem;
}

textarea.form-control {
  min-height: calc(1.75em + 1.3rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.75em + 0.85rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.75em + 1.5rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.65rem;
}
.form-control-color:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.75em;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.75em;
  border-radius: 0.375rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.65rem 3rem 0.65rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75;
  color: #575757;
  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='%230b163f' 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 1rem center;
  background-size: 16px 12px;
  border: 1px solid rgba(11, 22, 63, 0.12);
  border-radius: 0.3125rem;
  appearance: none;
}
.form-select:focus {
  border-color: #175cff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 92, 255, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #f8f9fa;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #575757;
}

.form-select-sm {
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  padding-left: 0.75rem;
  font-size: 0.8125rem;
}

.form-select-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  font-size: 1.0625rem;
}

.form-check {
  display: block;
  min-height: 1.75rem;
  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.375em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(12, 8, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #175cff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 92, 255, 0.25);
}
.form-check-input:checked {
  background-color: #175cff;
  border-color: #175cff;
}
.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: #175cff;
  border-color: #175cff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23175cff'/%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: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(23, 92, 255, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(23, 92, 255, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #175cff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b9ceff;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e2e8f0;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #175cff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b9ceff;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e2e8f0;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #94a3b8;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #94a3b8;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 1rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  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::placeholder {
  color: transparent;
}
.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: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.65rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75;
  color: #575757;
  text-align: center;
  white-space: nowrap;
  background-color: #f8f9fa;
  border: 1px solid rgba(11, 22, 63, 0.12);
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.0625rem;
  border-radius: 0.4375rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.425rem 0.75rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8em;
  color: #5cc9a7;
}

.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: #0c0800;
  background-color: rgba(92, 201, 167, 0.9);
  border-radius: 0.3125rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #5cc9a7;
  padding-right: calc(1.75em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235cc9a7' 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.4375em + 0.325rem) center;
  background-size: calc(0.875em + 0.65rem) calc(0.875em + 0.65rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #5cc9a7;
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.75em + 1.3rem);
  background-position: top calc(0.4375em + 0.325rem) right calc(0.4375em + 0.325rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #5cc9a7;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  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='%230b163f' 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='%235cc9a7' 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 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.875em + 0.65rem) calc(0.875em + 0.65rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #5cc9a7;
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #5cc9a7;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #5cc9a7;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #5cc9a7;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}

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

.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: #0c0800;
  background-color: rgba(242, 87, 103, 0.9);
  border-radius: 0.3125rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f25767;
  padding-right: calc(1.75em + 1.3rem);
  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='%23f25767'%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='%23f25767' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4375em + 0.325rem) center;
  background-size: calc(0.875em + 0.65rem) calc(0.875em + 0.65rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f25767;
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.75em + 1.3rem);
  background-position: top calc(0.4375em + 0.325rem) right calc(0.4375em + 0.325rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #f25767;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  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='%230b163f' 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='%23f25767'%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='%23f25767' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.875em + 0.65rem) calc(0.875em + 0.65rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #f25767;
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #f25767;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #f25767;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f25767;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  color: #575757;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.65rem 1.75rem;
  font-size: 0.9375rem;
  border-radius: 0.375rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #575757;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: unset;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #175cff;
  border-color: #175cff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #144ed9;
  border-color: #124acc;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #144ed9;
  border-color: #124acc;
  box-shadow: 0 0 0 0 rgba(58, 116, 255, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #124acc;
  border-color: #1145bf;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 116, 255, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #175cff;
  border-color: #175cff;
}

.btn-accent {
  color: #fff;
  background-color: #077765;
  border-color: #077765;
}
.btn-accent:hover {
  color: #fff;
  background-color: #066556;
  border-color: #065f51;
}
.btn-check:focus + .btn-accent, .btn-accent:focus {
  color: #fff;
  background-color: #066556;
  border-color: #065f51;
  box-shadow: 0 0 0 0 rgba(44, 139, 124, 0.5);
}
.btn-check:checked + .btn-accent, .btn-check:active + .btn-accent, .btn-accent:active, .btn-accent.active, .show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #065f51;
  border-color: #05594c;
}
.btn-check:checked + .btn-accent:focus, .btn-check:active + .btn-accent:focus, .btn-accent:active:focus, .btn-accent.active:focus, .show > .btn-accent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(44, 139, 124, 0.5);
}
.btn-accent:disabled, .btn-accent.disabled {
  color: #fff;
  background-color: #077765;
  border-color: #077765;
}

.btn-secondary {
  color: #0c0800;
  background-color: #c0c0c5;
  border-color: #c0c0c5;
}
.btn-secondary:hover {
  color: #0c0800;
  background-color: #c9c9ce;
  border-color: #c6c6cb;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #0c0800;
  background-color: #c9c9ce;
  border-color: #c6c6cb;
  box-shadow: 0 0 0 0 rgba(165, 164, 167, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #0c0800;
  background-color: #cdcdd1;
  border-color: #c6c6cb;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(165, 164, 167, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #0c0800;
  background-color: #c0c0c5;
  border-color: #c0c0c5;
}

.btn-success {
  color: #0c0800;
  background-color: #5cc9a7;
  border-color: #5cc9a7;
}
.btn-success:hover {
  color: #0c0800;
  background-color: #74d1b4;
  border-color: #6cceb0;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #0c0800;
  background-color: #74d1b4;
  border-color: #6cceb0;
  box-shadow: 0 0 0 0 rgba(80, 172, 142, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #0c0800;
  background-color: #7dd4b9;
  border-color: #6cceb0;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(80, 172, 142, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #0c0800;
  background-color: #5cc9a7;
  border-color: #5cc9a7;
}

.btn-info {
  color: #0c0800;
  background-color: #50b5ff;
  border-color: #50b5ff;
}
.btn-info:hover {
  color: #0c0800;
  background-color: #6ac0ff;
  border-color: #62bcff;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #0c0800;
  background-color: #6ac0ff;
  border-color: #62bcff;
  box-shadow: 0 0 0 0 rgba(70, 155, 217, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #0c0800;
  background-color: #73c4ff;
  border-color: #62bcff;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(70, 155, 217, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #0c0800;
  background-color: #50b5ff;
  border-color: #50b5ff;
}

.btn-warning {
  color: #0c0800;
  background-color: #ffb116;
  border-color: #ffb116;
}
.btn-warning:hover {
  color: #0c0800;
  background-color: #ffbd39;
  border-color: #ffb92d;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #0c0800;
  background-color: #ffbd39;
  border-color: #ffb92d;
  box-shadow: 0 0 0 0 rgba(219, 152, 19, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #0c0800;
  background-color: #ffc145;
  border-color: #ffb92d;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(219, 152, 19, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #0c0800;
  background-color: #ffb116;
  border-color: #ffb116;
}

.btn-danger {
  color: #0c0800;
  background-color: #f25767;
  border-color: #f25767;
}
.btn-danger:hover {
  color: #0c0800;
  background-color: #f4707e;
  border-color: #f36876;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #0c0800;
  background-color: #f4707e;
  border-color: #f36876;
  box-shadow: 0 0 0 0 rgba(208, 75, 88, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #0c0800;
  background-color: #f57985;
  border-color: #f36876;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(208, 75, 88, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #0c0800;
  background-color: #f25767;
  border-color: #f25767;
}

.btn-light {
  color: #0c0800;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #0c0800;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #0c0800;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0 rgba(219, 218, 217, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #0c0800;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(219, 218, 217, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #0c0800;
  background-color: #fff;
  border-color: #fff;
}

.btn-dark {
  color: #fff;
  background-color: #0b163f;
  border-color: #0b163f;
}
.btn-dark:hover {
  color: #fff;
  background-color: #091336;
  border-color: #091232;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #091336;
  border-color: #091232;
  box-shadow: 0 0 0 0 rgba(48, 57, 92, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #091232;
  border-color: #08112f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(48, 57, 92, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #0b163f;
  border-color: #0b163f;
}

.btn-outline-primary {
  color: #175cff;
  border-color: #175cff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #175cff;
  border-color: #175cff;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(23, 92, 255, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #175cff;
  border-color: #175cff;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(23, 92, 255, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #175cff;
  background-color: transparent;
}

.btn-outline-accent {
  color: #077765;
  border-color: #077765;
}
.btn-outline-accent:hover {
  color: #fff;
  background-color: #077765;
  border-color: #077765;
}
.btn-check:focus + .btn-outline-accent, .btn-outline-accent:focus {
  box-shadow: 0 0 0 0 rgba(7, 119, 101, 0.5);
}
.btn-check:checked + .btn-outline-accent, .btn-check:active + .btn-outline-accent, .btn-outline-accent:active, .btn-outline-accent.active, .btn-outline-accent.dropdown-toggle.show {
  color: #fff;
  background-color: #077765;
  border-color: #077765;
}
.btn-check:checked + .btn-outline-accent:focus, .btn-check:active + .btn-outline-accent:focus, .btn-outline-accent:active:focus, .btn-outline-accent.active:focus, .btn-outline-accent.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(7, 119, 101, 0.5);
}
.btn-outline-accent:disabled, .btn-outline-accent.disabled {
  color: #077765;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #c0c0c5;
  border-color: #c0c0c5;
}
.btn-outline-secondary:hover {
  color: #0c0800;
  background-color: #c0c0c5;
  border-color: #c0c0c5;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(192, 192, 197, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #0c0800;
  background-color: #c0c0c5;
  border-color: #c0c0c5;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(192, 192, 197, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #c0c0c5;
  background-color: transparent;
}

.btn-outline-success {
  color: #5cc9a7;
  border-color: #5cc9a7;
}
.btn-outline-success:hover {
  color: #0c0800;
  background-color: #5cc9a7;
  border-color: #5cc9a7;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #0c0800;
  background-color: #5cc9a7;
  border-color: #5cc9a7;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #5cc9a7;
  background-color: transparent;
}

.btn-outline-info {
  color: #50b5ff;
  border-color: #50b5ff;
}
.btn-outline-info:hover {
  color: #0c0800;
  background-color: #50b5ff;
  border-color: #50b5ff;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(80, 181, 255, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #0c0800;
  background-color: #50b5ff;
  border-color: #50b5ff;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(80, 181, 255, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #50b5ff;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffb116;
  border-color: #ffb116;
}
.btn-outline-warning:hover {
  color: #0c0800;
  background-color: #ffb116;
  border-color: #ffb116;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(255, 177, 22, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #0c0800;
  background-color: #ffb116;
  border-color: #ffb116;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(255, 177, 22, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffb116;
  background-color: transparent;
}

.btn-outline-danger {
  color: #f25767;
  border-color: #f25767;
}
.btn-outline-danger:hover {
  color: #0c0800;
  background-color: #f25767;
  border-color: #f25767;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #0c0800;
  background-color: #f25767;
  border-color: #f25767;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #f25767;
  background-color: transparent;
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #0c0800;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #0c0800;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-dark {
  color: #0b163f;
  border-color: #0b163f;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #0b163f;
  border-color: #0b163f;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(11, 22, 63, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #0b163f;
  border-color: #0b163f;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(11, 22, 63, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #0b163f;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #175cff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0044e3;
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #575757;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.0625rem;
  border-radius: 0.4375rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.425rem 1rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
}

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #575757;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(12, 8, 0, 0.15);
  border-radius: 0.3125rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.23375rem;
  vertical-align: 0.23375rem;
  content: "";
  border-top: 0;
  border-right: 0.275rem solid transparent;
  border-bottom: 0.275rem solid;
  border-left: 0.275rem solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.23375rem;
  vertical-align: 0.23375rem;
  content: "";
  border-top: 0.275rem solid transparent;
  border-right: 0;
  border-bottom: 0.275rem solid transparent;
  border-left: 0.275rem solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.23375rem;
  vertical-align: 0.23375rem;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.23375rem;
  vertical-align: 0.23375rem;
  content: "";
  border-top: 0.275rem solid transparent;
  border-right: 0.275rem solid;
  border-bottom: 0.275rem 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(12, 8, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #010e2b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #010d27;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #175cff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #94a3b8;
  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: #575757;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #010e2b;
}

.dropdown-menu-dark {
  color: #e2e8f0;
  background-color: #0b163f;
  border-color: rgba(12, 8, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #e2e8f0;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #175cff;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #94a3b8;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(12, 8, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #e2e8f0;
}
.dropdown-menu-dark .dropdown-header {
  color: #94a3b8;
}

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

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

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

.dropdown-toggle-split {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #175cff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0044e3;
}
.nav-link.disabled {
  color: #575757;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #e2e8f0;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #f8f9fa #f8f9fa #e2e8f0;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #575757;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #071c4d;
  background-color: #fff;
  border-color: #e2e8f0 #e2e8f0 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.3125rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #175cff;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.390625rem;
  padding-bottom: 0.390625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  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;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(12, 8, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(12, 8, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(12, 8, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(12, 8, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(12, 8, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(12, 8, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(12, 8, 0, 0.55);
  border-color: rgba(12, 8, 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%2812, 8, 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(12, 8, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(12, 8, 0, 0.9);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(12, 8, 0, 0.125);
  border-radius: 0.3125rem;
}
.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.3125rem - 1px);
  border-top-right-radius: calc(0.3125rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.3125rem - 1px);
  border-bottom-left-radius: calc(0.3125rem - 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(12, 8, 0, 0.03);
  border-bottom: 1px solid rgba(12, 8, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.3125rem - 1px) calc(0.3125rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(12, 8, 0, 0.03);
  border-top: 1px solid rgba(12, 8, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.3125rem - 1px) calc(0.3125rem - 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.3125rem - 1px);
}

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

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #575757;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #1553e6;
  background-color: #e8efff;
  box-shadow: inset 0 -1px 0 rgba(12, 8, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231553e6'%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='%23575757'%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: #175cff;
  outline: 0;
  box-shadow: unset;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(12, 8, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.3125rem - 1px);
  border-top-right-radius: calc(0.3125rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.3125rem - 1px);
  border-bottom-left-radius: calc(0.3125rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #575757;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #575757;
}

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

.page-link {
  position: relative;
  display: block;
  color: #175cff;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  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: #0044e3;
  background-color: #f8f9fa;
  border-color: #e2e8f0;
}
.page-link:focus {
  z-index: 3;
  color: #0044e3;
  background-color: #f8f9fa;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 92, 255, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #175cff;
  border-color: #175cff;
}
.page-item.disabled .page-link {
  color: #575757;
  pointer-events: none;
  background-color: #fff;
  border-color: #e2e8f0;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

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

.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.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3125rem;
}
.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.3125rem;
}

.alert-heading {
  color: inherit;
}

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

.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: #0e3799;
  background-color: #d1deff;
  border-color: #b9ceff;
}
.alert-primary .alert-link {
  color: #0b2c7a;
}

.alert-accent {
  color: #04473d;
  background-color: #cde4e0;
  border-color: #b5d6d1;
}
.alert-accent .alert-link {
  color: #033931;
}

.alert-secondary {
  color: #54524f;
  background-color: #f2f2f3;
  border-color: #ececee;
}
.alert-secondary .alert-link {
  color: #43423f;
}

.alert-success {
  color: #2c5543;
  background-color: #def4ed;
  border-color: #ceefe5;
}
.alert-success .alert-link {
  color: #234436;
}

.alert-info {
  color: #306d99;
  background-color: #dcf0ff;
  border-color: #cbe9ff;
}
.alert-info .alert-link {
  color: #26577a;
}

.alert-warning {
  color: #6d4c09;
  background-color: #ffefd0;
  border-color: #ffe8b9;
}
.alert-warning .alert-link {
  color: #573d07;
}

.alert-danger {
  color: #91343e;
  background-color: #fcdde1;
  border-color: #fbcdd1;
}
.alert-danger .alert-link {
  color: #742a32;
}

.alert-light {
  color: #6d6b66;
  background-color: white;
  border-color: white;
}
.alert-light .alert-link {
  color: #575652;
}

.alert-dark {
  color: #070d26;
  background-color: #ced0d9;
  border-color: #b6b9c5;
}
.alert-dark .alert-link {
  color: #060a1e;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f8f9fa;
  border-radius: 0.3125rem;
}

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

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

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

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #010e2b;
  background-color: #fff;
  border: 1px solid rgba(12, 8, 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: #575757;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #175cff;
  border-color: #175cff;
}
.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.3125rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.3125rem;
  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.3125rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.3125rem;
    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.3125rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.3125rem;
    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.3125rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.3125rem;
    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.3125rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.3125rem;
    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.3125rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.3125rem;
    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: #0e3799;
  background-color: #d1deff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0e3799;
  background-color: #bcc8e6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0e3799;
  border-color: #0e3799;
}

.list-group-item-accent {
  color: #04473d;
  background-color: #cde4e0;
}
.list-group-item-accent.list-group-item-action:hover, .list-group-item-accent.list-group-item-action:focus {
  color: #04473d;
  background-color: #b9cdca;
}
.list-group-item-accent.list-group-item-action.active {
  color: #fff;
  background-color: #04473d;
  border-color: #04473d;
}

.list-group-item-secondary {
  color: #54524f;
  background-color: #f2f2f3;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #54524f;
  background-color: #dadadb;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #54524f;
  border-color: #54524f;
}

.list-group-item-success {
  color: #2c5543;
  background-color: #def4ed;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2c5543;
  background-color: #c8dcd5;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #2c5543;
  border-color: #2c5543;
}

.list-group-item-info {
  color: #306d99;
  background-color: #dcf0ff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #306d99;
  background-color: #c6d8e6;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #306d99;
  border-color: #306d99;
}

.list-group-item-warning {
  color: #6d4c09;
  background-color: #ffefd0;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #6d4c09;
  background-color: #e6d7bb;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #6d4c09;
  border-color: #6d4c09;
}

.list-group-item-danger {
  color: #91343e;
  background-color: #fcdde1;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #91343e;
  background-color: #e3c7cb;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #91343e;
  border-color: #91343e;
}

.list-group-item-light {
  color: #6d6b66;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #6d6b66;
  background-color: #e6e6e6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #6d6b66;
  border-color: #6d6b66;
}

.list-group-item-dark {
  color: #070d26;
  background-color: #ced0d9;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #070d26;
  background-color: #b9bbc3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #070d26;
  border-color: #070d26;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #0c0800;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c0800'%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.3125rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #0c0800;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 92, 255, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: 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.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
  border-radius: 0.3125rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  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: #575757;
  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.3125rem - 1px);
  border-top-right-radius: calc(0.3125rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #0c0800;
}
.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 rgba(11, 22, 63, 0.12);
  border-top-left-radius: calc(0.4375rem - 1px);
  border-top-right-radius: calc(0.4375rem - 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.75;
}

.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 rgba(11, 22, 63, 0.12);
  border-bottom-right-radius: calc(0.4375rem - 1px);
  border-bottom-left-radius: calc(0.4375rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #0c0800;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #0c0800;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #0c0800;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #0c0800;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  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(12, 8, 0, 0.2);
  border-radius: 0.4375rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover-body {
  padding: 1rem 1rem;
  color: #575757;
}

.carousel {
  position: relative;
}

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

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

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

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

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

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #0c0800;
}
.carousel-dark .carousel-caption {
  color: #0c0800;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.75;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(12, 8, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(12, 8, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(12, 8, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(12, 8, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #175cff;
}
.link-primary:hover, .link-primary:focus {
  color: #175cff;
}

.link-accent {
  color: #077765;
}
.link-accent:hover, .link-accent:focus {
  color: #077765;
}

.link-secondary {
  color: #c0c0c5;
}
.link-secondary:hover, .link-secondary:focus {
  color: #c0c0c5;
}

.link-success {
  color: #5cc9a7;
}
.link-success:hover, .link-success:focus {
  color: #5cc9a7;
}

.link-info {
  color: #50b5ff;
}
.link-info:hover, .link-info:focus {
  color: #50b5ff;
}

.link-warning {
  color: #ffb116;
}
.link-warning:hover, .link-warning:focus {
  color: #ffb116;
}

.link-danger {
  color: #f25767;
}
.link-danger:hover, .link-danger:focus {
  color: #f25767;
}

.link-light {
  color: #fff;
}
.link-light:hover, .link-light:focus {
  color: white;
}

.link-dark {
  color: #0b163f;
}
.link-dark:hover, .link-dark:focus {
  color: #0b163f;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(12, 8, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(12, 8, 0, 0.1) !important;
}

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid rgba(11, 22, 63, 0.12) !important;
}

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

.border-top {
  border-top: 1px solid rgba(11, 22, 63, 0.12) !important;
}

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

.border-end {
  border-right: 1px solid rgba(11, 22, 63, 0.12) !important;
}

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

.border-bottom {
  border-bottom: 1px solid rgba(11, 22, 63, 0.12) !important;
}

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

.border-start {
  border-left: 1px solid rgba(11, 22, 63, 0.12) !important;
}

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

.border-primary {
  border-color: #175cff !important;
}

.border-accent {
  border-color: #077765 !important;
}

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

.border-success {
  border-color: #5cc9a7 !important;
}

.border-info {
  border-color: #50b5ff !important;
}

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

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

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

.border-dark {
  border-color: #0b163f !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 10rem !important;
}

.gap-grid-gutter {
  gap: 1.5rem !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-10 {
  margin: 10rem !important;
}

.m-grid-gutter {
  margin: 1.5rem !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-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-grid-gutter {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !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-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-grid-gutter {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !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-10 {
  margin-top: 10rem !important;
}

.mt-grid-gutter {
  margin-top: 1.5rem !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-10 {
  margin-right: 10rem !important;
}

.me-grid-gutter {
  margin-right: 1.5rem !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-10 {
  margin-bottom: 10rem !important;
}

.mb-grid-gutter {
  margin-bottom: 1.5rem !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-10 {
  margin-left: 10rem !important;
}

.ms-grid-gutter {
  margin-left: 1.5rem !important;
}

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

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

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

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

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

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

.m-n10 {
  margin: -10rem !important;
}

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

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

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

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

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

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

.mx-n10 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-ngrid-gutter {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

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

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

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

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

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

.my-n10 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-ngrid-gutter {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

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

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

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

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

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

.mt-n10 {
  margin-top: -10rem !important;
}

.mt-ngrid-gutter {
  margin-top: -1.5rem !important;
}

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

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

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

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

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

.me-n10 {
  margin-right: -10rem !important;
}

.me-ngrid-gutter {
  margin-right: -1.5rem !important;
}

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

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

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

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

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

.mb-n10 {
  margin-bottom: -10rem !important;
}

.mb-ngrid-gutter {
  margin-bottom: -1.5rem !important;
}

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

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

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

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

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

.ms-n10 {
  margin-left: -10rem !important;
}

.ms-ngrid-gutter {
  margin-left: -1.5rem !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;
}

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

.p-grid-gutter {
  padding: 1.5rem !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;
}

.px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-grid-gutter {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !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;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-grid-gutter {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !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;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-grid-gutter {
  padding-top: 1.5rem !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;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pe-grid-gutter {
  padding-right: 1.5rem !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;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-grid-gutter {
  padding-bottom: 1.5rem !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;
}

.ps-10 {
  padding-left: 10rem !important;
}

.ps-grid-gutter {
  padding-left: 1.5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1.0625rem !important;
}

.fs-xl {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-lg {
  font-size: 1.125rem !important;
}

.fs-base {
  font-size: 1rem !important;
}

.fs-md {
  font-size: 0.9375rem !important;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.fs-ms {
  font-size: 0.8125rem !important;
}

.fs-xs {
  font-size: 0.75rem !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: 800 !important;
}

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.5 !important;
}

.lh-base {
  line-height: 1.75 !important;
}

.lh-lg {
  line-height: 1.5 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #175cff !important;
}

.text-accent {
  color: #077765 !important;
}

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

.text-success {
  color: #5cc9a7 !important;
}

.text-info {
  color: #50b5ff !important;
}

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

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

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

.text-dark {
  color: #0b163f !important;
}

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

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

.text-muted {
  color: #94a3b8 !important;
}

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

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

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

.bg-primary {
  background-color: #175cff !important;
}

.bg-accent {
  background-color: #077765 !important;
}

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

.bg-success {
  background-color: #5cc9a7 !important;
}

.bg-info {
  background-color: #50b5ff !important;
}

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

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

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

.bg-dark {
  background-color: #0b163f !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;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

.rounded-start {
  border-bottom-left-radius: 0.3125rem !important;
  border-top-left-radius: 0.3125rem !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;
  }
  .gap-sm-10 {
    gap: 10rem !important;
  }
  .gap-sm-grid-gutter {
    gap: 1.5rem !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-10 {
    margin: 10rem !important;
  }
  .m-sm-grid-gutter {
    margin: 1.5rem !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-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-grid-gutter {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !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-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-grid-gutter {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !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-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-grid-gutter {
    margin-top: 1.5rem !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-10 {
    margin-right: 10rem !important;
  }
  .me-sm-grid-gutter {
    margin-right: 1.5rem !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-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-grid-gutter {
    margin-bottom: 1.5rem !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-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-grid-gutter {
    margin-left: 1.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n10 {
    margin: -10rem !important;
  }
  .m-sm-ngrid-gutter {
    margin: -1.5rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-ngrid-gutter {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-ngrid-gutter {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n10 {
    margin-top: -10rem !important;
  }
  .mt-sm-ngrid-gutter {
    margin-top: -1.5rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n10 {
    margin-right: -10rem !important;
  }
  .me-sm-ngrid-gutter {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-ngrid-gutter {
    margin-bottom: -1.5rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n10 {
    margin-left: -10rem !important;
  }
  .ms-sm-ngrid-gutter {
    margin-left: -1.5rem !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;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .p-sm-grid-gutter {
    padding: 1.5rem !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;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-grid-gutter {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-grid-gutter {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !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;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pt-sm-grid-gutter {
    padding-top: 1.5rem !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;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pe-sm-grid-gutter {
    padding-right: 1.5rem !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;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-grid-gutter {
    padding-bottom: 1.5rem !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;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .ps-sm-grid-gutter {
    padding-left: 1.5rem !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;
  }
  .gap-md-10 {
    gap: 10rem !important;
  }
  .gap-md-grid-gutter {
    gap: 1.5rem !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-10 {
    margin: 10rem !important;
  }
  .m-md-grid-gutter {
    margin: 1.5rem !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-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-grid-gutter {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !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-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-grid-gutter {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !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-10 {
    margin-top: 10rem !important;
  }
  .mt-md-grid-gutter {
    margin-top: 1.5rem !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-10 {
    margin-right: 10rem !important;
  }
  .me-md-grid-gutter {
    margin-right: 1.5rem !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-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-grid-gutter {
    margin-bottom: 1.5rem !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-10 {
    margin-left: 10rem !important;
  }
  .ms-md-grid-gutter {
    margin-left: 1.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n10 {
    margin: -10rem !important;
  }
  .m-md-ngrid-gutter {
    margin: -1.5rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-ngrid-gutter {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-ngrid-gutter {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n10 {
    margin-top: -10rem !important;
  }
  .mt-md-ngrid-gutter {
    margin-top: -1.5rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n10 {
    margin-right: -10rem !important;
  }
  .me-md-ngrid-gutter {
    margin-right: -1.5rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-md-ngrid-gutter {
    margin-bottom: -1.5rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n10 {
    margin-left: -10rem !important;
  }
  .ms-md-ngrid-gutter {
    margin-left: -1.5rem !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;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-grid-gutter {
    padding: 1.5rem !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;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-grid-gutter {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-grid-gutter {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !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;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-grid-gutter {
    padding-top: 1.5rem !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;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-grid-gutter {
    padding-right: 1.5rem !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;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-grid-gutter {
    padding-bottom: 1.5rem !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;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-grid-gutter {
    padding-left: 1.5rem !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;
  }
  .gap-lg-10 {
    gap: 10rem !important;
  }
  .gap-lg-grid-gutter {
    gap: 1.5rem !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-10 {
    margin: 10rem !important;
  }
  .m-lg-grid-gutter {
    margin: 1.5rem !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-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-grid-gutter {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !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-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-grid-gutter {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !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-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-grid-gutter {
    margin-top: 1.5rem !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-10 {
    margin-right: 10rem !important;
  }
  .me-lg-grid-gutter {
    margin-right: 1.5rem !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-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-grid-gutter {
    margin-bottom: 1.5rem !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-10 {
    margin-left: 10rem !important;
  }
  .ms-lg-grid-gutter {
    margin-left: 1.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .m-lg-ngrid-gutter {
    margin: -1.5rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-ngrid-gutter {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-ngrid-gutter {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n10 {
    margin-top: -10rem !important;
  }
  .mt-lg-ngrid-gutter {
    margin-top: -1.5rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n10 {
    margin-right: -10rem !important;
  }
  .me-lg-ngrid-gutter {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-ngrid-gutter {
    margin-bottom: -1.5rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n10 {
    margin-left: -10rem !important;
  }
  .ms-lg-ngrid-gutter {
    margin-left: -1.5rem !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;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .p-lg-grid-gutter {
    padding: 1.5rem !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;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-grid-gutter {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-grid-gutter {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !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;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pt-lg-grid-gutter {
    padding-top: 1.5rem !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;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pe-lg-grid-gutter {
    padding-right: 1.5rem !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;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-grid-gutter {
    padding-bottom: 1.5rem !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;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .ps-lg-grid-gutter {
    padding-left: 1.5rem !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;
  }
  .gap-xl-10 {
    gap: 10rem !important;
  }
  .gap-xl-grid-gutter {
    gap: 1.5rem !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-10 {
    margin: 10rem !important;
  }
  .m-xl-grid-gutter {
    margin: 1.5rem !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-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-grid-gutter {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !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-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-grid-gutter {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !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-10 {
    margin-top: 10rem !important;
  }
  .mt-xl-grid-gutter {
    margin-top: 1.5rem !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-10 {
    margin-right: 10rem !important;
  }
  .me-xl-grid-gutter {
    margin-right: 1.5rem !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-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-grid-gutter {
    margin-bottom: 1.5rem !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-10 {
    margin-left: 10rem !important;
  }
  .ms-xl-grid-gutter {
    margin-left: 1.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n10 {
    margin: -10rem !important;
  }
  .m-xl-ngrid-gutter {
    margin: -1.5rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-ngrid-gutter {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-ngrid-gutter {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n10 {
    margin-top: -10rem !important;
  }
  .mt-xl-ngrid-gutter {
    margin-top: -1.5rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n10 {
    margin-right: -10rem !important;
  }
  .me-xl-ngrid-gutter {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-ngrid-gutter {
    margin-bottom: -1.5rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n10 {
    margin-left: -10rem !important;
  }
  .ms-xl-ngrid-gutter {
    margin-left: -1.5rem !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;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .p-xl-grid-gutter {
    padding: 1.5rem !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;
  }
  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-grid-gutter {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-grid-gutter {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !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;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
  .pt-xl-grid-gutter {
    padding-top: 1.5rem !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;
  }
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
  .pe-xl-grid-gutter {
    padding-right: 1.5rem !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;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-grid-gutter {
    padding-bottom: 1.5rem !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;
  }
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
  .ps-xl-grid-gutter {
    padding-left: 1.5rem !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;
  }
  .gap-xxl-10 {
    gap: 10rem !important;
  }
  .gap-xxl-grid-gutter {
    gap: 1.5rem !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-10 {
    margin: 10rem !important;
  }
  .m-xxl-grid-gutter {
    margin: 1.5rem !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-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-grid-gutter {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !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-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-grid-gutter {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !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-10 {
    margin-top: 10rem !important;
  }
  .mt-xxl-grid-gutter {
    margin-top: 1.5rem !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-10 {
    margin-right: 10rem !important;
  }
  .me-xxl-grid-gutter {
    margin-right: 1.5rem !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-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-grid-gutter {
    margin-bottom: 1.5rem !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-10 {
    margin-left: 10rem !important;
  }
  .ms-xxl-grid-gutter {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n10 {
    margin: -10rem !important;
  }
  .m-xxl-ngrid-gutter {
    margin: -1.5rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-ngrid-gutter {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-ngrid-gutter {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -10rem !important;
  }
  .mt-xxl-ngrid-gutter {
    margin-top: -1.5rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n10 {
    margin-right: -10rem !important;
  }
  .me-xxl-ngrid-gutter {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-ngrid-gutter {
    margin-bottom: -1.5rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -10rem !important;
  }
  .ms-xxl-ngrid-gutter {
    margin-left: -1.5rem !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;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .p-xxl-grid-gutter {
    padding: 1.5rem !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;
  }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-grid-gutter {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-grid-gutter {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !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;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxl-grid-gutter {
    padding-top: 1.5rem !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;
  }
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxl-grid-gutter {
    padding-right: 1.5rem !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;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-grid-gutter {
    padding-bottom: 1.5rem !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;
  }
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxl-grid-gutter {
    padding-left: 1.5rem !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-xl {
    font-size: 1.625rem !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;
  }
}
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  padding-right: 0 !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

.page-wrapper {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

a:focus {
  outline: none;
}

a {
  transition: color 0.25s ease-in-out;
}

iframe {
  width: 100%;
}

.iframe-full-height-wrap {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
}

.iframe-full-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::selection {
  background: rgba(7, 119, 101, 0.15);
}

::-moz-selection {
  background: rgba(7, 119, 101, 0.15);
}

small, .small {
  font-weight: inherit;
}

button:focus {
  outline: none;
}

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

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
  .h2,
h2 {
    font-size: 2.5rem;
  }
}
.h5,
.h6,
h5,
h6 {
  margin-bottom: 0.375rem;
}

.h5,
.h6,
h5,
h6 {
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-weight: 700;
}

@media (min-width: 320px) and (max-width: 767px) {
  .lead {
    font-size: 1.125rem;
  }
  .blockquote {
    font-size: 1.0625rem !important;
  }
}
.ptb-120 {
  padding: 120px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.p-100 {
  padding: 100px;
}

.p-50 {
  padding: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-120 {
  padding-bottom: 120px;
}

.ptb-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mt--100 {
  margin-top: -100px;
}

.mt-100 {
  margin-top: 100px;
}

.mt--200 {
  margin-top: -200px;
}

.mb--150 {
  margin-bottom: -150px;
}

.mb--200 {
  margin-bottom: -200px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-40 {
  margin-top: 40px;
}

.z-2 {
  z-index: 2;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z--1 {
  z-index: -1;
}

.top--40 {
  top: -40px !important;
}

.top--100 {
  top: -100px !important;
}

.bottom--40 {
  bottom: -40px !important;
}

.bottom--100 {
  bottom: -100px !important;
}

.right--40 {
  right: -40px !important;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.left--40 {
  left: -40px !important;
}

.left--100 {
  left: -100px !important;
}

.right--100 {
  right: -100px !important;
}

.left-30 {
  left: 30%;
}

.left-5 {
  left: 5%;
}

.right-5 {
  right: 5%;
}

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

.bill-orbit-logo {
  width: 13.5rem;
}

@media (min-width: 320px) and (max-width: 991px) {
  .ptb-120 {
    padding: 60px 0;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .mt-100 {
    margin-top: 60px;
  }
  .search-form.w-50 {
    width: 100% !important;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }

  .bill-orbit-logo {
    width: 10rem;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .p-100 {
    padding: 60px 2rem;
  }
  .mw-60 {
    max-width: 100% !important;
  }
  .features-tabs {
    display: block !important;
  }
  .features-tabs .ms-5-sm {
    margin-left: unset !important;
  }

  .bill-orbit-logo {
    width: 7rem;
  }
}
.icon-sm {
  font-size: 25px;
}

.sticky-header {
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}

.affix {
  top: 0;
  left: 0;
  margin: auto;
  position: fixed;
  width: 100%;
  z-index: 9;
  animation: 300ms ease-in-out fadeInDown;
  background: #0b163f;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/*dropdown menu css*/
.dropdown-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  background: #fff;
}

.dropdown-grid.width-half {
  grid-template-columns: 1fr;
  width: 320px;
}

.dropdown-grid.width-full {
  grid-template-columns: 1fr 1fr;
  width: 650px;
}

.width-full-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 800px;
}

.width-full-3 .dropdown-grid-item {
  width: 240px;
}

.dropdown-grid-item {
  width: auto;
  padding: 20px;
}

.width-full-3 .dropdown-grid-item.last-item {
  display: flex;
  flex-direction: column;
  width: auto;
  grid-column-start: span 2;
}

.radius-right-side {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.main-menu li.nav-item {
  position: relative;
}
.main-menu li.nav-item .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, 0) rotate(-315deg);
  border-radius: 3px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.main-menu li.nav-item:hover .dropdown-menu:before {
  opacity: 1;
}
.main-menu li a.nav-link {
  padding: 0.85rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.dropdown-menu {
  right: auto;
  left: 50% !important;
  transform: translate(-50%, 0);
}

.navbar-dark .main-menu li a.nav-link {
  color: #e2e8f0;
}

.navbar-dark .action-btns a.btn-link {
  color: #e2e8f0;
}

/*navbar-light*/
.navbar-light .main-menu li a.nav-link,
.navbar-light .action-btns a.btn-link,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link,
.navbar-dark.sticky-header.affix .action-btns a.btn-link {
  color: #575757;
}

.navbar-light.sticky-header.affix,
.navbar-dark.sticky-header.affix {
  background: #fff;
}

.navbar-light.sticky-header.affix .btn,
.navbar-dark.sticky-header.affix .btn,
.bg-dark .btn,
.coming-soon-section .btn,
.bg-gradient .btn,
.coming-soon-section .btn,
.navbar-dark .btn-primary {
  box-shadow: none;
}

.navbar-light .navbar-brand img.logo-white,
.navbar-dark .navbar-brand img.logo-color,
.navbar-dark.sticky-header.affix .navbar-brand img.logo-white {
  display: none;
}

.navbar-dark.sticky-header.affix .navbar-toggler span {
  color: #575757;
}

.navbar-dark.sticky-header.affix .navbar-brand img.logo-color {
  display: block;
}

.main-menu li a.nav-link:hover,
.action-btns a.btn-link:hover,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover,
.navbar-dark.sticky-header.affix .action-btns a.btn-link:hover {
  color: #175cff;
}

.dropdown-grid-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0.55rem 1rem !important;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.dropdown-grid-item a span {
  opacity: 0.8;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
}
.dropdown-grid-item a:hover {
  background: #f8f9fa;
}
.dropdown-grid-item .drop-heading {
  padding-left: 1rem;
  font-size: 1rem;
}
.dropdown-grid-item .drop-title {
  font-size: 0.875rem;
  color: #575757;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.dropdown-grid-item a:hover .drop-title,
.dropdown-grid-item a:hover span {
  color: var(--bs-primary);
  opacity: 1;
}

.demo-list {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 12px;
  text-align: center;
}

.dropdown-info {
  display: flex;
  flex-direction: column;
}
.dropdown-info p {
  font-size: 13px;
  margin-bottom: 0;
}

.offcanvas.show {
  visibility: visible;
  z-index: 9999;
}

.offcanvas-backdrop:before {
  display: none;
}

.offcanvas-header button.close-btn {
  background: rgba(242, 87, 103, 0.12);
  width: 30px;
  height: 30px;
  text-align: center;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 20px;
}
.offcanvas-header button.close-btn i {
  line-height: 29px;
}

.offcanvas-body .dropdown-toggle::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  right: 0;
  border: none;
}

.offcanvas-body .main-menu li a.nav-link {
  color: #575757;
  padding: 0.5rem 1rem;
}

.offcanvas-body .main-menu li a.nav-link:hover {
  color: #175cff;
}

.offcanvas-body .radius-right-side {
  border-top-right-radius: 0;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.offcanvas-body .dropdown-menu {
  position: relative !important;
  left: 0 !important;
  margin: 15px 0 !important;
  transform: translate3d(0, 0, 0) !important;
}

.offcanvas-body .dropdown-grid {
  display: block;
  width: auto;
}

.offcanvas-body .dropdown-grid-item {
  width: 100%;
}

.offcanvas-body .dropdown-grid-item.last-item {
  display: none;
}

@media (max-width: 1199px) {
  .nav.main-menu {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .nav.main-menu {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .sticky-header.affix {
    padding: 15px 0 !important;
  }
  .action-btns a {
    margin-bottom: 15px;
  }
}
.dropdown-toggle::after {
  vertical-align: middle;
}

.footer-single-col h3, .footer-single-col .h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 36px;
}

.footer-nav-list li a {
  font-size: 15px;
  margin: 10px 0;
  display: block;
  opacity: 0.5;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-in-out;
}

.footer-nav-list li a,
.footer-single-col p {
  color: var(--bs-secondary-dark);
  opacity: 0.7;
}

.footer-nav-list li a:hover {
  opacity: 1;
}

.footer-top.bg-dark .footer-nav-list li a,
.footer-top.bg-dark .footer-single-col p,
.footer-top.bg-gradient .footer-single-col p {
  opacity: 1;
}

.footer-top.bg-dark .footer-nav-list li a:hover,
.footer-top.bg-gradient .footer-nav-list li a:hover {
  color: #fff;
}

.footer-light .footer-nav-list li a,
.footer-light .footer-single-col p {
  color: #575757;
  opacity: 0.8;
}

.footer-light .footer-nav-list li a:hover {
  color: #175cff;
  opacity: 1;
}

.footer-light .footer-single-col h6, .footer-light .footer-single-col .h6 {
  color: #575757;
}

.footer-light .logo-white,
.bg-dark .logo-color,
.bg-gradient .logo-color {
  display: none;
}

.footer-light .logo-color,
.bg-dark .logo-white,
.bg-gradient .logo-white {
  display: block;
}

.newsletter-form button {
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  border: none;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
}

.newsletter-form button i {
  font-size: 12px;
}

.newsletter-form button:focus {
  outline: none;
}

.rating-list li {
  margin-right: 2px !important;
}

.rating-list li i {
  font-size: 11px;
}

.bg-dark input.form-control,
.bg-gradient input.form-control {
  border-color: #e2e8f0;
}

.register-form input.form-control {
  border-color: rgba(0, 0, 0, 0.08);
}

.register-form input.form-control:focus {
  border-color: #175cff;
}

.footer-bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(248, 249, 250, 0.05);
}

.footer-bottom.footer-light {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.copyright-text p {
  font-size: 14px;
  color: #65676d;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.copyright-text p a {
  color: #575757;
}

.footer-light .copyright-text p {
  color: #65676d;
}

.bg-dark .copyright-text p,
.bg-gradient .copyright-text p {
  color: #e2e8f0;
}

.bg-dark .copyright-text p a,
.bg-gradient .copyright-text p a {
  color: #c0c0c5;
}

.copyright-text p a:hover {
  color: #175cff;
}

.footer-social-list li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.12);
  color: #65676d;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.bg-dark .footer-social-list li a,
.bg-gradient .footer-social-list li a {
  color: #e2e8f0;
}

.footer-light .footer-social-list li a {
  border: 2px solid rgba(0, 0, 0, 0.12);
}

.footer-social-list li a:hover {
  background: #175cff;
  color: #fff;
  border-color: #175cff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  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;
  text-align: center;
  z-index: 999999;
}

.loader {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: 8px solid #175cff;
  border-top-color: #077765;
  box-sizing: border-box;
  background: transparent;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  0% {
    transform: rotate(360deg);
  }
}
.display-404 {
  color: #fff;
  text-shadow: -0.0625rem 0 #175cff, 0 0.0625rem #175cff, 0.0625rem 0 #175cff, 0 -0.0625rem #175cff;
}

.list-style {
  list-style: none;
}
.list-style li {
  margin-bottom: 0.4rem;
}
.list-style li::before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: #077765;
  font-weight: bold;
  content: "•";
}

ol.list-style {
  counter-reset: li;
}
ol.list-style li {
  counter-increment: li;
}
ol.list-style li::before {
  margin-right: 0.5em;
  margin-left: -1.5em;
  font-weight: inherit;
  text-align: right;
  direction: rtl;
  white-space: nowrap;
  content: "." counter(li);
}

dt {
  color: #0b163f;
  margin-bottom: 0.25rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

dd {
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 999999;
}

.preloader-icon {
  width: 60px;
  height: 60px;
}

.loading-bar {
  width: 120px;
  height: 3px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.loading-bar::before {
  content: "";
  width: 35px;
  height: 3px;
  background: #175cff;
  position: absolute;
  left: -34px;
  animation: bluebar 1.5s infinite ease;
}

@keyframes bluebar {
  50% {
    left: 96px;
  }
}
.section-heading {
  margin-bottom: 50px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .action-btns.me-lg-0 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.bg-light {
  background-color: #f8f9fa !important;
}

.bg-primary-soft {
  background-color: rgba(23, 92, 255, 0.2);
}

.bg-primary-light {
  background-color: rgba(23, 92, 255, 0.75);
}

.bg-primary {
  background-color: #175cff !important;
}

.bg-primary-dark {
  background-color: #0044e3;
}

.bg-info-soft {
  background-color: rgba(80, 181, 255, 0.2);
}

.bg-info-light {
  background-color: rgba(80, 181, 255, 0.75);
}

.bg-info {
  background-color: #50b5ff !important;
}

.bg-info-dark {
  background-color: #1d9fff;
}

.bg-success-soft {
  background-color: rgba(92, 201, 167, 0.2);
}

.bg-success-light {
  background-color: rgba(92, 201, 167, 0.75);
}

.bg-success {
  background-color: #5cc9a7 !important;
}

.bg-success-dark {
  background-color: #3cb690;
}

.bg-warning-soft {
  background-color: rgba(255, 177, 22, 0.2);
}

.bg-warning-light {
  background-color: rgba(255, 177, 22, 0.75);
}

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

.bg-warning-dark {
  background-color: #e29600;
}

.bg-danger-soft {
  background-color: rgba(242, 87, 103, 0.2);
}

.bg-danger-light {
  background-color: rgba(242, 87, 103, 0.75);
}

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

.bg-danger-dark {
  background-color: #ee283c;
}

.bg-dark-soft {
  background-color: rgba(192, 192, 197, 0.5);
}

.bg-dark-light {
  background-color: #071c4d;
}

.bg-dark {
  background-color: #0b163f !important;
}

.bg-dark-dark {
  background-color: #030714;
}

.bg-purple {
  background-color: var(--bs-purple) !important;
}

.bg-secondary-light {
  background-color: rgba(192, 192, 197, 0.2);
}

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

.bg-secondary-dark {
  background-color: #a5a5ad;
}

.bg-custom-light {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-black, .bg-dark-black {
  background-color: #0c0800;
}

.bg-soft-black {
  background-color: #222222;
}

/*gradient bg*/
.primary-bg-gradient {
  background: linear-gradient(90deg, #0b163f, #175cff) !important;
}

.info-bg-gradient {
  background: linear-gradient(90deg, #175cff, #50b5ff) !important;
}

.success-bg-gradient {
  background: linear-gradient(90deg, #5cc9a7, #36a381) !important;
}

.warning-bg-gradient {
  background: linear-gradient(90deg, #ffb116, #c98500) !important;
}

.danger-bg-gradient {
  background: linear-gradient(90deg, #f25767, #ea1228) !important;
}

.dark-bg-gradient {
  background: linear-gradient(90deg, #175cff, #0b163f) !important;
}

.secondary-bg-gradient {
  background: linear-gradient(90deg, #c0c0c5, #9898a0) !important;
}

.bg-gradient {
  background: linear-gradient(90deg, #071c4d, #002d97) !important;
}

a,
.btn-link {
  color: rgba(23, 92, 255, 0.85);
  transition: all 0.3s ease-in-out;
}

a:hover,
.btn-link:hover {
  color: #175cff;
  text-decoration: none;
}

.link-text,
.watch-now-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.watch-now-btn {
  font-size: 0.875rem;
  color: #b3b3b9;
  text-align: center;
}
.watch-now-btn i {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
  margin-right: 10px;
  border-radius: 50%;
  color: #c0c0c5;
}
.watch-now-btn:hover {
  color: #fff;
}
.watch-now-btn:hover i {
  background: #fff;
  color: #175cff;
}

@media (min-width: 367px) and (max-width: 575px) {
  .watch-now-btn {
    margin-left: 10px;
  }
}
.read-more-link {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
}
.read-more-link i {
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.read-more-link:hover i {
  transform: translateX(3px);
  margin-left: 10px;
}

/*animated screen img*/
.animated-hero-1 .type-0 {
  right: -110px;
  top: -160px;
}

@media (min-width: 991px) and (max-width: 1560px) {
  .animated-hero-1 .type-0 {
    top: -100px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .animated-hero-1 {
    display: none;
  }
}
.shape-bottom-img img.bottom-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

/*animated shape*/
.animate-element {
  list-style: none;
  width: 100%;
  height: 100%;
  right: 0;
}

.animate-element li {
  position: absolute;
  height: 100%;
  width: 100%;
}

.circle-shape-images {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.circle-shape-item {
  position: absolute;
  opacity: 0.55;
}

.circle-shape-item.type-0.hero-1 {
  left: 12px;
  bottom: -40px;
  width: 340px;
  opacity: 0.8;
}

.circle-shape-item.type-1.hero-1 {
  right: 55px;
  top: 40px;
  width: 186px;
}

.circle-shape-item.type-2.hero-1 {
  right: 40px;
  bottom: -20px;
  width: 100px;
}

.circle-shape-item.type-3.hero-1 {
  left: 115px;
  top: 25px;
  width: 36px;
}

.circle-shape-item.type-4.hero-1 {
  left: 135px;
  top: 55px;
  width: 70px;
}

.circle-shape-item.type-5.hero-1 {
  right: 0;
  bottom: -60px;
  width: 50px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .circle-shape-item.type-0.hero-1 {
    width: 250px;
  }
}
/*shape services of features*/
.shape-service .color-shape-1 {
  top: -100px;
  right: 0;
  flex: 0 0 auto;
}

.shape-service .color-shape-2 {
  left: -120px;
  bottom: 100px;
  flex: 0 0 auto;
}

.shape-service .color-shape-3 {
  right: 0;
  bottom: -50px;
  flex: 0 0 auto;
}

/*coming soon page css*/
.fixed-bg {
  height: 100vh;
  width: 100vh;
  border-radius: 0 10rem 30rem 0;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
}

.white-popup-block {
  max-width: 768px;
  margin: 30px auto;
  position: relative;
}

.animated-circle li {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
}

.animated-circle li:nth-child(1n) {
  height: 24vw;
  width: 24vw;
  top: 5.3vh;
  right: 20.3vw;
  bottom: inherit;
  animation: zoom-1 50s infinite;
  animation-delay: 2s;
}

.animated-circle li:nth-child(2n) {
  height: 15vw;
  width: 15vw;
  top: -8.8vh;
  right: -3.4vw;
  bottom: inherit;
  animation: zoom-2 50s infinite;
  animation-delay: 2s;
}

.animated-circle li:nth-child(3n) {
  height: 10vw;
  width: 10vw;
  top: 40vh;
  right: 6.5vw;
  bottom: inherit;
  animation: zoom-1 50s infinite;
  animation-delay: 2s;
}

.animated-circle li:nth-child(4n) {
  height: 8vw;
  width: 8vw;
  bottom: 0;
  top: inherit;
  right: 10vw;
  animation: zoom-2 50s infinite;
  animation-delay: 2s;
}

@-webkit-keyframes zoom-1 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-1 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom-2 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-2 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/*404 css*/
.error-404 {
  margin-bottom: 30px;
  font-size: 180px;
  line-height: 0.889em;
}

.block-item-patterns {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.block-item-pattern {
  height: 27px;
  width: 27px;
}

.pattern-block-1:nth-child(1) .block-item-pattern:nth-child(1) {
  top: 0;
  right: 40px;
}

.pattern-block-1:nth-child(1) .block-item-pattern:nth-child(2) {
  bottom: 27px;
  left: 0;
}

.pattern-block-1:nth-child(1) .block-item-pattern:nth-child(3) {
  bottom: 0;
  left: 27px;
}

.pattern-block-2:nth-child(1) .block-item-pattern:nth-child(1) {
  top: 60px;
  right: 0;
}

.pattern-block-2:nth-child(1) .block-item-pattern:nth-child(2) {
  bottom: 60px;
  left: 0;
}

.pattern-block-2:nth-child(1) .block-item-pattern:nth-child(3) {
  bottom: 60px;
  right: 0;
}

.pattern-block-3:nth-child(1) .block-item-pattern:nth-child(1) {
  top: 0;
  left: 40px;
}

.pattern-block-3:nth-child(1) .block-item-pattern:nth-child(2) {
  bottom: 27px;
  right: 0;
}

.pattern-block-3:nth-child(1) .block-item-pattern:nth-child(3) {
  bottom: 0;
  right: 27px;
}

.promo-icon i {
  line-height: normal;
}

.card-bar {
  width: 100px;
  height: 10px;
  border-radius: 20px 0 0 20px;
}

.promo-border-hover {
  transition: all 0.3s ease;
}

.promo-border-hover:hover {
  background: transparent !important;
  border-color: #175cff !important;
}

.contact-us-promo span {
  line-height: normal;
  margin-bottom: 30px;
}

/*app two promo feature*/
.app-two-single-feature {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 30px 70px 0 rgba(0, 15, 56, 0.1);
  padding: 40px;
}

.app-two-single-feature-icon i {
  border-radius: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 25px;
  display: inline-block;
}

.app-two-single-feature-icon.box-one i {
  background-color: rgba(217, 34, 255, 0.1);
  color: #d922ff;
}

.app-two-single-feature-icon.box-two i {
  background-color: rgba(255, 62, 102, 0.1);
  color: #ff3e66;
}

.app-two-single-feature-icon.box-three i {
  background-color: rgba(14, 149, 64, 0.1);
  color: #0e9541;
}

.app-two-single-feature-icon.box-four i {
  background-color: rgba(57, 135, 255, 0.1);
  color: #3987ff;
}

.video-bg-with-icon {
  display: grid;
  padding: 200px 0;
  place-items: center;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 40px 40px 0 rgba(14, 17, 51, 0.2);
}

.video-bg-with-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(72, 43, 118, 0.7);
}

.video-bg-with-icon a {
  color: #f25767;
  position: relative;
  z-index: 20;
  background-color: #fff;
  height: 80px;
  display: block;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.video-bg-with-icon a:hover {
  background-color: #175cff;
  color: #fff;
}

.video-promo-icon-wrapper {
  margin-top: -220px;
  padding-top: 300px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-promo-icon-wrapper {
    padding-top: 250px;
  }
}
.single-icon-box i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 20px;
}

.single-icon-box i.icon-one {
  background-color: #ee283c;
}

.single-icon-box i.icon-two {
  background-color: #0e9541;
}

.single-icon-box i.icon-three {
  background-color: #ff7d1a;
}

.single-icon-box i.icon-four {
  background-color: #3987ff;
}

@media (min-width: 767px) {
  .cta-left-info {
    width: 65% !important;
  }
}
@media (min-width: 767px) {
  .cta-img {
    width: 35% !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .cta-left-info {
    width: 100%;
  }
  .cta-img {
    display: none;
  }
}
.software-uikit {
  flex: 1;
  background-position: 50px 100px;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-with-shape-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.shape-image {
  overflow: hidden;
  border-radius: 1rem;
}

.shape-image .screen-img {
  position: relative;
  left: 80px;
  top: 90px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}

.shape-bottom {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: -10%;
  width: 100%;
}

/*circle shape*/
.circle-shape-2 {
  width: 335px;
  min-height: 335px;
  min-width: 335px;
}

.circle-shape-1 {
  top: -240px;
  width: 356px;
  min-height: 356px;
  min-width: 356px;
}

.circle-shape-3 {
  bottom: -210px;
  width: 300px;
  min-height: 300px;
  min-width: 300px;
}

@media (min-width: 320px) and (max-width: 991px) {
  .circle-shape-2,
.circle-shape-1,
.circle-shape-3 {
    display: none;
  }
}
/*app two cta*/
.app-two-mockup::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: rgb(245, 161, 42);
  z-index: 5;
}

.action-btns ul li a {
  background-color: transparent;
  border: 2px solid #9b2cfa;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--bs-light);
  padding: 10px 23px;
  line-height: 40px;
}

.action-btns ul li a i {
  font-size: 30px;
}

.action-btns ul li a span {
  line-height: 14px;
  font-weight: 400;
  text-align: left;
}

.action-btns ul li a span span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 20px;
}

.action-btns ul li a:hover {
  background-color: #fff;
  border: 2px solid transparent;
  color: #0b163f;
}

.hero-subscribe-form-wrap {
  max-width: 460px;
}

.skewed-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.skewed-1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: 282px solid #fff;
  border-left: 100vw solid transparent;
}

.hero-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 320px) and (max-width: 414px) {
  .hero-subscribe-form input.btn {
    position: relative;
    right: 0;
    top: 10px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in;
  }
  .hero-subscribe-form input.form-control {
    padding: 0.75rem 1rem;
  }
}
.app-screen-bg {
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.app-screen-wrap {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 3;
  grid-column-end: 5;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(29.4046deg) rotateY(0deg) rotateZ(-19.4046deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.screen-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.grid-app-screens {
  width: 130%;
  max-width: 1100px;
  padding-left: 5%;
  justify-items: center;
  align-items: center;
  grid-template-columns: 1fr 2.2fr;
  perspective: 1000px;
  transform: perspective(1000px);
}

.screen-1 {
  grid-row-start: span 2;
  grid-row-end: span 2;
  width: 100%;
}

.screen-3 {
  justify-self: start;
}

.circle-shape-wrap {
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.circle-img-1 {
  position: absolute;
  width: 16%;
  margin-top: 2%;
  margin-left: 44%;
}

.circle-img-2 {
  position: absolute;
  width: 10%;
  margin-top: -7%;
  margin-left: 57%;
}

.circle-img-3 {
  position: absolute;
  width: 8%;
  margin-top: -19%;
  margin-left: 36%;
}

/*hero-3*/
.hero-screen-wrap {
  display: flex;
  align-items: flex-end;
  margin-right: -120px;
}

.hero-screen-wrap .phone-screen {
  flex: 0 0 220px;
  width: 220px;
  margin-bottom: -30px;
  margin-right: -220px;
  z-index: 2;
}

.hero-screen-wrap .mac-screen {
  flex: 0 0 885px;
  width: 885px;
  margin-right: -180px;
  z-index: 1;
}

@media (min-width: 1480px) and (max-width: 1836px) {
  .hero-screen-wrap {
    margin-right: 0;
  }
  .hero-screen-wrap .phone-screen {
    flex: 0 0 165px;
  }
  .hero-screen-wrap .mac-screen {
    flex: 0 0 765px;
    margin-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 1479px) {
  .hero-screen-wrap {
    margin-right: 0;
  }
  .hero-screen-wrap .phone-screen {
    flex: 0 0 100px;
    margin-right: 0;
  }
  .hero-screen-wrap .mac-screen {
    flex: 0 0 465px;
    margin-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-screen-wrap {
    align-items: center;
    justify-content: center;
  }
  .hero-screen-wrap .phone-screen {
    display: none;
  }
  .hero-screen-wrap .mac-screen {
    flex: auto;
  }
}
/*hero-5*/
.widget-img-1 {
  top: 22%;
  left: -90px;
}

.widget-img-2 {
  bottom: -12%;
  left: -75px;
}

.widget-img-3 {
  top: 40%;
  right: -100px;
}

.widget-img-4 {
  bottom: -10%;
  right: 35px;
}

.widget-img-5 {
  top: -35%;
  left: -35%;
}

.widget-img-6 {
  top: -30%;
  right: -35%;
}

/*hero-8*/
.hero-app-img::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: #f6c37b;
  width: 500px;
  height: 500px;
}

.hero-app-img img {
  position: relative;
  z-index: 5;
}

@media (min-width: 320px) and (max-width: 991px) {
  .widget-img-wrap {
    display: none;
  }
  .hero-app-img::before,
.app-two-mockup::before {
    display: none;
  }
}
.office-address {
  height: 360px;
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in;
}

.office-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.45)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.45));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45));
  transition: all 0.3s ease-in;
}

.office-overlay {
  opacity: 0;
  background-color: rgba(11, 22, 63, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
}

.office-info {
  flex: 0 1 38%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  transform: translateY(70%);
  transition: all 0.3s linear;
}

.office-info h5, .office-info .h5 {
  color: #fff;
}

.office-info address {
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.8s linear;
  padding-bottom: 33px;
}

.office-address:hover .office-overlay {
  opacity: 1;
}

.office-address:hover .office-info {
  transform: translateY(0);
}

.office-address:hover .office-info address {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}

.about-content-left {
  max-width: 602px;
  margin-right: 30px;
}

.about-content-left .about-img-first {
  width: 100%;
  max-width: 76%;
}

.about-content-right {
  display: flex;
  max-width: 47%;
  flex-direction: column;
}

.about-content-right .about-img-last {
  max-width: 126%;
  margin-top: auto;
  align-self: flex-end;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-content-left {
    max-width: 450px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .section-heading-wrap {
    flex-direction: column;
  }
  .about-content-left {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
  }
  .about-content-right {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about-content-left .about-img-first {
    max-width: 100%;
    margin-top: 0 !important;
  }
  .about-content-right img:first-of-type {
    width: 45%;
    margin: 0 !important;
  }
  .about-content-right img:last-of-type {
    width: 50%;
    margin: 0 !important;
  }
}
/*story grid*/
.story-grid {
  width: 100%;
  height: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.story-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  width: 100%;
}

/*sticky sidebar*/
.sticky-sidebar {
  position: sticky;
  top: 100px;
  transition: all 0.3s ease-in-out;
}

.style-guide .bg-primary-soft .style-guide-heading h2, .style-guide .bg-primary-soft .style-guide-heading .h2 {
  margin-bottom: 0;
  font-size: 1.75rem;
}

.customer-logos-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 16px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.customer-logos-grid img,
.customer-logo {
  transition: all 0.3s ease-in-out;
}

.customer-logo-gray {
  filter: opacity(0.6);
}

.customer-logo {
  filter: brightness(1) invert(1);
}

.customer-logo:hover {
  filter: brightness(0) invert(1);
}

.customer-logo-gray:hover {
  filter: none;
}

.client-logo-img {
  justify-content: space-between;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.client-logo-img li {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 575px) {
  .customer-logos-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
  }
}
.mb--100 {
  margin-bottom: -100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-30 {
  margin-bottom: 30px;
}

.white-space-100 {
  height: 100px;
}

.pricing-tab-list {
  display: inline-flex;
}

.pricing-tab-list li button {
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 6px 15px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  background: #e2e8f0;
}

.pricing-tab-list li:first-child button {
  border-radius: 5px 0 0 5px;
}

.pricing-tab-list li:last-child button {
  border-radius: 0 5px 5px 0;
}

.pricing-tab-list li button.active {
  background: #0b163f;
  color: #fff;
}

.pricing-price span {
  font-size: 14px;
  color: #575757;
}

.pricing-content-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.price-feature-col {
  flex: 0 0 auto;
  width: 50%;
}

.left-radius {
  border-radius: 1rem 0 0 1rem;
}

.right-radius {
  border-radius: 0 1rem 1rem 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .price-feature-col {
    width: 100%;
  }
  .price-feature-col.left-radius {
    border-radius: 1rem 1rem 0 0;
  }
  .right-radius {
    border-radius: 1rem 1rem 0 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .price-feature-col {
    width: 100%;
  }
  .right-radius {
    border-radius: 1rem 1rem 0 0;
  }
}
.pricing-header .package-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

.pricing-header h4 span, .pricing-header .h4 span {
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 5px;
}

.pricing-feature-list li {
  font-size: 15px;
  padding: 5px 0;
}

.single-pricing-wrap {
  transition: transform 300ms ease;
}

.transform-hover:hover {
  transform: translate(0px, -10px);
}

.transition-base {
  transition: all 0.3s ease-in-out;
}

.dot-mask {
  -webkit-mask-image: url(./images/dots.svg);
  mask-image: url(./images/dots.svg);
}

.dm-wh-200 {
  width: 200px;
  height: 200px;
}

.dm-wh-250 {
  width: 250px;
  height: 250px;
}

.dm-wh-300 {
  width: 300px;
  height: 300px;
}

.dm-wh-350 {
  width: 350px;
  height: 350px;
}

.dm-size-10 {
  -webkit-mask-size: 10px;
  mask-size: 10px;
}

.dm-size-12 {
  -webkit-mask-size: 12px;
  mask-size: 12px;
}

.dm-size-14 {
  -webkit-mask-size: 14px;
  mask-size: 14px;
}

.dm-size-16 {
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

.dm-size-18 {
  -webkit-mask-size: 18px;
  mask-size: 18px;
}

.dm-size-20 {
  -webkit-mask-size: 20px;
  mask-size: 20px;
}

.dot-mask.bottom-right {
  right: -35px;
  bottom: -35px;
}

.dot-mask.top-right {
  right: -35px;
  bottom: -35px;
}

.dot-mask.top-left {
  left: -35px;
  top: -35px;
}

.dot-mask.bottom-left {
  left: -35px;
  bottom: -35px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .dot-mask.top-left,
.left--40 {
    left: 0 !important;
    top: -20px;
  }
  .dot-mask.top-right,
.dot-mask.bottom-right,
.right--40 {
    right: 0 !important;
  }
  .dm-wh-350 {
    display: none;
  }
  .author-img-wrap.pt-5,
.author-img-wrap.ps-5 {
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
}
.two-bg-color {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #175cff), color-stop(0, #e2e8f0));
  background-image: linear-gradient(90deg, #175cff 40%, var(--bs-light) 0);
}

.two-bg-dark-light {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0b163f), color-stop(0, #e2e8f0));
  background-image: linear-gradient(90deg, #0b163f 40%, #e2e8f0 0);
}

@media (min-width: 320px) and (max-width: 767px) {
  .two-bg-dark-light {
    background: #e2e8f0;
  }
}
.feature-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
}

.icon-center {
  margin: 0 auto 32px;
}

.feature-icon img {
  padding: 15px;
}

.img-bg-shape {
  bottom: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(1.1);
  width: 80%;
}

.skewed-img-right {
  backface-visibility: hidden;
  transform: rotateY(-35deg) rotateX(15deg);
}

.skewed-img-left {
  backface-visibility: hidden;
  transform: rotateY(-25deg) rotateX(-10deg);
}

.img-overlay-list {
  left: 40px;
  bottom: 30px;
  z-index: 1;
  grid-row-gap: 17px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-overlay-list li {
  margin: 12px 0;
}

.img-overlay-list li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 12px;
}

.choose-soft-img {
  position: relative;
  left: 25%;
}

/*feature tow col list*/
.list-two-col,
.list-three-col {
  max-width: 100%;
}

.list-two-col li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 12px;
}

.list-three-col li {
  flex: 0 0 33%;
  max-width: 33%;
  padding-right: 12px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .list-two-col li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-three-col li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.feature-img .feature-top-img {
  position: absolute;
  left: 0.5rem;
  top: 5rem;
}

.feature-img-shape:before {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  right: -60px;
  z-index: -1;
  width: 150px;
  height: 150px;
  transform: scale(-1, 1);
  background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 575px) {
  .feature-img-shape:before {
    display: none;
  }
}
.feature-img-shape-top-right:before {
  background-image: url(./images/dot-big-square.svg);
}

@media (min-width: 320px) and (max-width: 991px) {
  .hide-medium {
    display: none;
  }
}
.screenshots-content-wrap {
  position: relative;
  z-index: 2;
}

.roted-img-wrap {
  display: flex;
  flex-direction: column;
  margin-top: -100px;
  perspective: 2200px;
}

.roted-img {
  position: relative;
  z-index: -1;
  width: 100%;
  margin-bottom: -90px;
  -webkit-transform: rotateX(50deg) rotateY(0) rotateZ(0);
  transform: rotateX(50deg) rotateY(0) rotateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*app screen feature*/
.half-screen {
  top: 4%;
  left: 2.1%;
  width: 94%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
}

/*feature grid style*/
.feature-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  transition: all 0.3s ease-in-out;
}

.highlight-card {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  display: block;
}

.feature-card.border:hover {
  border-color: #175cff !important;
  transition: all 0.3s ease-in-out;
  background: transparent;
}

@media (min-width: 767px) and (max-width: 992px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.border-line-style {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #071c4d;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0 none transparent;
  border-right: 0 none transparent;
  border-bottom: 0 none transparent;
}

.border-line {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 2px;
  height: 65px;
  margin-top: 0;
  margin-left: -1px;
  background-color: #175cff;
}

/*feature with image bg*/
.feature-bg-mockup {
  position: absolute;
  opacity: 0.35;
  -o-object-fit: cover;
  object-fit: cover;
}

/*feature tab list*/
.feature-tab-list li a {
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #0b163f;
  border-radius: 6px 6px 0 0;
}

.feature-tab-list li a.active {
  background: #0b163f;
  color: #fff;
}

.feature-tab-list-2 li a {
  border: 2px solid rgba(216, 216, 216, 0.2);
  background: rgba(216, 216, 216, 0.25);
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #575757;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}

.feature-tab-list-2 li a:hover {
  background: #175cff;
  border-color: #175cff;
  color: #fff;
}

.feature-tab-list-2 li a.active {
  background: #175cff;
  color: #fff;
  border-color: #175cff;
}

.feature-tab-list-2 li:last-child a {
  margin-right: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .feature-tab-list-2 {
    justify-content: start !important;
  }
  .feature-tab-list-2 li {
    margin: 5px 0;
  }
}
/*career*/
.job-time {
  font-size: 14px;
}

.company-logo {
  height: 130px;
  flex: 0 0 130px;
}

.company-logo .logo {
  display: flex;
  height: 100%;
}

.company-logo .logo img {
  align-self: center;
  transform: translate3d(0, 0, 0);
}

.company-info-wrap {
  display: flex;
}

.company-overview ul li {
  font-size: 15px;
}

.annual-salary-wrap {
  background: #fff;
  padding: 30px;
  text-align: center;
}

.annual-salary-wrap h6, .annual-salary-wrap .h6 {
  color: #0b163f !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .company-logo {
    height: 100px;
    width: auto;
    margin-bottom: 25px;
    display: inline-block;
  }
  .company-info-wrap {
    display: inline-block;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .annual-salary-wrap {
    background: transparent;
    padding: 0;
    margin-top: 35px;
    text-align: left;
  }
  .annual-salary-wrap h6, .annual-salary-wrap .h6,
.annual-salary-wrap span {
    color: #fff !important;
  }
}
.content-list li {
  position: relative;
  font-size: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.content-list li:before {
  position: absolute;
  left: 0;
  top: 11px;
  height: 6px;
  width: 6px;
  background: #0b163f;
  content: "";
  border-radius: 50%;
}

.job-info-list li {
  font-size: 14px;
  margin-right: 15px !important;
}

.job-overview-list li {
  position: relative;
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
}

.job-overview-list li i {
  margin-right: 15px;
}

.overview-item span {
  font-size: 14px;
}

.icon-box {
  margin-bottom: 30px;
}

.icon-box i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
}

/*app two feature*/
.app-two-feature-two .section-heading h4, .app-two-feature-two .section-heading .h4 {
  color: #ff3e66;
}

.app-two-feature-two-content ul li i {
  color: #0e9541;
}

.app-two-feature-two-content .action-btns .app-two-btn {
  background-color: #ff3e66;
  color: #fff;
}

/*app two feature three*/
.feature-three-content-wrap {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 30px 70px 0 rgba(0, 15, 56, 0.1);
  padding: 20px 30px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.app-two-feature-three-img .feature-three-blob {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

@media (min-width: 320px) and (max-width: 767px) {
  .app-two-feature-three-img > img {
    width: 80%;
  }
}
.img-peice .img-one {
  top: 250px;
  left: -5%;
  z-index: 8;
}

.img-peice .img-two {
  top: 205px;
  z-index: 8;
  right: -4%;
}

.img-peice .img-three {
  z-index: 8;
  bottom: 78px;
  left: -5%;
}

.faq-icon {
  font-size: 25px;
  line-height: normal;
}

.faq-accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 1rem;
}

.faq-accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}

.faq-accordion .accordion-item button {
  border-radius: 1rem 1rem 0 0;
  border: none;
  padding: 1.5rem;
  font-size: 18px;
  font-weight: 600;
}

.faq-accordion .accordion-item button.accordion-button {
  border-radius: 1rem;
}

.faq-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 1rem;
}

.faq-accordion .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.faq-accordion .accordion-item button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  color: #175cff;
}

.accordion-list li {
  padding: 5px 0;
}

.accordion-list li a {
  color: #575757;
  display: inline-block;
  width: 100%;
}

.accordion-list li a:hover {
  color: #175cff;
}

.support-article-tab {
  display: inline-block;
}

.support-article-tab.nav-pills .nav-link.active,
.support-article-tab.nav-pills .show > .nav-link {
  color: #175cff;
  background: transparent;
}

.support-article-tab button.nav-link {
  padding: 0.5rem 0;
  display: inline-flex;
  width: 100%;
  color: #575757;
}

.support-article-tab button.nav-link:hover,
.support-article-tab a:hover {
  color: #175cff !important;
}

.quick-support a {
  transition: all 0.3s ease;
}

.quick-support a:hover {
  color: #175cff !important;
}

.quick-support-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.support-article-title {
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-in-out;
}

.support-article-list li a:hover .support-article-title {
  color: #175cff;
}

.support-article-list li a:hover .read-more-link i {
  transform: translateX(3px);
  margin-left: 10px;
}

.support-article-list li a:hover .read-more-link {
  opacity: 0.9;
}

.support-article-list li a:hover p {
  color: #575757;
}

.team-single-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
}

.team-img {
  position: relative;
  overflow: hidden;
}

.team-img img {
  transition: all 0.3s ease;
}

.team-single-wrap:hover .team-img img {
  transform: scale(1.1);
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}

.team-social-list {
  position: absolute;
  top: 8%;
  right: 8%;
}

.team-social-list.team-social-style-2 {
  bottom: 8%;
  top: auto;
}

.team-social-list li {
  margin: 3px 0 !important;
}

.team-social-list li a,
.author-social-list li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  border-radius: 3px;
  background: var(--bs-light);
  color: var(--body-color);
  transform: translateX(250px);
  transition: all 0.4s ease-in-out;
}

.author-social-list.social-bg-ts li a {
  background: transparent;
  color: var(--bs-white);
}

.team-social-list li a:hover,
.author-social-list li a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.team-single-wrap:hover .team-social-list li a {
  transform: translateX(0);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}

.author-social-list li a {
  transform: none;
}

.blog-grid {
  display: flex;
  flex-flow: row nowrap;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.blog-grid .featured-post-wrapper,
.blog-grid .posts-wrapper {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1;
}

.blog-grid .featured-post-wrapper .blog-item,
.blog-grid .posts-wrapper .blog-item {
  flex: 1 1;
  display: flex;
  padding: 15px;
  width: 100%;
}

.blog-grid .blog-item .blog-content {
  border-radius: 1rem;
}

.blog-grid .featured-post-wrapper .blog-item .read-more-link,
.blog-grid .posts-wrapper .blog-item .read-more-link {
  display: inline-block;
}

.blog-grid .featured-post-wrapper .blog-item .read-more-link a,
.blog-grid .posts-wrapper .blog-item .read-more-link a {
  transition: all 0.3s ease;
  transform: translateX(-15px);
  background-color: transparent;
  color: #175cff;
}

.blog-grid .featured-post-wrapper .blog-item .read-more-link a i,
.blog-grid .posts-wrapper .blog-item .read-more-link a i {
  margin-left: 10px;
  margin-right: 0;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  text-align: left;
  margin-top: 3px;
}

.blog-grid .featured-post-wrapper .blog-item:hover .read-more-link a,
.blog-grid .posts-wrapper .blog-item:hover .read-more-link a {
  transition: all 0.3s ease;
  transform: translateX(0);
  background-color: #175cff;
  color: #fff;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content:hover,
.blog-grid .posts-wrapper .blog-item .blog-content:hover {
  box-shadow: none;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content:hover .blog-media img,
.blog-grid .posts-wrapper .blog-item .blog-content:hover .blog-media img {
  transition: all 0.3s ease;
  transform: scale(1.1);
}

.blog-grid .featured-post-wrapper .blog-item .blog-content:hover .blog-text h3, .blog-grid .featured-post-wrapper .blog-item .blog-content:hover .blog-text .h3,
.blog-grid .posts-wrapper .blog-item .blog-content:hover .blog-text h3,
.blog-grid .posts-wrapper .blog-item .blog-content:hover .blog-text .h3 {
  color: #175cff;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text h3, .blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text .h3 {
  color: #175cff;
}

.blog-grid .featured-post-wrapper .blog-item .read-more-link a {
  transition: all 0.3s ease;
  transform: translateX(0);
  background-color: #175cff;
  color: #fff;
}

.blog-text a {
  text-decoration: none;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content {
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  position: relative;
  width: 100%;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-media {
  flex: 1 1 46%;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text {
  height: 290px;
  width: 100%;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text .featured-badge {
  position: absolute;
  right: 5%;
  top: -1px;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text .featured-badge i {
  font-size: 35px;
}

.blog-grid .blog-content {
  background-color: #fff;
  background-size: cover;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}

.blog-grid .blog-content .blog-media {
  height: auto;
  display: flex;
  justify-content: center;
  position: relative;
  width: 35%;
  overflow: hidden;
  border-radius: 1rem 0 0 1rem;
}

.blog-grid .blog-content .blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
  transition: all 0.3s ease;
}

.blog-grid .blog-content .blog-text {
  padding: 33px;
  width: 65%;
}

@media (min-width: 320px) and (max-width: 991px) {
  .blog-grid {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text {
    height: auto;
  }
  .blog-grid .blog-content .blog-media,
.blog-grid .blog-content .blog-text {
    width: 100%;
  }
  .blog-grid .blog-content .blog-media {
    border-radius: 1rem 1rem 0 0;
  }
}
/*blog page css*/
.single-article {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(241, 241, 241);
  transition: all 0.3s ease-in-out;
}

.single-article a {
  text-decoration: none;
  display: block;
}

.article-img {
  position: relative;
  overflow: hidden;
}

.article-img:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.article-img img {
  flex-shrink: 0;
  width: 100%;
  height: 14rem;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: rotate(0) scale(1);
}

.single-article.feature-article {
  flex-direction: row;
}

.single-article.feature-article .article-img img {
  height: 20rem;
}

.single-article.feature-article .article-content {
  width: fit-content;
}

@media (min-width: 320px) and (max-width: 575px) {
  .single-article.feature-article {
    flex-direction: column;
  }
  .single-article.feature-article .article-img img {
    height: 14rem;
  }
}
.article-category a {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.avatar-name {
  font-size: 15px;
}

.avatar-info span {
  font-size: 14px;
}

.article-title:hover,
.avatar-name:hover {
  color: #175cff;
}

.limit-2-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-article:hover .article-img img {
  transform: rotate(3deg) scale(1.1);
}

.single-article:hover .article-img:before {
  background: transparent;
}

.single-article:hover {
  transition: all 0.3s;
  box-shadow: 0 11px 18px -8px rgba(0, 0, 0, 0.16);
}

.page-link {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: var(--bs-font-monospace);
  font-weight: 600;
}

.page-item.active .page-link {
  background: #175cff;
  border-color: #175cff;
}

.page-link:focus {
  box-shadow: none;
  color: #175cff;
}

.article-info a {
  font-size: 0.875rem;
}
.article-info a i {
  color: #c0c0c5;
}

.integration-list-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.integration-list-wrap a {
  position: relative;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: 7px 7px 10px 0 rgba(55, 65, 81, 0.12);
}

.integration-list-wrap a {
  width: 65px;
}

.integration-list-wrap a img {
  padding: 10px;
}

.integration-list-wrap a.integration-1 {
  left: -120px;
  top: 0;
}

.integration-list-wrap a.integration-2 {
  top: -21px;
  right: -22px;
}

.integration-list-wrap a.integration-3 {
  left: -191px;
  margin-right: 16px;
  margin-left: 16px;
}

.integration-list-wrap a.integration-5 {
  left: -150px;
  bottom: -30px;
}

.integration-list-wrap a.integration-6 {
  left: 50px;
  bottom: 0;
}

.integration-list-wrap a.integration-7 {
  left: 120px;
  top: 0;
}

.integration-list-wrap a.integration-8 {
  top: -21px;
  right: 22px;
}

.integration-list-wrap a.integration-9 {
  left: 191px;
}

.integration-list-wrap a.integration-11 {
  left: 150px;
  bottom: -30px;
}

.integration-list-wrap a.integration-12 {
  left: -50px;
  bottom: 0;
}

.integration-badge {
  top: 8%;
  right: 8%;
  font-size: 12px;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.connected-app-single {
  transition: all 0.3s ease;
}

.connected-app-single:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.09);
  background: #fff !important;
}

@media (min-width: 320px) and (max-width: 991px) {
  .integration-list-wrap {
    flex-direction: row;
  }
  .integration-list-wrap a {
    position: inherit;
    width: 45px;
  }
  .integration-list-wrap a img {
    padding: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .integration-list-wrap a img {
    padding: 0;
  }
  .integration-list-wrap a {
    box-shadow: none;
    margin-right: 8px;
    margin-left: 8px;
  }
}
.integration-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  justify-content: space-between;
  grid-gap: 25px;
  justify-items: center;
}

.integration-list li {
  width: 100%;
}

.integration-list li .single-integration {
  box-shadow: rgba(13, 21, 55, 0.06) 0 5px 50px;
  display: block;
  margin: auto;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.integration-list li .single-integration img {
  width: 100%;
  height: auto;
  max-width: 35px;
  max-height: 35px;
  margin: auto;
}

.integration-list li .single-integration:hover {
  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
  transform: translateY(-2px);
}

.integration-logo {
  margin-bottom: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
  .integration-logo-wrap {
    grid-gap: 12px;
  }
}
.integration-icon {
  width: 22px;
  height: 22px;
}

.included-feature-list li {
  display: flex;
  align-items: center;
}

select.form-select {
  background-image: url(./images/dropdown-arrow.svg);
}

.form-control,
.custom-select, .form-select {
  border: 2px solid rgba(11, 22, 63, 0.12);
}

label {
  font-weight: 600;
  font-size: 0.875rem;
}

.form-control:focus,
.custom-select:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.subscribe-feature-list li span {
  margin: 0 15px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.subscribe-feature-list li span i {
  font-size: 16px;
}

.bg-dark .subscribe-feature-list li span i {
  color: #a5a5ad !important;
}

.register-form label:not(.form-check-label) {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.form-check-label {
  font-size: 13px;
}

.sign-up-in-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-select {
  font-size: 0.875rem;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-select {
  /* Firefox 18- */
  font-size: 0.875rem;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-select {
  /* Firefox 19+ */
  font-size: 0.875rem;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-select {
  font-size: 0.875rem;
}

.testimonial-tab-slider-wrap,
.testimonial-tab-indicator {
  transition: all 0.3s ease;
}

.testimonial-tab-indicator li button {
  padding: 0;
  margin-right: 15px;
}

.author-info h6, .author-info .h6 {
  font-size: 1rem;
}
.author-info span {
  font-size: 0.875rem;
}

.testimonial-tab-indicator li button img {
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.nav-pills.testimonial-tab-indicator .nav-link.active,
.nav-pills.testimonial-tab-indicator .show > .nav-link {
  background: transparent !important;
}

.nav-pills.testimonial-tab-indicator .nav-link.active img {
  transform: scale(1);
}

.swiper-nav-control .swiper-button-next,
.swiper-nav-control .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 11px 24px 0 rgba(0, 0, 0, 0.09);
}
.swiper-nav-control .swiper-button-next:hover,
.swiper-nav-control .swiper-button-prev:hover {
  background-color: #175cff;
  color: #fff !important;
  border-color: #175cff;
}
.swiper-nav-control .swiper-button-next::after,
.swiper-nav-control .swiper-button-prev::after {
  font-size: 13px;
}

.swiper-button-next {
  right: -25px;
}

.swiper-button-prev {
  left: -25px;
}

@media (min-width: 320px) and (max-width: 645px) {
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
}
.review-rate li {
  margin-right: 2px !important;
}

.review-rate li i {
  font-size: 12px;
  line-height: normal;
}

.blockquote {
  font-size: 1.125rem;
}

.testimonial-tab-list li a {
  margin-right: 10px;
}

.testimonial-tab-list li a img {
  border: 2px solid #c0c0c5;
  transform: scale(1);
  padding: 4px;
  transition: all 0.3s ease;
}

.testimonial-tab-list li a.active img {
  border-color: #175cff;
  transform: scale(1.1);
}

/*testimonial tab*/
.testimonial-tab-menu {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.testimonial-tab-menu li {
  width: fit-content;
  cursor: pointer;
}

.testimonial-tab-link {
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.05) !important;
}

.testimonial-video-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  transition: all 0.3s ease;
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(23, 19, 71)));
  background-image: -webkit-linear-gradient(top, transparent, rgb(23, 19, 71));
  background-image: linear-gradient(180deg, transparent, rgb(23, 19, 71));
}

.testimonial-video-wrapper .video-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #175cff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
}

.testimonial-video-wrapper .customer-info {
  position: absolute;
  left: 8%;
  bottom: 8%;
}

.testimonial-tab-menu.nav-pills .nav-link {
  padding: 1rem 1rem;
}

.testimonial-tab-menu.nav-pills .nav-link.active,
.testimonial-tab-menu.nav-pills .show > .nav-link {
  border-color: var(--bs-white) !important;
  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
  /* background: #fff !important; */
  background-color: #175cff !important;
  transform: translateY(-3px);
}

.bg-dark .testimonial-tab-menu.nav-pills .nav-link.active,
.bg-dark .testimonial-tab-menu.nav-pills .show > .nav-link,
.bg-gradient .testimonial-tab-menu.nav-pills .nav-link.active,
.bg-gradient .testimonial-tab-menu.nav-pills .show > .nav-link {
  border-color: rgba(101, 101, 101, 0.06) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.testimonial-tab-menu.nav-pills .nav-link.active h6 {
  color: #fff !important;
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px transparent;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px transparent;
  }
}
@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px transparent;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px transparent;
  }
}
/*app two customer review slider*/
.appTwoReviewSwiper-Controller {
  display: flex;
  max-width: 90px;
  justify-content: space-between;
}

.appTwoReviewSwiper-Controller .swiper-button-prev,
.appTwoReviewSwiper-Controller .swiper-button-next {
  border: 1px solid rgba(11, 22, 63, 0.12);
  color: #0b163f;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  box-shadow: none;
}

.appTwoReviewSwiper-Controller .swiper-button-next {
  right: 10px;
}

.appTwoReviewSwiper-Controller .swiper-button-prev:hover,
.appTwoReviewSwiper-Controller .swiper-button-next:hover {
  border: 1px solid transparent;
  background-color: #f25767;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .appTwoReviewSwiper-Controller {
    margin: 0 auto 40px;
  }
  .appTwoReviewSwiper-Controller .swiper-button-next {
    right: -10px;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.show {
  border-color: #0044e3;
  background-color: #0044e3;
}

.btn-accent:hover, .btn-accent:active, .btn-accent:focus, .btn-accent.active, .btn-accent.show {
  border-color: #04473c;
  background-color: #04473c;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.active, .btn-secondary.show {
  border-color: #a5a5ad;
  background-color: #a5a5ad;
}

.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.active, .btn-success.show {
  border-color: #3cb690;
  background-color: #3cb690;
}

.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info.active, .btn-info.show {
  border-color: #1d9fff;
  background-color: #1d9fff;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning.active, .btn-warning.show {
  border-color: #e29600;
  background-color: #e29600;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger.active, .btn-danger.show {
  border-color: #ee283c;
  background-color: #ee283c;
}

.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.active, .btn-light.show {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark.active, .btn-dark.show {
  border-color: #030714;
  background-color: #030714;
}

.btn-primary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-dark {
  color: #fff !important;
}

.btn-secondary, .btn-secondary:hover,
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-light,
.btn-light:hover {
  color: #071c4d !important;
  border-color: transparent;
}

.btn-secondary {
  border-color: rgba(11, 22, 63, 0.12);
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled).show {
  border-color: #fff;
  background-color: #fff;
}

.btn-outline-primary {
  border-color: rgba(23, 92, 255, 0.35);
}

.btn-outline-accent {
  border-color: rgba(7, 119, 101, 0.35);
}

.btn-outline-secondary {
  border-color: rgba(192, 192, 197, 0.35);
}

.btn-outline-success {
  border-color: rgba(92, 201, 167, 0.35);
}

.btn-outline-info {
  border-color: rgba(80, 181, 255, 0.35);
}

.btn-outline-warning {
  border-color: rgba(255, 177, 22, 0.35);
}

.btn-outline-danger {
  border-color: rgba(242, 87, 103, 0.35);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-outline-dark {
  border-color: rgba(11, 22, 63, 0.35);
}

[class^=btn-outline-]:hover, [class^=btn-outline-]:active, [class^=btn-outline-].active, [class^=btn-outline-].show,
[class*=" btn-outline-"]:hover,
[class*=" btn-outline-"]:active,
[class*=" btn-outline-"].active,
[class*=" btn-outline-"].show {
  color: #fff !important;
}

.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.show {
  color: #071c4d !important;
}

.btn-outline-secondary {
  border-color: #c0c0c5;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.show {
  border-color: #c0c0c5 !important;
  color: #071c4d !important;
}

.btn-link {
  font-weight: 500;
}

.btn-primary.btn-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(23, 92, 255, 0.9);
}

.btn-accent.btn-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(7, 119, 101, 0.9);
}

.btn-secondary.btn-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(192, 192, 197, 0.9);
}

.btn-success.btn-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(92, 201, 167, 0.9);
}

.btn-info.btn-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(80, 181, 255, 0.9);
}

.btn-warning.btn-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 177, 22, 0.9);
}

.btn-danger.btn-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(242, 87, 103, 0.9);
}

.btn-light.btn-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 255, 255, 0.9);
}

.btn-dark.btn-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(11, 22, 63, 0.9);
}

.btn-secondary.btn-shadow,
.btn-light.btn-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(12, 8, 0, 0.15);
}

.btn-shadow:hover {
  box-shadow: none;
}

.btn > i {
  vertical-align: middle;
}

.btn-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  width: 2.25rem;
  height: 2.25rem;
}
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  width: 3.25rem;
  height: 3.25rem;
}
.btn-icon.btn-xl {
  width: 4.55rem;
  height: 4.55rem;
}

.link-with-icon {
  display: inline-block;
  font-size: 15px;
  font-family: var(--bs-font-monospace);
  font-weight: 500;
  color: var(--body-color);
}

.link-with-icon i {
  vertical-align: middle;
  transition: all 0.2s ease;
  padding-left: 4px;
}

.link-with-icon:hover i {
  transform: translateX(3px);
  margin-left: 3px;
}

.bg-dark .link-with-icon,
.bg-gradient .link-with-icon {
  color: var(--bs-secondary-dark);
}

.btn {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  border: 2px solid transparent;
}

.btn:focus,
.btn:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-outline-primary:active:focus {
  outline: none;
  box-shadow: none;
}

.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 1rem 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
}

.btn-xl {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.button-style > .btn {
  margin: 0.5rem 0.5rem 0.5rem 0;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
}

.btn-soft-primary {
  color: #fff;
  background-color: rgba(23, 92, 255, 0.15);
  border-color: rgba(23, 92, 255, 0.15);
}

.btn-outline-primary {
  color: #175cff;
  border-color: #175cff;
}

.btn-soft-primary:hover,
.btn-outline-primary:hover {
  color: #fff;
  background-color: #175cff;
  border-color: #175cff;
}

.btn-soft-info {
  color: #50b5ff;
  background-color: rgba(80, 181, 255, 0.15);
  border-color: rgba(80, 181, 255, 0.15);
}

.btn-outline-info {
  color: var(--bs-info);
  border-color: var(--bs-info);
}

.btn-soft-info:hover,
.btn-outline-info:hover {
  color: #fff;
  background-color: #50b5ff;
  border-color: #50b5ff;
}

.btn-soft-success {
  color: #5cc9a7;
  background-color: rgba(92, 201, 167, 0.15);
  border-color: rgba(92, 201, 167, 0.15);
}

.btn-outline-success {
  color: #5cc9a7;
  border-color: #5cc9a7;
}

.btn-soft-success:hover,
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cc9a7;
  border-color: #5cc9a7;
}

.btn-soft-warning {
  color: #ffb116;
  background-color: rgba(255, 177, 22, 0.15);
  border-color: rgba(255, 177, 22, 0.15);
}

.btn-outline-warning {
  color: #ffb116;
  border-color: #ffb116;
}

.btn-soft-warning:hover,
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffb116;
  border-color: #ffb116;
}

.btn-soft-danger {
  color: #f25767;
  background-color: rgba(242, 87, 103, 0.15);
  border-color: rgba(242, 87, 103, 0.15);
}

.btn-outline-danger {
  color: #f25767;
  border-color: #f25767;
}

.btn-soft-danger:hover,
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f25767;
  border-color: #f25767;
}

.btn-soft-dark {
  color: #0b163f;
  background-color: rgba(11, 22, 63, 0.15);
  border-color: rgba(11, 22, 63, 0.15);
}

.btn-outline-dark {
  color: #0b163f;
  border-color: #0b163f;
}

.btn-soft-dark:hover,
.btn-outline-dark:hover {
  color: #fff;
  background-color: #0b163f;
  border-color: #0b163f;
}

.btn-outline-light {
  color: #c0c0c5;
  border-color: #c0c0c5;
}

.google-btn,
.facebook-btn {
  transition: all 0.3s ease-in-out;
}

.google-btn:hover,
.facebook-btn:hover {
  background: rgba(23, 92, 255, 0.15) !important;
}

.divider-bar {
  width: 100%;
  min-height: 1px;
  background-color: #c0c0c5;
}

.divider-text {
  width: 60px;
  min-width: 60px;
  line-height: 1.056em;
}

.download-btn {
  border: 1px solid #575757;
  margin-right: 20px;
  align-items: center;
  padding: 5px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.download-btn span {
  font-size: 28px;
  line-height: 28px;
  margin-right: 15px;
  color: #175cff;
}

.download-btn p {
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  text-align: left;
}

.download-btn p small, .download-btn p .small {
  opacity: 0.5;
  font-size: 11px;
}

.bg-primary-alt {
  background-color: rgba(23, 92, 255, 0.12);
}

.bg-accent-alt {
  background-color: rgba(7, 119, 101, 0.12);
}

.bg-secondary-alt {
  background-color: rgba(192, 192, 197, 0.12);
}

.bg-success-alt {
  background-color: rgba(92, 201, 167, 0.12);
}

.bg-info-alt {
  background-color: rgba(80, 181, 255, 0.12);
}

.bg-warning-alt {
  background-color: rgba(255, 177, 22, 0.12);
}

.bg-danger-alt {
  background-color: rgba(242, 87, 103, 0.12);
}

.bg-light-alt {
  background-color: rgba(255, 255, 255, 0.12);
}

.bg-dark-alt {
  background-color: rgba(11, 22, 63, 0.12);
}

.bg-white-alt {
  background-color: rgba(255, 255, 255, 0.12);
}

.brand-facebook {
  color: #3b5999;
}

.brand-twitter {
  color: #1da1f2;
}

.brand-google {
  color: #dd4b39;
}

.brand-instagram {
  color: #e4405f;
}

.brand-pinterest {
  color: #bd081c;
}

.brand-youtube {
  color: #cd201f;
}

.brand-slack {
  color: #3aaf85;
}

.brand-dribbble {
  color: #ea4c89;
}

.brand-dropbox {
  color: #1E90FF;
}

.brand-twitch {
  color: #4B367C;
}

.brand-paypal {
  color: #ecb32c;
}

.brand-behance {
  color: #0057ff;
}

.brand-reddit {
  color: #E84422;
}

.brand-github {
  color: #222222;
}

.bg-facebook-alt {
  background-color: rgba(59, 89, 153, 0.12);
}

.bg-twitter-alt {
  background-color: rgba(29, 161, 242, 0.12);
}

.bg-google-alt {
  background-color: rgba(221, 75, 57, 0.12);
}

.bg-instagram-alt {
  background-color: rgba(228, 64, 95, 0.12);
}

.bg-pinterest-alt {
  background-color: rgba(189, 8, 28, 0.12);
}

.bg-youtube-alt {
  background-color: rgba(205, 32, 31, 0.12);
}

.bg-slack-alt {
  background-color: rgba(58, 175, 133, 0.12);
}

.bg-dribbble-alt {
  background-color: rgba(234, 76, 137, 0.12);
}

.bg-dropbox-alt {
  background-color: rgba(30, 144, 255, 0.12);
}

.bg-twitch-alt {
  background-color: rgba(75, 54, 124, 0.12);
}

.bg-paypal-alt {
  background-color: rgba(236, 179, 44, 0.12);
}

.bg-behance-alt {
  background-color: rgba(0, 87, 255, 0.12);
}

.bg-reddit-alt {
  background-color: rgba(232, 68, 34, 0.12);
}

.bg-github-alt {
  background-color: rgba(34, 34, 34, 0.12);
}

/*color utility*/
.color {
  position: relative;
  display: block;
  min-height: 50px;
  padding: 1rem 1rem;
}

.color span {
  color: #fff;
}

.text-off-white {
  color: rgba(255, 255, 255, 0.8);
}

.border-light {
  border-color: rgba(101, 101, 101, 0.1) !important;
}

.bg-primary h1, .bg-primary .h1,
.bg-primary h2,
.bg-primary .h2,
.bg-primary h3,
.bg-primary .h3,
.bg-primary h4,
.bg-primary .h4,
.bg-primary h5,
.bg-primary .h5,
.bg-primary h6,
.bg-primary .h6,
.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6,
.bg-gradient h1,
.bg-gradient .h1,
.bg-gradient h2,
.bg-gradient .h2,
.bg-gradient h3,
.bg-gradient .h3,
.bg-gradient h4,
.bg-gradient .h4,
.bg-gradient h5,
.bg-gradient .h5,
.bg-gradient h6,
.bg-gradient .h6,
.bg-purple h1,
.bg-purple .h1,
.bg-purple h2,
.bg-purple .h2,
.bg-purple h3,
.bg-purple .h3,
.bg-purple h4,
.bg-purple .h4,
.bg-purple h5,
.bg-purple .h5,
.bg-purple h6,
.bg-purple .h6 {
  color: #fff;
}

.bg-primary p,
.bg-primary li,
.bg-primary span,
.bg-dark p,
.bg-dark li,
.bg-dark span,
.bg-gradient p,
.bg-gradient li,
.bg-gradient span,
.bg-purple p,
.bg-purple li,
.bg-purple span {
  color: #d9d9d9;
}

.bg-white h1, .bg-white .h1,
.bg-white h2,
.bg-white .h2,
.bg-white h3,
.bg-white .h3,
.bg-white h4,
.bg-white .h4,
.bg-white h5,
.bg-white .h5,
.bg-white h6,
.bg-white .h6,
.bg-light h1,
.bg-light .h1,
.bg-light h2,
.bg-light .h2,
.bg-light h3,
.bg-light .h3,
.bg-light h4,
.bg-light .h4,
.bg-light h5,
.bg-light .h5,
.bg-light h6,
.bg-light .h6 {
  color: initial;
}

.bg-light > .bg-dark h1, .bg-light > .bg-dark .h1,
.bg-light .bg-dark h2,
.bg-light .bg-dark .h2,
.bg-light .bg-dark h3,
.bg-light .bg-dark .h3,
.bg-light .bg-dark h4,
.bg-light .bg-dark .h4,
.bg-light .bg-dark h5,
.bg-light .bg-dark .h5,
.bg-light .bg-dark h6,
.bg-light .bg-dark .h6,
.bg-light > .bg-gradient h1,
.bg-light > .bg-gradient .h1,
.bg-light .bg-gradient h2,
.bg-light .bg-gradient .h2,
.bg-light .bg-gradient h3,
.bg-light .bg-gradient .h3,
.bg-light .bg-gradient h4,
.bg-light .bg-gradient .h4,
.bg-light .bg-gradient h5,
.bg-light .bg-gradient .h5,
.bg-light .bg-gradient h6,
.bg-light .bg-gradient .h6 {
  color: #fff;
}

.bg-white p,
.bg-white li,
.bg-white span {
  color: #575757;
}

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

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

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

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

.bg-light .author-info span {
  color: #575757;
}

/*work process promo*/
.process-card {
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}

.process-card-two {
  transition: all 0.3s ease-in-out;
}

.custom-shadow {
  box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
}

.shadow-hover:hover {
  box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
  z-index: 3;
}

.process-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin: 0 auto 35px;
}

.process-card-two:hover .process-icon {
  background-color: #fff;
  color: #175cff;
}

.process-card:hover {
  background: #fff;
}

.process-card:hover .process-icon {
  background: #175cff !important;
}

.process-card:hover .process-icon span,
.process-card:hover .process-icon span i {
  color: #fff !important;
}

.dots-line {
  position: relative;
  top: auto;
  right: auto;
  z-index: 2;
  width: 100px;
  height: 1px;
  padding-top: 0;
  flex: 1;
  border-bottom: 2px dashed #175cff;
}

.dots-line.first {
  position: relative;
  margin-right: -43px;
  margin-left: -43px;
}

@media screen and (max-width: 991px) {
  .dots-line {
    display: none;
  }
}
/*process icon two*/
.process-icon-2 i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
}

.process-icon-2 {
  position: relative;
}

.process-icon-2:after {
  content: "";
  position: absolute;
  top: -20px;
  width: 0;
  right: 47%;
  transform: translate(-50%, 50%);
  height: 150px;
  z-index: -1;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(11, 22, 63, 0.12);
  background-color: transparent;
}

.work-process-list li:last-child .process-icon-2:after {
  display: none;
}

.work-process-list li,
.process-icon-2 i {
  transition: all 0.3s ease-in-out;
}

.process-icon-2 i {
  opacity: 0.6;
}

.work-process-list li:hover .process-icon-2 i {
  color: var(--bs-primary);
  opacity: 1;
}

.promo-card-info h3 i, .promo-card-info .h3 i {
  font-size: 38px;
}

/*setup process*/
.setup-process-list {
  justify-content: space-between;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  justify-items: center;
}

.setup-process-item {
  width: 100%;
}

li.setup-process-item:not(:last-child) {
  position: relative;
}

li.setup-process-item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 2px;
  background: rgba(116, 143, 181, 0.15);
}

@media only screen and (max-width: 767px) {
  .setup-process-list {
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }
  li.setup-process-item:not(:last-child):before {
    top: auto;
    right: 0;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
  }
}
.dots img {
  position: absolute;
}

.dots .dot-1 {
  bottom: 20px;
  left: 65px;
  z-index: -1;
}

.dots .dot-2 {
  top: 115px;
  right: 25px;
  z-index: -1;
}

.bubble span {
  position: absolute;
  border-radius: 50%;
}

.bubble .bubble-1 {
  height: 160px;
  width: 160px;
  background-color: #175cff;
  left: 0;
  bottom: 10%;
}

.bubble .bubble-2 {
  height: 85px;
  width: 85px;
  background-color: #fff;
  right: 0;
  top: 30%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.single-service:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 25px;
}

@media (min-width: 767px) and (max-width: 992px) {
  .brand-logo-grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .brand-logo-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 25px;
  }
}
.brand-logo-grid li {
  width: 100%;
  border-radius: 20px 0px 30px 0px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 15px 30px 15px 30px;
  text-align: center;
}

.about-icon-box img {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.about-icon-box h5, .about-icon-box .h5 {
  font-size: 18px;
  font-weight: 500;
}

.service-tabs .nav-pills {
  border-bottom: 2px solid var(--bs-secondary-light);
}

.service-tabs .nav-pills .nav-link {
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  padding-bottom: 20px;
  color: #fff;
  position: relative;
}

@media (min-width: 767px) and (max-width: 992px) {
  .service-tabs .nav-pills {
    border-bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-tabs .nav-pills {
    border-bottom: 0;
  }
}
.service-tabs .nav-pills .nav-link.active,
.service-tabs .nav-pills .show > .nav-link {
  color: var(--bs-white);
  background: none;
  border-radius: 0;
}

.service-tabs .nav-pills .nav-link.active::after {
  position: absolute;
  content: "";
  bottom: -2px;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: var(--bs-primary);
}

.tab-right-content h2, .tab-right-content .h2 {
  font-size: 34px;
}

.tab-right-content p {
  font-size: 18px;
}

.tab-right-content ul li span {
  padding-left: 10px;
}

.tab-button .nav-pills .nav-link {
  margin: 0 15px;
  font-weight: 600;
  color: var(--body-color);
  padding: 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

.tab-button .nav-pills .nav-link.active,
.tab-button .nav-pills .show > .nav-link {
  color: var(--bs-primary);
  background: none;
  border-radius: 0;
  border-bottom: 2px solid var(--bs-primary);
  transition: all 0.3s;
}

.single-portfolio-item .portfolio-item-img {
  position: relative;
}

.single-portfolio-item .portfolio-item-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  z-index: 2;
}

.single-portfolio-item:hover .portfolio-item-img::after {
  opacity: 1;
}

.single-portfolio-item img {
  border-radius: 10px;
  width: 100%;
}

.portfolio-info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  visibility: hidden;
  z-index: 5;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.single-portfolio-item:hover .portfolio-info {
  visibility: visible;
  opacity: 1;
}

.portfolio-info .categories {
  font-size: 16px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
}

.portfolio-feature-img img {
  width: 100%;
}

.testimonialThreeSwiper .swiper-slide p {
  font-size: 18px;
}

.pricing-header {
  padding-bottom: 32px;
  border-bottom: 1px dashed var(--bs-secondary);
}

.hero-ten {
  padding: 200px 0;
}

@media (min-width: 767px) and (max-width: 992px) {
  .hero-ten {
    padding: 110px 0;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .hero-ten {
    padding: 110px 0;
  }
}
.cyber-down-btn a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  background-color: #fff;
  font-size: 24px;
  display: inline-block;
  position: absolute;
  top: 170px;
  box-shadow: 0px 4px 4px 0px rgba(182, 182, 182, 0.2);
}

.cyber-about-img img {
  border-radius: 10px;
}

.sheild-img img {
  border: 20px solid #fff;
  border-radius: 10px;
  margin-top: -140px;
  margin-left: -30px;
}

.cyber-about-count-box {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  border-right: 10px solid var(--bs-primary);
  border-radius: 10px;
}

.cyber-about-box {
  padding: 30px 20px;
  box-shadow: 10px 10px 66px 0px rgba(136, 136, 136, 0.15);
  background-color: #fff;
  border-radius: 10px;
}

.cyber-about-icon {
  margin-bottom: 25px;
}

.cyber-about-icon i {
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  display: inline-block;
  background-color: var(--bs-primary-soft);
  color: var(--bs-primary);
}

.cyber-features {
  padding-bottom: 160px;
}

.cyber-single-service {
  padding: 30px;
}

.cyber-single-service .feature-icon i {
  font-size: 28px;
}

.cyber-cta {
  margin-top: -100px;
}

.cyber-video-img {
  height: 100%;
  border-radius: 10px;
  display: grid;
  place-items: center;
  padding: 200px 0;
}

.cyber-video-img img {
  border-radius: 10px;
}

.cyber-video-img a {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 77px;
  text-align: center;
  background-color: #175cff;
  color: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 20px;
}

.cyber-video-img .popup-video-btn {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 77px;
  text-align: center;
  background-color: #175cff;
  color: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 20px;
  position: relative;
}

.cyber-video-img .popup-video-btn:before {
  content: "";
  position: absolute;
  left: -12.5px;
  top: -12.5px;
  height: 100px;
  width: 100px;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid #175cff;
  animation: btnWave 1500ms linear infinite;
}

.cyber-video-img .popup-video-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 50%;
  border: 10px solid #175cff;
  animation: btnWave 1000ms linear infinite;
}

.popup-video-btn:hover {
  color: #fff;
}

@keyframes btnWave {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.cyber-count-box {
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 15px 55px 0px rgba(102, 102, 102, 0.1);
  padding: 30px 30px 30px 30px;
}

.product-row {
  margin-top: -200px;
}

.store-bg-header {
  padding-top: 100px;
  padding-bottom: 200px;
}

.single-product img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.product-img {
  position: relative;
}

.product-img::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: rgba(12, 22, 54, 0.2);
  content: "";
  opacity: 0;
  transition: all 0.3s;
}

.single-product:hover .product-img::after {
  opacity: 1;
}

.product-info {
  border-radius: 0 0 5px 5px;
}

.product-info h6 a, .product-info .h6 a {
  color: var(--bs-dark);
}

.sale-badge {
  position: absolute;
  top: 15px;
  left: 15px;
}

.cart i {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: var(--bs-primary);
}

.heart i {
  position: absolute;
  top: 65px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: var(--bs-primary);
}

.product-cart-wishlist-icon {
  opacity: 0;
  transition: all 0.3s;
}

.single-product:hover .product-cart-wishlist-icon {
  opacity: 1;
}

.cyber-single-testimonial {
  border-radius: 10px;
  padding: 30px;
  background-color: aliceblue;
}

.cyber-faq-wrapper .faq-accordion .accordion-item button {
  padding: 20px 30px;
}

.cyber-faq-img img {
  border-radius: 10px;
}

@media (min-width: 767px) and (max-width: 992px) {
  .cyber-faq-img img {
    width: 100%;
  }
}
.cyber-article-img img {
  width: 100%;
}

.cyber-single-article {
  border-radius: 10px;
}

.cyber-single-article img {
  border-radius: 10px 10px 0 0;
}

.cyber-footer {
  position: relative;
}

.cyber-footer-social-list li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #05003b;
  display: inline-block;
  color: #fff;
}

.cyber-footer-social-list li a:hover {
  background-color: #175cff;
}

.cyber-footer-bottom p {
  border-top: 1px solid rgba(248, 249, 250, 0.05);
}

.cyber-product-image img {
  border-radius: 10px;
  width: 100%;
}

.cp-quantity button {
  font-size: 20px;
}

.cyber-product-tabs .nav-pills .nav-link {
  padding: 0 0 10px 0;
}

.cyber-product-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-bottom: 2px solid var(--bs-primary);
  color: var(--bs-primary);
  background-color: transparent;
  border-radius: 0;
}

.related-product-cart-wishlist-icon .cart i,
.related-product-cart-wishlist-icon .heart i {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: var(--bs-primary);
  right: 15px;
  transition: all 0.3s;
}

.related-product-cart-wishlist-icon .cart i {
  top: 15px;
}

.related-product-cart-wishlist-icon .heart i {
  top: 65px;
}

.related-product-cart-wishlist-icon {
  opacity: 0;
}

.cyber-related-product-img:hover .related-product-cart-wishlist-icon {
  opacity: 1;
}

.hero-eleven {
  min-height: 100vh;
}

.hero-eleven p {
  color: #e2e8f0;
}

.crypto-hero-img {
  position: relative;
}

.crypto-hero-img .currency-icon li {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background-color: #222222;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crypto-hero-img .currency-icon li:nth-child(1) {
  height: 114px;
  width: 114px;
  top: 34%;
}

.crypto-hero-img .currency-icon li:nth-child(2) {
  height: 84px;
  width: 84px;
  left: 17%;
  top: 44px;
}

.crypto-hero-img .currency-icon li:nth-child(3) {
  height: 110px;
  width: 110px;
  right: 17%;
}

.crypto-hero-img .currency-icon li:nth-child(4) {
  height: 78px;
  width: 78px;
  right: 0;
  top: 29%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .crypto-hero-img .currency-icon li {
    display: none;
  }
}
/* Purchase */
.input-bg {
  background-color: #404040;
}

/* Crypto Promo */
.bg-dark-black .section-title h2, .bg-dark-black .section-title .h2 {
  color: #fff;
  margin-bottom: 15px;
}

.bg-dark-black .section-title p {
  color: #c0c0c5;
}

.crypto-promo-box {
  padding: 40px 25px;
  border-radius: 5px;
}

.crypto-promo-box .crypt-promo-icon i {
  width: 65px;
  height: 65px;
  color: #fff;
  background-color: #3b3b3b;
  display: inline-block;
  border-radius: 50px;
  line-height: 65px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  cursor: pointer;
  cursor: pointer;
}

.crypto-promo-box .crypt-promo-icon i:hover {
  background-color: #010e2b;
}

.crypto-promo-box h4, .crypto-promo-box .h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.crypto-promo-box p {
  color: #e2e8f0;
}

.crypto-promo-box a {
  text-decoration: none;
  color: #fff;
}

.crypto-promo-box a:hover {
  color: #175cff;
}

/* Crypto Counter */
.single-counter-box {
  border-radius: 5px;
  padding: 15px;
}

.single-counter-box h5, .single-counter-box .h5 {
  color: #fff;
}

.single-counter-box span {
  font-size: 0.875rem;
  color: #e2e8f0;
  font-weight: 500;
}

.timer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 25px;
  gap: 25px;
}

.grid-item {
  text-align: center;
  border-radius: 5px;
  padding: 8px 18px;
}

.grid-item h5, .grid-item .h5 {
  font-size: 30px;
  margin-bottom: 0;
  color: #fff;
}

.grid-item span {
  font-size: 16px;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 575px) {
  .timer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
.crypto-progress {
  margin-top: 30px;
}

.crypto-progress h5, .crypto-progress .h5 {
  color: #e2e8f0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.progress {
  height: 12px;
  border-radius: 50px;
  background-color: #222222;
}

.progress .progress-bar {
  border-radius: 50px;
  height: 12px;
  background-color: #175cff;
}

/* Crypto Table */
.crypto-table {
  background: #1f1f1f;
  border: 0;
}

.crypto-table thead {
  background: #333333;
  border-bottom: 1px dashed rgba(11, 22, 63, 0.12);
}

.crypto-table tr {
  border-style: dashed !important;
  border-color: #585858;
}

.crypto-table thead th {
  padding: 16px 30px;
  color: #e2e8f0;
  font-size: 0.875rem;
  font-weight: 600;
  border: 0;
}

.crypto-table tbody {
  color: #e2e8f0;
}

.crypto-table tbody td {
  padding: 12px 30px;
  color: #c0c0c5;
}

.crypto-table tbody > tr {
  border-bottom: 1px dashed #94a3b8;
  border-style: dashed !important;
  border-color: #585858;
}

.crypto-table.table > :not(:first-child) {
  border-top: 0;
}

.crypto-table > :not(caption) > * > * {
  box-shadow: none;
  border: 0;
}

.coin-info h5, .coin-info .h5 {
  font-size: 15px;
}

.coin-price, .coin-price-change {
  font-size: 0.875rem;
}

.crypto-table .coin-price-change {
  position: relative;
  padding-left: 8px;
}

.crypto-table .coin-price-change::before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 8px;
}

.crypto-table .coin-price-change.price-down::before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f25767;
}

.crypto-table .coin-price-change.price-up::before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #5cc9a7;
}

/* Crypto CTA */
.crypto-cta {
  background-color: #222222;
}

/* Crypto Team */
.crypto-team .section-title p {
  color: #e2e8f0;
}

.single-crypto-team {
  padding: 20px;
  border-radius: 0.4375rem;
}

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

.crypto-team-info p {
  color: #e2e8f0;
  font-weight: 600;
}

.single-crypto-team img {
  width: 100%;
}

.crypto-team-social li {
  padding-right: 8px;
  line-height: normal;
}

.crypto-team-social li:last-child {
  border: 0;
}

.crypto-team-social li a {
  font-size: 0.875rem;
  color: #c0c0c5;
}
.crypto-team-social li a:hover {
  color: #175cff;
}

/* Crypto Testimonial */
.crypto-single-testimonial {
  border-radius: 5px;
  padding: 32px 24px;
}
.crypto-single-testimonial .author-meta span {
  font-size: 0.875rem;
  color: #c0c0c5;
}

.author-meta span {
  font-size: 0.875rem;
  color: #c0c0c5;
}

.crypto-single-testimonial p {
  color: #e2e8f0;
  padding: 24px 0;
}

/* Crypto Timeline */
.crypto-timeline {
  padding: 30px;
  border-radius: 0.4375rem;
}

.crypto-timeline-icon {
  background-color: #0c0800;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.crypto-timeline p {
  color: rgba(255, 255, 255, 0.5);
}

/* Crypto Blog */
.crypto-blog .section-title p {
  color: #e2e8f0;
}

.crypto-blog-card {
  padding: 24px;
  border-radius: 5px;
}
.crypto-blog-card h3, .crypto-blog-card .h3 {
  padding-top: 20px;
  margin-bottom: 15px;
  font-size: 1.125rem;
}
.crypto-blog-card p {
  color: #e2e8f0;
}

.crypto-blog-card .blog-thumb img {
  width: 100%;
}

/* Crypto App CTA */
.crypto-app-btn {
  border-radius: 50px;
  border-style: solid;
  border-color: #0082f8;
  padding: 10px 30px;
  border: 2px solid #175cff;
  display: inline-block;
  background-color: #175cff;
  color: #fff;
  text-align: left;
}

.crypto-app-btn:hover {
  background-color: transparent;
  color: #fff;
}

.crypto-btn-content-wrapper {
  display: flex;
  align-items: center;
}

.crypto-app-btn .crypto-btn-icon {
  margin-right: 10px;
  font-size: 20px;
}

.crypto-app-btn .text-wrapper > span {
  display: block;
}

.crypto-app-btn .crypto-btn-text {
  line-height: normal;
  font-weight: 600;
  font-size: 16px;
}

.crypto-app-btn .btn-tagline {
  font-size: 12px;
  line-height: 1;
}

/* Crypto Footer */
.crypto-footer-widget p {
  color: #e2e8f0;
}

.crypto-footer-social li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #222222;
  color: #fff;
  border-radius: 50px;
}

.crypto-footer-social li a:hover {
  background-color: #175cff;
}

.crypto-footer-nav ul li a {
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
}

.crypto-footer-nav ul li:hover a {
  border-bottom: 2px solid #175cff;
}

.crypto-footer-border {
  border-top: 1px solid #151515;
}

.crypto-footer-left p,
.crypto-footer-right a {
  color: #e2e8f0;
  line-height: normal;
  font-size: 16px;
}

/* Index 12 */
.bg-black {
  background-color: #0c0800;
}

/* Hero Twelve */
.gr-text {
  background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.slider {
  padding: 230px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-gradient {
  background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
  border-radius: 50px;
  padding: 16px 35px;
  display: inline-block;
  color: var(--bs-white);
  text-decoration: none;
}

.btn-gradient:hover {
  color: #fff;
}

/* Server */
.server-circle {
  position: absolute;
  top: -97px;
  left: -24%;
  z-index: 2;
}

@media (min-width: 320px) and (max-width: 768px) {
  .server-circle {
    display: none;
  }
}
.server-list {
  background-color: #1b1b1b;
  position: relative;
  padding: 25px 20px;
  border-radius: 6px;
  overflow: hidden;
}

.server-list::before {
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  filter: blur(100px);
  content: "";
  height: 124px;
  width: 124px;
  border-radius: 50px;
  position: absolute;
  left: -127px;
  bottom: -20px;
}

.server-list::after {
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  content: "";
  filter: blur(100px);
  height: 124px;
  width: 124px;
  border-radius: 50px;
  position: absolute;
  top: -127px;
  right: -20px;
}

.server-list h5, .server-list .h5 {
  font-size: 18px;
}

.card-top {
  padding: 25px;
}

.card-top h4, .card-top .h4 {
  color: var(--bs-white);
  font-size: 20px;
  font-weight: 500;
}

.card-bottom a {
  background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
  text-align: center;
  border-radius: 0 0 6px 6px;
  padding: 16px 20px;
  color: var(--bs-white);
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  .mt--200 {
    margin-top: 0;
  }
  .mb--200 {
    margin-bottom: 0;
  }
}

.big-circle {
  position: absolute;
  right: -300px;
  top: 40px;
}


.feature-ellipse {
  position: absolute;
  left: 10px;
  top: -50px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .feature-ellipse {
    display: none;
  }
  .big-circle {
    display: none;
  }
}

.price-icon {
  background-color: rgba(255, 255, 255, 0.05);
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.sh-feedback-shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 320px) and (max-width: 768px) {
  .sh-feedback-shape {
    display: none;
  }
}
.clients-thumb {
  margin-top: -35px;
}

.sh-feedback-wrapper {
  padding: 0 30px 40px;
  box-shadow: 0 15px 60px rgba(151, 151, 151, 0.05);
  background-color: #222222;
  border-radius: 10px;
}

.spacer {
  border: 0;
  border-bottom: 1px solid #0b163f;
  margin: 20px 0;
}

.g-news-letter {
  width: 90%;
}

@media (max-width: 992px) {
  .g-news-letter {
    width: 100%;
  }
}
.g-news-letter .form-control {
  height: 60px;
  border-radius: 50px;
  background: rgba(27, 27, 27, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.g-news-letter button {
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  border-radius: 0 50px 50px 0;
  background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
  padding: 16px 40px;
  color: #fff;
  font-weight: 500;
}

.c-left p,
.c-right {
  font-size: 15px;
}

.hero-payment-gateway {
  background: url("./images/pay-h.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.payment-hero-img .h-shape {
  position: absolute;
  right: 0;
  top: 21%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .payment-gateway-text {
    padding-top: 200px;
  }
  .payment-hero-img .h-shape {
    display: none;
  }
}
.benifits-left ul li:nth-child(1) {
  position: absolute;
  top: 0;
  right: 8%;
}

.benifits-left ul li:nth-child(2) {
  position: absolute;
  right: 8%;
  bottom: -13%;
}

.benifits-left ul li:nth-child(3) {
  top: 0;
  position: absolute;
  left: -21%;
}

.benifits-left ul li:nth-child(4) {
  position: absolute;
  left: -12%;
  z-index: 3;
  bottom: -7%;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .benifits-left ul li:nth-child(1),
.benifits-left ul li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .benifits-left ul li:nth-child(1),
.benifits-left ul li:nth-child(2),
.benifits-left ul li:nth-child(3),
.benifits-left ul li:nth-child(4) {
    display: none;
  }
}
.benifits-right-content {
  margin-bottom: 40px;
}

.single-benifit {
  border-radius: 10px;
  background: #fff;
  padding: 48px 20px;
}

.single-benifit p {
  padding: 16px 0;
}

.benifit-icon {
  border-radius: 3px;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}

.benifit-icon.one {
  background: linear-gradient(255.07deg, #f97956 -2.38%, #ff4579 102.02%);
}

.benifit-icon.two {
  background: linear-gradient(96.49deg, #0082f8 0%, #3c10f2 101.82%);
}

.bg-white-light {
  background-color: #f5f5f5;
}

.logo-grid-item {
  background: #fff;
  padding: 24px 30px;
  text-align: center;
}

.single-payment-step {
  background: #ffffff;
  box-shadow: 50px 20px 100px rgba(116, 116, 116, 0.15);
  border-radius: 6px;
}

.btn-gradient-sqr {
  display: inline-block;
  padding: 16px 34px;
  border-radius: 6px;
  background: linear-gradient(255.07deg, #f97956 -2.38%, #ff4579 102.02%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.btn-gradient-sqr:hover {
  color: #fff;
}

.card-shape ul li .counter-circle {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
}

.payment-feature-mockup img {
  z-index: 5;
}

.payment-feature-mockup::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 0;
  width: 565px;
  height: 565px;
  background: linear-gradient(255.07deg, #f97956 -2.38%, #ff4579 102.02%);
  border-radius: 50%;
  z-index: -3;
}

.payment-feture-shape .shape-one {
  position: absolute;
  left: -5px;
  bottom: 165px;
  z-index: 5;
}

.payment-feture-shape .shape-two {
  position: absolute;
  top: -16px;
  right: 154px;
  z-index: 5;
}

.payment-feture-shape .shape-three {
  position: absolute;
  left: -44px;
  bottom: 136px;
}

.payment-feture-shape .shape-four {
  position: absolute;
  top: -40px;
  left: 168px;
  z-index: -2;
}

.payment-feture-shape .shape-five {
  position: absolute;
  top: -16px;
  right: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .payment-feature-mockup::before {
    left: 0;
  }
}
@media (max-width: 768px) {
  .payment-feture-shape .shape-two {
    right: 65px;
  }
  .payment-feture-shape .shape-four {
    left: 0;
  }
}
@media (min-width: 320px) and (max-width: 475px) {
  .payment-feature-mockup::before {
    display: none;
  }
  .payment-feture-shape .shape-one,
.payment-feture-shape .shape-two {
    display: none;
  }
}
.payment-counter-bg {
  background-color: #fdf7f7;
}

.card-shape ul li:nth-child(1) {
  position: absolute;
  left: -7%;
  top: 35%;
}

.card-shape ul li:nth-child(2) {
  position: absolute;
  top: -9%;
  left: 40%;
}

.card-shape ul li:nth-child(3) {
  position: absolute;
  bottom: -8%;
  right: 42%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .card-shape ul li:nth-child(3) {
    bottom: -15%;
    right: 10%;
  }
  .card-shape ul li:nth-child(2) {
    position: absolute;
    top: -20%;
    left: 40%;
  }
}
@media (min-width: 320px) and (max-width: 475px) {
  .card-shape ul li:nth-child(1) {
    left: -1%;
  }
  .card-shape ul li:nth-child(3) {
    right: 10%;
    bottom: -10%;
  }
}
.payment-store-btn ul li a {
  background-color: #fff;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #0c0800;
  padding: 10px 23px;
  line-height: 40px;
  transition: all 0.3s;
}

.payment-store-btn ul li a:hover {
  background: linear-gradient(255.07deg, #f97956 -2.38%, #ff4579 102.02%);
  color: var(--bs-light);
}

.payment-store-btn ul li a i {
  font-size: 30px;
  transition: all 0.3s;
}

.payment-store-btn ul li a > span {
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.payment-store-btnul li a span span {
  font-size: 16px;
  display: block;
  line-height: 20px;
}

.payment-news-letter {
  background: linear-gradient(0deg, #fff2f2 13.3%, rgba(255, 255, 255, 0) 100%);
}

.payment-email-form .mail-input.form-control {
  height: 56px;
  border: 0;
  border-radius: 5px;
  padding: 16px;
  width: 100%;
  border-radius: 5px 0 0 5px;
  border: 1px solid #e7e7e7;
}

.payment-btn {
  padding: 14px 16px;
  background: linear-gradient(96.49deg, #0082f8 0%, #3c10f2 101.82%);
  color: var(--bs-white);
  font-size: 16px;
  border: 0;
  border-radius: 0 5px 5px 0;
  display: inline-block;
}

.p-cta-img::before {
  position: absolute;
  content: "";
  width: 518px;
  height: 518px;
  background: #fae0d9;
  border-radius: 50%;
  left: 15%;
  top: 5%;
  z-index: -3;
}

.payment-cta-shape li:nth-child(1) {
  position: absolute;
  left: 13%;
  bottom: 21%;
}

.payment-cta-shape li:nth-child(2) {
  position: absolute;
  top: -10%;
  right: 12%;
  z-index: -4;
}

.payment-cta-shape li:nth-child(3) {
  position: absolute;
  left: 20%;
  top: 10%;
}

.payment-cta-shape li:nth-child(4) {
  position: absolute;
  right: 12%;
  top: 24%;
}

.payment-cta-shape li:nth-child(5) {
  position: absolute;
  bottom: 1%;
}

@media (min-width: 1200px) {
  .p-cta-img::before {
    left: 15%;
  }
  .payment-cta-shape li:nth-child(2) {
    right: 23%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .p-cta-img::before {
    left: 2%;
  }
}
@media (min-width: 320px) and (max-width: 475px) {
  .p-cta-img::before {
    display: none;
  }
  .payment-cta-shape li:nth-child(1),
.payment-cta-shape li:nth-child(3),
.payment-cta-shape li:nth-child(4),
.payment-cta-shape li:nth-child(5) {
    display: none;
  }
}
.text-orange {
  color: #ff3951;
}

.bg-orange {
  background-color: #ff3951;
  color: #fff;
  border: 1px solid transparent;
}
.bg-orange:hover {
  background-color: transparent;
  color: #ff3951;
  border: 1px solid #ff3951;
}

.bg-soft-blue {
  background-color: #f5f7fc;
}

.span-arrow {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ff3951;
  font-weight: 600;
}

.digi-hero-text .action-btns .watch-now-btn {
  color: #14142b;
}
.digi-hero-text .action-btns .watch-now-btn i {
  background-color: #ffc226;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.digi-hero-img ul li {
  position: absolute;
}
.digi-hero-img ul li:nth-child(1) {
  top: -14%;
  left: -4%;
}
.digi-hero-img ul li:nth-child(2) {
  bottom: -30%;
  left: -16%;
}
.digi-hero-img ul li:nth-child(3) {
  right: 13%;
  bottom: -1%;
}
.digi-hero-img ul li:nth-child(4) {
  top: 18%;
  right: -10%;
}

.digi-service-single {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(231, 231, 231, 0.5019607843);
  padding: 48px 24px 30px 24px;
}
.digi-service-single img {
  margin-bottom: 24px;
}
.digi-service-single p {
  font-size: 16px;
}
.digi-service-single a {
  font-size: 14px;
  color: #575757;
  font-weight: 600;
}
.digi-service-single:hover {
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 14px 14px 56px rgba(33, 38, 106, 0.1);
}

.digi-newsletter .digi-news-form {
  position: relative;
}
.digi-newsletter .digi-news-form .form-control {
  background: #ffffff;
  border-radius: 50px;
  height: 52px;
  border: 0;
}
.digi-newsletter .digi-news-form .digi-news-button {
  position: absolute;
  right: 0;
  top: 0;
  background: #ff3951;
  border-radius: 0px 50px 50px 0px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  display: inline-block;
  color: #fff;
}

.digi-contact-left .contact-box {
  background: #ffffff;
  box-shadow: 0px 10px 65px rgba(11, 9, 27, 0.04);
  border-radius: 4px;
  padding: 24px 32px;
}
.digi-contact-left .contact-box img {
  margin-bottom: 24px;
}

.digi-contact-form-bg {
  background: #ffffff;
  padding: 48px 40px;
  box-shadow: 14px 14px 56px rgba(33, 38, 106, 0.1);
  border-radius: 10px;
}
.digi-contact-form-bg ul li:first-child {
  width: 90px;
  height: 90px;
  border: 15px solid #ff3951;
  border-radius: 50%;
  left: -6%;
  position: absolute;
  top: -8%;
  z-index: -4;
}
.digi-contact-form-bg ul li:last-child {
  width: 140px;
  height: 140px;
  background-color: #ffc226;
  border-radius: 50%;
  right: -60px;
  position: absolute;
  bottom: -60px;
  z-index: -5;
}

.digi-blog-single .digi-blog-thumb {
  position: relative;
}
.digi-blog-single .digi-blog-thumb .d-tag {
  padding: 8px 30px;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  bottom: -20px;
  right: 30px;
}
.digi-blog-single .digi-blog-thumb .d-tag.marketing {
  background-color: #ffc226;
}
.digi-blog-single .digi-blog-thumb .d-tag.design {
  background-color: #ff3951;
}
.digi-blog-single .digi-blog-info span {
  color: #575757;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.digi-blog-single .digi-blog-info h4, .digi-blog-single .digi-blog-info .h4 {
  font-size: 20px;
  color: #14142b;
}
.digi-blog-single .digi-blog-info p {
  color: #575757;
  font-weight: 400;
}
.digi-blog-single .digi-blog-info a {
  color: #14142b;
  font-weight: 600;
}
.digi-blog-single .digi-blog-info a:hover {
  color: #ff3951;
}

.digi-blog-list .list-header {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #14142b;
  border-radius: 8px 8px 0px 0px;
}
.digi-blog-list .list-header h5, .digi-blog-list .list-header .h5 {
  color: #fff;
  font-weight: 600;
  font-weight: 20px;
  margin-bottom: 0;
}
.digi-blog-list .digi-blog-posts {
  border-radius: 0 0 8px 8px;
  background: #f5f7fc;
  padding: 35px 24px;
}

.digi-why-left {
  position: relative;
}
.digi-why-left ul li {
  position: absolute;
}
.digi-why-left ul li:nth-child(1) {
  top: 40px;
  left: 60px;
}
.digi-why-left ul li:nth-child(2) {
  right: 0;
  bottom: -10px;
}

.digi-why-right ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .digi-why-right ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.digi-why-right ul li {
  background: #ffffff;
  box-shadow: 14px 14px 56px rgba(33, 38, 106, 0.1);
  border-radius: 4px;
}

.digi-how-works {
  padding-top: 120px;
  padding-bottom: 420px;
}

.digi-how-works-right {
  background-color: #f5f7fc;
  border-radius: 10px;
  position: relative;
  padding: 40px 25px;
  overflow: hidden;
}
.digi-how-works-right .dig-how-steps ul li {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 110.121px 88.0972px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(64px);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 6;
}
.digi-how-works-right .dig-how-steps .shape ul li {
  position: absolute;
}
.digi-how-works-right .dig-how-steps .shape ul li:nth-child(1) {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #ffd08a;
  top: -88px;
  left: -103px;
  z-index: 3;
}
.digi-how-works-right .dig-how-steps .shape ul li:nth-child(2) {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  background: #52f5d8;
  z-index: 3;
  left: -100px;
  bottom: -90px;
}
.digi-how-works-right .dig-how-steps .shape ul li:nth-child(3) {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #888efe;
  z-index: 3;
  right: -122px;
  top: 39%;
}

.digi-testimonial-single {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.digi-nav-control {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 20px;
}
.digi-nav-control .swiper-button-next,
.digi-nav-control .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #0b163f;
  box-shadow: 0px 110.121px 88px rgba(0, 0, 0, 0.03);
}
.digi-nav-control .swiper-button-next:hover,
.digi-nav-control .swiper-button-prev:hover {
  background-color: #ff3951;
  color: #fff;
}
.digi-nav-control .swiper-button-next::after,
.digi-nav-control .swiper-button-prev::after {
  content: "";
}
.digi-nav-control .swiper-button-prev {
  right: 60px;
  left: auto;
}
.digi-nav-control .swiper-button-next {
  right: 0;
}

.digi-integration {
  padding-top: 200px;
  padding-bottom: 200px;
}
.digi-integration .digi-testimonial {
  margin-top: -500px;
  padding-bottom: 120px;
}

@media (min-width: 320px) and (max-width: 991px) {
  .digi-integration {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .digi-integration .digi-testimonial {
    margin-top: -400px;
    padding-bottom: 70px;
  }
}
.int-icons ul li {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.int-icons ul li:nth-child(1) {
  width: 56px;
  left: 114px;
  height: 56px;
  background: #ffffff;
  box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
.int-icons ul li:nth-child(2) {
  top: 95px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
.int-icons ul li:nth-child(3) {
  width: 75px;
  height: 75px;
  right: 0;
  top: 43px;
  background: #ffffff;
  box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
.int-icons ul li:nth-child(4) {
  width: 56px;
  left: 114px;
  height: 56px;
  top: 166px;
  background: #ffffff;
  box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
.int-icons ul li:nth-child(5) {
  width: 75px;
  height: 75px;
  right: 0;
  top: 210px;
  background: #ffffff;
  box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
.int-icons ul li:nth-child(6) {
  width: 56px;
  left: 60px;
  height: 56px;
  top: 226px;
  background: #ffffff;
  box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}

.text-pink {
  color: #fd035a !important;
}

.bg-pink {
  color: #fff;
  background-color: #fd035a;
  border: 1px solid transparent;
}
.bg-pink:hover {
  background-color: transparent;
  border: 1px solid #fd035a;
  color: #fd035a !important;
}

.bg-light-blue {
  background-color: #f8f9ff;
}

.border-pink {
  border: 1px solid #fd035a;
}

.text-dark-blue {
  color: #2b0996;
}

.bg-dark-blue {
  background-color: #2b0996;
}
.bg-dark-blue:hover {
  background-color: transparent;
  border: 2px solid #2b0996;
  color: #2b0996 !important;
}

.event-hero {
  padding: 150px 0;
}
.event-hero .event-hero-img {
  position: relative;
  z-index: 5;
}
.event-hero .event-hero-img a {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 20%;
  bottom: -5%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fd035a;
  color: #fff;
  border: 10px solid #fff;
  box-shadow: 0 50px 50px -25px rgba(43, 9, 150, 0.25);
}
.event-hero .scroll-down span {
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  font-weight: 600;
  color: #fd035a;
}
.event-hero .ev-hero-shape li {
  position: absolute;
}
.event-hero .ev-hero-shape li:nth-child(1) {
  bottom: 8%;
  left: 45%;
}
.event-hero .ev-hero-shape li:nth-child(2) {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  left: 35%;
  top: 25%;
  background-image: linear-gradient(231.28deg, #ff0766 -30.62%, rgba(255, 255, 255, 0) 93.05%);
}
.event-hero .ev-hero-shape li:nth-child(3) {
  width: 158px;
  height: 47px;
  right: 10%;
  top: 20%;
  background: linear-gradient(286.4deg, rgba(255, 7, 102, 0.61) -14.68%, rgba(43, 9, 150, 0) 99.55%);
  border-radius: 50px;
  transform: rotate(-38.54deg);
}
.event-hero .ev-hero-shape li:nth-child(4) {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  right: 20%;
  bottom: 2%;
  z-index: 2;
  background: linear-gradient(286.4deg, #ff0766 -14.68%, rgba(43, 9, 150, 0) 99.55%);
}
.event-hero .ev-hero-shape li:nth-child(5) {
  left: 5%;
  bottom: 45%;
}

.event-about {
  padding: 150px 0;
  object-fit: cover;
  position: relative;
}
.event-about .elements li {
  position: absolute;
}
.event-about .elements li:nth-child(1) {
  top: 10%;
  left: 43%;
}
.event-about .elements li:nth-child(2) {
  right: 0;
  bottom: 0;
}
.event-about .elements li:nth-child(3) {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: 10%;
  top: 23%;
  background-image: linear-gradient(231.28deg, #ff0766 -30.62%, rgba(255, 255, 255, 0) 93.05%);
}

@media (min-width: 320px) and (max-width: 991px) {
  .event-about {
    padding: 60px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .ev-ab-img .ev-about-img-one {
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .ev-ab-img .ev-about-img-one {
    display: none;
  }
}
.ev-ab-img .ev-about-img-one {
  position: absolute;
  top: 52%;
  left: -25%;
}
.ev-ab-img ul li {
  position: absolute;
}
.ev-ab-img ul li:first-child {
  border: 20px solid #2b0996;
  background-color: #fff;
  width: 240px;
  height: 240px;
  display: flex;
  flex-direction: column;
  text-align: center;
  left: -10%;
  top: -15%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 5;
}
.ev-ab-img ul li:last-child {
  width: 230px;
  height: 230px;
  background-color: #ffc226;
  border-radius: 50%;
  bottom: -20%;
  left: 21%;
  z-index: 4;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .ev-ab-img ul li:first-child {
    left: -30%;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .ev-ab-img ul li:first-child {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .ev-ab-img ul li:first-child {
    left: -10%;
    top: -5%;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .ev-ab-img ul li:last-child {
    display: none;
  }
}

.up-coming-event {
  background: #f8f9ff;
}

.single-up-eve {
  background-color: #fff;
}
.single-up-eve .ev-days {
  position: absolute;
  left: 30px;
  bottom: -35px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  display: inline-block;
  box-shadow: 0px 12px 64px rgba(103, 151, 255, 0.1), 0px 4px 24px rgba(103, 151, 255, 0.1);
}
.single-up-eve .event-meta h5 a, .single-up-eve .event-meta .h5 a {
  color: #030113;
}

.single-speaker {
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 40px 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.single-speaker .sp-social {
  display: flex;
  height: 40px;
  justify-content: center;
}
.single-speaker .sp-social a {
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #dadada;
  border-radius: 50%;
  box-shadow: 0px 0px 40px rgba(33, 38, 106, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.single-speaker .sp-social a i {
  color: #575757;
}
.single-speaker:hover {
  background: #2b0996;
  box-shadow: 0px 50px 50px -25px rgba(43, 9, 150, 0.25);
  border-radius: 4px;
  color: #fff;
}
.single-speaker:hover h5, .single-speaker:hover .h5 {
  color: #fff;
}

.ev-counter {
  padding-bottom: 140px;
}

.ev-count-down {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .ev-count-down {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ev-count-down .ev-cd-box {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  padding: 15px 0;
  border: 1px solid #dadada;
}
.ev-count-down .ev-cd-box h4, .ev-count-down .ev-cd-box .h4 {
  color: #fff;
}

.ev-schedule {
  margin-top: -50px;
  background-color: #f5f7fc;
  position: relative;
}
.ev-schedule .ev-schedule-btn .nav .nav-item {
  padding-right: 16px;
}
.ev-schedule .ev-schedule-btn .nav .nav-item .nav-link {
  border: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  color: #575757;
  background: none;
}
.ev-schedule .ev-schedule-btn .nav .nav-item .nav-link.active {
  background-color: #fd035a;
  border: 1px solid transparent;
  color: #fff;
}
.ev-schedule .single-eve-session {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.ev-schedule .single-eve-session:hover {
  box-shadow: 5px 25px 80px -10px rgba(0, 108, 236, 0.12);
}
.ev-schedule .single-eve-session .single-ev .date,
.ev-schedule .single-eve-session .single-ev .location {
  color: #575757;
  font-size: 14px;
}
.ev-schedule .single-eve-session .single-ev .link-with-icon {
  color: #2b0996;
  font-weight: 600;
}
.ev-schedule .single-eve-session .single-ev .link-with-icon:hover {
  color: #fd035a;
}
.ev-schedule .single-eve-session .speaker-info {
  position: relative;
}
.ev-schedule .single-eve-session .speaker-info::after {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #e3e3e3;
  width: 1px;
  right: 0;
  top: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
  .ev-schedule .single-eve-session .speaker-info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    top: 100%;
  }
}
.ev-schedule .circel-shape li {
  position: absolute;
  background-image: linear-gradient(231.28deg, #ff0766 -30.62%, rgba(255, 255, 255, 0) 93.05%);
  border-radius: 50%;
}
.ev-schedule .circel-shape li:nth-child(1) {
  width: 100px;
  height: 100px;
  bottom: 13%;
  left: 5%;
  z-index: 4;
}
.ev-schedule .circel-shape li:nth-child(2) {
  width: 24px;
  height: 24px;
  bottom: 12%;
  left: 3%;
}
.ev-schedule .circel-shape li:nth-child(3) {
  width: 24px;
  height: 24px;
  top: 18%;
  right: 6%;
  background-color: #ffd600;
}

.ev-single-price {
  background-color: #fff;
  box-shadow: 0px 0px 56px rgba(33, 38, 106, 0.1);
  padding: 48px 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
.ev-single-price:hover {
  background-color: #fd035a;
  color: #fff;
}
.ev-single-price:hover .ev-price-header h4, .ev-single-price:hover .ev-price-header .h4 {
  color: #fff;
}
.ev-single-price:hover .ev-price-header h5, .ev-single-price:hover .ev-price-header .h5 {
  color: #fff;
}
.ev-single-price:hover .ev-price-btn {
  background-color: #fff;
  color: #575757;
}
.ev-single-price .ev-price-header {
  border-bottom: 2px dashed #f3f4f7;
  position: relative;
}
.ev-single-price .ev-price-header h5, .ev-single-price .ev-price-header .h5 {
  color: #2b0996;
}
.ev-single-price .ev-price-header::after {
  content: "";
  position: absolute;
  background-color: #f3f4f7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: -12%;
  bottom: -24%;
}
.ev-single-price .ev-price-header::before {
  content: "";
  position: absolute;
  background-color: #f3f4f7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: -12%;
  bottom: -24%;
}
.ev-single-price ul li i {
  font-size: 14px;
}
.ev-single-price .ev-price-btn {
  background: #2b0996;
  border-radius: 4px;
  padding: 12px 24px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.ev-single-price .ev-price-dot {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: -2.5%;
  margin: 0;
}
.ev-single-price .ev-price-dot li {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f3f4f7;
}

.ev-testimonial {
  position: relative;
}
.ev-testimonial .author li {
  position: absolute;
}
.ev-testimonial .author li:first-child {
  left: 5%;
  top: 0;
  width: 450px;
}
.ev-testimonial .author li:last-child {
  right: 5%;
  top: 10%;
  width: 500px;
}

.ev-testimonial-slider {
  padding-bottom: 50px;
}
.ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets {
  text-align: center;
}
.ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(253, 3, 90, 0.5);
  position: relative;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
.ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: -10px;
  border: 1px solid #fd035a;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.5);
}
.ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fd035a;
}
.ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  opacity: 1;
}

.eve-blog .ev-blog-meta {
  border: 1px solid #e7e7e7;
  border-radius: 0 0 4px 4px;
}
.eve-blog .ev-blog-meta .date,
.eve-blog .ev-blog-meta .location {
  font-size: 14px;
}
.eve-blog .ev-blog-meta:hover {
  border: 1px solid transparent;
  background-color: #fff;
  box-shadow: 5px 25px 80px -10px rgba(0, 108, 236, 0.08);
}
.eve-blog .ev-blog-meta .link-with-icon {
  color: #2b0996;
  font-weight: 600;
}
.eve-blog .ev-blog-meta .link-with-icon:hover {
  color: #fd035a;
}

.sponsor-logo-bg {
  background-color: #fff;
}
.sponsor-logo-bg .logo {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  cursor: pointer;
}
.sponsor-logo-bg .logo:hover {
  box-shadow: 0px 20px 80px -10px rgba(0, 108, 236, 0.15);
  border: 1px solid transparent;
}

.width-fit-content {
  width: fit-content !important;
}

.features-section .testimonial-tab-menu {
  flex: 0 0 auto;
}

@media (min-width: 320px) and (max-width: 767px) {
  .error-404 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}