@charset "UTF-8";
/*!
* Bootstrap v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: -webkit-calc(1.375rem + 1.5vw);
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
}
.h2, h2 {
  font-size: -webkit-calc(1.325rem + 0.9vw);
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}
.h3, h3 {
  font-size: -webkit-calc(1.3rem + 0.6vw);
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}
.h4, h4 {
  font-size: -webkit-calc(1.275rem + 0.3vw);
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.5rem;
  }
}
.h5, h5 {
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: -webkit-calc(1.275rem + 0.3vw);
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: -webkit-calc(1.625rem + 4.5vw);
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: -webkit-calc(1.575rem + 3.9vw);
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: -webkit-calc(1.525rem + 3.3vw);
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

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

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: -webkit-calc(1.425rem + 2.1vw);
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

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

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item {
  display: inline-block;
}

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

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

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -webkit-calc(var(--bs-gutter-y) * -1);
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: -webkit-calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: -webkit-calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.table {
  --bs-table-bg:transparent;
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:#212529;
  --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
  --bs-table-active-color:#212529;
  --bs-table-active-bg:rgba(0, 0, 0, 0.1);
  --bs-table-hover-color:#212529;
  --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg:#cfe2ff;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg:#e2e3e5;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg:#d1e7dd;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg:#cff4fc;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg:#fff3cd;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg:#f8d7da;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg:#f8f9fa;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg:#212529;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

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

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

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

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: -webkit-calc(1.5em + 0.75rem + 2px);
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: -webkit-calc(1.5em + 0.5rem + 2px);
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: -webkit-calc(1.5em + 1rem + 2px);
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

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

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: 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;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: -webkit-calc(3.5rem + 2px);
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

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

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

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #198754;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #198754;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #198754;
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
}

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown, .dropend, .dropstart, .dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position:start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position:end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:focus, .nav-link:hover {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}

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

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

.nav-justified .nav-item, .nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
          box-shadow: 0 0 0 0.25rem;
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: -webkit-calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: -webkit-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          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);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

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

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: -webkit-calc(100% - 1rem);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-calc(100% - 1rem);
  min-height: calc(100% - 1rem);
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: -webkit-calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: -webkit-calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: -webkit-calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: -webkit-calc(100% - 3.5rem);
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 3.5rem);
    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.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

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

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

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

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: -webkit-calc(-0.5rem - 1px);
  bottom: calc(-0.5rem - 1px);
}

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

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

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: -webkit-calc(-0.5rem - 1px);
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: -webkit-calc(-0.5rem - 1px);
  top: calc(-0.5rem - 1px);
}

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

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

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: -webkit-calc(-0.5rem - 1px);
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: -webkit-calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: -webkit-calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          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;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

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

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

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

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

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

.offcanvas.show {
  -webkit-transform: none;
          transform: none;
}

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

.link-primary {
  color: #0d6efd;
}

.link-primary:focus, .link-primary:hover {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

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

.link-success {
  color: #198754;
}

.link-success:focus, .link-success:hover {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:focus, .link-info:hover {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

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

.link-danger {
  color: #dc3545;
}

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

.link-light {
  color: #f8f9fa;
}

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

.link-dark {
  color: #212529;
}

.link-dark:focus, .link-dark:hover {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--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:-webkit-calc(3 / 4 * 100%);
  --bs-aspect-ratio:calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio:-webkit-calc(9 / 16 * 100%);
  --bs-aspect-ratio:calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio:-webkit-calc(9 / 21 * 100%);
  --bs-aspect-ratio:calc(9 / 21 * 100%);
}

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden, .visually-hidden-focusable:not(:focus):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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #0d6efd !important;
}

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

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

.text-info {
  color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #0d6efd !important;
}

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
      user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
      user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A collapsible jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}

*[dir=rtl] .metismenu .arrow {
  float: left;
}

.metismenu .glyphicon.arrow:before {
  content: "\e079";
}

.metismenu .mm-active > a > .glyphicon.arrow:before {
  content: "\e114";
}

.metismenu .fa.arrow:before {
  content: "\f104";
}

.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f107";
}

.metismenu .ion.arrow:before {
  content: "\f3d2";
}

.metismenu .mm-active > a > .ion.arrow:before {
  content: "\f3d0";
}

.metismenu .plus-times {
  float: right;
}

*[dir=rtl] .metismenu .plus-times {
  float: left;
}

.metismenu .fa.plus-times:before {
  content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.metismenu .plus-minus {
  float: right;
}

*[dir=rtl] .metismenu .plus-minus {
  float: left;
}

.metismenu .fa.plus-minus:before {
  content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-minus:before {
  content: "\f068";
}

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

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.metismenu .has-arrow {
  position: relative;
}

/* .metismenu .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1em;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
} */

*[dir=rtl] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
          transform: rotate(135deg) translate(0, -50%);
}

.metismenu .mm-active > .has-arrow::after, .metismenu .has-arrow[aria-expanded=true]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
          transform: rotate(-135deg) translate(0, -50%);
}

*[dir=rtl] .metismenu .mm-active > .has-arrow::after, *[dir=rtl] .metismenu .has-arrow[aria-expanded=true]::after {
  -webkit-transform: rotate(225deg) translate(0, -50%);
          transform: rotate(225deg) translate(0, -50%);
} 
/*********************************************************
    // Reset
**********************************************************/
*, :after, :before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(11,118,224,.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a:hover,
a:focus {
  color: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input::focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}


/* breadcumbs */

.prodBreadcrm .material-icons-sharp {
  vertical-align: middle;
  margin-top: -1px;
}
.bedcrm-arw {
  display: inline-block;
  vertical-align: middle;
  margin: -4px auto 0;
}
.tp-widget-wrapper{
  margin: 0 !important;
}

.material-icons-sharp {
  font-family: 'Material Icons Sharp';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
}
a{
  color: black;
}
/* Utility Classses */
.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.bg-primary-25 {
  background: #F3FAFA;
}

.bg-primary-50 {
  background: #E7F5F5;
}

.bg-primary-500 {
  background: #14A09F;
}

.bg-primary-700 {
  background: #0C605F;
}

.bg-gray-50 {
  background: #F9FAFB;
}

.bg-gray-100 {
  background: #F2F4F7;
}

.bg-gray-200 {
  background: #EAECF0;
}

.bg-gray-300 {
  background: #D0D5DD;
}

.bg-gray-400 {
  background: #98A2B3;
}

.bg-gray-500 {
  background: #667085;
}

.bg-gray-600 {
  background: #475467;
}

.bg-gray-900 {
  background: #101828;
}

.bg-primary-blue {
  background: #569CFB;
}

.padding-l {
  padding: 76px 0px;
}

.heading-block span a{
  color: #101828;
}

/* Pages */
.page-content div {

  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #475467;
  margin-bottom: 20px !important; 
}

.privacy-policy-page p{

  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  color: #475467;
  margin-bottom: 20px !important; 
}
.page-content strong {
            
  font-weight: 600;
}
.page-section  {
  padding: 50px 0px 50px 0px;
}
.page-section h1{
  margin-top: 5%;
  font-size: 2.5rem
}
.page-section li{
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #475467;
  margin-left:25px;
  list-style: disc;
}
.page-section em{
font-style :italic
}
.homepage_heading
{
  text-align: center;
  font-weight: bold;
  font-size: 34px;
}
.img__featured{
  width:358px;
  height:239px;
}

/* Block List */
.block-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.block-list .heading-block {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #667085;
  margin-bottom: 32px;
  position: relative;
}

.block-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.block-list .final-cta-link {
  margin-top: 20px;
}

/* Buttons */
.cta-btn {
  text-align: center;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #569cfb;
  background: #569cfb;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  padding: 12px 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-wrap: nowrap;
}

.cta-btn:hover {
  background: #247df9;
  color: #fff;
}

.cta-btn-2 {
  text-align: center;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #344054;
  text-decoration: none;
  margin-top: 12px;
  margin-bottom: 12px;
  text-wrap: nowrap;
}

.cta-btn-2:hover {
  color: #344054;
}

.cta-primary {
  display: inline-block;
  margin: 16px 0px;
  border-radius: 8px;
  border: 1px solid #569CFB;
  background: #569CFB;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 20px;
}
.cta-primary:hover {
  color: #fff;
  opacity: 0.95;
}

/* General Section */
.section {
  padding: 30px 0px 6px 0;
}


/* General Category Block Grid */
.category-grid-block {
  padding-bottom: 20px;
}
.category-grid-block .block-top {
  margin-bottom: 22px;
}
.category-grid-block .block-top .block-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  color: #101828;
  margin-bottom: 0px !important;
}
.category-grid-block .block-top a {
  font-size: 18px;
  color: #569CFB;
  font-weight: 600;
  line-height: 28px;
}
.category-grid-block .block-body .category-single {
  border-radius: 16px;
  border: 1px solid #EAECF0;
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.category-grid-block .block-body .category-single:hover {
  -webkit-box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
          box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.category-grid-block .block-body .category-single .img-wrapper {
  position: relative;
  height: 150px;
  overflow: hidden;
}
.category-grid-block .block-body .category-single .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-grid-block .block-body .category-single .icon-wrapper {
  border-radius: 8px;
  border: 1px solid var(--gray-200, #EAECF0);
  background: #FFF;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 12px;
  top: 85px;
  overflow: hidden;
}
.category-grid-block .block-body .category-single .icon-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.category-grid-block .block-body .category-single .content-wrapper {
  /* padding: 26px 12px 12px 12px; */
  padding: 20px;
}
.category-common{
  padding:30px 0px;
}
.category-grid-block-section-1{
  padding-top: 40px !important;
}
.category-grid-block .block-body .category-single .content-wrapper .block-heading {
  font-size: .75rem;
  font-weight: 400;
  line-height: 20px;
  color: #475467;
  margin-bottom:1px;
}
.category-grid-block .block-body .category-single .content-wrapper .block-heading:hover {
  color: #101828;
}
.category-grid-block .block-body .category-single .content-wrapper p {
  font-size: .975rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #101828;
  min-height: 42px;
}
.line-clamp{
  -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.line-clamp-2{
  -webkit-line-clamp: 2;
}
.category-grid-block .block-body .category-single .content-wrapper a:hover {
  text-decoration: none;
}

.block-top .block-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  color: #101828;
  margin-bottom: 0px;
}
.block-top a {
  font-size: 18px;
  color: #569CFB;
  font-weight: 600;
  line-height: 28px;
}

/* Latest Deals Grid CSS */
.latest-deals-grid .deal-single-card {
  margin-bottom: 32px;
  gap: 32px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
          box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  padding: 24px 24px 32px 24px;
}
.latest-deals-grid .deal-single-card .img-wrapper {
  position: relative;
  overflow: hidden;
  width: 102px;
  height: 102px;
}
.latest-deals-grid .deal-single-card .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-deals-grid .deal-single-card .deal-info-wrapper1 {
  gap: 8px;
  padding: 4px 10px 4px 4px;
  border-radius: 16px;
  background: #E7F5F5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.latest-deals-grid .deal-single-card .deal-info-wrapper1 .category-badge {
  padding: 2px 8px 2px 8px;
  border-radius: 16px;
  background: #fff;
}
.latest-deals-grid .deal-single-card .deal-info-wrapper1 .category-badge a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #0C605F;
}
.latest-deals-grid .deal-single-card .deal-info-wrapper1 span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #0C605F;
}
.latest-deals-grid .deal-single-card .content-wrapper {
  gap: 8px;
}
.latest-deals-grid .deal-single-card .content-wrapper a:hover {
  text-decoration: none;
}
.latest-deals-grid .deal-single-card .content-wrapper .deal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #101828;
  margin-bottom: 0px;
}
.latest-deals-grid .deal-single-card .content-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}

/* Blog Articles CSS */
.blogs-section .col-md-4 {
  margin-bottom: 32px;
}
.blogs-section .blog-single-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
          box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  padding: 24px 24px 32px 24px;
}
.blogs-section .blog-single-card .img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 240px;
}
.blogs-section .blog-single-card .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs-section .blog-single-card .blog-info-wrapper1 {
  gap: 8px;
  padding: 4px 10px 4px 4px;
  border-radius: 16px;
  background: #E7F5F5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.blogs-section .blog-single-card .blog-info-wrapper1 .category-badge {
  padding: 2px 8px 2px 8px;
  border-radius: 16px;
  background: #fff;
}
.blogs-section .blog-single-card .blog-info-wrapper1 .category-badge a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #0C605F;
}
.blogs-section .blog-single-card .blog-info-wrapper1 span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #0C605F;
}
.blogs-section .blog-single-card .content-wrapper {
  gap: 8px;
}
.blogs-section .blog-single-card .content-wrapper a:hover {
  text-decoration: none;
}
.blogs-section .blog-single-card .content-wrapper .blog-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #101828;
  margin-bottom: 0px;
}
.blogs-section .blog-single-card .content-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}

.simple-title-text-block p{
  text-align: justify !important;
}


/* Stats Grid CSS */
.stats-grid {
  padding: 44px 0px;
}
.stats-grid .stats-single {
  gap: 20px;
  display: grid !important;
  grid-template-rows: 60px 1fr;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stats-grid .stats-single .img-group {
  gap: 14px;
}
.stats-grid .stats-single .img-group img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.stats-grid .stats-single .content-group {
  gap: 8px;
}
.stats-grid .stats-single .content-group .block-sm-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #475467;
  margin-bottom: 0px;
}
.stats-grid .stats-single .content-group p {
  font-size: 16px;
  color: #475467;
  font-weight: 400;
  line-height: 24px;
}

.img-ab {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.hero-section .read-more {
  color: #14A09F;
  font-weight: 500;
}

.hero-section-left .container-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
}
.hero-section-left .container-wrap .img-wrapper {
  position: relative;
  width: 100%;
  max-width: 80px;
  height: 80px;
  border-radius: 58.333px;
  border: 16.667px solid #F3FAFA;
  background: #E7F5F5;
  -webkit-box-shadow: 0px 8.333px 31.25px 0px rgba(14, 9, 7, 0.11);
          box-shadow: 0px 8.333px 31.25px 0px rgba(14, 9, 7, 0.11);
}
.hero-section-left .container-wrap .content-wrapper {
  text-align: left;
  max-width: 100%;
  width: 100%;
  margin-left: 0px;
}
.hero-section-left .container-wrap .content-wrapper p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #475467;
}

/* Store Collection CSS */
.store-collection-section {
  padding-bottom: 32px;
}
.store-collection-section .block-top {
  margin-bottom: 12px;
}
.store-collection-section .block-top .block-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.store-collection-section .store-alphabet-list {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
          box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.store-collection-section .store-alphabet-list ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
}
.store-collection-section .store-alphabet-list ul li {
  cursor: pointer;
  color: #475467;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.store-collection-section .store-alphabet-list ul li:hover {
  font-weight: 600;
  color: #101828;
}
.category-stats_section
{
  display:flex;
  flex-direction:row;
  gap:20px;
  padding-bottom:40px

}
body.is-menu-open { 
  overflow: hidden 
}
.disable-search__text{
  caret-color: transparent;
}
.rotate {
  transform: rotate(90deg); /* Rotate the arrow 90 degrees */
  transition: transform 0.3s ease; /* Apply smooth transition */
}



/* POpular brands CSS*/
.popular-brands {
  padding-top: 0px;
}
.popular-brands .block-top {
  margin-bottom: 12px;
}
.popular-brands .block-top .block-heading {
  color: #101828;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}
.popular-brands .brands-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(164px, 1fr));
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
}
.popular-brands .brands-grid-wrapper .brand-single-card {
  border-radius: 12px;
  border: 1px solid #EAECF0;
  padding: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), #FFF;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), #FFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), #FFF;
}
.popular-brands .brands-grid-wrapper .brand-single-card .image-wrapper {
  border-radius: 6px;
  min-width: 88px;
  height: 44px;
  position: relative;
  overflow: hidden;
}

/* Category-deals CSS */
.category-section_grid .heading-block {
  color: #98A2B3;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
}
.category-section_grid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
}
.category-section_grid ul li {
  width: 100%;
}
.category-section_grid ul li a {
  padding: 10px 14px;
  color: #667085;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}
.category-section_grid ul li a:hover {
  border-radius: 6px;
  background: #F9FAFB;
}
.category-section_grid ul li:first-child a {
  color: #344054;
}
.category-section_grid .category-section_grid-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(428px, 1fr));
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 24px;
}
.category-section_grid .category-section_grid-inner .category-single-card {
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
          box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.category-section_grid .category-section_grid-inner .category-single-card .category-single-card_mobile {
  width: 100%;
  max-width: 102px;
  height: 102px;
}
.category-section_grid .category-section_grid-inner .category-single-card .category-single-card_mobile > a {
  display: none;
}
.category-section_grid .category-section_grid-inner .category-single-card .image-wrapper {
  width: 100%;
  max-width: 102px;
  height: 102px;
}
.category-section_grid .category-section_grid-inner .category-single-card .content-wrapper {
  width: 100%;
}
.category-section_grid .category-section_grid-inner .category-single-card .content-wrapper .heading-card {
  color: #101828;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}
.category-section_grid .category-section_grid-inner .category-single-card .content-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.category-section_grid .category-section_grid-inner .category-single-card .content-wrapper ul li {
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* Subscription Form CSS */
.subscription-card {
  border-radius: 0px 0px 16px 16px;
  border-top: 4px solid #0C605F;
  background: #F9FAFB;
  height: 100%;
  padding: 32px 32px 40px 32px;
  margin-bottom: 32px;
}
.subscription-card .img-icon {
  margin-bottom: 32px;
}
.subscription-card .card-heading {
  color: #101828;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.subscription-card .form-wrapper input {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 14px;
  width: 100%;
  margin-top: 32px;
}
.subscription-card .form-wrapper input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.subscription-card .form-wrapper input[type=submit] {
  border-radius: 8px;
  border: 1px solid #569CFB;
  background: #569CFB;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff;
  margin-top: 16px;
  margin-bottom: 8px;
}
.subscription-card .form-wrapper .text-mute {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.pagination .container {
  padding-top: 20px;
  border-top: 1px solid #EAECF0;
}
.pagination .prev-btn button {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 8px 14px;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  padding-left: 44px;
}
.pagination .prev-btn button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15.8327 9.99996H4.16602M4.16602 9.99996L9.99935 15.8333M4.16602 9.99996L9.99935 4.16663' stroke='%23344054' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  left: 14px;
  top: 8px;
}
.pagination .next-btn button {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 8px 14px;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  padding-right: 44px;
}
.pagination .next-btn button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.16602 9.99996H15.8327M15.8327 9.99996L9.99935 4.16663M15.8327 9.99996L9.99935 15.8333' stroke='%23344054' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  right: 14px;
  top: 8px;
}
.pagination .mobile-pagination {
  display: none !important;
}
.pagination ul.numbers-list {
  gap: 2px;
}
.pagination ul.numbers-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  cursor: pointer;
}
.pagination ul.numbers-list li:hover, .pagination ul.numbers-list li.active {
  background: #F2F4F7;
}
.pagination ul.numbers-list li a {
  color: #1D2939;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/*********************************************************
    // Pages CSS
**********************************************************/
.bnr-left {
  float: left;
  width: 100%;
  padding: 50px 0 30px;
  text-align: center;
}
.for-mob {
  display: none;
}

.bnr-heading {
  float: left;
  width: 100%;
  font-size: 42px;
  line-height: 58px;
  color: #000000;
  font-weight: bold;
  margin-left: 10px;
}


.bnr-para2 {
  float: left;
  width: 100%;
  font-size: 26px;
  line-height: 32px;
  color: #14a09f;
  font-weight: 700;
  margin-top: 15px;
  margin-left: -7px;
}
.banr-search-fld {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 620px;
  background: #fff;
  height: 65px;
  margin-top: 20px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 27px 3px rgba(203, 230, 242, 1);
  -moz-box-shadow: 2px 3px 27px 3px rgb(156, 157, 157);
  box-shadow: 2px 3px 27px 3px rgba(203, 230, 242, 1);
}
.banr-search-fld input {
  padding: 18px 20px;
}
.banr-search-fld input {
  float: left;
  width: calc(100% - 120px);
  height: 100%;
  text-align: left;
  padding: 0 20px;
  outline: none;
  -webkit-appearance: none;
  font-size: 17px;
  color: #545454;
  border: none;
  background: none;

}

.banr-search-fld button {
  float: right;
  width: 120px;
  height: 100%;
  background: #14a09f;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
.pop-ofr-sec {
  float: left;
  width: 100%;
  padding: 60px 0 0;
  background: #f6f6f6;
}
.ofr-cmn-hd {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
  float: left;
  width: 100%;
}
ul.cat-lst {
  float: left;
  width: 100%;
  margin: 35px 0 25px;
}
ul.cat-lst li {
  width: 273px;
  margin: 6px;
  background: #00a09f;
  border-radius: 8px;
  text-align: left;
  float: left;
}
li {
  list-style: none;
}
.cat-lst-icn {
  width: 37px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 8px;
}
.cat-lst-icn img {
  width: 100%;
  float: left;
}

ul.cat-lst li p {
  font-size: 16px;
  line-height: 25px;
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  position: relative;
  padding: 15px 0 18px 15px;
  height: 100%;
}
ul.cat-lst li p:after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid #20bbba;
  position: absolute;
}
/* Image Content Block CSS */
.image-content-block .content-wrapper {
  max-width: 560px;
}
.image-content-block .content-wrapper .icon-wrapper {
  width: 48px;
  height: 48px;
  padding: 8px;
  display: inline-block;
  border-radius: 28px;
  border: 8px solid #F3FAFA;
  background: #E7F5F5;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(14, 9, 7, 0.11);
          box-shadow: 0px 4px 15px 0px rgba(14, 9, 7, 0.11);
  margin-bottom: 24px;
}
.image-content-block .content-wrapper .block-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 16px;
}
.image-content-block .content-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #475467;
  margin-bottom: 16px;
  text-align: left;
}
.image-content-block .content-wrapper .tick-list {
  margin-bottom: 24px;
  margin-left: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.image-content-block .content-wrapper .tick-list li {
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #475467;
}
.image-content-block .content-wrapper .tick-list li:before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect width='20' height='20' rx='10' fill='%23D0ECEC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2464 6.15837L8.27969 11.9167L6.69635 10.225C6.40469 9.95003 5.94635 9.93337 5.61302 10.1667C5.28802 10.4084 5.19635 10.8334 5.39635 11.175L7.27135 14.225C7.45469 14.5084 7.77135 14.6834 8.12969 14.6834C8.47135 14.6834 8.79635 14.5084 8.97969 14.225C9.27969 13.8334 15.0047 7.00837 15.0047 7.00837C15.7547 6.2417 14.8464 5.5667 14.2464 6.15003V6.15837Z' fill='%2314A09F'/%3E%3C/svg%3E");
}
.related-posts-heading{
  font-size:1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.subcategory-related-content ul{
padding-left: 2rem !important;
}
.subcategory-related-content a{color:black !important;text-decoration: none !important;}

.hero-section .hd-container {
  padding: 0px 0px;
  color: #101828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-section .page-heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
  color: #101828;
  margin-bottom: 12px;
}

.hero-section .page-subheading {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.hero-section .updates-list {
  margin: 0;
  padding: 0;
}

.hero-section .updates-list li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 8px;
}

.hero-section .updates-list li:last-child {
  margin-right: 0px;
}
.header .navbar-nav li:last-child a{
  padding-bottom: 0;
}

.hero-section .updates-list li:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -8px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #fff;
}

.hero-section .updates-list li:last-child:after {
  display: none;
}

.hero-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* Related Brands Card CSS */
.related-brands .inner-block {
  width: 100%;
}
.related-brands .inner-block .block-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #667085;
  margin-bottom: 26px;
}
.related-brands .inner-block.third-half {
  width: 30%;
}
.related-brands .inner-block.third-half .block-title {
  padding-left: 32px;
}

.hd-brand-list {
  border-left: 1px solid #D0D5DD;
  padding-left: 32px;
  width: 100%;
}
.hd-brand-list.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  border-left: 0px solid #D0D5DD;
  padding-left: 0px;
}
.hd-brand-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  color: #475467;
}
/* .hd-brand-list li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #569CFB;
  cursor: pointer;
} */
.hd-brand-list li .offer-count {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #569CFB;
  cursor: pointer;
}

/* Breadcumbs Starts */
.breadcumbs ul li {
  margin-right: 16px;
  position: relative;
}

.breadcumbs ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.breadcumbs ul li a::before {
  content: "";
  position: absolute;
  top: 3.5px;
  right: -14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4.58398 3L7.58398 6L4.58398 9' stroke='%23605F5F' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 12px;
  height: 12px;
  display: block;
  z-index: 3;
}

.breadcumbs ul li:last-child a::before {
  display: none;
}

.breadcumbs ul li a {
  color: #475467;
}

.breadcumbs ul li:last-child a {
  color: #101828;
}

/* Single Category Card CSS */
.single-category-card {
  margin-bottom: 36px;
}
.single-category-card .img-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 100px;
  margin-bottom: 12px;
}
.single-category-card .heading-block span {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #101828;
  position: relative;
}
.single-category-card .heading-block span::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12H20M20 12L14 6M20 12L14 18' stroke='%23101828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: -28px;
  top: 4px;
}
.single-category-card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.single-category-card ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}
.single-category-card ul li a .store-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #101828;
  margin-left: 16px;
}
.single-category-card ul li:hover {
  border-radius: 8px;
  background: #F9FAFB;
}

.categories-grid-wrapper {
  padding-top: 60px;
  padding-bottom: 96px;
}

/*********************************************************
    // Header CSS
**********************************************************/
.header {
  border-bottom: 1px solid #F2F4F7;
  background: #14A09F;
  padding: 13px 0px;
  padding-bottom: 0px;
}

.header .navbar {
  padding: 0;
  margin: 0;
  padding-bottom: 13px;
}

.header .navbar-toggler-block {
  display: none;
}

.header .search-block {
  position: relative;
  margin-bottom: 0px;
}

.header .search-block input {
  padding: 10px 14px;
  border-radius: 100px;
  border: 1px solid #D0D5DD;
  background: #fff;
  padding-left: 36px;
  position: relative;
  color: #667085;
}

.header .search-block.has-seach-icon::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.5 17.5L14.5834 14.5833M16.6667 9.58333C16.6667 13.4954 13.4954 16.6667 9.58333 16.6667C5.67132 16.6667 2.5 13.4954 2.5 9.58333C2.5 5.67132 5.67132 2.5 9.58333 2.5C13.4954 2.5 16.6667 5.67132 16.6667 9.58333Z' stroke='%23667085' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  display: block;
  z-index: 2;
}

.header .search-block input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .search-block input::-ms-input-placeholder { /* Edge 12-18 */
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header .search-block input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header .search-block input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header .search-block input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header .search-block input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header .navbar-nav li > a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff !important;
  position: relative;
  padding: 8px 0px;
}

.header .navbar-nav li.has-dropdown:hover .dropdown-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  
}

.header .navbar-nav li:hover a {
  opacity: 1;
  text-decoration: none;
  /* border: 1px solid orange; */
}

.header .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 0px !important;
}

.header .navbar-nav li {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  /* border-left: 1px solid black;
  border-right: 1px solid black; */
  
  
}

.header .dropdown-block {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  min-width: 177px;
  /* padding: 32px 31px 22px 23px; */
  border-radius: 0px 0px 12px 12px;
  border: 1px solid #F2F4F7;
  background: #fff;
  -webkit-box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
          box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  display: none;
}
.header .dropdown-block .dropdown-block-inner ul li:last-child a{
  border: none;
}

.header .dropdown-block .dropdown-block-inner {
  width: 100%;
  padding: 0;
}


.header .dropdown-block .img-block-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.header .dropdown-block .img-block-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header .dropdown-block .dropdown-block-inner ul li a .store-img-wrapper {
  width: 24.541px;
  height: 24px;
  position: relative;
  border-radius: 4px;
}

.header .dropdown-block .dropdown-block-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* gap: 16px; */
}

.header .dropdown-block .dropdown-block-inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
  border-bottom: 1px solid lightgray;
}

.header .dropdown-block .dropdown-block-inner ul li a .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header .dropdown-block .dropdown-block-inner ul li a .store-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  color: #101828;
  /* padding-left: 10px; */
}
.nav-menu-link
{
  /* border-left: 1px solid black; */
  /* border-right: 1px solid black; */
}

.header .dropdown-block .heading-block span {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: white;
  position: relative;
}

.header .dropdown-block .heading-block span::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M4 12H20M20 12L14 6M20 12L14 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: -28px;
  top: 1px;
}
.parent-menu-heading{
  padding: 12px;
  background: #14A09F;
  color: white;
  margin-bottom:10px !important;
  border-radius: 12px 12px 0px 0px;
}

.header .dropdown-block .dropdown-block-inner ul li:hover {
  border-radius: 8px;
  background: #F9FAFB;
}

/* SEARCH BAR CSS */
.search-block-full {
  z-index: 99;
  position: fixed;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.search-block-full.open {
  left: 0px;
}
.search-block-full .search-block-full-top {
  padding: 16px;
  border-bottom: 1px solid #F2F4F7;
  width: 100%;
}
.search-block-full .search-block-full-top .search-input {
  width: 42.5%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.search-block-full .search-block-full-top .search-input.has-clear-icon::after {
  position: absolute;
  right: 14px;
  top: 8px;
  content: "Clear";
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #569CFB;
  cursor: pointer;
}
.search-block-full .search-block-full-top .search-input input {
  padding: 10px 14px;
  border-radius: 100px;
  border: 1px solid #D0D5DD;
  background: #fff;
}
.search-block-full .search-block-full-top .search-input input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.search-block-full .search-block-full-top .search-block-close-btn {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='39' height='39' rx='7.5' stroke='%23569CFB'/%3E%3Cpath d='M26 14L14 26M14 14L26 26' stroke='%23569CFB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  cursor: pointer;
}
.search-block-full .block-list ul li a .coupon-img-wrapper {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
}
.search-block-full .block-list ul li a .coupon-img-wrapper .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-block-full .block-list ul li a:hover {
  text-decoration: none;
}
.search-block-full .block-list ul li a .coupon-details .coupon-name {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
.search-block-full .block-list ul li a .coupon-details p {
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}
.search-block-full .search-block-full-body {
  padding: 20px 0px;
}
.search-block-full .search-block-full-body .search-block-inner {
  padding: 20px;
  width: 33.3%;
  width: 100%;
}
.search-block-full .search-block-full-body .container ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 64px;
  grid-row-gap: 12px;
}
.search-block-full .search-block-full-body .container.three-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 64px; */
}
.search-block-full .search-block-full-body .container.three-block-list .search-block-inner:nth-child(1) {
  width: 60%;
}
.search-block-full .search-block-full-body .container.three-block-list ul {
  grid-template-columns: repeat(1, 1fr);
}
.search-block-full .search-block-full-body .container.three-block-list ul.other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.search-block-full .search-block-full-body .container.three-block-list ul li .brand-name {
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
}
.search-block-full .search-block-full-body .container.three-block-list ul li a {
  color: #569CFB;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.search-block-full .search-block-full-body .container.three-block-list ul li a.cat-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #101828;
}

.search-block-full.open .search-block-full-body .container.three-block-list ul {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.search-block-full.open .search-block-full-body .container.three-block-list .search-block-inner:nth-child(1) {
  width: 100%;
}
.search-block-full.open .search-block-full-body.three-col-layout .container.three-block-list ul {
  grid-template-columns: repeat(1, 1fr) !important;
  grid-template-rows: repeat(6, 1fr);
}
.search-block-full.open .search-block-full-body.three-col-layout .container.three-block-list .search-block-inner:nth-child(1) {
  width: 35%;
}

/* Primary Menu */
.main-menu-primary {
  background: #fff;
}

.main-menu-primary .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  border-bottom: 0px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .dropdown-block.is-left{
  left: 0px !important;
  transform: translateX(0px) !important;
}

.header .dropdown-block.is-right{
left: auto !important;
  right: 0px !important;
  transform: translateX(0px) !important;
}

.main-menu-primary .navbar-nav li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #667085 !important;
}

.humburger-icon {
  display: block;
  width: 2em;
  height: 2em;
  position: relative;
  border-radius: 8px;
  border: 1px solid #FFF;
  padding: 4px 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.humburger-icon .line {
  display: block;
  width: 18px;
  border-radius: 2px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.humburger-icon .line-1 {
  top: 60%;
}
.humburger-icon.active .line-1 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.humburger-icon.active .line-2 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.mobile-menu-container {
  display: none;
}

/*********************************************************
    // Footer CSS
**********************************************************/
/* Footer CSS */
.footer {
  padding: 64px 0px;
  padding-bottom: 0px;
}
.footer .footer-col .logo {
  margin-bottom: 32px;
}
.address{
  line-height: 22px;
  margin-bottom: 20px;
}
.footer .footer-col .heading-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  color: #667085;
  margin-bottom: 16px;
}
.footer-bottom p{
  line-height: 22px;

}
.footer .footer-col ul {
  margin-bottom: 48px;
}
.footer .footer-col ul li {
  margin-bottom: 12px;
}
.footer .footer-col ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #475467;
}
.footer .footer-bottom {
  border-top: 1px solid #EAECF0;
  padding-bottom: 32px;
}
.footer .footer-bottom .content-wrapper {
  /* padding-top: 32px; */
  max-width: 660px;
}
.footer .footer-bottom .content-wrapper p {
  margin-bottom: 8px;
}
.footer .footer-bottom .social-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
/*********************************************************
    // HOME PAGE CSS
**********************************************************/
/* HOME PAGE CSS Starts */
.tick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 32px;
}

.tick-list li {
  position: relative;
  padding-left: 38px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #475467;
}

.tick-list li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32' fill='none'%3E%3Crect x='0.5' width='32' height='32' rx='16' fill='%23D0ECEC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2953 9.8534L13.7487 19.0667L11.2153 16.3601C10.7487 15.9201 10.0153 15.8934 9.482 16.2667C8.962 16.6534 8.81534 17.3334 9.13534 17.8801L12.1353 22.7601C12.4287 23.2134 12.9353 23.4934 13.5087 23.4934C14.0553 23.4934 14.5753 23.2134 14.8687 22.7601C15.3487 22.1334 24.5087 11.2134 24.5087 11.2134C25.7087 9.98674 24.2553 8.90674 23.2953 9.84007V9.8534Z' fill='%2314A09F'/%3E%3C/svg%3E");
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.hero-section .block-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
}

.hero-section .content-wrapper {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.hero-section .feedback-wrapper {
  gap: 16px;
  margin-top: 32px;
}
.hero-section .feedback-wrapper span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.28px;
  font-family: "Archivo Condensed";
  color: #424242;
}

/* Donation  */
.promo-section{
  padding: 6px 0px;
  background: #E10098;
}
.promo-section .cashforkids-logo{
  max-width: 84px;
  margin-right: 16px;
}
.promo-section p{
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.2px;
  letter-spacing: -2%;
  color: #fff;
  
}
.promo-section p span{
  color: #BAD405;
}

/* Extension Homepage Css */

.extension-box .inner-wrapper{
  box-shadow: 4px 4px 4px 0px #00000040;
  background: #D0ECEC;
  border-radius: 16px;
  min-height: 336px;
  position: relative;
  padding-left: 64px;
  overflow: hidden;
}
.extension-box .inner-wrapper .content-wrapper{
  max-width: clamp(40%, 60%, 648px);
  z-index: 2;
  position: relative;
}
.extension-box .title{
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 16px;
}
.extension-box p{
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #475467;
}
.extension-box .inner-wrapper::before{
  content: '';
  background-image: url("data:image/svg+xml,%0A%3Csvg width='641' height='336' viewBox='0 0 641 336' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M348.81 -24C229.536 -0.279543 121.856 65.3115 179.089 171.934C179.939 173.517 180.977 175.285 182.117 177.226C199.531 206.881 240.754 277.079 -8.97268e-05 352H641V-24L348.81 -24Z' fill='%2343B3B2'/%3E%3C/svg%3E%0A");
  width: 641px;
  height: 336px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.extension-pic{
  position: absolute;
  right: 116px;
  bottom: 0;
  z-index: 1;
}

/* Stats homepage css */

/** CSS for above Stats BLock **/
.stats-grid .img-wrapper{
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 512px;
}
.stats-grid .img-wrapper img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stats-grid .icon-wrapper{
  box-shadow: 0px 4px 15px 0px #0E09071C;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin: 0 auto;
}

/* HOME PAGE CSS Ends */
.visibility-pop {
    visibility: hidden;
}
.coupon-pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    transition: all ease 0.5s;
    z-index: 999;
}

.pop-content {
    float: left;
    width: 100%;
    max-height: 100%;
    padding: 40px 0;
    text-align: center;
    overflow-y: auto;
}
.popUp-box {
    display: inline-block;
    vertical-align: top;
    width: 630px;
    max-width: 96%;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    position: relative;
    border: 2px solid #31a7a6;
}
.close-pop {
    position: absolute;
    color: #6d6d6d;
    font-size: 24px;
    cursor: pointer;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.pop-up-deal-img{
    margin:13px 0 0 10px;width:142px;padding:3px
}
.product-card__price-discount{
    font-size:11px;padding-top:10px;padding-bottom:10px
}
.deal-title__modal{
    padding-bottom:15px;color:black;font-weight: 500;line-height: 1.2;text-align:left;margin:0 !important;font-size:18px
}
.deal-details__modal{
    font-size: .875rem;line-height: 1.25rem;text-align:left;padding-bottom:5px; 
}

.material-icons-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.coupn-logo {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #31a7a6;
}
.pop-heading {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 15px;
}
.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}
.pop-coupon-box {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    width: 100%;
    max-width: 430px;
    border: 1px solid #31a7a6;
    border-radius: 5px;
    padding: 4px;
}
.pop-coupon-box input[type=text] {
    float: left;
    width: 70%;
    color: #000;
    border: none;
    outline: none;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #bdbdbd;
    text-transform: uppercase;
    text-align: center;
    height: 50px;
    padding-bottom: 4px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.pop-coupon-box button {
    float: right;
    width: 118px;
    background: #31a7a6;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
}
main.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 320px;
    height: 60px;
    background: #14a09f;
    border-radius: 5px;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 56px;
    cursor: pointer;
}
/*********************************************************
    // HOME PAGE CSS
**********************************************************/
/* Categories CSS */
.cheap-product-single .cp-col-1 .img-wrapper {
  position: relative;
  width: 148px;
  height: 148px;
  min-width: 148px;
  min-height: 148px;
  border: 1px solid #98a2b3;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
}

.cheap-product-single {
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #eaecf0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin-bottom: 12px;
  display: grid !important;
  grid-template-columns: minmax(70%, 1fr) 1fr;
}

.cheap-product-single .cp-col-2 .cp-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0px;
}

.cheap-product-single .cp-attr {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #101828;
}

.cheap-product-single .cp-attr .expired-val, .cheap-product-single .cp-attr .success-rate {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #475467;
  padding-left: 8px;
}

.cheap-product-single .cp-col-3 .cp-attr, .cheap-product-single .cp-col-3 .cp-desc {
  display: none !important;
}

.cheap-product-single.highlighted {
  border: 2px solid #f79009;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.cheap-product-single.highlighted .cta-link {
  color: #12b76a;
}

.cheap-product-single .cta-link {
  color: #569cfb;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.cheap-product-single .cp-col-1 {
  position: relative;
}

.cheap-product-single .cp-col-1 .cp-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47px;
  height: 44px;
  position: absolute;
  left: -12px;
  border-radius: 8px;
  border: 1px solid #a6f4c5;
  background: #d1fadf;
  top: -13px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #12b76a;
}

.cheap-product-single .cp-col-2 {
  gap: 8px;
}

.cheap-product-single .cp-col-2 .cp-desc {
  color: #475467;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-vir-green {
  color: #12b76a;
}

.cheap-product-single .cp-rating {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.cheap-product-single .cp-col-3 .cta-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.cheap-product-single.highlighted .cp-col-3 .cta-link:hover,
.cheap-product-single.highlighted .cp-col-3 .cta-link:focus {
  color: #0d874e;
}

.cheap-product-single .cp-col-3 .cta-link:hover,
.cheap-product-single .cp-col-3 .cta-link:focus {
  color: #247df9;
}

.card-hd {
  padding: 20px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid #eaecf0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.card-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.card-hd-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 12px;
}

.labels-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px 0px;
}

.labels-wrapper .label-single {
  border-radius: 6px;
  display: inline-block;
  background: #f2f4f7;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 10px;
  line-height: 20px;
  text-transform: capitalize;
}

.card-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.posts-items .cta-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #569cfb;
  margin: 0 auto;
  text-align: center;
}

.coupon-person-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.coupon-person-wrapper .image-wrapper {
  width: 100%;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
}
.coupon-person-wrapper .person-wrapper {
  gap: 12px;
  margin-bottom: 16px;
}
.coupon-person-wrapper .person-desc .person-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #101828;
  margin-bottom: 0px;
}
.coupon-person-wrapper .person-desc .person-designation {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
  color: #475467;
}

.block-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  color: #101828;
  
}

.simple-title-text-block .block-heading {
  /* margin-bottom: 32px; */
}

.simple-title-text-block p {
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: #475467;
  margin-bottom: 16px;
}

.title-text-block {
  border-radius: 12px;
  border: 1px solid #eaecf0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 20px;
  margin: 12px 0px;
}

.title-text-block .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
}

.title-text-block .content p,.tinymceEditor-wrapper-text{
  margin-bottom: 16px;
  margin: 12px 0px;
  display: block;
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  
}

.title-text-block .content p:last-child {
  margin-bottom: 0;
}

.title-text-block .img-wrapper {
  /* width: 100%; */
  height: 229px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 16px;
}

.card-hd-2 .hd-brand-list {
  border-left: 0px solid #D0D5DD;
  padding-left: 0px;
}

/*-----------------------
   CONTACT PAGE
-------------------------*/
.contact-section{
    float:left;
    width:100%;
    padding:60px 0;
  }
  .contact-sec-mdl{
    float:left;
    width:100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .contc-col-1{
    float:left;
    width:45%;
    text-align:left;
  }
  .contct-txt1{
    text-align:left;
    width:100%;
    font-size:40px;
    line-height:50px;
    color:#14a09f;
    font-weight:bold;
  }
  
  .contct-txt2{
    text-align:left;
    width:100%;
    font-size:20px;
    line-height:26px;
    color:#000000;
    margin-top:15px;
    font-weight:300;
  }
  .contc-col-1 ul{
    float:left;
    width:100%;
    margin-top:20px;
  }
  .contc-col-1 ul li{
    text-align:left;
    width:100%;
    margin-top:15px;
    padding-bottom:15px;
    position:relative;
    /* padding-left:50px; */
    list-style-type: none;
  }
  .contc-col-1 ul li:last-child{ border:none;}
  .contc-col-1 ul li span{
    text-align: left;
    width: 100%;
    font-size:22px;
    color: #000000;
    line-height:27px;
    font-weight:bold;
  }
  .contc-col-1 ul li p{
    text-align: left;
    width: 100%;
    font-size:20px;
    color: #000000;
    line-height:26px;
    margin-top:5px;
    font-weight:300;
  }
  .flag-img{ display:inline-block; vertical-align:middle; margin:-4px 6px 0 0;}
  .img-icon.contact-icn{ font-size:30px; top:2px; font-weight:100;}
  
  .contc-col-2{
    float:right;
    width:49%;
    background:#ecfdfd;
    padding:35px 35px 40px;
    text-align:left;
    border:2px solid #e0e0e0;
    border-radius:10px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
  }
  .contc-col-2 h2{
    float:left;
    width:100%;
    font-size:30px;
    line-height:38px;
    text-align:center;
    color: #000000;
    position:relative;
    margin-bottom:20px;
    font-weight:bold;
  }
  
  .msg-frmfild{
    float:left;
    width:100%;
    margin-top:14px;
    border:2px solid #d4eded;
    border-radius:9px;
    overflow:hidden;
  }
  .msg-frmfild input,.msg-frmfild textarea{
    float:left;
    width:100%;
    height:55px;
    font-size:18px;
    background:#fff;
    color:#242424;
    outline:none;
    font-weight:300;
    padding:5px 10px 5px 20px;
    border:none;
  }
  .msg-areafild{
    height:100%;
    min-height:120px;
  }
  .msg-frmfild textarea{
    height:100%;
    min-height:120px;
    resize:none;
    padding-top:15px;
  }
  .submit {
    float:left;
    height: 60px;
    width:100%;
    max-width:245px;
    background: #14a09f;
    border-radius:5px;
    color: #fff;
    margin-top: 25px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    line-height:60px;
    font-weight:bold;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
  }
  .submit img{
    display: inline-block;
    vertical-align: middle;
    margin: -2px -20px 0 20px;
  }
  /* CSS for above Blocks*/
.bg-dark-pink{
  background: #E10098;
  color: #fff;
}
.bg-dark-pink p{
  color: #fff !important;
}
.list-circle{
  list-style: disc !important;
  padding-left: 20px;
  line-height: 30px;
}
  
.stores-section .s3-coupn-btm-list {
    text-align: left;
}
.s3-coupn-btm-list {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.s3-coupn-btm-list li {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 34px;
    /* text-transform: uppercase; */
    border: 1px solid #e1e1e1;
    font-size: 17px;
    margin-bottom: 5px;
}
.s3-coupn-btm-list li a {
    display: block;
}
.s3-coupn-btm-list li:hover, .s3-coupn-btm-list li.active {
    background: #14a09f;
    color: #fff;
}
.blog-section .s3-btm-txt1 {
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    color: #2d2d2d;
    font-weight: bold;
}
.store-active{
    background: #14a09f;    
}
.store-active a{
    color: #fff !important;
}

.activity-table{
  margin-top: 16px;
  margin-bottom: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 0px;
  position: relative;
  max-height: 235px;
  overflow: hidden;
  overflow-y: scroll;
}
.activity-table::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
margin-right:-6px; }
.activity-table::-webkit-scrollbar-track {
  background: #EAEAEA;
  border-radius: 30px; }
.activity-table::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 12px; }
.activity-table::-webkit-scrollbar-thumb:hover {
  background: #A7A7A7; }
.activity-table .activity-single{
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  overflow: hidden;
}
.activity-table .activity-single .avatar-icon{
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #d1d5db;
  overflow: hidden;
  position: relative;
}
.activity-table .activity-single .avatar-icon img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity-table .activity-single .activity-person{
  color: #111827;
  font-size: 14px;
}
.activity-table .activity-single .activity-date{
  color: #6b7280;
  font-size: 14px;
  padding-left: 8px;
}
.activity-table .activity-single .activity-msg{
  font-size: 14px;
  color: #374151;
}
.activity-table .activity-single .activity-msg a{
  color: #0ac2b8;
  font-weight: 600;
  text-decoration: underline !important;
}
.activity-table .activity-single .flex-gap-1{
  gap: 8px;
}
#chart {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  margin-top: 0px;
}
.apexcharts-toolbar{
  background: #fff;
  display: none !important;
}
.apexcharts-xaxistooltip-text{
  background: #fff;
} 
.apexcharts-tooltip {
  background: #f3f3f3;
  color: #181818;
  font-weight: 200 !important;
}
.apexcharts-tooltip-series-group{
  text-align: center;
  
  
}
.apexcharts-tooltip-series-group .apexcharts-tooltip-marker{
  display: none;
}
.apexcharts-tooltip-title{
  display: none;
}
.apexcharts-tooltip-series-group .apexcharts-tooltip-text-y-value{
  padding: 16px;
}
.apexcharts-tooltip-series-group .apexcharts-tooltip-text-y-value span{
  font-weight: 400;
  display: inline-block;
  margin: 4px 0px;
}
.chart-coupons-wrapper .gap-8{
  gap: 24px;
}
.chart-coupons-wrapper .item-single {
  gap: 8px;
}
.chart-coupons-wrapper .item-text {
  font-size: 14px;
}
.coupon-month-update{
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 600;
}

.coupons-today-wrapper {
  margin: 16px 0px;
}
.coupons-today-wrapper .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.coupons-today-wrapper .section-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
  color: #212529;
}
.coupons-today-wrapper .section-title span {
  color: #465058;
}
.coupons-today-wrapper p {
  font-size: 14px;
  color: #5f717b;
  margin-bottom: 24px;
}
.coupons-today-wrapper .single-card {
  background: #f4f6f7;
  border-radius: 8px;
  padding: 16px 12px;
  position: relative;
}
.coupons-today-wrapper .single-card .number {
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 500;
  display: inline-block;
}
.coupons-today-wrapper .single-card.highlighted .number {
  font-size: 24px;
}
.coupons-today-wrapper .single-card p {
  font-size: 13px;
  line-height: 150%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #7a8c96;
}
.coupons-today-wrapper .single-card.highlighted .icon .size-6,
.coupons-today-wrapper .single-card.highlighted .icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-self: center;
}

.coupons-today-wrapper .single-card .icon .size-6,
.coupons-today-wrapper .single-card .icon {
  width: 24px;
  height: 24px;
}

.coupons-today-wrapper .single-card .icon svg {
  stroke: #7a8c96;
}

.coupons-today-wrapper .cards-grid-wrapper {
  gap: 12px;
  margin-top: 12px;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coupons-today-wrapper .single-card .content {
  padding-top: 2px;
}

.email-opt-form .section-title,.screenshot-details  .section-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
  color: #212529;
}
.email-opt-form .section-title span , .screenshot-details .section-title span{
  color: #465058;
}
.email-opt-form .content-wrapper {
  gap: 16px;
}
.email-opt-form .avatar-wrapper {
  width: 64px;
  height: 64px;
  position: relative;
  flex-shrink: 0;
}
.email-opt-form .avatar-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.email-opt-form .content {
  flex: 1;
}
.email-opt-form .content p, .screenshot-details p {
  font-size: 14px;
  line-height: 150%;
  color: #5f717b;
}
.aspect-ratio-4-3 {
  position: relative;
}
.aspect-ratio-4-3::before {
  display: block;
  padding-top: 75%;
  content: "";
}
.aspect-ratio-box {
  position: relative;
  height: 0;
  padding-top: 75%; /* 1:1 Aspect Ratio */
}
.aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.screenshot-details .aspect-ratio-box-inside{
  border: 8px solid #f4f6f7;
  border-radius: 8px;
  overflow: hidden;
}
.screenshot-details .aspect-ratio-box-inside img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.screenshot-details .screenshot-grid{
  margin: 24px 0px;
  display: block;
  gap: 16px;
}
.subscribeModal .close-modal{
  outline: none;
  box-shadow: none;
  border: none;
  background: none;
}
.subscribeModal .close-modal svg{
  width: 24px;
  height: 24px;
}
.subscribeModal .modal-header{
  padding: 10px;
  padding-bottom: 0px;
  border-bottom: 0px solid transparent;
}
.subscribeModal .modal-title{
  font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
    margin-top: 20px;
    color: #212529;
}
.subscribeModal .modal-body{
  padding-top: 0px;
}
.subscribeModal .modal-body input{
  padding: 10px 14px;
    border-radius: 100px;
    border: 1px solid rgb(214, 214, 214);
    background: #fff;
    position: relative;
    color: #667085;
    /* box-shadow: 0 2px 5px 1px #40423429; */
    border-radius: 4px !important;
}
.email-opt-form .cta-btn:focus{
  color: #fff;
}
#subscribeForm{
  text-align: center;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.stores-wrapper .section-title, .section .section-title, .section-steps .section-title {
  color: #101828;
  font-size: 36px;
  font-weight: 700;
  line-height: 46.8px;
  text-align: center;
  margin-bottom: 30px;
}
.section-steps .step-single .ss-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  margin-bottom: 16px;
  margin-top: 20px;
}
.section-steps .step-single p {
  color: #475467;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.card-hd .step-single img{
  height: 180px !important;
}
.section-steps .step-single img {
  margin-bottom: 24px;
  object-fit: cover;
  height: 260px;
  margin: 0 auto;
  display: block;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.faq-disc ul
{
  
  margin-left: 20px;
}
.faq-disc ul li,.info-disc ul li
{
  list-style: disc;
  padding: 5px;
}

.info-disc ul{
  margin-left: 20px;
}

.faq-wrapper p{
  padding-bottom: 10px !important;
}

@keyframes wiggle {
  0%, 100% {
      transform: rotate(-5deg);
  }
  50% {
      transform: rotate(5deg);
  }
}

.wiggle-animation {
  animation: wiggle 0.3s ease-in-out 4;
}

.brand-logo-sidebar {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.logo-container {
  text-align: center;
  padding:  20px;
  
}

.brand-logo-sidebar .store-logo {
  width: 160px;
  height: 100px;
  margin: 10px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.brand-logo-sidebar .store-logo img{

  width: 100%;
  height: 100%;
  object-fit: contain;
}


.write-review-btn {
  width: 100%;
  background-color: #F47B4D;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.write-review-btn:hover {
  background-color: #e06940;
}

.menu-item {
  padding: 20px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 14px;
  transition: color 0.2s ease;
  text-align: center;
  cursor: pointer;
}

.menu-item:last-child {
  border-bottom: none;
  text-align: center;
  padding: 20px;
}

.menu-item:hover {
  color: #14a09f;
}

.active-tab{
   font-weight: 500;
    background-color: #e7f5f5;
     border-radius: 4px;
      padding: 15px 10px;
       border-left: 4px solid #14a09f;
       text-align: center;
}


/* ===== */

.ai-store-scan-deals{
  background:#14a09f !important;
  border:1px solid #14a09f !important;
  box-shadow:0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

}
.breadcumb-container {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .breadcumb-container li {
    display: inline-block;
    margin-right: 12px;
  }
  .breadcumb-container li a {
    color: #475467;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  .py-large {
    padding: 60px 0px;
  }
  .main-coupon-card {
    gap: 16px;
    margin-bottom: 24px;
  }
  .main-coupon-card .img-wrapper {
    min-width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #98a2b3;
    overflow: hidden;
    position: relative;
  }
  .main-coupon-card .img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-coupon-card .content-wrapper {
    font-size: 20px;
    color: #475467;
    font-weight: 400;
    line-height: 30px;
  }
  .main-coupon-card .content-wrapper a {
    color: #475467;
    text-decoration: underline;
  }
  .main-coupon-card .coupon-name {
    color: #101828;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .coupon-ai-card {
    gap: 16px;
  }
  .ai-search_2 p{
    font-size: 16px !important;
  }
  .outline{
    border:1px solid #14a09f !important;
  }
  .ai-search_2 .coupon-stats{
    gap: 16px;
  }
  .coupon-ai-card .img-wrapper {
    min-width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #98a2b3;
    position: relative;
    overflow: hidden;
  }
  .coupon-ai-card .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .coupon-card {
    /* margin-bottom: 12px; */
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 20px;
    gap: 16px;
  }
  .coupon-card .img-wrapper {
    min-width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #98a2b3;
    position: relative;
    overflow: hidden;
  }
  .coupon-card .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .coupon-card .coupon-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .coupon-card .code-badge {
    border-radius: 16px;
    background: #fffaeb;
    padding: 2px 8px;
    color: #b54708;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .coupon-card .code-brand-name {
    color: #98a2b3;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  
  .coupon-card .coupon-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .coupon-card .coupon-stats {
    gap: 24px;
  }
  .coupon-card .coupon-stat-single {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #101828;
  }
  .coupon-card .coupon-stat-single span {
    color: #475467;
  }
  .coupon-card .coupon-details {
    gap: 8px;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .coupon-card .content-wrapper {
    gap: 24px;
  }
  
  .title-text-block {
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 20px;
    margin: 12px 0px;
  }
  
  .title-text-block .heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
  }
  
  .title-text-block .content p {
    margin-bottom: 16px;
    margin: 12px 0px;
    display: block;
    color: #475467;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  .title-text-block .content p:last-child {
    margin-bottom: 0;
  }
  
  .offer-column-wrapper .offer-single-column {
    padding: 20px;
    margin: 12px 0px;
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  
  .offer-column-wrapper .offer-single-column .img-wrapper{
   text-align: center;
  }
  
  .offer-column-wrapper .offer-single-column .offer-heading {
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .offer-column-wrapper .offer-single-column .price-container {
    gap: 8px;
    margin-bottom: 12px;
  }
  .offer-column-wrapper .offer-single-column .price-container .old-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: line-through;
    color: #101828;
  }
  .offer-column-wrapper .offer-single-column .price-container .new-price {
    color: #f04438;
  }
  
  .offer-column-wrapper .offer-single-column .cta-btn {
    display: block;
    text-align: center;
  }
  
  .discount-share-block {
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 20px;
  }
  .discount-share-block .heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .discount-share-block .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #475467;
    margin-bottom: 12px;
  }
  /* .form-control {
    margin-bottom: 12px;
  } */
  .form-control::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .form-control::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .form-control::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .faq-wrapper .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .faq-wrapper .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .faq-wrapper {
    padding: 20px;
    margin: 12px 0px;
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  .faq-wrapper .accordion-button {
    border: 0px solid transparent;
  
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 12px 0px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .faq-wrapper .accordion-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
    padding: 12px 0px;
  }
  .faq-wrapper .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .faq-wrapper .accordion-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .faq-wrapper .accordion-item {
    border: 0px solid transparent;
    border-bottom: 1px solid #eaecf0;
  }
  .faq-wrapper .accordion-item:last-child {
    border-bottom: 0px solid #eaecf0;
  }
  .faq-wrapper .heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  .form-control {
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 14px;
  }
  .card-hd {
    padding: 20px;
    margin: 12px 0px;
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  .card-hd-heading {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .discount-table table tr th {
    padding: 24px 16px;
  }
  .discount-table table thead tr,
  .discount-table table tbody tr {
    border: 0px solid transparent;
    border-bottom: 1px solid #eaecf0;
  }
  .discount-table table thead tr th {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #475467;
  }
  .discount-table table tbody tr th {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .discount-table table tbody tr th a {
    color: #475467;
    text-decoration: none;
  }
  .list-items .list-item {
    padding: 12px 0px;
    border-bottom: 1px solid #d0d5dd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .list-items-2 {
    margin: 16px 0px;
  }
  .list-items-2 .list-item {
    display: inline-block;
    padding: 12px 12px;
    border-bottom: 1px solid #d0d5dd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #0c605f;
    font-weight: 600;
  }
  .brands-list .brand-single {
    gap: 12px;
    margin-bottom: 16px;
  }
  .brands-list .brand-single .img-wrapper {
    border: 1px solid #98a2b3;
    background: #fff;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
  }
  .brands-list .brand-single .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .brands-list .brand-single .brand-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .brands-list .brand-single .brand-discounts {
    font-size: 14px;
    display: inline-block;
    color: #0c605f;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .posts-wrapper .post-single-item {
    gap: 12px;
    margin-bottom: 16px;
    align-items: center ;
  }
  .posts-wrapper .post-single-item:last-child {
    margin-bottom: 0px;
  }
  .posts-wrapper .post-single-item .img-wrapper {
    min-width: 100px;
    height: 70px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }
  .posts-wrapper .post-single-item .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .posts-wrapper .post-single-item .post-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #101828;
    text-decoration: none;
  }
  .labels-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 12px 0px;
  }
  .labels-wrapper .label-single {
    border-radius: 6px;
    display: inline-block;
    background: #f2f4f7;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
    line-height: 20px;
    text-transform: capitalize;
  }
  .card-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .posts-items .cta-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #569cfb;
    margin: 0 auto;
    text-align: center;
  }
/* End chart & activity css */


#who-we-are a{
  text-decoration: underline !important;
  color: blue;
}
.size-12 {
  width: 12px;
  height: 12px;
}
.cursor-pointer {
  cursor: pointer;
}
.underline {
  text-decoration-line: underline;
}
.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.rotate-180 {
  transform: rotate(180deg);
}
.transition-transform {
  transition: transform 0.3s ease;
}
.pl-16 {
  padding-left: 16px;
}
.list-disc li {
  list-style-type: disc !important;
}
.list-outside {
  list-style-position: outside;
}
.store-ai-coupon-section{
  background: #e7f5f5;border-radius: 0px 0px 5px 5px;
}
.font-bold
{
  font-weight: bold !important;
}
.store-ai-coupon-section h2{
  color: #101828;font-size: 22px;font-style: normal;font-weight: 700;line-height: 26px;margin-bottom: 6px;;
}

.ai-search_container{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
}

.ai-search_2{
  display:flex;flex-direction: column;align-items: flex-start;justify-content: space-around;
}
.ai-search_2 p
{
  line-height: 24px;
}
  /* Common CSS */
  body {
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    color: #475467;
    background-color: #f9fafb !important;  
  }

  .promo-block-wrapper{
    overflow: hidden;
  }
  /* .promo-block-wrapper */
   .promo-block{
    background: #E10098 !important;
    padding: 0px 20px !important;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0 0 12px 12px;
  }
  
  /* .promo-block-wrapper  */
  .promo-block p{
    margin: 0 !important;;
    font-weight: 500 !important;;
    font-size: 10px !important;;
    line-height: 15px !important;;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* .promo-block-wrapper  */
  .promo-block p span {
    color: #BAD405 !important;
  }
  .raised-stats{
    gap: 8px;
  }
  .raised-stats .single-val:not(:first-child) {
    font-weight: 500;
    font-size: 48px;
    background: #E10098;
    border: 1px solid #A01C75;
    border-radius: 8px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    box-shadow: -1px -1px 4px 0px rgba(255, 255, 255, 0.25), 1px 1px 0px 0px rgba(16, 24, 40, 0.24);
    line-height: 60px; 
    letter-spacing: -0.96px;
    width: 100%;
  }
  .raised-stats .single-val:first-child{
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    color: #E10098;
    border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  .raised-stats .single-val:not(:first-child):before{
    content: '';
    display: block;
    box-shadow: 0px -0.5px 0px 0px rgba(0, 0, 0, 0.25), 0px 0.5px 0px 0px rgba(255, 255, 255, 0.25);
    background: #A01C75;
    width: 77px;
    height: 1px;
    transform: translateY(-50%);
    position: absolute;
    top: 50.7%;
    left: 0px;
  }
  .promotion-sidebar-card .footer-promotion-segment{
    gap: 20px;
    margin-top: 20px;
  }
  .promotion-sidebar-card .footer-promotion-segment img{
    max-width: 116px;
  }
  .promotion-sidebar-card .footer-promotion-segment p{
    font-weight: 400px;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
  }
  .s2-deal-box{
    float: none !important;
  }
  .s2-deal-box-col{
    width: 23% !important;
    margin: 18px 1% 21px !important;
  }
  .duration-500 {
    transition-duration: 0.5s;
  }
  .transition-all {
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  }
  
  /* New Product css */
  
  .grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
  .h-132 {
    height: 8.25rem;
  }
  .badge{
    line-height: 2!important;
  }
  .max-w-10 {
    max-width: 10px;
  }
  .pl-20 {
    padding-left: 1.25rem;
  }
  .list-disc {
    list-style-type: disc;
  }
  .mt-8 {
    margin-top: 0.5rem;
  }
  .break-word {
    word-break: break-word;
  }
  .mb-16 {
    margin-bottom: 1rem;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .flex {
    display: flex;
  }
  .h-full {
    height: 100%;
  }
  .flex-col {
    flex-direction: column;
  }
  .px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .w-115 {
    width: 7.1875rem;
  }
  .h-160 {
    height: 8rem;
  }
  .py-4\.5 {
    padding-bottom: 0.28125rem;
    padding-top: 0.28125rem;
  }
  .h-16 {
    height: 1rem;
  }
  .rounded-bl-12 {
    border-bottom-left-radius: 12px;
  }
  .rounded-tr-12 {
    border-top-right-radius: 12px;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }
  .rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  .bg-gray-t-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 249 251/var(--tw-bg-opacity));
  }
  .dropdown-filter button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    border: none;
  }
  .underline-offset-2{
    text-underline-offset:2px
  }
  .underline {
    text-decoration-line: underline;
  }
  
  .block{
    display: block;
  }
  .grid{
    display: grid;
  }
  .show-item {
      display: flex!important;
  
    }
    .z-1 {
      z-index: 1;
  }
  .hidden {
      display: none;
  }
  .top-10 {
    top: 0.625rem;
  }
  .right-10 {
    right: 0.625rem;
  }
  .py-12 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .rounded-12 {
      border-radius: 12px;
  }
  
  .bg-white {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255/var(--tw-bg-opacity));
  }
  .right-18 {
    right: 1.125rem;
  }
  .top-18 {
    top: 1.125rem;
  }
  .gap-y-12 {
    row-gap: 0.75rem;
  }
  .px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .gap-x-10 {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .f12m {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  .pb-22 {
    padding-bottom: 1.375rem;
  }
  .px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .py-5 {
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
  }
  .rounded-br-8 {
    border-bottom-right-radius: 8px;
  }
  .rounded-tr-8 {
    border-top-right-radius: 8px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-h-full {
    max-height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .mt-13 {
    margin-top: 0.8125rem;
  }
  img, video {
    height: auto;
    max-width: 100%;
  }
  .shadow-double-rg {
    --tw-shadow: -2px -2px 19px rgba(0,0,0,.04),4px 4px 19px -2px rgba(0,0,0,.06);
    --tw-shadow-colored: -2px -2px 19px var(--tw-shadow-color),4px 4px 19px -2px var(--tw-shadow-color);
  }
  .shadow-double-lg, .shadow-double-rg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow);
  }
  .pb-8 {
    padding-bottom: 0.5rem;
  }
  .pr-44 {
    padding-right: 2.75rem;
  }
  .p-12 {
    padding: 0.75rem;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .w-120 {
    width: 7.5rem;
  }
  .justify-center {
    justify-content: center;
  }
  .h-80 {
    height: 5rem;
  }
  .max-w-16 {
    max-width: 16px;
  }
  .max-h-16 {
    max-height: 16px;
  }
  .m-auto {
    margin: auto;
  }
  .mr-8 {
    margin-right: 0.5rem;
  }
  .gap-y-4 {
    row-gap: 0.25rem;
  }
  .gap-8 {
    gap: 0.5rem;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .items-start {
    align-items: flex-start;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-row {
    flex-direction: row!important;
  }
  .w-\[calc\(100\%_-_115px\)\] {
    width: calc(100% - 115px);
  }
  .min-h-48 {
    min-height: 38px;
  }
  .f14s {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
  .min-h-40 {
    min-height: 40px;
  }
  .h-22 {
    height: 1.375rem;
  }
  .f16r, .f16s {  
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;  
  }
  
  .light-smoke{
    color: #475467 !important;
  }
  
  .mb-4 {
    margin-bottom: 0.5rem;
  }
  .items-center {
    align-items: center;
  }
  .h-auto {
    height: auto;
  }
  .items-baseline {
    align-items: baseline;
  }
  .mt-auto {
    margin-top: auto;
  }
  .text-gray-t-850 {
    --tw-text-opacity: 1;
    color: rgb(47 49 62/var(--tw-text-opacity));
  }
  .content-left{
    text-align: left;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 76 93/var(--tw-text-opacity));
  }
  .rounded-8 {
    border-radius: 8px;
  }
  .btn-custom{
    background: none;
    border: none;
  }
  .w-350 {
    width: 21.875rem;
  }
  .w-35 {
    width: 21.875rem;
  }
  
  .bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 244 247/var(--tw-bg-opacity));
  }
  .mt-12 {
    margin-top: 0.75rem;
  }
  .w-4\/5 {
    width: 80%;
  }
  .mt-9 {
    margin-top: 0.5625rem;
  }
  .z-100 {
    z-index: 100;
  }
  .trust-pilot-v1{
    width:22%;
    text-align: left;
    margin-left: -4px;
  }
  .top-16 {
    top: 1rem;
  }
  .left-0 {
    left: 0;
  }
  .flame-icon {
    color: grey;
  }
  .f14l, .f14m {
  
    font-size: 14px;
    line-height: 20px;
  }
  .f14l {
    font-weight: 300;
  }
  .text-gray-850 {
    --tw-text-opacity: 1;
    color: rgb(75 86 101/var(--tw-text-opacity));
  }
  .absolute::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    border-left: transparent;
    border-top: transparent;
    border-right: 6px solid rgb(193, 82, 55); /* Adjust color and size as needed */
    border-bottom: 0;
    width: 0;
    height: 0;
    /* Custom properties */
    --tw-border-opacity: 1;
    border-right-color: rgb(193 82 55 / var(--tw-border-opacity));
    /* Content property for pseudo-element */
    content: ''; /* Replace 'Your custom content' with the desired content */
  }
  
  /* .absolute::after {
    --tw-border-opacity: 1;
    border-right-color: rgb(193 82 55/var(--tw-border-opacity));
    content: var(--tw-content);
  }
  .after\:border-l-transparent:after {
    border-left-color: transparent;
    content: var(--tw-content);
  }
  .after\:border-y-transparent:after {
    border-bottom-color: transparent;
    border-top-color: transparent;
    content: var(--tw-content);
  }
  .after\:border-solid:after {
    border-style: solid;
    content: var(--tw-content);
  }
  .after\:border-r-6:after {
    border-right-width: 6px;
    content: var(--tw-content);
  }
  .after\:border-t-0:after {
    border-top-width: 0;
    content: var(--tw-content);
  }
  .after\:border-b-5:after {
    border-bottom-width: 5px;
    content: var(--tw-content);
  }
  .after\:w-0:after {
    content: var(--tw-content);
    width: 0;
  }
  .after\:h-0:after {
    content: var(--tw-content);
    height: 0;
  }
  .after\:-bottom-5:after {
    bottom: -0.3125rem;
    content: var(--tw-content);
  }
  .after\:left-0:after {
    content: var(--tw-content);
    left: 0;
  }
  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
  } */
  
  .rounded-full {
    border-radius: 9999px;
  }
  .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .related-products-section ul{
    padding-left: 0;
  }
  .bg-blue-t-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity));
  }
  .py-8 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .text-center {
    text-align: center;
  }
  .f32b {  
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
  }
  .px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .border-number{
    border: 1px solid black;
  }
  .text-gray-t-600 {
    --tw-text-opacity: 1;
    color: rgb(161 162 169/var(--tw-text-opacity));
  }
  .py-2 {
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
  }
  .border-gray-t-850 {
    --tw-border-opacity: 1;
    border-color: rgb(47 49 62/var(--tw-border-opacity));
  }
  .border, .border-1 {
    border-width: 1px;
  }
  .rounded-4 {
    border-radius: 4px;
  }
  .break-word {
    word-break: break-word;
  }
  .line-clamp-1 {
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    -webkit-line-clamp: 2;
  }
  .right-0 {
    right: 0;
  }
  .pb-32 {
    padding-bottom: 2rem;
  }
  .pt-24 {
    padding-top: 1.5rem;
  }
  .text-gray-t-750 {
    --tw-text-opacity: 1;
    color: rgb(91 93 105/var(--tw-text-opacity));
  }
  .pt-38 {
    padding-top: 2.375rem;
  }
  .line-clamp-1, .line-clamp-2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .f12r {
    font-size: 12px;
  }
  .f10r, .f12r {
   
    font-weight: 400;
    line-height: 16px;
  }
  .text-gray-t-900 {
    --tw-text-opacity: 1;
    color: rgb(26 28 40/var(--tw-text-opacity));
  }
  .justify-between {
    justify-content: space-between;
  }
  .p-badge{
    width: 20%;
    position: absolute;
    left: 20px;
    top: -26px;
  }
  .buy-btn{
    background: none;
    border: none;
  }
  .max-h-100 {
    max-height: 6.25rem;
  }
  .top-32 {
    top: 2rem;
  }
  .py-10 {
    padding-bottom: 0.925rem;
    padding-top: 0.925rem;
  }
  .px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .h-100 {
    height: 6.25rem;
  }
  .ml-10 {
    margin-left: 0.625rem;
  }
  .rotate-arrow {
    transform: rotate(180deg); /* Rotate the arrow */
    transition: transform 0.3s ease; /* Smooth transition for rotation */
  }
  .bg-orange-t-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 102 68/var(--tw-bg-opacity));
  }
  .z-1 {
    z-index: 1;
  }
  .-left-6 {
    left: -0.375rem;
  }
  .-top-15 {
    top: -0.9375rem;
  }
  
  .custom-align-items-center{
    align-items: center!important;
  }
  
  #cheap-products-container{
    cursor: pointer;
  }
  
  .arrow-top:before {
    border-color: transparent transparent #f2f4f7;
    border-style: solid;
    border-width: 10px 8px;
    content: "";
    opacity: 0;
    position: absolute;
    right: 20px;
    top: -20px;
  }
  .pr-27 {
    padding-right: 1.6875rem;
  }
  .pl-15 {
    padding-left: 0.9375rem;
  }
  .pr-20 {
    padding-right: 1.25rem;
  }
  .py-20 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
  .z-999 {
    z-index: 999;
  }
  .w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .mb-29 {
    margin-bottom: 1.8125rem;
  }
  .last\:mb-0:last-child {
    margin-bottom: 0;
  }
  .px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .bg-black, .bg-blue-80 {
    --tw-bg-opacity: 1;
  }
  .bg-black {
    background-color: rgb(0 0 0/var(--tw-bg-opacity));
  }
  .-rotate-90 {
    --tw-rotate: -90deg;
  }
  .transform {
    transform: translate(0,0) rotate(-90deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
  .rounded-tl-36 {
    border-top-left-radius: 36px;
  }
  .rounded-tr-36 {
    border-top-right-radius: 36px;
  }
  .-right-152 {
    right: -9.5rem;
  }
  .top-1\/2 {
    top: 50%;
  }
  .fixed {
    position: fixed;
  }
  .mt-16 {
    margin-top: 1rem;
  }
  .py-4 {
    padding-bottom: 5.25rem;
    padding-top: 0.25rem;
  }
  /* popup css */
  
  .popup-holidays.open {
    display: flex;
  }
  .popup-holidays {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    font-family: Inter,sans-serif;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
  }
  .open, .show-item {
    display: block!important;
  }
  .popup-holidays main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .popup-holidays main .bg-cover {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .w-86 {
    width: 5.375rem;
  }
  .bg-cover {
    background-size: cover;
  }
  .f16b, .f16m {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .popup-holidays main .content {
    display: grid;
    grid-template-columns: 296px 1fr;
    width: 803px;
    height: 432px;
    position: relative;
  }
  .popup-holidays main .content .close-popup-btn {
    position: absolute;
    top: 20px;
    right: -20px;
  }
  .popup-holidays main .content .left.christmas {
    background-image: url(https://images.bestproductsreviews.co.uk/image/fetch/c_scale,f_auto/https://d1ttb1lnpo2lvz.cloudfront.net/40a9661/img/christmas-deco.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .popup-holidays main .content .left {
    padding: 0 54px;
    background: white;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  
  .popup-holidays main .content .left .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 54px;
    width: 188px;
    height: 100%;
  }
  .popup-holidays main .content .left .button-ctr {
    width: 198px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .popup-holidays main .content .left .button-ctr a {
    position: inherit;
    padding: 12px 24px;
    display: flex;
    font-family: Inter,sans-serif;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #1B88F4;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    border: none;
  }
  .popup-holidays main .content .right {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    background-size: cover;
    padding: 34px 89px;
  }
  .popup-holidays main .content .right .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .popup-holidays main .content .right .wrapper .image-title-ctr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popup-holidays main .content .right .wrapper .image-title-ctr .item-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #4B5665;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    max-width: 222px;
  }
  .popup-holidays main .content .right .timer-ctr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
  }
  .popup-holidays main .content .right .timer-ctr .today-deals {
    color: #626E79;
    font-size: 16px;
    font-weight: 400;
  }
  .count-down-holidays{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:8px;
    height:60px;
    width:380px;
    color:#444653
  }
  .heading-no-border {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
}
/* .title-text-block1 .content p {
  margin-bottom: 16px;
  margin: 12px 0px;
  display: block;
  color: #475467;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
} */

.custom-content p {
  margin-bottom: 16px;
  margin: 12px 0px;
  display: block;
  color: #475467;
  font-size: 18px !important;
  line-height: 28px !important;
}
  .count-down-holidays .days,.count-down-holidays .hours,.count-down-holidays .minutes,.count-down-holidays .seconds{color:#4B5665;background:#FFFFFF;font-size:32px;font-weight:700;line-height:44px;padding:8px 19px;border-radius:8px}
  .popup-holidays main .content .right .item-img {
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    mix-blend-mode: multiply;
    max-width: 200px;
    /* width: 140px; */
  }
  .popup-holidays main .content .left .discount-badge.christmas {
    border: 2px dashed #EF4C5D;
  }
  .popup-holidays main .content .left .discount-badge {
    width: 152px;
    height: 84px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .popup-holidays main .content .left .discount-badge .discount.christmas {
    color: #EF4C5D;
  }
  .popup-holidays main .content .left .discount-badge .discount {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
  }
  .popup-holidays main .content .left .discount-badge.christmas {
    border: 2px dashed #EF4C5D;
  }
  .popup-holidays main .content .left .discount-badge {
    width: 152px;
    height: 84px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .popup-holidays main .content .left .discount-badge .off.christmas {
    color: #EF4C5D;
  }
  
  /* popup css */
  
  /* header content */
  .mb-20 {
    margin-bottom: 1.25rem;
  }
  .text-gray-t-950 {
    --tw-text-opacity: 1;
    color: rgb(17 18 26/var(--tw-text-opacity));
  }
  .text-gray-1200 {
    --tw-text-opacity: 1;
    color: rgb(74 82 91/var(--tw-text-opacity));
  }

  .display-flex {
    display: flex;
  }
  .header-border-section{
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    
  }
  .cheap-product-single .cp-col-left{
  
    display: flex;
    
  }
  .gap-4 {
    gap: 0.25rem;
  }
  .sticky-banner:hover{
    color: white !important;
  }
  /* .header-top-banner {
    background-image: url(https://d1ttb1lnpo2lvz.cloudfront.net/8c1c77f1/img/count-down-bg.svg);
    background-size: cover;
    background-position: bottom;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-bottom: 2px solid #FF7724;
  } */
  .border-\[\#FF7724\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 119 36/var(--tw-border-opacity));
  }
  .header-top-banner a .text {
    text-align: center;
    text-shadow: 0 2px 7px rgba(69,79,93,0.4509803922);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
  }
  .text-\[\#016F64\] {
    --tw-text-opacity: 1;
    color: rgb(1 111 100/var(--tw-text-opacity));
  }
  .text-gray-1300 {
    --tw-text-opacity: 1;
    color: rgb(21 25 31/var(--tw-text-opacity));
  }
  .text-14 {
    font-size: 14px;
  }
  .count-down-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    background: #CA3745;
    padding: 2px 8px;
    border-radius: 12px;
  }
  .absolute {
    position: absolute;
  }
  
  .bg-title {
    position: relative;
  }
  .w-34 {
    width: 2.125rem;
  }
  .h-34 {
    height: 2.125rem;
  }
  .-left-12 {
    left: -0.75rem;
  }
  /* .bg-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30%;
    background: url(https://images.bestproductsreviews.co.uk/image/fetch/c_scale,f_auto/https://d1ttb1lnpo2lvz.cloudfront.net/f6114e70/img/title-christmas.png)no-repeat;
    background-size: cover;
    background-position: top center;
  } */
  .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(44 56 74/var(--tw-text-opacity));
  }
  .best-features li:hover{
    background-color: unset !important;
    color: unset !important;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .pb-12 {
    padding-bottom: 0.75rem;
  }
  .max-w-316 {
    max-width: 316px;
  }
  .f20b {
    font-size: 20px;
  }
  .f18b, .f20b { 
    font-weight: 700;
    line-height: 28px;
  }
  .mr-4 {
    margin-right: 0.25rem;
  }
  .py-7 {
    /* padding-bottom: 0.4375rem;
    padding-top: 0.5375rem; */
  
    padding-bottom: 0.4375rem;
    padding-top: 0.4375rem;
  }
  .shadow-sellers-logos, .shadow-sort {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow);
  }
  .shadow-sort {
    --tw-shadow: 0px 33px 68px rgba(150,160,177,.07),0px 9.94853px 20.5px rgba(150,160,177,.078),0px 4.13211px 8.51466px rgba(150,160,177,.06),0px 1.4945px 3.07958px rgba(150,160,177,.042);
    --tw-shadow-colored: 0px 33px 68px var(--tw-shadow-color),0px 9.94853px 20.5px var(--tw-shadow-color),0px 4.13211px 8.51466px var(--tw-shadow-color),0px 1.4945px 3.07958px var(--tw-shadow-color);
  }
  .text-blue-t-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity));
  }
  
  .px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(225 228 230/var(--tw-border-opacity));
  }
  .border-b-1, .border-y-1 {
    border-bottom-width: 1px;
  }
  .border-y-1 {
    border-top-width: 1px;
  }
  .-mx-20 {
    /* margin-left: -1.25rem; */
    /* margin-right: -1.25rem; */
  }
  .col-span-full {
    grid-column: 1/-1;
  }
  .grid-cols-main-head {
    grid-template-columns: 2fr 0fr 130px;
  }
  .h-30 {
    height: 1.875rem;
  }
  .-top-30 {
    top: -1.875rem;
  }
  
  .right-20 {
    right: 1.25rem;
  }
  .gap-x-12 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .row-span-3 {
    grid-row: span 3/span 3;
  }
  .row-end-4 {
    grid-row-end: 4;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .col-end-2 {
    grid-column-end: 2;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .outline-0 {
    outline-width: 0;
  }
  
  .pr-0 {
    padding-right: 0;
  }
  .rounded-tl-16 {
    border-top-left-radius: 16px;
  }
  .max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .min-w-137 {
    min-width: 137px;
  }
  .max-h-32 {
    max-height: 32px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .cheap-products-section{
    margin-top: 0.5rem;
  }
  .top-15 {
    top: 0.9375rem;
  }
  .-right-10 {
    right: -0.625rem;
  }
  .f14r {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .relative{
    position: relative;;
  }
  /* End Header */
  
  .p-badge span{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
    padding: 14px 34px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 3;
    
  }
  .sm\:f14r {
    font-size: 12px;
    line-height: 20px;
  }
  .p-badge::after{
    content: "";
    border-radius: 0px 0px 3px 3px;
    background: #E55456;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 177px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2;
  }
  .p-badge::before{
    content: "";
    width: 193px;
    height: 15px;
    display: block;
    position: absolute;
    top: 10px;
    left:-8px;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='193' height='15' viewBox='0 0 193 15' fill='none'%3E%3Cpath d='M7.34239 0H185.095L193 15H0L7.34239 0Z' fill='%237B1819'/%3E%3C/svg%3E");
  }
  
  .pop-up-deal-close {
    position: absolute;
    color: #6d6d6d;
    font-size: 24px;
    cursor: pointer;
    right: 10px;
    top: 10px;
    z-index: 1;
}
a.pop-btn {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 320px;
  height: 60px;
  background: #14a09f;
  border-radius: 5px;
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 56px;
  cursor: pointer;
}
.deal-pop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  transition: all ease 0.5s;
  z-index: 999;
}
  .sale-badge {
    position: absolute !important;
    background: #ed354a;
    padding: 17px;
    border-radius: 50%; /* This will create a circular badge */
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    top: 60px;
    left: 166px;
    height: 68px;
    width: 68px;
    display: flex;
    font-weight: bold;
    justify-content: center;
    font-family:inherit;
    align-items: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Optional: add a shadow for a 3D effect */
  }
  .offer-single-column{
    cursor: pointer;
  }
  
  
  .category-badge {
    border-radius: 16px;
    background: #e7f5f5;
    padding: 2px 2px;
    padding-right: 10px;
    display: inline-flex;
    align-items: center;  
  }
  .category-badge .category-name {
    border-radius: 16px;
    background: #fff;
    padding: 2px 8px;
    display: inline-flex;
    color: #0c605f;
    margin-right: 8px;
    font-size: 12px;
  font-style: normal;
  font-weight: 500;
  }
  .category-badge .read-time {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #0c605f;
  }
  
  .btn-group{
    margin-top:80px;
  }
  
  .cta-expire {
    background-color: #d3d3d3 !important;
    border: 1px solid gray !important;
    color: black !important;
  }
  .cta-btn {
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #569cfb;
    background: #569cfb;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 12px 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-wrap: nowrap;
  }
  
  .cta-btn:hover ,.cta-btn:focus {
    background: #247df9;
    color: #fff;
  }
  
  .offer-column-wrapper .offer-single-column .img-wrapper {
    text-align: center;
  }
  
  .coupon-align-items-center{
    align-items: center;
  }
  
  .cta-btn-2 {
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #344054;
    text-decoration: none;
    margin-top: 12px;
    margin-bottom: 12px;
    text-wrap: nowrap;
  }
  .cta-btn-2:hover {
    color: #344054;
  }
  
  .breadcumb-container {
    list-style: none;
    padding: 0;
    margin: 0;
    
  }
  .breadcumb-container li {
    display: inline-block;
    margin-right: 12px;
  }
  .breadcumb-container li a {
    color: #475467;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: underline !important;
  }
  .py-large {
    padding:30px 0px;
  }
  .main-coupon-card {
    gap: 16px;
    margin-bottom: 24px;
  }
  .main-coupon-card .img-wrapper {
    min-width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #98a2b3;
    overflow: hidden;
    position: relative;
  }
  .main-coupon-card .img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .main-coupon-card .content-wrapper {
    font-size: 20px;
    color: #475467;
    font-weight: 400;
    line-height: 30px;
  }
  .main-coupon-card .content-wrapper a {
    color: #475467;
    text-decoration: underline;
  }
  .main-coupon-card .coupon-name {
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
  }
  #offer-coupons .coupon-card:first-child{
    margin-bottom: 0 ;
    border-radius: 12px 12px 0 0;
  }
  .submitted {
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-bottom: 20px;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #eaecf0;
    text-align: right;
  }
  .text-gray {
    color: #757575;
}
.text-xs {
  font-size: .75rem;
}
  

  .coupon-card {
    /* margin-bottom: 12px; */
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #eaecf0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 20px;
    gap: 16px;
  }
  .coupon-card .img-wrapper {
    min-width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #98a2b3;
    position: relative;
    overflow: hidden;
  }
  .coupon-card .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .coupon-card .coupon-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .coupon-card .code-badge {
    border-radius: 16px;
    background: #fffaeb;
    padding: 2px 8px;
    color: #b54708;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .coupon-card .code-brand-name {
    color: #98a2b3;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  
  .coupon-card .coupon-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .coupon-card .coupon-stats {
    gap: 24px;
  }
  .coupon-card .coupon-stat-single {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #101828;
  }
  .coupon-card .coupon-stat-single span {
    color: #475467;
  }
  .coupon-card .coupon-details {
    gap: 8px;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .coupon-card .content-wrapper {
    gap: 24px;
  }
  .light-green-background{
    background: #e7f5f5 !important;
  }
  .font-large{
    font-size: large;
  }
  .font-small{
    font-size: small;
  }
  .title-text-block {
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 20px;
    margin: 12px 0px;
  }
  
  
  .title-text-block .heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
  }
  
  .title-text-block .content p {
    margin-bottom: 16px;
    margin: 12px 0px;
    display: block;
    color: #475467;
    font-size: 17px !important;
    font-weight: 300 !important;
    line-height: 28px !important;
  }
  .title-text-block .content p:last-child {
    margin-bottom: 0;
  }
  
  .offer-column-wrapper .offer-single-column {
    padding: 20px;
    margin: 12px 0px;
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  
  .offer-column-wrapper .offer-single-column .offer-heading {
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .offer-column-wrapper .offer-single-column .price-container {
    gap: 8px;
    margin-bottom: 12px;
  }
  .offer-column-wrapper .offer-single-column .price-container .old-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: line-through;
    color: #101828;
  }
  .offer-column-wrapper .offer-single-column .price-container .new-price {
    color: #f04438;
  }
  
  .offer-column-wrapper .offer-single-column .cta-btn {
    display: block;
    text-align: center;
  }

  
  .discount-share-block,.store-content-block {
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 20px;
  }
  .discount-share-block .heading ,.store-content-block .heading{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .discount-share-block .content p , .store-content-block .content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #475467;
    margin-bottom: 12px;
  }
 
  .form-control::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .form-control::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .form-control::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .faq-wrapper .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .faq-wrapper .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .faq-wrapper {
    padding: 20px;
    margin: 12px 0px;
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  .faq-wrapper .accordion-button {
    border: 0px solid transparent;
  
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 12px 0px;
    /* padding-top: 24px;
    padding-bottom: 32px; */
  }
  .faq-wrapper .accordion-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
    padding: 12px 0px;
  }
  .faq-wrapper .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .faq-wrapper .accordion-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .faq-wrapper .accordion-item {
    border: 0px solid transparent;
    border-bottom: 1px solid #eaecf0;
  }
  .faq-wrapper .accordion-item:last-child {
    border-bottom: 0px solid #eaecf0;
  }
  .faq-wrapper .heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  .form-control {
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 14px;
  }
  .card-hd {
    padding: 20px;
    margin: 12px 0px;
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  .card-hd-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .discount-table table tr th {
    padding: 24px 16px;
  }
  .discount-table table thead tr,
  .discount-table table tbody tr {
    border: 0px solid transparent;
    border-bottom: 1px solid #eaecf0;
  }
  .discount-table table thead tr th {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #475467;
  }
  .discount-table table tbody tr th {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .discount-table table tbody tr th a {
    color: #475467;
    text-decoration: none;
  }
  .list-items .list-item {
    padding: 12px 0px;
    border-bottom: 1px solid #d0d5dd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .list-items-2 {
    margin: 16px 0px;
  }
  .list-items-2 .list-item {
    display: inline-block;
    padding: 12px 12px;
    border-bottom: 1px solid #d0d5dd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #0c605f;
    font-weight: 600;
  }
  .brands-list .brand-single {
    gap: 12px;
    margin-bottom: 16px;
  }
  .brands-list .brand-single .img-wrapper {
    border: 1px solid #98a2b3;
    background: #fff;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
  }
  .brands-list .brand-single .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .brands-list .brand-single .brand-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .brands-list .brand-single .brand-discounts {
    font-size: 14px;
    display: inline-block;
    color: #0c605f;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .posts-wrapper .post-single-item {
    gap: 12px;
    margin-bottom: 16px;
  }
  .posts-wrapper .post-single-item:last-child {
    margin-bottom: 0px;
  }
  .posts-wrapper .post-single-item .img-wrapper {
    min-width: 100px;
    height: 70px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }
  .posts-wrapper .post-single-item .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .posts-wrapper .post-single-item .post-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
  }
  .labels-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 12px 0px;
  }
  .labels-wrapper .label-single {
    border-radius: 6px;
    display: inline-block;
    background: #f2f4f7;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
    line-height: 20px;
    text-transform: capitalize;
  }
  .card-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .posts-items .cta-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #569cfb;
    margin: 0 auto;
    text-align: center;
    text-decoration: underline !important;
  
  }
  
  
  /* MEDIA QUERIES */
  /* 10244 */
  @media (min-width: 1024px)
  {
  
    .lg\:f32b {
      font-size: 32px;
      line-height: 40px;
  }
    .lg\:py-11 {
      padding-bottom: 0.9875rem !important;
      padding-top: 0.9875rem !important;
  }
  .lg\:max-w-230 {
    max-width: 230px;
  }
    /* New product css */
    .lg\:top-12 {
      top: 0.75rem;
  }
  .lg\:h-10 {
    height: 0.625rem;
  }
    .lg\:w-135 {
      width: 8.4375rem;
  }
    .lg\:mb-20 {
      margin-bottom: 1.25rem;
  }
  .lg\:-mt-16 {
    margin-top: -0.75rem !important;
  }
    .lg\:max-w-160 {
      max-width: 160px;
  }
  .lg\:mb-12 {
    margin-bottom: 0.75rem;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-h-full {
    max-height: 100%;
  }
  
    .lg\:px-10\.5 {
      padding-left: 0.65625rem;
      padding-right: 0.65625rem;
  }
  .lg\:py-8\.5 {
    padding-bottom: 0.53125rem;
    padding-top: 0.53125rem;
  }
  
    .lg\:-left-22 {
      left: -1.375rem;
  }
    .lg\:grid-cols-list-desktop_3 {
      grid-template-columns: 1fr 2.8fr 1.2fr;
  }
  .lg\:max-w-full {
    max-width: 100%;
  }
  .lg\:w-45 {
    width: 2.8125rem;
  }
  .lg\:h-45 {
    height: 2.8125rem;
  }
  .lg\:col-end-2 {
    grid-column-end: 2;
  }
  
  
  
  
    .lg\:py-16 {
      padding-bottom: 1rem;
      padding-top: 1rem;
  }
    .lg\:pt-33 {
      padding-top: 2.0625rem;
    }
    .lg\:pb-40 {
      padding-bottom: 2.5rem;
  }
  .lg\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:max-w-1024 {
    max-width: 1024px;
  }
    /* End New product css */
    .lg\:mr-12 {
      margin-right: 0.75rem;
    }
    .lg\:mb-40 {
      margin-bottom: 2.5rem;
    }
    .lg\:pb-19 {
      padding-bottom: 1.1875rem;
    }
    .lg\:pt-23 {
      padding-top: 1.4375rem;
    }
    .lg\:px-20 {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:flex-col {
        flex-direction: column;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:col-end-3 {
        grid-column-end: 3;
    }
    .lg\:col-start-1 {
        grid-column-start: 1;
    }
    .lg\:max-w-84
    .lg\:w-160 {
        width: 10rem;
    }
    .lg\:h-110 {
        height: 6.875rem;
    }
    .lg\:min-h-32 {
        min-height: 32px;
    }
    .lg\:f16b, .lg\:f16m {    
      font-size: 16px;
      line-height: 24px;
  }
  
  .lg\:f16m {
      font-weight: 500;
  }
  .lg\:justify-between {
      justify-content: space-between;
  }
  .lg\:min-h-72 {
      min-height: 72px;
  }
  .lg\:min-h-45 {
      min-height: 45px;
  }
  .lg\:f16s {
      font-weight: 600;
  }
  .lg\:f16r, .lg\:f16s {
        
      font-size: 16px;
      line-height: 24px;
  }
  .lg\:mt-8 {
      margin-top: 0.5rem;
  }
  .lg\:h-auto {
      height: auto;
  }
  .lg\:flex-row {
      flex-direction: row;
  }
  .lg\:mr-10 {
      margin-right: 0.625rem;
  }
  .lg\:mb-0 {
      margin-bottom: 0;
  }
  .lg\:f20b, .lg\:f24b {
      font-weight: 700;
      line-height: 28px;
  }
  .lg\:f18r {
      font-weight: 400;
  }
  .lg\:f18l, .lg\:f18r {
      
      font-size: 18px;
      line-height: 28px;
  }
  .lg\:f20b, .lg\:f20r {  
    font-size: 20px;
  }
  .lg\:f14m {
      font-weight: 500;
  }
  .lg\:f14l, .lg\:f14m {
      
      font-size: 14px;
      line-height: 20px;
  }
  .lg\:py-12 {
      padding-bottom: 0.75rem;
      padding-top: 0.75rem;
  }
  .lg\:block {
    display: block;
  }
  /* .bg-title::before {
    bottom: 41% !important;
  } */
  .lg\:py-28 {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }
  .lg\:max-w-1024 {
    max-width: 1024px !important;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:pb-28 {
    padding-bottom: 1.0rem;
  }
  .lg\:f32b, .lg\:f48b {
    font-family: Inter,sans-serif;
    font-weight: 700;
  }
  .lg\:f32b {
    font-size: 32px !important;
    line-height: 40px;
  }
  .lg\:w-20 {
    width: 1.25rem;
  }
  .lg\:h-20 {
    height: 1.25rem;
  }
  .lg\:mr-8 {
    margin-right: 0.5rem;
  }
  /* .lg\:-top-30 {
    top: -1.875rem;
  } */
  .lg\:-right-62 {
    right: -3.875rem;
  }
  .lg\:f14r {
    font-size: 14px;
    line-height: 20px;
  }
  .lg\:f12r, .lg\:f14r { 
    font-weight: 400;
  }
  .lg\:-bottom-50 {
    bottom: -3.125rem !important;
  }
  .lg\:w-400 {
    width: 25rem;
  }
  .lg\:py-14 {
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
  }
  .lg\:px-22 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  .lg\:rounded-br-12 {
    border-bottom-right-radius: 12px;
  }
  .lg\:min-w-158 {
    min-width: 158px;
  }
  .lg\:top-32 {
    top: 2rem;
  }
  
  .cheap-product-single .cp-rating-custom {
    left: 834px;
  }
  
  }
  
  
  @media screen and (max-width: 1024px) {
    .content-container {
      width: 37% !important;
      justify-content: center !important;
  }
  .w-35 {
    width: 16.875rem !important;
  }
  .star-container {
    max-width: 23% !important;
  }
    .coupon-card .content-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
    .offer-column-wrapper .offer-col {
      width: 49.9%;
    }
    .p-badge{width: 25%;left:18px;}
  
    .cheap-product-single .cp-rating-custom{
      left: 650px;
    }
    .offer-column-wrapper .offer-single-column {
      padding: 20px 16px;
    }
    .posts-wrapper .post-single-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .posts-wrapper .post-single-item .img-wrapper {
      width: 100%;
      height: 130px;
    }
    .main-coupon-card .img-wrapper {
      margin-left: 0px !important;
    }
    .list-items .list-item {
      font-size: 12px;
    }
    .coupon-card .coupon-stats {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 12px;
    }
  
    .coupon-card .content-wrapper .content-right,
    .coupon-card .content-wrapper .content-right .cta-btn {
      width: 100%;
      display: block;
    }
  }
    
  @media screen and (max-width: 768px) {
    .s2-deal-box-col{
      width: 48% !important;
    }
    .best__features{
      display: none;
    }
    .trust-pilot-v1
    {
      width: 60% !important;
    }
    .content-container {
      width: 100% !important;
      justify-content: center !important;
  }
  
    
    .content-wrapper {
      justify-content: flex-start !important;
    }
    .custom-align-items-center{
      align-items:flex-start !important;
    }
    .coupon-card .content-wrapper {
      gap: 12px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .coupon-card .coupon-name{
      font-size: 18px;
    }
    .py-large {
      padding: 5px 0px 30px 0;
    }
    .main-coupon-card .img-wrapper {
      margin: 0 auto !important;
    }
    .main-coupon-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .main-coupon-card {
      gap: 24px;
  }
    .coupon-card .img-wrapper {
      display: none;
    }
    .show-more-container{
      text-align: center;
    }
    .cheap-product-single .cp-col-1 .cp-number{
  
      width: 33px;
      height: 33px;
      left: -34px;
      font-size: 14px;
    }
    .cheap-product-single .cp-col-3 .cta-btn {
      max-width: 100%;
      width: 300px;
      text-align: center;
      display: block;
    }
    .sort-dropdown{
      top: 32px;
    }
    .py-7{
      /* padding-top: 0.0375rem; */
    }
    .display-flex {
      display: flow;
    }
    
    .sale-badge {
      top: 30px; /* Change the top position for tablets */
      left: 80%; /* Center the badge horizontally on tablets */
      transform: translateX(-50%); /* Center the badge horizontally on tablets */
    }
    .posts-wrapper .post-single-item {
        flex-direction: row;
        align-items: flex-start !important;
    }
    .posts-wrapper .post-single-item .img-wrapper {
      width: 100px;
      height: 70px;
    }
    /* NEW CSS */
    .blog-img-wrapper,.blog-content .img-block-img{
      height: auto;
    }
    .blog-img-wrapper img,.blog-content .img-block-img img{
      position: relative;
    }
    /* UI Change */
    /* .cheap-product-single .cp-col-1 .cp-number{
      border-radius: 100%;
    } */
    .cheap-product-single .cp-col-left{
  
      /* display:   ; */
      flex-direction: column !important;
      
    }
  
    .cheap-product-single .cp-col-1{
      width: 100%;
    }
    .cheap-product-single .cp-col-1 .img-wrapper{
      margin-left: 20px;
      margin-right: -16px;
      width: 108px;
      height: 108px;
      min-width: 108px;
      min-height: 108px;
      border-width: 0px;
  
    }
    .cheap-product-single .cp-rating-custom {
      left: 215px;
    }
    .cheap-product-single .cp-col-2{
      margin-top: -20px;
    }
    .cheap-product-single .cp-name-custom{
      text-align: left;
    }
    .cheap-product-single .btn-group{
      flex-direction: column !important;
      margin-top:0;
    }
    .hero-section .page-heading{
      font-size: 30px;
      line-height: 40px;
    }
    .cheap-product-single .cp-col-3 {
      width: 100%;
      /* flex-direction: row !important; */
      justify-content: space-between !important;
      align-items: center !important;
    }
    
    .p-badge {
      width: 60%;
      position: absolute;
      left: 25px;
      top: -26px;
      }
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    /* IMAGE RESPONSIVE FIX */
    .posts-wrapper .post-single-item .img-wrapper{
      height: auto !important;
    }
    .posts-wrapper .post-single-item .img-wrapper img{
      position: relative !important;
    }
    .sale-badge {
      top: 30px !important;
      left: 80% !important;
      transform: translateX(-50%) !important;
    }
    .posts-wrapper .post-single-item {
        flex-direction: row;
        align-items: flex-start !important;
    }
    .posts-wrapper .post-single-item .img-wrapper {
      width: 100px;
      height: 70px;
    }
  
    .main-coupon-card .coupon-name,
    .main-coupon-card .content-wrapper {
      font-size: 18px;
      line-height: 28px;
    }
    .coupon-card .img-wrapper {
      display: none;
    }
    .coupon-align-items-center {
      
      align-items:flex-start
    }
    .coupon-card .coupon-stat-single {
      font-size: 12px;
      line-height: 18px;
    }
    .coupon-card .content-right {
      width: 100%;
      display: block;
    }
    .coupon-card .cta-btn {
      display: block;
      width: 100%;
    }
    .offer-single-column .img-wrapper {
      position: relative;
      overflow: hidden;
      height: 257px;
      width: 100%;
    }
    .offer-single-column .img-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
    .faq-wrapper .accordion-body {
      padding: 0px 0px;
    }
    .discount-table table tbody tr th {
      font-size: 12px;
      line-height: 18px;
    }
    .discount-table table tr th {
      padding: 16px 2px;
    }
    .offer-column-wrapper .offer-col {
      width: 100%;
    } 
    /* Cheap Pages */
    .hero-section .hd-container {
      padding: 64px 0px;
    }
    /* .cheap-product-single {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    } */
    .single-product{
      margin-top: 20px;
    }
    /* .cheap-product-single .cp-col-left {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important;
      width: 100%;
    } */
    .cheap-product-single .cp-col-2 .cp-desc {
      position: relative;
      display: inline-block;
      word-wrap: break-word;
      overflow: hidden;
      max-height: 3.6em; /* (Number of lines you want visible) * (line-height) */
      line-height: 1.2em;
      font-size: 16px;
      font-weight: 400;
    }
  
    .cheap-product-single .cp-col-2 .cp-desc::after {
      content: "";
      position: absolute;
      right: 6px;
      bottom: 0px;
    }
    .cheap-product-single .cp-col-3 {
      /* width: 100%; */
    }
    .cheap-product-single .cp-col-3 .cta-btn {
      max-width: 100%;
      /* width: 340px; */
      text-align: center;
      display: block;
    }
    .cheap-product-single .cp-col-1 .cp-number{
  
      left: -30px;
      width: 37px;
      height: 34px;
      font-size: 14px;
    }
    .cheap-product-single .cp-col-1 .cp-rating {
      margin-top: 10px;
    }
    .related-products-section .related-product-single .img-wrapper {
      margin-left: auto;
      margin-right: auto;
    }
    .subscription-section {
      margin-bottom: 24px;
    }
  }
  /* 6400 */
  
  @media (min-width: 640px)
  {
    .sm\:f12r, .sm\:f14r {    
      font-weight: 600;
  }
  .sm\:mb-28 {
      margin-bottom: 1.75rem;
  }
  .sm\:mt-8 {
      margin-top: 0.5rem;
  }
    .sm\:mb-4 {
      margin-bottom: 0.25rem;
  }
    .sm\:mt-0 {
      margin-top: 0;
  }
    .sm\:min-h-40 {
      min-height: 40px;
  }
    .sm\:max-w-125 {
      max-width: 125px;
  }
    .sm\:justify-center {
      justify-content: center;
  }
  .sm\:w-full {
      width: 100%;
  }
  .sm\:h-160 {
      height: 10rem;
  }
  .sm\:m-0 {
      margin: 0;
  }
  .sm\:hidden {
      display: none;
  }
  .sm\:ml-auto {
      margin-left: auto;
  }
  .sm\:mb-8 {
      margin-bottom: 0.5rem;
  }
  .sm\:max-h-160 {
      max-height: 10rem;
  }
    .sm\:grid {
      display: grid;
  }
    .sm\:h-full {
      height: 100%;
  }
  .sm\:flex-col {
      flex-direction: column;
  }
  .sm\:col-span-full {
      grid-column: 1/-1;
  }
  .sm\:h-20 {
      height: 1.25rem;
  }
  .sm\:mb-0 {
      margin-bottom: 0;
  }
  .sm\:justify-between {
      justify-content: space-between;
  }
  .sm\:flex-row {
      flex-direction: row;
  }
  .sm\:gap-x-20 {
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
  }
  .sm\:top-0 {
      top: 0;
  }
  .sm\:flex {
      display: flex;
  }
  .sm\:pb-0 {
      padding-bottom: 0;
  }
  .sm\:col-end-4 {
      grid-column-end: 4;
  }
  .sm\:row-span-full {
      grid-row: 1/-1;
  }
  .sm\:col-start-3 {
      grid-column-start: 3;
  }
  .sm\:py-8 {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
  }
  .sm\:rounded-br-12 {
      border-bottom-right-radius: 12px;
  }
  .sm\:h-12 {
      height: 0.75rem;
  }
  .sm\:mb-auto {
      margin-bottom: auto;
  }
  .sm\:-mt-12 {
      margin-top: -0.75rem;
  }
  .sm\:static {
      position: static;
  }
  .sm\:h-116 {
      height: 7.25rem;
  }
  .sm\:rounded-tr-none {
      border-top-right-radius: 0;
  }
  .sm\:mr-20 {
      margin-right: 1.25rem;
  }
  .sm\:ml-16 {
      margin-left: 1rem;
  }
  .sm\:col-end-3 {
      grid-column-end: 3;
  }
  .sm\:col-start-2 {
      grid-column-start: 2;
  }
  .sm\:col-end-2 {
      grid-column-end: 2;
  }
  .sm\:col-start-1 {
      grid-column-start: 1;
  }
  .sm\:max-w-160 {
      max-width: 160px;
  }
    .sm\:grid-cols-list-tablet_3 {
      grid-template-columns: 0.75fr 2.5fr 0.75fr;
  }
    .sm\:items-center {
      align-items: center;
  }
    .sm\:py-12 {
      padding-bottom: 0.75rem;
      padding-top: 0.75rem;
  }
    .sm\:pb-40 {
        padding-bottom: 2.5rem;
    }
    .sm\:gap-y-20 {
      row-gap: 1.25rem;
  }
  .sm\:min-h-132 {
      min-height: 132px;
  }
   
  .sm\:px-16 {
      padding-left: 1rem;
      padding-right: 1rem;
  }
    .sm\:pt-32 {
      padding-top: 2rem;
  }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .sm\:pb-8 {
        padding-bottom: 0.5rem;
      }
      .sm\:px-10 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
      }
      .sm\:gap-x-12 {
          -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
        }
  
        .sm\:gap-y-24 {
          row-gap: 1.5rem;
        }
        .sm\:pt-26 {
          padding-top: 1.625rem;
      }
  
      .sm\:h-100 {
          height: 6.25rem;
      }
      .sm\:w-155 {
          width: 9.6875rem;
      }
      .sm\:max-w-60 {
          max-width: 60px;
      }
      .sm\:mb-12 {
          margin-bottom: 1.75rem;
      }
      .sm\:min-h-24 {
          min-height: 24px;
      }
      .sm\:h-auto {
          height: auto;
      }
      .sm\:max-h-full {
          max-height: 100%;
      }
      .sm\:f14r {
          font-size: 14px;
          line-height: 20px;
      }
      .sm\:relative {
          position: relative;
      }
      .sm\:f16b, .sm\:f16m {
          
          font-size: 16px;
          line-height: 24px;
      }
      .sm\:f16m {
          font-weight: 500;
      }
      .sm\:px-24 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
      /* .bg-title::before {
        bottom: 46%;
      } */
      .sm\:py-16 {
        padding-bottom: 1rem;
        padding-top: 1rem;
      }
      .sm\:max-w-608 {
        max-width: 608px;
      }
      .sm\:f24b {
        font-size: 24px;
      }
      .sm\:f20b, .sm\:f24b {  
        font-weight: 700;
        line-height: 42px;
      }
      .sm\:w-18 {
        width: 1.125rem;
      }
      /* .sm\:right-30 {
        right: 1.875rem;
      } */
      .sm\:inline-block {
        display: inline-block;
    }
    .sm\:left-98 {
      left: 6.125rem;
    }
    .sm\:-bottom-220 {
      bottom: -13.75rem;
    }
    .sm\:absolute {
      position: absolute !important;
    }
    .sm\:f14l, .sm\:f14m {
      
      font-size: 14px;
      line-height: 20px;
    }
    .sm\:f14l {
      font-weight: 300;
    }
    .sm\:max-w-20 {
      max-width: 20px;
  }
  .sm\:max-h-20 {
    max-height: 20px;
  }
  .sm\:f14s {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  
  
  }
  
  @media (max-width: 680px)
  {
    .header-top-banner a .text {
      font-size: 16px;
    }
  
    .cheap-product-single .cp-col-3 .cta-btn{
      width: 250px;
    }
  }
  
  @media (min-width:320px) and (max-width: 568px)
  {
    .header-top-banner a .text {
      font-size: 16px;
    }
  
    .cheap-product-single .cp-col-3 .cta-btn{
      width: 250px;
    }
  
    /* .cheap-product-single .cp-rating-custom{
      left: 160px;
    } */
  }
  
  
  
  
  
  @media screen and (max-width: 320px) {
    .coupon-card .coupon-stat-single {
      font-size: 10px;
      line-height: 16px;
    }
  }
  
  
/*********************************************************
    // Responsive CSS
**********************************************************/
@media (max-width: 1200px) {
 
}
/* Tablet View Responsive */
@media screen and (max-width: 1024px) {
  .search-block-full .search-block-full-body .search-block-inner:last-child {
    width: 100% !important;
    padding-bottom: 80px;
    }
  .extension-box .inner-wrapper::before{
    right: -64px;
    top: 0;
    z-index: 0;
  }
  .extension-pic{
    right: 64px;
    bottom: 0;
  }
  .extension-box .inner-wrapper .content-wrapper {
    max-width: 50%;
  }
  .header {
    padding: 0px 0px;
    border-bottom: 0px solid transparent !important;
  }
  .header .navbar {
    padding-top: 13px;
  }
  .header .navbar-nav {
    display: none !important;
  }

  .header .navbar-toggler-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .search-block {
    display: none !important;
  }
  .header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    left: 0;
  }
  .header .main-menu {
    display: none !important;
  }
  .main-menu-primary {
    display: none !important;
  }
  .header .container {
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .mobile-main-menu ul li a .store-name {
    color: #667085;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-left: 0px;
  }
  .mobile-menu-container {
    left: -100%;
    top: 70px;
    background: #fff;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            overflow-y: scroll;
  }
  .mobile-menu-container.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0%;
  }
  .mobile-menu-container .metismenu .has-arrow::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
            transform: rotate(-135deg) translate(0, -50%);
  }
  .mobile-menu-container .metismenu .mm-active > .has-arrow::after, .mobile-menu-container .metismenu .has-arrow[aria-expanded=true]::after {
    -webkit-transform: rotate(45deg) translate(0, -50%);
            transform: rotate(45deg) translate(0, -50%);
  }
  .mobile-menu-container li > a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #101828;
    width: 100%;
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid lightgray;
  }
  .mobile-menu-container li ul li a {
    color: #667085;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .mobile-menu-container .search-block {
    background: #14A09F;
    padding: 10px 16px;
    margin-top: -2px;
  }
  .mobile-menu-container .search-block input {
    border-radius: 100px;
  }
  .search-block-full {
    z-index: 1001;
  }
  .search-block-full .search-block-full-body {
    padding: 20px 0px;
    overflow-y: scroll;
    height: 90vh;
  }
  .search-block-full.open .search-block-full-body .container.three-block-list ul {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 30px;
  }
  .search-block-full .block-list ul li a .coupon-img-wrapper {
    min-width: 60px;
    min-height: 60px;
  }
  .search-block-full .search-block-full-body .container.three-block-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100% !important;
  }
  .search-block-full .search-block-full-body .container.three-block-list {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-block-full.open .search-block-full-body.three-col-layout .container.three-block-list .search-block-inner:nth-child(1) {
    width: 100%;
  }
  .search-block-full .search-block-full-body .search-block-inner {
    padding: 0px 16px;
    margin-bottom: 16px;
  }
  .block-list .heading-block {
    margin-bottom: 20px;
  }
  .search-block-full .search-block-full-body .search-block-inner {
    width: 100% !important;
  }
  .search-block-full .search-block-full-top {
    padding: 16px;
    border-bottom: 1px solid #F2F4F7;
    border-top: 1px solid #F2F4F7;
    width: 100%;
    margin-top: 72px;
    position: relative;
  }
  .search-block-full .search-block-full-top .search-block-close-btn {
    position: absolute;
    top: -60px;
    right: 12px;
  }
  .search-block-full .search-block-full-top .container {
    max-width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .search-block-full .search-block-full-top .search-input {
    width: 100%;
  }
  .hero-section {
    margin-top: 70px;
  }
  .cheap-product-single {
    grid-template-columns: 1fr;
  }
  .hd-brand-list.two-col {
    grid-template-columns: 1fr;
  }
  .related-brands .inner-block.third-half {
    width: 100%;
    border-left: 1px solid #D0D5DD;
  }
  .hd-brand-list {
    border-left: 0px solid #D0D5DD;
  }
  .hero-section .page-heading {
    margin-bottom: 0px;
  }
  .related-brands .inner-block.third-half ul {
    padding-left: 16px;
  }
}
/* Tablet Smaller */
@media screen and (max-width: 768px) {
  .step-single{
    margin-top: 20px;
  }
    .container {
    max-width: 100%;
  }
  .ai-search_container{
    flex-direction: column;
    gap: 20px;
  }
  .ai-store-scan-deals{
    width: 100%;
  }
  .ai-search_2{
    text-align: center;
    align-items: center;
  }
  .pop-coupon-box input[type=text]{
    font-size: 19px;
    width: 55% !important;
  }
  .pop-heading{
    font-size: 29px;
  }
  .trustpilot-widget {
    width: 50% !important;
}
  .contc-col-1 {
    width: 100%;
}
.contc-col-2 {
  width: 100%;
  margin-top: 15px;
  padding: 20px;
}
.contact-sec-mdl{
  margin-top: 30px;
}
.page-section h1,.blog-section h1{
  font-size: 2rem;
}
  .popular-brands .block-top .block-heading{
    font-size: 24px;
    font-weight: bold;
  }
  .category-stats_section
{
  display:flex;
  flex-direction:column;
  gap:20px;
  padding-bottom:40px

}
  .stats-grid .img-wrapper{
    margin-bottom: 20px;
  }
  .extension-box .inner-wrapper::before{
    right: -30%;
    top: 0;
    z-index: 0;
  }
  .extension-pic{
    right: 0px;
    bottom: 0;
  }
  .extension-box .inner-wrapper .content-wrapper {
    max-width: 50%;
  }

  .stores-section{
    margin-top: 20px;
  }
  /* .blog-section{
    margin-top: 50px;
  } */
  .hero-section .block-title {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-section .content-wrapper p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .hero-section .tick-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-section .tick-list li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
  }
  .tick-list li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Crect x='0.5' width='20' height='20' rx='10' fill='%23D0ECEC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7464 6.15835L8.77969 11.9167L7.19635 10.225C6.90469 9.95002 6.44635 9.93335 6.11302 10.1667C5.78802 10.4084 5.69635 10.8334 5.89635 11.175L7.77135 14.225C7.95469 14.5084 8.27135 14.6834 8.62969 14.6834C8.97135 14.6834 9.29635 14.5084 9.47969 14.225C9.77969 13.8334 15.5047 7.00835 15.5047 7.00835C16.2547 6.24169 15.3464 5.56669 14.7464 6.15002V6.15835Z' fill='%2314A09F'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
  }
  .category-grid-block .block-top, .block-top {
    margin-bottom: 20px;
  }
  .category-grid-block .block-top .block-heading, .block-top .block-heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0px !important;
  }
  .category-grid-block .block-top a, .block-top a {
    font-size: 14px;
    line-height: 20px;
  }
  .category-grid-block .block-body .category-single {
    margin-bottom: 12px;
  }
  .category-grid-block {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .category-grid-block .block-body .category-single .content-wrapper p {
    font-size: 12px;
    line-height: 18px;
    min-height: 40px;
    font-weight: 500;
  }
  .category-grid-block .block-body .category-single .icon-wrapper {
    width: 54px;
    height: 54px;
    top: 110px;
  }
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .latest-deals-grid .deal-single-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .latest-deals-grid .deal-single-card .img-wrapper, .latest-deals-grid .deal-single-card .img-wrapper img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .stats-grid .stats-single {
    margin-bottom: 40px;
    grid-template-rows: 60px 1fr;
  }
  .stats-grid .stats-single .img-group img {
    width: auto;
    max-width: 100%;
  }
  .category-grid-block .block-body .category-single .content-wrapper {
    padding: 16px 12px 12px 12px;
  }
  .footer {
    padding: 48px 0px;
    padding-bottom: 0px;
  }
  .footer .footer-col:first-child {
    margin-top: 38px;
  }
  .footer .footer-col ul {
    margin-bottom: 32px;
  }
  .footer .footer-col .text-right {
    text-align: center;
  }
  .footer .footer-bottom .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer-bottom .content-wrapper p {
    margin-bottom: 24px;
  }
  .footer .footer-bottom .content-wrapper {
    /* padding-top: 48px; */
  }
  .footer .footer-bottom {
    padding-bottom: 48px;
  }
  .category-grid-block {
    overflow: hidden !important;
  }
  .category-section_grid {
    padding-bottom: 24px;
  }
  .category-section_grid .heading-block {
    display: none;
  }
  .category-section_grid ul.category-list {
    margin-bottom: 48px;
  }
  .hero-section-left .container-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .hero-section-left .block-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 16px;
  }
  .pagination {
    padding-top: 0px;
  }
  .pagination .container {
    padding-top: 16px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 16px;
    margin-right: 16px;
  }
  .pagination .prev-btn button, .pagination .next-btn button {
    width: 36px;
    height: 36px;
    padding: 0px !important;
  }
  .pagination .prev-btn button span, .pagination .next-btn button span {
    display: none;
  }
  .pagination .prev-btn button:before, .pagination .next-btn button:before {
    top: 8px;
    left: 8px;
  }
  .pagination .next-btn button:before {
    top: 8px;
    right: 8px;
  }
  .pagination ul.numbers-list {
    display: none !important;
  }
  .pagination .mobile-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    gap: 4px;
  }
  .pagination .mobile-pagination .page-no {
    font-weight: 600;
  }
  .image-content-block {
    padding: 48px 0px;
  }
  .image-content-block .content-wrapper .block-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .image-content-block .content-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .image-content-block .block-img {
    margin-top: 40px;
  }
  .image-content-block .tick-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .extension-box .inner-wrapper .content-wrapper {
    max-width: 50%;
  }
  .extension-box .inner-wrapper{
    padding: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: 610px;
  }
  .extension-box .inner-wrapper .content-wrapper{
    max-width: 100%;
  }
  .extension-box .title{
    font-size: 30px;
    line-height: 38px;
  }
  .extension-box p{
    font-size: 16px;
    line-height: 19px;
  }
  .extension-box .inner-wrapper::before{
    content: '';
    width: 100%;
    height: 40%;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='768' height='668' viewBox='0 0 768 668' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_34_2)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M851.139 558.953C934.372 388.153 766.162 4.61322 354.178 116.418C350.197 117.498 345.754 118.817 340.878 120.265C277.098 139.2 138.692 180.291 -17.9126 0L-17.9126 703.273H926.974V555.338L851.139 558.953Z' fill='%2343B3B2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_34_2'%3E%3Crect width='768' height='667.939' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    right: auto;
    top: auto;
    left: 0px;
    bottom: 0px;
  }
  .category-grid-block .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .promo-section p{
    font-size: 16px;
    line-height: 19.36px;
	}

  .store-collection-section .store-alphabet-list ul {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
  .popular-brands .brands-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
  .popular-brands .brands-grid-wrapper .brand-single-card {
    padding: 8.937px;
  }
  .popular-brands {
    padding-top: 48px;
  }
  .store-collection-section {
    padding-top: 32px;
  }
  .category-section_grid .category-section_grid-inner {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 12px;
  }
  .category-section_grid .category-section_grid-inner .category-single-card {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category-section_grid .category-section_grid-inner .category-single-card .image-wrapper {
    width: 100%;
    max-width: 59px;
    height: 59px;
  }
  .category-section_grid .category-section_grid-inner .category-single-card .content-wrapper > a {
    display: none;
  }
  .category-section_grid .category-section_grid-inner .category-single-card .category-single-card_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: auto;
    gap: 16px;
  }
  .category-section_grid .category-section_grid-inner .category-single-card .category-single-card_mobile > a {
    display: block;
  }
  .category-section_grid .category-section_grid-inner .category-single-card .category-single-card_mobile .heading-card {
    color: #101828;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .cheap-product-single .cp-col-3 .cp-attr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cheap-product-single .cp-col-3 .cp-desc {
    display: block !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left !important;
  }
  .cheap-product-single .cp-col-2 .cp-attr, .cheap-product-single .cp-col-2 .cp-desc {
    display: none !important;
  }
  .cheap-product-single .cp-col-1 .img-wrapper {
    width: 133px;
    height: 133px;
    min-width: 133px;
    min-height: 133px;
  }
  .cheap-product-single .cp-col-left {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .cheap-product-single .cp-col-3 {
    gap: 24px;
  }
  .hd-brand-list.two-col {
    grid-template-columns: 1fr;
  }
  .related-brands .card-hd, .related-brands .inner-block.third-half {
    width: 100%;
  }
  .related-brands .card-hd {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .related-brands .inner-block.third-half .block-title {
    padding-left: 0px;
    width: 100%;
  }
  .hd-brand-list {
    margin-bottom: 40px;
    border-left: 0px solid #D0D5DD;
    padding-left: 0px;
    width: 100%;
  }
  .hero-section .hd-container .updates-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .section{
    padding:50px 0px 6px 0
  }

  .hero-section .hd-container {
    padding: 64px 0px !important;
  }
  .related-brands .inner-block .block-title {
    margin-bottom: 32px;
  }
  .related-brands .inner-block.third-half {
    width: 100%;
    border-left: 0px solid #D0D5DD;
  }
  .related-brands .inner-block.third-half ul {
    padding-left: 0px !important;
  }
  .categories-grid-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pd-m {
    padding: 0px 0px;
  }
}

@media screen and (max-width: 1336px){.main-menu-primary .navbar-nav li a{
  font-size: 14px;
  }}
  @media screen and (max-width: 1155px){.main-menu-primary .navbar-nav li a{
    font-size: 11px;
    }}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.header-heydiscount{
   
    background-color: #ffffff;
}
.header-heydiscount .header-topbar{
    padding-top: 16px;
    padding-bottom: 16px;
}
.search-block {
    position: relative;
    margin-bottom: 0px;
  }
  
  .header-heydiscount .search-block input, .mobile-menu-container  .search-block input{
    padding: 10px 14px;
    border-radius: 100px;
    border: 1px solid rgba(244,244,244,1);
    background: #fff;
    padding-left: 36px;
    position: relative;
    color: #667085;
    box-shadow: 0 2px 5px 1px #40423429;
    border-radius: 4px !important;
    max-width: 22rem;
  }
  .mobile-menu-container  .search-block input{
    max-width: 100%;
  }
  
  .header-heydiscount .search-block.has-seach-icon::before, .mobile-menu-container .search-block.has-seach-icon::before{
    content: "";
    position: absolute;
    left: 14px;
    top: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.5 17.5L14.5834 14.5833M16.6667 9.58333C16.6667 13.4954 13.4954 16.6667 9.58333 16.6667C5.67132 16.6667 2.5 13.4954 2.5 9.58333C2.5 5.67132 5.67132 2.5 9.58333 2.5C13.4954 2.5 16.6667 5.67132 16.6667 9.58333Z' stroke='%23667085' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    display: block;
    z-index: 2;
  }

  .mobile-menu-container .search-block.has-seach-icon::before{
    left: 24px;
    top: 23px;
  }
  
  .header-heydiscount .search-block input:focus, .mobile-menu-container .search-block input:focus{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .header-heydiscount .search-block input::-ms-input-placeholder, .mobile-menu-container .search-block input::-ms-input-placeholder{ /* Edge 12-18 */
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  
  .header-heydiscount .search-block input::-webkit-input-placeholder, .mobile-menu-container .search-block input::-webkit-input-placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  
  .header-heydiscount .search-block input::-moz-placeholder, .mobile-menu-container .search-block input::-moz-placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  
  .header-heydiscount .search-block input:-ms-input-placeholder, .mobile-menu-container .search-block input:-ms-input-placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  
  .header-heydiscount .search-block input::placeholder, .mobile-menu-container .search-block input::placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  
.search-block-full{
    height: 70vh;
    left: 0px;
    top: 0%;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    z-index: -1;
    -webkit-transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.search-block-full.open{
    top: 0px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.search-block-full .search-block-full-top .search-input input{
    border-width: 0px;
    border-bottom-width: 1px;
    border-radius: 0px;
}
.search-block-full .search-block-full-top .search-input input::-ms-clear {
    display: none;
 }
.search-block-full .search-block-full-top .search-input{
    width: 100%;
}
.search-block-full .search-block-full-top{
    border-width: 0px;
}
.search-block-full .search-block-full-top .search-input.has-clear-icon::after{
    display: none;
}
.search-block-full .search-block-full-top .search-block-close-btn{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_77_42)'%3E%3Cpath d='M7 17.0001L16.8995 7.10059' stroke='%2340423F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7L16.8995 16.8995' stroke='%2340423F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_77_42'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.header-heydiscount .navbar-nav li a{
    color: #212529 !important;
    font-weight: 500;
}
.header-heydiscount .navbar-nav li a:hover{
    color: #137172 !important;
    font-weight: 500;
}
.header-heydiscount .desktop-main-menu {
    background-color: rgba(249, 245, 243, 1 );
    border-color: rgb(207, 207, 206, 1);
    padding: 0px 0px;
}
.header-heydiscount .desktop-main-menu .navbar-nav{
    padding: 0px !important;
    margin: 0px !important;
    margin: 0 auto !important;
}
.header-heydiscount .desktop-main-menu .navbar-nav li .nav-link{
    padding: 12px 0px;
}
.header-heydiscount .desktop-main-menu .navbar-nav li.nav-item{
    margin-right: 16px;
}
.header-heydiscount .desktop-main-menu .navbar-nav .dropdown-item{
    padding: 10px 16px;
    font-weight: normal;
}
.header-heydiscount .desktop-main-menu .navbar-nav .dropdown-item:hover{
    background: #F2F4F7;
}
.header-heydiscount .navbar-nav .dropdown-menu {
    position: absolute;
    background: #FFF;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06));
}
.header-heydiscount .navbar-nav .dropdown-toggle::after{
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.4714 9.80465C8.21107 10.065 7.78893 10.065 7.5286 9.80465L4.19526 6.47133C3.93491 6.21097 3.93491 5.78887 4.19526 5.52851C4.45561 5.26817 4.87772 5.26817 5.13807 5.52851L8 8.39045L10.8619 5.52851C11.1223 5.26817 11.5444 5.26817 11.8047 5.52851C12.0651 5.78887 12.0651 6.21097 11.8047 6.47133L8.4714 9.80465Z' fill='black'/%3E%3C/svg%3E%0A");
}

.header-heydiscount .navbar-nav li a{ font-size: 14px; }

.header-heydiscount .navbar-nav .nav-item.dropdown:last-child .dropdown-menu , .header-heydiscount .navbar-nav .nav-item.dropdown:nth-last-child(2) .dropdown-menu{
    right: -12px;
}

.humburger-icon{
    border: 1px solid #212529;
    border-radius: 4px;
}
.humburger-icon .line{
    background: #212529;
}

.mobile-menu-container.open{
    display: block;
}

.mobile-main-menu li{
    border-bottom: 1px solid rgba(243,243,243,1);
}

.mobile-main-menu.metismenu .has-arrow::after {
    right: 18px;
}
.mobile-main-menu.metismenu li ul{
    background: #fafafa;
    padding-left: 8px;
}

.search-block-full.open{
    z-index: 1111;
}

.search-block-full-body::-webkit-scrollbar{
    width: 5px;
    border-radius: 30px; }
  .search-block-full-body::-webkit-scrollbar-track {
    background: #EAEAEA;
    border-radius: 30px; }
  .search-block-full-body::-webkit-scrollbar-thumb {
    background: #A7A7A7;
    border-radius: 12px; }
  .search-block-full-body::-webkit-scrollbar-thumb:hover {
    background: #A7A7A7; }

    .search-block-full::-webkit-scrollbar { 
        display: none;  
      } 

@media all and (min-width: 992px) {
	.header-heydiscount .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.header-heydiscount .navbar .nav-item:hover .nav-link{ color: #fff;  }
	.header-heydiscount .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.header-heydiscount .navbar .dropdown-menu.fade-up{ top:180%;  }
	.header-heydiscount .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
@media screen and (max-width: 1600px){
    .desktop-main-menu .navbar-nav{ gap: 14px !important; margin: 0 auto; }
}

@media screen and (max-width: 1440px){
    .desktop-main-menu .navbar-nav{ gap: 14px !important; margin: 0 auto; }
    .desktop-main-menu .container{ max-width: 100% !important; }
    .header-heydiscount .desktop-main-menu .navbar-nav .dropdown-item { padding: 8px 16px; }
}

@media screen and (max-width: 1200px){
    .header {
        padding: 0px 0px;
        border-bottom: 0px solid transparent !important;
      }
      .header .navbar {
        padding-top: 13px;
      }
      .header .navbar-nav {
        display: none !important;
      }
    
      .header .navbar-toggler-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
      .header .search-block {
        display: none !important;
      }
      .header {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0px;
        left: 0;
      }
      .header .main-menu {
        display: none !important;
      }
      .main-menu-primary {
        display: none !important;
      }
      .header .container {
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
      }
      .mobile-main-menu ul li a .store-name {
        color: #667085;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        margin-left: 0px;
      }
      .mobile-menu-container {
        left: -100%;
        top: 70px;
        background: #fff;
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 999;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
      .mobile-menu-container.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0%;
      }
      .mobile-menu-container .metismenu .has-arrow::after {
        -webkit-transform: rotate(-135deg) translate(0, -50%);
                transform: rotate(-135deg) translate(0, -50%);
      }
      .mobile-menu-container .metismenu .mm-active > .has-arrow::after, .mobile-menu-container .metismenu .has-arrow[aria-expanded=true]::after {
        -webkit-transform: rotate(45deg) translate(0, -50%);
                transform: rotate(45deg) translate(0, -50%);
      }
      .mobile-menu-container li > a {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        color: #101828;
        width: 100%;
        display: block;
        padding: 12px 16px;
      }
      .mobile-menu-container li ul li a {
        color: #667085;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
      }
      .mobile-menu-container .search-block {
        background: #14A09F;
        padding: 10px 16px;
        margin-top: -1px;
      }
      .mobile-menu-container .search-block input {
        border-radius: 100px;
      }
      .search-block-full {
        z-index: 1001;
      }
      .search-block-full .search-block-full-body {
        padding: 20px 0px;
        overflow-y: scroll;
        height: 90vh;
      }
      .search-block-full.open .search-block-full-body .container.three-block-list ul {
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 30px;
      }
      .search-block-full .block-list ul li a .coupon-img-wrapper {
        min-width: 60px;
        min-height: 60px;
      }
      .search-block-full .search-block-full-body .container.three-block-list {
        padding-left: 0px !important;
        padding-right: 0px !important;
        max-width: 100% !important;
      }
      .search-block-full .search-block-full-body .container.three-block-list {
        gap: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
      .search-block-full.open .search-block-full-body.three-col-layout .container.three-block-list .search-block-inner:nth-child(1) {
        width: 100%;
      }
      .search-block-full .search-block-full-body .search-block-inner {
        padding: 0px 16px;
        margin-bottom: 16px;
      }
      .block-list .heading-block {
        margin-bottom: 20px;
      }
      .search-block-full .search-block-full-body .search-block-inner {
        width: 100% !important;
      }
      .search-block-full .search-block-full-top {
        padding: 16px;
        border-bottom: 1px solid #F2F4F7;
        border-top: 1px solid #F2F4F7;
        width: 100%;
        margin-top: 72px;
        position: relative;
      }
      .search-block-full .search-block-full-top .search-block-close-btn {
        position: absolute;
        top: -60px;
        right: 12px;
      }
      .search-block-full .search-block-full-top .container {
        max-width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
      }
      .search-block-full .search-block-full-top .search-input {
        width: 100%;
      }
    .desktop-main-menu{
        display: none;
    }
    .search-block-full{
        height: 100vh;
    }
    .hero-section {
        margin-top: 0px !important;
    }
    .mobile-menu-container .search-block {
        background: rgb(249,245,243) !important;
        padding: 10px 16px;
        margin-top: 0px !important;
    }
    .mobile-menu-container li ul li a{
        font-size: 14px !important;
        line-height: 1.3rem !important;
        font-weight: normal !important;
    }
    .search-block-full .search-block-full-top{
        margin-top: 16px !important;
        border-width: 0px !important;
    }
    .search-block-full .search-block-full-top .search-block-close-btn{
        top: 6px !important;
        right: 16px !important;
    }
    .mobile-menu-container li > a{
        font-weight: 500 !important;
    }
    .header-heydiscount .site-logo.col-3{
        width: 50% !important;
    }
}



.hero-image-slider .swiper {
    width: 100%;
    height: 100%;
    
  }
  .hero-image-slider .swiper-wrapper{
    padding: 24px 0px;
    padding-bottom: 56px;
  }

  .hero-image-slider{
    background: #f2fbfa;
    /* background: #d8fffa; */
  }

  /* .hero-image-slider .swiper-slide {
    width: 50%;
  } */
  .hero-image-slider .swiper-wrapper{
    display: none;
  }

  .hero-image-slider .swiper-slide img{
    max-width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: .5;
    overflow: hidden;
    box-shadow: 0px 1px 5px 1px rgba(64,66,63,.16);
    transition: opacity .1s linear .1s;
  }
  .hero-image-slider .swiper-slide.swiper-slide-active img{
    opacity: 1;
  }

  .hero-image-slider .swiper-pagination{
    bottom: 24px;
  }
  .hero-image-slider .swiper-pagination-bullet-active{
    background: #319b9b; 
  }

  /* .hero-image-slider .swiper-pagination-bullet{
    background: #77d1cd; 
  } */


  /* Features Section */
  .feature-section{
    background: #d4f3ef;
    padding: 8px 0px;
    margin-top: 20px;
  }
  .feature-section .row{
    max-width: 75%;
    margin: 0 auto;
  }
  .feature-section .feature-single .icon-wrapper {
    min-width: 56px;
    min-height: 56px;
    background: #fff;
    border-radius: 100%;
  }
  .feature-section .feature-single  .title{
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .feature-section .feature-single  .text{
    font-size: 12px;
    line-height: 20px;
  }
  .hero-image-slider .swiper-button-next:after, .hero-image-slider .swiper-button-prev:after{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
  }

  .hero-image-slider .swiper-button-prev:after, .hero-image-slider .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    min-width: 40px;
    min-height: 40px;
    background: #51b9b8;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .hero-image-slider .swiper-button-next:after, .hero-image-slider .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    min-width: 40px;
    min-height: 40px;
    background: #51b9b8;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  /* new dynamic slider css */

  .banners-slider .swiper-slide{
    height: 300px;
   }
   .banners-slider .banner-wrapper{
     height: 100%;
     width: 100%;
     box-shadow: 0px 1px 5px 1px rgba(64, 66, 63, .16);
     border-radius: 27px;
     position: relative;
     overflow: hidden;
   }
   .banners-slider .banner-wrapper .dynamic-image{
     height: 300px;
   }
   .banners-slider .swiper-slide img{
     box-shadow: none !important;
   }
   .banners-slider .banner-style-1{
     background: #000;
     color: #fff;
   }
   .banners-slider .banner-style-1 .content-wrapper{
     position: relative;
     z-index: 2;
   }
   .banners-slider .banner-style-1 .content-wrapper .icon-wrapper{
     position: relative;
     min-width: 90px;
     max-width: 90px;
     height: 90px;
     border-radius: 100%;
   }
   .banners-slider .banner-style-1 .content-wrapper .icon-wrapper img{
     z-index: 1;
     position: relative;
   }
   .banners-slider .banner-style-1 .content-wrapper .icon-wrapper::before{
     content:"";
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='124' height='124' viewBox='0 0 124 124' fill='none'%3E%3Cg clip-path='url(%23clip0_95_4062)'%3E%3Cmask id='mask0_95_4062' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='124' height='124'%3E%3Cpath d='M0.211914 0.224121H123.749V123.761H0.211914V0.224121Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_95_4062)'%3E%3Cpath d='M118.869 37.9451C115.773 30.5855 111.319 24.0043 105.663 18.3099C100.01 12.6564 93.3877 8.20307 86.0306 5.10404C78.4013 1.88931 70.3066 0.224121 61.9806 0.224121C53.6545 0.224121 45.56 1.85075 37.9305 5.10404C30.5733 8.20307 23.9897 12.6564 18.2977 18.3099C12.6827 24.0043 8.22939 30.5855 5.09182 37.9451C1.87711 45.5746 0.211914 53.667 0.211914 61.9926C0.211914 70.321 1.87711 78.4134 5.09182 86.0431C8.19085 93.4002 12.6442 99.9838 18.2977 105.678C23.9511 111.332 30.5733 115.785 37.9305 118.884C45.56 122.096 53.6545 123.761 61.9806 123.761C70.3066 123.761 78.4013 122.135 86.0306 118.884C93.3877 115.785 99.9713 111.332 105.663 105.678C111.319 100.022 115.773 93.4002 118.869 86.0431C122.084 78.4134 123.749 70.321 123.749 61.9926C123.749 53.667 122.122 45.5746 118.869 37.9451ZM117.05 85.2694C114.028 92.3953 109.731 98.7836 104.271 104.244C98.81 109.705 92.4189 114.043 85.293 117.024C77.8974 120.161 70.0753 121.749 62.019 121.749C53.9654 121.749 46.1408 120.161 38.7451 117.024C31.6192 114.004 25.2283 109.705 19.77 104.244C14.3094 98.7836 9.97173 92.3953 6.98833 85.2694C3.85316 77.8711 2.26509 70.0489 2.26509 61.9926C2.26509 53.9391 3.85316 46.1169 6.98833 38.7187C10.0103 31.5928 14.3094 25.2044 19.77 19.7437C25.2283 14.283 31.6192 9.94536 38.7451 6.96441C46.1408 3.82681 53.9654 2.23873 62.019 2.23873C70.0753 2.23873 77.8974 3.82681 85.293 6.96441C92.4189 9.9839 98.81 14.283 104.271 19.7437C109.731 25.2044 114.069 31.5928 117.05 38.7187C120.187 46.1169 121.775 53.9391 121.775 61.9926C121.775 70.0489 120.187 77.8711 117.05 85.2694ZM97.1447 26.831C92.5757 22.2596 87.2692 18.6979 81.3435 16.1796C75.1866 13.5866 68.6798 12.2684 61.9806 12.2684C55.2813 12.2684 48.7746 13.5866 42.6176 16.1796C36.6919 18.6979 31.3878 22.2596 26.8164 26.831C22.2474 31.4 18.6856 36.7065 16.1674 42.6298C13.572 48.7871 12.2562 55.2934 12.2562 61.9926C12.2562 68.6946 13.572 75.1986 16.1674 81.3584C18.6856 87.2817 22.2474 92.5878 26.8164 97.1568C31.3878 101.726 36.6919 105.29 42.6176 107.808C48.7746 110.401 55.2813 111.719 61.9806 111.719C68.6798 111.719 75.1866 110.401 81.3435 107.808C87.2692 105.29 92.5757 101.726 97.1447 97.1568C101.714 92.5878 105.278 87.2817 107.794 81.3584C110.389 75.1986 111.705 68.6946 111.705 61.9926C111.705 55.2934 110.389 48.7871 107.794 42.6298C105.278 36.7065 101.714 31.4 97.1447 26.831ZM105.974 80.582C103.574 86.2744 100.126 91.388 95.7493 95.7641C91.3732 100.14 86.2619 103.586 80.5699 105.987C74.6827 108.466 68.4101 109.744 61.9806 109.744C55.5511 109.744 49.2784 108.466 43.3912 105.987C37.6991 103.586 32.5879 100.14 28.2117 95.7641C23.8354 91.388 20.3894 86.2744 17.9868 80.582C15.5095 74.6952 14.2323 68.4221 14.2323 61.9926C14.2323 55.5659 15.5095 49.2905 17.9868 43.4058C20.3894 37.7114 23.8354 32.6001 28.2117 28.2239C32.5879 23.8477 37.6991 20.4016 43.3912 18.0014C49.2784 15.5217 55.5511 14.2445 61.9806 14.2445C68.4101 14.2445 74.6827 15.5217 80.5699 18.0014C86.2619 20.4016 91.3732 23.8477 95.7493 28.2239C100.126 32.6001 103.574 37.7114 105.974 43.4058C108.452 49.2905 109.731 55.5659 109.731 61.9926C109.731 68.4221 108.452 74.6952 105.974 80.582ZM88.6234 35.3497C85.1774 31.9037 81.1506 29.1927 76.6588 27.2961C72.0102 25.3201 67.0535 24.3128 61.9806 24.3128C56.9077 24.3128 51.9509 25.3201 47.3023 27.2961C42.8104 29.1927 38.7836 31.9037 35.3375 35.3497C31.8915 38.7958 29.1804 42.825 27.2815 47.3171C25.3078 51.9629 24.3005 56.9202 24.3005 61.9926C24.3005 67.0678 25.3078 72.025 27.2815 76.6709C29.1804 81.1631 31.8915 85.1899 35.3375 88.6383C38.7836 92.0843 42.8104 94.7952 47.3023 96.6918C51.9509 98.6679 56.9077 99.6752 61.9806 99.6752C67.0535 99.6752 72.0102 98.6679 76.6588 96.6918C81.1506 94.7952 85.1774 92.0843 88.6234 88.6383C92.0719 85.1899 94.7832 81.1631 96.6797 76.6709C98.6559 72.025 99.6608 67.0678 99.6608 61.9926C99.6608 56.9202 98.6559 51.9629 96.6797 47.3171C94.7832 42.825 92.0719 38.7958 88.6234 35.3497ZM94.8605 75.8973C93.0768 80.1558 90.4839 83.9512 87.2308 87.2428C83.9387 90.5348 80.1433 93.0916 75.8829 94.8725C71.468 96.7306 66.7833 97.6991 61.9806 97.6991C57.1779 97.6991 52.4932 96.7691 48.0782 94.8725C43.8177 93.0916 40.0223 90.4964 36.7304 87.2428C33.4386 83.9512 30.8842 80.1558 29.1009 75.8973C27.2429 71.4828 26.2742 66.7958 26.2742 61.9926C26.2742 57.1922 27.2044 52.5052 29.1009 48.0907C30.8842 43.8323 33.4771 40.0369 36.7304 36.745C40.0223 33.4532 43.8177 30.8964 48.0782 29.1155C52.4932 27.2552 57.1779 26.2888 61.9806 26.2888C66.7833 26.2888 71.468 27.2166 75.8829 29.1155C80.1433 30.8964 83.9387 33.4918 87.2308 36.745C90.5228 40.0369 93.0768 43.8323 94.8605 48.0907C96.7181 52.5052 97.687 57.1922 97.687 61.9926C97.687 66.7958 96.7566 71.4828 94.8605 75.8973ZM61.9806 36.357C47.8446 36.357 36.3449 47.8594 36.3449 61.9926C36.3449 76.1286 47.8446 87.631 61.9806 87.631C76.1166 87.631 87.6185 76.1286 87.6185 61.9926C87.6185 47.8594 76.1166 36.357 61.9806 36.357ZM61.9806 85.6549C48.9291 85.6549 38.3185 75.0445 38.3185 61.9926C38.3185 48.9435 48.9291 38.3331 61.9806 38.3331C75.032 38.3331 85.6428 48.9435 85.6428 61.9926C85.6428 75.0445 75.032 85.6549 61.9806 85.6549Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_95_4062'%3E%3Crect width='124' height='124' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
     width: 124px;
     height: 124px;
     display: block;
     position: absolute;
     top: -17px;
     left: -17px;
     z-index: 0;
   }
   
   
   .banners-slider .banner-style-1::after{
     content: "";
     position: absolute;
     top: 0;
     left: 0px;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.21);
     z-index: 1;
   }
   
   .banners-slider .banner-wrapper .vector-decorative{
     position: absolute; 
     z-index: 0;
     max-width: 100%;
     height: auto;
     border-radius: 0px;
     height: auto !important;
   }
   .banners-slider .banner-style-1 .vector-decorative.vd-1{
     right: 0px;
     top: 0px;
   }
   
   .banners-slider .banner-style-1 .vector-decorative.vd-2{
     right: 0px;
     bottom: 0px;
   }
   
   .banners-slider .banner-style-1 .title{
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 0px;
     line-height: 36px;
   }
   
   .banners-slider .banner-style-1 .content{
     max-width: 300px;
     padding-left: 24px;
   }
   
   .banners-slider .banner-style-1 .content a{
     background: #14A09F;
     padding: 12px 24px;
     border-radius: 16px;
     font-weight: 18px;
     font-weight: bold;
     color: #fff;
     margin-top: 16px;
     display: inline-block;
   }
   
   .banners-slider .banner-style-2{
     position: relative;

   }

   .banners-slider .banner-style-2 .content .title{
    color:Black
    
  }
   
   .banners-slider .banner-style-2::before{
     content: "";
     width: 70%;
     background: linear-gradient(270deg, #7ED957 0%, #7DD957 0.39%, #7CD957 0.78%, #7CD957 1.17%, #7BD857 1.56%, #7AD857 1.95%, #79D857 2.34%, #79D857 2.73%, #78D858 3.13%, #77D858 3.52%, #76D758 3.91%, #76D758 4.3%, #75D758 4.69%, #74D758 5.08%, #73D758 5.47%, #73D758 5.86%, #72D758 6.25%, #71D658 6.64%, #70D658 7.03%, #70D658 7.42%, #6FD658 7.81%, #6ED658 8.2%, #6DD659 8.59%, #6DD559 8.98%, #6CD559 9.38%, #6BD559 9.77%, #6AD559 10.16%, #6AD559 10.55%, #69D559 10.94%, #68D459 11.33%, #67D459 11.72%, #67D459 12.11%, #66D459 12.5%, #65D459 12.89%, #64D459 13.28%, #64D459 13.67%, #63D35A 14.06%, #62D35A 14.45%, #61D35A 14.84%, #61D35A 15.23%, #60D35A 15.63%, #5FD35A 16.02%, #5ED25A 16.41%, #5ED25A 16.8%, #5DD25A 17.19%, #5CD25A 17.58%, #5BD25A 17.97%, #5BD25A 18.36%, #5AD25A 18.75%, #59D15A 19.14%, #58D15B 19.53%, #58D15B 19.92%, #57D15B 20.31%, #56D15B 20.7%, #55D15B 21.09%, #55D05B 21.48%, #54D05B 21.88%, #53D05B 22.27%, #52D05B 22.66%, #52D05B 23.05%, #51D05B 23.44%, #50D05B 23.83%, #4FCF5B 24.22%, #4FCF5B 24.61%, #4ECF5C 25%, #4DCF5C 25.39%, #4CCF5C 25.78%, #4CCF5C 26.17%, #4BCE5C 26.56%, #4ACE5C 26.95%, #49CE5C 27.34%, #49CE5C 27.73%, #48CE5C 28.13%, #47CE5C 28.52%, #46CE5C 28.91%, #46CD5C 29.3%, #45CD5C 29.69%, #44CD5C 30.08%, #43CD5D 30.47%, #43CD5D 30.86%, #42CD5D 31.25%, #41CC5D 31.64%, #40CC5D 32.03%, #40CC5D 32.42%, #3FCC5D 32.81%, #3ECC5D 33.2%, #3DCC5D 33.59%, #3CCB5D 33.98%, #3CCB5D 34.38%, #3BCB5D 34.77%, #3ACB5D 35.16%, #39CB5D 35.55%, #39CB5E 35.94%, #38CB5E 36.33%, #37CA5E 36.72%, #36CA5E 37.11%, #36CA5E 37.5%, #35CA5E 37.89%, #34CA5E 38.28%, #33CA5E 38.67%, #33C95E 39.06%, #32C95E 39.45%, #31C95E 39.84%, #30C95E 40.23%, #30C95E 40.63%, #2FC95E 41.02%, #2EC95F 41.41%, #2DC85F 41.8%, #2DC85F 42.19%, #2CC85F 42.58%, #2BC85F 42.97%, #2AC85F 43.36%, #2AC85F 43.75%, #29C75F 44.14%, #28C75F 44.53%, #27C75F 44.92%, #27C75F 45.31%, #26C75F 45.7%, #25C75F 46.09%, #24C75F 46.48%, #24C660 46.88%, #23C660 47.27%, #22C660 47.66%, #21C660 48.05%, #21C660 48.44%, #20C660 48.83%, #1FC560 49.22%, #1EC560 49.61%, #1EC560 50%, #1DC560 50.39%, #1CC560 50.78%, #1BC560 51.17%, #1BC460 51.56%, #1AC460 51.95%, #19C461 52.34%, #18C461 52.73%, #18C461 53.13%, #17C461 53.52%, #16C461 53.91%, #15C361 54.3%, #15C361 54.69%, #14C361 55.08%, #13C361 55.47%, #12C361 55.86%, #12C361 56.25%, #11C261 56.64%, #10C261 57.03%, #0FC261 57.42%, #0FC262 57.81%, #0EC262 58.2%, #0DC262 58.59%, #0CC262 58.98%, #0CC162 59.38%, #0BC162 59.77%, #0AC162 60.16%, #09C162 60.55%, #09C162 60.94%, #08C162 61.33%, #07C062 61.72%, #06C062 62.11%, #06C062 62.5%, #05C062 62.89%, #04C063 63.28%, #03C063 63.67%, #03C063 64.06%, #02BF63 64.45%, #01BF63 64.84%, #01BF63 65.63%, #00BE64 66.02%, #01BE65 66.41%, #01BE65 66.8%, #01BD66 67.19%, #01BD67 67.58%, #01BD67 67.97%, #02BC68 68.36%, #02BC69 68.75%, #02BC69 69.14%, #02BB6A 69.53%, #03BB6B 69.92%, #03BB6B 70.31%, #03BA6C 70.7%, #03BA6D 71.09%, #03BA6E 71.48%, #04B96E 71.88%, #04B96F 72.27%, #04B870 72.66%, #04B870 73.05%, #05B871 73.44%, #05B772 73.83%, #05B772 74.22%, #05B773 74.61%, #06B674 75%, #06B674 75.39%, #06B675 75.78%, #06B576 76.17%, #06B576 76.56%, #07B577 76.95%, #07B478 77.34%, #07B478 77.73%, #07B479 78.13%, #08B37A 78.52%, #08B37A 78.91%, #08B37B 79.3%, #08B27C 79.69%, #08B27C 80.08%, #09B17D 80.47%, #09B17E 80.86%, #09B17E 81.25%, #09B07F 81.64%, #0AB080 82.03%, #0AB080 82.42%, #0AAF81 82.81%, #0AAF82 83.2%, #0AAF82 83.59%, #0BAE83 83.98%, #0BAE84 84.38%, #0BAE85 84.77%, #0BAD85 85.16%, #0CAD86 85.55%, #0CAD87 85.94%, #0CAC87 86.33%, #0CAC88 86.72%, #0CAC89 87.11%, #0DAB89 87.5%, #0DAB8A 87.89%, #0DAA8B 88.28%, #0DAA8B 88.67%, #0EAA8C 89.06%, #0EA98D 89.45%, #0EA98D 89.84%, #0EA98E 90.23%, #0EA88F 90.63%, #0FA88F 91.02%, #0FA890 91.41%, #0FA791 91.8%, #0FA791 92.19%, #10A792 92.58%, #10A693 92.97%, #10A693 93.36%, #10A694 93.75%, #10A595 94.14%, #11A595 94.53%, #11A596 94.92%, #11A497 95.31%, #11A497 95.7%, #12A398 96.09%, #12A399 96.48%, #12A399 96.88%, #12A29A 97.27%, #12A29B 97.66%, #13A29C 98.05%, #13A19C 98.44%, #13A19D 98.83%, #13A19E 99.22%, #14A09E 99.61%, #14A09F 100%);
     height: 100%;
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
   }
   .banners-slider .banner-style-2::after{
     content: "";
     width: 30%;
     background: #14A09F;
     height: 100%;
     position: absolute;
     z-index: -1;
     right: 0;
     top: 0;
   }
   
   /* .banners-slider .swiper-slide img{
     height: auto !important;
   } */
   
   .banners-slider .banner-style-2 .vector-decorative.vd-1{
     left: 0px;
     bottom: 0px;
   }
   .banners-slider .banner-style-2 .vector-decorative.vd-2{
     left: 47%;
     bottom: 0px;
   }
   .banners-slider .banner-style-2 .vector-decorative.vd-3{
     right: 0px;
     top: 0px;
   }
   .banners-slider .banner-style-2 .vector-decorative.vd-4{
     width: 100px;
     height: 100px !important;
     border-radius: 100%;
     background: rgba(0, 191, 99, 1);
     right: 24px;
     bottom: 16px;
   }
   
   .banners-slider .banner-style-2 .dynamic-img{
     height: auto;
     max-width: 35%;
     width: 100%;
     position: absolute;
     left: 49%;
     mask-size: 100%;
     mask-repeat: no-repeat;
     mask-position: center;
     z-index: 2;
     mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='832' height='861' viewBox='0 0 832 861' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M254.711 52.7624C230.491 100.296 249.391 158.463 296.924 182.682L383.206 226.645C368.869 234.851 356.679 247.185 348.62 263.003C340.629 278.685 337.795 295.639 339.49 311.933L140.469 210.526C92.9354 186.307 34.7683 205.207 10.5488 252.74C-13.6707 300.273 5.22902 358.44 52.7624 382.66L179.113 447.039C160.606 455.873 144.754 470.647 134.725 490.332C110.505 537.865 129.405 596.032 176.938 620.252L627.586 849.868C675.119 874.088 733.286 855.188 757.506 807.654C781.725 760.121 762.825 701.954 715.292 677.734L588.942 613.356C607.449 604.521 623.3 589.747 633.33 570.063C642.891 551.298 645.732 530.877 642.745 511.541L703.493 542.494C746.757 564.538 799.7 547.336 821.744 504.072C843.788 460.808 826.586 407.865 783.322 385.821L701.187 343.971C718.754 335.036 733.756 320.661 743.388 301.756C767.608 254.223 748.708 196.055 701.175 171.836L384.631 10.5488C337.098 -13.6707 278.93 5.22902 254.711 52.7624Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
   }
   
   .banners-slider .banner-style-2 .content-wrapper{
     max-width: 45%;
     padding-left: 24px;
     position: relative;
     z-index: 2;
   }
   
   .banners-slider .banner-style-2 .content-wrapper .icon-wrapper{
     min-width: 120px;
     max-width: 120px;
     height: 120px;
     position: relative;
   }
   .banners-slider .banner-style-2 .content-wrapper .icon-wrapper:before{
     content: "";
     position: absolute;
     top: -53px;
     left: 12px;
     width: 115px;
     height: 56px;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='115' height='56' viewBox='0 0 115 56' fill='none'%3E%3Cmask id='mask0_101_4143' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='115' height='56'%3E%3Cpath d='M0.666992 0.333008H114.667V55.6663H0.666992V0.333008Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_101_4143)'%3E%3Cmask id='mask1_101_4143' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-4' y='-11' width='125' height='83'%3E%3Cpath d='M107.235 -10.9326L120.154 47.6585L9.80501 71.9919L-3.11426 13.3981L107.235 -10.9326Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_101_4143)'%3E%3Cmask id='mask2_101_4143' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-4' y='-11' width='125' height='83'%3E%3Cpath d='M107.235 -10.9326L120.154 47.6585L9.80501 71.9919L-3.11426 13.3981L107.235 -10.9326Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_101_4143)'%3E%3Cpath d='M86.0701 55.2257C83.0493 55.7127 80.2889 53.5903 80.5649 50.3715C80.7029 48.7543 81.1743 47.2569 82.0545 45.908C83.2394 44.0929 84.0206 42.072 85.0258 40.1658C86.1014 38.1267 87.4581 36.309 88.8904 34.5304C91.4295 31.3663 93.88 28.1371 96.2889 24.8715C98.2081 22.2752 100.054 19.6085 102.474 17.4236C103.739 16.2804 105.344 15.7257 106.802 14.9288C107.609 14.4861 108.565 14.6684 109.393 15.02C111.685 15.9965 113.497 17.434 113.911 20.1814C114.461 21.9288 114.065 23.6918 113.482 25.4158C112.172 29.2778 109.982 32.6424 107.539 35.8715C105.375 38.7309 103.242 41.6163 100.674 44.1267C97.255 47.4731 93.8045 50.7882 89.7394 53.4002C88.5597 54.158 87.518 54.9913 86.0701 55.2257ZM62.4217 38.1007C62.643 36.6345 62.6456 35.1476 63.1014 33.6996C64.2863 29.9496 65.1873 26.1293 65.6951 22.2231C66.0441 19.52 66.0883 16.8012 66.0727 14.0799C66.0545 10.9262 65.5883 7.87413 64.1118 5.01475C61.7055 0.353294 56.755 0.197044 53.1587 2.04861C51.5519 2.87413 51.2993 4.51475 51.0467 6.10069C50.5649 9.11632 50.8722 12.1632 50.7993 15.1918C50.7029 19.1736 50.5154 23.158 50.5493 27.1476C50.5753 30.033 50.8201 32.8741 51.2837 35.5356C51.6795 36.9653 51.9816 38.2648 51.6847 39.5512C51.2967 41.2257 52.8409 43.9444 54.6847 44.7491C55.617 45.158 56.604 45.395 57.6196 44.921C60.5258 43.5616 61.9607 41.184 62.4217 38.1007ZM29.3618 46.6007C29.8123 46.4575 29.9633 45.9679 30.3253 45.7049C31.4373 44.8976 31.6821 43.5043 30.8357 42.4523C29.9816 41.395 29.0831 40.3585 28.1274 39.3924C23.5909 34.8142 18.1561 31.4835 12.5727 28.395C10.3566 27.1684 8.00762 26.2049 5.35918 26.2882C3.26282 26.3507 1.75762 27.4679 1.20814 29.4809C0.869595 30.7101 1.04147 31.9236 1.19772 33.1319C1.40605 34.7413 2.26022 35.921 3.70032 36.7231C4.89564 37.3898 6.16126 37.8898 7.41386 38.4132C9.67689 39.3637 11.6326 40.8976 13.8696 41.8455C17.5988 43.4262 21.3904 44.8663 25.1196 46.4575C26.1092 46.8793 27.2055 47.2934 28.4295 46.8142C28.6847 46.7569 29.0337 46.7075 29.3618 46.6007ZM75.6144 41.1866C76.2055 38.1684 77.7212 35.4314 78.2107 32.3767C78.4816 30.6866 78.9555 29.0278 78.367 27.3038C78.2133 25.9236 77.7212 24.7153 76.2941 24.1788C74.7081 23.5825 73.3904 24.1163 72.3097 25.8168C69.9373 29.5486 68.9321 33.7023 68.6534 38.0642C68.6066 38.7856 68.6665 39.52 68.5831 40.2387C68.4764 41.1762 68.7837 42.0017 69.3592 42.6424C70.6482 44.0877 72.0337 43.934 73.8696 43.0877C74.6665 42.7205 75.4295 42.1371 75.6144 41.1866ZM30.9008 32.4549C31.3826 34.6345 32.229 36.4054 33.7107 38.2986C34.5311 39.3481 35.2837 40.434 35.9165 41.6163C37.0337 43.6892 39.7264 44.2023 41.5154 42.7439C41.6561 42.6293 41.8253 42.5304 41.9972 42.4757C43.4738 41.9835 44.0363 40.7934 43.3253 39.4653C42.0389 37.0616 41.2732 34.4627 40.3357 31.9236C39.6378 30.033 38.7602 28.2335 36.88 27.2075C35.9477 26.6996 34.9373 26.3168 33.8852 26.7075C31.7394 27.4965 30.393 30.1554 30.9008 32.4549Z' fill='%23101319'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
   
   }
   
   .banners-slider .banner-style-2 .title{
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 16px;
     line-height: 36px;
   }
   
   .banners-slider .banner-style-2 .title span{
     color: #fff;
   }
   
   .banners-slider .banner-style-2 .content a{
     position: relative;
     font-size: 14px;
     text-transform: uppercase;
     color: #000;
     font-weight: bold;
   }
   
   .banners-slider .banner-style-2 .content a::after{
     content: "";
     position: absolute;
     right: -20px;
     top: 1px;
     width: 16px;
     height: 16px;
     display: block;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9 3L14 8M14 8L9 13M14 8L2 8' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
   }
   
   .banners-slider .banner-style-2 .overlay-container{
     content: "";
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.19);
     height: 100%;
     position: absolute;
     z-index: 1;
     top: 0;
     left: 0;
   }
   
   .banners-slider .banner-style-3 .dynamic-img{
     height: auto;
     max-width: 50%;
     width: 100%;
     z-index: 2;
     height: 300px !important;
     clip-path: polygon(0% 0%, 96% 0%, 77% 100%, 0% 100%);
   }
   
   .banners-slider .banner-style-3 .dynamic-img-after{
     margin-left: -90px;
     position: relative;
     z-index: 3;
     height: 100%;
     overflow: visible;
   }
   
   .banners-slider .banner-style-3 .bg-img{
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 0;
   }
   
   .banners-slider .banner-style-3 .overlay-container{
     background: linear-gradient(270deg, #11A496 0%, #11A596 0.78%, #11A595 1.56%, #10A595 2.34%, #10A694 3.13%, #10A693 3.91%, #10A693 4.69%, #10A792 5.47%, #0FA791 6.25%, #0FA791 7.03%, #0FA890 7.81%, #0FA88F 8.59%, #0EA88F 9.38%, #0EA98E 10.16%, #0EA98D 10.94%, #0EA98D 11.72%, #0EAA8C 12.5%, #0DAA8B 13.28%, #0DAA8B 14.06%, #0DAB8A 14.84%, #0DAB8A 15.63%, #0DAB89 16.41%, #0CAC88 17.19%, #0CAC88 17.97%, #0CAC87 18.75%, #0CAD86 19.53%, #0BAD86 20.31%, #0BAD85 21.09%, #0BAE84 21.88%, #0BAE84 22.66%, #0BAE83 23.44%, #0AAF82 24.22%, #0AAF82 25%, #0AAF81 25.78%, #0AB080 26.56%, #0AB080 27.34%, #09B07F 28.13%, #09B17E 28.91%, #09B17E 29.69%, #09B17D 30.47%, #08B27D 31.25%, #08B27C 32.03%, #08B27B 32.81%, #08B37B 33.59%, #08B37A 34.38%, #07B379 35.16%, #07B479 35.94%, #07B478 36.72%, #07B477 37.5%, #07B577 38.28%, #06B576 39.06%, #06B575 39.84%, #06B675 40.63%, #06B674 41.41%, #05B673 42.19%, #05B773 42.97%, #05B772 43.75%, #05B772 44.53%, #05B871 45.31%, #04B870 46.09%, #04B870 46.88%, #04B96F 47.66%, #04B96E 48.44%, #04B96E 49.22%, #03BA6D 50%, #03BA6C 50.78%, #03BA6C 51.56%, #03BB6B 52.34%, #02BB6A 53.13%, #02BB6A 53.91%, #02BC69 54.69%, #02BC68 55.47%, #02BC68 56.25%, #01BD67 57.03%, #01BD66 57.81%, #01BE66 58.59%, #01BE65 59.38%, #01BE65 60.16%, #00BF64 60.94%, #00BE64 62.5%, #01BE65 62.89%, #01BE65 63.28%, #01BD66 63.67%, #01BD67 64.06%, #01BD67 64.45%, #02BC68 64.84%, #02BC69 65.23%, #02BC69 65.63%, #02BB6A 66.02%, #02BB6A 66.41%, #03BB6B 66.8%, #03BB6C 67.19%, #03BA6C 67.58%, #03BA6D 67.97%, #03BA6D 68.36%, #04B96E 68.75%, #04B96F 69.14%, #04B96F 69.53%, #04B870 69.92%, #04B870 70.31%, #05B871 70.7%, #05B772 71.09%, #05B772 71.48%, #05B773 71.88%, #05B674 72.27%, #06B674 72.66%, #06B675 73.05%, #06B575 73.44%, #06B576 73.83%, #06B577 74.22%, #07B577 74.61%, #07B478 75%, #07B478 75.39%, #07B479 75.78%, #07B37A 76.17%, #08B37A 76.56%, #08B37B 76.95%, #08B27B 77.34%, #08B27C 77.73%, #09B27D 78.13%, #09B17D 78.52%, #09B17E 78.91%, #09B17F 79.3%, #09B07F 79.69%, #0AB080 80.08%, #0AB080 80.47%, #0AAF81 80.86%, #0AAF82 81.25%, #0AAF82 81.64%, #0BAF83 82.03%, #0BAE83 82.42%, #0BAE84 82.81%, #0BAE85 83.2%, #0BAD85 83.59%, #0CAD86 83.98%, #0CAD86 84.38%, #0CAC87 84.77%, #0CAC88 85.16%, #0CAC88 85.55%, #0DAB89 85.94%, #0DAB8A 86.33%, #0DAB8A 86.72%, #0DAA8B 87.11%, #0DAA8B 87.5%, #0EAA8C 87.89%, #0EA98D 88.28%, #0EA98D 88.67%, #0EA98E 89.06%, #0EA98E 89.45%, #0FA88F 89.84%, #0FA890 90.23%, #0FA890 90.63%, #0FA791 91.02%, #0FA791 91.41%, #10A792 91.8%, #10A693 92.19%, #10A693 92.58%, #10A694 92.97%, #10A595 93.36%, #11A595 93.75%, #11A596 94.14%, #11A496 94.53%, #11A497 94.92%, #11A498 95.31%, #12A398 95.7%, #12A399 96.09%, #12A399 96.48%, #12A39A 96.88%, #12A29B 97.27%, #13A29B 97.66%, #13A29C 98.05%, #13A19C 98.44%, #13A19D 98.83%, #13A19E 99.22%, #14A09E 99.61%, #14A09F 100%);
     width: 100%;
     height: 100%;
     z-index: 1;
     position: absolute;
     opacity: 0.85;
   }
   
   .banners-slider .banner-style-3 .content-wrapper{
     position: relative;
     z-index: 4;
     width: 50%;
     padding: 24px 24px;
   }
   
   .banners-slider .banner-style-3 .content-wrapper .icon-wrapper{
     min-width: 88px;
     max-width: 88px;
     height: 88px;
     position: relative;
   }
   
   .banners-slider .banner-style-3 .content-wrapper .icon-wrapper::after{
     content: "";
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='9' viewBox='0 0 88 9' fill='none'%3E%3Cmask id='mask0_112_4820' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='88' height='9'%3E%3Cpath d='M0 0H88V8.46432H0V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_112_4820)'%3E%3Cpath d='M87.1141 4.35178C81.6832 3.06072 76.1789 2.08455 70.6431 1.41278C64.9981 0.728416 59.3258 0.346345 53.6452 0.172105C48.0862 -3.72807e-05 42.5231 0.041949 36.9663 0.230885C31.3255 0.419821 25.689 0.757806 20.0587 1.16927C14.4725 1.57863 8.88836 2.05516 3.31686 2.62407C2.49814 2.70594 1.67941 2.78572 0.860692 2.86549C0.0818574 2.94316 0.247701 4.15655 1.02234 4.09357C6.68831 3.63593 12.3522 3.17618 18.0224 2.75003C23.6023 2.33017 29.1864 1.98169 34.7768 1.77176C40.3315 1.56393 45.8904 1.48626 51.4472 1.61012C57.0544 1.73187 62.6553 2.07406 68.231 2.68285C70.8635 2.97045 73.4918 3.31894 76.1075 3.73459C70.8173 3.47638 65.5271 3.26645 60.2327 3.16569C51.38 2.99355 42.5063 3.13 33.6788 3.88784C28.7035 4.314 23.7408 4.94798 18.818 5.80869C18.0685 5.93884 18.2701 7.22991 19.0258 7.16483C26.5476 6.51615 34.0945 6.19496 41.6414 6.18866C49.1443 6.18236 56.645 6.48676 64.1248 7.09765C66.2346 7.26979 68.3423 7.46083 70.4457 7.67915C71.4702 7.78412 72.4947 7.89118 73.517 8.00664C74.6674 8.1368 75.8262 8.21237 76.9724 8.35932C77.8478 8.47268 78.1123 7.09135 77.2327 6.97799C76.1999 6.84574 75.1754 6.6547 74.1426 6.53084C73.2042 6.41748 72.2658 6.31042 71.3253 6.20755C69.4444 6.00182 67.5592 5.82338 65.6741 5.66174C61.9646 5.34475 58.2489 5.11592 54.5311 4.96268C50.7188 4.80523 46.9044 4.72756 43.092 4.72756C43.9381 4.69397 44.7841 4.66668 45.6301 4.64149C54.4072 4.39377 63.1948 4.64568 71.9614 5.04245C76.9074 5.26707 81.8512 5.56307 86.795 5.84018C87.1666 5.86117 87.5129 5.61975 87.5885 5.23768C87.6557 4.8997 87.4836 4.43995 87.1141 4.35178Z' fill='black'/%3E%3C/g%3E%3C/svg%3E");
     width: 88px;
     height: 9px;
     position: absolute;
     bottom: -15px;
     left: 0px;
   }
   
   .banners-slider .banner-style-3 .title{
     text-align: center;
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 16px;
     line-height: 36px;
     max-width: 300px;
     color: #000;
   }
   
   .banners-slider .banner-style-3 .title span{
     color: #fff;
   }
   
   .banners-slider .banner-style-3 a{
     color: #000;
     font-weight: bold;
     text-transform: uppercase;
     display: inline-block;
     text-align: center;
     position: relative;
   }
   
   .banners-slider .banner-style-3 .content-wrapper a::after{
     content: "";
     position: absolute;
     right: -20px;
     top: 1px;
     width: 16px;
     height: 16px;
     display: block;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9 3L14 8M14 8L9 13M14 8L2 8' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
   }
   .banners-slider .banner-style-3 .content{
     text-align: center;
   }
   .banners-slider .banner-style-4{
     color: #fff;
     position: relative;
     width: 100%;
     height: 100%;
   }
   .banners-slider .banner-style-4::before{
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 70%;
     height: 100%;
     z-index: 1;
     background: linear-gradient(90deg, #000 0%, #000 61.67%, rgba(0, 0, 0, 0.62) 84.67%, rgba(0, 0, 0, 0.00) 100%);
   }
   .banners-slider .banner-style-4 .bg-img{
     position: absolute;
     top: 0;
     left: 0;
     width: 80%;
     height: 100%;
     z-index: 3;
   }
   .banners-slider .banner-style-4 .bg-wrapper{
     position: absolute;
     left: 30%;
     top: 0;
     width: 70%;
     max-width: 100%;
     height: 100%;
     z-index: 0;
   }
   
   
   .banners-slider .banner-style-4 .bg-wrapper img{
     position: absolute;
     object-fit: cover;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 0px;
     overflow: visible;
   }
   
   .banners-slider .banner-style-4 .content-wrapper{
     position: relative;
     z-index: 5;
     text-align: left;
     padding: 24px;
     padding-left: 50px;
   }
   
   .banners-slider .banner-style-4 .content-wrapper .icon-wrapper{
     min-width: 88px;
     max-width: 88px;
     height: 88px;
     position: relative;
   }
   
   .banners-slider .banner-style-4 .title{
     text-align: left;
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 16px;
     line-height: 36px;
     max-width: 300px;
     color: #fff;
   }
   .banners-slider .banner-style-4 .title span{
     color: rgba(255, 145, 77, 1);
   }
   
   .banners-slider .banner-style-4 a{
     color: #FF914D;
     font-weight: bold;
     text-transform: uppercase;
     display: inline-block;
     text-align: center;
     position: relative;
     
   }
   
   .banners-slider .banner-style-4 .content-wrapper a::after{
     content: "";
     position: absolute;
     right: -20px;
     top: 1px;
     width: 16px;
     height: 16px;
     display: block;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23FF914D'%3E%3Cpath d='M9 3L14 8M14 8L9 13M14 8L2 8' stroke='%23FF914D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
   }
   .dynamic-icon{
    border-radius:50% !important
   }


   /* new dynamic slider css end */

   @media screen and (max-width: 1024px){

    .banners-slider .banner-wrapper .title{
      font-size: 20px;
      line-height: 30px;
    }
  
  
    .banners-slider .banner-style-2 .content-wrapper {
      max-width: 65%;
    }
    .banners-slider .banner-style-2 .title{
      font-size: 20px;
      line-height: 30px;
    }
    .banners-slider .banner-style-2 .dynamic-img{
      left: 62%;
    }
    .banners-slider .banner-style-2 .content-wrapper .icon-wrapper {
      min-width: 80px;
      max-width: 80px;
      height: 80px;
    }
    .banners-slider .banner-style-2 .content-wrapper .icon-wrapper:before{
      left: -15px;
    }
  
    .banners-slider .banner-style-1 .content-wrapper {
      margin-left: -120px;
    }
  
    .banners-slider .banner-style-1 .dynamic-img{
      max-width: 50%;
    }
  
  }
  
  
  @media screen and (max-width: 760px){
    
    .banners-slider .banner-style-1 .dynamic-img{
      display: none !important;
    }
    .banners-slider .banner-style-1 .content-wrapper {
      margin-left: 0px;
      flex-direction: column !important;
      align-items: flex-start !important;
      padding-left: 24px;
    }
    .banners-slider .banner-style-1 .content{
      padding-left: 0px;
    }
    .banners-slider .banner-style-1 .content-wrapper .icon-wrapper {
      position: relative;
      min-width: 60px;
      max-width: 60px;
      height: 60px;
      border-radius: 100%;
    }
    .banners-slider .banner-style-1 .content-wrapper .icon-wrapper::before{
      transform: scale(.6);
      top: -32px;
      left: -33px;
    }
    .banners-slider .banner-style-2 .dynamic-img{
      display: none !important;
    }
    .banners-slider .banner-style-2::before{
      width: 100%;
    }
    .banners-slider .banner-style-2::after{
      display: none;
    }
    .banners-slider .banner-style-2 .content-wrapper {
      max-width: 90%;
      flex-direction: column !important;
      gap: 16px !important;
    }
    .banners-slider .banner-style-2 .content-wrapper .icon-wrapper:before {
      left: -10px;
      top: -40px;
      transform: scale(.5);
    }
    .banners-slider .banner-style-2 .title{
      text-align: center;
    }
    .banners-slider .banner-style-2 .content{
      text-align: center;
    }
    .banners-slider .banner-style-3 .dynamic-img{
      display: none !important;
    }
    .banners-slider .banner-style-3 .dynamic-img-after {
      margin-left: 0px;
    }
    .banners-slider .banner-style-3 .dynamic-img-after{
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.5;
    }
    .banners-slider .banner-style-3 .content-wrapper{
      width: 100%;
    }
  
  }
  
  
  
  @media all and (min-width: 992px) {
    .header-heydiscount .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .header-heydiscount .navbar .nav-item:hover .nav-link{ color: #fff;  }
    .header-heydiscount .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
    .header-heydiscount .navbar .dropdown-menu.fade-up{ top:180%;  }
    .header-heydiscount .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
  }
  @media screen and (max-width: 1600px){
      .desktop-main-menu .navbar-nav{ gap: 14px !important; margin: 0 auto; }
  }
  
  @media screen and (max-width: 1440px){
      .desktop-main-menu .navbar-nav{ gap: 14px !important; margin: 0 auto; }
      .desktop-main-menu .container{ max-width: 100% !important; }
      .header-heydiscount .desktop-main-menu .navbar-nav .dropdown-item { padding: 8px 16px; }
  }
  
  @media screen and (max-width: 1200px){
      .header {
          padding: 0px 0px;
          border-bottom: 0px solid transparent !important;
        }
        .header .navbar {
          padding-top: 13px;
        }
        .header .navbar-nav {
          display: none !important;
        }
    
        .header .navbar-toggler-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        }
        .header .search-block {
          display: none !important;
        }
        .header {
          position: fixed;
          width: 100%;
          z-index: 999;
          top: 0px;
          left: 0;
        }
        .header .main-menu {
          display: none !important;
        }
        .main-menu-primary {
          display: none !important;
        }
        .header .container {
          max-width: 100% !important;
          padding-left: 16px !important;
          padding-right: 16px !important;
        }
        .mobile-main-menu ul li a .store-name {
          color: #667085;
          font-size: 14px;
          font-weight: 600;
          line-height: 14px;
          margin-left: 0px;
        }
        .mobile-menu-container {
          left: -100%;
          top: 70px;
          background: #fff;
          display: none;
          position: fixed;
          width: 100%;
          height: 100%;
          z-index: 999;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
        }
        .mobile-menu-container.open {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          left: 0%;
        }
        .mobile-menu-container .metismenu .has-arrow::after {
          -webkit-transform: rotate(-135deg) translate(0, -50%);
                  transform: rotate(-135deg) translate(0, -50%);
        }
        .mobile-menu-container .metismenu .mm-active > .has-arrow::after, .mobile-menu-container .metismenu .has-arrow[aria-expanded=true]::after {
          -webkit-transform: rotate(45deg) translate(0, -50%);
                  transform: rotate(45deg) translate(0, -50%);
        }
        .mobile-menu-container li > a {
          font-size: 14px;
          font-weight: 600;
          line-height: 20px;
          color: #101828;
          width: 100%;
          display: block;
          padding: 12px 16px;
        }
        .mobile-menu-container li ul li a {
          color: #667085;
          font-size: 16px;
          font-weight: 600;
          line-height: 24px;
        }
        .mobile-menu-container .search-block {
          background: #14A09F;
          padding: 10px 16px;
          margin-top: -1px;
        }
        .mobile-menu-container .search-block input {
          border-radius: 100px;
        }
        .search-block-full {
          z-index: 1001;
        }
        .search-block-full .search-block-full-body {
          padding: 20px 0px;
          overflow-y: scroll;
          height: 90vh;
        }
        .search-block-full.open .search-block-full-body .container.three-block-list ul {
          grid-template-columns: repeat(1, 1fr);
          padding-bottom: 30px;
        }
        .search-block-full .block-list ul li a .coupon-img-wrapper {
          min-width: 60px;
          min-height: 60px;
        }
        .search-block-full .search-block-full-body .container.three-block-list {
          padding-left: 0px !important;
          padding-right: 0px !important;
          max-width: 100% !important;
        }
        .search-block-full .search-block-full-body .container.three-block-list {
          gap: 32px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
        }
        .search-block-full.open .search-block-full-body.three-col-layout .container.three-block-list .search-block-inner:nth-child(1) {
          width: 100%;
        }
        .search-block-full .search-block-full-body .search-block-inner {
          padding: 0px 16px;
          margin-bottom: 16px;
        }
        .block-list .heading-block {
          margin-bottom: 20px;
        }
        .search-block-full .search-block-full-body .search-block-inner {
          width: 100% !important;
        }
        .search-block-full .search-block-full-top {
          padding: 16px;
          border-bottom: 1px solid #F2F4F7;
          border-top: 1px solid #F2F4F7;
          width: 100%;
          margin-top: 72px;
          position: relative;
        }
        .search-block-full .search-block-full-top .search-block-close-btn {
          position: absolute;
          top: -60px;
          right: 12px;
        }
        .search-block-full .search-block-full-top .container {
          max-width: 100%;
          padding-left: 0px !important;
          padding-right: 0px !important;
        }
        .search-block-full .search-block-full-top .search-input {
          width: 100%;
        }
      .desktop-main-menu{
          display: none;
      }
      .search-block-full{
          height: 100vh;
      }
      .hero-section {
          margin-top: 0px !important;
      }
      .mobile-menu-container .search-block {
          background: rgb(249,245,243) !important;
          padding: 10px 16px;
          margin-top: 0px !important;
      }
      .mobile-menu-container li ul li a{
          font-size: 14px !important;
          line-height: 1.3rem !important;
          font-weight: normal !important;
      }
      .search-block-full .search-block-full-top{
          margin-top: 16px !important;
          border-width: 0px !important;
      }
      .search-block-full .search-block-full-top .search-block-close-btn{
          top: 6px !important;
          right: 16px !important;
      }
      .mobile-menu-container li > a{
          font-weight: 500 !important;
      }
      .header-heydiscount .site-logo.col-3{
          width: 50% !important;
      }
  }
  
  

  

  
  @media screen and (min-width: 2000px){
    .feature-section .row{
        max-width: 70%;
        margin: 0 auto;
      }
  }

 

  @media screen and (max-width: 768px){
    .feature-section .feature-single{
        flex-direction: column;
    }
    .feature-section .feature-single .text{
        display: none;
    }
    .feature-section .feature-single  .title{
        text-align: center;
        line-height: 1.25rem;
        font-size: 14px;
        padding: 0px 4px;
    }
    .homepage_heading {
      font-size: 25px;
      line-height: 30px;
    }
    .feature-section{
        padding: 8px 0px;
    }
    .feature-section .row{
        max-width: 100%;
        margin: 0 auto;
      }
    
  }

  @media screen and (max-width: 600px){
    .hero-image-slider .swiper-slide {
        width: 100%;
    }
  }

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}