@charset "UTF-8";
/*
Theme Name: markazahan
Theme URI: https://markazahan.com/
Author: markazahan
Text Domain: mkz
Author URI: https://markazahan.com/
Description: markazahan
Version: 1.0
*/
/*!
 * 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: #375fbe;
  --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: #375fbe;
  --bs-secondary: #111942;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ol,
ul {
  padding: 0;
  list-style: none;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  padding-right: 2rem;
}

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: inherit;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  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;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "â€”Â ";
}

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  flex: 0 0 auto;
  width: 54.16666667%;
}

.col-14 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-15 {
  flex: 0 0 auto;
  width: 62.5%;
}

.col-16 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-17 {
  flex: 0 0 auto;
  width: 70.83333333%;
}

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

.col-19 {
  flex: 0 0 auto;
  width: 79.16666667%;
}

.col-20 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-21 {
  flex: 0 0 auto;
  width: 87.5%;
}

.col-22 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-23 {
  flex: 0 0 auto;
  width: 95.83333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.16666667%;
}

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

.offset-15 {
  margin-left: 62.5%;
}

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

.offset-17 {
  margin-left: 70.83333333%;
}

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

.offset-19 {
  margin-left: 79.16666667%;
}

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

.offset-21 {
  margin-left: 87.5%;
}

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

.offset-23 {
  margin-left: 95.83333333%;
}

.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: 468px) {
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xs-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xs-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xs-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xs-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xs-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xs-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 4.16666667%;
  }
  .offset-xs-2 {
    margin-left: 8.33333333%;
  }
  .offset-xs-3 {
    margin-left: 12.5%;
  }
  .offset-xs-4 {
    margin-left: 16.66666667%;
  }
  .offset-xs-5 {
    margin-left: 20.83333333%;
  }
  .offset-xs-6 {
    margin-left: 25%;
  }
  .offset-xs-7 {
    margin-left: 29.16666667%;
  }
  .offset-xs-8 {
    margin-left: 33.33333333%;
  }
  .offset-xs-9 {
    margin-left: 37.5%;
  }
  .offset-xs-10 {
    margin-left: 41.66666667%;
  }
  .offset-xs-11 {
    margin-left: 45.83333333%;
  }
  .offset-xs-12 {
    margin-left: 50%;
  }
  .offset-xs-13 {
    margin-left: 54.16666667%;
  }
  .offset-xs-14 {
    margin-left: 58.33333333%;
  }
  .offset-xs-15 {
    margin-left: 62.5%;
  }
  .offset-xs-16 {
    margin-left: 66.66666667%;
  }
  .offset-xs-17 {
    margin-left: 70.83333333%;
  }
  .offset-xs-18 {
    margin-left: 75%;
  }
  .offset-xs-19 {
    margin-left: 79.16666667%;
  }
  .offset-xs-20 {
    margin-left: 83.33333333%;
  }
  .offset-xs-21 {
    margin-left: 87.5%;
  }
  .offset-xs-22 {
    margin-left: 91.66666667%;
  }
  .offset-xs-23 {
    margin-left: 95.83333333%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-sm-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-sm-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-sm-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-sm-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.16666667%;
  }
  .offset-sm-2 {
    margin-left: 8.33333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.66666667%;
  }
  .offset-sm-5 {
    margin-left: 20.83333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.16666667%;
  }
  .offset-sm-8 {
    margin-left: 33.33333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.66666667%;
  }
  .offset-sm-11 {
    margin-left: 45.83333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.16666667%;
  }
  .offset-sm-14 {
    margin-left: 58.33333333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.66666667%;
  }
  .offset-sm-17 {
    margin-left: 70.83333333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.16666667%;
  }
  .offset-sm-20 {
    margin-left: 83.33333333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.66666667%;
  }
  .offset-sm-23 {
    margin-left: 95.83333333%;
  }
  .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 {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-md-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-md-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-md-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-md-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.16666667%;
  }
  .offset-md-2 {
    margin-left: 8.33333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.66666667%;
  }
  .offset-md-5 {
    margin-left: 20.83333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.16666667%;
  }
  .offset-md-8 {
    margin-left: 33.33333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.66666667%;
  }
  .offset-md-11 {
    margin-left: 45.83333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.16666667%;
  }
  .offset-md-14 {
    margin-left: 58.33333333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.66666667%;
  }
  .offset-md-17 {
    margin-left: 70.83333333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.16666667%;
  }
  .offset-md-20 {
    margin-left: 83.33333333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.66666667%;
  }
  .offset-md-23 {
    margin-left: 95.83333333%;
  }
  .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 {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-lg-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-lg-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-lg-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-lg-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.16666667%;
  }
  .offset-lg-2 {
    margin-left: 8.33333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.66666667%;
  }
  .offset-lg-5 {
    margin-left: 20.83333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.16666667%;
  }
  .offset-lg-8 {
    margin-left: 33.33333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.66666667%;
  }
  .offset-lg-11 {
    margin-left: 45.83333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.16666667%;
  }
  .offset-lg-14 {
    margin-left: 58.33333333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.66666667%;
  }
  .offset-lg-17 {
    margin-left: 70.83333333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.16666667%;
  }
  .offset-lg-20 {
    margin-left: 83.33333333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.66666667%;
  }
  .offset-lg-23 {
    margin-left: 95.83333333%;
  }
  .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 {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xl-23 {
    margin-left: 95.83333333%;
  }
  .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 {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xxl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xxl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xxl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xxl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xxl-12 {
    margin-left: 50%;
  }
  .offset-xxl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xxl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xxl-18 {
    margin-left: 75%;
  }
  .offset-xxl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xxl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xxl-23 {
    margin-left: 95.83333333%;
  }
  .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;
  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: #d7dff2;
  --bs-table-striped-bg: #ccd4e6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2c9da;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c7cee0;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2c9da;
}

.table-secondary {
  --bs-table-bg: #cfd1d9;
  --bs-table-striped-bg: #c5c7ce;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #babcc3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfc1c9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #babcc3;
}

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

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

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

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

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

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

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

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

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #9bafdf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 95, 190, 0.25);
}

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    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-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.form-control-color:not(:disabled):not([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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #9bafdf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 95, 190, 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);
  appearance: none;
  color-adjust: exact;
}

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

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

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

.form-check-input:focus {
  border-color: #9bafdf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 95, 190, 0.25);
}

.form-check-input:checked {
  background-color: #375fbe;
  border-color: #375fbe;
}

.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: #375fbe;
  border-color: #375fbe;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: #375fbe;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

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

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

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

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

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  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;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

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

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

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

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

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

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

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

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

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-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;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 95, 190, 0.25);
}

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

.btn-primary {
  color: #fff;
  background-color: #375fbe;
  border-color: #375fbe;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2f51a2;
  border-color: #2c4c98;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #2f51a2;
  border-color: #2c4c98;
  box-shadow: 0 0 0 0.25rem rgba(85, 119, 200, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2c4c98;
  border-color: #29478f;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 119, 200, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #375fbe;
  border-color: #375fbe;
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #0e1538;
  border-color: #0e1435;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #0e1538;
  border-color: #0e1435;
  box-shadow: 0 0 0 0.25rem rgba(53, 60, 94, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0e1435;
  border-color: #0d1332;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 60, 94, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-primary {
  color: #375fbe;
  border-color: #375fbe;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #375fbe;
  border-color: #375fbe;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 95, 190, 0.5);
}

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

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 95, 190, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #375fbe;
  background-color: transparent;
}

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

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

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 25, 66, 0.5);
}

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

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 25, 66, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link:hover {
  color: inherit;
  text-decoration: none;
}

.btn-link:focus {
  text-decoration: none;
}

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 468px) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-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:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

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

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

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

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

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

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

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

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

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #3256ab;
  background-color: #ebeff9;
  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='%233256ab'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

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

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

.accordion-button:focus {
  z-index: 3;
  border-color: #9bafdf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 95, 190, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  color: #111942;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.page-link:focus {
  z-index: 3;
  color: inherit;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 95, 190, 0.25);
}

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

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

.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: #213972;
  background-color: #d7dff2;
  border-color: #c3cfec;
}

.alert-primary .alert-link {
  color: #1a2e5b;
}

.alert-secondary {
  color: #0a0f28;
  background-color: #cfd1d9;
  border-color: #b8bac6;
}

.alert-secondary .alert-link {
  color: #080c20;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #375fbe;
  transition: width 0.6s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-horizontal {
  flex-direction: row;
}

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

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

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

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

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

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

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

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

.list-group-item-primary {
  color: #213972;
  background-color: #d7dff2;
}

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

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

.list-group-item-secondary {
  color: #0a0f28;
  background-color: #cfd1d9;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #0a0f28;
  background-color: #babcc3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 95, 190, 0.25);
  opacity: 1;
}

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

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.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: max-content;
  max-width: 100%;
  pointer-events: none;
}

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

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

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

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

.modal {
  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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

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

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

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 467.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xs-down .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-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  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::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

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

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

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

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

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

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

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

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

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

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

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #375fbe;
}

.link-primary:hover,
.link-primary:focus {
  color: #2c4c98;
}

.link-secondary {
  color: #111942;
}

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

.link-success {
  color: #198754;
}

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

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

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

.link-warning {
  color: #ffc107;
}

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

.link-danger {
  color: #dc3545;
}

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

.link-light {
  color: #f8f9fa;
}

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

.link-dark {
  color: #212529;
}

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

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

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #375fbe !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #375fbe !important;
}

.text-secondary {
  color: #111942 !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: #375fbe !important;
}

.bg-secondary {
  background-color: #111942 !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 {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.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: 468px) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.25rem !important;
  }
  .gap-xs-2 {
    gap: 0.5rem !important;
  }
  .gap-xs-3 {
    gap: 1rem !important;
  }
  .gap-xs-4 {
    gap: 1.5rem !important;
  }
  .gap-xs-5 {
    gap: 3rem !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* iran sans font */
/*@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/eot/IRANSansWeb_Black.eot');
    src: url('fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
        url('fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('fonts/woff/IRANSansWeb_Black.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/eot/IRANSansWeb_Bold.eot');
    src: url('fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
        url('fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/eot/IRANSansWeb_Medium.eot');
    src: url('fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
        url('fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/eot/IRANSansWeb_Light.eot');
    src: url('fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
        url('fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('fonts/woff/IRANSansWeb_Light.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
        url('fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/eot/IRANSansWeb.eot');
    src: url('fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
        url('fonts/woff2/IRANSansWeb.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('fonts/woff/IRANSansWeb.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('fonts/ttf/IRANSansWeb.ttf') format('truetype');
}*/
/*@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/eot/dana-fanum-light.eot');
	src: url('fonts/eot/dana-fanum-light.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
		 url('fonts/woff2/dana-fanum-light.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
		 url('fonts/woff/dana-fanum-light.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/eot/dana-fanum-medium.eot');
	src: url('fonts/eot/dana-fanum-medium.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
		 url('fonts/woff2/dana-fanum-medium.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
		 url('fonts/woff/dana-fanum-medium.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/dana-fanum-bold.eot');
	src: url('fonts/eot/dana-fanum-bold.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
		 url('fonts/woff2/dana-fanum-bold.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
		 url('fonts/woff/dana-fanum-bold.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/dana-fanum-regular.eot');
	src: url('fonts/eot/dana-fanum-regular.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
		 url('fonts/woff2/dana-fanum-regular.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
		 url('fonts/woff/dana-fanum-regular.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: italic;
	font-weight: 500;
	src: url('fonts/eot/dana-fanum-mediumitalic.eot');
	src: url('fonts/eot/dana-fanum-mediumitalic.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
		 url('fonts/woff2/dana-fanum-mediumitalic.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
		 url('fonts/woff/dana-fanum-mediumitalic.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: italic;
	font-weight: bold;
	src: url('fonts/eot/dana-fanum-bolditalic.eot');
	src: url('fonts/eot/dana-fanum-bolditalic.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
		 url('fonts/woff2/dana-fanum-bolditalic.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
		 url('fonts/woff/dana-fanum-bolditalic.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}*/
/*@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/eot/dana-light.eot');
	src: url('fonts/eot/dana-light.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
	url('fonts/woff2/dana-light.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
	url('fonts/woff/dana-light.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/eot/dana-medium.eot');
	src: url('fonts/eot/dana-medium.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
	url('fonts/woff2/dana-medium.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
	url('fonts/woff/dana-medium.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/dana-bold.eot');
	src: url('fonts/eot/dana-bold.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
	url('fonts/woff2/dana-bold.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
	url('fonts/woff/dana-bold.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/dana-regular.eot');
	src: url('fonts/eot/dana-regular.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
	url('fonts/woff2/dana-regular.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
	url('fonts/woff/dana-regular.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: italic;
	font-weight: 500;
	src: url('fonts/eot/dana-mediumitalic.eot');
	src: url('fonts/eot/dana-mediumitalic.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
	url('fonts/woff2/dana-mediumitalic.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
	url('fonts/woff/dana-mediumitalic.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: italic;
	font-weight: bold;
	src: url('fonts/eot/dana-bolditalic.eot');
	src: url('fonts/eot/dana-bolditalic.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
	url('fonts/woff2/dana-bolditalic.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
	url('fonts/woff/dana-bolditalic.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}*/
/*

@font-face {
	font-family: yekanbakh;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/yekanbakh/yekan-bakh-bold.woff2') format('woff2');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: yekanbakh;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/yekanbakh/yekan-bakh-regular.woff2') format('woff2');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: yekanbakh;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/yekanbakh/yekan-bakh-light.woff2') format('woff2');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}*/
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 200;
  src: url("fonts/woff2/dana-light.woff2") format("woff2");
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/woff2/dana-regular.woff2") format("woff2");
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/woff2/dana-bold.woff2") format("woff2");
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icons/icomoon.eot?bp4hn6");
  src: url("fonts/icons/icomoon.eot?bp4hn6#iefix") format("embedded-opentype"), url("fonts/icons/icomoon.ttf?bp4hn6") format("truetype"), url("fonts/icons/icomoon.woff?bp4hn6") format("woff"), url("fonts/icons/icomoon.svg?bp4hn6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-export:before {
  content: "\e981";
}

.icon-cable:before {
  content: "\e980";
}

.icon-smartphone:before {
  content: "\e97f";
}

.icon-apps:before {
  content: "\e97c";
}

.icon-mobile:before {
  content: "\e97d";
}

.icon-mobile-app:before {
  content: "\e97e";
}

.icon-abacus:before {
  content: "\e979";
}

.icon-keys:before {
  content: "\e97a";
}

.icon-calculator:before {
  content: "\e97b";
}

.icon-foreign:before {
  content: "\e977";
}

.icon-share-link:before {
  content: "\e978";
}

.icon-aparat:before {
  content: "\e976";
}

.icon-padlock:before {
  content: "\e975";
}

.icon-menu3:before {
  content: "\e900";
}

.icon-menu4:before {
  content: "\e901";
}

.icon-menu6:before {
  content: "\e902";
}

.icon-menu7:before {
  content: "\e903";
}

.icon-menu8:before {
  content: "\e904";
}

.icon-menu13:before {
  content: "\e971";
}

.icon-menu14:before {
  content: "\e972";
}

.icon-menu10:before {
  content: "\e906";
}

.icon-menu9:before {
  content: "\e905";
}

.icon-menu11:before {
  content: "\e973";
}

.icon-menu1:before {
  content: "\e910";
}

.icon-menu12:before {
  content: "\e974";
}

.icon-menu2:before {
  content: "\e911";
}

.icon-special-offer:before {
  content: "\e970";
}

.icon-compare-text:before {
  content: "\e96f";
}

.icon-compare-fill:before {
  content: "\e96e";
}

.icon-compare:before {
  content: "\e96c";
}

.icon-power:before {
  content: "\e96d";
}

.icon-supp:before {
  content: "\e96b";
}

.icon-add-order:before {
  content: "\e963";
}

.icon-order-list:before {
  content: "\e964";
}

.icon-setting:before {
  content: "\e965";
}

.icon-mail-o:before {
  content: "\e966";
}

.icon-loc-o:before {
  content: "\e967";
}

.icon-ticket:before {
  content: "\e968";
}

.icon-factors:before {
  content: "\e969";
}

.icon-dashboard:before {
  content: "\e96a";
}

.icon-danger:before {
  content: "\e962";
}

.icon-empty:before {
  content: "\e961";
}

.icon-tick:before {
  content: "\e960";
}

.icon-border:before {
  content: "\e95f";
}

.icon-circle-play:before {
  content: "\e95e";
}

.icon-dl:before {
  content: "\e95d";
}

.icon-view:before {
  content: "\e95b";
}

.icon-clock:before {
  content: "\e95c";
}

.icon-angle-right:before {
  content: "\e957";
}

.icon-angle-left:before {
  content: "\e958";
}

.icon-angle-up:before {
  content: "\e959";
}

.icon-angle-down:before {
  content: "\e95a";
}

.icon-call3:before {
  content: "\e956";
}

.icon-save-fill:before {
  content: "\e954";
}

.icon-qoute2:before {
  content: "\e952";
}

.icon-qoute1:before {
  content: "\e953";
}

.icon-link:before {
  content: "\e951";
}

.icon-menu:before {
  content: "\e950";
}

.icon-instagram-fill:before {
  content: "\e94f";
}

.icon-print:before {
  content: "\e94c";
}

.icon-excel:before {
  content: "\e94d";
}

.icon-chart2:before {
  content: "\e94b";
}

.icon-close:before {
  content: "\e94a";
}

.icon-call2:before {
  content: "\e949";
}

.icon-plus2:before {
  content: "\e946";
}

.icon-minus:before {
  content: "\e947";
}

.icon-chat:before {
  content: "\e945";
}

.icon-qiubic:before {
  content: "\e948";
}

.icon-code:before {
  content: "\e941";
}

.icon-share:before {
  content: "\e942";
}

.icon-chart-down:before {
  content: "\e943";
}

.icon-save:before {
  content: "\e944";
}

.icon-dots:before {
  content: "\e940";
}

.icon-replay:before {
  content: "\e91d";
}

.icon-dislike:before {
  content: "\e937";
}

.icon-article:before {
  content: "\e938";
}

.icon-factor:before {
  content: "\e939";
}

.icon-map:before {
  content: "\e93a";
}

.icon-music:before {
  content: "\e93b";
}

.icon-video:before {
  content: "\e93c";
}

.icon-like:before {
  content: "\e93d";
}

.icon-user-o:before {
  content: "\e93e";
}

.icon-cart-o:before {
  content: "\e93f";
}

.icon-markaz .path1:before {
  content: "\e91b";
  color: rgb(60, 80, 89);
}

.icon-markaz .path2:before {
  content: "\e91c";
  margin-left: -1.01953125em;
  color: rgb(238, 39, 58);
}

.icon-markaz-blank:before {
  content: "\e94e";
}

.icon-ivahid-small:before {
  content: "\e936";
}

.icon-ivahid:before {
  content: "\e935";
}

.icon-pause:before {
  content: "\e934";
}

.icon-videos:before {
  content: "\e933";
}

.icon-play:before {
  content: "\e932";
}

.icon-mines:before {
  content: "\e930";
}

.icon-plus:before {
  content: "\e931";
}

.icon-facebook:before {
  content: "\e91e";
}

.icon-instagram:before {
  content: "\e91f";
}

.icon-linkedin:before {
  content: "\e920";
}

.icon-loc:before {
  content: "\e921";
}

.icon-logo .path1:before {
  content: "\e922";
  color: rgb(103, 126, 135);
}

.icon-logo .path2:before {
  content: "\e923";
  margin-left: -3.013671875em;
  color: rgb(60, 80, 89);
}

.icon-logo .path3:before {
  content: "\e924";
  margin-left: -3.013671875em;
  color: rgb(238, 39, 58);
}

.icon-logo .path4:before {
  content: "\e925";
  margin-left: -3.013671875em;
  color: rgb(60, 80, 89);
}

.icon-logo .path5:before {
  content: "\e926";
  margin-left: -3.013671875em;
  color: rgb(60, 80, 89);
}

.icon-logo .path6:before {
  content: "\e927";
  margin-left: -3.013671875em;
  color: rgb(238, 39, 58);
}

.icon-logo2:before {
  content: "\e955";
}

.icon-mail:before {
  content: "\e928";
}

.icon-msg:before {
  content: "\e929";
}

.icon-telegram:before {
  content: "\e92a";
}

.icon-telegram-fill:before {
  content: "\e92b";
}

.icon-tile:before {
  content: "\e92c";
}

.icon-twitter:before {
  content: "\e92d";
}

.icon-whats:before {
  content: "\e92e";
}

.icon-whats-fill:before {
  content: "\e92f";
}

.icon-cursoe:before {
  content: "\e91a";
}

.icon-mouse:before {
  content: "\e919";
}

.icon-arrow-bottom:before {
  content: "\e90b";
}

.icon-arrow-top:before {
  content: "\e913";
}

.icon-arrow-left:before {
  content: "\e914";
}

.icon-arrow-right:before {
  content: "\e915";
}

.icon-angle:before {
  content: "\e912";
}

.icon-news:before {
  content: "\e907";
}

.icon-podcast:before {
  content: "\e908";
}

.icon-search:before {
  content: "\e909";
}

.icon-user:before {
  content: "\e90a";
}

.icon-arrow-long-left:before {
  content: "\e90c";
}

.icon-arrow-long-bottom:before {
  content: "\e916";
}

.icon-arrow-long-top:before {
  content: "\e917";
}

.icon-arrow-long-right:before {
  content: "\e918";
}

.icon-basket:before {
  content: "\e90d";
}

.icon-call:before {
  content: "\e90e";
}

.icon-knowledgs:before {
  content: "\e90f";
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swal2-container-padding: 0.625em;
  --swal2-backdrop: rgba(0, 0, 0, 0.4);
  --swal2-width: 32em;
  --swal2-padding: 0 0 1.25em;
  --swal2-border: none;
  --swal2-border-radius: 0.3125rem;
  --swal2-background: white;
  --swal2-color: #545454;
  --swal2-footer-border-color: #eee;
  --swal2-show-animation: swal2-show 0.3s;
  --swal2-hide-animation: swal2-hide 0.15s forwards;
  --swal2-input-background: transparent;
  --swal2-progress-step-background: #add8e6;
  --swal2-validation-message-background: #f0f0f0;
  --swal2-validation-message-color: #666;
  --swal2-close-button-position: initial;
  --swal2-close-button-inset: auto;
  --swal2-close-button-font-size: 2.5em;
  --swal2-close-button-color: #ccc;
}

[data-swal2-theme=dark] {
  --swal2-dark-theme-black: #19191a;
  --swal2-dark-theme-white: #e1e1e1;
  --swal2-background: var(--swal2-dark-theme-black);
  --swal2-color: var(--swal2-dark-theme-white);
  --swal2-footer-border-color: #555;
  --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
  --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
  --swal2-validation-message-color: var(--swal2-dark-theme-white);
}

@media (prefers-color-scheme: dark) {
  [data-swal2-theme=auto] {
    --swal2-dark-theme-black: #19191a;
    --swal2-dark-theme-white: #e1e1e1;
    --swal2-background: var(--swal2-dark-theme-black);
    --swal2-color: var(--swal2-dark-theme-white);
    --swal2-footer-border-color: #555;
    --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
    --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
    --swal2-validation-message-color: var(--swal2-dark-theme-white);
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px var(--swal2-backdrop);
}

body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: var(--swal2-container-padding);
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: var(--swal2-backdrop);
}

div:where(.swal2-container).swal2-backdrop-hide {
  background: rgba(0, 0, 0, 0) !important;
}

div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}

div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}

div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}

div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}

div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}

div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}

div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}

div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: var(--swal2-width);
  max-width: 100%;
  padding: var(--swal2-padding);
  border: var(--swal2-border);
  border-radius: var(--swal2-border-radius);
  background: var(--swal2-background);
  color: var(--swal2-color);
  font-family: inherit;
  font-size: 1rem;
}

div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
  cursor: grab;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
  cursor: grab;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
  cursor: grabbing;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
  cursor: grabbing;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
  cursor: initial;
}

div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
}

div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}

div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
}

div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}

div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid var(--swal2-footer-border-color);
  color: inherit;
  font-size: 1em;
  text-align: center;
  cursor: initial;
}

div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: var(--swal2-border-radius);
  border-bottom-left-radius: var(--swal2-border-radius);
}

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
  cursor: initial;
}

div:where(.swal2-container) button:where(.swal2-close) {
  position: var(--swal2-close-button-position);
  inset: var(--swal2-close-button-inset);
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: var(--swal2-border-radius);
  background: rgba(0, 0, 0, 0);
  color: var(--swal2-close-button-color);
  font-family: monospace;
  font-size: var(--swal2-close-button-font-size);
  cursor: pointer;
  justify-self: end;
}

div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: rgba(0, 0, 0, 0);
  color: #f27474;
}

div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 1em 1.6em 0.3em;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  cursor: initial;
}

div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) textarea:where(.swal2-textarea), div:where(.swal2-container) select:where(.swal2-select), div:where(.swal2-container) div:where(.swal2-radio), div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}

div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: var(--swal2-input-background);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}

div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror, div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror, div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

div:where(.swal2-container) input:where(.swal2-input):focus, div:where(.swal2-container) input:where(.swal2-file):focus, div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

div:where(.swal2-container) input:where(.swal2-input)::placeholder, div:where(.swal2-container) input:where(.swal2-file)::placeholder, div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}

div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: var(--swal2-background);
}

div:where(.swal2-container) .swal2-range input {
  width: 80%;
}

div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

div:where(.swal2-container) .swal2-range input, div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: var(--swal2-input-background);
  font-size: 1.125em;
}

div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: var(--swal2-input-background);
  color: inherit;
  font-size: 1.125em;
}

div:where(.swal2-container) .swal2-radio, div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: var(--swal2-background);
  color: inherit;
}

div:where(.swal2-container) .swal2-radio label, div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

div:where(.swal2-container) .swal2-radio input, div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: var(--swal2-validation-message-background);
  color: var(--swal2-validation-message-color);
  font-size: 1em;
  font-weight: 300;
}

div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  font-weight: 600;
}

div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: var(--swal2-progress-step-background);
  color: #fff;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: var(--swal2-progress-step-background);
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}

div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}

div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

div:where(.swal2-icon).swal2-warning {
  border-color: #f8bb86;
  color: #f8bb86;
}

div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}

div:where(.swal2-icon).swal2-info {
  border-color: #3fc3ee;
  color: #3fc3ee;
}

div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}

div:where(.swal2-icon).swal2-question {
  border-color: #87adbd;
  color: #87adbd;
}

div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}

div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

[class^=swal2] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swal2-show {
  animation: var(--swal2-show-animation);
}

.swal2-hide {
  animation: var(--swal2-hide-animation);
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: var(--swal2-background);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}

.swal2-toast > * {
  grid-column: 2;
}

.swal2-toast h2:where(.swal2-title) {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-toast input:where(.swal2-input) {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}

.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-toast div:where(.swal2-footer) {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-toast button:where(.swal2-close) {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}

.swal2-toast div:where(.swal2-html-container) {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}

.swal2-toast div:where(.swal2-html-container):empty {
  padding: 0;
}

.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}

.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-toast div:where(.swal2-actions) {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}

.swal2-toast button:where(.swal2-styled) {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}

.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}

.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}

.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9019607843);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(255, 255, 255, 0.9019607843);
  border: var(--plyr-menu-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border: var(--plyr-menu-item-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1019607843);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1019607843);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90deg, currentColor 0, rgba(0, 0, 0, 0) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: rgba(0, 0, 0, 0);
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0);
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: rgba(0, 0, 0, 0);
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.2509803922);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
** persian-datepicker - v1.2.0
** Reza Babakhani <babakhani.reza@gmail.com>
** http://babakhani.github.io/PersianWebToolkit/docs/datepicker
** Under MIT license 
*/
.datepicker-plot-area {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
  transition: all 100ms ease;
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable {
  border-radius: 0;
}

.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.datepicker-plot-area .datepicker-time-view .down-btn {
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.datepicker-plot-area, .datepicker-plot-area .datepicker-time-view > .time-segment {
  border-radius: 0;
}

.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item, .datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  border-radius: 0;
}

.datepicker-plot-area {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item, .datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable, .datepicker-plot-area .datepicker-time-view > .time-segment, .datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn, .datepicker-plot-area .datepicker-time-view input, .datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev, .datepicker-plot-area .toolbox .pwt-btn-submit,
.datepicker-plot-area .toolbox .pwt-btn-calendar,
.datepicker-plot-area .toolbox .pwt-btn-today {
  cursor: pointer;
}

.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
  font: 14px;
  background-color: #fff;
  color: #333;
  border: 0;
  text-shadow: none;
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable {
  background-color: #f1f1f1;
  color: #ccc;
  border: none;
  text-shadow: none;
  cursor: default;
}

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
  background-color: #333;
  color: #fff;
  border: 0;
  text-shadow: none;
}

.datepicker-plot-area .datepicker-day-view .table-days td span.other-month {
  background-color: "";
  color: #ccc;
  border: none;
  text-shadow: none;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected {
  background-color: #005299;
  color: #fff;
  border: none;
  text-shadow: 1px 1px 1px #000;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover {
  background-color: #007be6;
  color: #fff;
  border: 0;
  text-shadow: none;
}

.datepicker-container {
  display: block;
  position: absolute;
  z-index: 100000;
  top: 0;
  direction: ltr;
}

.datepicker-container.pwt-hide {
  display: none;
}

.datepicker-plot-area {
  box-sizing: border-box;
  overflow: hidden;
  min-height: 70px;
  display: block;
  width: 200px;
  min-width: 200px;
  padding: 3px;
  position: absolute;
  font: 12px tahoma;
  border: 1px solid #ccc;
  background-color: #fff;
}

.datepicker-plot-area.datepicker-state-only-time {
  padding: 0;
}

.datepicker-plot-area table,
.datepicker-plot-area th,
.datepicker-plot-area td {
  border: 0;
  background: none;
}

.datepicker-plot-area * {
  text-align: center;
  color: #333;
}

.datepicker-plot-area .datepicker-day-view,
.datepicker-plot-area .datepicker-month-view,
.datepicker-plot-area .datepicker-year-view {
  display: block;
  width: 100%;
  float: left;
  min-height: 200px;
  margin: 0;
}

.datepicker-plot-area-inline-view {
  display: block;
  width: 100%;
  position: static;
  float: left;
}

.datepicker-plot-area .datepicker-time-view {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  background: #f9f9f9;
  border-top: 1px solid #f1f1f1;
}

.datepicker-plot-area .datepicker-time-view > .time-segment {
  display: block;
  width: 22%;
  float: left;
  overflow: hidden;
}

.datepicker-plot-area .datepicker-time-view > .time-segment:hover .down-btn,
.datepicker-plot-area .datepicker-time-view > .time-segment:hover .up-btn {
  font-weight: bold;
}

.datepicker-plot-area .datepicker-time-view .divider {
  display: block;
  width: 3%;
  height: 60px;
  line-height: 60px;
  float: left;
  overflow: hidden;
  font: 12px bold;
}

.datepicker-plot-area .datepicker-time-view .divider span {
  height: 60px;
  line-height: 60px;
}

.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  height: 20px;
  line-height: 22px;
  color: #ccc;
}

.datepicker-plot-area .datepicker-time-view .down-btn:hover,
.datepicker-plot-area .datepicker-time-view .up-btn:hover {
  background-color: rgba(250, 250, 250, 0.3);
  color: #807f7f;
}

.datepicker-plot-area .datepicker-time-view input {
  display: block;
  width: 90%;
  margin: 0 5%;
  height: 20px;
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
}

.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view {
  padding: 0 5px;
  margin: 0;
}

.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view > .time-segment,
.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view > .divider {
  padding: 5px 0;
}

.datepicker-plot-area.datepicker-state-no-meridian .datepicker-time-view > .time-segment {
  width: 31.33%;
}

.datepicker-plot-area.datepicker-state-no-meridian .datepicker-time-view > .meridian-divider {
  display: none;
}

.datepicker-plot-area.datepicker-state-no-second .datepicker-time-view > .time-segment {
  width: 31.33%;
}

.datepicker-plot-area.datepicker-state-no-second .datepicker-time-view > .second-divider {
  display: none;
}

.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view > .time-segment {
  width: 48%;
}

.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view > .second-divider,
.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view > .meridian-divider {
  display: none;
}

.datepicker-plot-area .datepicker-day-view .table-days {
  width: 100%;
  float: left;
  direction: rtl;
}

.datepicker-plot-area .datepicker-day-view .table-days td {
  width: 14.2%;
  height: 26px;
  padding: 0;
  margin: 0;
  position: relative;
}

.datepicker-plot-area .datepicker-day-view .table-days td .alter-calendar-day {
  font-style: normal;
  position: absolute;
  font-size: 8.5px;
  bottom: 0;
  right: 2px;
  color: #f1f1f1;
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
  display: block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box {
  display: block;
  width: 100%;
  float: right;
  min-height: 180px;
  margin: 8px 0;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 8px;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row {
  display: block;
  width: 100%;
  height: 25px;
  float: left;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
  display: block;
  width: 14.2%;
  height: 25px;
  float: right;
  line-height: 25px;
  font: 11px;
  font-weight: bold;
  color: #333;
}

.datepicker-plot-area .datepicker-year-view,
.datepicker-plot-area .datepicker-month-view {
  padding-top: 10px;
}

.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
  display: block;
  width: 33.333333%;
  margin: 2px 0 0;
  float: right;
  height: 42px;
  line-height: 42px;
}

.datepicker-plot-area .datepicker-navigator {
  display: block;
  width: 100%;
  float: left;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  display: block;
  float: left;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  background-color: rgba(250, 250, 250, 0.1);
  color: #333;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover {
  background-color: rgba(250, 250, 250, 0.3);
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
  display: block;
  width: 15%;
  float: left;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
  display: block;
  width: 66%;
  margin: 0 2%;
  float: left;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  display: block;
  width: 15%;
  float: left;
}

.datepicker-plot-area .toolbox {
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
}

.datepicker-plot-area .toolbox .pwt-btn-submit,
.datepicker-plot-area .toolbox .pwt-btn-calendar,
.datepicker-plot-area .toolbox .pwt-btn-today {
  background-color: rgba(250, 250, 250, 0.1);
  float: right;
  display: block;
  font-weight: bold;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  margin: 0 auto;
  margin-left: 5px;
  padding: 0 5px;
  min-width: 50px;
}

.datepicker-plot-area .toolbox .pwt-btn-submit:hover,
.datepicker-plot-area .toolbox .pwt-btn-calendar:hover,
.datepicker-plot-area .toolbox .pwt-btn-today:hover {
  background-color: rgba(250, 250, 250, 0.3);
}

.datepicker-plot-area .datepicker-navigator {
  display: block;
  width: 100%;
  float: left;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  display: block;
  float: left;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  background-color: rgba(250, 250, 250, 0.1);
  color: #333;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover {
  background-color: rgba(250, 250, 250, 0.3);
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
  display: block;
  width: 15%;
  float: left;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
  display: block;
  width: 66%;
  margin: 0 2%;
  float: left;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  display: block;
  width: 15%;
  float: left;
}

.datepicker-container.pwt-mobile-view {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 1s;
}

.datepicker-container.pwt-mobile-view.pwt-hide {
  top: 100vh;
  height: 0;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
  color: #fff;
  background: #ccc;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td,
.datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td span {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-container.pwt-mobile-view .datepicker-plot-area .datepicker-month-view .month-item {
  height: 70px;
  line-height: 70px;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area [class*=pwt-btn] {
  height: 48px;
  line-height: 48px;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .pwt-btn-today {
  float: left;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time {
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  padding-top: 60%;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
  margin-right: 5px;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view input {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  margin: 5px 0;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .divider,
.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .divider span {
  font-size: 16px;
  display: block;
  height: 144px;
  line-height: 144px;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .down-btn,
.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .up-btn {
  height: 48px;
  line-height: 48px;
}

.datepicker-container.pwt-mobile-view .datepicker-time-view input {
  height: 32px;
  line-height: 34px;
  font-size: 18px;
}

.datepicker-container.pwt-mobile-view .datepicker-time-view .divider,
.datepicker-container.pwt-mobile-view .datepicker-time-view .divider span {
  height: 120px;
  line-height: 120px;
}

.datepicker-container.pwt-mobile-view .datepicker-time-view .down-btn,
.datepicker-container.pwt-mobile-view .datepicker-time-view .up-btn {
  height: 40px;
  line-height: 40px;
}

.mfp-bg,
.mfp-wrap {
  z-index: 9999;
}

.mfp-wrap {
  z-index: 999999;
}

.btn-menu {
  width: 48px;
  height: 48px;
  border: 1px solid #dbe7ec;
  background-color: #ffffff;
  border-radius: 7px;
  font-size: 11px;
  color: #13d276;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.drop-menu:hover ul, .drop-menu.active ul {
  opacity: 1;
  visibility: visible;
  line-height: 51px;
}
.drop-menu ul {
  border: 1px solid #e4ecef;
  background-color: #ffffff;
  position: absolute;
  color: #3c5059;
  font-size: 12px;
  font-weight: 400;
  border-radius: 7px;
  width: 200px;
  top: calc(100% + 10px);
  left: 0;
  opacity: 0;
  line-height: 20px;
  visibility: hidden;
  transition: 0.3s;
  z-index: 99;
}
.drop-menu ul li a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px 0 20px;
  transition: 0.3s;
}
.drop-menu ul li a:hover {
  color: #13d276;
}
.drop-menu ul li a.active {
  color: #13d276;
}
.drop-menu ul li a i {
  font-size: 17px;
}
.drop-menu ul li:not(:last-child) {
  border-bottom: 1px solid #e6ebee;
}

.angle-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #ee273a;
}
.angle-up {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #13d276;
}

.breadcrumb {
  margin-bottom: 12px;
  text-align: center;
}
.breadcrumb a {
  color: #6d858f;
  font-size: 12px;
}
.breadcrumb a:after {
  content: "\e914";
  font-family: icomoon;
  margin-right: 10px;
  font-size: 9px;
  color: #95a9b2;
}
.breadcrumb a:not(.last-link) {
  margin-left: 10px;
}
.breadcrumb span {
  color: #6d858f;
  font-size: 12px;
}

.single__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.single__head-left, .single__head-right {
  display: flex;
}
.single__code {
  display: flex;
  flex-direction: column;
  color: #3c5059;
  font-size: 12px;
  font-weight: 400;
  padding-right: 22px;
  padding-top: 5px;
}
.single__code span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.56px;
}
.single__rating {
  padding-left: 20px;
  text-align: left;
}
.single__rate {
  color: #96a8b0;
  font-size: 12px;
  letter-spacing: 3px;
  padding-top: 4px;
}
.single__rate span {
  color: #13d276;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 3px;
  height: 15px;
  line-height: 19px;
  margin-bottom: 6px;
}
.single__thumb {
  text-align: center;
  margin-bottom: 55px;
}
.single__head-title {
  color: #3c5059;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 45px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.single__head-title span {
  padding-left: 25px;
  background: #ffffff;
  position: relative;
  z-index: 9;
}
.single__head-title:before {
  content: "";
  right: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  background-color: #e0e8ec;
  position: absolute;
}
.single__price {
  font-weight: 700;
  line-height: 15.52px;
  display: flex;
  flex-direction: column;
  direction: ltr;
  z-index: 9;
  background: #fff;
  padding-right: 25px;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
}
.single__price-diff {
  color: #3c5059;
  font-size: 14px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.single__price-diff i {
  margin-right: 5px;
}
.single__price-reg {
  color: #13d276;
  font-size: 27px;
  line-height: 15.52px;
}
.single__price-reg em {
  margin-left: 5px;
  font-size: 13px;
  font-style: normal;
}
.single__desc {
  color: #3c5059;
  font-size: 12px;
  font-weight: 400;
  line-height: 31px;
  text-align: justify;
}
.single__desc h2 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.single__desc h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.single__title {
  color: #3c5059;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  min-height: 75px;
}
.single__attr {
  margin-bottom: 58px;
}
.single__attr li {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 7px;
}
.single__attr li:nth-child(2n-1) {
  background-color: #f6f8f9;
}
.single__cart {
  background-color: #13d276;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 30px;
  box-shadow: 0 5px 10px -3px rgba(19, 210, 118, 0.5);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single__cart button {
  background: none;
  border: none;
  font-size: 12px;
  color: #ffffff;
  background: none !important;
}
.single__cart button .icon-basket {
  font-size: 16px;
  margin-left: 14px;
}
.single__sec {
  background-color: #f6f8f9;
  padding: 45px 0 55px;
}
.single__sec-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.single__sec-title {
  color: #6d858f;
  font-size: 14px;
  font-weight: 700;
}
.single__sec-more {
  color: #9aa4a8;
  font-size: 13px;
  font-weight: 700;
}
.single__sec-slider {
  padding: 2px;
  margin: -2px;
}
.single__sec-slider-nav {
  position: absolute;
  top: 50%;
  left: -52px;
  transform: translate(0, -50%);
  font-size: 22px;
  color: #bac8cf;
  transition: 0.3s;
  cursor: pointer;
}
.single__sec-slider-nav--prev {
  left: initial;
  right: -52px;
}
.single__sec-slider-nav:hover {
  color: #ee273a;
}
.single__sec-slider-prev {
  left: initial;
  right: -52px;
}

.expert {
  box-shadow: 0 2px 0 rgba(66, 93, 107, 0.1);
  background-color: #ffffff;
  padding: 20px 5px 15px;
  border-radius: 7px;
  text-align: center;
}
.expert--side {
  margin-bottom: 20px;
  position: relative;
  padding: 7px;
}
.expert__pic {
  -webkit-filter: contrast(120%) saturate(125%);
  filter: contrast(120%) saturate(125%);
  margin: 0 auto;
}
.expert__pic:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.expert--unit {
  padding: 10px;
  margin-bottom: 30px;
}
.expert--unit .expert__img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  border-radius: 7px;
}
.expert--unit .expert__name {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  background: rgb(36, 41, 50);
  background: -moz-linear-gradient(0deg, rgb(36, 41, 50) 20%, rgba(36, 41, 50, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(36, 41, 50) 20%, rgba(36, 41, 50, 0) 100%);
  background: linear-gradient(0deg, rgb(36, 41, 50) 20%, rgba(36, 41, 50, 0) 100%);
  height: 80px;
  margin-bottom: 0;
  line-height: 120px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.expert--unit .expert__calls {
  margin-bottom: 10px;
}
.expert--unit .expert__activities {
  display: flex;
  flex-wrap: wrap;
}
.expert--unit .expert__activity {
  background: #e8e8e8;
  color: #757373;
  padding: 0 5px;
  border-radius: 3px;
  margin: 0 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  height: 20px;
  display: inline-block;
  transition: 0.3s;
}
.expert--unit .expert__activity:hover {
  background: #6f6f6f;
  color: #f7f7f7;
}
.expert--unit .expert__socials a {
  margin: 0 8px;
  display: flex;
}
.expert__name {
  color: #3c5059;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
  display: block;
}
.expert__img {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: 0 -3px;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.expert__img:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
}
.expert__sec {
  color: #99adb6;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}
.expert__calls {
  margin-bottom: 10px;
  position: relative;
}
.expert__call {
  position: relative;
  border: 1px solid #eff3f4;
  background-color: #ffffff;
  padding: 0 5px;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  line-height: 25px;
}
.expert__call-title {
  color: #a4b7c0;
  font-size: 12px;
  font-weight: 700;
}
.expert__call-num {
  color: #768e99;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  direction: ltr;
  height: auto;
  line-height: 11px;
  align-items: center;
  justify-content: center;
  padding: 4px 0 2px;
}
.expert__call-num i {
  color: #ffffff;
  font-size: 12px;
  line-height: 13.8px;
  height: 11px;
  display: inline-block;
  border-radius: 0 3px 0 3px;
  background-color: #ee273a;
  padding: 0 3px 0 1px;
  margin-left: 3px;
  font-style: normal;
}
.expert__call:not(:last-child) {
  margin-bottom: 6px;
}
.expert__socials {
  font-size: 18px;
  color: #a2b9c3;
  transition: 0.3s;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.expert__socials a {
  transition: 0.3s;
  height: 20px;
}
.expert__socials a:hover {
  color: #13d276;
}

.experts {
  background-color: #f6f8f9;
  padding: 30px 0;
}
.experts__head {
  background-size: cover !important;
  border-radius: 7px;
  height: 300px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.experts__title {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  background: #242932;
  background: linear-gradient(0deg, #242932 20%, rgba(36, 41, 50, 0) 100%);
  height: 80px;
  line-height: 90px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}

.buy-steps {
  counter-reset: buy_steps;
  display: flex;
}

.buy-step {
  counter-increment: buy_steps;
  flex: 1;
  padding: 50px 5px;
  text-align: center;
}
.buy-step:hover i:after {
  background: #13d276;
}
.buy-step i {
  font-size: 42px;
  color: #98acb4;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.buy-step i:after {
  content: counter(buy_steps);
  width: 23px;
  height: 23px;
  line-height: 26px;
  background-color: #ee273a;
  border-radius: 50%;
  position: absolute;
  left: -9px;
  top: -2px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  font-family: dana;
  transition: 0.3s;
}
.buy-step:not(:last-child) {
  border-left: 1px solid #e7ecef;
}
.buy-step__title {
  color: #98acb4;
  font-size: 14px;
  font-weight: 500;
}

.related-product .last-orders__slider {
  overflow: hidden;
  padding: 2px;
  margin: -2px;
}
.related-product .last-order {
  box-shadow: 0 2px 0 rgba(66, 93, 107, 0.1);
}

.product-contents {
  margin-bottom: 33px;
}
.product-contents .tab-title {
  display: flex;
  margin-bottom: 37px;
}
.product-contents .tab-title [data-tab] {
  border: 1px solid #e1ecf1;
  background-color: #ffffff;
  transition: 0.3s;
  border-radius: 5px;
  color: #98acb5;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px 3px;
  cursor: pointer;
}
.product-contents .tab-title [data-tab] i {
  font-size: 15px;
  font-weight: 400;
  margin-left: 3px;
}
.product-contents .tab-title [data-tab]:not(:last-child) {
  margin-left: 10px;
}
.product-contents .tab-title [data-tab]:hover, .product-contents .tab-title [data-tab].active {
  background-color: #ee273a;
  border-color: #ee273a;
  color: #ffffff;
}

.product-content {
  box-shadow: 0 2px 0 rgba(66, 93, 107, 0.2);
  background-color: #f6f8f9;
  border-radius: 7px;
  padding: 23px 20px 20px;
  margin-bottom: 27px;
}
.product-content__title {
  color: #3c5059;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-content__title a {
  display: flex;
  align-items: center;
}
.product-content__title i {
  font-size: 15px;
  margin-left: 12px;
  color: #ee273a;
}
.product-content__meta {
  color: #8c9ba1;
  font-size: 12px;
  font-weight: 500;
}
.product-content__meta:not(:last-child) {
  margin-left: 25px;
}

.comments {
  background-color: #f6f8f9;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.comments__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.comments__head-left {
  display: flex;
}
.comments__head-right {
  display: flex;
  align-items: center;
}
.comments__count {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.52px;
  color: #13d276;
  margin-left: 14px;
  position: relative;
}
.comments__count span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-family: dana;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}
.comments__title {
  color: #6d858f;
  font-size: 15px;
  font-weight: 700;
}
.comments__title--small {
  font-size: 14px;
  font-weight: 500;
}
.comments__sort {
  box-shadow: 0 2px 0 rgba(65, 81, 89, 0.06);
  background-color: #ffffff;
  padding: 13px 25px;
  border-radius: 3px;
  color: #6d858f;
  font-size: 13px;
  font-weight: 500;
}
.comments__sort:not(:last-child) {
  margin-left: 30px;
}
.comments__sort--select {
  padding: 0;
}
.comments__sort--select .selectize-input {
  box-shadow: none;
  border: none;
  margin: 0 !important;
  height: 100%;
  display: flex !important;
  align-items: center;
  padding: 13px 25px;
  color: #6d858f;
}
.comments__content {
  margin-bottom: 20px;
}
.comments__content .comments-send__form {
  background: #d5e6dd;
  padding: 20px;
  border-radius: 8px;
  margin-top: 10px;
}
.comments__content .children {
  padding-right: 70px;
}
.comments__content li li .comment-body {
  background-color: #13d276;
  color: #ffffff;
}
.comments__content li li .comment-body__meta-btn {
  background-color: #1edd81;
}
.comments__content li li .comment-body__meta-btn .count {
  border-color: #13d276;
}
.comments__content li li .comment-body__meta-link {
  color: #ffffff;
}

.comment-body {
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.1);
  background-color: #ffffff;
  border-radius: 7px;
  padding: 40px 35px;
  margin-bottom: 20px;
  color: #6d858f;
}
.comment-body__name {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.comment-body__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
.comment-body__content {
  font-size: 13px;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 20px;
}
.comment-body__footer {
  display: flex;
  justify-content: space-between;
}
.comment-body__footer-right, .comment-body__footer-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.comment-body__meta-link {
  color: #92abb5;
  font-size: 13px;
  font-weight: 500;
}
.comment-body__meta-link:not(:last-child) {
  margin-left: 35px;
}
.comment-body__meta-btn {
  background-color: #f2f5f6;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-right: 15px;
  height: 42px;
}
.comment-body__meta-btn:not(:last-child) {
  margin-left: 10px;
}
.comment-body__meta-btn:hover i, .comment-body__meta-btn.active i {
  color: #0fc56d;
}
.comment-body__meta-btn i {
  margin-left: 10px;
  transition: 0.3s;
  font-size: 18px;
}
.comment-body__meta-btn .count {
  border-right: 1px solid #fff;
  text-align: center;
  width: 44px;
  height: 100%;
  line-height: 42px;
  margin-right: 30px;
}
.comment-body__role {
  height: 17px;
  background-color: #ee273a;
  border-radius: 5px 5px 0 5px;
  display: inline-block;
  padding: 0 4px;
  margin-right: 8px;
}
.comment-body__tell {
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
}
.comment-body__tell i {
  margin-left: 3px;
  display: inline-block;
  height: 14px;
  background-color: #ee273a;
  border-radius: 5px;
  padding: 0 4px;
}

.comments-send {
  border-radius: 7px;
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.1);
  background-color: #ffffff;
  padding: 40px 35px;
  margin-bottom: 40px;
}
.comments-send__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.comments-send__head-right, .comments-send__head-left {
  display: flex;
  align-items: center;
}
.comments-send__input {
  margin-bottom: 20px;
  position: relative;
}
.comments-send__input input, .comments-send__input textarea {
  background-color: #f6f8f9;
  border-radius: 7px;
  color: #6d858f;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  height: 48px;
  padding: 0 20px;
}
.comments-send__input textarea {
  padding-top: 22px;
  margin-bottom: 5px;
  min-height: 130px;
}
.comments-send__input-require {
  color: #99aab1;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.comments-send__submit {
  height: 42px;
  background-color: #f6f8f9;
  border-radius: 3px;
  color: #c0cdd3;
  font-size: 15px;
  font-weight: 700;
  padding: 0 20px;
  margin-left: 15px;
}
.comments-send__submit.active {
  color: #ffffff;
  background-color: #13d276;
  box-shadow: 0 5px 18px -5px #13d276;
}
.comments-send__login {
  color: #8da2ab;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.52px;
  margin-right: 30px;
}
.comments-send__login a {
  color: #6d858f;
  font-weight: 600;
}

.comments-user {
  color: #6d858f;
  font-size: 14px;
  font-weight: 500;
}
.comments-user__close {
  color: #ee273a;
  margin-right: 5px;
}

.single-blog .weight-table {
  padding: 10px 20px;
  background: #8da3ac;
  color: #ffffff;
  margin-bottom: 30px;
}
.single-blog .weight-table__title {
  padding-right: 40px;
  font-size: 15px;
  color: #ffffff;
}
.single-blog .weight-table__title i {
  left: initial;
  right: 0;
  font-size: 30px;
  top: 11px;
}
.single-blog .weight-table__field-input {
  width: 100%;
  height: 45px;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.single-blog .weight-table input {
  padding: 0 12px;
}
.single-blog .weight-table__result {
  min-width: 300px;
  background: #333;
  border-radius: 7px;
  min-height: 75px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  margin: 30px 0 20px;
}
.single-blog .weight-table__result-val {
  font-size: 28px;
  letter-spacing: -2px;
  padding: 0 10px;
}
.single-blog .weight-table .selectize-input {
  border-radius: 7px;
  padding: 0 12px;
}
.single-blog .weight-table .selectize-dropdown-content {
  background: #ffffff;
}

.padl20 {
  padding-left: 20px;
}

.ltr {
  direction: ltr;
}

.p30 {
  margin: 0 -15px;
}
.p30 > [class*=col] {
  padding: 0 15px;
}

.p20 {
  margin: 0 -10px;
}
.p20 > [class*=col] {
  padding: 0 10px;
}

.p10 {
  margin: 0 -5px;
}
.p10 > [class*=col] {
  padding: 0 5px;
}

.p15 {
  margin: 0 -7.5px;
}
.p15 > [class*=col] {
  padding: 0 7.5px;
}

.p25 {
  margin: 0 -12.5px;
}
.p25 > [class*=col] {
  padding: 0 12.5px;
}

.p60 {
  margin: 0 -30px;
}
.p60 > [class*=col] {
  padding: 0 30px;
}

.p70 {
  margin: 0 -35px;
}
.p70 > [class*=col] {
  padding: 0 35px;
}

.p-side-4 {
  padding: 0 4px;
}

.bb1-gray {
  border-bottom: 1px solid #d8e1e6;
}

.bg-gray {
  background: #d8e1e6;
}
.bg-gray--full {
  box-shadow: 1000px 0 0 #d8e1e6, -1000px 0 0 #d8e1e6;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 25px;
}

.pl20 {
  padding-left: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr80 {
  margin-right: 80px;
}

.list-2col {
  display: flex;
  flex-wrap: wrap;
}
.list-2col li {
  flex: 1 0 50%;
}

.ads {
  position: relative;
  margin-bottom: 65px;
}
.ads img:not(.ads__blur) {
  position: relative;
  z-index: 9;
}
.ads__blur {
  position: absolute;
  z-index: 0;
  width: auto;
  filter: blur(25px);
  transform: scale(0.97);
  right: 0;
  left: 0;
  top: 20px;
  opacity: 0.4;
}

.img {
  position: relative;
}
.img img:not(.img__blur) {
  position: relative;
  z-index: 9;
}
.img__blur {
  position: absolute;
  z-index: 0;
  width: auto;
  filter: blur(25px);
  transform: scale(0.97);
  right: 0;
  left: 0;
  top: 20px;
  opacity: 0.4;
}
.img--center .img__blur {
  left: 50%;
  right: initial;
  transform: scale(0.97) translate(-50%, 0);
}

video {
  max-width: 100%;
  height: auto;
}

.input-text {
  height: 48px;
  box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
  background-color: #f6f8f9;
  line-height: 48px;
  color: #6e828b;
  font-size: 14px;
  font-weight: 500;
  padding: 0 18px;
  margin-bottom: 23px;
  width: 100%;
  border-radius: 3px;
}
.input-text--area {
  height: auto;
}

.input-label {
  margin-bottom: 5px;
}

.swal2-container {
  z-index: 99999999;
}

[data-tabc]:not(:first-child) {
  display: none;
}

.selectize-control.ajax-load .selectize-input:after {
  content: "\e909";
  font-family: icomoon;
  border: none;
  width: 15px;
  height: 15px;
  line-height: 13px;
  top: 50% !important;
  transform: translate(0, -50%);
  margin: 0 !important;
}

.primary-btn {
  height: 50px;
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.2);
  background-color: #13d276;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 7px;
  transition: 0.3s;
}
.primary-btn--big {
  width: 100%;
  font-size: 22px;
  line-height: 96%;
}
.primary-btn:hover {
  top: 2px;
  box-shadow: none;
}

.shadow-box {
  box-shadow: 0 2px 0 rgba(66, 93, 107, 0.1);
  background-color: #fff;
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 20px;
  line-height: 24px;
}

.custom-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 15px;
  text-align: justify;
}
.custom-text p a {
  position: relative;
  color: #ee273a;
  display: inline-block;
}
.custom-text p a:before {
  content: "";
  background: rgb(225, 230, 232);
  right: 0;
  left: 0;
  bottom: 5px;
  height: 1px;
  position: absolute;
}
.custom-text h1 {
  font-size: 24px;
  margin-bottom: 25px;
  color: #ee273a;
  font-weight: 700;
}
.custom-text h2 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #ee273a;
  font-weight: 700;
}
.custom-text h3 {
  font-size: 20px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.custom-text h4 {
  font-size: 18px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.custom-text h5 {
  font-size: 16px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.custom-text h6 {
  font-size: 14px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.custom-text img {
  margin: 75px 0 70px;
}
.custom-text figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-text blockquote {
  position: relative;
  border-top: 1px solid #dbe3e7;
  border-bottom: 1px solid #dbe3e7;
  padding: 40px 0;
  margin: 30px 0 65px;
  color: #647a84;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
  text-align-last: center;
}
.custom-text blockquote:before {
  content: "\e953";
  font-family: icomoon;
  width: 60px;
  height: 25px;
  background-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
  color: #b99d3e;
  text-align: center;
  line-height: 20px;
}
.custom-text blockquote:after {
  content: "\e952";
  font-family: icomoon;
  background-color: #ffffff;
  font-size: 12px;
  color: #ccd4d8;
  bottom: -50px;
  left: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.custom-text blockquote cite {
  color: #96a9b2;
  font-size: 13px;
  font-weight: 400;
  padding: 0 20px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  font-style: normal;
}
.custom-text ul {
  margin-bottom: 20px;
  line-height: 32px;
}
.custom-text ul li {
  padding-right: 20px;
  position: relative;
}
.custom-text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #a3b7c0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 11px;
}
.custom-text ul li:hover:before {
  background: #13d276;
}
.custom-text ul ul {
  padding-right: 20px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome and Opera */
}

.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text {
  font-family: inherit !important;
}

.eapps-instagram-feed {
  font-family: inherit !important;
}

[data-tooltip] {
  position: relative;
}
[data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translate(-50%, 0);
  background: #3c5059;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  color: white;
  white-space: nowrap;
  padding: 5px 10px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
[data-tooltip]:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - 4px);
  transform: translate(-50%, 0);
  width: 8px;
  height: 8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #3c5059;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}
[data-tooltip]:hover:after {
  opacity: 1;
  visibility: visible;
}
[data-tooltip].tooltip-right:before {
  bottom: initial;
  left: calc(100% + 12px);
  top: 50%;
  transform: translate(0, -50%);
}
[data-tooltip].tooltip-right:after {
  bottom: initial;
  left: calc(100% + 4px);
  top: 50%;
  transform: translate(0, -50%);
  border-left: none;
  border-bottom: 4px solid transparent;
  border-right: 8px solid #3c5059;
  border-top: 4px solid transparent;
}

.list-row__item {
  background: #f2f2f2;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 8px 12px;
  border-radius: 7px;
  margin-bottom: 20px;
  font-size: 15px;
  display: block;
}

.ps {
  position: relative;
}

.captcha-image {
  border-radius: 50px;
}

.table-subtitle {
  height: 42px;
}
.table-subtitle .subtitle {
  display: none;
}

.site-header {
  margin-bottom: 48px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.site-header--top {
  padding: 8px 0 0;
  background: #eaeff1;
}
.site-header--fix {
  padding-bottom: 111.5px;
}
.site-header .user-area {
  padding-right: 27px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -4px;
  height: 100%;
}
.site-header .user-area.logined:before {
  content: "\e90b";
  font-family: icomoon;
  font-size: 8px;
  color: #3c5059;
  position: absolute;
  left: 10px;
  top: 5px;
}
.site-header .user-area i {
  position: absolute;
  font-size: 17px;
  right: 0;
}
.site-header .user-area__name {
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
}
.site-header .user-area__well {
  font-size: 12px;
  font-weight: 400;
}
.site-header .logo {
  padding-bottom: 18px;
  text-align: center;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.site-header .head-sec-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .search {
  position: relative;
  flex: 1 0 auto;
  height: 37px;
}
.site-header .search__btn {
  background: none;
  border: none;
  font-size: 18px;
  text-shadow: 0 2px 4px rgba(71, 91, 100, 0.26);
  color: #13d276;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.site-header .search input {
  font-size: 12px;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  padding: 0 10px;
  background: #fff;
  color: #3c5059;
  font-weight: 700;
  outline: 0;
}
.site-header .langs {
  display: flex;
  align-items: center;
}
.site-header .langs a {
  margin-right: 15px;
}
.site-header .tell {
  position: relative;
  padding-bottom: 5px;
  line-height: 19px;
}
.site-header .tell:before {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+75&0+7,1+75,1+75 */
  background: -moz-linear-gradient(top, rgba(234, 239, 241, 0) 0%, rgba(234, 239, 241, 0) 7%, rgb(234, 239, 241) 75%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(234, 239, 241, 0) 0%, rgba(234, 239, 241, 0) 7%, rgb(234, 239, 241) 75%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(234, 239, 241, 0) 0%, rgba(234, 239, 241, 0) 7%, rgb(234, 239, 241) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c5059", endColorstr="#3c5059", GradientType=0); /* IE6-9 */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  z-index: 9;
  pointer-events: none;
}
.site-header .tell__nums {
  position: relative;
  z-index: 99;
}
.site-header .tell__title {
  margin-bottom: 2px;
}
.site-header .tell__title span {
  position: relative;
  top: -4px;
  right: -3px;
}
.site-header .tell__num {
  color: #13d276;
  font-size: 16px;
  font-weight: 500;
}
.site-header .tell__num span {
  color: #3c5059;
  padding-right: 3px;
}
.site-header .tell i {
  overflow: hidden;
  position: absolute;
  font-size: 72px;
  color: #d8e1e6;
  left: 0;
  bottom: 0;
  height: 50px;
}
.site-header .menu {
  display: flex;
  justify-content: space-between;
}
.site-header .menu > li > a {
  padding: 25px 0 19px;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  min-width: 100px;
}
.site-header .menu > li > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  background-color: #13d276;
  left: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 0;
}
.site-header .menu > li > a:before {
  content: "\e90b";
  font-family: icomoon;
  width: 8px;
  font-size: 6px;
  color: #13d276;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  left: 50%;
  transform: translate(-50%, 0);
}
.site-header .menu > li > a i {
  font-size: 32px;
  color: #3c5059;
  padding-bottom: 15px;
  transition: 0.3s;
}
.site-header .menu > li:hover > a {
  padding-top: 20px;
  padding-bottom: 32px;
  color: #13d276;
}
.site-header .menu > li:hover > a i {
  padding-bottom: 7px;
  color: #13d276;
}
.site-header .menu > li:hover > a:after {
  left: 0;
  transform: translate(0, 0);
  width: 100%;
}
.site-header .menu > li:hover > a:before {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}
.site-header .menu > li:hover .menu__mega,
.site-header .menu > li:hover .normal-sub-menu {
  opacity: 1;
  visibility: visible;
}
.site-header .menu__mega {
  overflow: hidden;
  position: absolute;
  background-color: #8da3ac;
  right: 15px;
  left: 15px;
  top: calc(100% - 1px);
  z-index: 99;
  padding: 40px 50px;
  border-radius: 0 0 12px 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.site-header .menu__mega--tab {
  border-radius: 0 0 12px 12px;
}
.site-header .menu__mega > .row > .col {
  flex: 0 1 auto;
}
.site-header .menu__mega-col {
  min-width: 145px;
}
.site-header .menu__mega-col-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
  color: #d9e5ea;
}
.site-header .menu__mega-col-title {
  font-size: 14px;
  font-weight: 700;
  height: 38px;
}
.site-header .menu__mega-col-more {
  font-weight: 500;
  transition: 0.3s;
  line-height: 15px;
}
.site-header .menu__mega-col-more i {
  font-size: 11px;
  margin-right: 20px;
  position: relative;
  top: 2px;
}
.site-header .menu__mega-col-more:hover {
  color: #fff;
}
.site-header .menu__mega-col-content .sub-menu {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
}
.site-header .menu__mega-col-content .sub-menu li a {
  transition: 0.3s;
  display: block;
}
.site-header .menu__mega-col-content .sub-menu li a:hover {
  padding-right: 10px;
}
.site-header .menu__mega-col-content .sub-menu__col2 {
  column-count: 2;
}
.site-header .menu__mega-col-content .sub-menu__col3 {
  column-count: 3;
}
.site-header .menu__mega-col-content .sub-menu__col4 {
  column-count: 4;
}
.site-header .menu__mega--wide {
  column-count: 3;
}
.site-header .menu__mega--wide li a {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.site-header .menu__mega--wide li a:hover {
  color: #353535;
}
.site-header .menu__mega .tab-title {
  display: flex;
  margin: -40px -50px 20px;
  background: rgba(0, 0, 0, 0.1);
}
.site-header .menu__mega .tab-title [data-tab] {
  text-align: center;
  transition: 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 700;
  padding: 10px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  min-width: 100px;
}
.site-header .menu__mega .tab-title [data-tab].active {
  background-color: #8da3ac;
  color: #ffffff;
}
.site-header .menu .normal-sub-menu {
  background-color: #8da3ac;
  border-radius: 12px 0 12px 0;
  width: 255px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 999;
  transition: 0.3s;
}
.site-header .menu .normal-sub-menu li a {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 51px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 23px;
  transition: 0.3s;
}
.site-header .menu .normal-sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.site-header .cart {
  display: flex;
  flex-direction: column;
  padding: 32px 10px 18px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
}
.site-header .cart span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
}
.site-header .cart span:before {
  content: "";
  width: 36px;
  height: 36px;
  border: 1px solid #e7ebee;
  opacity: 0.4;
  position: absolute;
  border-radius: 100%;
  right: 1px;
  top: -17px;
}
.site-header .cart span:after {
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid #e7ebee;
  position: absolute;
  border-radius: 100%;
  right: 5px;
  top: -13px;
}
.site-header .cart span i {
  font-size: 23px;
  color: #13d276;
  position: relative;
  padding-bottom: 18px;
}
.site-header .cart span i:before {
  position: relative;
  z-index: 9;
}
.site-header .cart span i:after {
  content: "";
  width: 41px;
  height: 41px;
  border: 1px solid #e7ebee;
  opacity: 0.2;
  position: absolute;
  border-radius: 100%;
  left: 6px;
  top: -19px;
}
.site-header .cart__count {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #677e87;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  right: -9px;
  top: -7px;
  font-family: dana;
  line-height: 20px;
  text-align: center;
  z-index: 99;
}
.site-header .consulting {
  border-radius: 4px;
  font-size: 14px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
  background: #13d276;
  color: #fff;
  height: 35px;
  transition: 0.3s;
}
.site-header .consulting:hover {
  background: #11a85f;
}
.site-header .bb-header {
  border-bottom: 1px solid #d8e1e6;
}
@keyframes op-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .site-header .sticky-head {
    top: -100%;
  }
  .site-header .sticky-head--fix {
    transition: 0.3s;
    position: fixed;
    top: 0;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .site-header .sticky-head--fix > .row {
    width: 1170px;
  }
  .site-header .sticky-head--fix .logo {
    padding: 0;
    align-items: center;
  }
  .site-header .sticky-head--fix .logo img {
    width: auto;
    height: 40px;
  }
  .site-header .sticky-head--fix .menu {
    border: none;
  }
  .site-header .sticky-head--fix .menu > li > a {
    padding: 0;
    padding-bottom: 3px;
  }
  .site-header .sticky-head--fix .menu > li > a:before {
    display: none;
  }
  .site-header .sticky-head--fix .menu > li > a i {
    font-size: 20px;
    padding-bottom: 3px;
    padding-top: 4px;
  }
  .site-header .sticky-head--fix .cart {
    padding: 0;
    border: none;
    align-items: center;
    display: flex;
    height: 100%;
    padding-top: 6px;
  }
  .site-header .sticky-head--fix .cart span {
    font-size: 0;
  }
  .site-header .sticky-head--fix .cart span:before, .site-header .sticky-head--fix .cart span:after {
    display: none;
  }
  .site-header .sticky-head--fix .cart span i {
    padding: 0;
  }
}

.app-suggestion {
  background: #ee273a;
  padding: 7px 32px 7px 68px;
  color: #ffffff;
  position: relative;
  width: 100%;
}
.app-suggestion__close {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 17px;
  cursor: pointer;
}
.app-suggestion__install {
  left: 12px;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  background: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 15px;
  color: #3c5059;
  font-weight: 700;
  cursor: pointer;
}
.app-suggestion__title {
  font-size: 17px;
  margin-bottom: 3px;
  font-weight: 700;
}
.app-suggestion__desc {
  font-size: 13px;
  line-height: 18px;
}

.search-index {
  overflow: hidden;
}
.search-index__content {
  max-width: 560px;
  margin: 0 auto;
  padding-top: 160px;
  text-align: center;
  padding-bottom: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-index__title {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 8px;
}
.search-index__desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 35px;
}
.search-index__form {
  display: flex;
  margin-bottom: 45px;
  width: 100%;
  position: relative;
  pointer-events: all !important;
}
.search-index__form input {
  height: 72px;
  background-color: #eaeff1;
  padding: 0 30px;
  border-radius: 10px;
  color: #6f7679;
  font-size: 14px;
  flex: 0 1 auto;
  width: calc(100% - 90px);
}
.search-index__form button {
  height: 72px;
  width: 79px;
  margin-right: 10px;
  background-color: #13d276;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-shadow: 0 2px 4px rgba(71, 91, 100, 0.26);
  color: #ffffff;
  box-shadow: 0 7px 8px -5px rgba(19, 210, 118, 0.9);
  display: flex !important;
  flex: 1 0 auto;
}
.search-index .float-el {
  position: absolute;
  z-index: 0;
}
.search-index .float-el img {
  position: relative;
  z-index: 10;
  max-width: initial;
}
.search-index .float-el--e1 {
  left: initial !important;
  top: initial !important;
  right: initial !important;
  margin-right: -266px;
  margin-top: -8px;
  z-index: 9;
}
.search-index .float-el--e2 {
  left: initial !important;
  top: initial !important;
  right: initial !important;
  margin-right: -160px;
  margin-top: -200px;
}
.search-index .float-el--e3 {
  left: initial !important;
  top: initial !important;
  right: initial !important;
  margin-right: -395px;
  margin-top: -138px;
}
.search-index .float-el--e4 {
  left: initial !important;
  top: initial !important;
  right: initial !important;
  margin-right: -740px;
  margin-top: 5px;
}
.search-index .float-el--e5 {
  left: initial !important;
  top: initial !important;
  right: initial !important;
  margin-right: 630px;
  margin-top: -176px;
}
.search-index .float-el--e6 {
  left: initial !important;
  top: initial !important;
  right: initial !important;
  margin-right: 700px;
  margin-top: 7px;
  z-index: 9;
}
.search-index .float-el--e7 {
  left: initial !important;
  top: initial !important;
  right: initial !important;
  margin-right: 1000px;
  margin-top: 26px;
}
.search-index .float-el--e8 {
  left: initial !important;
  top: initial !important;
  right: initial !important;
  margin-right: 1110px;
  margin-top: -220px;
}
.search-index .float-el--long-shadow:before {
  content: "";
  width: 77px;
  height: 25px;
  opacity: 0.2;
  position: absolute;
  bottom: -200px;
  background: #000;
  transform: rotateX(70deg);
  filter: blur(15px);
}
.search-index .float-el--short-shadow:before {
  content: "";
  width: 97px;
  height: 25px;
  opacity: 0.2;
  position: absolute;
  bottom: -35px;
  left: 0;
  background: #000;
  transform: rotateX(70deg);
  filter: blur(15px);
}
.search-index__most {
  justify-content: space-between;
  font-size: 14px;
  display: flex;
  width: 100%;
  color: #677e87;
}
.search-index__most ul {
  display: flex;
}
.search-index__most ul li:not(:last-child) {
  margin-left: 25px;
}
.search-index__most ul li a {
  color: #3c5059;
  font-size: 14px;
  transition: 0.3s;
  display: flex;
  border-bottom: 1px solid #ced3d5;
  transition: 0.3s;
  line-height: 16px;
}
.search-index__most ul li a:hover {
  color: #19c572;
  border-bottom: 1px solid #c5f0dc;
}
.search-index__next {
  font-size: 34px;
  color: #c7d5db;
  position: relative;
  top: 100px;
}
.search-index__next:before {
  content: "";
  border-radius: 20px;
  width: 23px;
  height: 32px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  box-shadow: 0 3px 2px -1.4px rgba(0, 0, 0, 0.3);
  z-index: 9;
  transition: 0.3s;
  opacity: 0;
  animation: fade-toggle 2s ease-in-out infinite;
}
.search-index__next em:before {
  content: "";
  border-radius: 20px;
  width: 23px;
  height: 32px;
  background-color: #fff;
  position: absolute;
  bottom: -9px;
  left: 0;
  opacity: 0;
  box-shadow: 0 3px 2px -1.4px rgba(0, 0, 0, 0.3);
  animation: fade-toggle 2s 0.4s ease-in-out infinite;
  transition: 0.3s;
}
.search-index__next em:after {
  content: "";
  border-radius: 20px;
  width: 23px;
  height: 32px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  box-shadow: 0 3px 2px -1.4px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  animation: fade-toggle 2s 0.2s ease-in-out infinite;
}
.search-index__next i {
  font-size: 34px;
  position: relative;
  z-index: 9;
}
.search-index__next i:after {
  content: "\e91a";
  position: absolute;
  left: 8px;
  top: 8px;
  font-family: icomoon;
  font-size: 10px;
  color: #ee273a;
  width: 8px;
}

/* Standard syntax */
@keyframes fade-toggle {
  0% {
    opacity: 0;
    margin-bottom: 10px;
  }
  50% {
    opacity: 1;
    margin-bottom: 0;
  }
  0% {
    opacity: 0;
    margin-bottom: 10px;
  }
}
.services {
  padding: 0 25px 0 10px;
  margin-bottom: 65px;
}
.services .row {
  position: relative;
  /*&:before {
   content: '';
   position: absolute;
   right: 0;
   left: 0;
   top: 77px;
   height: 1px;
   background-color: #d8e1e6;
  }*/
  min-width: 1170px;
}

.service {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.service:hover .service__shape-front {
  bottom: 47px;
}
.service:hover .service__shape:before {
  width: 50px;
  left: 50px;
  filter: blur(22px);
}
.service__header {
  flex: 1 0 100%;
}
.service__shape {
  display: flex;
  position: relative;
  padding-bottom: 15px;
}
.service__shape:before {
  content: "";
  width: 70px;
  height: 50px;
  background-color: #495b64;
  opacity: 0.2;
  position: absolute;
  left: 35px;
  bottom: -7px;
  border-radius: 100%;
  transform: rotateX(65deg);
  filter: blur(22px);
  transition: 0.3s ease-in-out;
}
.service__shape i {
  font-size: 125px;
  color: #95a9b2;
  text-shadow: 0 0 5px -3px #95a9b2, 10px 10px 0 #e3eef2;
}
.service__shape-bg {
  margin-right: auto;
}
.service__shape-front {
  position: absolute;
  left: 40px;
  bottom: 27px;
  transition: 0.3s ease-in-out;
}
.service__title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}
.service__content {
  flex: 1 0 100%;
  padding-left: 10px;
  text-align: justify;
  margin-bottom: 25px;
  line-height: 27px;
  font-weight: 500;
}
.service__more {
  flex: 1 0 100%;
  height: 27px;
  background-color: #95a9b2;
  color: #ffffff;
  font-size: 12px;
  left: 10px;
  position: relative;
  padding: 5px 10px 4px 42px;
  box-shadow: 0 12px 19px -7px rgba(124, 142, 152, 0.6);
  border-radius: 30px;
  margin: 0 auto;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.service__more:hover {
  box-shadow: 0 0 19px -7px rgba(124, 142, 152, 0.6);
}
.service__more i {
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 9px;
}
.service--green .service__title {
  color: #13d276;
}
.service--green .service__more {
  background: #13d276;
  box-shadow: 0 12px 19px -7px rgba(19, 210, 118, 0.6);
}
.service--green .service__more:hover {
  box-shadow: 0 0 19px -7px rgba(19, 210, 118, 0.6);
}
.service--green .service__shape-bg .angle-top {
  fill: #13d276;
}
.service--red .service__title {
  color: #ee273a;
}
.service--red .service__more {
  background: #ee273a;
  box-shadow: 0 12px 19px -7px rgba(238, 39, 58, 0.6);
}
.service--red .service__more:hover {
  box-shadow: 0 0 19px -7px rgba(238, 39, 58, 0.6);
}
.service--red .service__shape-bg .angle-top {
  fill: #ee273a;
}

.quick-view {
  padding: 20px 0;
  background-color: #eaeff1;
  margin-bottom: 50px;
}
.quick-view__box {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.quick-view__box--icon .quick-view__title {
  padding-right: 50px;
  border: none;
}
.quick-view__header {
  position: relative;
}
.quick-view__header i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #95a9b2;
  right: 20px;
  top: 24px;
  position: absolute;
}
.quick-view__title {
  padding: 25px 25px 20px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #e9eef1;
}
.quick-view__search {
  height: 35px;
  background-color: #f6f8f9;
  position: relative;
}
.quick-view__search input {
  width: 100%;
  height: 100%;
  background: none;
  padding: 0 15px;
  color: #81949d;
}
.quick-view__search button {
  background: none;
  border: none;
  left: 14px;
  top: 10px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #95a9b2;
  padding: 0;
  position: absolute;
}
.quick-view__content {
  flex: 1 0 auto;
}
.quick-view__content--cat {
  padding: 15px 0;
}
.quick-view__content .ct-chart {
  height: 344px;
}
.quick-view__cats {
  max-height: 535px;
  overflow-y: auto;
  height: 100%;
}
.quick-view .jspVerticalBar {
  height: 100%;
  width: 4px;
  background-color: #f4f7f8;
  left: 20px;
  right: initial;
}
.quick-view .jspTrack {
  background-color: #f4f7f8;
}
.quick-view .jspDrag {
  background-color: #b8c9d0;
}
.quick-view__price-list {
  max-height: 624px;
  overflow-x: hidden !important;
}
.quick-view__price-list .jspContainer {
  width: 100% !important;
}
.quick-view__price-list .jspPane {
  position: absolute;
  margin: 0 !important;
  width: calc(100% - 5px) !important;
}
.quick-view__price-list .jspVerticalBar {
  left: 0;
}
.quick-view__cat-list > li {
  position: relative;
  padding: 0 20px 0 20px;
  line-height: 41px;
  color: #6f8088;
  font-size: 14px;
  font-weight: 500;
}
.quick-view__cat-list > li a {
  display: block;
  transition: 0.3s ease-in-out;
}
.quick-view__cat-list > li a:hover {
  color: #ee273a;
}
.quick-view__cat-list > li.menu-item-has-children:before {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #ccd6db;
  position: absolute;
  right: 5px;
  top: 14px;
  cursor: pointer;
}
.quick-view__cat-list > li.menu-item-has-children:after {
  content: "\e931";
  position: absolute;
  right: 6.5px;
  top: 15px;
  color: #95a9b2;
  font-size: 7px;
  font-weight: 500;
  font-family: icomoon;
  width: 7px;
  height: 7px;
  line-height: 8px;
  cursor: pointer;
}
.quick-view__cat-list > li.active {
  color: #ee273a;
}
.quick-view__cat-list > li.active:after {
  content: "\e930";
}
.quick-view__cat-list > li ul {
  display: none;
  position: relative;
  overflow: hidden;
  margin-right: -10px;
  padding-right: 12px;
  margin-bottom: 10px;
}
.quick-view__cat-list > li ul:before {
  content: ".....................................................";
  position: absolute;
  color: #acbdc4;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 7px;
  height: 7px;
  transform: rotate(-90deg);
  transform-origin: right;
  top: 0;
  bottom: 3px;
  overflow: hidden;
  right: 0;
}
.quick-view__cat-list > li ul li {
  color: #6e8691;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.quick-view__cat-list > li ul li .quick-view__item-more {
  top: 0;
  left: 0;
}
.quick-view__item-more {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #f2f2f2;
  border-radius: 3px;
  padding-top: 4px;
  padding-right: 2px;
  z-index: 9;
  font-size: 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.quick-view__item-more:hover {
  color: #383838;
}
.quick-view__more {
  height: 48px;
  border: 1px solid #d1dade;
  background-color: #eaeff1;
  color: #3c5059;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border-radius: 7px;
}
.quick-view__more i {
  margin-right: 8px;
  font-size: 8px;
}
.quick-view__more:hover {
  background-color: #bbc7cc;
  color: #ffffff;
}
.quick-view__table {
  display: table;
  width: 100%;
  text-align: center;
}
.quick-view__table .quick-view__table-row {
  display: table-row;
}
.quick-view__table .quick-view__table-row:nth-child(2n) {
  background-color: #f6f8f9;
}
.quick-view__table .quick-view__table-row .quick-view__table-th,
.quick-view__table .quick-view__table-row .quick-view__table-td {
  display: table-cell;
  font-size: 13px;
  font-weight: 500;
  padding: 14.4px 0;
}
.quick-view__table .quick-view__table-row .quick-view__table-th:first-child,
.quick-view__table .quick-view__table-row .quick-view__table-td:first-child {
  padding-right: 8px;
}
.quick-view__table .quick-view__table-row .quick-view__table-th:last-child,
.quick-view__table .quick-view__table-row .quick-view__table-td:last-child {
  padding-left: 10px;
}
.quick-view__table .quick-view__table-row .quick-view__table-th {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  height: 42px;
  vertical-align: middle;
  line-height: 15px;
}
.quick-view__table .quick-view__date {
  padding: 3px 4px 0;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 12px;
}
.quick-view__table .quick-view__cart {
  transition: 0.3s;
  color: #95a9b2;
}
.quick-view__table .quick-view__cart:hover {
  color: #13d276;
}
.quick-view__sellers {
  position: relative;
  margin-bottom: 19px;
  display: flex;
}
.quick-view__sellers .seller-slider__next {
  font-size: 22px;
  color: #bac8cf;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -43px;
  cursor: pointer;
  transition: 0.3s;
}
.quick-view__sellers .seller-slider__next:hover {
  color: #13d276;
}
.quick-view__price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-view__price i {
  margin-right: 3px;
}

.ct-chart {
  padding: 0 10px;
}

.seller-slider {
  padding: 5px 5px 10px;
  margin: -5px -5px -10px;
  position: relative;
}
.seller-slider__item {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(65, 81, 89, 0.45);
  background-color: #ffffff;
}
.seller-slider__item:hover .seller-slider__img:before {
  background-color: rgba(7, 192, 102, 0.9);
}
.seller-slider__item:hover .seller-slider__content {
  padding-bottom: 0;
}
.seller-slider__item:hover .seller-slider__socials {
  opacity: 1;
  visibility: visible;
  height: 40px;
  margin: 20px 0;
}
.seller-slider__img {
  position: relative;
  width: 100%;
}
.seller-slider__img:before {
  content: "";
  transition: 0.3s;
  background-color: rgba(94, 112, 122, 0.8);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.seller-slider__content {
  position: absolute;
  padding-bottom: 33px;
  transition: 0.3s;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
}
.seller-slider__name {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}
.seller-slider__cat {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
.seller-slider__contact {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.seller-slider__contact i {
  color: #ffffff;
  opacity: 0.5;
  position: relative;
  z-index: 9;
  font-size: 14px;
}
.seller-slider__contact:before {
  content: "";
  right: calc(50% + 13px);
  left: 0;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  top: 7px;
  position: absolute;
}
.seller-slider__contact:after {
  content: "";
  left: calc(50% + 13px);
  right: 0;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  top: 7px;
  position: absolute;
}
.seller-slider__num {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  direction: ltr;
  line-height: 11px;
}
.seller-slider__num span {
  line-height: 19px;
  height: 14px;
  background-color: #ee273a;
  margin-left: 3px;
  border-radius: 3px;
  padding: 0 4px 0 3px;
  display: inline-block;
}
.seller-slider__mobile {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.6px;
}
.seller-slider__socials {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
  align-items: center;
}
.seller-slider__socials:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  opacity: 0.3;
}
.seller-slider__socials i {
  font-size: 22px;
}

.chart-modal__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.chart-modal__period input[type=radio] {
  display: none;
}
.chart-modal__period input[type=radio]:checked + label {
  background: #13d276;
  color: #ffffff;
}
.chart-modal__period input[type=radio] + label {
  margin: 0 5px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f6f6f6;
  transition: 0.3s;
  cursor: pointer;
}

.last-orders {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.last-orders__header {
  display: flex;
  margin-bottom: 37px;
}
.last-orders__header i {
  border-bottom: 1px solid rgba(199, 213, 219, 0.7);
  margin-left: 15px;
  font-size: 25px;
  padding: 6px 8px 17px;
}
.last-orders__title {
  border-bottom: 1px solid rgba(199, 213, 219, 0.7);
  flex: 1 0 auto;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0 10px;
}
.last-orders__more {
  background-color: #ee273a;
  padding: 14px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  border-radius: 7px;
}
.last-orders__content {
  position: relative;
}
.last-orders__content:before {
  content: "";
  position: absolute;
  left: -2210px;
  top: 0;
  bottom: 0;
  width: 2000px;
  background: #ffffff;
  z-index: 9;
}
.last-orders__content:after {
  content: "";
  position: absolute;
  right: -2210px;
  top: 0;
  bottom: 0;
  width: 2000px;
  background: #ffffff;
  z-index: 9;
}
.last-orders__slider {
  margin: -18px;
  padding: 18px;
  overflow: visible;
  position: relative;
}
.last-orders__slider:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200px;
  width: 190px;
  z-index: 9;
  background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}
.last-orders__slider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 30px;
  z-index: 9;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, white 80%);
}
.last-orders__slider--full:after {
  right: -200px;
  width: 190px;
}

.last-order {
  box-shadow: 0 4px 18px rgba(149, 169, 178, 0.25);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 16px;
  transition: 0.3s;
}
.last-order:hover {
  box-shadow: 0 2px 8px rgba(149, 169, 178, 0.25);
}
.last-order:hover .last-order__add-to-cart {
  color: #13d276;
}
.last-order__title {
  color: #ee273a;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.last-order__cat, .last-order__company {
  margin-bottom: 4px;
}
.last-order__company {
  margin-bottom: 28px;
}
.last-order footer {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.last-order__price {
  font-size: 17px;
  font-weight: 500;
  direction: ltr;
  line-height: 15px;
}
.last-order__price span {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.last-order__price-dif {
  color: #95a9b2;
  padding-bottom: 3px;
}
.last-order__price-dif i {
  font-size: 10px;
  color: #95a9b2;
  margin-right: 3px;
}
.last-order__add-to-cart {
  width: 16px;
  height: 15px;
  font-size: 15px;
  color: #95a9b2;
  margin-bottom: 5px;
  transition: 0.3s;
}

.list-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.list-box__header {
  border-bottom: 1px solid rgba(199, 213, 219, 0.7);
  margin-bottom: 18px;
}
.list-box__title {
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  font-size: 13px;
  min-height: 30px;
}
.list-box__title i {
  font-size: 20px;
  color: #ee273a;
  margin-left: 10px;
}
.list-box__content {
  margin-bottom: 8px;
}
.list-box--news .list-box__item {
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
}
.list-box--news .list-box__item:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 107px;
  height: 1px;
  background-color: #c7d5db;
  opacity: 0.4;
}
.list-box__item:hover .list-box__item-title {
  color: #ee273a;
}
.list-box__item-title {
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
  transition: 0.3s;
  margin: 0;
}
.list-box__item-date {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #8c9ba1;
  font-size: 12px;
}
.list-box__more {
  color: #95a9b2;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.52px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: auto;
}
.list-box__more i {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background-color: #ee273a;
  border-radius: 50%;
  font-size: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.list-box__more i:before {
  position: absolute;
  left: 3px;
  top: 4px;
}
.list-box__more:before {
  content: "------------------";
  position: absolute;
  left: 0;
  top: 6px;
  color: #95a9b2;
  font-size: 11px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 4.4px;
}
.list-box__more:after {
  content: "";
  position: absolute;
  width: 138px;
  height: 5px;
  left: 0;
  top: 9px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.list-box--podcast {
  padding: 0 14px;
  background: #ffffff;
  box-shadow: 25px 0 20px -35px rgba(0, 0, 0, 0.3), -25px 0 20px -35px rgba(0, 0, 0, 0.3);
}
.list-box--podcast .list-box__header {
  margin-bottom: 30px;
}
.list-box--podcast .list-box__title i {
  font-size: 29px;
}
.list-box--podcast .list-box__more {
  margin: 0 -14px;
}
.list-box--podcast .list-box__player {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(199, 213, 219, 0.7);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.list-box--podcast .list-box__player-title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}
.list-box--podcast .list-box__player .plyr audio {
  pointer-events: none;
}
.list-box--podcast .list-box__player .plyr--full-ui input[type=range]::-moz-range-track {
  box-shadow: none !important;
  background: #d9e5eb;
}
.list-box--podcast .list-box__player .plyr--full-ui input[type=range]::-moz-range-progress {
  background: #ee273a;
  color: #ee273a;
}
.list-box--podcast .list-box__player .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: none !important;
  outline: 0;
}
.list-box--podcast .list-box__player .plyr__progress__buffer::-moz-progress-bar {
  background: #ee273a;
  color: #ee273a;
}
.list-box--podcast .list-box__player .plyr__controls {
  padding: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  position: relative;
}
.list-box--podcast .list-box__player .plyr__controls .plyr__tab-focus {
  box-shadow: none !important;
}
.list-box--podcast .list-box__player .plyr__controls button {
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: #ee273a;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -25px;
}
.list-box--podcast .list-box__player .plyr__controls button svg {
  height: 8px;
  fill: #fff;
}
.list-box--podcast .list-box__player .plyr__progress__container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.list-box--podcast .list-box__player .plyr__time {
  color: #95a9b2;
  font-size: 12px;
  font-weight: 500;
  font-family: dana;
}
.list-box--podcast .list-box__player .plyr__time:before {
  display: none;
}
.list-box--podcast .list-box__player .plyr__time--duration {
  position: absolute;
  right: 0;
  padding: 0;
  bottom: 0;
}
.list-box--podcast .list-box__player .plyr__time--current {
  position: absolute;
  left: 0;
  padding: 0;
  bottom: 0;
}
.list-box--podcast .list-box__player-img {
  text-align: center;
  margin-bottom: 26px;
  position: relative;
}
.list-box--podcast .list-box__player-img--org {
  position: relative;
  z-index: 9;
}
.list-box--podcast .list-box__player-img--shadow {
  position: absolute !important;
  left: 50%;
  transform: translate(-50%, 0);
  filter: blur(8px);
  opacity: 0.3;
  z-index: 0 !important;
  width: 100px;
  height: 100px;
  top: -5px;
}
.list-box--podcast __item-more .list-box__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-box--podcast .list-box__item.active .list-box__item-title, .list-box--podcast .list-box__item:hover .list-box__item-title {
  color: #ee273a;
}
.list-box--podcast .list-box__item.active .list-box__item-title span, .list-box--podcast .list-box__item:hover .list-box__item-title span {
  background-color: #ee273a;
}
.list-box--podcast .list-box__item-title {
  transition: 0.3s;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 20px;
  display: block;
}
.list-box--podcast .list-box__item-title span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.72px;
  background-color: #95a9b2;
  border-radius: 5px 5px 5px 0;
  margin-left: 11px;
  width: 22px;
  height: 17px;
  text-align: center;
  transition: 0.3s;
  line-height: 20px;
  padding-right: 1px;
}
.list-box--knowledgs .list-box__title i {
  font-size: 19px;
  padding-bottom: 9px;
}
.list-box--video .list-box__title i {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.list-box--video .list-box__content {
  padding-top: 14px;
}
.list-box--video .list-box__item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 13px 15px -10px #526168;
  margin-bottom: 20px;
}
.list-box--video .list-box__item:hover .list-box__item-play i {
  font-size: 32px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list-box--video .list-box__item:hover .list-box__item-play i:after {
  opacity: 0;
}
.list-box--video .list-box__item:hover .list-box__item-play:before {
  width: 430px;
  height: 430px;
  left: -60px;
  bottom: -60px;
}
.list-box--video .list-box__item-img {
  position: relative;
}
.list-box--video .list-box__item-img:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: #526168;
  opacity: 0.9;
}
.list-box--video .list-box__video-content {
  padding: 0 17px 22px;
  z-index: 9;
  color: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.list-box--video .list-box__item-time {
  height: 17px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.52px;
  letter-spacing: -0.48px;
  background-color: #ee273a;
  padding: 2px 3px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.list-box--video .list-box__item-title {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  max-width: 100%;
  display: block;
  white-space: normal;
  padding-left: 55px !important;
}
.list-box--video .list-box__item-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.list-box--video .list-box__item-play i {
  position: absolute;
  left: 21px;
  top: 79px;
  font-size: 23px;
  z-index: 9;
  color: #ffffff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.list-box--video .list-box__item-play i:before {
  z-index: 10;
  position: relative;
}
.list-box--video .list-box__item-play i:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  left: -65px;
  bottom: -61px;
  transition: 0.3s;
}
.list-box--video .list-box__item-play:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #ee273a;
  position: absolute;
  left: -40px;
  bottom: -37px;
  transition: 0.3s;
  z-index: 9;
}
.list-box--video .list-box__item-play:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  left: -40px;
  bottom: -37px;
}

.jp-audio .jp-progress {
  direction: ltr;
  margin-bottom: 15px;
}
.jp-audio .jp-progress .jp-seek-bar {
  height: 6px;
  background-color: #d9e5eb;
  border-radius: 10px;
  overflow: hidden;
}
.jp-audio .jp-progress .jp-play-bar {
  height: 6px;
  background-color: #ee273a;
}
.jp-audio .jp-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.jp-audio .jp-controls .jp-play {
  width: 20px;
  height: 20px;
  background-color: #ee273a;
  border-radius: 100%;
  color: #ffffff;
  padding: 0;
  position: relative;
}
.jp-audio .jp-controls .jp-play:before {
  content: "\e932";
  font-family: icomoon;
  font-size: 9px;
  height: 9px;
  line-height: 9px;
  position: absolute;
  left: 6px;
  top: 5px;
}
.jp-audio.jp-state-playing .jp-play:before {
  content: "\e934";
}
.jp-audio .jp-time-holder {
  display: flex;
  justify-content: space-between;
  color: #95a9b2;
  font-size: 12px;
  font-weight: 500;
}

.customers {
  margin-bottom: 85px;
  background: url(img/bg-customers.png) no-repeat center center;
  background-size: 100%;
}
.customers__header {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 27px;
}
.customers__header:before {
  content: "";
  height: 1px;
  background-color: #dce4e8;
  opacity: 0.7;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.customers__title {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  padding-left: 30px;
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 15.52px;
}
.customers__title i {
  font-size: 25px;
  margin-left: 12px;
}
.customers__more {
  padding-right: 30px;
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.28px;
  position: relative;
  z-index: 9;
  transition: 0.3s;
}
.customers__more:hover {
  color: #ee273a;
}

.customer {
  box-shadow: 0 2px 2px rgba(149, 169, 178, 0.35);
  background-color: #f8fafb;
  text-align: center;
  border-radius: 7px;
  transition: 0.3s;
  position: relative;
  top: 0;
}
.customer a {
  display: block;
  padding: 18px 0 15px;
}
.customer:hover {
  box-shadow: none;
  top: 2px;
}
.customer__title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 16px;
  margin-bottom: 2px;
}
.customer__web {
  color: #677e87;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 16px;
}

.site-footer {
  background: url(img/bg-footer.jpg) no-repeat top center;
  background-size: 100%;
}
.site-footer .container {
  padding-top: 30px;
}
.site-footer .container:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: -45px;
  height: 45px;
  box-shadow: 0 45px 45px rgb(243, 245, 246);
}
.site-footer .socials {
  direction: ltr;
}
.site-footer .socials__title {
  color: #677e87;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 13px;
}
.site-footer .socials ul {
  display: flex;
}
.site-footer .socials ul li {
  color: #95a9b2;
  position: relative;
}
.site-footer .socials ul li a {
  display: flex;
  align-items: center;
  line-height: 22px;
}
.site-footer .socials ul li:not(:last-child) {
  margin-right: 20px;
}
.site-footer .socials ul li i {
  font-size: 19px;
  transition: 0.3s;
}
.site-footer .socials ul li span {
  transition: 0.3s;
  font-size: 0;
}
.site-footer .socials ul li.active, .site-footer .socials ul li:hover {
  color: #18c270;
}
.site-footer .socials ul li.active span, .site-footer .socials ul li:hover span {
  padding-left: 14px;
  font-size: 13px;
}
.site-footer .certificates {
  display: flex;
  justify-content: space-between;
}
.site-footer .certificates .certificate {
  position: relative;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
}
.site-footer .certificates .certificate:before {
  content: "";
  width: 30px;
  height: 8px;
  opacity: 0.3;
  background: #000;
  filter: blur(8px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) rotateX(80deg);
}
.site-footer .copyright {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 50px;
}
.site-footer .copyright i {
  width: 32px;
  height: 32px;
  background: #ff4342;
  font-size: 26px;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.absolute-back-button {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100px;
  color: #ffffff;
  text-align: center;
  z-index: 9999;
  background: #ee273a;
  height: 320px;
  border-radius: 0 7px 7px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
}

.whatsapp-message {
  position: absolute;
  direction: rtl;
  text-align: right;
  left: 50%;
  bottom: calc(100% + 10px);
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, 0);
  width: 250px;
  display: none;
}
.whatsapp-message-close {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 9px !important;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  background: #b5b5b5;
  z-index: 9;
  line-height: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.whatsapp-message-close:hover {
  color: #ee273a;
}
.whatsapp-message-header {
  padding: 10px 16px;
  background-color: #ededed;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 59px;
}
.whatsapp-message-header__img {
  height: 40px;
  width: 40px;
  background-color: #ededed;
  border-radius: 50%;
  margin-left: 10px;
  background-image: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMsaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA2LjAtYzAwNiA3OS4xNjQ2NDgsIDIwMjEvMDEvMTItMTU6NTI6MjkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi4yIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERjRBQzE5Q0MwNTcxMUVCQUM0NEZBMENDRjkyNDdGRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpERjRBQzE5REMwNTcxMUVCQUM0NEZBMENDRjkyNDdGRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRGNEFDMTlBQzA1NzExRUJBQzQ0RkEwQ0NGOTI0N0ZGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRGNEFDMTlCQzA1NzExRUJBQzQ0RkEwQ0NGOTI0N0ZGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAKAAoAwERAAIRAQMRAf/EAIwAAQABBQEAAAAAAAAAAAAAAAcEAAIDBggBAQADAAMBAQAAAAAAAAAAAAAAAgMBBAUGBxAAAgIABAQFAwIHAAAAAAAAAQIDBAARBQYhMRIHQSIyQhOiMwhRcYFSgkMUFSURAAICAAMGAwkAAAAAAAAAAAABEQIhMQNBYRIyYgRRIlLwcYGRwhREVAb/2gAMAwEAAhEDEQA/AOqcAFYACTVvyA03Se4c+379GSvolQ/49vUpAyyx2CcxL8RHGvl7uZ9Q4YetJUk76kOBYhmhnhjngkWWGVQ8UqEMrKwzDKw4EEcjhCiZfgAxW7danVlt2pVgrQI0k0zkKqoozZiT4AYxaySlj6ena9lWqmzwSBHvnrW/6z6Pubb2odO0q4SxBbokt02H4LJbHpkhZW6V9vE9XEjD6bUk+50r0bq1Drn4pmJW2x3r0Pof4tG7g6bF5W5rIo+qWu7f1Rn6mdXXFZElZXUPM1vt53J1/ttrMu1d1wSpo8L9Mtds3kpFjmJYCPuV39WS/uviuHhWQibozpancqXakNunMlirOgkhnjYMjowzDKw4EHEWoNhOQg/IGTdggqoq5bUPSbDw5kmxn5RZ/SPl0eHVz8Mc/u+Kek9x/ILtps/yNk+np3+O2MtpC7GnXzV1JbfxHYyxyi2Ln2hJkfkEPV5ejLP5c/L/ABzxntOKMeUp/Xfb+X9jd6er6dvwCe1DWsdwhH2zW0A1n/gkHKRWA87oW9NYcfuez1Y61JjH29586vE4Cn38taAm2NKpbg+G1v8AWJGisUQY1jH96STqzb4GYHpRuJPLLIkSrzYZFb8vmzJf42aXvGvpdm5alMW1LI6tMpSqS7Sls3nhz+3E36e4+YZeL6kRvF0k53DPaq1rdaWraiWavOpjmicBlZWGRUg+BxC1U1DNrT1LUsrVcWWTBjvrom9hpOk7f2vp3VtOQpWlp0QflactlFHOPbX8erl1evww2kknHyE7rWvqN3s+K1s3tIkUehdlNsfNN8Wp9wNYiyRB6UUeH8yVom5nnI300s+LBZEapUUvM1/tZ2y1Tf2ry7v3a8ljSZZTKzS8G1CVTlkB7ayZdPDgcukcM8M2qrAWtXdyzpaOOOONY41CRoAqIoyAA4AADkBiBsHuACsABhu7sTou5N8Q7isW5VpzZf7fTiWb5/iUCJY5Cc4kPJ1HMcsiScPS0E704mJkEEFeCOvXjWKCFRHFEgCqqKMlVVHAADkMI3I6UF+Ayf/Z");
}
.whatsapp-message-header__title {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whatsapp-message-header__sub-title {
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.whatsapp-message-body {
  background-color: #e5ddd5;
  background-image: url("img/bg-wp.jpg");
  height: 200px;
  padding: 20px;
  color: #262626;
}
.whatsapp-message__pm {
  padding: 6px 7px 8px 9px;
  background: #ffffff;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
  border-radius: 7.5px;
  border-top-right-radius: 7.5px;
  position: relative;
  border-top-right-radius: 0;
}
.whatsapp-message__pm svg {
  position: absolute;
  right: -8px;
  transform: rotateY(180deg);
  top: 0;
}
.whatsapp-message-footer {
  padding: 5px 0;
  background-color: #f0f0f0;
  display: flex;
  margin: 0;
}
.whatsapp-message-footer__input {
  padding: 5px 10px 5px;
  margin: 2px 5px;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 21px;
  min-width: 0;
  margin-right: 0;
  outline: none;
  width: calc(100% - 5px);
}
.whatsapp-message-footer__btn {
  padding: 5px 10px;
  color: #919191;
  opacity: 0.9;
  min-height: 52px;
  flex: 1 0 auto;
}
.whatsapp-message-footer__btn:hover svg {
  fill: #5e5e5e;
}
.whatsapp-message-footer__btn svg {
  fill: #919191;
  transition: 0.3s;
}

.footer-col {
  color: #677e87;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 22px;
}
.footer-col__title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-col--about {
  padding: 32px 23px 0;
  text-align: justify;
  text-align-last: center;
}
.footer-col--contact li {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 30px;
  align-items: center;
}
.footer-col--contact li.footer-col__li--call {
  align-items: flex-end;
  padding-top: 9px;
}
.footer-col--contact li.footer-col__li--call > i {
  width: 25px;
  top: initial;
  bottom: 4px;
  transform: none;
  font-style: normal;
}
.footer-col--contact li.footer-col__li--call .footer-col__li-title {
  line-height: 25px;
}
.footer-col--contact li > i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 17px;
  color: #ee273a;
}
.footer-col--contact li > i.icon-mail {
  font-size: 12px;
}
.footer-col--contact li > i.icon-call {
  font-size: 28px;
}
.footer-col--contact .footer-col__li-value--sms i {
  margin: 0 7px;
  font-size: 9px;
  color: #ee273a;
  display: inline-block;
}
.footer-col--contact .footer-col__li-value--number {
  height: 23px;
}
.footer-col--contact .footer-col__li-value--number em {
  font-style: normal;
  height: 23px;
  display: inline-block;
}
.footer-col--contact .footer-col__li-value--number b {
  font-size: 27px;
  font-weight: 700;
  line-height: 15.52px;
  letter-spacing: 0;
  color: #ee273a;
  height: 23px;
  display: inline-block;
}

.footer-logo {
  position: absolute;
  width: 180px;
  height: 46px;
  background: url(img/bulge-footer.png) no-repeat top center;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  background-size: 100%;
  font-size: 52px;
}
.footer-logo i {
  position: absolute;
  left: 96px;
  top: -30px;
  transform: translate(-50%, 0);
}
.footer-logo i:after {
  content: "";
  width: 20px;
  height: 8px;
  opacity: 0.3;
  position: absolute;
  bottom: -15px;
  left: 12px;
  background: #000000;
  border-radius: 50%;
  filter: blur(8px);
  transform: rotateX(-78deg);
}

.absolute-nav {
  position: fixed;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
  width: 43px;
  color: #ffffff;
  text-align: center;
  z-index: 99;
}
.absolute-nav__common {
  background: #ee273a;
  border-radius: 7px;
  box-shadow: 0 3px 7px 0 rgba(195, 31, 46, 0.35);
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.absolute-nav__common b {
  display: none;
}
.absolute-nav__common .absolute-nav__item {
  font-size: 15px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.absolute-nav__common .absolute-nav__item:not(:last-child):not(:nth-last-child(2)) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.absolute-nav__common .absolute-nav__cart {
  border-bottom: none;
}
.absolute-nav__cart {
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  box-shadow: 0 3px 7px 0 rgba(13, 155, 87, 0.35);
  background-color: #13d276;
  padding: 13px 0 15px;
}
.absolute-nav__call {
  background: #13d275;
}
.absolute-nav__call i {
  animation: ring 4s 0.7s ease-in-out infinite;
  font-size: 20px !important;
  margin-bottom: 2px !important;
}

.whatsapp-button {
  padding: 7px;
  margin-top: 20px;
  border-radius: 7px;
  box-shadow: 0 3px 0 #008069;
  background: #00a884;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  flex: 1 0 auto;
}
.whatsapp-button:hover {
  color: #ffffff;
  top: 3px;
  box-shadow: 0 0 0 #008069;
}
.whatsapp-button b {
  font-style: normal;
  line-height: 22px;
}
.whatsapp-button b em {
  display: block;
  font-style: normal;
  font-size: 12px;
}
.whatsapp-button i {
  font-size: 32px;
  margin-left: 10px;
}
.whatsapp-button span {
  margin-right: auto;
  font-size: 15px;
  height: 29px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.quantity {
  position: relative;
  display: flex;
  width: 110px;
  position: relative;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  background: none;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  height: auto;
  box-shadow: none;
  line-height: normal;
  margin: 0;
}
.quantity input:focus {
  outline: 0;
}
.quantity__btn {
  height: 20px;
  width: 20px;
  border: 1px solid #80e2b5;
  border-radius: 4px;
  cursor: pointer;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.quantity__btn:hover {
  border-color: #eef3f5;
}
.quantity__btn--up {
  left: initial;
  right: 0;
}

.pcat__head {
  color: #677e87;
  font-size: 17px;
  font-weight: 700;
}
.pcat__title {
  color: #677e87;
  font-size: 17px;
  font-weight: 700;
}
.pcat__list {
  margin-bottom: 10px;
}
.pcat__content {
  margin-bottom: 50px;
}
.pcat__content h2 {
  color: #677e87;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.pcat__content p {
  color: #8097a2;
  font-size: 13px;
  font-weight: 500;
  line-height: 31px;
  text-align: justify;
}

.pcat-item {
  background-color: #95a9b2;
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
  margin-bottom: 35px;
}
.pcat-item__thumb {
  height: 163px;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  transition: 0.3s;
  text-align: center;
}
.pcat-item__thumb img {
  position: relative;
  z-index: 9;
}
.pcat-item__thumb:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0) rotateX(45deg);
  background-color: #495b64;
  opacity: 0.2;
  filter: blur(15px);
  height: 57px;
  width: 123px;
  border-radius: 50%;
  transition: 0.3s;
}
.pcat-item__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
  text-align: center;
}
.pcat-item__sub-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.pcat-item__companies {
  font-size: 12px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 15px;
  height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
}
.pcat-item__companies li a {
  margin: 0 -25px;
  padding: 0 25px;
  position: relative;
  display: block;
  font-weight: 500;
}
.pcat-item__companies li a:hover i {
  opacity: 1;
}
.pcat-item__companies li:not(:last-child) a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pcat-item__companies li i {
  position: absolute;
  left: 25px;
  top: 10px;
  font-size: 10px;
  opacity: 0.6;
  transition: 0.3s;
}
.pcat-item__more {
  box-shadow: 0 2px 0 rgba(84, 96, 101, 0.15);
  background-color: #a2b5be;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 11px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.pcat-item__more:hover {
  top: 2px;
  box-shadow: none !important;
}
.pcat-item:hover .pcat-item__thumb {
  padding-top: 20px;
}
.pcat-item:hover .pcat-item__thumb:before {
  width: 100px;
}
.pcat-item--green {
  background-color: #13d276;
}
.pcat-item--green .pcat-item__more {
  box-shadow: 0 2px 0 rgba(84, 96, 101, 0.15);
  background-color: #25e086;
}
.pcat-item--red {
  background-color: #ee273a;
}
.pcat-item--red .pcat-item__more {
  box-shadow: 0 2px 0 rgba(84, 96, 101, 0.15);
  background-color: #ff3b4e;
}

.filters {
  margin-bottom: 15px;
}
.filters__body {
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.1);
  background-color: #ffffff;
  border-radius: 15px;
}
.filters__items {
  padding: 10px;
}
.filters__title {
  color: #677e87;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 15px 5px;
  cursor: pointer;
}
.filters__title.active i {
  transform: rotate(180deg);
}
.filters__title i {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 18px;
  font-weight: 100;
  transition: 0.3s;
}
.filters__item {
  height: 38px;
  box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
  background-color: #f6f8f9;
  color: #3c5059;
  border-radius: 5px;
  flex: 1;
}
.filters__item:not(:last-child) {
  margin-bottom: 10px;
}
.filters__item .selectize-control {
  height: 100%;
}
.filters__item .selectize-dropdown .option {
  cursor: pointer;
}
.filters__item .selectize-input {
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  padding: 0 14px;
  display: flex !important;
  align-items: center !important;
}
.filters__item .selectize-input:after {
  content: "\e90b" !important;
  font-family: icomoon;
  font-size: 8px;
  color: #95a9b2;
  border: none !important;
  width: 12px !important;
  height: 8px !important;
  line-height: 8px;
  text-align: center;
}
.filters__item .selectize-input.dropdown-active {
  background: none !important;
}
.filters__item .selectize-input.dropdown-active:after {
  transform: rotate(180deg);
}
.filters__item .selectize-input .item {
  font-size: 13px;
  font-weight: 500;
  line-height: 38px;
  height: 100%;
}
.filters__item--search {
  color: #3c5059;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
.filters__item--search input {
  width: 100%;
  background: none;
  padding: 0 14px;
  font-weight: 500;
  height: 100%;
}
.filters__item--search i {
  width: 13px;
  font-size: 13px;
  color: #13d276;
  position: absolute;
  left: 15px;
  top: 12px;
}
.filters__item--radio {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
}
.filters__item--radio input {
  display: none;
}
.filters__item--radio input:checked + label {
  box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
  background-color: #13d276;
  color: #ffffff;
}
.filters__item--radio input + label {
  color: #718087;
  font-size: 12px;
  font-weight: 500;
  width: 74px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.filters__submit {
  height: 39px;
  box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
  background-color: #13d276;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  padding: 0 30px;
  margin-right: 17px;
}
.filters__applied {
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
}
.filters__applied span {
  height: 29px;
  line-height: 29px;
  border: 1px solid #dee7eb;
  background-color: #ffffff;
  padding: 0 8px 0 30px;
  position: relative;
  border-radius: 5px;
}
.filters__applied span:not(:last-child) {
  margin-left: 15px;
}
.filters__applied span i {
  font-size: 8px;
  color: #c5d2d8;
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.filters__bread {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  background: #fff;
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.1);
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 7px;
}
.filters__bread-title {
  z-index: 9;
  position: relative;
  font-size: 15px;
}
.filters__bread-count {
  z-index: 9;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.filters__bread-count span:not(:last-child) {
  margin-left: 20px;
}
.filters .remove-filters {
  background: #ff1512;
  display: none;
  cursor: pointer;
  margin: 10px;
  padding: 5px 10px;
  border-radius: 7px;
  color: #fff;
}
.filters .remove-filters i {
  margin-left: 5px;
  font-size: 8px;
}

.price-archive-content {
  background-color: #f6f8f9;
  padding: 30px 0;
  margin-bottom: 40px;
  margin-top: -48px;
}
.price-archive-content aside {
  top: initial;
}

.product-table:first-child .product-table__nav[data-nav=prev] {
  pointer-events: none;
  opacity: 0.3;
  filter: grayscale(100%);
}
.product-table:last-child .product-table__nav[data-nav=next] {
  pointer-events: none;
  opacity: 0.4;
  filter: grayscale(100%);
}
.product-table__head {
  display: flex;
  justify-content: space-between;
}
.product-table__head-right {
  background: #ffffff;
  padding: 25px 35px 6px 45px;
  border-radius: 0 30px 0 0;
  position: relative;
}
.product-table__head-right:before {
  content: "";
  height: 100%;
  width: 145px;
  background: url("img/head-price-table.svg");
  position: absolute;
  background-size: 100%;
  right: 100%;
  top: 0;
}
.product-table__head-left {
  display: flex;
  flex-direction: row-reverse;
}
.product-table__head .product-table__menu {
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 0 rgba(65, 81, 89, 0.1);
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 20px;
  color: #3c5059;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.product-table__head .product-table__menu.active {
  background-color: #e8eef1;
  box-shadow: none;
  color: #13d276;
}
.product-table__head .product-table__menu.active .product-table__menu-sub {
  visibility: visible;
  opacity: 1;
  line-height: 51px;
}
.product-table__head .product-table__menu-sub {
  width: 200px;
  box-shadow: 0 12px 13px rgba(149, 169, 178, 0.25);
  background-color: #ffffff;
  position: absolute;
  top: calc(100% + 12px);
  z-index: 9;
  left: 0;
  border-radius: 10px;
  color: #3c5059;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  line-height: 10px;
  transition: 0.3s;
}
.product-table__head .product-table__menu-sub li:not(:last-child) {
  border-bottom: 1px solid #e6ebee;
}
.product-table__head .product-table__menu-sub li a, .product-table__head .product-table__menu-sub li span {
  transition: 0.3s;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px 0 20px;
}
.product-table__head .product-table__menu-sub li a i, .product-table__head .product-table__menu-sub li span i {
  font-size: 18px;
}
.product-table__head .product-table__menu-sub li a:hover, .product-table__head .product-table__menu-sub li span:hover {
  color: #10ba68;
  background-color: rgba(232, 238, 241, 0.2);
}
.product-table__head .product-table__nav {
  width: 48px;
  height: 48px;
  border: 1px solid #dde3e6;
  background-color: #f6f8f9;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #13d276;
  margin-left: 13px;
  cursor: pointer;
}
.product-table__head .product-table__nav--disable {
  color: #c9d4d9;
}
.product-table__head .product-table__assist {
  width: 48px;
  height: 48px;
  border: 1px solid #dde3e6;
  background-color: #f6f8f9;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  margin-left: 13px;
  cursor: pointer;
  transition: 0.3s;
  line-height: 8px;
}
.product-table__head .product-table__assist:hover {
  color: #13d276;
}
.product-table__head .product-table__title {
  color: #13d276;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.product-table__head .product-table__sub {
  color: #9eaeb6;
  font-size: 12px;
  font-weight: 500;
}
.product-table__head .product-table__sub b {
  direction: ltr;
  display: inline-block;
}
.product-table__content {
  background: #ffffff;
  margin-bottom: 40px;
  border-radius: 15px 0 15px 15px;
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.1);
  overflow: hidden;
}

.table-product {
  width: 100%;
  text-align: center;
}
.table-product a {
  color: #3c5059;
}
.table-product thead {
  background: #fff;
  z-index: 9;
}
.table-product thead th {
  color: #677e87;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  height: 50px;
  word-spacing: -2px;
}
.table-product thead th span {
  display: block;
  font-size: 12px;
  font-weight: 100;
  word-spacing: -2px;
  letter-spacing: -0.5px;
}
.table-product tbody tr:nth-child(2n) {
  background-color: rgba(246, 248, 249, 0.3);
}
.table-product tbody td {
  padding: 11px 0;
  border: 1px solid #ecf1f3;
  color: #3c5059;
  font-size: 13px;
  font-weight: 500;
  direction: ltr;
  white-space: nowrap;
}
.table-product__icon-cell {
  color: #95a9b2;
  transition: 0.3s;
}
.table-product__icon-cell:hover {
  color: #13d276;
}
.table-product__price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  color: #3c5059;
  font-size: 14px;
  font-weight: 700;
}
.table-product__price b {
  margin-right: 5px;
}
.table-product__price .call {
  font-size: 12px;
}
.table-product__name {
  width: auto !important;
  position: relative;
  cursor: pointer;
  direction: rtl;
}
.table-product__name span {
  white-space: nowrap;
  width: 140px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0 auto;
  z-index: 99;
}
.table-product__name:before {
  content: attr(data-title);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 7px;
  padding: 5px;
  bottom: calc(100% + 10px);
  width: 200px;
  background: #fdfdfd;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.table-product__name:hover:before {
  opacity: 1;
  visibility: visible;
}

.product-preview-video {
  padding-bottom: 20px;
  height: 100%;
}
.product-preview-video .plyr--video.plyr--paused .plyr__video-wrapper:before {
  background-position: center;
  background-size: 35% !important;
}
.product-preview-video .plyr__poster {
  background-position: center;
  background-size: cover;
}
.product-preview-video > .plyr {
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.1);
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
}

.product-preview {
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.1);
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 20px;
}
.product-preview__thumb {
  flex: 1 0 auto;
  margin-left: 30px;
}
.product-preview__title {
  color: #3c5059;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-preview__content {
  max-width: 100%;
  min-width: 0;
  line-height: 22px;
  font-size: 12px;
}
.product-preview__content p {
  margin-bottom: 5px;
}
.product-preview__content h3 {
  font-size: 17px;
  margin-bottom: 5px;
}
.product-preview__content h2 {
  font-size: 19px;
  margin-bottom: 5px;
}
.product-preview__content a {
  color: #ee273a;
}
.product-preview__max-height {
  max-height: 100% !important;
}
.product-preview__max-height:before {
  opacity: 0;
  pointer-events: none;
}
.product-preview__excerpt-toggle {
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  margin-top: -25px;
}
.product-preview__excerpt-toggle:hover {
  color: #181616;
}
.product-preview__excerpt {
  max-height: 150px;
  overflow: auto;
  color: #677e87;
  font-weight: 500;
  text-transform: uppercase;
  text-align: justify;
  margin-bottom: 10px;
  position: relative;
}
.product-preview__excerpt .jspPane {
  padding-right: 10px !important;
  width: 100% !important;
}
.product-preview__excerpt .jspVerticalBar {
  width: 5px;
}
.product-preview__excerpt .jspTrack {
  background-color: #f4f7f8;
}
.product-preview__excerpt .jspDrag {
  background-color: #b8c9d0;
}
.product-preview__excerpt.active {
  max-height: 99999px;
}
.product-preview__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-preview__footer-left {
  display: flex;
}
.product-preview__more {
  background-color: #95a9b2;
  box-shadow: 0 15px 20px -10px rgba(124, 142, 152, 0.6);
  border-radius: 32px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.product-preview__more:hover {
  background: #13d276;
  box-shadow: none;
}
.product-preview__more i {
  font-size: 9px;
  padding-right: 32px;
}
.product-preview__more.active i {
  transform: rotate(180deg);
  padding-left: 32px;
  padding-right: initial;
}
.product-preview__meta {
  color: #3c5059;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.product-preview__meta:hover {
  color: #13d276;
}
.product-preview__meta:not(:first-child) {
  margin-right: 50px;
}
.product-preview__meta i {
  margin-left: 15px;
  font-size: 18px;
}

.side-experts__title {
  color: #677e87;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.side-experts-slider {
  padding-bottom: 10px;
  position: relative;
}
.side-experts-slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  z-index: 9;
  background: rgb(246, 248, 249);
  background: -moz-linear-gradient(90deg, rgb(246, 248, 249) 0%, rgba(246, 248, 249, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(246, 248, 249) 0%, rgba(246, 248, 249, 0) 100%);
  background: linear-gradient(90deg, rgb(246, 248, 249) 0%, rgba(246, 248, 249, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f8f9", endColorstr="#f6f8f9", GradientType=1);
}
.side-experts-slider:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  z-index: 9;
  background: rgb(246, 248, 249);
  background: -moz-linear-gradient(270deg, rgb(246, 248, 249) 0%, rgba(246, 248, 249, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgb(246, 248, 249) 0%, rgba(246, 248, 249, 0) 100%);
  background: linear-gradient(270deg, rgb(246, 248, 249) 0%, rgba(246, 248, 249, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f8f9", endColorstr="#f6f8f9", GradientType=1);
}
.side-experts-slider__next, .side-experts-slider__prev {
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 999;
  transform: translateY(-50%);
  font-size: 20px;
  color: #a2b9c3;
  transition: 0.3s;
}
.side-experts-slider__next:hover, .side-experts-slider__prev:hover {
  color: #4E575A;
}
.side-experts-slider__prev {
  right: initial;
  left: 0px;
}
.side-experts-slider__pagination {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 999;
}
.side-experts-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #a2b9c3;
  margin: 0 5px;
  transition: 0.3s;
}
.side-experts-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3c5059;
}

.weight-table {
  box-shadow: 1px 2px 3px rgba(66, 93, 107, 0.1);
  background-color: #ffffff;
  border-radius: 7px;
}
.weight-table__title {
  padding: 10px 10px 11px;
  color: #3c5059;
  font-weight: 700;
  border-bottom: 1px solid #eff3f4;
  font-size: 13px;
  position: relative;
}
.weight-table__title i {
  font-size: 7px;
  position: absolute;
  left: 13px;
  top: 15px;
}
.weight-table__content ul li {
  display: flex;
  border-bottom: 1px solid #eff3f4;
  align-items: center;
}
.weight-table__content ul li label {
  font-weight: 700;
  width: 62px;
  padding-right: 12px;
}
.weight-table__content ul li input {
  max-width: calc(100% - 62px);
  font-size: 12px;
  padding-left: 10px;
  flex: 1 0 auto;
  height: 45px;
}
.weight-table__submit {
  color: #ee273a;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}
.weight-table__submit i {
  font-size: 25px;
  margin-left: 12px;
}
.weight-table .selectize-control {
  width: 100%;
  height: 45px;
}
.weight-table .selectize-input {
  border: none;
  box-shadow: none;
  padding: 0 !important;
  height: 45px;
  padding-right: 12px !important;
  display: flex;
  align-items: center;
}
.weight-table .dropdown-active {
  padding: 0 !important;
  padding-right: 12px !important;
}
.weight-table__result {
  text-align: center;
  padding: 14px 0 12px;
  font-size: 20px;
  background: #464646;
  color: #fff;
}
.weight-table__result-unit {
  font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  float: none;
}
.dataTables_wrapper .dataTables_paginate span {
  display: flex;
  margin: 0 10px;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button {
  width: 30px;
  height: 30px;
  line-height: 33px;
  font-size: 16px;
  text-align: center;
  margin: 0 5px;
  border-radius: 3px;
  color: #58666d;
  background: #e5e5e7;
  cursor: pointer;
  text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
  cursor: default;
  background: #a2b9c3;
  color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.next, .dataTables_wrapper .dataTables_paginate span .paginate_button.prev {
  cursor: pointer;
}

.toman {
  letter-spacing: -0.5px;
  font-size: 12px;
  font-weight: 100;
  font-style: normal;
}

.products-related {
  margin-bottom: 20px;
  border-radius: 7px;
  padding: 20px 10px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.1);
}
.products-related__title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: -5px;
  padding: 0 10px;
}
.products-related ul {
  display: flex;
}
.products-related ul li {
  flex: 1;
}

.product-related {
  display: block;
  padding: 12px 10px;
  background: #ee273a;
  border-radius: 7px;
  color: #ffffff !important;
  font-size: 17px;
  text-align: center;
  margin: 0 10px;
  transition: 0.3s;
}
.product-related:before {
  display: none;
}
.product-related:hover {
  background: #c11c2c;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
  margin: 0;
}

.rmp-rating-widget .rmp-icon--ratings,
.rmp-results-widget .rmp-icon--ratings {
  color: #d4dee2 !important;
  font-size: 14px;
}
.rmp-rating-widget .rmp-icon--hovered,
.rmp-results-widget .rmp-icon--hovered {
  color: #13d276 !important;
}
.rmp-rating-widget .rmp-icon--full-highlight,
.rmp-results-widget .rmp-icon--full-highlight {
  color: #13d276 !important;
}
.rmp-rating-widget .rmp-icon--half-highlight,
.rmp-results-widget .rmp-icon--half-highlight {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #13d276), color-stop(50%, #ccc));
  background: linear-gradient(to left, #13d276 50%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rmp-rating-widget__icons-list,
.rmp-results-widget__icons-list {
  display: flex;
}
.rmp-rating-widget__icons-list__icon:not(:last-child),
.rmp-results-widget__icons-list__icon:not(:last-child) {
  margin-right: 3px;
}
.rmp-rating-widget__visual-rating,
.rmp-results-widget__visual-rating {
  display: flex;
}
.loader {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader i {
  font-size: 2.5em;
  color: #3c5059;
  animation: spinner 1s infinite;
  z-index: 99999;
  position: relative;
}

.loader-overly {
  overflow: hidden;
  position: relative;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(-360deg);
  }
}
@keyframes spinner {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
.responsive-menu {
  position: fixed;
  transition: 0.5s ease-in-out;
  right: -100%;
  display: flex;
  flex-direction: column;
  /*padding: 10px;*/
  top: 0;
  /*border-radius: 5px 0 0 5px;*/
  z-index: 99999999;
  width: 100%;
  overflow: scroll;
  padding: 10px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}
.responsive-menu__header {
  display: flex;
  align-items: center;
  padding: 30px 27px 0 27px;
}
.responsive-menu__header i {
  color: #ee273a;
  font-size: 21px;
}
.responsive-menu__header i.add-cart {
  margin-right: 21px;
}
.responsive-menu__header .close {
  color: #000000;
  font-size: 15px;
  margin-right: auto;
  transition: 0.3s;
  cursor: pointer;
}
.responsive-menu__header .close:hover {
  color: #5f5f5f;
}
.responsive-menu__search {
  padding: 0 30px;
}
.responsive-menu__search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.responsive-menu__search form input {
  border: none;
  outline: none;
  padding-left: 50px;
  width: 100%;
  background-color: transparent;
  font-size: 13px;
  font-weight: 400;
}
.responsive-menu__search form input::placeholder {
  color: #000000;
  opacity: 1;
}
.responsive-menu__search form button {
  background-color: transparent;
  border: none;
  line-height: 12px;
}
.responsive-menu__search form button i {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
}
.responsive-menu__head {
  margin-bottom: 1px;
  background-color: rgba(255, 255, 255, 0.97);
  padding-bottom: 21px;
  flex: 1 0 auto;
  max-height: 213px;
}
.responsive-menu__body {
  background-color: rgba(255, 255, 255, 0.97);
  margin-bottom: 1px;
  overflow: auto;
  flex: 1 0 auto;
}
.responsive-menu__body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ee273a !important;
  width: 6px;
  border-radius: 0;
}
.responsive-menu__body .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  border-radius: 0 !important;
}
.responsive-menu__body .mCSB_scrollTools .mCSB_draggerContainer {
  left: -10px;
}
.responsive-menu__body ul {
  list-style: none;
  text-align: right;
  margin-bottom: 0;
  padding: 22px 30px 17px 30px;
}
.responsive-menu__body ul > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.responsive-menu__body ul > li a {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  padding: 14px 0 12px 0;
  line-height: 16px;
  transition: 0.3s;
}
.responsive-menu__body ul > li a i {
  color: #000000;
  font-size: 17px;
  transition: 0.3s;
  margin-left: 15px;
}
.responsive-menu__body ul > li.menu-item-has-children:after {
  content: "+";
  color: #ee273a;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  border: 2px solid #ee273a;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: -24px;
  top: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 22px;
  font-weight: 400;
}
.responsive-menu__body ul > li.active:after {
  content: "-";
  color: #000000;
  border-color: #000000;
}
.responsive-menu__body ul > li.active > a {
  color: #d9132e;
}
.responsive-menu__body ul > li.active > a i {
  color: #d9132e;
}
.responsive-menu__body ul > li > ul {
  list-style: none;
  padding-right: 0;
  display: none;
}
.responsive-menu__body ul > li > ul > li {
  position: relative;
  list-style: none;
  padding-right: 0;
  border-bottom: none;
}
.responsive-menu__body ul > li > ul > li.active:before {
  content: "-";
}
.responsive-menu__body ul > li > ul > li > a {
  padding: 0;
  padding-bottom: 13px;
}
.responsive-menu__footer {
  background-color: rgba(255, 255, 255, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 35px;
  flex: 1 0 auto;
  max-height: 80px;
}
.responsive-menu__footer a {
  margin-left: 20px;
}
.responsive-menu__footer a i {
  color: #000000;
  font-size: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.responsive-menu__footer a i:hover {
  color: #d9132e;
}
.responsive-menu .logo-response {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}
.responsive-menu .logo-response i {
  font-size: 45px;
  color: #333333;
}
.responsive-menu.active {
  right: 0;
}
.responsive-menu__close {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.responsive-menu__close i {
  transition: 0.2s ease-in-out;
  font-size: 14px;
}
.responsive-menu__close:hover i {
  color: #d9132e;
}

.overflow-none {
  overflow: hidden;
}

.mask-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s ease-in-out;
  visibility: hidden;
  top: 0;
  opacity: 0;
  z-index: 9999999999999;
}
.mask-shadow.active {
  opacity: 1;
  visibility: visible;
}

.single-blog--box {
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
}
.single-blog .product-table__head-right {
  padding: 20px 35px 6px 45px;
  line-height: normal;
}
.single-blog__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
.single-blog__metas {
  display: flex;
  justify-content: center;
  margin-bottom: 47px;
}
.single-blog__meta {
  color: #677e87;
  font-size: 12px;
  font-weight: 400;
}
.single-blog__meta:not(:last-child) {
  margin-left: 30px;
}
.single-blog__thumb {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.single-blog__thumb img {
  position: relative;
  z-index: 9;
}
.single-blog__thumb:before {
  content: "";
  position: absolute;
  top: -100px;
  right: -70px;
  left: -70px;
  height: 100px;
  pointer-events: none;
  box-shadow: 0 50px 40px -40px rgba(58, 76, 84, 0.2);
}
.single-blog__thumb:after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -70px;
  left: -70px;
  height: 100px;
  pointer-events: none;
  box-shadow: 0 -50px 40px -40px rgba(58, 76, 84, 0.2);
}
.single-blog__sec-full {
  margin: 0 -25%;
  position: relative;
  background: #f6f8f9;
  box-shadow: 1000px 0 0 #f6f8f9, -1000px 0 0 #f6f8f9;
}
.single-blog__excerpt {
  border-bottom: 1px solid #eff3f5;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.single-blog__content :not(.contact) input[type=text],
.single-blog__content :not(.contact) input[type=email],
.single-blog__content :not(.contact) input[type=tel],
.single-blog__content :not(.contact) textarea {
  height: 48px;
  max-width: 100%;
  box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
  background-color: #f6f8f9;
  line-height: 48px;
  color: #6e828b;
  font-size: 14px;
  font-weight: 500;
  padding: 0 18px;
  margin-bottom: 23px;
  border-radius: 3px;
}
.single-blog__content :not(.contact) .wpcf7-submit {
  height: 48px;
  line-height: 48px;
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
  background-color: #13d276;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 21px;
  margin-top: 20px;
  min-width: 170px;
}
.single-blog__content, .single-blog .box {
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 15px;
  text-align: justify;
}
.single-blog__content .aligncenter, .single-blog .box .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-blog__content p, .single-blog .box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 15px;
  text-align: justify;
}
.single-blog__content p a, .single-blog .box p a {
  position: relative;
  color: #ee273a;
  display: inline-block;
}
.single-blog__content p a:before, .single-blog .box p a:before {
  content: "";
  background: rgb(225, 230, 232);
  right: 0;
  left: 0;
  bottom: 5px;
  height: 1px;
  position: absolute;
}
.single-blog__content > h2, .single-blog .box > h2 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #ee273a;
  font-weight: 700;
}
.single-blog__content > h3, .single-blog .box > h3 {
  font-size: 20px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.single-blog__content > h4, .single-blog .box > h4 {
  font-size: 18px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.single-blog__content > h5, .single-blog .box > h5 {
  font-size: 16px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.single-blog__content > h6, .single-blog .box > h6 {
  font-size: 14px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.single-blog__content > img, .single-blog .box > img {
  margin: 75px 0 70px;
}
.single-blog__content > ul, .single-blog__content > ol, .single-blog .box > ul, .single-blog .box > ol {
  margin-bottom: 20px;
  line-height: 32px;
}
.single-blog__content > ul li, .single-blog__content > ol li, .single-blog .box > ul li, .single-blog .box > ol li {
  padding-right: 20px;
  position: relative;
}
.single-blog__content > ul li:before, .single-blog__content > ol li:before, .single-blog .box > ul li:before, .single-blog .box > ol li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #a3b7c0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 11px;
}
.single-blog__content > ul li:hover:before, .single-blog__content > ol li:hover:before, .single-blog .box > ul li:hover:before, .single-blog .box > ol li:hover:before {
  background: #13d276;
}
.single-blog__content > ul ul, .single-blog__content > ul ol, .single-blog__content > ol ul, .single-blog__content > ol ol, .single-blog .box > ul ul, .single-blog .box > ul ol, .single-blog .box > ol ul, .single-blog .box > ol ol {
  padding-right: 20px;
}
.single-blog__content > ol, .single-blog .box > ol {
  counter-reset: olcounter;
}
.single-blog__content > ol li, .single-blog .box > ol li {
  padding-right: 20px;
  position: relative;
}
.single-blog__content > ol li:before, .single-blog .box > ol li:before {
  counter-increment: olcounter;
  content: counter(olcounter);
  width: 17px;
  height: 17px;
  top: 6px;
  line-height: 21px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.single-blog__content figure, .single-blog .box figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-blog__content blockquote, .single-blog .box blockquote {
  position: relative;
  border-top: 1px solid #dbe3e7;
  border-bottom: 1px solid #dbe3e7;
  padding: 40px 0;
  margin: 30px 0 65px;
  color: #647a84;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
  text-align-last: center;
}
.single-blog__content blockquote:before, .single-blog .box blockquote:before {
  content: "\e953";
  font-family: icomoon;
  width: 60px;
  height: 25px;
  background-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
  color: #b99d3e;
  text-align: center;
  line-height: 20px;
}
.single-blog__content blockquote:after, .single-blog .box blockquote:after {
  content: "\e952";
  font-family: icomoon;
  background-color: #ffffff;
  font-size: 12px;
  color: #ccd4d8;
  bottom: -50px;
  left: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.single-blog__content blockquote cite, .single-blog .box blockquote cite {
  color: #96a9b2;
  font-size: 13px;
  font-weight: 400;
  padding: 0 20px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  font-style: normal;
}
.single-blog__content table:not(.table-product), .single-blog .box table:not(.table-product) {
  width: 100%;
}
.single-blog__content table:not(.table-product) thead, .single-blog__content table:not(.table-product) tbody, .single-blog__content table:not(.table-product) tfoot, .single-blog__content table:not(.table-product) tr, .single-blog__content table:not(.table-product) td, .single-blog__content table:not(.table-product) th, .single-blog .box table:not(.table-product) thead, .single-blog .box table:not(.table-product) tbody, .single-blog .box table:not(.table-product) tfoot, .single-blog .box table:not(.table-product) tr, .single-blog .box table:not(.table-product) td, .single-blog .box table:not(.table-product) th {
  border: 1px solid #a2a2a2;
}
.single-blog__content .shop_table th, .single-blog .box .shop_table th {
  border: none !important;
}
.single-blog .product-table {
  visibility: visible !important;
  display: block !important;
}
.single-blog .wp-block-video {
  border-radius: 10px;
  overflow: hidden;
  margin: 30px 0;
}
.single-blog .related-product {
  margin-bottom: 60px;
  margin-top: 35px;
}
.single-blog-side {
  position: sticky;
  top: 0;
  z-index: 99;
}
.single-blog-side__accessories {
  font-size: 12px;
  font-weight: 700;
  line-height: 51px;
  background: #ffffff;
}
.single-blog-side__accessories li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-blog-side__accessories li a, .single-blog-side__accessories li span {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.single-blog-side__accessories li a i, .single-blog-side__accessories li span i {
  transition: 0.3s;
}
.single-blog-side__accessories li a:hover, .single-blog-side__accessories li span:hover {
  color: #13d276;
}
.single-blog-side__accessories li a:hover i, .single-blog-side__accessories li span:hover i {
  color: #13d276;
}
.single-blog-side__accessories li:not(:last-child) {
  border-bottom: 1px solid #e6ebee;
}
.single-blog-side__accessories li i {
  font-size: 17px;
  color: #3c5059;
}
.single-blog-side__fonts {
  display: flex;
}
.single-blog-side__fonts b {
  display: flex;
  color: #ffffff !important;
}
.single-blog-side__fonts i {
  width: 17px;
  height: 17px;
  font-size: 9px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a3b7c0;
  transition: 0.3s;
  border-radius: 3px;
  cursor: pointer;
  color: #ffffff !important;
}
.single-blog-side__fonts i:not(:last-child) {
  margin-left: 8px;
}
.single-blog-side__fonts i:hover {
  background-color: #13d276;
}
.single-blog .single__rating {
  padding: 0;
}
.single-blog .single__rating-stars {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
}
.single-blog .single__rating-stars:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #e4edf0;
  z-index: 1;
}
.single-blog .single__rating-count {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  z-index: 9;
  padding-left: 10px;
  background: #ffffff;
}
.single-blog .single__rating-count i {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.56px;
}
.single-blog .single__rating .rmp-rating-widget {
  background: #ffffff;
  padding-right: 10px;
  position: relative;
  z-index: 9;
}
.single-blog .single__rating .rmp-rating-widget .rmp-rating-widget__icons {
  height: 13px;
  margin: 0;
}
.single-blog .single__rating .rmp-rating-widget .rmp-rating-widget__icons__icon {
  height: 13px;
}
.single-blog .single__rating-feedback {
  text-align: right;
}
.single-blog .single__rating-feedback__title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 17px;
}
.single-blog .single__rating-feedback__list li {
  height: 36px;
  border: 1px solid #e6ebee;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 500;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 15px !important;
}
.single-blog .single__rating-feedback__list li span {
  font-size: 15px;
  font-weight: 500;
  padding-top: 4px;
}
.single-blog .single__attr li:nth-child(2n-1) {
  background-color: #fff;
}
.single-blog .plyr--video {
  width: 100%;
}
.single-blog .awards {
  margin-bottom: 50px;
}
.single-blog .awards .award {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.single-blog .awards .award img {
  margin-bottom: 20px;
}
.single-blog .awards .award figcaption {
  display: flex;
  text-align: right;
  justify-content: start;
  align-items: center;
  width: 100%;
}
.single-blog .awards .award figcaption i {
  font-size: 22px;
  margin-left: 10px;
}
.single-blog .awards__desc {
  color: #647a84;
  font-size: 14px;
  font-weight: 500;
  line-height: 41px;
  text-align: justify;
}
.single-blog .licences {
  margin-bottom: 50px;
}
.single-blog .licences .licence {
  min-height: 300px;
  border: 1px solid #dde3e6;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}
.single-blog .licences .licence__thumb {
  height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-blog .licences .licence figcaption {
  margin-bottom: 45px;
  color: #3c5059;
  font-size: 13px;
  font-weight: 700;
}
.single-blog .licences .licence:hover {
  box-shadow: 0 17px 25px rgba(201, 213, 219, 0.45);
  background-color: #ffffff;
  border-color: #fff;
}
.single-blog .articles-list {
  margin-bottom: 50px;
}
.single-blog .article-list {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px solid #d8e1e6;
}
.single-blog .article-list:first-child {
  border-top: 1px solid #d8e1e6;
}
.single-blog .article-list__thumb {
  margin-left: 30px;
  flex: 1 0 auto;
}
.single-blog .article-list__thumb img {
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(91, 113, 122, 0.25);
}
.single-blog .article-list__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-blog .article-list__desc {
  color: #758891;
  font-size: 13px;
  line-height: 39px;
}
.single-blog .article-list__cat {
  color: #ee273a;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}
.single-blog .article-list__more {
  color: #677e87;
  font-size: 13px;
  font-weight: 700;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
}
.single-blog .article-list__more i {
  display: flex;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-color: #ee273a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 10px;
}
.single-blog .org-chart__person {
  margin-bottom: 50px;
}
.single-blog .org-chart__person img {
  margin-bottom: 20px;
}
.single-blog .org-chart__person-sub {
  font-weight: 700;
  margin-bottom: 5px;
}
.single-blog .org-chart__person-name {
  color: #ee273a;
  font-weight: 700;
  font-size: 15px;
}
.single-blog .org-chart__person-desc {
  color: #647a84;
  font-weight: 500;
  line-height: 34px;
  text-align: justify;
}
.single-blog .org-chart__person--big {
  position: sticky;
  top: 55px;
}
.single-blog .org-chart__person--big img {
  margin-bottom: 38px;
}
.single-blog .org-chart__person--big .org-chart__person-sub {
  font-size: 14px;
  margin-bottom: 5px;
}
.single-blog .org-chart__person--big .org-chart__person-name {
  font-size: 17px;
  margin-bottom: 27px;
}
.single-blog .box h2 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #ee273a;
  font-weight: 700;
}
.single-blog .box h3 {
  font-size: 20px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.single-blog .box h4 {
  font-size: 18px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.single-blog .box h5 {
  font-size: 16px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.single-blog .box h6 {
  font-size: 14px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.single-blog .box img {
  margin: 0 !important;
}
.single-blog .box ul, .single-blog .box ol {
  margin-bottom: 20px;
  line-height: 32px;
}
.single-blog .box ul li, .single-blog .box ol li {
  padding-right: 20px;
  position: relative;
}
.single-blog .box ul li:before, .single-blog .box ol li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #a3b7c0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 11px;
}
.single-blog .box ul li:hover:before, .single-blog .box ol li:hover:before {
  background: #13d276;
}
.single-blog .box ul ul, .single-blog .box ul ol, .single-blog .box ol ul, .single-blog .box ol ol {
  padding-right: 20px;
}
.single-blog .box ol {
  counter-reset: olcounter;
}
.single-blog .box ol li {
  padding-right: 20px;
  position: relative;
}
.single-blog .box ol li:before {
  counter-increment: olcounter;
  content: counter(olcounter);
  width: 17px;
  height: 17px;
  top: 6px;
  line-height: 21px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.offer-blog {
  text-align: center;
  padding: 45px 0;
  margin-top: 30px;
  margin-bottom: 60px;
}
.offer-blog__title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 25px;
}
.offer-blog__content {
  color: #71828a;
  font-size: 13px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 25px;
}
.offer-blog__more {
  height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 38px;
  background-color: #13d276;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.offer-blog__more:hover {
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.3);
}
.offer-blog__more i {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  margin-right: 45px;
}

.offer-product {
  border-top: 1px solid #e9f0f3;
  border-bottom: 1px solid #e9f0f3;
  padding-top: 55px;
  padding-bottom: 55px;
  margin-bottom: 55px;
  margin-top: 30px;
}
.offer-product__info {
  padding-left: 20px;
}
.offer-product__title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 24px;
}
.offer-product__attrs {
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e0e8ec;
  padding-bottom: 25px;
  margin-bottom: 18px;
}
.offer-product__attrs li {
  flex: 1 0 50%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 15px 0;
}
.offer-product__attrs li:not(:nth-child(2n)) {
  padding-right: 0;
}
.offer-product__attrs li:not(:nth-child(2n)):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e0e8ec;
}
.offer-product__attrs li:nth-child(2n) {
  padding-left: 0;
}
.offer-product__price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.offer-product__price span {
  font-size: 14px;
  font-weight: 600;
}
.offer-product__price-val {
  display: flex;
  align-items: flex-end;
}
.offer-product__price-val em {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  height: 21px;
  margin-right: 4px;
}
.offer-product__price-val em i {
  display: block;
  font-size: 8px;
}
.offer-product__price-val ins {
  color: #13d276;
  font-size: 27px;
  font-weight: 700;
  text-decoration: none;
  line-height: 27px;
  height: 20px;
}
.offer-product__price-val b {
  color: #677e87;
  font-size: 13px;
  font-weight: 700;
  height: 11px;
  line-height: 15px;
  margin-left: 4px;
}
.offer-product--full .offer-product__info {
  padding-left: 20px;
}
.offer-product--full .offer-product__desc {
  color: #677e87;
  text-align: justify;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 25px;
}
.offer-product--full .offer-product__price {
  position: relative;
  align-items: end;
}
.offer-product--full .offer-product__price span {
  background: #f6f8f9;
  position: relative;
  z-index: 9;
  padding-left: 18px;
  line-height: 17px;
  height: 16px;
}
.offer-product--full .offer-product__price-val {
  background: #f6f8f9;
  position: relative;
  z-index: 9;
  padding-right: 14px;
}
.offer-product--full .offer-product__price-val em {
  position: absolute;
  left: 0;
  top: -20px;
  display: flex;
  flex-direction: row-reverse;
  height: 12px;
  line-height: 17px;
  align-items: first baseline;
}
.offer-product--full .offer-product__price-val em i {
  display: block;
  font-size: 8px;
  height: 9px;
  margin-right: 4px;
  margin-left: 2px;
}
.offer-product--full .offer-product__price-val b {
  color: #13d276;
}
.offer-product--full .offer-product__price:before {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  left: 0;
  bottom: 5px;
  background-color: #e0e8ec;
}

.offer-video {
  overflow: hidden;
  border-radius: 12px;
  padding: 35px;
  position: relative;
  height: 387px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  box-shadow: 0 32px 45px -21px rgba(0, 0, 0, 0.6);
  margin-bottom: 70px;
}
.offer-video__thumb {
  z-index: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.offer-video__thumb:after {
  content: "";
  background-color: #526168;
  opacity: 0.8;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.offer-video__content {
  z-index: 9;
  position: relative;
}
.offer-video__content .offer-video__head {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
.offer-video__content .offer-video__head i {
  height: 24px;
  box-shadow: 0 2px 5px rgba(100, 122, 132, 0.35);
  background-color: #ee273a;
  margin-left: 12px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 5px;
}
.offer-video__content .offer-video__title {
  text-shadow: 0 4px 5px rgba(100, 122, 132, 0.55);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
.offer-video__content .offer-video__desc {
  opacity: 0.7;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 20px;
  max-width: 440px;
}
.offer-video__content .offer-video__footer {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}
.offer-video__content .offer-video__meta {
  opacity: 0.6;
  transition: 0.3s;
}
.offer-video__content .offer-video__meta:not(:last-child) {
  margin-left: 30px;
}
.offer-video__content .offer-video__meta:hover {
  opacity: 1;
}
.offer-video__play {
  position: absolute;
  left: 0;
  bottom: 0;
}
.offer-video__play i {
  position: absolute;
  left: 39px;
  bottom: 39px;
  font-size: 47px;
  color: #ffffff;
  text-shadow: -5px 5px 18px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.offer-video__play i:before {
  z-index: 10;
  position: relative;
}
.offer-video__play i:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  width: 295px;
  height: 295px;
  border-radius: 100%;
  left: -148px;
  bottom: -142px;
}
.offer-video__play:before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ee273a;
  position: absolute;
  left: -75px;
  bottom: -66px;
  transition: 0.3s;
  z-index: 9;
}
.offer-video__play:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  left: -94px;
  bottom: -84px;
}

.offer-study {
  margin-bottom: 40px;
  margin-top: 25px;
}
.offer-study__title {
  text-align: center;
  position: relative;
  margin-bottom: 33px;
}
.offer-study__title span {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  background: #ffffff;
  padding: 0 30px;
  position: relative;
  z-index: 9;
}
.offer-study__title:before {
  content: "";
  position: absolute;
  background-color: #dbe5ea;
  top: 22px;
  height: 1px;
  right: 0;
  left: 0;
}

.archive__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 70px;
}
.archive__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
.archive__title > i {
  font-size: 151px;
  height: 56px;
  line-height: 56px;
  color: #677e87;
}
.archive__sub-title {
  color: #677e87;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
}
.archive__sub-title i {
  padding: 0 9px;
  height: 24px;
  line-height: 24px;
  background-color: #ee273a;
  border-radius: 0 24px 24px 24px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
.archive__sub-title--video i {
  padding: 0 5px;
}
.archive__nav {
  display: flex;
  align-items: center;
}
.archive__menu {
  display: flex;
  color: #677e87;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
}
.archive__menu li {
  margin-left: 35px;
}
.archive__menu li a {
  transition: 0.3s;
}
.archive__menu li a:hover {
  color: #ee273a;
}
.archive__sec-head {
  margin-bottom: 35px;
}
.archive__sec-more {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  margin-bottom: 47px;
}
.archive__sec-more span {
  background: #ffffff;
  padding-right: 20px;
  position: relative;
  z-index: 9;
  transition: 0.3s;
}
.archive__sec-more span:hover {
  color: #ee273a;
}
.archive__sec-more:before {
  content: "";
  height: 1px;
  background-color: #d8e1e6;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.archive__sec-title {
  color: #677e87;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.archive__sec-title span {
  background: #ffffff;
  padding-left: 20px;
  position: relative;
  z-index: 9;
}
.archive__sec-title:before {
  content: "";
  height: 1px;
  background-color: #d8e1e6;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  margin-bottom: 50px;
}
.pagination:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  background-color: #dee6eb;
  z-index: 0;
}
.pagination-nav {
  padding: 0 50px;
  background: #ffffff;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-nav .page-numbers {
  width: 38px;
  height: 38px;
  background-color: #eef3f5;
  border-radius: 5px;
  color: #647a84;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  transition: 0.3s;
  text-align: center;
}
.pagination-nav .page-numbers.next, .pagination-nav .page-numbers.prev {
  line-height: 44px;
}
.pagination-nav .page-numbers:not(:last-child) {
  margin-left: 13px;
}
.pagination-nav .page-numbers:hover, .pagination-nav .page-numbers.current {
  background-color: #ee273a;
  color: #ffffff;
}

.experts .pagination-nav {
  background: #f6f8f9;
}

.post {
  margin-bottom: 48px;
}
.post__thumb {
  box-shadow: 0 3px 5px rgba(91, 113, 122, 0.25);
  background-color: #8ea4ad;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.post__thumb-action {
  position: absolute;
  right: 10px;
  top: 10px;
  direction: ltr;
  background: #fff;
  padding: 4px 9px 0;
  border-radius: 5px;
  cursor: pointer;
}
.post__study {
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  background-color: #13d276;
  padding: 0 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  color: #ffffff;
}
.post__study i {
  font-size: 16px;
  margin-left: 5px;
}
.post__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 7px;
}
.post__content {
  color: #758891;
  font-size: 12px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 24px;
  text-align: justify;
}
.post__cat {
  color: #ee273a;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
  display: inline-block;
}
.post__footer-right {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.post__meta {
  color: #8c9ba1;
  font-size: 12px;
  font-weight: 500;
}
.post__rating {
  display: flex;
  flex-direction: row-reverse;
  height: 17px;
  line-height: 17px;
  position: relative;
}
.post__rating:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  background-color: #e4edf0;
}
.post__rating-stars {
  background: #ffffff;
  position: relative;
  z-index: 9;
  padding-right: 5px;
}
.post__rate {
  position: relative;
  z-index: 9;
  color: #96a8b0;
  font-size: 14px;
  font-weight: 400;
  padding-right: 10px;
  background: #ffffff;
}
.post__rate span {
  color: #13d276;
  font-size: 23px;
  font-weight: 700;
}
.post--large .post__thumb {
  margin-bottom: 26px;
}
.post--large .post__title {
  font-size: 20px;
  margin-bottom: 15px;
}
.post--large .post__footer {
  display: flex;
  justify-content: space-between;
}
.post--large .post__footer-right {
  margin-bottom: 0;
}
.post--large .post__meta:not(:last-child) {
  margin-left: 20px;
}
.post--large .post__rating:before {
  display: none;
}

.page__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid #d8e1e6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.page__title {
  color: #ee273a;
  font-size: 25px;
  font-weight: 700;
}
.page__nav-title {
  color: #89a3af;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.page__nav ul {
  display: flex;
}
.page__nav ul li {
  color: #647a84;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
}
.page__nav ul li a {
  transition: 0.3s;
}
.page__nav ul li a:hover {
  color: #ee273a;
}
.page__nav ul li:not(:last-child) {
  margin-left: 25px;
}
.page__content .socials .social {
  border-radius: 7px;
  background: rgb(35, 122, 164);
  background: -moz-linear-gradient(0deg, rgb(35, 122, 164) 0%, rgb(44, 165, 224) 100%);
  background: -webkit-linear-gradient(0deg, rgb(35, 122, 164) 0%, rgb(44, 165, 224) 100%);
  background: linear-gradient(0deg, rgb(35, 122, 164) 0%, rgb(44, 165, 224) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#237aa4",endColorstr="#2ca5e0",GradientType=1);
  padding: 10px;
  color: #ffffff;
  overflow: hidden;
}
.page__content .socials .social__thumb {
  position: relative;
  margin-bottom: 45px;
}
.page__content .socials .social__thumb i {
  font-size: 90px;
  display: block;
  padding-right: 6px;
  z-index: 99;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.page__content .socials .social__thumb:before {
  content: "";
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.2;
  position: absolute;
  top: -70px;
  right: -50px;
  transition: 0.3s;
}
.page__content .socials .social__thumb:after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.3;
  position: absolute;
  top: -80px;
  right: -45px;
  transition: 0.3s;
}
.page__content .socials .social__title {
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 3px;
  word-spacing: -3px;
}
.page__content .socials .social__sub-title {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.page__content .socials .social__more {
  background: #ffffff;
  color: #237aa4;
  display: block;
  border-radius: 4px;
  padding: 4px 0 3px;
  font-weight: 700;
  text-align: center;
}
.page__content .socials .social:hover i {
  color: #131313;
  opacity: 0.5;
}
.page__content .socials .social:hover .social__thumb:before {
  top: -70px;
  right: -50px;
}
.page__content .socials .social:hover .social__thumb:after {
  top: -80px;
  right: -59px;
}
.page__content .socials .social--twiter {
  background: linear-gradient(top, #00609f, #00ACEE, #36D8FF);
}
.page__content .socials .social--facebook {
  background-color: #2b4170;
  background: -moz-linear-gradient(top, #3b5998, #2b4170);
  background: -ms-linear-gradient(top, #3b5998, #2b4170);
  background: -webkit-linear-gradient(top, #3b5998, #2b4170);
}
.page__content .socials .social--instagram {
  background: #5851db;
  background: -moz-linear-gradient(45deg, #df6231, #d11f41, #be2591);
  background: -webkit-linear-gradient(45deg, #df6231, #d11f41, #be2591);
  background: linear-gradient(45deg, #df6231, #d11f41, #be2591);
}
.page__content .socials .social--linkedin {
  background: rgb(53, 44, 101);
  background: -moz-linear-gradient(0deg, rgb(53, 44, 101) 0%, rgb(0, 169, 206) 100%);
  background: -webkit-linear-gradient(0deg, rgb(53, 44, 101) 0%, rgb(0, 169, 206) 100%);
  background: linear-gradient(0deg, rgb(53, 44, 101) 0%, rgb(0, 169, 206) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#352c65",endColorstr="#00a9ce",GradientType=1);
}
.page__content .socials .social--aparat {
  background: rgb(221, 20, 86);
  background: -moz-linear-gradient(0deg, rgb(221, 20, 86) 0%, rgb(237, 20, 91) 100%);
  background: -webkit-linear-gradient(0deg, rgb(221, 20, 86) 0%, rgb(237, 20, 91) 100%);
  background: linear-gradient(0deg, rgb(221, 20, 86) 0%, rgb(237, 20, 91) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd1456",endColorstr="#ed145b",GradientType=1);
}
.page__content .socials-sec {
  margin-bottom: 30px;
}
.page__content .socials-sec__title {
  font-size: 19px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.page__content .socials-sec__title i {
  font-size: 22px;
  margin-left: 10px;
}

.map {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
.map .google-map,
.map .embedly-card,
.map .embedly-card-hug {
  min-height: 540px;
  width: 100%;
  max-width: initial;
}
.map__info {
  position: absolute;
  right: 110px;
}
.map__info li {
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(149, 169, 178, 0.17);
  background-color: #ffffff;
  padding: 30px 100px 30px 40px;
  position: relative;
  color: #5c737e;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  max-width: 430px;
}
.map__info li i {
  font-size: 23px;
  color: #ee273a;
  position: absolute;
  right: 43px;
  top: 50%;
  transform: translate(0, -50%);
}
.map__info-contact-metas {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.map__info-contact-tell {
  font-size: 21px;
  letter-spacing: -1.26px;
  padding-top: 4px;
  font-weight: 700;
}
.map__info-contact-tell b {
  color: #96a5ac;
  letter-spacing: -1.26px;
  font-weight: 700;
}
.map__info-contact-req {
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eaedef;
}
.map__info-email {
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.28px;
}

.contact {
  margin-top: 60px;
  margin-bottom: 90px;
}
.contact__head {
  margin-bottom: 27px;
}
.contact__title {
  color: #3c5059;
  font-size: 18px;
  font-weight: 700;
}
.contact__sub-title {
  color: #7a8a91;
  font-size: 13px;
  font-weight: 500;
}
.contact textarea {
  min-height: 261px;
  width: 100%;
}
.contact__submit {
  display: flex;
}
.contact__submit-btn {
  height: 48px;
  line-height: 48px;
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
  background-color: #13d276;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.contact__submit-btn input {
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  padding: 0 20px 0 72px;
  width: 100%;
}
.contact__submit-btn i {
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  left: 20px;
}

.offers-sms {
  background: #dbe3e6 url("img/seller-bg.jpg") 58% 50% no-repeat;
  border-radius: 7px;
  padding: 30px;
  margin-bottom: 30px;
}
.offers-sms--consultation {
  background: #dbe3e6 url("img/bg-consultation.jpg") left top no-repeat;
}
.offers-sms--consultation .offers-sms__content p {
  padding-top: 33px;
  font-weight: 700;
  margin: 0;
  line-height: 36px;
}
.offers-sms--consultation .offers-sms__title {
  margin-bottom: 0;
  text-align: center;
}
.offers-sms__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.offers-sms__title b {
  color: #ee273a;
}
.offers-sms__content {
  font-size: 15px;
  line-height: 34px;
  font-weight: 500;
}
.offers-sms__content li {
  position: relative;
  padding-right: 15px;
}
.offers-sms__content li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: #ee273a;
}

.certificates {
  padding: 30px 0;
  margin-bottom: 30px;
}
.certificates .swiper-slide {
  width: auto !important;
}

.management-box {
  border-radius: 7px;
  background: #e6e5ea;
  overflow: hidden;
}
.management-box__img {
  height: 100%;
  position: relative;
}
.management-box__img:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  background: rgb(230, 229, 234);
  background: -moz-linear-gradient(90deg, rgb(230, 229, 234) 0%, rgba(230, 229, 234, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(230, 229, 234) 0%, rgba(230, 229, 234, 0) 100%);
  background: linear-gradient(90deg, rgb(230, 229, 234) 0%, rgba(230, 229, 234, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e5ea",endColorstr="#e6e5ea",GradientType=1);
}
.management-box__img img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
  max-width: initial;
}
.management-box__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.management-box__sub {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
}
.management-box__title {
  font-size: 17px;
  color: #ee273a;
  font-weight: 700;
}
.management-box__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  text-align: justify;
}

.single-expert__call-req {
  background-color: #f6f8f9;
  border-radius: 7px;
  padding: 15px;
}
.single-expert__call-req input {
  height: 45px;
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.1);
  background-color: #ffffff;
  line-height: 45px;
  padding: 0 15px;
  color: #3c5059;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 13px;
  border-radius: 7px;
  width: 100%;
}
.single-expert__call-req select {
  margin-bottom: 20px;
}
.single-expert__call-req button {
  height: 65px;
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.1);
  background-color: #13d276;
  padding: 0 23px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  border-radius: 7px;
  position: relative;
}
.single-expert__call-req button i {
  position: absolute;
  left: 25px;
  font-size: 18px;
}
.single-expert__call-req .selectize-control {
  height: 45px;
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.1);
  background-color: #ffffff;
  margin-bottom: 22px;
}
.single-expert__call-req .selectize-input {
  height: 100%;
  border: none;
  box-shadow: none;
}
.single-expert__call-req .selectize-input .item {
  line-height: 15px;
  padding-left: 15px;
}
.single-expert__call-req .selectize-input input {
  height: 100% !important;
  width: 100% !important;
}
.single-expert .single__desc-sec {
  padding: 0;
}
.single-expert .single__title {
  font-size: 23px;
}
.single-expert .single__attr-val--list a:not(:last-child):after {
  content: "،";
  margin-right: 3px;
}
.single-expert .single__attr-val--tel {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -1.17px;
  display: flex;
  align-items: center;
}
.single-expert .single__attr-val--tel a {
  display: flex;
  align-items: center;
  height: 11px;
  flex-direction: row-reverse;
}
.single-expert .single__attr-val--tel a i {
  color: #ffffff;
  font-size: 12px;
  line-height: 13.8px;
  letter-spacing: -1.4px;
  height: 11px;
  display: inline-block;
  border-radius: 0 3px 0 3px;
  background-color: #ee273a;
  padding: 0 3px 0 1px;
  margin-left: 3px;
}
.single-expert .single__attr-val--sell-count i {
  color: #ffffff;
  font-size: 9px;
  line-height: 10.8px;
  letter-spacing: -1.4px;
  height: 11px;
  display: inline-block;
  border-radius: 0 3px 0 3px;
  background-color: #ee273a;
  padding: 0 3px 0 2px;
  margin-right: 5px;
}
.single-expert__thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
}
.single-expert__thumb {
  width: 135px;
  height: 135px;
  opacity: 0.2;
}
.single-expert__thumb img {
  border-radius: 50%;
}
.single-expert__thumb:not(.single-expert__thumb--side) {
  margin: 0 75px;
  width: 186px;
  height: 186px;
  opacity: 1;
}
.single-expert .breadcrumb .breadcrumb_last {
  display: inline-block !important;
}
.single-expert .breadcrumb .last-link:after {
  content: "\e914";
  font-family: icomoon;
  margin-right: 10px;
  font-size: 9px;
  color: #95a9b2;
}
.single-expert .related-product {
  margin: 0;
}
.single-expert__content {
  padding-bottom: 50px;
}

.contact-list {
  box-shadow: 0 2px 2px rgba(66, 93, 107, 0.2);
  background-color: #f6f8f9;
  padding: 10px;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.contact-list__actions {
  display: flex;
  align-items: center;
}
.contact-list__btn {
  height: 50px;
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.2);
  background-color: #13d276;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 23px;
  padding: 15px 20px;
  border-radius: 7px;
}
.contact-list__item {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.contact-list__item--green i {
  color: #2cb742;
}
.contact-list__item--blue i {
  color: #2CA5E0;
}
.contact-list__item i {
  font-size: 25px;
  margin-left: 20px;
}
.contact-list__items {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  box-shadow: 0 2px 2px rgba(66, 93, 107, 0.2);
  background-color: #f6f8f9;
  padding: 10px;
  border-radius: 7px;
  display: none;
}
.contact-list__items li {
  padding: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.contact-list__items li:hover {
  background: #f1f1f1;
}
.contact-list__items li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.contact-list__change {
  color: #3c5059;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.contact-list__change i {
  font-size: 9px;
  color: #aebcc3;
  margin-right: 10px;
}

.single-video .plyr {
  margin-bottom: 50px;
}
.single-video .plyr__volume {
  min-width: initial;
  max-width: initial;
  width: initial;
}
.single-video__title {
  color: #ee273a;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}
.single-video__excerpt {
  font-size: 13px;
  font-weight: 400;
  line-height: 31px;
  text-align: justify;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7ecef;
  margin-bottom: 25px;
}
.single-video__metas {
  padding-bottom: 22px;
  border-bottom: 1px solid #e7ecef;
  margin-bottom: 7px;
}
.single-video__meta {
  color: #677e87;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.single-video__meta--view {
  color: #677e87;
}
.single-video__meta--view i {
  margin-left: 10px;
}
.single-video__meta--view b {
  margin-left: 3px;
}
.single-video__meta--time {
  font-size: 12px;
  letter-spacing: -0.48px;
}
.single-video__meta--time i {
  color: #ee273a;
  margin-right: 10px;
}
.single-video__meta b {
  letter-spacing: -1.2px;
}
.single-video__dl {
  margin-bottom: 30px;
}
.single-video__dl li a {
  font-size: 12px;
  font-weight: 700;
  line-height: 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.single-video__dl li a:hover {
  color: #ee273a;
}
.single-video__dl li a i {
  font-size: 15px;
}
.single-video__related-title {
  color: #6d858f;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-video__related-title:before {
  content: "//////////////////////////////////////////////////////";
  color: #c8d5da;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.single-video__related-title span {
  background: #ffffff;
  padding-left: 17px;
  z-index: 99;
  position: relative;
}
.single-video__related-item {
  border: 1px solid #e9eff2;
  background-color: #ffffff;
  padding: 20px 14px;
  border-radius: 7px;
  margin-bottom: 14px;
}
.single-video__related-item-title {
  color: #3c5059;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
}
.single-video__related-item-meta {
  color: #677e87;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.single-video__related-item-meta:not(:last-child) {
  margin-left: 20px;
}

.plyr--video.plyr--paused .plyr__video-wrapper:before {
  content: "";
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("img/video-water.png") no-repeat center rgba(238, 39, 58, 0.85);
  pointer-events: none;
}
.plyr--video .plyr__control--overlaid {
  display: none !important;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: none !important;
  box-shadow: none;
}
.plyr--video .plyr__controls {
  z-index: 9999;
  background: none;
  max-width: 635px;
  margin: 0 auto;
}
.plyr--video .plyr__volume {
  width: auto;
  max-width: initial;
  min-width: initial;
}
.plyr--video input[type=range] {
  color: #ffffff !important;
}

.wp-video {
  width: 100% !important;
}

.archive__video-cat {
  margin-bottom: 55px;
}

.video-cat {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  box-shadow: 0 2px 4px rgba(149, 169, 178, 0.35);
  background-color: #647a84;
}
.video-cat:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #404c51;
  opacity: 0.9;
  transition: 0.3s;
}
.video-cat:hover:before {
  background-color: #d41628;
}
.video-cat__title a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-post {
  margin-bottom: 38px;
}
.video-post:hover .video-post__title {
  color: #ee273a;
}
.video-post:hover .video-post__play {
  font-size: 500px;
  opacity: 0.3;
}
.video-post__thumb {
  position: relative;
  margin-bottom: 19px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-post__thumb:before {
  content: "";
  background-color: #2e363a;
  opacity: 0.6;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.video-post__play {
  font-size: 31px;
  text-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
  color: #ee273a;
  position: absolute;
  transition: 0.3s;
  pointer-events: none;
}
.video-post__play:after {
  content: "\e932";
  font-family: icomoon;
  font-size: 58px;
  position: absolute;
  color: #000;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-post__play--podcast:after {
  content: "\e96b";
}
.video-post__time {
  left: 15px;
  top: 18px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.52px;
  letter-spacing: -0.48px;
  position: absolute;
}
.video-post__time i {
  opacity: 0.7;
  font-size: 13px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.video-post__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.3s;
}
.video-post__footer {
  display: flex;
}
.video-post__meta {
  color: #8c9ba1;
  font-size: 12px;
  font-weight: 500;
}
.video-post__meta:not(:last-child) {
  margin-left: 20px;
}

.video-wide {
  overflow: hidden;
  border-radius: 7px;
  color: #ffffff;
  position: relative;
  margin-bottom: 50px;
}
.video-wide__thumb {
  position: relative;
}
.video-wide__thumb:before {
  content: "";
  background-color: #000000;
  opacity: 0.7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  transition: 0.3s;
}
.video-wide__overly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 55px;
}
.video-wide__title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
}
.video-wide__excerpt {
  font-size: 13px;
  font-weight: 400;
  line-height: 24.73px;
  margin-bottom: 20px;
}
.video-wide__metas {
  display: flex;
  flex-wrap: wrap;
}
.video-wide__meta {
  display: flex;
  font-size: 12px;
  font-weight: 400;
}
.video-wide__meta i {
  font-size: 15px;
  margin-left: 10px;
}
.video-wide__meta:not(:last-child) {
  margin-left: 24px;
}
.video-wide__play {
  width: 87px;
  height: 87px;
  background-color: #ee273a;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  text-shadow: 0 2px 4px rgba(149, 169, 178, 0.35);
  color: #ffffff;
  position: relative;
}
.video-wide__play:before {
  content: "";
  background-color: #ee273a;
  opacity: 0.2;
  width: 125px;
  height: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  animation: balance 2s infinite ease-in-out 0.6s;
}
.video-wide__play:after {
  content: "";
  background-color: #ee273a;
  opacity: 0.1;
  width: 147px;
  height: 147px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  animation: balance 2s infinite ease-in-out 0.4s;
}
.video-wide__play i {
  position: relative;
  z-index: 9;
}
.video-wide__play i:before {
  z-index: 9;
  position: relative;
  margin-left: 8px;
}
.video-wide__play i:after {
  content: "";
  background-color: #ee273a;
  opacity: 0.4;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: balance 2s infinite ease-in-out 0.2s;
}

@keyframes balance {
  50% {
    opacity: 0;
  }
}
.podcast-page {
  margin-bottom: 55px;
}
.podcast-page .podcast-side__head {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
.podcast-page .podcast-side__head i {
  font-size: 29px;
  color: #ee273a;
  margin-left: 10px;
}
.podcast-page .podcast-side__title {
  color: #677e87;
  font-size: 13px;
  font-weight: 700;
}
.podcast-page .podcast-side__search {
  position: relative;
  margin-bottom: 30px;
}
.podcast-page .podcast-side__search input {
  height: 45px;
  line-height: 45px;
  background-color: #f3f6f8;
  padding: 0 15px;
  color: #9aadb5;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  border-radius: 5px;
}
.podcast-page .podcast-side__search button {
  height: 18px;
  padding: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  background: none;
  color: #afc3cb;
  font-size: 18px;
  transform: translate(0, -50%);
}
.podcast-page .podcast-side__list {
  margin-bottom: 10px;
}
.podcast-page .podcast-side__list li:not(:last-child) a {
  border-bottom: 1px solid #e7ecef;
}
.podcast-page .podcast-side__list li a {
  display: block;
  color: #647a84;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
  padding: 6px 0;
}
.podcast-page .podcast-side__list li a i {
  width: 17px;
  color: #ee273a;
  font-size: 12px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -0.72px;
  text-align: center;
  display: inline-block;
  margin-left: 3px;
}
.podcast-page .podcast-side__list li a i[class*=icon] {
  font-size: 14px;
  position: relative;
  top: 2px;
}
.podcast-page .podcast-side__list li a:hover {
  color: #ee273a;
}
.podcast-page .podcast-side__nav {
  display: flex;
  justify-content: space-between;
}
.podcast-page .podcast-side__nav a {
  border: 1px solid #ecf2f5;
  padding: 10px;
  border-radius: 7px;
  color: #6a8591;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
}
.podcast-page .podcast-side__nav a:hover {
  border: 1px solid #ee273a;
}
.podcast-page .podcast-side__nav a:not(:last-child) {
  margin-left: 8px;
}
.podcast-page .podcast {
  text-align: center;
}
.podcast-page .podcast__thumb {
  margin-bottom: 10px;
}
.podcast-page .podcast__thumb-caption {
  color: #788e98;
  font-size: 14px;
  font-weight: 500;
  padding-top: 55px;
}
.podcast-page .podcast__title {
  color: #3c5059;
  font-size: 27px;
  font-weight: 700;
}
.podcast-page .podcast__more {
  color: #647a84;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.podcast-page .podcast__more:before {
  content: "";
  right: 0;
  left: 0;
  top: 50%;
  height: 1px;
  background-color: #ecf2f5;
  position: absolute;
  transform: translate(0, -50%);
}
.podcast-page .podcast__more span {
  background: #ffffff;
  padding: 0 30px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.podcast-page .podcast__more i {
  font-size: 12px;
  color: #ee273a;
  margin-right: 12px;
}

.login-area {
  background-color: #f6f8f9;
  padding: 70px;
  border-radius: 10px;
  margin-bottom: 60px;
}
.login-area__title {
  color: #3c5059;
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 20px;
}
.login-area__title--benefit {
  padding-left: 45px;
}
.login-area__title--benefit i {
  font-size: 31px;
  color: #c8d2d7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.login-area__title--benefit i span {
  position: absolute;
  font-size: 13px;
  color: #13d276;
}
.login-area input {
  height: 48px;
  box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
  background-color: #ffffff;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 0 18px;
  min-width: 350px;
}
.login-area button {
  height: 48px;
  box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
  background-color: #13d276;
  padding: 0 18px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.login-area button span {
  margin-left: 40px;
}
.login-area button i {
  font-size: 11px;
}
.login-area__benefits {
  color: #647a84;
  font-size: 13px;
  font-weight: 400;
  line-height: 31px;
  text-align: left;
}
.login-area__benefits li {
  position: relative;
  padding-left: 47px;
}
.login-area__benefits li:after {
  content: "\e960";
  font-family: icomoon;
  position: absolute;
  left: 10px;
  top: 0;
  color: #13d276;
  font-size: 9px;
}

.login-form__otp {
  display: none;
}

.login-page {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: #f2f6f7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page .login-area {
  width: 433px;
  background: none;
  margin: 0 auto;
  padding: 0;
}
.login-page .login-area__box {
  box-shadow: 0 4px 2px rgba(149, 169, 178, 0.1);
  background-color: #ffffff;
  padding: 45px 30px;
  border-radius: 7px;
  margin-bottom: 32px;
}
.login-page .login-area__head {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.login-page .login-area__head i {
  font-size: 74px;
  position: relative;
  padding-bottom: 20px;
}
.login-page .login-area__head i:before {
  content: "";
  width: 50px;
  height: 15px;
  opacity: 0.2;
  background: #000000;
  border-radius: 50%;
  left: 50%;
  filter: blur(15px);
  transform: translate(-50%, 0) rotateX(80deg);
  position: absolute;
  bottom: 0;
}
.login-page .login-area__form-tab {
  cursor: pointer;
}
.login-page .login-area__form-tab:not(.active) {
  opacity: 0.3;
}
.login-page .login-area__form-title {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 44px;
  transition: 0.3s;
}
.login-page .login-area__form-title i {
  font-size: 33px;
  color: #eaf0f2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page .login-area__form-title i i {
  position: absolute;
  font-size: 14px;
  color: #13d276;
}
.login-page .login-area__form-input {
  height: 58px;
  box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
  background-color: #f6f8f9;
  line-height: 58px;
  border-radius: 7px;
  padding: 0 20px;
  position: relative;
  margin-bottom: 22px;
}
.login-page .login-area__form-input.active label {
  position: absolute;
  top: -10px;
  height: 18px;
  line-height: normal;
  background: #fff;
  padding: 0 5px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 100;
}
.login-page .login-area__form-input label {
  color: #6e828b;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s;
}
.login-page .login-area__form-input input {
  background: none;
  position: absolute;
  box-shadow: none;
  margin: 0;
  width: 100%;
  height: 100%;
  right: 0;
  text-align: left;
  padding-right: 100px;
  color: #6e828b;
  font-size: 18px;
  font-weight: 500;
  min-width: initial;
}
.login-page .login-area__form-input--captcha {
  display: flex;
  align-items: center;
  text-align: right;
}
.login-page .login-area__form-input--captcha input {
  text-align: right;
}
.login-page .login-area__form-input--captcha .captcha-image {
  border-radius: 40px;
  margin-right: auto;
  width: 100px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.login-page .login-area__form button {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.login-page__back {
  color: #7d878c;
  display: flex;
  align-items: center;
}
.login-page__back i {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  width: 22px;
  height: 22px;
  background-color: #adc4ca;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-left: 17px;
}

.cart-page__total {
  display: flex;
  justify-content: left;
  align-items: end;
  margin-bottom: 60px;
}
.cart-page__total-price-title {
  color: #3c5059;
  font-size: 14px;
  font-weight: 700;
}
.cart-page__total-price-val .woocommerce-Price-amount {
  color: #0aad5f;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 25px;
  padding-top: 12px;
}
.cart-page__total-price-val .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  color: #0aad5f;
  font-size: 12px;
  font-weight: 700;
  margin-right: 4px;
  letter-spacing: normal;
}
.cart-page__total-actions .checkout-button {
  background-color: #13d276;
  box-shadow: 0 20px 20px -20px #13d276;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #0eb766;
  padding: 17px 23px 17px 80px;
  border-radius: 10px;
  margin-right: 30px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.cart-page__total-actions .checkout-button:hover {
  box-shadow: none;
}
.cart-page__total-actions .checkout-button i {
  position: absolute;
  left: 25px;
  top: 20px;
}

.order-bread {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 65px;
}
.order-bread i {
  width: 38px;
  height: 42px;
  font-size: 42px;
  color: #c9d7dc;
  margin: 0 auto 25px;
  transition: 0.3s;
  display: block;
}
.order-bread__title {
  color: #b2c2c9;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.order-bread li {
  position: relative;
  padding: 0 30px;
}
.order-bread li:not(:last-child) {
  margin-left: 60px;
}
.order-bread li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 8px;
  width: 60px;
  height: 1px;
  background-color: #bccad1;
  transition: 0.3s;
}
.order-bread li.active i {
  color: #13d276;
}
.order-bread li.active .order-bread__title {
  color: #3c5059;
}
.order-bread li.active:before {
  background-color: #647a84;
}

.woocommerce-cart-form {
  background-color: #f6f8f9;
  padding: 35px 30px;
  border-radius: 7px;
  margin-bottom: 30px;
}
.woocommerce-cart-form .shop_table {
  width: 100%;
  border-collapse: separate;
}
.woocommerce-cart-form .shop_table .spacer {
  height: 13px;
  box-shadow: none;
}
.woocommerce-cart-form .shop_table .product-name {
  padding-right: 35px;
}
.woocommerce-cart-form .shop_table .product-remove {
  color: #a2b2b9;
  font-size: 12px;
  font-weight: 400;
  transition: 0.3s;
  padding-left: 13px;
}
.woocommerce-cart-form .shop_table .product-remove:hover {
  color: #ee273a;
}
.woocommerce-cart-form .shop_table thead {
  margin-bottom: 22px;
}
.woocommerce-cart-form .shop_table th {
  color: #647a84;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  padding-bottom: 22px;
  border: none;
}
.woocommerce-cart-form .shop_table tbody tr {
  margin-bottom: 13px;
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
}
.woocommerce-cart-form .shop_table tbody tr td {
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #3c5059;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  padding: 0;
}
.woocommerce-cart-form .shop_table tbody tr td > * {
  min-height: 78px !important;
}
.woocommerce-cart-form .shop_table tbody tr td:first-child {
  border-radius: 0 7px 7px 0;
}
.woocommerce-cart-form .shop_table tbody tr td:last-child {
  border-radius: 7px 0 0 7px;
}
.woocommerce-cart-form .shop_table tbody tr td.product-name {
  color: #3c5059;
  font-size: 16px;
  font-weight: 700;
}
.woocommerce-cart-form .shop_table .quantity {
  align-items: center;
}
.woocommerce-cart-form .shop_table .quantity input {
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding-top: 4px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: none !important;
  color: #3c5059;
}
.woocommerce-cart-form .shop_table .quantity__btn {
  width: 20px;
  height: 20px;
  background-color: #ccd9df;
  color: #ffffff;
  font-size: 11px;
  border: none;
}
.woocommerce-cart-form .shop_table .quantity__btn:hover {
  background-color: #13d276;
}
.woocommerce-cart-form .shop_table .woocommerce-Price-amount {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: right;
}
.woocommerce-cart-form .shop_table .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  color: #3c5059;
  font-size: 12px;
  font-weight: 700;
  margin-right: 5px;
}
.woocommerce-cart-form button[name=update_cart] {
  background-color: #13d276;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #0eb766;
  padding: 8px 15px;
  border-radius: 7px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
  margin-top: 20px;
}
.woocommerce-cart-form button[name=update_cart]:disabled {
  filter: grayscale(100%);
  opacity: 0.7;
}

.woocomerce-message {
  background-color: #13d276;
  border-radius: 10px;
  padding: 70px 0 37px 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
.woocomerce-message__icon {
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  font-size: 97px;
  position: relative;
  margin-bottom: 50px;
}
.woocomerce-message__icon span {
  font-size: 23px;
  color: #13d276;
  position: absolute;
  top: 30px;
  right: 30px;
  text-shadow: none;
}
.woocomerce-message__title {
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.woocomerce-message__sub-title {
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 37px;
}
.woocomerce-message__more {
  padding: 10px 30px;
  border: 1px solid #34ec93;
  background-color: #13d276;
  border-radius: 10px;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 44px;
}
.woocomerce-message__back {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.woocomerce-message__back i {
  font-size: 13px;
  margin-left: 12px;
}
.woocomerce-message--empty {
  background-color: #f6f8f9;
  color: #3c5059;
}
.woocomerce-message--empty .woocomerce-message__icon {
  text-shadow: 2px 4px 2px rgba(86, 108, 119, 0.15);
  color: #13d276;
}
.woocomerce-message--empty .woocomerce-message__icon span {
  color: #ffffff;
  right: 43px;
}
.woocomerce-message--empty .woocomerce-message__title {
  text-shadow: none;
}
.woocomerce-message--empty .woocomerce-message__sub-title {
  color: #889ea8;
  text-shadow: none;
}
.woocomerce-message--empty .woocomerce-message__more {
  border: 1px solid #d5e0e6;
  background: none;
  color: #3c5059;
  font-size: 15px;
  font-weight: 500;
  text-shadow: none;
}
.woocomerce-message--empty .woocomerce-message__back {
  color: #3c5059;
  font-weight: 500;
}

.faq__side-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.faq__side-title {
  color: #3c5059;
  font-size: 16px;
  font-weight: 700;
}
.faq__side-search {
  color: #9aadb5;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  background: #d8e1e6;
  padding: 5px 10px;
  border-radius: 7px;
}
.faq__side-search input {
  background: none;
}
.faq__side-search button {
  font-size: 15px;
  color: #afc3cb;
  background: none;
  position: absolute;
  left: 7px;
  padding: 0;
  top: 8px;
}
.faq__side-content {
  padding-right: 25px;
  max-height: 484px;
}
.faq__side-content .jspVerticalBar {
  width: 6px;
}
.faq__side-content .jspPane {
  width: calc(100% - 25px) !important;
  margin-right: 25px;
}
.faq__side-content .jspTrack {
  background-color: #f6f8f9;
  width: 6px;
}
.faq__side-content .jspDrag {
  background-color: #13d276;
}
.faq__side-content li a {
  display: block;
  color: #647a84;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s;
  line-height: 25px;
  border-top: 1px solid #e7ecef;
}
.faq__side-content li a:hover, .faq__side-content li a.active {
  color: #14b869;
}
.faq__ask {
  display: flex;
  justify-content: left;
  margin-bottom: 30px;
}
.faq__ask-btn {
  box-shadow: 0 1px 1px rgba(112, 133, 144, 0.29);
  background-color: #f6f8f9;
  color: #3c5059;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  padding: 7px 18px;
}
.faq .comments-send {
  background-color: #f6f8f9;
}
.faq .comments-send textarea {
  background: #ffffff;
}

.question {
  background-color: #f6f8f9;
  border-radius: 10px;
  padding: 32px 27px;
  text-align: justify;
}
.question__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.question__content {
  color: #647a84;
  font-size: 13px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 22px;
  max-height: 320px;
  overflow: hidden;
}
.question__content a {
  text-decoration: underline;
}
.question__content.active {
  max-height: 100%;
}
.question__more {
  color: #647a84;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.question__more:before {
  content: "";
  right: 0;
  left: 0;
  top: 50%;
  height: 1px;
  background-color: #ecf2f5;
  position: absolute;
  transform: translate(0, -50%);
}
.question__more span {
  background: #f6f8f9;
  padding: 0 30px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.question__more i {
  font-size: 12px;
  color: #ee273a;
  margin-right: 12px;
}
.question__more.active i {
  transform: rotate(180deg);
}
.question__owner {
  margin-bottom: 20px;
}
.question__useful-title {
  color: #596f79;
  font-weight: 500;
  margin-bottom: 10px;
}
.question__useful-actions a {
  display: inline-block;
  min-width: 55px;
  height: 30px;
  border: 1px solid #dce5ea;
  background-color: #f6f8f9;
  border-radius: 5px;
  color: #596f79;
  font-size: 13px;
  font-weight: 500;
  margin-left: 6px;
  transition: 0.3s;
  line-height: 28px;
  text-align: center;
}
.question__useful-actions a.active, .question__useful-actions a:hover {
  box-shadow: 0 1px 1px rgba(90, 109, 117, 0.25);
  background-color: #ffffff;
}

.search__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  background: #ffffff;
  position: sticky;
  top: 49px;
}
.search__searched {
  font-size: 13px;
  color: #647a84;
  font-weight: 700;
}
.search__searched span {
  color: #95a9b2;
  font-weight: 500;
}
.search__nav {
  display: flex;
  padding-left: 20px;
}
.search__nav a {
  margin-right: 40px;
  color: #95a9b2;
  font-size: 13px;
  font-weight: 400;
  transition: 0.3s;
}
.search__nav a.active {
  color: #ee273a;
}
.search__products {
  background-color: #f6f8f9;
  border-radius: 7px;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 35px;
}
.search__products .table-product {
  border: none;
}
.search__products .table-product tr:nth-child(2n) td {
  background: none;
}
.search__products .table-product tr td {
  border: none;
  background-color: #ffffff;
  padding: 16px 0;
}
.search__products .table-product tr td:first-child {
  border-radius: 0 7px 7px 0;
}
.search__products .table-product tr td:last-child {
  border-radius: 7px 0 0 7px;
}
.search__list {
  background-color: #f6f8f9;
  padding: 20px 15px;
  margin-bottom: 35px;
  border-radius: 7px;
}
.search__list-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.7;
}
.search__list li {
  background-color: #ffffff;
  margin-bottom: 6px;
  padding: 10px 25px;
  border-radius: 7px;
}
.search__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search__list-name {
  color: #3c5059;
  font-size: 14px;
  font-weight: 700;
}
.search__list-name--big {
  font-size: 17px;
}
.search__list-more {
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  margin-right: 35px;
}
.search__list-more i {
  width: 18px;
  height: 18px;
  background-color: #ee273a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #ffffff;
  margin-right: 10px;
}
.search__list-meta {
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  margin-right: 30px;
  line-height: 20px;
}
.search__list-meta i {
  font-size: 14px;
  margin-left: 10px;
}

.error404 {
  background-color: rgb(202, 212, 217);
  height: 100vh;
}
.error404:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,cad4d9+74,cad4d9+100&1+0,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgb(240, 249, 255) 0%, rgba(202, 212, 217, 0.26) 74%, rgba(202, 212, 217, 0) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgb(240, 249, 255) 0%, rgba(202, 212, 217, 0.26) 74%, rgba(202, 212, 217, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgb(240, 249, 255) 0%, rgba(202, 212, 217, 0.26) 74%, rgba(202, 212, 217, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f9ff", endColorstr="#00cad4d9", GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.page-error {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
  height: 100%;
  padding: 60px 0;
}
.page-error__back {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-error__back i {
  margin-bottom: 14px;
}
.page-error__elements {
  text-align: center;
  position: relative;
  padding-bottom: 100px;
}
.page-error__elements .float-el {
  position: absolute;
  z-index: 0;
}
.page-error__elements .float-el img {
  position: relative;
  z-index: 10;
  max-width: initial;
}
.page-error__elements .float-el--e1 {
  left: initial !important;
  right: initial !important;
  margin-right: 70px;
  bottom: 0;
  z-index: 9;
}
.page-error__elements .float-el--e2 {
  right: 0;
  left: initial !important;
  top: 0;
  z-index: 8;
  margin-right: -100px;
}
.page-error__elements .float-el--e2:before {
  right: 0;
  left: initial !important;
}
.page-error__elements .float-el--e2 img {
  filter: blur(10px);
}
.page-error__elements .float-el--e3 {
  left: 0;
  top: 0;
  z-index: 7;
  margin-left: -100px;
}
.page-error__elements .float-el--e3:before {
  right: 0;
  left: initial !important;
}
.page-error__elements .float-el--e3 img {
  filter: blur(10px);
}
.page-error__elements .float-el--long-shadow:before {
  content: "";
  width: 77px;
  height: 25px;
  opacity: 0.2;
  position: absolute;
  bottom: -200px;
  background: #000;
  transform: rotateX(70deg);
  filter: blur(15px);
}
.page-error__elements .float-el--short-shadow:before {
  content: "";
  width: 97px;
  height: 25px;
  opacity: 0.2;
  position: absolute;
  bottom: -35px;
  left: 0;
  background: #000;
  transform: rotateX(70deg);
  filter: blur(15px);
}
.page-error__title {
  opacity: 0.8;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}
.page-error__search {
  width: 580px;
  max-width: 100%;
  border: 1px solid #d8e2e7;
  background-color: #cad4d9;
  border-radius: 7px;
  position: relative;
}
.page-error__search input {
  height: 72px;
  background: none;
  width: 100%;
  padding: 0 25px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.page-error__search button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 10px 33px 0;
  background: none;
  font-size: 22px;
  color: #ffffff;
  opacity: 0.6;
}
.page-error__report {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.8;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}
.page-error__report i {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 15px;
}
.page-error__copy {
  position: fixed;
  bottom: 100px;
  right: 100px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.page-error__copy-text {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
  padding-right: 40px;
}
.page-error__copy i {
  font-size: 36px;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
}

.panel-page {
  background-color: #ecf0f1;
  min-height: 100vh;
}

.panel {
  padding: 45px 0;
}
.panel__side-list {
  border-radius: 7px 0 7px 7px;
  box-shadow: 0 1px 1px rgba(112, 133, 144, 0.19);
  background: #ffffff;
  color: #647a84;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  padding: 10px 0;
}
.panel__side-list li {
  padding-right: 60px;
  position: relative;
}
.panel__side-list li.disabled {
  opacity: 0.3;
}
.panel__side-list li i {
  position: absolute;
  font-size: 17px;
  color: #647a84;
  top: 50%;
  right: 23px;
  transform: translate(0, -50%);
  width: 17px;
  text-align: center;
}
.panel__side-head {
  background: url("img/panel-avatar-bg.svg") no-repeat top right;
  padding: 15px 15px 0;
  display: flex;
  margin-bottom: -6px;
}
.panel__side-head img {
  margin-left: 50px;
  border-radius: 100%;
  width: 62px;
  height: 62px;
}
.panel__side-user {
  display: flex;
  flex: 1 0 auto;
}
.panel__side-user-info {
  display: flex;
  flex-direction: column;
}
.panel__side-user-info span {
  color: #3c5059;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}
.panel__side-user-info em {
  color: #83959d;
  font-size: 12px;
  font-weight: 400;
}
.panel__side-user-logout {
  padding-top: 12px;
  margin-right: auto;
}
.panel__side-user i {
  font-size: 17px;
  color: #647a84;
}
.panel__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.panel__head-left {
  display: flex;
}
.panel__back {
  border: 1px solid #cfd9dc;
  border-radius: 7px;
  color: #a7b9c1;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 13px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.panel__back i {
  font-size: 12px;
  margin-left: 12px;
}
.panel__back:hover {
  background: #a7b9c1;
  color: #ffffff;
}
.panel__notification {
  height: 29px;
  min-width: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  box-shadow: 0 1px 1px rgba(112, 133, 144, 0.19);
  background-color: #ffffff;
  border-radius: 3px;
  color: #3c5059;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin-right: 6px;
}
.panel__notification.active:before {
  content: "";
  width: 8px;
  height: 8px;
  box-shadow: 0 1px 1px rgba(112, 133, 144, 0.19);
  background-color: #13d276;
  position: absolute;
  border-radius: 50%;
  top: -2px;
  right: -2px;
}
.panel__tell {
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(112, 133, 144, 0.19);
  background-color: #ffffff;
  padding: 0 13px;
  height: 29px;
  color: #13d276;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1.12px;
  line-height: 31px;
}
.panel__tell i {
  margin-right: 8px;
  font-size: 14px;
  color: #86969f;
  line-height: 26px;
  height: 100%;
  display: inline-block;
}
.panel__tell span {
  color: #86969f;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.56px;
  margin-right: 3px;
}
.panel__content {
  border-radius: 7px;
  padding: 30px;
  box-shadow: 0 1px 1px rgba(112, 133, 144, 0.19);
  background-color: #ffffff;
}
.panel-table__head {
  padding: 10px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.panel-table__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}
.panel-table__btn {
  box-shadow: 0 1px 1px rgba(112, 133, 144, 0.39);
  background-color: #13d276;
  padding: 7px 15px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
}
.panel-table table {
  color: #596c75;
  width: calc(100% + 60px);
  margin-right: -30px;
  margin-left: -30px;
}
.panel-table table tr:not(:last-child) {
  border-bottom: 1px solid #ecf0f1;
}
.panel-table table th, .panel-table table td {
  font-weight: 700;
  line-height: 50px;
}
.panel-table table th:first-child, .panel-table table td:first-child {
  padding-right: 30px;
}
.panel-table table th:last-child, .panel-table table td:last-child {
  text-align: left;
  padding-left: 30px;
}
.panel-table table thead tr {
  border-bottom: 1px solid #ecf0f1;
}
.panel-table table tbody tr td {
  vertical-align: middle;
  font-weight: 700;
  padding: 20px 0;
}
.panel-table__count {
  height: 15px;
  line-height: 18px;
  box-shadow: 0 1px 1px rgba(112, 133, 144, 0.19);
  background-color: #13d276;
  padding: 0 3px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
}
.panel .notifications li {
  line-height: 32px;
  background: #F9F9F9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.woocommerce-Button {
  height: 50px;
  box-shadow: 0 2px 3px rgba(66, 93, 107, 0.2);
  background-color: #13d276;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 7px;
}

.archive-product-page .last-order {
  margin-bottom: 30px;
}

.slider-main-sec {
  margin-top: -20px;
  margin-bottom: 20px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.slider-main-sec:hover .swiper-nav:not(.swiper-button-disabled) {
  opacity: 1;
  visibility: visible;
}
.slider-main-sec:hover .swiper-button-disabled {
  opacity: 0.4;
  visibility: visible;
}
.slider-main-sec .img__blur {
  top: initial;
  bottom: -11px;
  filter: blur(7px);
  transform: scale(0.99);
}
.slider-main-sec img {
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
}
.slider-main-sec img:not(.img__blur) {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.slider-main-sec .slider-main-pagination {
  position: absolute;
  z-index: 9;
  display: flex;
  justify-content: center;
}
.slider-main-sec .swiper-pagination-bullet {
  transition: 0.3s;
}
.slider-main-sec .swiper-pagination-bullet-active {
  background: #ee273a;
  width: 25px;
  border-radius: 10px;
}
.slider-main-sec .swiper-nav {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  z-index: 9;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.8);
  color: #525252;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding-right: 3px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.slider-main-sec .slider-main-next {
  left: initial;
  right: 20px;
  padding-right: 0;
  padding-left: 3px;
}

.top-ads {
  display: block;
}
.top-ads img {
  border-radius: 7px;
}
.top-ads:not(:last-child) {
  margin-bottom: 10px;
}

.compares {
  box-shadow: inset 0 2px 2px rgba(60, 80, 89, 0.05);
  background-color: #f8fafb;
  padding: 35px 0;
  margin-bottom: 35px;
}

.compare__content {
  margin-bottom: 15px;
  min-height: 500px;
}
.compare__thumb {
  height: 132px;
  box-shadow: 0 2px 4px rgba(149, 169, 178, 0.2);
  background-color: #13d276;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.compare__title {
  padding: 0 20px;
  box-shadow: 0 2px 4px rgba(149, 169, 178, 0.2);
  background-color: #ffffff;
  color: #3c5059;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 13px;
  border-radius: 5px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare__remove {
  padding: 15px 20px;
  box-shadow: 0 2px 4px rgba(149, 169, 178, 0.2);
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
  border-radius: 5px;
  cursor: pointer;
}
.compare__remove i {
  font-size: 9px;
  color: #d64f5f;
}
.compare__attrs {
  box-shadow: 0 2px 4px rgba(149, 169, 178, 0.2);
  background-color: #ffffff;
  border-radius: 5px;
}
.compare__attrs li {
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.compare__attrs li:not(:last-child) {
  border-bottom: 1px solid #e4eaee;
}
.compare__price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare__price i {
  margin-right: 5px;
}
.compare__order {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  background-color: #13d276;
  padding: 17px 0;
  color: #ffffff;
}
.compare--titles .compare__attrs li:before {
  content: attr(data-title);
  position: absolute;
  left: calc(100% + 25px);
  color: #63737a;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
.compare--default {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.compare--default .compare__content {
  background-color: #f0f3f5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 50px;
  text-shadow: 0 5px rgba(0, 0, 0, 0.12);
  flex: 1 0 auto;
}
.compare--default .compare__order {
  background-color: #f0f3f5;
}

.compare-page .archive__header {
  margin-bottom: 30px;
}

.compare-form {
  width: 100%;
}
.compare-form .selectize-control .selectize-input {
  width: 100%;
  background-color: #ffffff;
  height: 50px;
  border: 1px solid #d8e1e6;
  box-shadow: none;
  padding-left: 40px;
  border-radius: 5px;
}
.compare-form .selectize-control .selectize-input > div, .compare-form .selectize-control .selectize-input input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.compare-form__submit {
  width: 100%;
  background-color: #9eb0b9;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 0 20px 0 50px;
  border-radius: 5px;
  display: flex;
  height: 50px;
  line-height: 50px;
  position: relative;
  transition: 0.3s;
  opacity: 0.5;
  filter: blur(1px);
  pointer-events: none;
}
.compare-form__submit.active {
  pointer-events: all;
  opacity: 1;
  filter: blur(0);
}
.compare-form__submit.active:hover {
  background-color: #7b8990;
}
.compare-form__submit i {
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.search-ajax-content {
  color: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  top: 45px;
  background-color: #8da3ac;
  border-radius: 15px 0 15px 15px;
  padding: 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.search-ajax-content.active {
  opacity: 1;
  visibility: visible;
}
.search-ajax__title {
  opacity: 0.6;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.search-ajax__list {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
}
.search-ajax__list li {
  transition: 0.3s;
}
.search-ajax__list li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.search-ajax__list li:hover {
  padding-right: 5px;
}
.search-ajax__experts {
  border-top: 1px solid rgba(59, 69, 79, 0.1);
  margin: 0 -35px;
  padding: 0 35px;
  padding-top: 25px;
  margin-top: 25px;
}
.search-ajax__experts .search-ajax__title {
  margin-bottom: 20px;
}
.search-ajax__expert {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
.search-ajax__expert:not(:last-child) {
  border-left: 1px solid rgba(59, 69, 79, 0.1);
}
.search-ajax__expert-thumb {
  margin-bottom: 10px;
}
.search-ajax__expert-thumb img {
  border-radius: 100%;
}
.search-ajax__expert-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}
.search-ajax__expert-call-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -1.17px;
  direction: ltr;
  height: 25px;
}
.search-ajax__expert-call-num i {
  color: #ffffff;
  font-size: 12px;
  line-height: 13.8px;
  letter-spacing: -1.4px;
  height: 11px;
  display: inline-block;
  border-radius: 0 3px 0 3px;
  background-color: #ee273a;
  padding: 0 3px 0 1px;
  margin-left: 3px;
}
.search-ajax__more {
  background: none;
  opacity: 0.6;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 38px;
  border: 1px solid;
  border-radius: 7px;
  width: 100%;
  margin-top: 20px;
  transition: 0.3s;
}
.search-ajax__more:hover {
  opacity: 1;
}

.remodal-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.remodal {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}

.sharing-modal {
  padding-top: 30px;
  max-width: 250px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.sharing-modal i {
  font-size: 21px;
  padding: 0 5px;
}

.special-sell {
  border: 1px solid #dae5e9;
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 7px;
}
.special-sell__slider {
  padding-bottom: 1px;
}
.special-sell__title {
  font-size: 22px;
  color: #ee273a;
  padding: 30px 20px 0;
}
.special-sell__content {
  position: relative;
}
.special-sell__nav {
  position: absolute;
  left: 20px;
  top: -30px;
  font-size: 16px;
  color: #90a3ac;
  transition: 0.3s;
  cursor: pointer;
  margin-left: 25px;
  z-index: 99;
}
.special-sell__nav:hover {
  color: #ee273a;
}
.special-sell__prev {
  margin-left: 0;
}

.special-product {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 7px;
}
.special-product__head {
  display: flex;
  padding-bottom: 10px;
}
.special-product__head-thumb {
  flex: 1 0 auto;
  margin-left: 10px;
}
.special-product__head-thumb img {
  width: auto;
}
.special-product__head-left {
  width: 100%;
  min-width: 0;
}
.special-product__title {
  color: #536771;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.52px;
  margin-bottom: 7px;
}
.special-product__meta {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.special-product__more {
  color: #536771;
  font-weight: 700;
  padding-bottom: 2px;
  border-bottom: 1px solid #e2e4e5;
}
.special-product__tel {
  color: #536771;
  font-weight: 700;
  letter-spacing: 2px;
  direction: ltr;
  text-align: left;
  display: flex;
  align-items: center;
  padding-right: 20px;
  position: relative;
  margin-right: auto;
}
.special-product__tel a {
  display: block;
}
.special-product__tel i {
  background-color: #ee273a;
  border-radius: 0 5px;
  padding: 0 3px 0 1px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  margin-left: 5px;
  display: inline-block;
  height: 16px;
  font-style: normal;
}
.special-product__tel i b {
  font-weight: 100;
  font-size: 12px;
  margin-left: 3px;
  letter-spacing: 0;
}
.special-product__attr {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
.special-product__attr-title {
  font-weight: 700;
}
.special-product__attr li:not(:last-child) {
  position: relative;
  padding-left: 5px;
  margin-left: 5px;
}
.special-product__attr li:not(:last-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 19px;
  left: 0;
  background: #dae5e9;
}
.special-product__foot {
  display: flex;
  justify-content: space-between;
  padding-top: 7px;
  border-top: 1px solid #dae5e9;
}
.special-product__price {
  direction: ltr;
  text-align: left;
}
.special-product__price del {
  color: #9fb0b8;
  font-size: 15px;
  font-weight: 400;
  line-height: 23.76px;
}
.special-product__price ins {
  color: #ee273a;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  line-height: 14px;
  height: 20px;
}
.special-product__price ins em {
  margin-left: 5px;
  font-size: 20px;
}
.special-product__timer {
  color: #5c707a;
  font-weight: 700;
}
.special-product__time {
  display: flex;
  direction: ltr;
  align-items: center;
  padding-top: 6px;
}
.special-product__time b {
  width: 13px;
  height: 18px;
  background-color: #8fa3ad;
  border-radius: 3px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin: 0 1px;
}
.special-product__time b.red {
  background-color: #ee273a;
}
.special-product__time em {
  color: #9fb0b7;
  font-size: 15px;
  font-weight: 700;
  margin: 0 4px;
}

.videos-index {
  background: #eaeff1;
  padding: 20px 0;
}

.vindex {
  width: 100%;
}
.vindex .plyr--video {
  border-radius: 7px;
  overflow: hidden;
}
.vindex--large {
  position: relative;
}
.vindex--large video {
  width: 100%;
}
.vindex--large .vindex__title {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
}

.consulate-sec {
  padding: 20px;
  background: #dbdbdb url("img/export-bg-banner.png") top right no-repeat;
  background-size: contain;
}
.consulate-sec .consulate__title {
  font-size: 36px;
  font-weight: 700;
  color: #ee273a;
  padding-top: 20px;
  margin-bottom: 30px;
}
.consulate-sec .consulate__name {
  font-size: 28px;
  font-weight: 700;
  color: #393636;
}
.consulate-sec .consulate__pos {
  font-size: 18px;
  color: #393636;
}
.consulate-sec .consulate__tel {
  font-size: 42px;
  color: #393636;
  display: flex;
  flex-direction: row-reverse;
  font-weight: 700;
  letter-spacing: -3px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  height: 37px;
  line-height: 21px;
}
.consulate-sec .consulate__tel i {
  font-size: 28px;
  font-style: normal;
  opacity: 0.7;
}
.consulate-sec .consulate__tel span {
  padding: 1px 5px 5px 3px;
  border-radius: 7px;
  background: #ee273a;
  color: #ffffff;
  font-size: 28px;
  margin-left: 5px;
  position: relative;
  height: 100%;
  line-height: 30px;
}
.consulate-sec .consulate__tel span b {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  right: 0;
  left: 0;
  height: 15px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: center;
}
.consulate-sec .consulate__form {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 10px;
}
.consulate-sec .consulate__form-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 5px;
}
.consulate-sec .consulate__form-desc {
  line-height: 24px;
  margin-bottom: 10px;
}
.consulate-sec .consulate__form input {
  direction: ltr;
  font-size: 24px;
  padding-top: 6px;
  margin-bottom: 10px;
  text-align: center;
}
.consulate-sec .consulate__form-small-input {
  font-size: 16px !important;
  text-align: right !important;
}
.consulate-sec .consulate__form label {
  margin: 0;
}
.consulate-sec .consulate__form button {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.docs {
  background: #677e87;
  color: #ffffff;
  box-shadow: -1000px 0 0 #677e87, 1000px 0 0 #677e87;
  padding: 20px 0;
  margin-bottom: 30px;
}
.docs__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #ee273a;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 15px rgba(238, 39, 58, 0.4);
}
.docs__title i {
  font-size: 152px;
  display: block;
  margin-top: 20px;
}
.docs__list {
  font-size: 15px;
  counter-reset: list;
  display: flex;
  flex-wrap: wrap;
}
.docs__list > li {
  position: relative;
  padding-right: 30px;
  transition: 0.3s;
  flex: 1 0 50%;
}
.docs__list > li:before {
  counter-increment: list;
  content: counter(list);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  top: 4px;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  transition: 0.3s;
}
.docs__list > li:hover:before {
  background: #13d276;
}
.docs__list > li li {
  font-size: 13px;
  line-height: 25px;
}

.map-shower {
  position: relative;
}
.map-shower video {
  clip-path: url(#mask);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.map-shower #cp-circle .cls-1,
.map-shower #cp-circle .cls-2,
.map-shower #cp-circle .cls-3 {
  stroke-width: 0;
  stroke: none;
}
.map-shower .cls-1,
.map-shower .cls-3 {
  stroke: #fff;
}
.map-shower .cls-1 {
  stroke-width: 0.5px;
}
.map-shower .cls-2 {
  fill-opacity: 0;
}
.map-shower .cls-3 {
  stroke-width: 0.2px;
}
.map-shower g {
  transition: 0.3s;
  fill: #677e87;
  position: relative;
}
.map-shower g:hover {
  fill: #ee273a !important;
}
.map-shower g text {
  fill: #ffffff;
  font-size: 28px;
}
.map-shower g text.deg45 {
  transform: rotate(45deg);
  transform-origin: center;
}
.map-shower g text.small {
  font-size: 14px;
}
.map-shower g .tooltip {
  display: none;
}
.map-shower #irflag {
  width: 175%;
  height: 100%;
  background-size: 100% 100%;
}
.map-shower .tooltip-main {
  position: fixed;
  background: #fff;
  color: #323232;
  border-radius: 7px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  line-height: 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 350px;
  max-width: 100%;
  pointer-events: none;
  z-index: 999;
}
.map-shower .tooltip-main.active {
  opacity: 1;
  visibility: visible;
}

.social-present {
  position: relative;
  background: rgb(14, 135, 204);
  background: -moz-linear-gradient(180deg, rgb(14, 135, 204) 0%, rgb(40, 168, 237) 100%);
  background: -webkit-linear-gradient(180deg, rgb(14, 135, 204) 0%, rgb(40, 168, 237) 100%);
  background: linear-gradient(180deg, rgb(14, 135, 204) 0%, rgb(40, 168, 237) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e87cc", endColorstr="#28a8ed", GradientType=1);
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  height: calc(100% - 45px);
  margin-bottom: 35px;
  overflow: hidden;
  align-items: center;
}
.social-present i {
  font-size: 150px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: -20px;
  opacity: 0.3;
  pointer-events: none;
}
.social-present__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  z-index: 9;
}
.social-present__btn {
  background: #ffffff;
  border-radius: 7px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 24px;
  margin-top: auto;
  z-index: 9;
}
.social-present__btn:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.social-present__btn span {
  font-size: 12px;
  font-weight: 100;
  direction: ltr;
  letter-spacing: 3px;
  line-height: 14px;
}

.container-mobile {
  max-width: 350px;
  margin: 0 auto;
  padding: 0 10px;
}

.info {
  padding-bottom: 55px;
}
.info__logo {
  display: block;
  margin: 20px 0;
}
.info__title {
  font-size: 16px;
  color: #767676;
  margin-bottom: 10px;
}
.info__list {
  margin-bottom: 20px;
}
.info__link {
  font-size: 18px;
}
.info__link a {
  color: #007aff;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
}
.info__link a i {
  font-size: 20px;
  height: 20px;
  width: 20px;
}
.info__link a i svg {
  max-width: 100%;
}
.info__link--center a {
  justify-content: center;
}
.info__link--center a i {
  margin-left: 10px;
}
.info__link--telegram a {
  background: #1c88d4;
  color: #ffffff;
}
.info__link--app a {
  padding: 10px 0;
  font-size: 12px;
}
.info__link--whatsapp a {
  background: #25d366;
  color: #ffffff;
}
.info__link--gmap a {
  background: #def1e8;
  color: #333;
}
.info__enter {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  background: #ee273a;
}

.lottery {
  background: url("img/bg-lottery.jpg") no-repeat fixed;
  background-size: cover;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  padding-top: 30px;
}
.lottery__form {
  max-width: 450px;
}
.lottery__title {
  margin-bottom: 30px;
}
.lottery__input {
  margin-bottom: 20px;
}
.lottery__input label {
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}
.lottery__input input {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  font-size: 38px;
  text-align: center;
}
.lottery__submit {
  background: #684014;
  width: 100%;
  height: 70px;
  padding-top: 4px;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  font-size: 28px;
  font-weight: 700;
  color: #e1ba68;
  margin-top: 10px;
}

.payment-form {
  max-width: 450px;
  margin: 0 auto;
}
.payment-form .btn {
  width: 100%;
  font-size: 25px;
  margin: 10px 0;
}

.payment-price {
  font-size: 24px;
}

.market-prices {
  background: #eaeff1;
  padding: 10px 0;
  position: relative;
}
.market-prices .container {
  position: relative;
}
.market-prices .container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
  background: rgb(234, 239, 241);
  background: -moz-linear-gradient(90deg, rgb(234, 239, 241) 0%, rgba(234, 239, 241, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(234, 239, 241) 0%, rgba(234, 239, 241, 0) 100%);
  background: linear-gradient(90deg, rgb(234, 239, 241) 0%, rgba(234, 239, 241, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeff1",endColorstr="#eaeff1",GradientType=1);
  z-index: 9;
}
.market-prices .container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
  background: rgb(234, 239, 241);
  background: -moz-linear-gradient(275deg, rgb(234, 239, 241) 0%, rgba(234, 239, 241, 0) 100%);
  background: -webkit-linear-gradient(275deg, rgb(234, 239, 241) 0%, rgba(234, 239, 241, 0) 100%);
  background: linear-gradient(275deg, rgb(234, 239, 241) 0%, rgba(234, 239, 241, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeff1",endColorstr="#eaeff1",GradientType=1);
  z-index: 9;
}
.market-prices .swiper-slide {
  width: auto;
}

.market-price {
  background: #fff;
  padding: 3px 10px;
  border: 1px solid #fff;
  box-shadow: 0 2px 4px 0 #e6e6e6;
  display: flex;
  flex-direction: column;
  min-width: 120px;
  justify-content: center;
  text-align: center;
  border-radius: 7px;
}
.market-price__name {
  font-size: 12px;
  padding-bottom: 2px;
  word-spacing: -2px;
  color: #696969;
  border-bottom: 1px solid #e2e2e2;
}
.market-price__val {
  background: #ffffff;
  border-radius: 7px;
  color: #323232;
  align-items: center;
  padding: 5px 5px 0 5px;
  margin-right: 3px;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.market-price__diff {
  margin-right: 8px;
  font-size: 12px;
  border-radius: 3px;
  height: 15px;
  padding: 0 3px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: -3px;
  direction: ltr;
}
.market-price__diff i {
  font-size: 8px;
}
.market-price__diff--high {
  background: rgba(19, 210, 118, 0.4);
}
.market-price__diff--low {
  background: rgba(238, 39, 58, 0.4);
}

.table-cv {
  width: 100%;
  direction: rtl;
  margin-top: 10px;
  border-collapse: collapse;
}
.table-cv_row {
  position: relative;
}
.table-cv_row.loading {
  visibility: hidden;
  opacity: 0;
}
.table-cv th {
  cursor: pointer;
}
.table-cv td {
  padding: 10px;
}
.table-cv [data-op-recruitment] {
  cursor: pointer;
}

.filter {
  display: flex;
  align-items: center;
  gap: 25px;
}
.filter_wrapper {
  height: 76px;
  flex: 1 0 auto;
  align-items: center;
}

.apply_filter {
  height: 35px;
}

.recruitment_notRead {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
}
.recruitment_notRead i {
  margin-right: 6px;
}

.recruitment_readWrapperIcon {
  position: relative;
  cursor: pointer;
}
.recruitment_readWrapperIcon:before {
  content: "";
  position: absolute;
  right: -3px;
  width: 29px;
  top: 4%;
  border-bottom: 2px solid #000;
  transform-origin: top right;
  transform: translate(0, 50%) rotate(-25deg);
  transition: 0.3s;
}

.recruitment_readConfirm {
  background-color: #198754;
  cursor: pointer;
  font-size: 10px;
  display: none;
}
.recruitment_readConfirm:checked + label {
  opacity: 0.8;
}
.recruitment_readConfirm:checked + label:before {
  width: 0;
}

.recruitment_readConfirm {
  background-color: #198754;
  cursor: pointer;
  font-size: 10px;
  display: none;
}

.recruitment_loadingIcon {
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0);
  animation: animated_loading 1.5s infinite;
}
.recruitment_loadingIcon.active {
  opacity: 1;
  visibility: visible;
}

.recruitment_infoTitle {
  font-weight: 600;
}

.recruitment_details {
  font-size: 25px;
  cursor: pointer;
}

.recruitment_loading {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}
.recruitment_loading.active {
  opacity: 0.5;
  visibility: visible;
}

.selectize-control {
  width: 100%;
}

@keyframes animated_loading {
  0% {
    transform: translate(-50%, -50%) rotateY(0);
  }
  100% {
    transform: translate(-50%, -50%) rotateY(360deg);
  }
}
html {
  overflow-x: hidden;
}

body {
  font-family: dana;
  font-size: 13px;
  color: #3c5059;
  background: #ffffff;
  direction: rtl;
}

.h1_index {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  color: #8e9fa8;
}

.h2_index {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}

.p_index {
  text-align: justify;
  margin-bottom: 20px;
}

.sidebar {
  will-change: min-height;
}
.sidebar__inner {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.ads-row img {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.bnt-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bnt-content {
  padding: 12px 30px;
  background: #ee273a;
  border-radius: 7px;
  color: #ffffff !important;
  font-size: 17px;
  text-align: center;
  transition: 0.3s;
  display: inline-block;
  flex: 1 0 24%;
}
.bnt-content:before {
  display: none;
}
.bnt-content:hover {
  background: #c11c2c;
}

@media screen and (max-width: 1500px) {
  .absolute-nav {
    left: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .menu {
    padding: 0;
  }
  .site-header .menu__mega {
    padding: 30px;
  }
  .site-header .menu > li > a {
    min-width: 85px;
  }
  .single__cart {
    padding: 12px;
  }
  .single__cart .quantity {
    width: 80px;
  }
  .services {
    overflow: auto;
  }
  #services {
    position: relative;
  }
  #services:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1); /* IE6-9 */
    z-index: 9;
  }
  .social-present__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .quick-view__cat-list {
    display: block;
  }
  .quick-view__select-box {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #article li a {
    flex-direction: column;
  }
  #article li a .search__list-name {
    margin-bottom: 10px;
  }
  .search__products .table-product {
    display: block;
  }
  .search__products .table-product th {
    display: none;
  }
  .search__products .table-product tbody {
    display: block;
  }
  .search__products .table-product tbody tr {
    display: block;
    margin: 12px;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .search__products .table-product tbody tr td {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    padding: 5px 20px;
  }
  .search__products .table-product tbody tr td:nth-child(2n) {
    background-color: #fff;
  }
  .search__products .table-product tbody tr td:nth-child(2n+1) {
    background-color: #fafafa;
  }
  .search__products .table-product tbody tr td:before {
    content: attr(data-title) " : ";
  }
  .search__products .table-product tbody tr td span {
    display: inline-flex;
  }
  .quick-view {
    margin-bottom: 20px;
  }
  .quick-view .optgroup-header {
    font-weight: 700;
    background-color: #eee;
  }
  .quick-view__cats {
    overflow: visible !important;
  }
  .quick-view__cats .jspContainer {
    overflow: visible;
  }
  .quick-view__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .quick-view__cat-list {
    display: none;
  }
  .quick-view__select-box {
    display: flex;
    padding: 10px 10px 0;
  }
  .quick-view__select-box-more {
    display: flex;
    flex: 1;
    color: #6e828b;
    box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
    background-color: #f6f8f9;
    margin-bottom: 8px;
    justify-content: center;
    align-items: center;
  }
  .quick-view__select-box .selectize-control {
    flex: 2;
    margin-left: 10px;
  }
  .quick-view__select-box .selectize-control .selectize-input {
    border: none;
    color: #6e828b;
    box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
  }
  .quick-view__select-box .selectize-control .selectize-input.full {
    background-color: #f6f8f9;
  }
  .quick-view__select-box .selectize-control .selectize-dropdown {
    border: none;
    box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
  }
  .quick-view__select-box .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
    color: #6e828b;
  }
  .product-preview {
    padding: 40px 25px 40px 25px;
    flex-wrap: wrap;
  }
  .product-preview__thumb {
    margin-bottom: 20px;
  }
  .product-preview__footer-right {
    margin-bottom: 20px;
  }
  .product-preview__footer {
    flex-direction: column;
  }
  .expert__call {
    padding: 6px 10px;
  }
  .wrapper {
    padding-top: 70px;
    overflow-x: hidden;
  }
  .site-header {
    padding: 0;
    margin-bottom: 20px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    box-shadow: 0 0 16px -5px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .site-header .logo {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 10px 0;
  }
  .site-header .logo .res-menu {
    font-size: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 15px;
  }
  .site-header .logo h1 {
    max-height: 100%;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
  }
  .site-header .logo img {
    max-height: 100%;
    height: 40px;
    width: auto;
  }
  .absolute-nav {
    transform: none;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    display: flex;
    flex-direction: row;
    background: rgba(255, 255, 255, 0.9);
    top: initial;
    box-shadow: 0 -4px 20px -5px rgba(0, 0, 0, 0.16);
    border-top: 1px solid #e1e1e1;
    border-radius: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .absolute-nav__common {
    flex-direction: row;
    background: none;
    box-shadow: none;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .absolute-nav__item {
    position: relative;
  }
  .absolute-nav__calls, .absolute-nav__item-multis {
    transform: scale(0);
    position: absolute;
    bottom: 100%;
    right: 5px;
    transition: 0.3s;
  }
  .absolute-nav__calls a, .absolute-nav__item-multis a {
    display: block;
    background: #13d276;
    margin-bottom: 5px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
  }
  .absolute-nav__calls.active, .absolute-nav__item-multis.active {
    transform: scale(1);
  }
  .absolute-nav__item-multis {
    right: -25px;
    min-width: 150px;
  }
  .absolute-nav__item-multis a {
    font-size: 14px;
  }
  .absolute-nav__item-multis--share {
    right: initial;
    left: 5px;
  }
  .absolute-nav__call {
    color: #ffffff !important;
    padding: 0 15px 8px !important;
    box-shadow: -5px 0 8px -5px rgba(0, 0, 0, 0.3);
  }
  .absolute-nav__call b {
    font-size: 15px !important;
  }
  .absolute-nav__call i {
    font-size: 14px;
  }
  .absolute-nav__item {
    min-width: 50px;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column-reverse;
    border-radius: 0;
    padding: 15px 0 10px 0;
    color: #3c5059;
  }
  .absolute-nav__item i {
    margin-bottom: 6px;
  }
  .absolute-nav__item [class*=compare] {
    color: #db0e0e;
  }
  .absolute-nav__item [class*=instagram] {
    color: #d0205a;
  }
  .absolute-nav__item [class*=telegram] {
    color: #0d9de3;
  }
  .absolute-nav__item [class*=user] {
    color: #abbcfd;
  }
  .absolute-nav__item [class*=smartphone] {
    color: #ff27f2;
  }
  .absolute-nav__item [class*=share] {
    color: #ee273a;
  }
  .absolute-nav__item [class*=basket] {
    color: #13d275;
  }
  .absolute-nav__item:not(:nth-child(2)) {
    border-left: 1px solid rgba(165, 165, 165, 0.1);
  }
  .absolute-nav b {
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
  }
  .absolute-nav__cart {
    background: none;
    box-shadow: none;
  }
  .service {
    margin-bottom: 20px;
  }
  .quick-view__box {
    margin-bottom: 10px;
  }
  .quick-view__more {
    margin-bottom: 10px;
  }
  .quick-view-tbl {
    padding: 0;
  }
  .customers .customer {
    margin-bottom: 30px;
  }
  .float-el {
    display: none !important;
  }
  .single__cart {
    margin-bottom: 50px;
  }
  .comments__head {
    display: flex;
    flex-direction: column;
  }
  .comments .comment {
    padding: 10px;
  }
  .comments .comment__footer {
    flex-direction: column;
    justify-content: center;
  }
  .comments .comment__footer-left {
    justify-content: center;
  }
  .comments .comment__footer-right {
    justify-content: center;
    margin-bottom: 20px;
  }
  .comments .comment__meta-btn {
    padding-right: 5px;
  }
  .comments .comment__meta-btn i {
    margin-left: 5px;
  }
  .comments .comment__meta-btn .count {
    margin-right: 5px;
    width: 30px;
  }
  .comments .comment__name {
    flex-wrap: wrap;
  }
  .comments-send {
    padding: 10px;
  }
  .site-footer .socials {
    margin-bottom: 20px;
  }
  .site-footer .socials__title {
    text-align: center;
  }
  .site-footer .certificates {
    margin-bottom: 20px;
  }
  .woocommerce-cart-form .shop_table {
    display: block;
    width: 100%;
  }
  .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody {
    display: block;
    width: 100%;
  }
  .woocommerce-cart-form .shop_table tbody tr {
    display: block;
    width: 100%;
    border-radius: 10px;
    position: relative;
  }
  .woocommerce-cart-form .shop_table tbody tr td {
    width: 100%;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .woocommerce-cart-form .shop_table tbody tr td:before {
    content: attr(data-title) ": ";
    margin-left: 5px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-name {
    padding: 10px !important;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-name:before {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-remove {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: 50%;
    transform: translate(0, -50%);
    background: #a0a0a0;
    font-size: 0;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    z-index: 9;
    transition: 0.3s;
    color: #fff;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-remove:before {
    content: "\e94a";
    font-family: icomoon;
    font-size: 11px;
    margin: 0;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-remove:hover {
    color: #ee273a;
  }
  .woocommerce-cart-form .shop_table tbody tr td:first-child {
    border-radius: 10px 10px 0 0;
  }
  .woocommerce-cart-form .shop_table tbody tr td:nth-last-child(2) {
    border-radius: 0 0 10px 10px;
  }
  .woocommerce-cart-form .shop_table tbody tr td > * {
    min-height: initial !important;
  }
  .search-index__content {
    padding-top: 20px;
  }
  .list-box {
    margin-bottom: 20px;
  }
  .slider-main-sec {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .slider-main-sec .swiper-nav {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .offers-sms--consultation {
    background: #eee;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .consulting {
    position: absolute !important;
    padding: 0 5px;
    top: 13px;
    font-size: 12px !important;
    left: 20px;
  }
  .management-box__img:before {
    top: initial;
    right: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: rgb(230, 229, 234);
    background: -moz-linear-gradient(0deg, rgb(230, 229, 234) 0%, rgba(230, 229, 234, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(230, 229, 234) 0%, rgba(230, 229, 234, 0) 100%);
    background: linear-gradient(0deg, rgb(230, 229, 234) 0%, rgba(230, 229, 234, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e5ea",endColorstr="#e6e5ea",GradientType=1);
  }
  #products_list_main {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 45px;
  }
  .table-product tbody tr td {
    direction: rtl;
  }
  #video li a {
    flex-direction: column;
  }
  #video li a .search__list-name {
    margin-bottom: 10px;
  }
  #podcast li a {
    flex-direction: column;
  }
  #podcast li a .search__list-name {
    margin-bottom: 10px;
  }
  .search__nav a:nth-of-type(1) {
    margin-right: 0;
  }
  .logo {
    border-bottom: none !important;
  }
  .logo .res-menu {
    margin-right: 15px;
  }
  .logo h1 a {
    display: flex;
    justify-content: center;
  }
  .products-list {
    margin-bottom: 10px;
  }
  .product-preview {
    text-align: center;
    padding: 10px;
  }
  .product-preview__thumb {
    margin: 0;
  }
  .product-preview__footer-left {
    width: 100%;
    flex-direction: row;
    justify-content: space-between !important;
  }
  .product-preview__meta {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
  }
  .product-preview__meta i {
    display: block;
    margin: 0 0 5px 0;
  }
  .product-table__head {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  .product-table__head-right {
    border-radius: 0 7px 0 0;
    padding: 15px 10px 0;
    position: static;
  }
  .product-table__head-right:before {
    background-image: none;
  }
  .product-table__head-left {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 7px 0 0 0;
  }
  .product-table__head-left .product-table__menu {
    box-shadow: none;
    border-radius: 0;
    border-right: none;
    border-left: 1px solid #ddd;
    width: 45px;
    height: 38px;
  }
  .product-table__head-left .product-table__nav {
    width: 45px;
    height: 38px;
    margin-left: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .product-table__head-left .product-table__nav:nth-last-of-type(1) {
    border-radius: 0;
  }
  .product-table__head .product-table__menu-sub {
    left: initial;
    right: 0;
  }
  .product-table__sub {
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px 12px 0;
  }
  .product-table__content {
    border-radius: 0;
  }
  .price-archive-content .side-experts__content {
    display: flex;
    flex-wrap: wrap;
  }
  .price-archive-content .side-experts__content .expert {
    flex: 1 0 calc(50% - 5px);
    margin-bottom: 5px;
  }
  .price-archive-content .side-experts__content .expert:nth-child(2n-1) {
    margin-left: 5px;
  }
  .price-archive-content .side-experts__content .expert:last-child {
    margin-left: 0;
  }
  .table-product {
    margin-bottom: 10px;
  }
  .table-product__price {
    display: inline-flex;
  }
  .table-product thead {
    display: none;
  }
  .table-product tbody {
    display: block;
    border-radius: 0 0 7px 7px;
    overflow: hidden;
  }
  .table-product tbody tr {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    display: flex !important;
    flex-wrap: wrap;
    margin: 10px;
  }
  .table-product tbody tr:nth-child(2n-1) {
    background-color: #f6f8f9;
  }
  .table-product tbody tr td {
    display: none !important;
    padding: 5px 10px !important;
    justify-content: space-between;
    flex: 1 0 50%;
    border: none;
    order: 2;
  }
  .table-product tbody tr td:nth-child(2) {
    display: flex !important;
    flex: 1 0 100% !important;
    order: 0;
  }
  .table-product tbody tr td:nth-child(2):before {
    display: none !important;
  }
  .table-product tbody tr td .price-cell {
    order: 1;
    background: #ffffff;
  }
  .table-product tbody tr td:nth-child(3), .table-product tbody tr td:nth-child(4) {
    display: flex !important;
  }
  .table-product tbody tr td:nth-last-child(-n+4) {
    display: flex !important;
  }
  .table-product tbody tr td:before {
    content: attr(data-title) " : ";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.5px;
    word-spacing: -2px;
    color: #7d7d7d;
  }
  .table-product__name {
    width: 100% !important;
  }
  .table-product__name span {
    width: 100%;
    text-overflow: initial;
    white-space: initial;
    text-align: right;
  }
  .table-product__btn {
    background: #889ba3;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .table-product__btn:before {
    content: attr(data-title) !important;
    color: #fff !important;
  }
  .table-product__btn .table-product__icon-cell {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding-top: 8px;
    padding-left: 8px;
    color: #fff !important;
  }
  .table-product__chart a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .search-index__content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-col--about {
    padding: 32px 0 0;
  }
  .footer-col__title {
    text-align: right !important;
  }
  .footer-col .menu {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-col .menu li {
    flex: 1 0 50%;
  }
  .product-contents .tab-title {
    overflow-x: auto;
  }
  .product-contents .tab-title [data-tab] {
    white-space: nowrap;
  }
  .single-expert__thumb:not(.single-expert__thumb--side) {
    margin: 0 15px !important;
  }
  .comments-send__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .comments-send__submit {
    margin-bottom: 10px;
  }
  .question {
    padding: 22px 17px;
    text-align: justify;
  }
  .order-bread {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .order-bread li {
    margin-left: 0 !important;
    margin-bottom: 0;
    padding: 0;
  }
  .order-bread li:before {
    display: none;
  }
  .order-bread li .order-bread__title {
    font-size: 12px;
  }
  .order-bread li .order-bread__title span {
    display: none;
  }
  .order-bread li i {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .order-bread__title {
    font-size: 13px;
    white-space: nowrap;
  }
  .list-box--video .list-box__item:hover .list-box__item-play:before {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    left: -40px;
    bottom: -37px;
    transition: 0.3s;
    z-index: 9;
  }
  .list-box--video .list-box__item:hover .list-box__item-play i {
    left: 21px;
    bottom: 18px;
    font-size: 23px;
  }
  .ads-row {
    margin-bottom: 20px;
  }
  .last-orders {
    margin-bottom: 20px;
  }
  .last-orders__header {
    margin-bottom: 10px;
  }
  .filters {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .filters__items {
    flex-wrap: wrap;
    margin-bottom: 3px !important;
  }
  .filters__items .filters__item {
    padding: 10px 0;
    margin-bottom: 10px;
    flex: 1 0 calc(50% - 5px);
    margin-left: 0;
    height: 44px;
  }
  .filters__items .filters__item:nth-child(2n-1) {
    margin-left: 10px;
  }
  .filters__items .filters__item:last-child {
    flex: 1 0 100%;
  }
  .filters__bread-count {
    display: flex;
  }
  .price-archive-content {
    padding: 10px 0;
  }
  .single__head {
    margin-bottom: 20px;
  }
  .single__head-title {
    margin-bottom: 10px;
  }
  .single__info {
    margin-bottom: 10px;
  }
  .single__thumb {
    margin-bottom: 10px;
  }
  .single__title {
    line-height: 28px;
    margin-bottom: 0;
  }
  .single__attr {
    margin-bottom: 20px;
  }
  .single__attr li {
    padding: 5px 10px;
  }
  .single__sec {
    padding: 20px 0;
  }
  .single__sec-head {
    margin-bottom: 15px;
  }
  .single__sec-title, .single__sec-more {
    font-size: 12px;
    font-weight: 200;
  }
  .single__sec-title {
    font-weight: 700;
  }
  .comments {
    padding-top: 0;
    padding-bottom: 0;
  }
  .comments__head {
    margin-bottom: 10px;
  }
  .comments__head-right {
    margin-bottom: 10px;
  }
  .comments__sort {
    flex: 1 0 calc(50% - 5px);
    text-align: center;
  }
  .comments__sort--single {
    margin-left: 10px !important;
    padding: 5px 10px;
  }
  .comments__sort--select .selectize-input {
    padding: 5px 10px 5px 35px;
  }
  .comments-send {
    margin-bottom: 0;
  }
  .comments-send__head {
    display: none !important;
  }
  .comments-send__submit {
    margin-left: 0;
  }
  .single-expert__content {
    padding-bottom: 0;
  }
  .single-expert .single__desc-col {
    margin-bottom: 10px !important;
  }
  .page-error__elements {
    padding-bottom: 0;
  }
  .page-error__copy {
    position: relative;
    right: initial;
    bottom: initial;
  }
  .login-area {
    padding: 10px;
    margin-bottom: 10px;
  }
  .login-area__title {
    text-align: center;
    padding-top: 10px;
  }
  .login-area input {
    min-width: initial;
  }
  .login-area__btn {
    width: 100%;
    margin-top: 0 !important;
  }
  .login-area__btn i {
    margin-right: auto;
  }
  .login-form__phone {
    width: 100%;
    min-width: initial !important;
  }
  .map {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .map .google-map {
    margin-bottom: 10px;
  }
  .map__info {
    position: initial;
    right: initial;
    padding: 0 5px;
  }
  .map__info li {
    padding: 10px 60px 10px 10px;
  }
  .map__info li i {
    right: 20px;
  }
  .page__head {
    flex-direction: column;
    align-items: start;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .page__title {
    margin-bottom: 5px;
  }
  .single-blog__meta {
    padding-bottom: 10px;
  }
  .single-blog__metas {
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 20px;
  }
  .single-blog__metas > * {
    flex: 1 0 33%;
    margin: 0 !important;
  }
  .single-blog .rmp-results-widget__visual-rating {
    justify-content: center;
  }
  .search-results .wrapper {
    overflow: visible;
  }
  .search-results .search__nav {
    padding: 0;
  }
  .search-results .search__header {
    padding: 10px 0;
    top: 60px;
  }
  .map .google-map,
  .map .embedly-card,
  .map .embedly-card-hug {
    margin-bottom: 10px;
    min-height: 280px !important;
    height: auto !important;
  }
  .products-related ul {
    flex-direction: column;
  }
  .products-related ul li a {
    margin-bottom: 10px !important;
  }
  .consulate-sec {
    padding-top: 260px;
    position: relative;
  }
  .consulate-sec .row {
    position: relative;
    z-index: 9;
  }
  .consulate-sec:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 195px;
    height: 90px;
    background: rgb(219, 219, 219);
    background: -moz-linear-gradient(180deg, rgba(219, 219, 219, 0) 15%, rgb(219, 219, 219) 100%);
    background: -webkit-linear-gradient(180deg, rgba(219, 219, 219, 0) 15%, rgb(219, 219, 219) 100%);
    background: linear-gradient(180deg, rgba(219, 219, 219, 0) 15%, rgb(219, 219, 219) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbdbdb",endColorstr="#dbdbdb",GradientType=1);
  }
  .table-subtitle {
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 10px;
  }
  .table-subtitle .subtitle {
    display: flex;
    font-size: 12px;
    letter-spacing: -0.5px;
    word-spacing: -2px;
    font-weight: 100;
  }
  .table-subtitle .subtitle, .table-subtitle:before {
    flex: 0 0 50%;
    width: 60%;
    text-align: right;
    color: #7d7d7d;
  }
  .table-subtitle .value {
    flex: 0 0 100%;
    width: 43%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .footer-col__li-title {
    line-height: 25px !important;
    font-size: 12px !important;
    word-spacing: -3px !important;
  }
  .footer-col__li-value--number b {
    font-size: 18px !important;
  }
  .footer-col .whatsapp-button span {
    font-size: 12px !important;
    word-spacing: -1px;
  }
}
@media screen and (max-width: 576px) {
  #video li a span .view {
    display: none;
  }
  #video li a .search__list-meta--date {
    display: none;
  }
  #podcast li {
    padding: 10px 5px;
  }
  #podcast li a .search__list-meta--date {
    display: none;
  }
  #article li a .search__list-meta--date {
    display: none;
  }
  .search__header {
    flex-direction: column;
  }
  .search__header-right {
    margin-bottom: 15px;
  }
  .search__nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-preview__footer-left .product-preview__meta {
    margin-right: 50px;
    margin-bottom: 20px;
  }
  .filters__applied {
    flex-direction: column;
  }
  .filters__applied span {
    height: 40px;
    display: flex;
    align-items: center;
  }
  .filters__applied span i {
    top: 13px;
  }
  .filters__applied span:not(:last-child) {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .customers .customer {
    margin-bottom: 10px;
  }
  .last-orders__title {
    border-bottom: none;
  }
  .last-orders__header {
    flex-direction: column;
    text-align: center;
  }
  .last-orders__header i {
    display: none;
  }
  .comment-body__footer {
    flex-direction: column;
  }
  .comment-body__meta-btn {
    margin-bottom: 5px;
  }
  .single-blog-side__accessories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .single-blog-side__accessories li {
    flex: 1 0 50%;
  }
  .single-blog-side__accessories li:nth-child(2n-1) {
    padding-left: 20px;
  }
  .single-blog-side__accessories li:nth-last-child(1), .single-blog-side__accessories li:nth-last-child(2) {
    border: none;
  }
  .plyr--video.plyr--paused .plyr__video-wrapper:before {
    background-size: auto 85%;
    background-position: top center;
  }
}
@media screen and (max-width: 450px) {
  .search-index {
    margin-bottom: 20px;
  }
  .search-index__title, .search-index__desc {
    display: none;
  }
  .search-index__next {
    display: none;
  }
  .search-index__form {
    margin: 0;
  }
  .quick-view__table-row--th {
    display: none !important;
  }
  .quick-view__title {
    margin-bottom: 7px;
  }
  .quick-view__table-row--td {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    display: flex !important;
    flex-wrap: wrap;
  }
  .quick-view__table-row--td:not(:last-child) {
    margin-bottom: 10px !important;
  }
  .quick-view__table-row--td .quick-view__table-td {
    flex: 1 0 50%;
  }
  .quick-view__table-row--td .quick-view__table-td:last-child .quick-view__cart {
    margin-right: auto;
    color: #13d276;
  }
  .quick-view__table-row--td .quick-view__table-td:last-child:before {
    display: none;
  }
  .quick-view__table {
    padding: 0;
  }
  .quick-view__table-td {
    display: flex !important;
    padding: 5px 10px !important;
    justify-content: space-between;
  }
  .quick-view__table-td:before {
    content: attr(data-title) " : ";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.5px;
    word-spacing: -2px;
    color: #7d7d7d;
  }
  .services {
    margin-bottom: 0;
    padding: 0;
  }
  .services .row:before {
    display: none;
  }
  .services .service__shape-front {
    bottom: 27px !important;
  }
  .services .service__content {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .services .service__more {
    width: 100%;
    left: 0;
  }
  .services .service__shape {
    display: none;
  }
  .services:hover .service__shape-front {
    bottom: 0;
  }
  #services:before {
    left: 10px;
  }
  .list-box-sec {
    margin-bottom: 15px;
  }
  .list-box__header {
    border-bottom: none;
    margin-bottom: 0 !important;
  }
  .list-box--podcast {
    box-shadow: none;
    padding: 0;
  }
  .list-box--podcast .list-box__more {
    margin: 0;
  }
  .list-box--podcast .list-box__item {
    background: #95a9b2;
    color: #fff;
    border-radius: 5px;
  }
  .list-box--podcast .list-box__item-title {
    margin-bottom: 5px;
    padding: 6px;
  }
  .list-box--podcast .list-box__item.active {
    background-color: #ee273a;
    border-radius: 5px;
  }
  .list-box--podcast .list-box__item.active .list-box__item-title {
    color: #ffffff !important;
  }
  .list-box--podcast .list-box__item:hover .list-box__item-title {
    color: #ffffff;
  }
  .list-box--podcast .list-box__item:hover .list-box__item-title span {
    background: none;
  }
  .list-box--podcast .list-box__player {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .list-box--podcast .list-box__player-img {
    margin-bottom: 10px;
  }
  .list-box--news .list-box__item {
    margin-bottom: 7px;
    padding: 9px 7px 5px;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(149, 169, 178, 0.35);
    background-color: #f8fafb;
  }
  .list-box--news .list-box__item:before {
    display: none;
  }
  .list-box--video .list-box__item:last-child {
    margin-bottom: 10px;
  }
  .list-box--video .list-box__item-img img {
    width: 100%;
  }
  .list-box--video .list-box__content {
    padding-top: 0;
  }
  .list-box__more {
    height: 38px;
    border: 1px solid #d1dade;
    color: #3c5059;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    border-radius: 5px;
    margin-top: 0;
  }
  .list-box__more:before, .list-box__more:after, .list-box__more i {
    display: none;
  }
  .list-box__item:before {
    width: initial !important;
    left: 0;
  }
  .list-box--news {
    margin-bottom: 15px !important;
  }
  .seller-slider__img {
    width: 100%;
  }
  .seller-slider__img:before {
    background-color: rgba(7, 192, 102, 0.9);
  }
  .seller-slider__img img {
    width: 100%;
  }
  .seller-slider__socials {
    opacity: 1;
    visibility: visible;
    height: 40px;
    margin: 20px 0;
  }
  .seller-slider__item:hover .seller-slider__content {
    padding-bottom: 33px !important;
  }
  .quick-view {
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .quick-view__sellers {
    margin-bottom: 10px;
  }
  .quick-view .ct-chart {
    padding-bottom: 35px;
  }
  .quick-view .ct-chart-line {
    position: relative;
    left: -10px;
  }
  .quick-view .ct-label {
    margin-right: 6px;
    margin-top: 8px;
  }
  .quick-view__content {
    padding: 10px 10px 10px;
  }
  .last-orders__title {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .search-index__form {
    z-index: 11;
  }
  .search-index__most {
    display: none;
  }
  .search-index__form input {
    height: 45px;
    border-radius: 5px;
    padding: 0 8px;
    font-size: 12px;
    width: calc(100% - 54px);
  }
  .search-index__form button {
    height: 45px;
    width: 45px;
    font-size: 17px;
    border-radius: 5px;
  }
  .service__shape {
    transform: scale(0.6);
    right: 53px;
    top: 73px;
  }
  .container {
    padding: 0 10px;
  }
  .search-index__most {
    flex-direction: column;
  }
  .search-index__most ul {
    margin-top: 10px;
    overflow: auto;
    white-space: nowrap;
  }
  .customers {
    margin-bottom: 50px;
  }
  .customers .customer {
    display: flex;
    justify-content: space-between;
    padding: 9px 7px 5px;
  }
  .customers__header {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .customers__title, .customers__more {
    font-size: 12px;
  }
  .seller-slider__next {
    display: none;
  }
  .single__desc-sec {
    padding-left: 0;
  }
  .single__cart {
    font-size: 12px;
  }
  .single__cart .quantity {
    width: 60px;
  }
  .single .comment__name {
    justify-content: center;
    flex-direction: column;
  }
  .single .comment__role {
    margin-bottom: 5px;
  }
  .single .comment__tell {
    margin-right: initial;
  }
  .single .comments-send__head {
    flex-direction: column;
  }
  .single-expert__thumbs {
    margin-bottom: 0;
  }
  .comments-send__head {
    display: flex;
    flex-direction: column;
  }
  .woocomerce-message {
    text-align: center;
  }
  .woocomerce-message__title {
    font-size: 22px;
  }
  .woocomerce-message__sub-title {
    font-size: 13px;
  }
  .woocomerce-message__icon {
    margin-bottom: 0;
  }
  .site-footer {
    margin-bottom: 40px;
  }
  .site-footer .socials {
    width: 100%;
    background: #f8fafb;
    margin: 0 -15px;
    padding: 10px 0;
    margin-bottom: 10px;
    box-shadow: -10px 0 0 #f8fafb, 10px 0 0 #f8fafb;
  }
  .site-footer .socials ul {
    justify-content: center;
    text-align: center;
  }
  .site-footer .socials ul li i {
    font-size: 25px;
  }
  .footer-col__title {
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  #company li a {
    flex-direction: column;
  }
  #company li a .search__list-name--big {
    margin-bottom: 10px;
  }
  #video li {
    padding: 10px 5px;
  }
  #video li a .search__list-left span:nth-of-type(1) {
    margin-right: 0;
  }
  #video li a .search__list-left span.search__list-more {
    margin-right: 15px;
  }
}
@media screen and (max-width: 380px) {
  .site-header .container {
    padding: 0;
  }
  .site-header .container .row {
    padding: 0;
  }
  .site-header .container .row [class*=col] {
    padding: 0;
  }
  #article li {
    padding: 10px 5px;
  }
  #article li a .search__list-left span:nth-of-type(1) {
    margin-right: 0;
  }
  .search__nav {
    flex-wrap: wrap;
  }
  .search__nav a {
    margin-right: 20px;
  }
  .filters__bread .filters__bread-count {
    padding-right: 18px;
  }
  .filters__bread .filters__bread-count span:nth-last-of-type(1) {
    display: block;
  }
  .filters__bread .filters__bread-title {
    padding-left: 18px;
    display: flex;
    align-items: center;
  }
  .cart-page__total {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cart-page__total-price {
    margin-bottom: 10px;
  }
  .cart-page__total-actions .checkout-button {
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */
