@charset "UTF-8";
/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

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

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

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

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

h5, .h5 {
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

dt {
  font-weight: 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.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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-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 var(--bs-border-color);
  border-radius: 0.375rem;
  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-xxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.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-group-divider {
  border-top: 2px solid 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-borderless > :not(:first-child) {
  border-top-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-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(185.94, 203.4, 229.14);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(203.04, 204.66, 206.1);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(188.1, 207.9, 198.72);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(185.94, 219.96, 226.8);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(229.5, 218.34, 184.86);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(223.2, 193.14, 196.02);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(223.2, 224.1, 225);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(55.2, 58.8, 62.4);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  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: rgb(221.35, 224.2, 227.05);
}

.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:focus {
  outline: 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.25rem;
}
.form-control-sm::file-selector-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.5rem;
}
.form-control-lg::file-selector-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 {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.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 5 6 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.375rem;
  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: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

.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-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.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;
  print-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: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  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='rgb%28134, 182.5, 254%29'/%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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.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(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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: rgb(182.4, 211.5, 254.4);
}
.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-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-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-control-plaintext ~ 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);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  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.375rem;
}

.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.5rem;
}

.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.25rem;
}

.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):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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.375rem;
}

.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.73.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 5 6 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.73.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-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.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.375rem;
}

.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 5 6 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-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.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 {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check:focus + .btn, .btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

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

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

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: rgb(29.7, 33.3, 36.9);
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-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 {
  border-radius: 0.375rem;
}
.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.dropdown-toggle-split:first-child,
.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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: 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");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-xxl,
.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: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.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: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@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 {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%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");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2811.7, 99, 227.7%29'%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");
  --bs-accordion-btn-focus-border-color: rgb(134, 182.5, 254);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: rgb(11.7, 99, 227.7);
  --bs-accordion-active-bg: rgb(230.8, 240.5, 254.8);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.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 {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.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 {
  --bs-alert-color: rgb(7.8, 66, 151.8);
  --bs-alert-bg: rgb(206.6, 226, 254.6);
  --bs-alert-border-color: rgb(182.4, 211.5, 254.4);
}
.alert-primary .alert-link {
  color: rgb(6.24, 52.8, 121.44);
}

.alert-secondary {
  --bs-alert-color: rgb(64.8, 70.2, 75);
  --bs-alert-bg: rgb(225.6, 227.4, 229);
  --bs-alert-border-color: rgb(210.9, 213.6, 216);
}
.alert-secondary .alert-link {
  color: rgb(51.84, 56.16, 60);
}

.alert-success {
  --bs-alert-color: rgb(15, 81, 50.4);
  --bs-alert-bg: rgb(209, 231, 220.8);
  --bs-alert-border-color: rgb(186, 219, 203.7);
}
.alert-success .alert-link {
  color: rgb(12, 64.8, 40.32);
}

.alert-info {
  --bs-alert-color: rgb(5.2, 80.8, 96);
  --bs-alert-bg: rgb(206.6, 244.4, 252);
  --bs-alert-border-color: rgb(182.4, 239.1, 250.5);
}
.alert-info .alert-link {
  color: rgb(4.16, 64.64, 76.8);
}

.alert-warning {
  --bs-alert-color: rgb(102, 77.2, 2.8);
  --bs-alert-bg: rgb(255, 242.6, 205.4);
  --bs-alert-border-color: rgb(255, 236.4, 180.6);
}
.alert-warning .alert-link {
  color: rgb(81.6, 61.76, 2.24);
}

.alert-danger {
  --bs-alert-color: rgb(132, 31.8, 41.4);
  --bs-alert-bg: rgb(248, 214.6, 217.8);
  --bs-alert-border-color: rgb(244.5, 194.4, 199.2);
}
.alert-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}

.alert-light {
  --bs-alert-color: rgb(99.2, 99.6, 100);
  --bs-alert-bg: rgb(253.6, 253.8, 254);
  --bs-alert-border-color: rgb(252.9, 253.2, 253.5);
}
.alert-light .alert-link {
  color: rgb(79.36, 79.68, 80);
}

.alert-dark {
  --bs-alert-color: rgb(19.8, 22.2, 24.6);
  --bs-alert-bg: rgb(210.6, 211.4, 212.2);
  --bs-alert-border-color: rgb(188.4, 189.6, 190.8);
}
.alert-dark .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@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: var(--bs-progress-height) var(--bs-progress-height);
}

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

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(var(--bs-list-group-border-width) * -1);
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(var(--bs-list-group-border-width) * -1);
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(206.6, 226, 254.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(185.94, 203.4, 229.14);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(7.8, 66, 151.8);
  border-color: rgb(7.8, 66, 151.8);
}

.list-group-item-secondary {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(203.04, 204.66, 206.1);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(64.8, 70.2, 75);
  border-color: rgb(64.8, 70.2, 75);
}

.list-group-item-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(15, 81, 50.4);
  background-color: rgb(188.1, 207.9, 198.72);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(15, 81, 50.4);
  border-color: rgb(15, 81, 50.4);
}

.list-group-item-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(185.94, 219.96, 226.8);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.2, 80.8, 96);
  border-color: rgb(5.2, 80.8, 96);
}

.list-group-item-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(229.5, 218.34, 184.86);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(102, 77.2, 2.8);
  border-color: rgb(102, 77.2, 2.8);
}

.list-group-item-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(223.2, 193.14, 196.02);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132, 31.8, 41.4);
  border-color: rgb(132, 31.8, 41.4);
}

.list-group-item-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(228.24, 228.42, 228.6);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.2, 99.6, 100);
  border-color: rgb(99.2, 99.6, 100);
}

.list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}

.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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

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

.toast {
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  position: absolute;
  z-index: 1090;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(var(--bs-toast-padding-x) * -0.5);
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.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: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.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 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: rgb(239.7, 239.7, 239.7);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.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: var(--bs-popover-arrow-width);
  margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

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

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
  margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
  margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4) !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100) !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2) !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243) !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6) !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2) !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251) !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8) !important;
}

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

.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-semibold {
  font-weight: 600 !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 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.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: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-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-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-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;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: rgb(3.4742268041, 111.175257732, 165.0257731959);
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: rgb(3.4742268041, 111.175257732, 165.0257731959);
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-color: rgb(206.5, 206.5, 206.5);
  background-image: -moz-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));
  background-image: -webkit-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -o-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFDFDF", endColorstr="#BEBEBE",GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));
  background-image: -webkit-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -o-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5E5E5", endColorstr="#E9E9E9",GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .bs-tooltip-top .tooltip-inner, .slider .bs-tooltip-auto[data-popper-placement^=top] .tooltip-inner,
.slider .bs-tooltip-bottom .tooltip-inner,
.slider .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-inner {
  position: relative;
  left: -50%;
}
.slider.bs-tooltip-left .tooltip-inner, .slider.bs-tooltip-right .tooltip-inner {
  position: relative;
  top: -100%;
}
.slider .tooltip {
  pointer-events: none;
}
.slider .tooltip.bs-tooltip-top .arrow, .slider .tooltip.bs-tooltip-auto[data-popper-placement^=top] .arrow, .slider .tooltip.bs-tooltip-bottom .arrow, .slider .tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .arrow {
  left: -0.4rem;
}
.slider .tooltip.bs-tooltip-top, .slider .tooltip.bs-tooltip-auto[data-popper-placement^=top] {
  margin-top: -44px;
}
.slider .tooltip.bs-tooltip-bottom, .slider .tooltip.bs-tooltip-auto[data-popper-placement^=bottom] {
  margin-top: 2px;
}
.slider .tooltip.bs-tooltip-left, .slider .tooltip.bs-tooltip-right {
  margin-top: -14px;
}
.slider .tooltip.bs-tooltip-left .arrow, .slider .tooltip.bs-tooltip-right .arrow {
  top: 8px;
}
.slider .hide {
  display: none;
}

.slider-track {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5", endColorstr="#F9F9F9",GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.slider-selection {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F5F5F5));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9F9F9", endColorstr="#F5F5F5",GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
}

.slider-selection.tick-slider-selection {
  background-color: rgb(70.1049536082, 192.6650154639, 253.9450463918);
  background-image: -moz-linear-gradient(top, rgb(81.8, 197.2666666667, 255), rgb(58.4099072165, 188.0633642612, 252.8900927835));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(81.8, 197.2666666667, 255)), to(rgb(58.4099072165, 188.0633642612, 252.8900927835)));
  background-image: -webkit-linear-gradient(top, rgb(81.8, 197.2666666667, 255), rgb(58.4099072165, 188.0633642612, 252.8900927835));
  background-image: -o-linear-gradient(top, rgb(81.8, 197.2666666667, 255), rgb(58.4099072165, 188.0633642612, 252.8900927835));
  background-image: linear-gradient(to bottom, rgb(81.8, 197.2666666667, 255), rgb(58.4099072165, 188.0633642612, 252.8900927835));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(81.8, 197.2666666667, 255)", endColorstr="rgb(58.4099072165, 188.0633642612, 252.8900927835)",GradientType=0);
}

.slider-track-low, .slider-track-high {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  background: transparent;
}

.slider-handle {
  background-color: rgb(3.7371134021, 119.587628866, 177.5128865979);
  background-image: -moz-linear-gradient(top, #0480BE, rgb(3.4742268041, 111.175257732, 165.0257731959));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0480BE), to(rgb(3.4742268041, 111.175257732, 165.0257731959)));
  background-image: -webkit-linear-gradient(top, #0480BE, rgb(3.4742268041, 111.175257732, 165.0257731959));
  background-image: -o-linear-gradient(top, #0480BE, rgb(3.4742268041, 111.175257732, 165.0257731959));
  background-image: linear-gradient(to bottom, #0480BE, rgb(3.4742268041, 111.175257732, 165.0257731959));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0480BE", endColorstr="rgb(3.4742268041, 111.175257732, 165.0257731959)",GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #0480BE;
  border: 0px solid transparent;
}
.slider-handle:hover {
  cursor: pointer;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5", endColorstr="#F9F9F9",GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}
.slider-tick.in-selection {
  background-color: rgb(70.1049536082, 192.6650154639, 253.9450463918);
  background-image: -moz-linear-gradient(top, rgb(81.8, 197.2666666667, 255), rgb(58.4099072165, 188.0633642612, 252.8900927835));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(81.8, 197.2666666667, 255)), to(rgb(58.4099072165, 188.0633642612, 252.8900927835)));
  background-image: -webkit-linear-gradient(top, rgb(81.8, 197.2666666667, 255), rgb(58.4099072165, 188.0633642612, 252.8900927835));
  background-image: -o-linear-gradient(top, rgb(81.8, 197.2666666667, 255), rgb(58.4099072165, 188.0633642612, 252.8900927835));
  background-image: linear-gradient(to bottom, rgb(81.8, 197.2666666667, 255), rgb(58.4099072165, 188.0633642612, 252.8900927835));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(81.8, 197.2666666667, 255)", endColorstr="rgb(58.4099072165, 188.0633642612, 252.8900927835)",GradientType=0);
  opacity: 1;
}

html, body, div, span, object, iframe, h1, .h1, h2, .h2, h3, .h3,
h4,
.h4, h5, .h5, h6, .h6, p, blockquote, pre, abbr, address, cite,
code, del, dfn, em, img, ins, kbd, q, samp, small, .small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, .mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

*, *::before, *::after {
  font-variant-ligatures: none;
}

::-moz-selection {
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}

a:focus, a:active, input:focus, input:active, button:focus, button:active, textarea:focus, textarea:active, select:focus, select:active {
  outline: 0;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #403D35;
  font-family: "Poppins", sans-serif;
  background-color: white;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}

h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: black;
  font-family: "Poppins", sans-serif;
  margin: 0 0 12px;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit !important;
  text-decoration: none;
}

strong, b {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.big__text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

h1, .h1 {
  font-size: 28px;
  line-height: 36px;
}

h2, .h2 {
  font-size: 24px;
  line-height: 32px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 28px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 22px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 22px;
}

h6, .h6 {
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #585858;
  text-decoration: underline;
}
a:hover {
  color: #585858;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  h1,
  .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0 0 16px;
  }
  h1, .h1 {
    font-size: 48px;
    line-height: 56px;
  }
  h2, .h2 {
    font-size: 40px;
    line-height: 48px;
  }
  h3, .h3 {
    font-size: 36px;
    line-height: 40px;
  }
  h4, .h4 {
    font-size: 30px;
    line-height: 40px;
  }
  h5, .h5 {
    font-size: 24px;
    line-height: 32px;
  }
  h6, .h6 {
    font-size: 20px;
    line-height: 28px;
  }
  a {
    color: #585858;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
  }
  a:hover {
    color: #C3291C;
  }
}
.color__graphite {
  color: #333333 !important;
}

.color__red {
  color: #C3291C !important;
}

.color__white {
  color: white !important;
}

@media (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 104px !important;
  }
}

@media (max-width: 767.98px) {
  .container, .container-xxl, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 24px;
  }
  .row {
    --bs-gutter-x: 12px;
  }
}
@media (min-width: 768px) {
  .container, .container-xxl, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 80px;
  }
}
.container-xxl.container-100, .container-100.container-sm, .container-100.container-md, .container-100.container-lg, .container-100.container-xl, .container-100.container-xxl {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575.98px) {
  .container-xxl.container-100, .container-100.container-sm, .container-100.container-md, .container-100.container-lg, .container-100.container-xl, .container-100.container-xxl {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container-xxl.container-100 .row, .container-100.container-sm .row, .container-100.container-md .row, .container-100.container-lg .row, .container-100.container-xl .row, .container-100.container-xxl .row {
  --bs-gutter-x: 8px;
  --bs-gutter-y: 8px;
}

.svg__hide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.svg__icon {
  display: block;
  width: 100%;
  height: 100%;
}
.svg__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.page__figure {
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  color: #F3F3F3;
}
@media (max-width: 767.98px) {
  .page__figure {
    display: none;
  }
}
.page__figure.figure_1 {
  top: 15%;
  width: 1915px;
  height: 1570px;
}
.page__figure.figure_2 {
  top: 48%;
  width: 2102px;
  height: 1711px;
}
.page__figure.figure_3 {
  bottom: 150px;
  width: 2185px;
  height: 978px;
}
.page__figure.figure_page {
  top: 250px;
  width: 1915px;
  height: 1570px;
}
.page__figure.figure_stars {
  left: auto;
  right: -60px;
  top: 400px;
  width: 447px;
  height: 627px;
  transform: translateX(0);
}

.wrapper {
  position: relative;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  position: relative;
  z-index: 2;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main > div, main > section {
  position: relative;
  z-index: 2;
}

.footer {
  flex-shrink: 0;
}

.modal__open {
  overflow: hidden;
}

.section__simple {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .section__simple.section__64 {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .section__simple.section__64 {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .section__simple.section__64 {
    margin-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  .section__simple.section__first_page {
    padding: 110px 0 50px;
  }
}
@media (min-width: 768px) {
  .section__simple.section__first_page {
    padding: 150px 0 80px;
  }
}
@media (min-width: 1200px) {
  .section__simple.section__first_page {
    padding: 180px 0 80px;
  }
}
@media (max-width: 575.98px) {
  .section__simple.section__colored {
    padding: 48px 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .section__simple.section__colored {
    padding: 96px 0;
  }
}
.section__simple.section__colored * {
  color: white;
}
.section__simple.section__colored_small {
  padding: 40px 0;
}
.section__simple.section__colored_small * {
  color: white;
}
.section__simple.pattern__orange {
  background-repeat: repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22117%22%20height%3D%2250%22%20viewBox%3D%220%200%20117%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M117%200H0v50h117V0Z%22%20fill%3D%22%23E74C0A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M3-3.1-7-3l-5-8.5h-8l9%2015.8H7.2L3-3.1Zm-28.6-.4%205%208.5-4.9%208.5%204.2%207.2L-12.2%205l-9.1-15.9-4.3%207.4Zm14.1%2024.8%204.8-8.5h9.9l4-7.2-18.1-.1-9.2%2015.8h8.6ZM-6.3-4h9.8l5.3%209-5%208.8H-6l-4.8%208.6h-10.7l-5.2-9%204.9-8.4-5-8.5%205.2-9h10.4l5%208.4Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m32.2-3.1-9.9.1-4.9-8.5H9.1l9%2015.8h18.4l-4.3-7.4ZM3.6-3.5l5%208.5-4.9%208.5L8%2020.7%2017.1%205%207.9-11%203.6-3.4Zm14.1%2024.8%204.9-8.5h9.8l4.1-7.2-18.2-.1-9.1%2015.9h8.5ZM23-4h9.8l5.3%209-5.1%208.8h-9.8l-4.8%208.6H7.7l-5.2-8.9%205-8.5-5-8.5%205.1-9H18l5%208.4Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m61.4-3.1-9.8.1-5-8.5h-8.2l9%2015.8h18.3l-4.3-7.4ZM33-3.5%2038%205l-4.9%208.5%204.2%207.2%209-15.7-9.1-16-4.3%207.5Zm14%2024.8%204.8-8.5h9.8l4.2-7.2-18.2-.1-9.2%2015.9H47ZM52.2-4H62l5.3%209-5%208.9h-9.9l-4.8%208.5H37l-5.3-8.9%205-8.5-5-8.5%205.2-9h10.4l4.9%208.4Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m90.7-3.1-9.9.1-4.9-8.5h-8.3l9%2015.8H95l-4.3-7.4ZM62-3.5%2067%205l-4.9%208.5%204.2%207.2L75.6%205l-9.2-16-4.3%207.5Zm14.1%2024.8%204.9-8.5h9.8L95%205.6l-18.2-.1-9.1%2015.9h8.5ZM81.4-4h9.9l5.3%209-5.1%208.8h-9.8l-4.8%208.6H66.2L61%2013.5%2066%205l-5-8.5%205.1-9h10.4l5%208.4Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m119.9-3.1-9.8.1-5-8.5H97l9%2015.8h18.3L120-3.1Zm-28.5-.4%205%208.5-5%208.5%204.2%207.2L104.8%205l-9.2-16-4.2%207.5Zm14%2024.8%204.9-8.5h9.8l4.1-7.2-18.2-.1-9%2015.9h8.6ZM110.8-4h9.8l5.3%209.1-5%208.9H111l-4.8%208.5H95.4l-5.2-8.9%205-8.5-5-8.5%205.2-9h10.4l4.9%208.4ZM17.5%2022.2l-9.8.1-5-8.5h-8.2l9%2015.8h18.3l-4.3-7.4Zm-28.5-.4%205%208.5-5%208.5%204.2%207.2%209.2-15.7-9.2-15.9-4.2%207.4ZM3.1%2046.6l4.8-8.5h9.8l4.1-7.2H3.6l-9.1%2015.8H3Zm5.2-25.4h9.8l5.4%209-5.1%209h-10l-4.7%208.5H-7l-5.2-8.9%205-8.5-5-8.4%205.1-9.1H3.3l5%208.4Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m46.7%2022.2-9.8.1-4.9-8.5h-8.3l9%2015.8H51l-4.3-7.4Zm-28.5-.4%205%208.5-5%208.5%204.3%207.2%209.1-15.7-9.2-15.9-4.2%207.4Zm14%2024.8%205-8.5h9.7l4.1-7.2H33l-9.2%2015.8h8.6Zm5.3-25.4h9.8l5.3%209-5%209h-9.9L33%2047.6H22.3L17%2038.8l5-8.5-5-8.4%205.2-9.1h10.4l4.9%208.4Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m76%2022.2-9.8.1-5-8.5H53l9%2015.8h18.4L76%2022.2Zm-28.5-.4%205%208.5-5%208.5%204.2%207.2%209.2-15.7-9.2-15.9-4.2%207.4Zm14%2024.8%204.9-8.5h9.8l4.1-7.2H62.2L53%2046.6h8.6Zm5.3-25.4h9.8l5.3%209-5.1%209H67l-4.8%208.5H51.5l-5.2-8.9%205-8.5-5-8.5%205.1-9H62l4.9%208.4Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m105.2%2022.2-9.8.1-5-8.5h-8.2l9%2015.8h18.3l-4.3-7.4Zm-28.5-.4%205%208.5-5%208.5L81%2046l9.2-15.7L81%2014.4l-4.2%207.4Zm14%2024.8%204.9-8.5h9.8l4.1-7.2H91.4l-9.2%2015.8h8.6ZM96%2021.2h9.8l5.3%209-5.1%209h-9.8l-4.8%208.5H80.7l-5.2-8.9%205-8.5-5-8.5%205.2-9H91l4.9%208.4Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m134.4%2022.2-9.8.1-4.9-8.5h-8.3l9%2015.8h18.3l-4.3-7.4Zm-28.5-.4%205%208.5-4.9%208.5%204.2%207.2%209.1-15.7-9.1-15.9-4.3%207.4ZM120%2046.6l4.8-8.5h9.9l4-7.2h-18.1l-9.2%2015.8h8.6Zm5.2-25.4h9.8l5.3%209-5%209h-9.9l-4.8%208.5H110l-5.2-8.9%204.9-8.5-5-8.5%205.2-9h10.4l5%208.4ZM3.4%2047.5l-9.8.1-5-8.5h-8.2l9%2015.8H7.7l-4.3-7.4Zm-28.5-.4%205%208.5-4.9%208.5%204.2%207.2%209.2-15.7-9.2-15.9-4.3%207.4ZM-11%2072l4.8-8.6h9.8l4.2-7.2h-18.2L-19.6%2072h8.6Zm5.2-25.4%209.8-.2%205.3%209.2-5%208.8h-9.9l-4.8%208.6H-21l-5.2-9%204.9-8.4-5-8.5%205.2-9%2010.4-.1%204.9%208.6Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m32.7%2047.5-9.9.1-4.9-8.5H9.6l9%2015.8H37l-4.3-7.4ZM4%2047.1l5%208.5-4.9%208.5%204.2%207.2%209.2-15.7-9.2-15.9L4%2047.1ZM18.2%2072l4.8-8.6h10l4.1-7.2H18.8L9.6%2072h8.6Zm5.2-25.4%209.9-.1%205.3%209.1-5.1%208.8h-9.8L18.8%2073H8.2L3%2064.1l5-8.5-5-8.4L8%2038l10.4-.1%205%208.6Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m61.9%2047.5-9.8.1-5-8.5H39l9%2015.8h18.3L62%2047.5Zm-28.5-.4%205%208.5-5%208.5%204.2%207.2%209.2-15.7-9.2-15.9-4.2%207.4Zm14%2024.9%204.9-8.6H62l4.1-7.2h-18L38.9%2072h8.6Zm5.3-25.4%209.8-.1%205.3%209.1-5%208.9h-9.9L48.1%2073H37.4l-5.2-9%205-8.4-5-8.5%205.1-9%2010.5-.1%204.9%208.6Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m91.1%2047.5-9.8.1-5-8.5h-8.2l9%2015.8h18.4L91%2047.5Zm-28.5-.4%205%208.5-4.9%208.5%204.2%207.2L76%2055.6l-9.1-15.9-4.3%207.4ZM76.7%2072l4.8-8.6h9.9l4-7.2h-18L68%2072h8.6ZM82%2046.6l9.9-.1%205.3%209.1-5.1%208.8h-9.8l-5%208.6H66.7l-5.2-9%204.9-8.4-5-8.5%205.2-9L77%2038l5%208.6Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m120.4%2047.5-9.8.1-5-8.5h-8.2l9%2015.8h18.3l-4.3-7.4Zm-28.5-.4%205%208.5-5%208.5%204.2%207.2%209.2-15.7L96%2039.7l-4%207.4ZM106%2072l4.8-8.6h9.9l4-7.2h-18.1L97.4%2072h8.6Zm5.2-25.4%209.8-.1%205.4%209.1-5.1%208.9h-9.9l-4.8%208.5H95.9l-5.2-9%205-8.4-5-8.5%205.1-9%2010.5-.1%205%208.6Z%22%20fill%3D%22%23E4310E%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.section__simple.background__black {
  background-color: black;
}
@media (max-width: 575.98px) {
  .section__simple p:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .section__simple p:not(:last-child) {
    margin-bottom: 24px;
  }
}
.section__simple h1:last-child, .section__simple h2:last-child, .section__simple h3:last-child, .section__simple h4:last-child, .section__simple h5:last-child, .section__simple h6:last-child,
.section__simple .h1:last-child, .section__simple .h2:last-child, .section__simple .h3:last-child, .section__simple .h4:last-child, .section__simple .h5:last-child, .section__simple .h6:last-child {
  margin-bottom: 0;
}

.main__image_block {
  position: relative;
}

.main__image_top img {
  width: 100%;
}

.main__image {
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
}
.main__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__video {
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
}
@media (max-width: 767.98px) {
  .main__video {
    height: 480px;
  }
}
.main__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__image_item {
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main__image_item.ufo {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22162%22%20height%3D%22140%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%20fill%3D%22%23000%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M76.73%2080.1a2.8%202.8%200%200%200-.48.52l-.55.6v.03a.02.02%200%200%200%20.02%200c.53-.08%201.07-.5%201.11-1.08a.07.07%200%200%200-.03-.06.07.07%200%200%200-.07%200Zm-1.79%201.82c-2.65%201.55-6.02%203.26-9.2%202.36a.02.02%200%200%200-.01.01v.02c2.82%201.73%207.41.2%209.32-2.25a.1.1%200%200%200%200-.12.1.1%200%200%200-.05-.03h-.06Zm3.03-59.16c.03.06.12.01.1-.05-2.27-8.2-11.54-12.43-19.25-11.2l.01.03c7.97-.18%2015.43%203.76%2019.14%2011.22Zm-49.9%2064.08c-1.27-1.2-1.8-2.74-2.61-4.25l-.01-.01h-.02v.02c.01%203.24%203.3%206.7%206.49%206.6.06%200%20.1-.1.03-.14-1.41-.6-2.73-1.14-3.88-2.22Zm74.78-19.13a18.38%2018.38%200%200%201-7.87.22.02.02%200%200%200%20.01.03%207.37%207.37%200%200%200%207.94-.16v-.05a.07.07%200%200%200-.03-.04h-.05Z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M88.44%2029.88c-2.9-.09-5.76-.07-8.58.05a32.27%2032.27%200%200%200-4.47-9.27c-5.12-7.08-14.88-8.18-22.74-6.92-8.94%201.45-18.09%206.46-21.3%2015.62-1.76%205.04-1.21%2010.05.39%2014.86-2.4%201.42-4.78%202.94-7.13%204.57C11.28%2058.1%209.4%2065.08%2012.9%2069.68c-.51%206.03%206.13%209.77%2014.03%2011.07a8.26%208.26%200%200%200%209%206.89c3.32-.31%206.83-3.38%207.05-6.88%205.79-.62%2011.52-1.63%2017.17-3.01%203.56%209.79%2019.87%203.05%2017.39-5.37a122.87%20122.87%200%200%200%2016.16-7.42c2.88%202.84%207.5%202.8%2010.61.3%202.71-2.19%203.85-6.52%201.71-9.4%204.6-4.97%206.88-10.66%203.63-14.85.43-5.76-4.96-10.6-21.2-11.13Zm8.92%2023.23c.08-.05.18.07.1.13-3.16%202.86-7.04%204.81-10.78%206.77a73.9%2073.9%200%200%201-9.8%204.4c-.03%200-.04-.03-.02-.04%206.98-3.4%2013.82-7.28%2020.5-11.26Zm-16-19.03v-.02a.02.02%200%200%201%20.03%200c2.26%205.61-1.32%209.71-6.17%2011.83-.08.03-.13-.1-.06-.14%201.85-1.34%204.01-2.9%205.21-4.92%201.2-2.03%201.37-4.42.98-6.76Zm-48.6-2.56c2.35-9.6%2012.24-14.68%2021.1-15.87%207.97-1.06%2016.47.57%2021%208.01%202.12%203.47%203.06%207.29%203.74%2011.18a7.92%207.92%200%200%201-2.98%207.8c-7.73%205.77-23.87%2010.7-33.47%209.9-3.55-.28-5.9-2.22-6.84-4.5-2.2-5.3-3.97-10.7-2.54-16.53Zm-.48%2015.79v-.01a.02.02%200%200%201%20.04%200c1.03%202.03%201.93%204.38%203.7%205.87a10.7%2010.7%200%200%200%205.42%202.34c4.14.58%208.48-.42%2012.54-1.14l.06.01a.08.08%200%200%201%20.03.1c0%20.03-.02.04-.04.05-7.65%203.14-20.37%203.92-21.75-7.23Zm3.98%2038.13c-3.8%201.08-5.58-1.63-7.16-4.39%201.5.16%203.01.24%204.52.24%202.31-.01%204.7-.13%207.14-.33-.77%202.13-1.92%203.73-4.5%204.47Zm34.4-5.4c-3.65%201.52-6.54-.01-8.59-2.77%204.47-1.15%208.91-2.51%2013.22-4.06-.06%203.07-1.22%205.4-4.64%206.83Zm32.76-16.8c-2.12%202.33-5.53%202.24-8.19.85a84.8%2084.8%200%200%200%203.35-2.05%2040%2040%200%200%200%206-4.71c.6%202.1.61%203.94-1.16%205.9Zm4.9-17.58c-2.1%204.48-5.87%207.86-9.79%2010.65a89.31%2089.31%200%200%201-16.41%209.01%20139.76%20139.76%200%200%201-34.99%2010.06c-9%201.34-19.34%202.37-28.08-1.2-.14-.05-.05-.3.1-.24%204.23%201.6%208.85%201.89%2013.32%201.84A100.4%20100.4%200%200%200%2049.78%2074%20144.39%20144.39%200%200%200%2084.9%2062.83a82.66%2082.66%200%200%200%2014.02-8.16c3.43-2.55%206.86-5.46%209.23-9.1a.1.1%200%200%201%20.12-.03.1.1%200%200%201%20.05.12Z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M35.49%2039.98c.07-3.47.79-7.22%202.69-10.75%202.14-3.97%206.02-6.94%209.8-9.36%201.33-.85%201.16-1.23-.39-.84-4.7%201.19-8.27%204.16-11%208.4-2.15%203.32-3.8%208.82-2%2012.76.72%201.53.85%202.1.9-.21Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%221.35%22%20y%3D%221.3%22%20width%3D%22159.82%22%20height%3D%22137.91%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_261_2287%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_261_2287%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 1199.98px) {
  .main__image_item.ufo {
    bottom: 60px;
    right: -60px;
    width: 162px;
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .main__image_item.ufo {
    bottom: 32px;
    left: 10%;
    width: 162px;
    height: 140px;
  }
}
.main__image_item.crocodile {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22188%22%20height%3D%22137%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M137.64%2054.22a15.94%2015.94%200%200%200-1.7-5.84c2.22-9.92-1.95-25.14-13.53-25.93-4.55-.31-8.84%203.28-12.17%207.7-1.68-5.83-5.66-10.54-12.8-9.79-6.62.7-11.36%207.84-14.2%2014.45-1.3%203-.92%203.78-2.62%204.04a4.36%204.36%200%200%201%20.69%204.07c-.02.08-.19.1-.2.01-.92-5.63-4.43-5.72-4.99-5.77a7.81%207.81%200%200%200-3.77.6c.63%201.06%201.3%202.51.67%203.68-.03.06-.17.11-.2.03-.98-4.92-3.85-5.1-4.7-5.26a5.83%205.83%200%200%200-3.65.37l.1.18c.47%201.04%201.03%202.67.05%203.6-.05.05-.21.06-.2-.02-.08-4.7-3.33-5.63-3.96-5.85a6.88%206.88%200%200%200-5.3.22c.8%201.32%201.13%202.97.5%204.2-.04.09-.19.07-.19-.02.1-1.7-1.12-5.25-3.92-5.94a8.75%208.75%200%200%200-4.5.06l.07.15c.58%201.25%201.02%202.65.45%203.98a.1.1%200%200%201-.16-.01c-.76-2.2-1.16-4.37-3.25-5.6a5.65%205.65%200%200%200-3.79-.46c.98%202.26%201.3%204.74.96%207.18-.03.1-.2.12-.22%200-.47-2.3-.84-4.7-1.71-6.9h-.01c-1.03-2.95-4.23-5.72-6.25-7.1-4.98-3.36-11.17-.41-14.93%203.3a21.35%2021.35%200%200%200-2.78%203.46c-5.1%207.8-4.76%2011.6-1.1%2016.74%201.07%201.5%202.2%202.5%203.2%202.08%202.87-1.27%205.47-3.03%208.51-3.9%204.05-1.14%205.68%202.4%207.1%205.4%202.02%204.33%205.68.58%208.58-1.03%201.6-.88%204.08-1.98%206-1.57%204.75%201.01%204.5%206%207.12%209.17%202.86%203.47%2012.37-4.79%2016.62-4.6%204.24.17%205.2%205.5%206.87%208.4%201.84%203.17%206.37-1.57%208.27-2.75%201.44-.89%203.06-.83%204.63-.53%206.4%201.22%206.36%2014.96%2014.74%208.85%201-.73%201.66.2.73%201.04-3.57%203.21-7.42%204.16-10.53-.04-1.37-1.85-2.31-4.74-4.12-6.18-3.32-2.64-6.45%201.06-8.81%202.53-1.1.68-2.56%201.68-3.96%201.43-5.1-.9-4.05-11.97-10.16-9.67-3.35%201.26-10.17%207.1-14.24%205.05-1.82-.91-2.88-2.57-3.66-4.42-.85-2.03-1.94-6.63-5.52-5.4a28.35%2028.35%200%200%200-5.2%202.48c-2.3%201.37-6.06%204.17-8.28%201.07a14.76%2014.76%200%200%201-1.64-2.99c-1.82-4.38-4.94-3.53-8.37-1.7-1.8.96-3.62%202.15-5.72%202.25-1.35.07-2.6-.81-3.69-2.12-.88-1.06-2.67-.2-2.48%201.52.46%204.24%202.5%208.15%205.7%2010.96%203.67%203.26%2022.22%208.5%2032.45%2011.22%2021.31%205.64%2050.19%209.78%2058.75%2011.12%208.7%201.36%2019.1%203.17%2024.89-5%204.93-6.94%206.36-17.93%205.53-26.2ZM22.77%2029.82c-.4.68-.65%201.46-1.3%201.96-.7.54-1.71-.1-1.76-.9-.06-1.03.78-1.94%201.64-2.35.4-.2.84-.23%201.2.1a1%201%200%200%201%20.22%201.19Zm5.68%204.27c-.23.43-.62.61-1%20.86-.54.33-1.48.12-1.62-.58-.08-.44-.32-.84-.19-1.3l.35-1.14c.23-.69.54-1.59%201.23-1.93.49-.23%201.15-.22%201.45.32.41.75.28%201.64.14%202.47-.05.44-.18.88-.36%201.29Zm67.58%206.61c-5.29-.67-5.93-6.46-4.08-10.51.5-1.08%201.92-.36%201.8.65-.16%201.57-.49%203.54.01%205.07a2.9%202.9%200%200%200%204.32%201.55c2.07-1.36%202.72-3.42%203.57-5.66.46-1.24%202.09-.36%201.99.72-.34%203.92-2.83%208.79-7.6%208.18h-.01Zm24.2%206.86c-6.14-.77-6.74-7.43-4.73-12.15.46-1.06%201.94-.36%201.8.66-.25%201.9-.66%204.27-.05%206.14.59%201.82%202.79%203.17%204.67%202.4%203.05-1.24%204-4.12%205.01-7%20.46-1.3%202.25-.93%202.1.46-.5%204.46-3.26%2010.2-8.8%209.5Z%22%20fill%3D%22%23000%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%22.31%22%20y%3D%2210.28%22%20width%3D%22187.56%22%20height%3D%22126.32%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_261_2630%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_261_2630%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 1199.98px) {
  .main__image_item.crocodile {
    display: none;
    top: 0;
    right: -20px;
    width: 188px;
    height: 137px;
  }
}
@media (min-width: 1200px) {
  .main__image_item.crocodile {
    top: 0;
    right: -20px;
    width: 188px;
    height: 137px;
  }
}
.main__image_item.bat {
  background-image: url("data:image/svg+xmlbase64,PHN2ZyB3aWR0aD0iMTYzIiBoZWlnaHQ9IjE4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBmaWx0ZXI9InVybCgjYSkiPgogICAgPHBhdGggZD0iTTEwNS45OCAxMDQuMjljOS4xOS0xMS4wNiA4LjItMjYuOS0zLjE1LTM1LjlhNDcuNTMgNDcuNTMgMCAwIDAtMTguNjEtOC45NCAxMC44NCAxMC44NCAwIDAgMSAxLjkyLTMuNzRjMi42Mi0zLjEgOC41LTMuMTQgMTIuMi0zLjc1LjQ4LS4wOC45Mi0uNTggMS4wNC0xLjA0bC4wNy0uM2MuMjItLjgzLS4yNi0xLjU2LTEuMDQtMS44NC0xLjQyLS41LTIuODMtLjk3LTQuMi0xLjUzIDIuNi0uOCA1LjI1LTEuNDUgNy44LTIuNDYgMS4yMS0uNDggMS41MS0yLjQgMC0yLjc4LTEuNTItLjM3LTMuMDgtLjY0LTQuNTYtMS4wNSA0LjYyLTEuMTEgOS4yNC0yLjgxIDEyLjYxLTYuMS45LS44Ny4yNC0yLjQ5LTEuMDEtMi40Ni02LjM3LjE0LTEzLjM2LS4xLTE5LjYzIDEuMDUtMy45My43My01LjA5IDQuOTQtNS44IDguMy0xLjE1IDUuMzItMS44IDExLjMzLTMuMDggMTcuMDVsLS41LS4wN0E1OS42NCA1OS42NCAwIDAgMCA1NS4zIDYxLjFhMTMuMiAxMy4yIDAgMCAxLS4xNy0xLjUzYy0uMi00LjE2IDUuNDYtNy45NCA4LjE3LTEwLjQxYTEuNDggMS40OCAwIDAgMCAuMzktMS40NmwtLjEtLjI4YTEuNTMgMS41MyAwIDAgMC0xLjg0LTEuMDVjLTEuNS4zNy0yLjk2Ljc0LTQuNDMgMS4wMyAxLjc5LTIuMTggMy43My00LjIzIDUuMzctNi41NS43Mi0xLS40Ny0yLjUzLTEuNjItMi4xLTEuNTIuNTUtMi45NyAxLjE2LTQuNDYgMS42MyAzLjI0LTMuNDQgNi4xOC03LjM3IDcuMjEtMTEuOTMuMjYtMS4xNS0xLTIuNC0yLjExLTEuNjMtMy4wNyAyLjEtNiA0LjQtOS4wMiA2LjU4LTIuMzYgMS43MS00Ljk3IDMuMTMtNy4wNCA1LjIzLTIuNzEgMi43NS0xLjQgNi43OC0uMiA5LjkgMS43NCA0LjU1IDMuNjcgOS4wMiA1LjQyIDEzLjU2bC4yMy42QTI1LjE5IDI1LjE5IDAgMCAwIDM2IDg0LjYxYy0uNTIgOC4zIDEuNzYgMTcuMjggOC4xNSAyMi40MWE0MC42OCA0MC42OCAwIDAgMCAxNy4yNCA4LjA4YzE5LjU2IDMuOSAzMy41My0uMzQgNDEuOC03Ljg4IDIuNCAxLjQgMS44NiA1LjU1Ljk3IDcuNjQtMS45NyA0LjYxLTcuODQgNi4wOS0xMi4zNCA2LjExLTUuNzUuMDMtMTEuNjUgMS4yLTEwLjQzIDguMjUuMTMuNzQgMS4xMy40NiAxLjItLjE3LjgyLTYuODYgOC45OC00LjE0IDEzLjkzLTQuODYgNC45NS0uNzEgOS40Ni0zLjgyIDExLjU0LTguMzUgMS42My0zLjYgMS4zMi05LTIuMDYtMTEuNTVabS00NS4xLTYuMjJjLTIgMy40LTUuMSA0Ljc4LTguMiA0LjYtNC44MS0uMjgtOC42OS0zLjU4LTEwLjIzLTguNjEtMi4zMy03LjYzIDEuNjctMjEuMzcgOS43Ny0yMS43IDIuOTItLjEyIDUuOTggMS43IDguNTIgNS45MyAzLjUzIDUuODYgMy42IDEzLjkzLjE0IDE5Ljc4Wm0zMy45OSAxLjJjLTYuNDIgNy4zMy0xNC4wNCA4LjM0LTE5LjY4IDUuNzQtNy4wNS0zLjIzLTkuNy0xMS40Mi01Ljc3LTIxLjE4IDQuNjQtMTEuNDggMTkuMDItMTcuNiAyNi42Ni0xMC41MiA3LjQ1IDYuOSA0LjU2IDE5LjM1LTEuMjEgMjUuOTZaIiBmaWxsPSIjMDAwIi8+CiAgPC9nPgogIDxkZWZzPgogICAgPGZpbHRlciBpZD0iYSIgeD0iMjUuOTIiIHk9IjE2LjU3IiB3aWR0aD0iMTM2LjI3IiBoZWlnaHQ9IjE2My4wOSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgogICAgICA8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgogICAgICA8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CiAgICAgIDxmZU9mZnNldCBkeD0iMjAiIGR5PSIyMCIvPgogICAgICA8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxNSIvPgogICAgICA8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KICAgICAgPGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjIgMCIvPgogICAgICA8ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjYxXzI2MzQiLz4KICAgICAgPGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzI2MV8yNjM0IiByZXN1bHQ9InNoYXBlIi8+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+Cjwvc3ZnPgo=");
}
@media (max-width: 1199.98px) {
  .main__image_item.bat {
    top: 20px;
    left: -45px;
    width: 123px;
    height: 136px;
    background-size: 123px 136px;
  }
}
@media (min-width: 1200px) {
  .main__image_item.bat {
    top: 0;
    left: 0;
    width: 163px;
    height: 180px;
  }
}
.main__image_item.idea {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22165%22%20height%3D%22192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%20fill%3D%22%23000%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M76.97%2042.97c.02.38.06.76.13%201.14.08.33.13.67.14%201.01.27%202.34.34%204.62.53%206.9-.04.6.17%202.78.46%205.4%201.36-.38%202.72-.75%204-1.15.6-.19%201.03-.5%201.61-.69l.06-.02a283.2%20283.2%200%200%201-4.82-8.9c-.28-.51-1.9-3.58-2.1-3.7Zm-41.23%2057.19c-2.56.09-4.85.86-7.37%201.14-3.92.43-5.8-2.48-8.81-4.14a.08.08%200%200%200-.11.1%209.43%209.43%200%200%200%207.38%205.87c3.25.5%206.29-1.2%209.02-2.62.17-.1.07-.36-.11-.36Zm51.94-87.45a.1.1%200%200%200%20.06.19c3.44-.39%206.93-.72%2010.16.82%203.45%201.65%205.36%205.6%206.63%209%20.04.13.26.15.29%200%20.93-9.4-9.27-15.1-17.14-10ZM34.57%2050l-.43.13c-.05.02-.05.2-.04.25l.04.1c.1.33%201.43%203.8%201.55%204.17l1.7%205.36c.1.32%201.23%203.2%201.34%203.52%201.75%204.8%203.23%209.7%205.04%2014.48l.1-.03c.65-.2%201.23-.98%201.58-1.56%201.73-2.96%201.49-5%201.17-8.26%200-.17-.07-.39-.07-.57a24.45%2024.45%200%200%200-1.05-4.85C44.09%2058.3%2040.63%2048.08%2034.57%2050Z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M84.35%2016.38c-19.6%204.9-60.78%2019.04-62.32%2019.49-11.68%203.37-13.38%209.67-10.56%2022.71%201.9%208.82%203.75%2017.79%206.38%2026.42%204.18%2013.73%2010.91%2014.8%2022.23%2011%203.73-.71%2012.58-3.16%2022.31-5.96.85-2.8%201.88-5.56%203.09-8.24.05-.12.28-.08.27.07-.28%203.69-4.43%2023.58-5.66%2029.8-.9%204.5-.45%205.34%203.24%203.54%201.41-.69%202.84-1.35%204.27-2.02%203.65-1.7%203.54.19%202.98%203.85-.91%206-1.83%2012.02-2.5%2018.06-.59%205.31-1.19%209.4%203.07%201.72%207.4-13.33%2014.86-26.63%2022.36-39.92%202.98-5.29%201.33-5.37-2.48-3.95-1.85.69-3.7%201.4-5.54%202.1-2.9%201.1-3.34.07-1.94-3.43%201.17-2.91%205.75-13.34%207.09-15.6a.24.24%200%200%201%20.4%200c.03.05.04.1.04.16a48.72%2048.72%200%200%201-1.37%205.88c3.38-1%206.1-1.79%207.74-2.24%2015.6-4.3%2017.72-8.93%2016.92-18.91-.65-8.16-9.34-30.95-10.56-34.6-3.47-10.44-8.35-12.7-19.46-9.93ZM35.58%2081.76c.12.38.6%202.06.66%202.45a1.4%201.4%200%200%201-.58.6l-2.5.79c-.86.27-1.27-1.02-1.5-1.77l-.09-.27c-.17-.53-1.07-3.01-1.24-3.55l-7.69-24.37a69.6%2069.6%200%200%201-.89-3.19c-.07-.21-.31-1.72-.37-2.12l-.04-.1c-.06-.4-.12-.97.15-1.23l.57-.24c.16-.05.55-.12.6-.13.17-.05%201.07-.16%201.4-.27.94%200%201.11%201.66%201.32%202.12.35.95.82%201.86%201.12%202.82l.04.11c.03.1.13.79.16.9l.02.04c.05.17.34.72.37.83l4.08%2012.9c.35%201.48.55%202.13.97%203.46%201.07%203.38%202.35%206.68%203.41%2010.05l.03.17ZM51.22%2068c.72%205.08-1.17%2012.73-6.8%2014.5-.75.24-3.32.7-3.74-.46l-3.61-9.58-.58-1.82c-2.34-6.5-4.96-12.91-7.06-19.55l-.54-1.72c.01-.11.02-.23%200-.35-.02-.2-.03-.4%200-.59.01-.89%203.49-2.4%204.13-2.6%208.57-2.7%2013.92%205.26%2016.18%2012.44A53.9%2053.9%200%200%201%2051.22%2068Zm11.25-25.8-.19.18a62%2062%200%200%200-3.06.74c-.88.21-4.86%201.6-5.67%201.84l1.85%205.84c.11.32.25.63.4.93.05.07.11.13.18.18%202.1-.25%204.06-1.16%206.07-1.68.5-.1%201.05.14%201.18.57l.8%202.52c.22.7-1.13%201.47-1.61%201.62l-4.99%201.58s.2%201%20.34%201.42c.6%201.93%204.45%2013.55%204.7%2014.71l.91-.29c2.47-.78%204.07-1.28%206.52-2.3l.92-.28.15.13%201.34%204.23c.08.27-3.82%201.14-4.53%201.55L62.3%2077.4c-2.73.86-2.8-1.23-3.85-2.85-2.39-6.25-3.83-11.56-5.99-17.83l-1.06-3.37c-.04-.11-.3-.56-.33-.67-.74-2.53-1.68-4.94-2.47-7.46l-.48-1.5-.1-1.61c.03-.48.89-.75%201.21-.86l2.25-.7c2.1-.67%204.18-1.15%206.23-1.8.59-.18%201.02-.5%201.61-.68.16-.05%201.71-.37%201.78-.15l1.36%204.28Zm32.02%2023.62c-.52.45-1.08.86-1.67%201.23l-.59.19c-.38.12-.64.2-.9-.07-1.1-1.01-2.95-3.9-4.88-7.23-.77.18-2.36.56-2.74.68-.71.17-3.47%201.16-4.86%201.6.47%203.73.88%207.26.93%208.36%200%20.7-.42%201.66-1.11%201.88-.8.26-2.54.75-3.16-.12l-.32-1.02c-2.95-28.56-3.27-32.77-3.4-36.5.12-1.86%201.07-2.4%202.79-2.94l.75-.23c.32.07.56.47.75.7a54.9%2054.9%200%200%201%201.19%201.7c6.86%2012.37%208.46%2015.57%209.42%2016.98.78%201.34%201.7%202.58%202.34%204.03l5%208.2c.26.35.44.75.55%201.18.16.47.31.96-.09%201.38Zm-3.72-24.9-2.37-7.5c-.15-.49-.57-2.53-.63-2.92-.28-1.27%200-1.53%201.35-1.9.58-.12%201.16-.2%201.75-.26%201.35-.2%201.2%201.74%201.78%202.5l1.09%203.43c2%206.31%203.97%2012.76%205.8%2019.13.42%201.51.64%202.97%201.01%204.5-.11.26-.32.48-.58.6l-2.25.7c-.37.13-.84-.78-.93-.88-2.54-5.6-4.18-11.55-6.02-17.39Zm11.71%2020.5c.1.5.69%202.55.77%203-.05.96-1.52%201.54-2.32%201.8-1.45.45-2.18-1.68-2.5-2.7-.4-1.28-.6-2.28.8-2.72.96-.3%202.78-.88%203.2.47l.05.15Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%22.28%22%20y%3D%22.8%22%20width%3D%22164.24%22%20height%3D%22190.25%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_261_2467%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_261_2467%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 1199.98px) {
  .main__image_item.idea {
    bottom: 70px;
    left: -25px;
    width: 125px;
    height: 146px;
    background-size: 125px 146px;
  }
}
@media (max-width: 767.98px) {
  .main__image_item.idea {
    bottom: 180px;
  }
}
@media (min-width: 1200px) {
  .main__image_item.idea {
    bottom: 20%;
    left: -40px;
    width: 165px;
    height: 192px;
  }
}
.main__image_item.what {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22206%22%20height%3D%22175%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%20fill%3D%22%23050505%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M134.24%2059.48c5.04-4.28%2014.96-14.85%2014.07-14.61-14.92%204.01-21.69%206.35-32.1%2010.64-.37-2.91-1.67-9.39-2.33-9.17a50.24%2050.24%200%200%200-8.29%203.5c-7.4-18.26-19.23-41.1-19.7-39.79-6.19%2016.9-7.63%2022.27-12.27%2033.17-6.47-4.66-22.7-12.12-22.67-11.04.1%203.57%207.2%2013.18%207.6%2016.7-14.03-2.26-34.3-13.37-48.54-14.2-.8-.05%2032.14%2026.77%2038.87%2031.1-4.56%203.45-12.6%2013.95-11.47%2013.95%205.42.02%2021.42.45%2023.97.38-.84%201.9-4.9%2024.13-3.98%2023.6%206.14-3.4%2012.55-6.73%2018.65-10.38.62%205.15%206.46%2032.47%206.82%2031.65%205.82-13.29%209.38-15.96%2012.74-24.62%202.38%204.22%209.82%2012%2010.02%2011.34a107.08%20107.08%200%200%200%204.46-22.36c4.53%201.31%2043.27%2013.18%2042.78%2012.22-4.52-8.64-7.14-12.72-18.07-26.25%206.81-2.65%2013.43-6.14%2020.16-8.58%201.1-.4-18.06-6.48-20.72-7.25Zm-60.91%206.18-.1.26c-.07.23-.42%201.17-.5%201.36-.25.55-.6%201.04-1.02%201.46-1.11%201.1-1.41%201.3-2.8.73-1.7-.7-1.84-2.75-1.78-4.3a66.62%2066.62%200%200%201%20.08-2.54l-.17-.06c-.71.6-1.1%201.47-1.73%202.2-.06.08-.9.83-.99.93l-.18.17c-.73.83-1.2%201.33-2.48.81-1.27-.51-1.35-1.69-.9-2.82l.15-.3%202.97-8.44c0-.1.09-.5.11-.57.2-.73.25-1.63.52-2.3.23-.57%201.6-.07%202.2.17.93.38.39.74.48%201.23-.87%202.54-3.13%207.4-3.8%209.86.06%200%203.24-3.15%204.8-5.75.2%200%20.38%200%20.57.04.22.08.97.42%201.03.61.19.72%200%201.5-.1%202.25-.1.87-.18%205.86.2%205.98.11.05%201.24-2.8%201.5-3.43l.05-.12c.22-.69%201.32-3.87%201.52-4.57.13-.71.32-1.4.58-2.09.1-.27.26-.5.48-.7.77.32%201.2.6%201.84.9.16.04.33.07.5.08v.2c-.42%201.08-.86%202.32-2.38%206.81a9.86%209.86%200%200%201-.65%201.94Zm10.28%206.04c.04.04-.2.22-.24.33-.22.52%200%201.28-.22%201.83-.03.07-.13.06-.18.04l-.05-.02c-.03.07-.02.13-.05.2-.29.7-1.26.41-1.82.22-.97-.79-.45-2.61-.06-3.57l1.45-3.79c-.55-.22-1.2-.26-1.46-.37-.46-.1-1.57-.33-1.58-.3l-1.55%203.81a.89.89%200%200%200-.2.2c-.01.05%200%20.08-.03.15-.03.08-.06.09-.09.16l-.18.32c-.77%201.28-1.18%201.92-2.9%201.22-.07-.03-.33-.24-.28-.33l.2-.76%202-4.96c.34-.84-1.6-1.07-1.1-2.32.31-.74%201.52.05%201.96-.33.63-1.56%201.16-3.13%201.79-4.69.31-.76.55-1.98%201.3-1.67a2.57%202.57%200%200%201%201.62%201.63%20321%20321%200%200%201-1.79%205.16l.15.17c.03%200%201.23.36%201.73.48.23.07.96.33%201.4.23.28.12%202.57-6.95%203.72-6.49.36.15.4.53.71.66a.5.5%200%200%200%20.18.05c.22.28.56.95.66.99a406.2%20406.2%200%200%201-3.6%208.38c-.37.83-.88%201.6-1.23%202.46-.14.31-.14.6-.27.9Zm10.37%201.39c-.07.66-.37%201.46-.4%202.15-.05.81-.07%201.67-.37%202.44a4.7%204.7%200%200%201-.74%201.26c-.11.12-1.35-.05-1.45-.08-.33-.14-.14-1.85-.02-2.16v-.02l.24-2.7a.17.17%200%200%200-.13-.16c.05.02-1.55-.12-2-.11-.36%200-1.37.08-1.44.1l-.13.06c-.18.33-.35.66-.5%201l-.12.53c-.2.48-1.1.92-1.82.63-1.27-.52-.4-1.9-.2-2.76.08-.39-.13-.7.03-1.08.11-.29.27-.39.66-.53a58.58%2058.58%200%200%201%203.7-7.32c.68-1.2%202.46-3.1%203.31-2.76.62.23%201.21.55%201.75.94.94%201.98-.14%208.25-.38%2010.57h.01Zm3.17%207.78c-.76.7-2.38.7-2.4-.6.65-2.1%201.16-3.48%201.85-5.18l.7-1.72c.68-1.67%202.34-5.49%202.14-5.6a7.55%207.55%200%200%201-3.04-.9c-.5-.28-1.33-1.26-.93-1.99a.42.42%200%200%201%20.54-.08c.05.01.09.06.14.08a.5.5%200%200%200%20.19.07c3.8.9%205.4.69%209.03%202.36.24.1%201.43%201.22%201.22%201.6-.3.55-4.02-1.23-4.55-.39l-.08.2c-.11.53-1.55%204-3.76%209.65l-1.06%202.5h.01Zm7.43%203.62c-.25.6-1.41.71-1.96.5a1.26%201.26%200%200%201-.77-1.6c.27-.62.9-1.06%201.45-.84.41.17%201.54%201.27%201.27%201.94Zm6.83-15.68c-.6%201.49-1.3%202.94-2.1%204.33l-2.97%206.32c-.28.22-.37.67-.74.74-.9.24-1.16-.3-1.78-.09l-.02.05a.17.17%200%200%201-.17.07c-.07-.11.26-1.54.3-1.71.18-.57.83-2.23.9-2.43.08-.1.98-2.1%201.33-2.83.64-1.36%202.83-6.55%203.48-6.3.14.06%201%20.61%201.06.63.28.3.52.63.71%201v.22Z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M91.95%2065.14c-1%201.35-2.76%204.73-3.41%206.34-.03.07-.06.14.04.18.9.15%202.65.3%202.8%200%20.18-.47%201.2-6.53.92-6.9l-.35.38Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22205%22%20height%3D%22175%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_1_570%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_1_570%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 1199.98px) {
  .main__image_item.what {
    top: 10px;
    right: -50px;
    width: 156px;
    height: 133px;
    background-size: 156px 133px;
  }
}
@media (min-width: 1200px) {
  .main__image_item.what {
    bottom: 0;
    left: -30px;
    width: 206px;
    height: 175px;
  }
}
.main__image_item.stars {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22134%22%20height%3D%22152%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%20fill%3D%22%23050505%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22m46.06%2024.97%207.88-.5c.38-2.24.78-4.46%201.17-6.69%201.07-6.02%201.53-12.94%208.11-2.07l4.83%207.97c2.33-.12%204.66-.23%206.98-.32%208.79-.38%2012.3-.09%205.1%206.94a619.66%20619.66%200%200%200-5.15%205.1c2.05%203.56%204.07%207.15%206%2010.77%204.08%207.64%203.72%2012.61-5.6%206.5-3.53-2.3-7-4.7-10.46-7.07-2.52%202.6-5.03%205.21-7.53%207.84-8.04%208.43-10.55%208.63-7.89-4.58.82-4.03%201.56-8.08%202.29-12.13-2.25-1.53-4.5-3.07-6.74-4.63-7.5-5.27-7.31-6.56%201-7.13Zm23.35%2048.35c-1.82.93-3.64%201.88-5.45%202.85a283.31%20283.31%200%200%201-3.9-3.82c-3.7-3.69-5.89-6.6-4.91%201.94.23%202.07.45%204.14.7%206.2-1.54.82-3.09%201.61-4.64%202.39-6.24%203.1-4.66%204.26.74%205.3a217%20217%200%200%201%204.43.9c.03%202.23.16%204.45.35%206.69.65%207.03%203.32%205.93%204.88%202.9%201.28-2.5%202.66-4.98%204.05-7.42l6.48%201.61c6.17%201.55%209.63.46%203.54-5.5a431.6%20431.6%200%200%200-5.02-4.83c.95-1.64%201.86-3.3%202.65-5%201.9-4.15%201.09-6.76-3.9-4.21ZM35.09%2058.2a292.7%20292.7%200%200%200-5.65-1.35c-.14-1.7-.27-3.4-.38-5.11-.3-4.93-.03-8.32-4.7-1.67l-3.4%204.83c-1.6-.38-3.2-.78-4.79-1.19-6.36-1.65-5.98.14-2.8%204.22.88%201.12%201.73%202.25%202.57%203.37a81.38%2081.38%200%200%200-3.93%204.95c-3.94%205.37-1.37%206.25%201.63%205.06%202.48-.98%205.01-1.87%207.53-2.74%201.2%201.7%202.38%203.42%203.58%205.13%203.4%204.9%206.53%206.28%205.96-1.7-.15-2.17-.35-4.34-.53-6.51%201.7-.58%203.4-1.19%205.03-1.92%203.94-1.75%205-4.09-.12-5.37Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22134%22%20height%3D%22151.02%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_86_457%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_86_457%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 1199.98px) {
  .main__image_item.stars {
    display: none;
    bottom: 80px;
    right: -40px;
    width: 134px;
    height: 152px;
  }
}
@media (min-width: 1200px) {
  .main__image_item.stars {
    bottom: 80px;
    right: -40px;
    width: 134px;
    height: 152px;
  }
}
.main__image_item.love {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22156%22%20height%3D%22171%22%20viewBox%3D%220%200%20156%20171%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%20fill%3D%22%23050505%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M58.77%2036.93c-2.54-.6-3.77%202.43-5.3%206.21l-.23.55c-1.07%203.13-7.48%2014.71-3.91%2016.16%202.84%201.15%204.9-2.85%205.96-4.97.03-.08.13-.19.16-.27a64.9%2064.9%200%200%200%202.9-6.07l.26-.63c1.09-2.68%202.2-5.42%202.31-8.35-.07-.56-.46-2.24-2.15-2.63Zm38.66%2053.53c-5.84%203.11-11.24.1-16.99-1.38a.1.1%200%200%200-.14.11l.05.06c4.69%203.93%2012.48%206.38%2017.25%201.43.09-.1-.05-.28-.17-.22ZM42.8%2012.35c2.33.26%204.71%201.36%207.03%201.87a.13.13%200%200%200%20.14-.08.13.13%200%200%200-.04-.15c-2.62-1.68-4.98-3.26-8.23-3.27-2.95-.01-4.95%202.42-6.25%204.81-.03.07.05.12.1.08%202.33-1.83%204-3.63%207.25-3.26Z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M62.65%2079.55c8.53%203.42%2016.47%206.63%2020.64%208.44%2011.22%204.85%2017.24%201.6%2021.75-9.94%202.32-5.92%204.62-12.14%206.81-17.82%204.45-11.56%206.48-14.9-5.19-19.94-5.88-2.53-52.09-22.29-55.38-23.54-12.37-4.71-13.55-3.05-18.39%207.85-1.48%203.34-9.22%2021.92-10%2024.3-3.33%2010.2-3.81%2012.05%206.58%2017.25.59.3%202.8%201.22%206%202.52A16.5%2016.5%200%200%201%2044.45%2066c.2%200%20.22.3.05.37a49.7%2049.7%200%200%200-7.56%203.47c-4.98%202.96-12.26%2010.14-7.07%2018.64%202.48%204.07%209.06%206.16%2012.84%208.68%202.82%201.88%205.2%204.15%206.68%207.23%201.57%203.27.82%206.64-.42%209.83-2.28%205.94-3.78%208.52%203.2%202.45%205.59-4.87%2011-12.78%206.24-19.55-3.05-4.34-14.26-8.9-9.75-15.17%203.75-5.2%209.35-4.26%2013.99-2.4Zm29.84-2.08c-.2.36-.89%201.94-1.07%202.26-.52.57-1.73.18-2.36-.07-1.13-.46-.49-2.16-.16-2.96.4-1%20.8-1.73%201.88-1.28.76.3%202.18.88%201.75%201.93l-.04.12Zm3.27-18.77%202.4-5.89c.15-.38.95-1.86%201.1-2.14.48-.93.78-.96%201.82-.5.41.23.82.48%201.2.74.94.58-.15%201.7-.17%202.48l-1.09%202.69c-2%204.95-4.1%209.97-6.23%2014.87-.52%201.16-1.13%202.18-1.69%203.32a1%201%200%200%201-.66.08l-1.76-.72c-.3-.12-.11-.92-.12-1.03%201.3-4.78%203.34-9.33%205.2-13.9ZM85.8%2045.8l.77-1.06c.26-.28.93-.01%201.18.1l1.76.7c1.64.67%203.18%201.44%204.77%202.09.46.18.9.21%201.35.4.13.05%201.25.65%201.18.82l-1.37%203.37-.2.01a53%2053%200%200%200-2.27-1.12c-.66-.31-3.83-1.5-4.46-1.76l-1.85%204.57c-.1.26-.17.52-.22.8l.01.2c1.43.91%203.11%201.35%204.62%202.06.36.2.58.63.44.96l-.8%201.98c-.22.54-1.45.34-1.83.18l-3.9-1.58s-.38.72-.52%201.06c-.61%201.51-4.2%2010.72-4.65%2011.57l.71.29c1.93.78%203.19%201.3%205.22%201.92l.71.29.04.16-1.35%203.32c-.08.2-2.95-1.25-3.6-1.37l-4.27-1.73c-2.13-.87-1.1-2.2-.92-3.75%201.74-5.11%203.57-9.16%205.46-14.17l1.07-2.65c.04-.08.1-.5.14-.58.84-1.95%201.5-3.94%202.3-5.91l.48-1.17Zm-16.67-8.54c.56-.66%201.75-.22%202.38.03.54.22.8%201.02.77%201.59-.17%201.5-.83%203.23-1.13%204.69-.05.37.03.65-.05.96-.32%201.28-.65%202.57-.92%203.83a6.2%206.2%200%200%200-.11%201.13c-.18%201.05-.57%202.12-.75%203.17-.3%201.83-1.3%205.93-1.65%207.79-.04.27-.1.54-.18.8-.08.3-.14.6-.18.92.18-.08%202.7-4.63%202.96-5.02%201.7-2.74%203.53-5.32%205.29-7.98.41-.66.98-1.21%201.38-1.83%201.12-1.7%202.82-4.68%204.49-5.91.23-.2.44-.12.73%200l.3.12c.44.34.87.7%201.26%201.1.29.36.13.74-.02%201.12-.11.33-.29.64-.51.92l-4.55%206.27c-.6%201.13-1.42%202.06-2.13%203.1-.3.37-2.12%203.06-2.4%203.38-.22.35-.48.67-.78.96l-5.5%208.72c-.01.04-.77.96-1.05%201.29-.17.17-.4.48-.65.52l-.42-.17c-1.34-.55-1.9-.97-1.88-2.48.34-3%20.87-6.35%201.06-9.45l1.23-6.5c.08-1.53.74-2.93.71-4.4.14-.59.79-3.26.88-3.86.28-1.16.63-2.87%201.1-4l.32-.81Zm-27.3%2019.93c-.18.32-.58.84-.6.89-.56%201.14-2.19.33-3.05.07-.09-.03-1.13-.35-1.44-.43l-.17-.07c-.5-.2-2.17-.88-2.49-1.55-.13-.4-.45-.92-.28-1.34.07-.2.18-.39.32-.55.43-1.3%202.54-7.58%203.07-8.88l2.44-6c.2-.3.35-.61.47-.94.46-1.13.82-2.26%201.29-3.4a60.26%2060.26%200%200%201%203.85-8.17c.15-.08.32-.13.5-.14.08.03.39.1.47.14l.25.1c.59.24%201.43.58%201.4%201.25-.7%202.42-1.7%204.8-2.66%207.15l-1.22%202.88c-.2.28-.35.6-.47.93-.15.33-.26.68-.33%201.04l-5.6%2014.06c1.12.46%202.35.57%203.52%201.04a1.35%201.35%200%200%201%20.89%201.29c0%20.19-.05.37-.12.54l-.04.1Zm16.33.38c-2.38%203.7-5.46%207.67-10.31%205.7-1.72-.7-3.5-2.54-3.63-4.5-.07-1.65.43-3.6.94-5.1.29-.81%201.98-5.12%202.37-6.08l.31-.76%202.24-5.64c.07-.17.65-1.36.86-1.76%203.32-6.72%206.65-6.89%209.66-5.67a8.18%208.18%200%200%201%203.44%202.97l.53%202.17c-.3.86-.14%202.05-.23%202.99-.57%202.52-1.31%205-2.23%207.4l-2.93%206.4a6.7%206.7%200%200%200-1.03%201.87v.01Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%2210.77%22%20y%3D%22.72%22%20width%3D%22154.59%22%20height%3D%22169.42%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_261_2273%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_261_2273%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 1199.98px) {
  .main__image_item.love {
    display: none;
    top: 15%;
    right: -80px;
    width: 156px;
    height: 171px;
  }
}
@media (min-width: 1200px) {
  .main__image_item.love {
    top: 15%;
    right: -80px;
    width: 156px;
    height: 171px;
  }
}
.main__image_item.idea {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAABsCAYAAAAIV77LAAAQAElEQVR4AeybX6gl2VXG69zp1lH8h6JGjEmLUcRHQREdTA8EQfQtDxEC0zOgvo2EPCjx33TAJCOah2Be1Ml0xwcdJUZQZJRMnDH+GUWjgqighunEaIgkJAQSOpmZvvl++9a3s2qdvavqnHtuz+1hmvrOWutba6+996pdu6rOuX00vLj/bTS9faGmZ3O8mIreKu5pqhbznSbPVts7vehnVphUqYP2cycW/TQFiG2tp/oumrRbDJoLuFOKzkSNufnY59gs7Y8yx9iOMVknJnOr7fNcdCZmrJnQ5sKFC6++ePHiFckfvvvuu1+xptFMzFLf+Gea913nrehMxOiP+sTjuI0K/EoV+12bzeaKXFckrz3//PPPiHu/fBS/xsq/RldYPRxfiaDM+ULYVD0PRffAkdPRbVvEGNV78+bNjzz77LM/OeI1kq86Pj6+VwE3VPwnVfhvk+52PamQejimElJanOhy4CvKmo8XqugM0lgap+OQMXajlXzfiHdJPiI8ITyi7eUXhRsq/k+p+NfHwr9cjcnRglxD5iOHbhBnfS95O4vOYI2lwToOWWNV0PtUzF+S/JDwnBzXRtwvCS4jtb1cVaGf0Qp/+XPPPfdWcYNsfOTLwB05bGAu67aREcRHu6vfjqIzGNAdxOggxhipYVBxWc2s5A+JvEZBJS8Ji4cKzb7+eq32BxTMfu/8a6WalSsACWiHBFHHBi0O/gTj59EoDy3o3JjL7RhkjRsL/X7J50WymlnFqwqt+Hw8pKvjhsh3C/STQQ0yh63wUnB0wxwSwCMjWlz0D3Q4IU5p0CFYSkMMKHEqbl3N0l1otoPiP+XHJa34y9rff1956LMF6tDi4dSsFL8lI4duuJ3tiaSzCbGnQSeg1xxfxNa2oYanWc1qPnuwtTDXjDimOZ3k+FsSbicwiJ0apGAGAhJdTXygEFrFXtFezWdZ6NLn+HFZW8z3SWcsEcwfwGUJF6Hm3RVPHP5VoKNVgSmITkCiq4kPxBUdC10DD6SwZ19XLqTE9qEb8Nxqpw6M1xK9BRLDI5fQjaOTpcbZ302mQHx+fuaJ4ywLre5ODp5OtGf/DPKEaX7er0fIr5eHORuMFz1KdGAePUIpyoqHsx4luuEY20WSuCgrP5pJ1JZCX9H2cVaFZhUDdbV9aBXzZHOkZ/J/lre72rmhys+cAXPJ0px57BaUphz4ULKE64LkXWdyOHGlVWQK/ajkma1ord6rWsUPAnXcK+ir5WMuR4rvnhzFeIthLiVeXJb4elB4Oewvxq4fdLjUZtKBCuxC31JDP0NLPbPjL5WZMVBQXnJkbh1sHV8rlvkQL7V5XNYW81XyEAdKXtnIJShssq20bHNIg7zWi6TjonQ+SgPd+fnKlBV9loXurWKGxjjZPv5FxtxKJubfFdPNlbaYklfxLcncDYXUgptDwhvZNr8l6WyLjIRW9qPaM58Ux+OdxEGP69oO7tXW8dXK+pSwdajvsl/LwViP7rrrrjdL3yqq9vO4dTRzqR1HjCMnxdoV5DHc1jYSDjminDDrs2+k3Bz/QpGHLDbFeECF+3YKLTyoYn1QfWxUfF7TpTYPF+dIX+N+VrFbq10nhzdY4sDSFvPl6oW4FigYwIfMUNNSRPPYBpz1riRxy8mvML8sBxOROMjBV60/rkK/R4X7pDIyQPo/0tX0WhWNFSh6eqjArxRT4iy13XGC8mpnvy7FVB9PKDb7RZ0c4xZD/y3QV4uHIwESoEe0uOivOh1UY1RKYxXh6mgfSlzSTewblYz8XEWvVbHfIXxaXPeGrHGwvdDmSMX+HsVudNI+r5Oxtdp11XDimBPx3aIrR4wj1m3Q10ApJqudNnARLa746awo40cJVHFYXSO1StRtg61DBeFXG4oymfi4wugTPKTMa7Yuik78kU7AFY3tbrXjhvmI5CS//FyZJVY+rgaJ5sFVcZc8jmXe6MgeFF4KHSV6Bu0zh115OoKYQCuGiU64ZMTJPqDL+UeFx7QCPy78v9r/g+wHVXwe8WKsn6fZwzkpKW3XZJxl0DpxnCx0HiFzDoqJb6OTz0LoJlQeTlCJVVCW7i/zCp0UHj+ckW3zE0nyCYGhFdMrOvvyRRX0uxRXijlOjs7YMl6nLeD7tRrLNqLi/5P8rPoSqzZrn6cVWg/GQn6KTB5yXJB3o/wUHU7myeFi6uQzt4nvJKJ+ssWQtwWCzEcdzjYSwBnYEfBbNgMzWQO0QnuDdQGILStJE/fgyfWQTtiTmjg/Bn+DEvO08WnlozgyB/9sxvbA8zS8n2a+RXGt+wh9kpvt5cMkUX7uAXBcMVxN0AbjsY/85rPkqoBjLkvIcdFGzyBf5qrN4DBmgwgwtIq/FV0FKnumisxlCkUOnqHR+eGAwn+dDAr8TkkXgKIQu9EV8ybhz7UqPy8/Y2k+6qlP9l/aKKwcl3UDpl9yf0SMc0sdKCZfSxDfzEcQ0ILhhBIHoJBGy44cOiAeuRpMdCtYg/nAFjkS8pWiSf6dKK4IJvlN0inieyXhJIZLiimxMliR5SRJJ/4rJembAQMeG39EJ5D9Wq7mQQ7nJoBY2rJ/c7Krb+x3kPxfBVZeej64x5gruUajpbe4Mbzs8/YjzSOzPfty1BysCsMKIxHIW0zlSm+bzVWtUt42WZH/Ia7k1PbgHBT7LVq1H5WPLQNe6vRQ8bwicbCquXm/BkPgEfKCrjx4mcOgMdIvfy0w6F/pU3LrUBz9MWaDGOuWcEbmsO1bKzdebbGBE/UGy0p9mRoQVy5fDZ6bG99VV07+cqhgcbW7MKywVt+lTf5Q/lJ05fofbUe/IvyVYugLSB24qf6ulDpmxfLF3A+Jo61E86Do0UE+YA49wjwSPkr0CPzRrjoTr0ZUtHLKKo6c9XGlDpr8e8QxUbYSJscW88cjJzF41X3FMAwMopykYRg4SRck2TK87chsHxoL7w20JwDJk9I9elJ6va6SeyCB4upNVSeKmzJbEPNgjIRsQVciX+KVnHIiJcpYrWMbcAYcepTowDz6FrpFV6QLJHXr8OrFwaQGTdIcOQuHE4wniS3mv2WXAgTuGXOSzUO5ywmVk68nKPT7pPtvYK6pcM/KZrX/n6SvpoHHVS2Mt4ljz5fYPnRFkHvbccJQvIgT9uQT/kQ7+cQGJ9bMJwWKbjdiAlzC0Rd1tpjyLC7SJ4fV+zWyyWFOZjnYTuBBKbpYOIkBbnKSIBNcGNV/gw5qiE4gT0pfgFCha4FdUF0B7pOQJWzGAMvRLALOKIQ+sCXqke3qsJKLbt6yO1hNlP2Q7eSPFFziRo5t53FzkhwUicGAEiuSk4S9aotRPLESzYPtjStt4tQZuqbt5wcl2WYmvmSQ28CFjgToBnYEPLYleoR5y+JbKvrcCowr1YVk4nQAYluuDJ616bReBeNJ4qriWds5iMngpJmr7U0gVdirKvBvKifbFRSgXfepiABdDTw5obbAPFr8qbilojcnOPbISuWJZdDl6wJTXJ7B4Vo3yDyJeOKcY0w/ERQPIreHi+Dqi/aS3jrR7sOylQMfaPkWubmic9m3BlWTalUxSTqvJ8ecVtB/KjC3J1Z0PThxPD3kk+RflOp3POPNsjY8hKLFUm+6K/IxdiOGw2Fbos9irui80f21WufCiapHWakq8L+KcRxbjMzpDfLmzZvHkJooj3+oBeNJoq+PysdPd9+pJ463KCdvk8SUvIpjf36TCLYLiVMfT6kPnu3XJFpd0DXJZouuBHQ2d9mzUvkVnpXqVcMWwy84cN5iKBy5gNJODk5S4VUE76/F1h7Ny42DuarWfP/u+Dl5XSf2p+cCgq+MJdhz6qrYpaLTQd06MDJUKO+3NU4chWT18jflFLw+xnHDSzk4SX5l58/w7lGxf0tge2JVU+zUpGnST9MRSG9bPLsHelYtV+hsRNvZPQGLRdclvzQZbzH/pr5LrArLiiyd6rmZLYO/Jhj0BnmfYrYObR388f77VOj/knOXQiu8HvXEVuZLynWNgx/D36YFwQuUC2n5pcgDaXNpFouuQf6tEpRiSm4dscA6Qd5iLqnAryJYezk3Sv4H3KBYXs2hW/AV0/ItcTfUd7xXMA5/T//d2koe1ji+bCnJ6PeJsIRGB+hzWBMz+y1jTD63r/ODM381RXzdYlTgssWI5NX9CqtZ+lkdrHL6dqEfVqGfVqHLvWWh01ioqLea4QfRl237evzqojMhJ9uSuhpKgSXr17cKul/bxQeEGzoBcytcoZODVTohFgx+QnxafX9sh0KTMhYFHcAD60gAF7GWi22qvri9EKnJ/J7k3BbD2+CPqcAPKy5uE1GXa/Fgm+j202qtbYWTxP0johVqrlUw+5D2W5qLtjnkzlhTdHc2t8XQMTdAbqDoe2Es4C5tb2iF83+JchtOQOZaNnPLIA7O0nq0zWVJzCKWih6Tzm4xiz2tCNDN993aitY+IvIewCpfkXnwPByb7cjbhwT4kAY2wI4SPaMZM1d0NyiJlraYErT/B8V7QDe+i0qxuuidVa4U3SPOCT2DhpmLdvRbR4IcB9fEXNFbDXhKaPG7cqXI47Mzr/1v1Un9mx2/X9na7nRP+QFdLa9TnpszA3JxHGK7JYkx39Izhw1og2xip6KrMI9p393lScSdUqBSaOX4DqH8zqmVzU92xJRBauWWpyCIJWgc5OSF62Uq9s8JPDn516TYvOQWYSm1HNigGPpAXwOF1u2KeOxdcJyL7iSWW8lUmF/ThCn83FMGBQZ+br5fhX6z4PuC81tu9bNEaO/nielxSd524w38KZ1M/t6xlYL+Dgn6iPmwDXh0S/SCXPRC9j60mn5CvmMV/te1Ndyr4vMncxSX7zQ4ES7yz6vAvyA8oQLwhz90HKE09YDHOFYBV+/nNBC2Hkk1rvrjtPw+3IdtS/h9QHu3QzeOh6FeBea25JqiO7lqfHxDe+bPKsuxivkJFf+DKuwbhDdKf6cmzCr7HP4EmZPDOU1io+9adNpUaIBXNS5WufNZEoO+K/gKo9cm58RehaWi02FNpMI+jaEV/6fCb+gEvFF4g/T3Cv+oV30Xze2iRDdIYx056OZXv2nEuQ80Pp7ZS77QvmXDAcKQGb1i53hsgxwt3VyVraLHxjXQiib2q1rRXMJlf9aW8GFsrfbvFf5EcbQ3ZJbLzXaU9hWpvKtvojTIYJWLI79EObKODYpTH+gZvWLnuGwrXTngizJ+NG2Knh1jfClW1GucLuGPq8B/oEK9XfIPZX9qDCQGYCJ3AW32BW+mjzUa03+ksVvYpdjkcw50EG10c0jD/KovvGqwWqMDqeWwjgSQyJ2hK8ZbEzl2glY5N3O3cd/ZhodDnhbkAc6DDrCRs2ClzwZ0nCQHuKNEX4u8uvYtOqucL+TcL2MCtpHRjjq+HvL4enHOhzSItb4lXfQcZNvSDbENOOs92Rt45G/pJrr2Cyr6nECrnPsL/UceG5izjjTwWV+SrVg4QNuWhDMcU2wXvRgzfSBodQAABhtJREFUHzQCMQQbwCEjJkVVQLYdW/jw1KPQyTH3AkYgv+j7rwacE4kPoEe0OPyRL2MSAR8hanLYB4mObGHLt7boMRlJDHjrS5LJAOKQoOharfGnNgrN35+/Qnzcq+lrAp6aRJCjB7nL0fO3eBrAW6K3gB/gQ4KoYzcRi54b2I7SupNh9+CiRj8cMFd03UT5v0QUmGLfoyci/iqXN1R49zWROiG8CDF+57I/2i0djljkvnB7pEEu65YtbtXTixNESbI1oKgRbhO5Wyry4wL//+jP1Ak+4m6psPEKkKse3Dx/RxZxGaLL4+5pedqTC6ADdGDdchgG6HVgpayJdHIkiG2wARyyB4ppEIPek/aRcws6GVwVtN0H5Nu1HW2A21lHAnhkRIsr/lz0HBjtrGODkkgf6BkUz7DPdpb44SxvadtpPUayyh9Vf44lPkPu5mrPcdl2OySIfuwWiMl8i6sxueg4coM5G18LFAREHzaAa0k4wzFbRT/lKidvhOcLZ93SHDbABtaRLTim5Stcq+jF0flwQiQgDBlB4bJtDgnwR4kOzFsnfwSr/LdFEGc41vacVNN6BUQ9t8k+7BZoF/lsR1/V1xa9l8w8cgkuDjKDtuaKrhcm/wFTHaxWOS9CxBED1ujELYE+iLG0jg2wgfUo0YH96LPoFb2VwNycxBfholjaZ7slC6cv0/IPFLwI8V/byUEMQI+AA5HbVadguQ3cwdArOh3QMbIF++YkvoxYEOtZ0gau/GGqO194ESKedktoxdEF7SytYxvmsrR/JzlX9FYid4rPOnINPGFL2li3jBx9FGhb4UXoMzKIMxyLjZ7R43NctNVF3fPNw0XARxu9xcE3sVT0VrLItXS4JfQKUvnwuMjN8x0afc5ZY0cfdgTxtq0jW1CKWmz0COKxLdEjenyMmehLRZ8EByN2hA5wI0HUsedAYfBbWi97ulY5L0L4DPwZ+DIX7Z4/jjPqbgt3cKwpOgNodZz5aKMD2iFB1LGXQNFZ5W9XwxhLATPwwyGNbJufk+pqchALkSUcgEfuhDVFJ2EvOTwgBqADdIAOoo4dseXT4+I3F/L4mEfEGNvTXWCkQSw6cg6lK33EGJlnd6wtOiNgUMgWsg8bOBbdaHH44JH8ecfHtK1c1WPj34ss3B7SBbd0nmzDK/3kgAOQWcIB8+g7YZeik3iuI3yAOAPb6HH2R8l/EuNv3SPX0ikgwGeZddvRDzcHj/VM5K5FZxAMFtkDfiPGmEOaRwfYUaIvIRbROhK4bdThsg0XwTgAXEvCAfvRd8Y+RacTOjWwe3AMMsZgA3PoGfgyh03hAHpE5mxbxtio049hHhsdeXDsW/Q4kLWDIw7ktpGzjgTEIiMyF4uKbsQ2LZ08IPqwM/BHLtvRt0o/RNHpiIEY2HNoxUUOnfZIEHXsQyDnxAbkbkm4g+FQRY8D8sAj19KJA9FnO8qsYxusanRL9AjzlvjoD2lE2zqyBdq0+J24syg6A2BwGfAtEBd521GinwXo13mtIwE88uA4q6K3Bjo3ieyz3ZI9Lq5mYrINF8EYsZEZLb7F5Xar7NtZdAY0N/Dss92ScLsg9k27ORvfKuwbdLuLzjiZNEDPyLztloQ7Deib9lFm3bbjsE+NF6LoHjQTAbYtM2c7ypZOe3ijZ8MD4qLMOvaZ4IUsuifkydtGZs42Ejgm69gRMQ4+2taRwH50o8XZt7c8D0Vn8K3JZS7aWcfugfzAfnSAjQRRxz5TnJeiM8nWxDOHDRyPbsBFmLe0r2Xbd1vkeSo6E6YgyAg4kLlooxMTARdhX+aiHXXio30w/bwVnYn1Jpt57Azag8xjwxvYwHaWc74cu7N9HovOJHqThgfEtIAPtHxw+AB6C/hAy3cw7rwWnQnOTR6fQewcHIfsxeEDPf9B+fNc9LUTpVhzWMpD26WYg/rPe9EpiHHQiSvZ/nnV+DTHeS96nBtFivZp9EPm2nkcd1LRmRzFMrB3gdshd2l38Ng7reixABTPiHzU7UdG/gXV7+Six8JR1BZizLnRXyxFPzcFXTOQl4q+pkoHjnmp6Acu6Jp0LxV9TZUOHPNS0Q9c0DXpvggAAP//WkmQLQAAAAZJREFUAwDzNwyNPCmRowAAAABJRU5ErkJggg==");
}
@media (max-width: 1199.98px) {
  .main__image_item.idea {
    display: none;
    top: 15%;
    right: -80px;
    width: 156px;
    height: 171px;
  }
}
@media (min-width: 1200px) {
  .main__image_item.idea {
    top: 15%;
    right: -80px;
    width: 156px;
    height: 171px;
  }
}
.main__image_item.flash {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22131%22%20height%3D%22103%22%20viewBox%3D%220%200%20131%20103%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M75.18%2010.44c-16.59-1.52-34.46%204.38-47.66%2014.5-5.04%203.86-4.1%205.37%201.64%203.17%201.08-.42%202.17-.8%203.27-1.12%204.37-1.28%204.81-.58%201.14%201.79-7.6%204.9-14.8%2010.7-20%2017.75-4.94%206.66-4.5%208.65%201.8%203.54%2012.05-9.75%2028.1-17.93%2042.71-23.44%205.55-2.1%204.85-3.13-1.13-3.93-4.5-.6-3.8-2.07.95-3.58a187.8%20187.8%200%200%201%2016.22-4.39c7.39-1.61%208.38-3.62%201.06-4.3Z%22%20fill%3D%22%23050505%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%22.21%22%20y%3D%22.2%22%20width%3D%22129.97%22%20height%3D%22102.75%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_261_2001%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_261_2001%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 1199.98px) {
  .main__image_item.flash {
    display: none;
    bottom: 30%;
    right: -20px;
    width: 131px;
    height: 103px;
  }
}
@media (min-width: 1200px) {
  .main__image_item.flash {
    bottom: 30%;
    right: -20px;
    width: 131px;
    height: 103px;
  }
}
.main__image_item.bat_big {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22168%22%20height%3D%22177%22%20viewBox%3D%220%200%20168%20177%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20filter%3D%22url%28%23filter0_d_261_2003%29%22%3E%0A%3Cpath%20d%3D%22M110.632%2046.7011C105.103%2039.0737%2096.9866%2035.2331%2088.1974%2033.6452C85.1493%2024.2846%2079.4566%2015.3438%2070.6082%2011.3821C63.2206%208.06902%2066.3925%2015.4784%2068.3752%2023.9159C69.0532%2026.7822%2069.3733%2030.063%2068.959%2033.1284C67.5942%2033.263%2066.249%2033.4209%2064.9236%2033.6021C52.7763%2035.3248%2041.1906%2039.8296%2031.0688%2046.7657C26.6325%2042.4918%2023.8803%2035.33%2021.7953%2030.4747C21.0286%2028.6931%2018.4513%2024.5914%2016.5788%2027.9583C13.2455%2033.952%2013.1514%2042.5994%2013.9477%2049.2202C14.3491%2052.816%2015.4699%2056.2941%2017.2433%2059.4475C9.92839%2069.4056%208.48101%2081.401%2011.4403%2092.0131C15.1368%20105.292%2025.699%20116.381%2040.1647%20118.496C41.0498%20118.626%2041.9457%20118.728%2042.8416%20118.819C42.2847%20120.466%2042.317%20122.466%2043.4603%20123.745C43.7536%20124.067%2044.2029%20123.911%2044.4315%20123.618C45.5373%20122.181%2046.3309%20120.547%2047.4447%20119.11L48.1361%20119.129C47.8348%20122.124%2048.7145%20125.109%2051.1788%20126.498C51.2676%20126.548%2051.3677%20126.574%2051.4696%20126.574C51.5715%20126.574%2051.6717%20126.548%2051.7604%20126.498C51.8492%20126.448%2051.9235%20126.376%2051.9762%20126.288C52.0289%20126.201%2052.0582%20126.102%2052.0612%20126C52.1124%20123.618%2052.0801%20121.403%2052.6558%20119.097C65.2437%20118.558%2077.9635%20114.893%2088.1517%20109.819C90.6187%20108.587%2093.0134%20107.215%2095.324%20105.71C95.4478%20105.866%2095.5931%20106.016%2095.6926%20106.181C96.6557%20107.61%2096.5939%20109.351%2097.4924%20110.804C97.5403%20110.882%2097.6049%20110.949%2097.6816%20110.999C97.7583%20111.048%2097.8452%20111.081%2097.9359%20111.093C98.0265%20111.105%2098.1188%20111.097%2098.2059%20111.069C98.293%20111.041%2098.3727%20110.994%2098.4394%20110.931C100.909%20108.937%20100.592%20105.747%2099.0017%20103.126C99.3272%20102.884%2099.65%20102.644%2099.9675%20102.394C101.186%20103.056%20102.3%20103.904%20102.927%20105.056C102.975%20105.135%20103.042%20105.201%20103.123%20105.247C103.204%20105.293%20103.295%20105.317%20103.388%20105.317C103.481%20105.317%20103.572%20105.293%20103.653%20105.247C103.734%20105.201%20103.802%20105.135%20103.85%20105.056C104.899%20103.08%20104.119%20101.387%20102.773%20100.047C107.815%2095.5765%20112.071%2090.2718%20114.861%2084.1328C120.382%2072%20118.407%2057.4128%20110.632%2046.7011ZM46.3336%20103.758C24.8354%20108%2010.6924%2082.7064%2030.8939%2060.9089C34.7841%2056.7157%2040.1889%2053.4269%2045.3301%2056.7426C52.298%2061.2319%2055.5721%2070.0219%2057.5333%2077.3317C59.8551%2086.0302%2059.2632%20101.185%2046.3201%20103.742L46.3336%20103.758ZM90.7397%2094.1017C71.418%20100.873%2062.7848%2084.7491%2060.5814%2070.0326C59.3385%2061.754%2059.2982%2052.6975%2063.3148%2045.3608C67.1646%2038.3282%2075.3324%2038.9876%2082.3191%2041.6278C114.568%2053.8117%20118.603%2084.3131%2090.7263%2094.0855L90.7397%2094.1017Z%22%20fill%3D%22%23050505%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_d_261_2003%22%20x%3D%220.000976562%22%20y%3D%220.574219%22%20width%3D%22168%22%20height%3D%22176%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_261_2003%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_261_2003%22%20result%3D%22shape%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 1199.98px) {
  .main__image_item.bat_big {
    display: none;
    bottom: 0;
    right: 80px;
    width: 168px;
    height: 177px;
  }
}
@media (min-width: 1200px) {
  .main__image_item.bat_big {
    bottom: 0;
    right: 80px;
    width: 168px;
    height: 177px;
  }
}

.content__block {
  color: black;
}
.content__block img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .content__block img {
    margin: 48px 0 24px;
  }
}
@media (min-width: 768px) {
  .content__block img {
    margin: 64px 0 40px;
  }
}
.content__block img:first-child {
  margin-top: 0;
}
.content__block img:last-child {
  margin-bottom: 0;
}
.content__block p:first-child img {
  margin-top: 0;
}
.content__block p:last-child img {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .content__block h1, .content__block h2, .content__block h3, .content__block h4, .content__block h5, .content__block h6,
  .content__block .h1, .content__block .h2, .content__block .h3, .content__block .h4, .content__block .h5, .content__block .h6 {
    margin-bottom: 16px;
  }
}
@media (max-width: 575.98px) {
  .content__block h1:not(:first-child), .content__block h2:not(:first-child), .content__block h3:not(:first-child), .content__block h4:not(:first-child), .content__block h5:not(:first-child), .content__block h6:not(:first-child),
  .content__block .h1:not(:first-child), .content__block .h2:not(:first-child), .content__block .h3:not(:first-child), .content__block .h4:not(:first-child), .content__block .h5:not(:first-child), .content__block .h6:not(:first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .content__block h1:not(:first-child), .content__block h2:not(:first-child), .content__block h3:not(:first-child), .content__block h4:not(:first-child), .content__block h5:not(:first-child), .content__block h6:not(:first-child),
  .content__block .h1:not(:first-child), .content__block .h2:not(:first-child), .content__block .h3:not(:first-child), .content__block .h4:not(:first-child), .content__block .h5:not(:first-child), .content__block .h6:not(:first-child) {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .content__block ol:not(:last-child), .content__block ul:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .content__block ol:not(:last-child), .content__block ul:not(:last-child) {
    margin-bottom: 24px;
  }
}
.content__block ol li, .content__block ul li {
  margin-bottom: 16px;
}
.content__block ol {
  padding-left: 30px;
}
.content__block ul {
  list-style: none;
}
.content__block ul li {
  position: relative;
  padding-left: 30px;
}
.content__block ul li:before {
  position: absolute;
  left: 0;
  border-radius: 50%;
  content: "";
  background-color: #FF9900;
}
@media (max-width: 575.98px) {
  .content__block ul li:before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
}
@media (min-width: 768px) {
  .content__block ul li:before {
    top: 9px;
    width: 12px;
    height: 12px;
  }
}
.content__block blockquote {
  margin-bottom: 24px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M6.5%2012c-1%200-1.9-.4-2.5-1-.6-.6-.8-1.4-.8-2.4%200-1.2.3-2%201-2.7A4%204%200%200%201%206.8%205h.1c.7%200%201.3.2%201.8.5.5.2.9.6%201.2%201%20.3.5.5%201%20.6%201.7a8.1%208.1%200%200%201-.3%204.6%2010.9%2010.9%200%200%201-3.4%204.9c-.7.6-1.5%201-2.3%201.3L3%2017a8.7%208.7%200%200%200%203.5-5Zm10.2%200a3.2%203.2%200%200%201-3.3-3.4c0-1.2.4-2%201-2.7.8-.6%201.6-.9%202.6-.9h.2c1.3%200%202.3.6%202.9%201.6.6%201%20.9%202%20.9%203.2v.2c0%201-.2%201.8-.5%202.8a10.9%2010.9%200%200%201-3.4%204.9%207%207%200%200%201-2.4%201.3l-1.4-2a8.7%208.7%200%200%200%203.4-5Z%22%20fill%3D%22%23EB4B00%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 575.98px) {
  .content__block blockquote {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .content__block blockquote {
    padding-left: 34px;
  }
}
.content__block iframe {
  display: block;
  border-radius: 16px;
}
@media (max-width: 575.98px) {
  .content__block iframe {
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .section__title {
    margin-bottom: 23px;
  }
}
@media (min-width: 576px) {
  .section__title {
    margin-bottom: 23px;
  }
}
.section__title h2, .section__title .h2 {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section__title h5, .section__title .h5 {
  color: #424141;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
}
.section__title p {
  max-width: 800px;
}
@media (max-width: 575.98px) {
  .section__title.mobile__hidden {
    align-items: center !important;
  }
  .section__title.mobile__hidden h2, .section__title.mobile__hidden .h2 {
    padding: 0 !important;
  }
  .section__title.mobile__hidden h2:after, .section__title.mobile__hidden .h2:after {
    display: none;
  }
}
.section__title.ufo, .section__title.crocodile, .section__title.bat, .section__title.love, .section__title.flash, .section__title.idea, .section__title.what, .section__title.heart, .section__title.stars {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-right: 120px;
}
@media (max-width: 575.98px) {
  .section__title.ufo, .section__title.crocodile, .section__title.bat, .section__title.love, .section__title.flash, .section__title.idea, .section__title.what, .section__title.heart, .section__title.stars {
    width: 100%;
    padding-right: 75px;
  }
}
.section__title.ufo:after, .section__title.crocodile:after, .section__title.bat:after, .section__title.love:after, .section__title.flash:after, .section__title.idea:after, .section__title.what:after, .section__title.heart:after, .section__title.stars:after {
  flex: 0 0 auto;
  position: absolute;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
}
.section__title.ufo h2, .section__title.ufo .h2, .section__title.crocodile h2, .section__title.crocodile .h2, .section__title.bat h2, .section__title.bat .h2, .section__title.love h2, .section__title.love .h2, .section__title.flash h2, .section__title.flash .h2, .section__title.idea h2, .section__title.idea .h2, .section__title.what h2, .section__title.what .h2, .section__title.heart h2, .section__title.heart .h2, .section__title.stars h2, .section__title.stars .h2 {
  position: relative;
}
@media (max-width: 575.98px) {
  .section__title.ufo h2, .section__title.ufo .h2, .section__title.crocodile h2, .section__title.crocodile .h2, .section__title.bat h2, .section__title.bat .h2, .section__title.love h2, .section__title.love .h2, .section__title.flash h2, .section__title.flash .h2, .section__title.idea h2, .section__title.idea .h2, .section__title.what h2, .section__title.what .h2, .section__title.heart h2, .section__title.heart .h2, .section__title.stars h2, .section__title.stars .h2 {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .section__title.ufo h2, .section__title.ufo .h2 {
    padding-right: 120px;
  }
}
@media (min-width: 576px) {
  .section__title.ufo h2, .section__title.ufo .h2 {
    padding-right: 202px;
  }
}
.section__title.ufo h2:after, .section__title.ufo .h2:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22162%22%20height%3D%22140%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%20fill%3D%22%23000%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M76.73%2080.1a2.8%202.8%200%200%200-.48.52l-.55.6v.03a.02.02%200%200%200%20.02%200c.53-.08%201.07-.5%201.11-1.08a.07.07%200%200%200-.03-.06.07.07%200%200%200-.07%200Zm-1.79%201.82c-2.65%201.55-6.02%203.26-9.2%202.36a.02.02%200%200%200-.01.01v.02c2.82%201.73%207.41.2%209.32-2.25a.1.1%200%200%200%200-.12.1.1%200%200%200-.05-.03h-.06Zm3.03-59.16c.03.06.12.01.1-.05-2.27-8.2-11.54-12.43-19.25-11.2l.01.03c7.97-.18%2015.43%203.76%2019.14%2011.22Zm-49.9%2064.08c-1.27-1.2-1.8-2.74-2.61-4.25l-.01-.01h-.02v.02c.01%203.24%203.3%206.7%206.49%206.6.06%200%20.1-.1.03-.14-1.41-.6-2.73-1.14-3.88-2.22Zm74.78-19.13a18.38%2018.38%200%200%201-7.87.22.02.02%200%200%200%20.01.03%207.37%207.37%200%200%200%207.94-.16v-.05a.07.07%200%200%200-.03-.04h-.05Z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M88.44%2029.88c-2.9-.09-5.76-.07-8.58.05a32.27%2032.27%200%200%200-4.47-9.27c-5.12-7.08-14.88-8.18-22.74-6.92-8.94%201.45-18.09%206.46-21.3%2015.62-1.76%205.04-1.21%2010.05.39%2014.86-2.4%201.42-4.78%202.94-7.13%204.57C11.28%2058.1%209.4%2065.08%2012.9%2069.68c-.51%206.03%206.13%209.77%2014.03%2011.07a8.26%208.26%200%200%200%209%206.89c3.32-.31%206.83-3.38%207.05-6.88%205.79-.62%2011.52-1.63%2017.17-3.01%203.56%209.79%2019.87%203.05%2017.39-5.37a122.87%20122.87%200%200%200%2016.16-7.42c2.88%202.84%207.5%202.8%2010.61.3%202.71-2.19%203.85-6.52%201.71-9.4%204.6-4.97%206.88-10.66%203.63-14.85.43-5.76-4.96-10.6-21.2-11.13Zm8.92%2023.23c.08-.05.18.07.1.13-3.16%202.86-7.04%204.81-10.78%206.77a73.9%2073.9%200%200%201-9.8%204.4c-.03%200-.04-.03-.02-.04%206.98-3.4%2013.82-7.28%2020.5-11.26Zm-16-19.03v-.02a.02.02%200%200%201%20.03%200c2.26%205.61-1.32%209.71-6.17%2011.83-.08.03-.13-.1-.06-.14%201.85-1.34%204.01-2.9%205.21-4.92%201.2-2.03%201.37-4.42.98-6.76Zm-48.6-2.56c2.35-9.6%2012.24-14.68%2021.1-15.87%207.97-1.06%2016.47.57%2021%208.01%202.12%203.47%203.06%207.29%203.74%2011.18a7.92%207.92%200%200%201-2.98%207.8c-7.73%205.77-23.87%2010.7-33.47%209.9-3.55-.28-5.9-2.22-6.84-4.5-2.2-5.3-3.97-10.7-2.54-16.53Zm-.48%2015.79v-.01a.02.02%200%200%201%20.04%200c1.03%202.03%201.93%204.38%203.7%205.87a10.7%2010.7%200%200%200%205.42%202.34c4.14.58%208.48-.42%2012.54-1.14l.06.01a.08.08%200%200%201%20.03.1c0%20.03-.02.04-.04.05-7.65%203.14-20.37%203.92-21.75-7.23Zm3.98%2038.13c-3.8%201.08-5.58-1.63-7.16-4.39%201.5.16%203.01.24%204.52.24%202.31-.01%204.7-.13%207.14-.33-.77%202.13-1.92%203.73-4.5%204.47Zm34.4-5.4c-3.65%201.52-6.54-.01-8.59-2.77%204.47-1.15%208.91-2.51%2013.22-4.06-.06%203.07-1.22%205.4-4.64%206.83Zm32.76-16.8c-2.12%202.33-5.53%202.24-8.19.85a84.8%2084.8%200%200%200%203.35-2.05%2040%2040%200%200%200%206-4.71c.6%202.1.61%203.94-1.16%205.9Zm4.9-17.58c-2.1%204.48-5.87%207.86-9.79%2010.65a89.31%2089.31%200%200%201-16.41%209.01%20139.76%20139.76%200%200%201-34.99%2010.06c-9%201.34-19.34%202.37-28.08-1.2-.14-.05-.05-.3.1-.24%204.23%201.6%208.85%201.89%2013.32%201.84A100.4%20100.4%200%200%200%2049.78%2074%20144.39%20144.39%200%200%200%2084.9%2062.83a82.66%2082.66%200%200%200%2014.02-8.16c3.43-2.55%206.86-5.46%209.23-9.1a.1.1%200%200%201%20.12-.03.1.1%200%200%201%20.05.12Z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M35.49%2039.98c.07-3.47.79-7.22%202.69-10.75%202.14-3.97%206.02-6.94%209.8-9.36%201.33-.85%201.16-1.23-.39-.84-4.7%201.19-8.27%204.16-11%208.4-2.15%203.32-3.8%208.82-2%2012.76.72%201.53.85%202.1.9-.21Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%221.35%22%20y%3D%221.3%22%20width%3D%22159.82%22%20height%3D%22137.91%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_261_2287%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_261_2287%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 575.98px) {
  .section__title.ufo h2:after, .section__title.ufo .h2:after {
    width: 96px;
    height: 84px;
    top: -10px;
    background-size: 96px 84px;
  }
}
@media (min-width: 576px) {
  .section__title.ufo h2:after, .section__title.ufo .h2:after {
    width: 162px;
    height: 140px;
    top: -16px;
  }
}
@media (max-width: 575.98px) {
  .section__title.crocodile h2, .section__title.crocodile .h2 {
    padding-right: 162px;
  }
}
@media (min-width: 576px) {
  .section__title.crocodile h2, .section__title.crocodile .h2 {
    padding-right: 228px;
  }
}
.section__title.crocodile h2:after, .section__title.crocodile .h2:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22188%22%20height%3D%22137%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M137.64%2054.22a15.94%2015.94%200%200%200-1.7-5.84c2.22-9.92-1.95-25.14-13.53-25.93-4.55-.31-8.84%203.28-12.17%207.7-1.68-5.83-5.66-10.54-12.8-9.79-6.62.7-11.36%207.84-14.2%2014.45-1.3%203-.92%203.78-2.62%204.04a4.36%204.36%200%200%201%20.69%204.07c-.02.08-.19.1-.2.01-.92-5.63-4.43-5.72-4.99-5.77a7.81%207.81%200%200%200-3.77.6c.63%201.06%201.3%202.51.67%203.68-.03.06-.17.11-.2.03-.98-4.92-3.85-5.1-4.7-5.26a5.83%205.83%200%200%200-3.65.37l.1.18c.47%201.04%201.03%202.67.05%203.6-.05.05-.21.06-.2-.02-.08-4.7-3.33-5.63-3.96-5.85a6.88%206.88%200%200%200-5.3.22c.8%201.32%201.13%202.97.5%204.2-.04.09-.19.07-.19-.02.1-1.7-1.12-5.25-3.92-5.94a8.75%208.75%200%200%200-4.5.06l.07.15c.58%201.25%201.02%202.65.45%203.98a.1.1%200%200%201-.16-.01c-.76-2.2-1.16-4.37-3.25-5.6a5.65%205.65%200%200%200-3.79-.46c.98%202.26%201.3%204.74.96%207.18-.03.1-.2.12-.22%200-.47-2.3-.84-4.7-1.71-6.9h-.01c-1.03-2.95-4.23-5.72-6.25-7.1-4.98-3.36-11.17-.41-14.93%203.3a21.35%2021.35%200%200%200-2.78%203.46c-5.1%207.8-4.76%2011.6-1.1%2016.74%201.07%201.5%202.2%202.5%203.2%202.08%202.87-1.27%205.47-3.03%208.51-3.9%204.05-1.14%205.68%202.4%207.1%205.4%202.02%204.33%205.68.58%208.58-1.03%201.6-.88%204.08-1.98%206-1.57%204.75%201.01%204.5%206%207.12%209.17%202.86%203.47%2012.37-4.79%2016.62-4.6%204.24.17%205.2%205.5%206.87%208.4%201.84%203.17%206.37-1.57%208.27-2.75%201.44-.89%203.06-.83%204.63-.53%206.4%201.22%206.36%2014.96%2014.74%208.85%201-.73%201.66.2.73%201.04-3.57%203.21-7.42%204.16-10.53-.04-1.37-1.85-2.31-4.74-4.12-6.18-3.32-2.64-6.45%201.06-8.81%202.53-1.1.68-2.56%201.68-3.96%201.43-5.1-.9-4.05-11.97-10.16-9.67-3.35%201.26-10.17%207.1-14.24%205.05-1.82-.91-2.88-2.57-3.66-4.42-.85-2.03-1.94-6.63-5.52-5.4a28.35%2028.35%200%200%200-5.2%202.48c-2.3%201.37-6.06%204.17-8.28%201.07a14.76%2014.76%200%200%201-1.64-2.99c-1.82-4.38-4.94-3.53-8.37-1.7-1.8.96-3.62%202.15-5.72%202.25-1.35.07-2.6-.81-3.69-2.12-.88-1.06-2.67-.2-2.48%201.52.46%204.24%202.5%208.15%205.7%2010.96%203.67%203.26%2022.22%208.5%2032.45%2011.22%2021.31%205.64%2050.19%209.78%2058.75%2011.12%208.7%201.36%2019.1%203.17%2024.89-5%204.93-6.94%206.36-17.93%205.53-26.2ZM22.77%2029.82c-.4.68-.65%201.46-1.3%201.96-.7.54-1.71-.1-1.76-.9-.06-1.03.78-1.94%201.64-2.35.4-.2.84-.23%201.2.1a1%201%200%200%201%20.22%201.19Zm5.68%204.27c-.23.43-.62.61-1%20.86-.54.33-1.48.12-1.62-.58-.08-.44-.32-.84-.19-1.3l.35-1.14c.23-.69.54-1.59%201.23-1.93.49-.23%201.15-.22%201.45.32.41.75.28%201.64.14%202.47-.05.44-.18.88-.36%201.29Zm67.58%206.61c-5.29-.67-5.93-6.46-4.08-10.51.5-1.08%201.92-.36%201.8.65-.16%201.57-.49%203.54.01%205.07a2.9%202.9%200%200%200%204.32%201.55c2.07-1.36%202.72-3.42%203.57-5.66.46-1.24%202.09-.36%201.99.72-.34%203.92-2.83%208.79-7.6%208.18h-.01Zm24.2%206.86c-6.14-.77-6.74-7.43-4.73-12.15.46-1.06%201.94-.36%201.8.66-.25%201.9-.66%204.27-.05%206.14.59%201.82%202.79%203.17%204.67%202.4%203.05-1.24%204-4.12%205.01-7%20.46-1.3%202.25-.93%202.1.46-.5%204.46-3.26%2010.2-8.8%209.5Z%22%20fill%3D%22%23000%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%22.31%22%20y%3D%2210.28%22%20width%3D%22187.56%22%20height%3D%22126.32%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_261_2630%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_261_2630%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 575.98px) {
  .section__title.crocodile h2:after, .section__title.crocodile .h2:after {
    width: 140px;
    height: 103px;
    top: 30px;
    background-size: 140px 103px;
  }
}
@media (min-width: 576px) {
  .section__title.crocodile h2:after, .section__title.crocodile .h2:after {
    top: -20px;
    width: 188px;
    height: 137px;
  }
}
@media (max-width: 575.98px) {
  .section__title.bat h2, .section__title.bat .h2 {
    padding-right: 130px;
  }
}
@media (min-width: 576px) {
  .section__title.bat h2, .section__title.bat .h2 {
    padding-right: 203px;
  }
}
.section__title.bat h2:after, .section__title.bat .h2:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22163%22%20height%3D%22180%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M105.98%20104.29c9.19-11.06%208.2-26.9-3.15-35.9a47.53%2047.53%200%200%200-18.61-8.94%2010.84%2010.84%200%200%201%201.92-3.74c2.62-3.1%208.5-3.14%2012.2-3.75.48-.08.92-.58%201.04-1.04l.07-.3c.22-.83-.26-1.56-1.04-1.84-1.42-.5-2.83-.97-4.2-1.53%202.6-.8%205.25-1.45%207.8-2.46%201.21-.48%201.51-2.4%200-2.78-1.52-.37-3.08-.64-4.56-1.05%204.62-1.11%209.24-2.81%2012.61-6.1.9-.87.24-2.49-1.01-2.46-6.37.14-13.36-.1-19.63%201.05-3.93.73-5.09%204.94-5.8%208.3-1.15%205.32-1.8%2011.33-3.08%2017.05l-.5-.07A59.64%2059.64%200%200%200%2055.3%2061.1a13.2%2013.2%200%200%201-.17-1.53c-.2-4.16%205.46-7.94%208.17-10.41a1.48%201.48%200%200%200%20.39-1.46l-.1-.28a1.53%201.53%200%200%200-1.84-1.05c-1.5.37-2.96.74-4.43%201.03%201.79-2.18%203.73-4.23%205.37-6.55.72-1-.47-2.53-1.62-2.1-1.52.55-2.97%201.16-4.46%201.63%203.24-3.44%206.18-7.37%207.21-11.93.26-1.15-1-2.4-2.11-1.63-3.07%202.1-6%204.4-9.02%206.58-2.36%201.71-4.97%203.13-7.04%205.23-2.71%202.75-1.4%206.78-.2%209.9%201.74%204.55%203.67%209.02%205.42%2013.56l.23.6A25.19%2025.19%200%200%200%2036%2084.61c-.52%208.3%201.76%2017.28%208.15%2022.41a40.68%2040.68%200%200%200%2017.24%208.08c19.56%203.9%2033.53-.34%2041.8-7.88%202.4%201.4%201.86%205.55.97%207.64-1.97%204.61-7.84%206.09-12.34%206.11-5.75.03-11.65%201.2-10.43%208.25.13.74%201.13.46%201.2-.17.82-6.86%208.98-4.14%2013.93-4.86%204.95-.71%209.46-3.82%2011.54-8.35%201.63-3.6%201.32-9-2.06-11.55Zm-45.1-6.22c-2%203.4-5.1%204.78-8.2%204.6-4.81-.28-8.69-3.58-10.23-8.61-2.33-7.63%201.67-21.37%209.77-21.7%202.92-.12%205.98%201.7%208.52%205.93%203.53%205.86%203.6%2013.93.14%2019.78Zm33.99%201.2c-6.42%207.33-14.04%208.34-19.68%205.74-7.05-3.23-9.7-11.42-5.77-21.18%204.64-11.48%2019.02-17.6%2026.66-10.52%207.45%206.9%204.56%2019.35-1.21%2025.96Z%22%20fill%3D%22%23000%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%2225.92%22%20y%3D%2216.57%22%20width%3D%22136.27%22%20height%3D%22163.09%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_261_2634%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_261_2634%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 575.98px) {
  .section__title.bat h2:after, .section__title.bat .h2:after {
    width: 123px;
    height: 136px;
    top: -40px;
    background-size: 123px 136px;
  }
}
@media (min-width: 576px) {
  .section__title.bat h2:after, .section__title.bat .h2:after {
    top: -60px;
    width: 163px;
    height: 180px;
  }
}
.section__title.love:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22156%22%20height%3D%22171%22%20viewBox%3D%220%200%20156%20171%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%20fill%3D%22%23050505%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M58.77%2036.93c-2.54-.6-3.77%202.43-5.3%206.21l-.23.55c-1.07%203.13-7.48%2014.71-3.91%2016.16%202.84%201.15%204.9-2.85%205.96-4.97.03-.08.13-.19.16-.27a64.9%2064.9%200%200%200%202.9-6.07l.26-.63c1.09-2.68%202.2-5.42%202.31-8.35-.07-.56-.46-2.24-2.15-2.63Zm38.66%2053.53c-5.84%203.11-11.24.1-16.99-1.38a.1.1%200%200%200-.14.11l.05.06c4.69%203.93%2012.48%206.38%2017.25%201.43.09-.1-.05-.28-.17-.22ZM42.8%2012.35c2.33.26%204.71%201.36%207.03%201.87a.13.13%200%200%200%20.14-.08.13.13%200%200%200-.04-.15c-2.62-1.68-4.98-3.26-8.23-3.27-2.95-.01-4.95%202.42-6.25%204.81-.03.07.05.12.1.08%202.33-1.83%204-3.63%207.25-3.26Z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M62.65%2079.55c8.53%203.42%2016.47%206.63%2020.64%208.44%2011.22%204.85%2017.24%201.6%2021.75-9.94%202.32-5.92%204.62-12.14%206.81-17.82%204.45-11.56%206.48-14.9-5.19-19.94-5.88-2.53-52.09-22.29-55.38-23.54-12.37-4.71-13.55-3.05-18.39%207.85-1.48%203.34-9.22%2021.92-10%2024.3-3.33%2010.2-3.81%2012.05%206.58%2017.25.59.3%202.8%201.22%206%202.52A16.5%2016.5%200%200%201%2044.45%2066c.2%200%20.22.3.05.37a49.7%2049.7%200%200%200-7.56%203.47c-4.98%202.96-12.26%2010.14-7.07%2018.64%202.48%204.07%209.06%206.16%2012.84%208.68%202.82%201.88%205.2%204.15%206.68%207.23%201.57%203.27.82%206.64-.42%209.83-2.28%205.94-3.78%208.52%203.2%202.45%205.59-4.87%2011-12.78%206.24-19.55-3.05-4.34-14.26-8.9-9.75-15.17%203.75-5.2%209.35-4.26%2013.99-2.4Zm29.84-2.08c-.2.36-.89%201.94-1.07%202.26-.52.57-1.73.18-2.36-.07-1.13-.46-.49-2.16-.16-2.96.4-1%20.8-1.73%201.88-1.28.76.3%202.18.88%201.75%201.93l-.04.12Zm3.27-18.77%202.4-5.89c.15-.38.95-1.86%201.1-2.14.48-.93.78-.96%201.82-.5.41.23.82.48%201.2.74.94.58-.15%201.7-.17%202.48l-1.09%202.69c-2%204.95-4.1%209.97-6.23%2014.87-.52%201.16-1.13%202.18-1.69%203.32a1%201%200%200%201-.66.08l-1.76-.72c-.3-.12-.11-.92-.12-1.03%201.3-4.78%203.34-9.33%205.2-13.9ZM85.8%2045.8l.77-1.06c.26-.28.93-.01%201.18.1l1.76.7c1.64.67%203.18%201.44%204.77%202.09.46.18.9.21%201.35.4.13.05%201.25.65%201.18.82l-1.37%203.37-.2.01a53%2053%200%200%200-2.27-1.12c-.66-.31-3.83-1.5-4.46-1.76l-1.85%204.57c-.1.26-.17.52-.22.8l.01.2c1.43.91%203.11%201.35%204.62%202.06.36.2.58.63.44.96l-.8%201.98c-.22.54-1.45.34-1.83.18l-3.9-1.58s-.38.72-.52%201.06c-.61%201.51-4.2%2010.72-4.65%2011.57l.71.29c1.93.78%203.19%201.3%205.22%201.92l.71.29.04.16-1.35%203.32c-.08.2-2.95-1.25-3.6-1.37l-4.27-1.73c-2.13-.87-1.1-2.2-.92-3.75%201.74-5.11%203.57-9.16%205.46-14.17l1.07-2.65c.04-.08.1-.5.14-.58.84-1.95%201.5-3.94%202.3-5.91l.48-1.17Zm-16.67-8.54c.56-.66%201.75-.22%202.38.03.54.22.8%201.02.77%201.59-.17%201.5-.83%203.23-1.13%204.69-.05.37.03.65-.05.96-.32%201.28-.65%202.57-.92%203.83a6.2%206.2%200%200%200-.11%201.13c-.18%201.05-.57%202.12-.75%203.17-.3%201.83-1.3%205.93-1.65%207.79-.04.27-.1.54-.18.8-.08.3-.14.6-.18.92.18-.08%202.7-4.63%202.96-5.02%201.7-2.74%203.53-5.32%205.29-7.98.41-.66.98-1.21%201.38-1.83%201.12-1.7%202.82-4.68%204.49-5.91.23-.2.44-.12.73%200l.3.12c.44.34.87.7%201.26%201.1.29.36.13.74-.02%201.12-.11.33-.29.64-.51.92l-4.55%206.27c-.6%201.13-1.42%202.06-2.13%203.1-.3.37-2.12%203.06-2.4%203.38-.22.35-.48.67-.78.96l-5.5%208.72c-.01.04-.77.96-1.05%201.29-.17.17-.4.48-.65.52l-.42-.17c-1.34-.55-1.9-.97-1.88-2.48.34-3%20.87-6.35%201.06-9.45l1.23-6.5c.08-1.53.74-2.93.71-4.4.14-.59.79-3.26.88-3.86.28-1.16.63-2.87%201.1-4l.32-.81Zm-27.3%2019.93c-.18.32-.58.84-.6.89-.56%201.14-2.19.33-3.05.07-.09-.03-1.13-.35-1.44-.43l-.17-.07c-.5-.2-2.17-.88-2.49-1.55-.13-.4-.45-.92-.28-1.34.07-.2.18-.39.32-.55.43-1.3%202.54-7.58%203.07-8.88l2.44-6c.2-.3.35-.61.47-.94.46-1.13.82-2.26%201.29-3.4a60.26%2060.26%200%200%201%203.85-8.17c.15-.08.32-.13.5-.14.08.03.39.1.47.14l.25.1c.59.24%201.43.58%201.4%201.25-.7%202.42-1.7%204.8-2.66%207.15l-1.22%202.88c-.2.28-.35.6-.47.93-.15.33-.26.68-.33%201.04l-5.6%2014.06c1.12.46%202.35.57%203.52%201.04a1.35%201.35%200%200%201%20.89%201.29c0%20.19-.05.37-.12.54l-.04.1Zm16.33.38c-2.38%203.7-5.46%207.67-10.31%205.7-1.72-.7-3.5-2.54-3.63-4.5-.07-1.65.43-3.6.94-5.1.29-.81%201.98-5.12%202.37-6.08l.31-.76%202.24-5.64c.07-.17.65-1.36.86-1.76%203.32-6.72%206.65-6.89%209.66-5.67a8.18%208.18%200%200%201%203.44%202.97l.53%202.17c-.3.86-.14%202.05-.23%202.99-.57%202.52-1.31%205-2.23%207.4l-2.93%206.4a6.7%206.7%200%200%200-1.03%201.87v.01Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%2210.77%22%20y%3D%22.72%22%20width%3D%22154.59%22%20height%3D%22169.42%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_261_2273%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_261_2273%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  top: -20px;
  width: 104px;
  height: 114px;
  background-size: contain;
}
@media (max-width: 575.98px) {
  .section__title.love:after {
    top: -5px;
    width: 64px;
    height: 68px;
  }
}
.section__title.flash:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22131%22%20height%3D%22103%22%20viewBox%3D%220%200%20131%20103%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M75.18%2010.44c-16.59-1.52-34.46%204.38-47.66%2014.5-5.04%203.86-4.1%205.37%201.64%203.17%201.08-.42%202.17-.8%203.27-1.12%204.37-1.28%204.81-.58%201.14%201.79-7.6%204.9-14.8%2010.7-20%2017.75-4.94%206.66-4.5%208.65%201.8%203.54%2012.05-9.75%2028.1-17.93%2042.71-23.44%205.55-2.1%204.85-3.13-1.13-3.93-4.5-.6-3.8-2.07.95-3.58a187.8%20187.8%200%200%201%2016.22-4.39c7.39-1.61%208.38-3.62%201.06-4.3Z%22%20fill%3D%22%23050505%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%22.21%22%20y%3D%22.2%22%20width%3D%22129.97%22%20height%3D%22102.75%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_261_2001%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_261_2001%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 575.98px) {
  .section__title.flash:after {
    top: 0;
    width: 131px;
    height: 103px;
  }
}
@media (min-width: 576px) {
  .section__title.flash:after {
    top: 0;
    width: 131px;
    height: 103px;
  }
}
.section__title.idea:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22165%22%20height%3D%22192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%20fill%3D%22%23000%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M76.97%2042.97c.02.38.06.76.13%201.14.08.33.13.67.14%201.01.27%202.34.34%204.62.53%206.9-.04.6.17%202.78.46%205.4%201.36-.38%202.72-.75%204-1.15.6-.19%201.03-.5%201.61-.69l.06-.02a283.2%20283.2%200%200%201-4.82-8.9c-.28-.51-1.9-3.58-2.1-3.7Zm-41.23%2057.19c-2.56.09-4.85.86-7.37%201.14-3.92.43-5.8-2.48-8.81-4.14a.08.08%200%200%200-.11.1%209.43%209.43%200%200%200%207.38%205.87c3.25.5%206.29-1.2%209.02-2.62.17-.1.07-.36-.11-.36Zm51.94-87.45a.1.1%200%200%200%20.06.19c3.44-.39%206.93-.72%2010.16.82%203.45%201.65%205.36%205.6%206.63%209%20.04.13.26.15.29%200%20.93-9.4-9.27-15.1-17.14-10ZM34.57%2050l-.43.13c-.05.02-.05.2-.04.25l.04.1c.1.33%201.43%203.8%201.55%204.17l1.7%205.36c.1.32%201.23%203.2%201.34%203.52%201.75%204.8%203.23%209.7%205.04%2014.48l.1-.03c.65-.2%201.23-.98%201.58-1.56%201.73-2.96%201.49-5%201.17-8.26%200-.17-.07-.39-.07-.57a24.45%2024.45%200%200%200-1.05-4.85C44.09%2058.3%2040.63%2048.08%2034.57%2050Z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M84.35%2016.38c-19.6%204.9-60.78%2019.04-62.32%2019.49-11.68%203.37-13.38%209.67-10.56%2022.71%201.9%208.82%203.75%2017.79%206.38%2026.42%204.18%2013.73%2010.91%2014.8%2022.23%2011%203.73-.71%2012.58-3.16%2022.31-5.96.85-2.8%201.88-5.56%203.09-8.24.05-.12.28-.08.27.07-.28%203.69-4.43%2023.58-5.66%2029.8-.9%204.5-.45%205.34%203.24%203.54%201.41-.69%202.84-1.35%204.27-2.02%203.65-1.7%203.54.19%202.98%203.85-.91%206-1.83%2012.02-2.5%2018.06-.59%205.31-1.19%209.4%203.07%201.72%207.4-13.33%2014.86-26.63%2022.36-39.92%202.98-5.29%201.33-5.37-2.48-3.95-1.85.69-3.7%201.4-5.54%202.1-2.9%201.1-3.34.07-1.94-3.43%201.17-2.91%205.75-13.34%207.09-15.6a.24.24%200%200%201%20.4%200c.03.05.04.1.04.16a48.72%2048.72%200%200%201-1.37%205.88c3.38-1%206.1-1.79%207.74-2.24%2015.6-4.3%2017.72-8.93%2016.92-18.91-.65-8.16-9.34-30.95-10.56-34.6-3.47-10.44-8.35-12.7-19.46-9.93ZM35.58%2081.76c.12.38.6%202.06.66%202.45a1.4%201.4%200%200%201-.58.6l-2.5.79c-.86.27-1.27-1.02-1.5-1.77l-.09-.27c-.17-.53-1.07-3.01-1.24-3.55l-7.69-24.37a69.6%2069.6%200%200%201-.89-3.19c-.07-.21-.31-1.72-.37-2.12l-.04-.1c-.06-.4-.12-.97.15-1.23l.57-.24c.16-.05.55-.12.6-.13.17-.05%201.07-.16%201.4-.27.94%200%201.11%201.66%201.32%202.12.35.95.82%201.86%201.12%202.82l.04.11c.03.1.13.79.16.9l.02.04c.05.17.34.72.37.83l4.08%2012.9c.35%201.48.55%202.13.97%203.46%201.07%203.38%202.35%206.68%203.41%2010.05l.03.17ZM51.22%2068c.72%205.08-1.17%2012.73-6.8%2014.5-.75.24-3.32.7-3.74-.46l-3.61-9.58-.58-1.82c-2.34-6.5-4.96-12.91-7.06-19.55l-.54-1.72c.01-.11.02-.23%200-.35-.02-.2-.03-.4%200-.59.01-.89%203.49-2.4%204.13-2.6%208.57-2.7%2013.92%205.26%2016.18%2012.44A53.9%2053.9%200%200%201%2051.22%2068Zm11.25-25.8-.19.18a62%2062%200%200%200-3.06.74c-.88.21-4.86%201.6-5.67%201.84l1.85%205.84c.11.32.25.63.4.93.05.07.11.13.18.18%202.1-.25%204.06-1.16%206.07-1.68.5-.1%201.05.14%201.18.57l.8%202.52c.22.7-1.13%201.47-1.61%201.62l-4.99%201.58s.2%201%20.34%201.42c.6%201.93%204.45%2013.55%204.7%2014.71l.91-.29c2.47-.78%204.07-1.28%206.52-2.3l.92-.28.15.13%201.34%204.23c.08.27-3.82%201.14-4.53%201.55L62.3%2077.4c-2.73.86-2.8-1.23-3.85-2.85-2.39-6.25-3.83-11.56-5.99-17.83l-1.06-3.37c-.04-.11-.3-.56-.33-.67-.74-2.53-1.68-4.94-2.47-7.46l-.48-1.5-.1-1.61c.03-.48.89-.75%201.21-.86l2.25-.7c2.1-.67%204.18-1.15%206.23-1.8.59-.18%201.02-.5%201.61-.68.16-.05%201.71-.37%201.78-.15l1.36%204.28Zm32.02%2023.62c-.52.45-1.08.86-1.67%201.23l-.59.19c-.38.12-.64.2-.9-.07-1.1-1.01-2.95-3.9-4.88-7.23-.77.18-2.36.56-2.74.68-.71.17-3.47%201.16-4.86%201.6.47%203.73.88%207.26.93%208.36%200%20.7-.42%201.66-1.11%201.88-.8.26-2.54.75-3.16-.12l-.32-1.02c-2.95-28.56-3.27-32.77-3.4-36.5.12-1.86%201.07-2.4%202.79-2.94l.75-.23c.32.07.56.47.75.7a54.9%2054.9%200%200%201%201.19%201.7c6.86%2012.37%208.46%2015.57%209.42%2016.98.78%201.34%201.7%202.58%202.34%204.03l5%208.2c.26.35.44.75.55%201.18.16.47.31.96-.09%201.38Zm-3.72-24.9-2.37-7.5c-.15-.49-.57-2.53-.63-2.92-.28-1.27%200-1.53%201.35-1.9.58-.12%201.16-.2%201.75-.26%201.35-.2%201.2%201.74%201.78%202.5l1.09%203.43c2%206.31%203.97%2012.76%205.8%2019.13.42%201.51.64%202.97%201.01%204.5-.11.26-.32.48-.58.6l-2.25.7c-.37.13-.84-.78-.93-.88-2.54-5.6-4.18-11.55-6.02-17.39Zm11.71%2020.5c.1.5.69%202.55.77%203-.05.96-1.52%201.54-2.32%201.8-1.45.45-2.18-1.68-2.5-2.7-.4-1.28-.6-2.28.8-2.72.96-.3%202.78-.88%203.2.47l.05.15Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%22.28%22%20y%3D%22.8%22%20width%3D%22164.24%22%20height%3D%22190.25%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_261_2467%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_261_2467%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 90px;
  height: 105px;
  top: -30px;
  background-size: 90px 105px;
}
@media (max-width: 575.98px) {
  .section__title.idea:after {
    top: -5px;
    width: 64px;
    height: 68px;
    background-size: contain;
  }
}
.section__title.what:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22206%22%20height%3D%22175%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%20fill%3D%22%23050505%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M134.24%2059.48c5.04-4.28%2014.96-14.85%2014.07-14.61-14.92%204.01-21.69%206.35-32.1%2010.64-.37-2.91-1.67-9.39-2.33-9.17a50.24%2050.24%200%200%200-8.29%203.5c-7.4-18.26-19.23-41.1-19.7-39.79-6.19%2016.9-7.63%2022.27-12.27%2033.17-6.47-4.66-22.7-12.12-22.67-11.04.1%203.57%207.2%2013.18%207.6%2016.7-14.03-2.26-34.3-13.37-48.54-14.2-.8-.05%2032.14%2026.77%2038.87%2031.1-4.56%203.45-12.6%2013.95-11.47%2013.95%205.42.02%2021.42.45%2023.97.38-.84%201.9-4.9%2024.13-3.98%2023.6%206.14-3.4%2012.55-6.73%2018.65-10.38.62%205.15%206.46%2032.47%206.82%2031.65%205.82-13.29%209.38-15.96%2012.74-24.62%202.38%204.22%209.82%2012%2010.02%2011.34a107.08%20107.08%200%200%200%204.46-22.36c4.53%201.31%2043.27%2013.18%2042.78%2012.22-4.52-8.64-7.14-12.72-18.07-26.25%206.81-2.65%2013.43-6.14%2020.16-8.58%201.1-.4-18.06-6.48-20.72-7.25Zm-60.91%206.18-.1.26c-.07.23-.42%201.17-.5%201.36-.25.55-.6%201.04-1.02%201.46-1.11%201.1-1.41%201.3-2.8.73-1.7-.7-1.84-2.75-1.78-4.3a66.62%2066.62%200%200%201%20.08-2.54l-.17-.06c-.71.6-1.1%201.47-1.73%202.2-.06.08-.9.83-.99.93l-.18.17c-.73.83-1.2%201.33-2.48.81-1.27-.51-1.35-1.69-.9-2.82l.15-.3%202.97-8.44c0-.1.09-.5.11-.57.2-.73.25-1.63.52-2.3.23-.57%201.6-.07%202.2.17.93.38.39.74.48%201.23-.87%202.54-3.13%207.4-3.8%209.86.06%200%203.24-3.15%204.8-5.75.2%200%20.38%200%20.57.04.22.08.97.42%201.03.61.19.72%200%201.5-.1%202.25-.1.87-.18%205.86.2%205.98.11.05%201.24-2.8%201.5-3.43l.05-.12c.22-.69%201.32-3.87%201.52-4.57.13-.71.32-1.4.58-2.09.1-.27.26-.5.48-.7.77.32%201.2.6%201.84.9.16.04.33.07.5.08v.2c-.42%201.08-.86%202.32-2.38%206.81a9.86%209.86%200%200%201-.65%201.94Zm10.28%206.04c.04.04-.2.22-.24.33-.22.52%200%201.28-.22%201.83-.03.07-.13.06-.18.04l-.05-.02c-.03.07-.02.13-.05.2-.29.7-1.26.41-1.82.22-.97-.79-.45-2.61-.06-3.57l1.45-3.79c-.55-.22-1.2-.26-1.46-.37-.46-.1-1.57-.33-1.58-.3l-1.55%203.81a.89.89%200%200%200-.2.2c-.01.05%200%20.08-.03.15-.03.08-.06.09-.09.16l-.18.32c-.77%201.28-1.18%201.92-2.9%201.22-.07-.03-.33-.24-.28-.33l.2-.76%202-4.96c.34-.84-1.6-1.07-1.1-2.32.31-.74%201.52.05%201.96-.33.63-1.56%201.16-3.13%201.79-4.69.31-.76.55-1.98%201.3-1.67a2.57%202.57%200%200%201%201.62%201.63%20321%20321%200%200%201-1.79%205.16l.15.17c.03%200%201.23.36%201.73.48.23.07.96.33%201.4.23.28.12%202.57-6.95%203.72-6.49.36.15.4.53.71.66a.5.5%200%200%200%20.18.05c.22.28.56.95.66.99a406.2%20406.2%200%200%201-3.6%208.38c-.37.83-.88%201.6-1.23%202.46-.14.31-.14.6-.27.9Zm10.37%201.39c-.07.66-.37%201.46-.4%202.15-.05.81-.07%201.67-.37%202.44a4.7%204.7%200%200%201-.74%201.26c-.11.12-1.35-.05-1.45-.08-.33-.14-.14-1.85-.02-2.16v-.02l.24-2.7a.17.17%200%200%200-.13-.16c.05.02-1.55-.12-2-.11-.36%200-1.37.08-1.44.1l-.13.06c-.18.33-.35.66-.5%201l-.12.53c-.2.48-1.1.92-1.82.63-1.27-.52-.4-1.9-.2-2.76.08-.39-.13-.7.03-1.08.11-.29.27-.39.66-.53a58.58%2058.58%200%200%201%203.7-7.32c.68-1.2%202.46-3.1%203.31-2.76.62.23%201.21.55%201.75.94.94%201.98-.14%208.25-.38%2010.57h.01Zm3.17%207.78c-.76.7-2.38.7-2.4-.6.65-2.1%201.16-3.48%201.85-5.18l.7-1.72c.68-1.67%202.34-5.49%202.14-5.6a7.55%207.55%200%200%201-3.04-.9c-.5-.28-1.33-1.26-.93-1.99a.42.42%200%200%201%20.54-.08c.05.01.09.06.14.08a.5.5%200%200%200%20.19.07c3.8.9%205.4.69%209.03%202.36.24.1%201.43%201.22%201.22%201.6-.3.55-4.02-1.23-4.55-.39l-.08.2c-.11.53-1.55%204-3.76%209.65l-1.06%202.5h.01Zm7.43%203.62c-.25.6-1.41.71-1.96.5a1.26%201.26%200%200%201-.77-1.6c.27-.62.9-1.06%201.45-.84.41.17%201.54%201.27%201.27%201.94Zm6.83-15.68c-.6%201.49-1.3%202.94-2.1%204.33l-2.97%206.32c-.28.22-.37.67-.74.74-.9.24-1.16-.3-1.78-.09l-.02.05a.17.17%200%200%201-.17.07c-.07-.11.26-1.54.3-1.71.18-.57.83-2.23.9-2.43.08-.1.98-2.1%201.33-2.83.64-1.36%202.83-6.55%203.48-6.3.14.06%201%20.61%201.06.63.28.3.52.63.71%201v.22Z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M91.95%2065.14c-1%201.35-2.76%204.73-3.41%206.34-.03.07-.06.14.04.18.9.15%202.65.3%202.8%200%20.18-.47%201.2-6.53.92-6.9l-.35.38Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22205%22%20height%3D%22175%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_1_570%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_1_570%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 575.98px) {
  .section__title.what:after {
    top: -5px;
    width: 64px;
    height: 68px;
    background-size: contain;
  }
}
@media (min-width: 576px) {
  .section__title.what:after {
    top: -50px;
    width: 206px;
    height: 175px;
  }
}
.section__title.heart:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22142%22%20height%3D%22136%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M75.9%2021.28a23.71%2023.71%200%200%200-19.4%202.86%2023.71%2023.71%200%200%200-14.73-12.92%2021.5%2021.5%200%200%200-26.99%2014.63c-4.2%2014.28%205.26%2029.72%2019.58%2053.16l4.04%206.56%206.97-3.36c24.73-11.89%2041.06-19.73%2045.27-34A21.5%2021.5%200%200%200%2075.9%2021.27Z%22%20fill%3D%22%23000%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpath%20d%3D%22M46.5%2019.28C26.5%204.78%2018%2031.78%2018%2031.78c10.5-16.5%2024-14.5%2028.5-12.5Z%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%223.78%22%20y%3D%22.29%22%20width%3D%22137.78%22%20height%3D%22135.28%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_1_51%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_1_51%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 575.98px) {
  .section__title.heart:after {
    top: -5px;
    width: 64px;
    height: 68px;
    background-size: contain;
  }
}
@media (min-width: 576px) {
  .section__title.heart:after {
    top: -10px;
    width: 95px;
    height: 91px;
    background-size: contain;
  }
}
.section__title.stars:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22134%22%20height%3D%22152%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20filter%3D%22url%28%23a%29%22%20fill%3D%22%23050505%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22m46.06%2024.97%207.88-.5c.38-2.24.78-4.46%201.17-6.69%201.07-6.02%201.53-12.94%208.11-2.07l4.83%207.97c2.33-.12%204.66-.23%206.98-.32%208.79-.38%2012.3-.09%205.1%206.94a619.66%20619.66%200%200%200-5.15%205.1c2.05%203.56%204.07%207.15%206%2010.77%204.08%207.64%203.72%2012.61-5.6%206.5-3.53-2.3-7-4.7-10.46-7.07-2.52%202.6-5.03%205.21-7.53%207.84-8.04%208.43-10.55%208.63-7.89-4.58.82-4.03%201.56-8.08%202.29-12.13-2.25-1.53-4.5-3.07-6.74-4.63-7.5-5.27-7.31-6.56%201-7.13Zm23.35%2048.35c-1.82.93-3.64%201.88-5.45%202.85a283.31%20283.31%200%200%201-3.9-3.82c-3.7-3.69-5.89-6.6-4.91%201.94.23%202.07.45%204.14.7%206.2-1.54.82-3.09%201.61-4.64%202.39-6.24%203.1-4.66%204.26.74%205.3a217%20217%200%200%201%204.43.9c.03%202.23.16%204.45.35%206.69.65%207.03%203.32%205.93%204.88%202.9%201.28-2.5%202.66-4.98%204.05-7.42l6.48%201.61c6.17%201.55%209.63.46%203.54-5.5a431.6%20431.6%200%200%200-5.02-4.83c.95-1.64%201.86-3.3%202.65-5%201.9-4.15%201.09-6.76-3.9-4.21ZM35.09%2058.2a292.7%20292.7%200%200%200-5.65-1.35c-.14-1.7-.27-3.4-.38-5.11-.3-4.93-.03-8.32-4.7-1.67l-3.4%204.83c-1.6-.38-3.2-.78-4.79-1.19-6.36-1.65-5.98.14-2.8%204.22.88%201.12%201.73%202.25%202.57%203.37a81.38%2081.38%200%200%200-3.93%204.95c-3.94%205.37-1.37%206.25%201.63%205.06%202.48-.98%205.01-1.87%207.53-2.74%201.2%201.7%202.38%203.42%203.58%205.13%203.4%204.9%206.53%206.28%205.96-1.7-.15-2.17-.35-4.34-.53-6.51%201.7-.58%203.4-1.19%205.03-1.92%203.94-1.75%205-4.09-.12-5.37Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22134%22%20height%3D%22151.02%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%2220%22%20dy%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_86_457%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_86_457%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 575.98px) {
  .section__title.stars:after {
    top: -5px;
    width: 64px;
    height: 68px;
    background-size: contain;
  }
}
@media (min-width: 576px) {
  .section__title.stars:after {
    top: -15px;
    width: 134px;
    height: 152px;
  }
}

.simple__list-grid .col-xl-6 .category__list_image {
  aspect-ratio: 680/460;
}
.simple__list-grid .col-xl-3 .category__list_image {
  aspect-ratio: 336/460;
}

.category__list_item {
  display: block;
  position: relative;
  text-decoration: none;
}
.category__list_item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 45%;
  z-index: 2;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 18.29%, rgba(13, 13, 13, 0.57) 31.84%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1200px) {
  .category__list_item:hover .category__list_image img {
    transform: scale(1.1);
  }
}
.category__list_item.list__item_collection .category__list_title {
  background-color: black;
}
.category__list_item .category__list_image {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 716/320;
}
.category__list_item .category__list_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
}
.category__list_item .category__list_title {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.category__list_item .category__list_title span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .category__list_item .category__list_title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .category__list_item .category__list_title {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    height: 35px;
  }
}
@media (min-width: 768px) {
  .category__list_item .category__list_title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    height: 60px;
  }
}
@media (max-width: 575.98px) {
  .category__list_item.list__item_medium .category__list_image {
    padding-top: 75.727%;
  }
}
@media (min-width: 576px) {
  .category__list_item.list__item_medium .category__list_image {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .category__list_item.list__item_medium .category__list_image {
    height: 460px;
  }
}

.tags__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.tags__wrap h2, .tags__wrap .h2 {
  text-align: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.tags__list {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
@media (max-width: 767.98px) {
  .tags__list {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .tags__list {
    gap: 30px;
  }
}
.tags__list::-webkit-scrollbar {
  display: none;
}
.tags__list .tags__list_item {
  padding: 7px 18px;
  color: black;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border: 2px solid #FF9900;
  border-radius: 9px;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .tags__list .tags__list_item:hover {
    color: white;
    background-color: #FF9900;
  }
}
.tags__list .tags__list_item.current {
  color: white;
  font-weight: 700;
  background-color: #FF9900;
}

.blog__list_wrap {
  margin-bottom: 80px;
}
.blog__list_wrap h2, .blog__list_wrap .h2 {
  text-align: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.blog__in h1, .blog__in .h1 {
  text-align: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.blog__in_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .blog__in_image img {
    margin: 0 0 24px;
  }
}
@media (min-width: 768px) {
  .blog__in_image img {
    margin: 0 0 40px;
  }
}

.blog__list {
  margin-bottom: 0;
  overflow: hidden;
}

.blog__list_item {
  position: relative;
}
.blog__list_item .blog__list_image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
  height: 280px;
}
@media (min-width: 768px) {
  .blog__list_item .blog__list_image {
    height: 300px;
  }
}
.blog__list_item .blog__list_image img {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
}
.blog__list_item .blog__list_image .blog__list_date {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  text-align: center;
  padding: 8px 12px;
  color: white;
  background-color: #C3291C;
}
.blog__list_item .blog__list_image .blog__list_date span {
  display: block;
  font-weight: 700;
}
.blog__list_item .blog__list_image .blog__list_date .day {
  font-size: 36px;
  line-height: 40px;
}
.blog__list_item .blog__list_image .blog__list_date .month {
  font-size: 18px;
  line-height: 30px;
}
.blog__list_item .blog__list_title {
  color: #585858;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.blog__list_item p {
  color: #777777;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 500;
  margin-bottom: 10px !important;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
.blog__list_item .blog__list_link {
  color: #777777;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 24px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M0%205.93h16.03M11.72%201l4.93%204.93-4.93%204.93%22%20stroke%3D%22%23777%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
@media (min-width: 1200px) {
  .blog__list_item .blog__list_link:hover {
    text-decoration: underline;
  }
}

.section__menu_block h3, .section__menu_block .h3 {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 24px;
}
@media (max-width: 767.98px) {
  .section__menu_block h3, .section__menu_block .h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
}
.section__menu_block h3:before, .section__menu_block .h3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 264px;
  height: 6px;
  content: "";
  background-color: black;
}

.section__menu {
  list-style: none;
}
.section__menu li {
  margin-bottom: 4px;
}
.section__menu li a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .section__menu li a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .section__menu li a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 575.98px) {
  #map {
    height: 540px;
  }
}
@media (min-width: 576px) {
  #map {
    height: 650px;
  }
}

.contact__block h2, .contact__block .h2 {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.contact__block p {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 16px 16px;
}
.contact__block p:not(:last-child) {
  margin-bottom: 12px;
}
.contact__block p a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .contact__block p a:hover {
    text-decoration: underline;
  }
}
.contact__block .address {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M215.7%20499.2C267%20435%20384%20279.4%20384%20192C384%2086%20298%200%20192%200S0%2086%200%20192c0%2087.4%20117%20243%20168.3%20307.2c12.3%2015.3%2035.1%2015.3%2047.4%200zM192%20256c-35.3%200-64-28.7-64-64s28.7-64%2064-64s64%2028.7%2064%2064s-28.7%2064-64%2064z%22%20fill%3D%22CurrentColor%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.contact__block .phone {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%20%20%3Cpath%20d%3D%22M164.9%2024.6c-7.7-18.6-28-28.5-47.4-23.2l-88%2024A40.12%2040.12%200%200%200%200%2064c0%20247.4%20200.6%20448%20448%20448%2018%200%2033.8-12.1%2038.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40a39.87%2039.87%200%200%200-46.3%2011.6L304.7%20368A337.97%20337.97%200%200%201%20144%20207.3l49.3-40.3c13.7-11.2%2018.4-30%2011.6-46.3l-40-96z%22%20fill%3D%22CurrentColor%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.contact__block .email {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%20%20%3Cpath%20d%3D%22M48%2064a48.01%2048.01%200%200%200-28.8%2086.4l217.6%20163.2c11.4%208.5%2027%208.5%2038.4%200l217.6-163.2A48.01%2048.01%200%200%200%20464%2064H48zM0%20176v208c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64V176L294.4%20339.2a63.9%2063.9%200%200%201-76.8%200L0%20176z%22%20fill%3D%22CurrentColor%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.contact__block .clock {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M256%20512C114.6%20512%200%20397.4%200%20256S114.6%200%20256%200S512%20114.6%20512%20256s-114.6%20256-256%20256zM232%20120V256c0%208%204%2015.5%2010.7%2020l96%2064c11%207.4%2025.9%204.4%2033.3-6.7s4.4-25.9-6.7-33.3L280%20243.2V120c0-13.3-10.7-24-24-24s-24%2010.7-24%2024z%22%20fill%3D%22CurrentColor%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.contact__block .warning {
  background-size: 16px 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20128%20512%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M96%2064c0-17.7-14.3-32-32-32S32%2046.3%2032%2064V320c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V64zM64%20480c22.1%200%2040-17.9%2040-40s-17.9-40-40-40s-40%2017.9-40%2040s17.9%2040%2040%2040z%22%20fill%3D%22CurrentColor%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.favorite__empty_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
}
@media (max-width: 767.98px) {
  .favorite__empty_block {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .favorite__empty_block {
    padding: 80px;
  }
}
.favorite__empty_block .icon_t_shirt {
  margin-bottom: 40px;
  height: 150px;
}
.favorite__empty_block h3, .favorite__empty_block .h3 {
  color: #AEAFB2;
}
@media (max-width: 767.98px) {
  .favorite__empty_block h3, .favorite__empty_block .h3 {
    font-size: 20px;
    line-height: 30px 500;
  }
}
@media (min-width: 768px) {
  .favorite__empty_block h3, .favorite__empty_block .h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
  }
}
@media (max-width: 767.98px) {
  .favorite__empty_block p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .favorite__empty_block p {
    font-size: 20px;
    line-height: 30px;
  }
}
.favorite__empty_block .icon__heart {
  display: inline-block;
  margin: 0 8px;
  width: 24px;
  height: 24px;
  color: #AEAFB2;
}

@media (max-width: 767.98px) {
  .registration__block {
    font-size: 12px;
    line-height: 24px;
  }
}
.registration__block h3, .registration__block .h3 {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .registration__block h3, .registration__block .h3 {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .registration__block h3, .registration__block .h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.info__block {
  text-align: center;
}
.info__block img {
  object-fit: contain;
  margin: 0 auto 24px;
}
@media (max-width: 575.98px) {
  .info__block img {
    width: 120px;
    height: 120Zpx;
  }
}
@media (min-width: 768px) {
  .info__block img {
    width: 160px;
    height: 160px;
  }
}
.info__block h5, .info__block .h5 {
  margin-top: 0 !important;
}

.header {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: white;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .header {
    padding: 10px 0;
  }
  .header [class*=col-] {
    padding: 0 14px;
  }
}
@media (max-width: 575.98px) {
  .header {
    padding: 10px 0 40px;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 11px 0;
  }
}
.header.header__scroll {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.header__logo {
  position: relative;
  color: black !important;
  transition: 0s ease-in-out;
  -webkit-transition: 0s ease-in-out;
}
.header__logo.open {
  color: white !important;
}
@media (max-width: 767.98px) {
  .header__logo {
    width: 100px;
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .header__logo {
    width: 100px;
    height: 57px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 112px;
    height: 100px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .header__search {
    margin: 26px 40px 0 0;
    width: 272px;
  }
}
@media (max-width: 575.98px) {
  .header__search {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 7px;
  }
}
.header__search input {
  width: 100%;
  height: 36px;
  color: #585858;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #F9F9F9;
  background-color: #F9F9F9;
  border-radius: 18px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 11px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2214%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%225.5%22%20r%3D%225%22%20stroke%3D%22%23404040%22%2F%3E%3Cpath%20d%3D%22m9.5%209%204.5%204.5%22%20stroke%3D%22%23404040%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 767.98px) {
  .header__search input {
    padding: 8px 40px 8px 12px;
  }
}
@media (min-width: 768px) {
  .header__search input {
    padding: 8px 40px 8px 24px;
  }
}
.header__search input::placeholder {
  opacity: 1;
  color: #C6C6C6;
}
.header__search input:-ms-input-placeholder {
  opacity: 1;
  color: #C6C6C6;
}

.header__actions {
  display: flex;
}
@media (max-width: 1199.98px) {
  .header__actions {
    margin: 32px 0 16px;
    justify-content: space-around;
  }
}
@media (max-width: 767.98px) {
  .header__actions {
    margin: 6px 0 10px;
  }
}
@media (min-width: 992px) {
  .header__actions {
    margin-top: 32px;
  }
}

.header__action {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .header__action {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    background-size: auto 70%;
  }
}
@media (min-width: 768px) {
  .header__action {
    margin-right: 24px;
    width: 24px;
    height: 24px;
  }
  .header__action:last-child {
    margin-right: 0;
  }
}
.header__action.action__login {
  background-size: auto 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2222%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M17.19%201.63h10.25a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H17.19m-7.31-18%209.56%209.56m0%200-9.57%209.56m9.57-9.56H.3%22%20stroke%3D%22%230B0B0B%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.header__action.action__logout {
  background-size: auto 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2231%22%20height%3D%2222%22%20viewBox%3D%220%200%2031%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M18.19%201.63h10.25a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H18.19m-6.31-18L2.3%2011.19m0%200%209.57%209.56M2.3%2011.19h19.13%22%20stroke%3D%22%230B0B0B%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.header__action.action__register {
  background-size: auto 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2229%22%20height%3D%2225%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%2210.8%22%20cy%3D%226.7%22%20r%3D%224.92%22%20stroke%3D%22%23101010%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cmask%20id%3D%22a%22%20fill%3D%22%23fff%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M.44%2018.59a3%203%200%200%201%203-3h13.24a3%203%200%200%201%203%203v4.88a1%201%200%200%201-1%201H1.44a1%201%200%200%201-1-1v-4.88Z%22%2F%3E%0A%20%20%3C%2Fmask%3E%0A%20%20%3Cpath%20d%3D%22M.44%2018.59a3%203%200%200%201%203-3h13.24a3%203%200%200%201%203%203v4.88a1%201%200%200%201-1%201H1.44a1%201%200%200%201-1-1v-4.88Z%22%20stroke%3D%22%23101010%22%20stroke-width%3D%224%22%20mask%3D%22url%28%23a%29%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M18.94%2012.63h9.62m-4.81-4.82v9.63%22%20stroke%3D%22%23101010%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.header__action.action__account {
  background-size: auto 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2225%22%20viewBox%3D%220%200%2020%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%2210.8%22%20cy%3D%226.7%22%20r%3D%224.92%22%20stroke%3D%22%23101010%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cmask%20id%3D%22a%22%20fill%3D%22%23fff%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M.44%2018.59a3%203%200%200%201%203-3h13.24a3%203%200%200%201%203%203v4.88a1%201%200%200%201-1%201H1.44a1%201%200%200%201-1-1v-4.88Z%22%2F%3E%0A%20%20%3C%2Fmask%3E%0A%20%20%3Cpath%20d%3D%22M.44%2018.59a3%203%200%200%201%203-3h13.24a3%203%200%200%201%203%203v4.88a1%201%200%200%201-1%201H1.44a1%201%200%200%201-1-1v-4.88Z%22%20stroke%3D%22%23101010%22%20stroke-width%3D%224%22%20mask%3D%22url%28%23a%29%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.header__action.action__favorites {
  background-size: auto 18px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2237%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M29%200c-3.48%200-6.82%201.63-9%204.21A11.94%2011.94%200%200%200%2011%200C4.84%200%200%204.88%200%2011.09c0%207.62%206.8%2013.83%2017.1%2023.27L20%2037l2.9-2.66C33.2%2024.92%2040%2018.7%2040%2011.09%2040%204.88%2035.16%200%2029%200Zm-8.8%2031.35-.2.2-.2-.2C10.28%2022.66%204%2016.92%204%2011.1c0-4.03%203-7.06%207-7.06%203.08%200%206.08%202%207.14%204.76h3.74A7.77%207.77%200%200%201%2029%204.03c4%200%207%203.03%207%207.06%200%205.83-6.28%2011.57-15.8%2020.26Z%22%20fill%3D%22%23000%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.header__action.action__cart {
  background-size: auto 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2225%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%228.63%22%20cy%3D%2222.19%22%20r%3D%221.81%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Ccircle%20cx%3D%2219.88%22%20cy%3D%2222.19%22%20r%3D%221.81%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M.19%201.38H4.4l2.8%2018h15.49%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M4.69%203.63H23.7a1%201%200%200%201%20.98%201.2l-1.74%208.13a1%201%200%200%201-.98.79H6.13%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.header__action.action__cart .header__action_count {
  position: absolute;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background-color: #C3291C;
}
@media (max-width: 767.98px) {
  .header__action.action__cart .header__action_count {
    top: -4px;
    right: -2px;
    width: 15px;
    height: 16px;
  }
}
@media (min-width: 768px) {
  .header__action.action__cart .header__action_count {
    padding: 2px 0;
    top: -7px;
    right: -6px;
    width: 20px;
    height: 20px;
  }
}

.header__trigger_menu {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0;
  color: #333333;
  border: none;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .header__trigger_menu {
    margin-right: 12px;
    width: 32px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  .header__trigger_menu {
    display: none;
  }
}
.header__trigger_menu span {
  position: absolute;
  top: 50%;
  display: block;
  background-color: black;
  font-size: 0;
  user-select: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .header__trigger_menu span {
    width: 18px;
    height: 2px;
    left: calc(50% - 9px);
  }
}
.header__trigger_menu span:before,
.header__trigger_menu span:after {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  content: "";
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .header__trigger_menu span:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@media (max-width: 991.98px) {
  .header__trigger_menu span:after {
    width: 15px;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.header__trigger_menu.open span {
  background-color: transparent !important;
}
.header__trigger_menu.open span:before, .header__trigger_menu.open span:after {
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header__trigger_menu.open span:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header__trigger_menu.open span:after {
  width: 100%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.header__menu_close {
  position: relative;
  z-index: 2;
  display: block;
  width: 75px;
  height: 100px;
  cursor: pointer;
  padding: 0;
  color: #333333;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2215%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.928711%22%20y%3D%2212.728%22%20width%3D%2218%22%20height%3D%222%22%20transform%3D%22rotate%28-45%200.928711%2012.728%29%22%20fill%3D%22white%22%2F%3E%0A%3Crect%20x%3D%222.34375%22%20y%3D%220.000244141%22%20width%3D%2218%22%20height%3D%222%22%20transform%3D%22rotate%2845%202.34375%200.000244141%29%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 991.98px) {
  .header__menu_close {
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
  .header__menu_close {
    margin-right: 32px;
  }
}

.header__menu_header ul {
  margin-left: auto;
}

.header__menu_header,
.header__menu_footer {
  flex: 0 0 auto;
}
.header__menu_header ul,
.header__menu_footer ul {
  display: flex;
  list-style: none;
}
.header__menu_header ul li:not(:last-child),
.header__menu_footer ul li:not(:last-child) {
  margin-right: 40px;
}
.header__menu_header ul li a,
.header__menu_footer ul li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .header__menu_header ul li a,
  .header__menu_footer ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .header__menu_header ul li a,
  .header__menu_footer ul li a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}

.header__menu_header {
  background-color: #1D1D1D;
}
@media (max-width: 1199.98px) {
  .header__menu_header {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .header__menu_header {
    display: flex;
    align-items: center;
    height: 120px;
    padding-right: 80px;
    padding-left: 20px;
  }
}
.header__menu_header .header__logo {
  color: white !important;
}

.header__menu_footer {
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .header__menu_footer {
    padding: 12px 20px;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .header__menu_footer {
    display: flex;
    align-items: center;
    padding: 24px 80px 24px 107px;
  }
}

.header__menu_body {
  position: relative;
  background-color: #171717;
}
@media (max-width: 1199.98px) {
  .header__menu_body {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .header__menu_body {
    display: flex;
    flex: 1 1 auto;
    overflow-y: auto;
    align-items: stretch;
  }
}
.header__menu_body .header__menu_wrap {
  height: 100%;
  background-color: #2d2d2d;
}
@media (max-width: 1199.98px) {
  .header__menu_body .header__menu_wrap {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .header__menu_body .header__menu_wrap {
    width: 50%;
  }
}

.header__menu {
  height: 100%;
  flex: 0 0 auto;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 1199.98px) {
  .header__menu.menu__hidden {
    overflow-y: hidden !important;
  }
}
.header__menu > li:nth-child(2n) {
  background-color: #3D3D3D;
}
.header__menu > li .menu__collapse_trigger, .header__menu > li .menu__collapse_back, .header__menu > li .header__submenu_back, .header__menu > li > a {
  display: block;
  width: 100%;
  border: none;
  background-color: transparentx;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}
@media (max-width: 991.98px) {
  .header__menu > li .menu__collapse_trigger, .header__menu > li .menu__collapse_back, .header__menu > li .header__submenu_back, .header__menu > li > a {
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .header__menu > li .menu__collapse_trigger, .header__menu > li .menu__collapse_back, .header__menu > li .header__submenu_back, .header__menu > li > a {
    padding: 12px 16px 12px 107px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
}
.header__menu > li .menu__collapse_trigger {
  position: relative;
  padding-right: 80px;
}
.header__menu > li .menu__collapse_trigger:before {
  position: absolute;
  top: calc(50% - 18px);
  right: 24px;
  width: 36px;
  height: 36px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2229%22%20viewBox%3D%220%200%2017%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M1.5%202%2014%2015%201.5%2027.5%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: auto 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .header__menu > li .menu__collapse_trigger.open:before {
    transform: rotate(90deg);
  }
}
.header__menu > li .menu__collapse_back, .header__menu > li .header__submenu_back {
  position: relative;
  padding: 16px 20px 16px 56px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.header__menu > li .menu__collapse_back:before, .header__menu > li .header__submenu_back:before {
  position: absolute;
  top: calc(50% - 18px);
  left: 12px;
  width: 36px;
  height: 36px;
  content: "";
  transform: rotate(180deg);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2229%22%20viewBox%3D%220%200%2017%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M1.5%202%2014%2015%201.5%2027.5%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__menu > li .header__submenu_back {
  margin: -20px 0 0 -20px;
}
@media (min-width: 1200px) {
  .header__menu > li .header__submenu_back {
    display: none;
  }
}
.header__menu > li .header__submenu {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #171717;
}
@media (max-width: 1199.98px) {
  .header__menu > li .header__submenu {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 100%;
    width: 100%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .header__menu > li .header__submenu.show, .header__menu > li .header__submenu .collapsing {
    left: 0;
  }
}

.header__submenu_trigger, .header__submenu_link {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (max-width: 1199.98px) {
  .header__submenu_trigger, .header__submenu_link {
    display: block;
    padding: 16px 80px 16px 20px;
  }
}

@media (max-width: 1199.98px) {
  .header__submenu_trigger:before {
    position: absolute;
    top: calc(50% - 18px);
    right: 24px;
    width: 36px;
    height: 36px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2229%22%20viewBox%3D%220%200%2017%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M1.5%202%2014%2015%201.5%2027.5%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

.header__submenu {
  list-style: none;
}
@media (min-width: 1200px) {
  .header__submenu {
    padding: 20px 0 36px 160px;
    display: none;
  }
  .header__submenu.show {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .header__submenu > li:nth-child(2n) {
    background-color: #3D3D3D;
  }
}
@media (min-width: 1200px) {
  .header__submenu > li {
    padding: 4px 0;
  }
  .header__submenu > li.link__back {
    display: none;
  }
}
.header__submenu > li.open .header__subsubmenu {
  display: block;
}
.header__submenu > li.open .header__submenu_trigger {
  margin-left: 24px;
}
.header__submenu > li > a {
  color: white;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.header__subsubmenu {
  position: absolute;
  z-index: 3;
  top: 0;
  list-style: none;
  overflow-y: auto;
}
@media (max-width: 1199.98px) {
  .header__subsubmenu {
    position: fixed;
    top: 100px;
    bottom: 98px;
    background-color: #171717;
    left: 200%;
    width: 100%;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .header__subsubmenu.show, .header__subsubmenu .collapsing {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .header__subsubmenu {
    display: none;
    left: 50%;
    bottom: 0;
    width: 50%;
    padding: 16px 48px;
  }
}
.header__subsubmenu > li {
  display: flex;
  margin-bottom: 12px;
}
.header__subsubmenu > li .link__big {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.header__subsubmenu > li a {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .header__subsubmenu > li a {
    padding: 4px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .header__subsubmenu > li a:hover {
    color: #C3291C;
  }
}

.header__menu_socials {
  display: flex;
}
@media (max-width: 767.98px) {
  .header__menu_socials {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .header__menu_socials {
    order: 1;
  }
}
.header__menu_socials a {
  padding: 10px;
  width: 34px;
  height: 34px;
  color: white;
  border-radius: 24px;
  text-decoration: none;
  background-color: #B4B4B4;
}
.header__menu_socials a svg {
  display: block;
  margin: 0 auto;
}
.header__menu_socials a:not(:last-child) {
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .header__menu_socials a:hover {
    background-color: #403D35;
  }
}

@media (max-width: 991.98px) {
  .header__nav {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background-color: #171717;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
  }
  .header__nav.open {
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .header__nav {
    display: block;
    margin-left: 40px;
  }
}

.header__nav-close {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  width: 48px;
  height: 48px;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .header__nav-close {
    display: block;
  }
}
.header__nav-close:hover {
  opacity: 0.7;
}
.header__nav-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 82px 24px;
  }
}

@media (max-width: 991.98px) {
  .header__nav-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header__nav-item {
    margin-right: 32px;
  }
  .header__nav-item:last-child {
    margin-right: 0;
  }
}

.header__nav-link {
  display: flex;
  align-items: center;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .header__nav-link {
    color: white;
    padding: 17.5px 0;
    width: 100%;
    justify-content: space-between;
    font-size: 24px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .header__nav-link:hover {
    color: #FF9900;
  }
}

.header__nav-arrow {
  margin-left: 8px;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .header__nav-arrow {
    transform: rotate(0deg);
    right: 6px;
    position: relative;
    width: 13px;
    height: 9px;
  }
}
@media (max-width: 991.98px) {
  .header__nav-item.header__nav-item--expanded .header__nav-arrow {
    transform: rotate(0deg);
  }
}

@media (max-width: 991.98px) {
  .header__nav-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .header__nav-item.header__nav-item--expanded .header__nav-dropdown {
    max-height: 2000px;
  }
}
@media (min-width: 992px) {
  .header__nav-dropdown {
    position: absolute;
    top: 102px;
    left: 0;
    width: 100vw;
    background-color: #171717;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 100;
    padding: 0;
  }
  .header__nav-item--has-dropdown.header__nav-item--open .header__nav-dropdown {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav-dropdown .header__nav-dropdown-header {
  display: none;
}
@media (min-width: 992px) {
  .header__nav-dropdown .header__nav-dropdown-header {
    display: flex;
    align-items: center;
    padding: 42px 32px 0px;
  }
}
.header__nav-dropdown .header__nav-dropdown-title {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 24px;
  font-weight: 700;
  color: #FF9900;
  margin: 0;
}
@media (min-width: 768px) {
  .header__nav-dropdown .header__nav-dropdown-title-bar {
    width: 4px;
    height: 32px;
    background-color: #FF9900;
    margin-right: 12px;
    flex-shrink: 0;
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .header__nav-dropdown .header__nav-dropdown-title-icon {
    width: 92px;
    height: 64px;
    margin-left: 10px;
    flex-shrink: 0;
    display: block;
    position: relative;
    bottom: -6px;
  }
}
@media (min-width: 992px) {
  .header__nav-dropdown .header__nav-dropdown-inner {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
    padding: 18px 32px;
    height: calc(100vh - 270px);
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .header__nav-dropdown .header__nav-dropdown-footer {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: end;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}
.header__nav-dropdown .header__nav-dropdown-footer-link {
  font-size: 14px;
  line-height: 20px;
  color: white;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.header__nav-dropdown .header__nav-dropdown-footer-link:hover {
  color: #FF9900;
}
.header__nav-dropdown .header__nav-dropdown-footer-link--close {
  color: #FF9900;
}

@media (max-width: 991.98px) {
  .header__nav-category {
    margin-bottom: 8px;
  }
}

@media (max-width: 991.98px) {
  .header__nav-dropdown-footer .header__nav-dropdown-footer-link {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
  }
}

.header__nav-category-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .header__nav-category-header {
    margin-bottom: 0;
    width: 100%;
    position: relative;
    padding-right: 20px;
  }
  .header__nav-category-header::after {
    content: "";
    position: absolute;
    right: 6px;
    width: 13px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
  }
}
@media (max-width: 991.98px) {
  .header__nav-category--open .header__nav-category-header::after {
    transform: rotate(180deg);
  }
}

.header__nav-category-title {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .header__nav-category-title {
    font-size: 16px;
    line-height: 16px;
  }
}

.header__nav-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header__nav-category-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .header__nav-category--open .header__nav-category-list {
    max-height: 2000px;
    margin-top: 12px;
  }
}

.header__nav-category-item {
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .header__nav-category-item {
    margin-bottom: 6px;
  }
}

.header__nav-category-link {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  padding: 4px 0;
}
@media (max-width: 1199.98px) {
  .header__nav-category-link {
    font-size: 13px;
    line-height: 14px;
  }
}
@media (min-width: 992px) {
  .header__nav-category-link:hover {
    color: white;
  }
}

.header__nav-category-icon {
  margin-right: 4px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .header__nav-category-icon {
    filter: brightness(0) invert(1);
  }
}
@media (min-width: 992px) {
  .header__nav-category-icon {
    filter: brightness(0) invert(1);
  }
}

.header__nav-category--slider {
  grid-column: 3/8;
  overflow: hidden;
}
@media (min-width: 992px) {
  .header__nav-category--slider {
    margin-right: -17px;
  }
}
.header__nav-category--slider .header__nav-category-list {
  display: none;
}
.header__nav-category--slider .header__nav-category-slider-wrapper {
  margin-top: 16px;
  position: relative;
}
@media (max-width: 991.98px) {
  .header__nav-category--slider .header__nav-category-slider-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .header__nav-category--slider.header__nav-category--open .header__nav-category-slider-wrapper {
    max-height: 2000px;
    margin-top: 16px;
  }
}
.header__nav-category--slider .header__nav-category-slider {
  overflow: visible;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .header__nav-category--slider .header__nav-category-slider {
    padding-bottom: 0;
  }
}
.header__nav-category--slider .header__nav-category-slider .swiper-button-prev,
.header__nav-category--slider .header__nav-category-slider .swiper-button-next {
  top: auto;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .header__nav-category--slider .header__nav-category-slider .swiper-button-prev,
  .header__nav-category--slider .header__nav-category-slider .swiper-button-next {
    display: none;
  }
}
.header__nav-category--slider .header__nav-category-slider .swiper-button-prev {
  left: 0;
}
.header__nav-category--slider .header__nav-category-slider .swiper-button-next {
  left: 48px;
}
.header__nav-category--slider .swiper-slide {
  width: 240px;
}
@media (max-width: 991.98px) {
  .header__nav-category--slider .swiper-slide {
    width: 120px;
  }
}
.header__nav-category--slider .header__nav-category-slide {
  display: flex;
  flex-direction: column;
}
.header__nav-category--slider .header__nav-category-slide-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  margin-bottom: 12px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.header__nav-category--slider .header__nav-category-slide-title {
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .header__nav-category--slider .header__nav-category-slide-title {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .header__nav-dropdown-footer {
    padding: 20px 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 991.98px) {
  .header__nav-dropdown-footer {
    color: white;
    padding: 23px 23px 0;
  }
}

@media (min-width: 992px) {
  .header__nav-dropdown-footer-link {
    font-size: 14px;
    line-height: 18px;
    color: white;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
  }
  .header__nav-dropdown-footer-link:hover {
    color: #FF9900;
  }
}

@media (max-width: 991.98px) {
  .header__nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .header__nav-overlay.open {
    opacity: 1;
    visibility: visible;
  }
}

.footer {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
}
.footer .footer__top {
  color: white;
  background-color: black;
  margin-bottom: 85px;
}
.footer .footer__top .container-xxl, .footer .footer__top .container-sm, .footer .footer__top .container-md, .footer .footer__top .container-lg, .footer .footer__top .container-xl, .footer .footer__top .container-xxl {
  max-width: 885px;
}
@media (max-width: 991.98px) {
  .footer .footer__top {
    padding: 24px 0;
  }
}
@media (min-width: 768px) {
  .footer .footer__top {
    padding: 32px 0;
  }
}
@media (min-width: 1200px) {
  .footer .footer__top {
    padding: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .footer .footer__middle {
    padding: 32px 0;
  }
}
@media (min-width: 768px) {
  .footer .footer__middle {
    padding: 48px 0;
  }
}
@media (min-width: 1200px) {
  .footer .footer__middle {
    padding: 64px 0;
  }
}
.footer .footer__bottom {
  padding: 16px 0;
  background-color: #333333;
}

.footer__subscribe p {
  text-align: center;
  color: white;
  margin-bottom: 33px;
  font-size: 20px;
  line-height: 136%;
  font-weight: 600;
  font-size: 20px;
  line-height: 136%;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .footer__subscribe p {
    font-size: 14px;
    line-height: 136%;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
.footer__subscribe .button {
  border-radius: 0;
}

.footer__subscribe_form {
  display: flex;
}
@media (max-width: 575.98px) {
  .footer__subscribe_form {
    flex-direction: column;
    align-items: center;
  }
}
.footer__subscribe_form input {
  flex: 1 1 auto;
  border: none;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 20px;
  background-color: white;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  background-color: white;
}
@media (max-width: 575.98px) {
  .footer__subscribe_form input {
    width: 100%;
    padding: 8px 13px;
    border-radius: 8px;
  }
}
.footer__subscribe_form .button {
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .footer__subscribe_form .button {
    margin-top: 24px;
    min-width: 200px;
    margin-top: 12px;
  }
}
@media (min-width: 576px) {
  .footer__subscribe_form .button {
    margin-left: 24px;
  }
}

.footer__data_block {
  margin-bottom: 32px;
}
.footer__data_block h6, .footer__data_block .h6 {
  margin-bottom: 12px;
  color: #403D35;
}
.footer__data_block p:not(:last-child) {
  margin-bottom: 4px;
}
.footer__data_block p a {
  color: inherit;
  text-decoration: none;
}

.footer__logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
  width: 140px;
  height: auto;
  color: black !important;
}
.footer__logo img {
  display: block;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .footer__text {
    margin-bottom: 24px;
  }
}

.footer__socials {
  display: flex;
}
@media (max-width: 991.98px) {
  .footer__socials {
    margin-bottom: 24px;
  }
}
.footer__socials a {
  padding: 10px;
  width: 34px;
  height: 34px;
  color: white;
  border-radius: 24px;
  text-decoration: none;
  background-color: #B4B4B4;
}
.footer__socials a svg {
  display: block;
  margin: 0 auto;
}
.footer__socials a:not(:last-child) {
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .footer__socials a:hover {
    background-color: #403D35;
  }
}

.footer__menu {
  list-style: none;
}
.footer__menu li:not(:last-child) {
  margin-bottom: 12px;
}
.footer__menu a {
  color: #403D35;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .footer__menu a:hover {
    text-decoration: underline;
  }
}

.copy {
  color: #777777;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.copy a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .copy a:hover {
    text-decoration: underline;
  }
}

.footer__cards {
  display: block;
  margin-bottom: -4px;
}
@media (max-width: 1199.98px) {
  .footer__cards {
    margin: 0 auto -4px;
  }
}
@media (max-width: 575.98px) {
  .footer__cards {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .footer__cards {
    height: 45px;
    width: auto;
  }
}

.footer__info_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
}
.footer__info_item {
  text-align: center;
  padding: 0 12px;
}
@media (max-width: 767.98px) {
  .footer__info_item {
    margin-bottom: 20px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer__info_item {
    width: 33.3333%;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .footer__info_item {
    max-width: 20%;
  }
}
.footer__info_item .info__item_icon {
  margin-bottom: 12px;
}
.footer__info_item .info__item_icon .svg__icon {
  display: block;
  margin: 0 auto;
  width: 96px;
  height: 66px;
}
@media (max-width: 575.98px) {
  .footer__info_item .info__item_icon .svg__icon {
    width: 64px;
    height: 49px;
  }
}
.footer__info_item .info__item_title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3px;
}
@media (max-width: 575.98px) {
  .footer__info_item .info__item_title {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
  }
}
.footer__info_item .info__item_text {
  color: #AFAFAF;
  max-width: 170px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .footer__info_item .info__item_text {
    line-height: 11px;
    font-weight: 600;
    margin: 5px auto 0;
  }
}

@media (max-width: 575.98px) {
  .account__block {
    margin-bottom: 64px;
  }
}
@media (min-width: 576px) {
  .account__block {
    margin-bottom: 104px;
  }
}

.account__image {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .account__image {
    max-width: 194px;
    height: 216px;
  }
}
@media (min-width: 576px) {
  .account__image {
    max-width: 300px;
    height: 336px;
  }
}

@media (min-width: 768px) {
  .account__info {
    margin-top: 64px;
  }
}
.account__info h3, .account__info .h3 {
  text-transform: uppercase;
}

.account__info_item {
  display: flex;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}
.account__info_item span {
  font-weight: bold;
  margin-right: 8px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .change__password {
    margin-top: 64px;
  }
}
.change__password h3, .change__password .h3 {
  text-transform: uppercase;
}

.orders__list h3, .orders__list .h3 {
  text-transform: uppercase;
}

.account__loyalty p {
  color: #FF9900;
  margin-bottom: 32px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.alert {
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .alert {
    padding: 18px;
  }
}
@media (min-width: 576px) {
  .alert {
    padding: 18px 32px;
  }
}
.alert.alert-primary {
  --bs-alert-color: white;
  --bs-alert-bg: #4584FF;
  --bs-alert-border-color: #4584FF;
}
.alert.alert-secondary {
  --bs-alert-color: white;
  --bs-alert-bg: #B4B4B4;
  --bs-alert-border-color: #B4B4B4;
}
.alert.alert-success {
  --bs-alert-color: white;
  --bs-alert-bg: #21A700;
  --bs-alert-border-color: #21A700;
}
.alert.alert-danger {
  --bs-alert-color: white;
  --bs-alert-bg: #D50101;
  --bs-alert-border-color: #D50101;
}
.alert.alert-warning {
  --bs-alert-color: white;
  --bs-alert-bg: #FF7A00;
  --bs-alert-border-color: #FF7A00;
}
.alert.alert-info {
  --bs-alert-color: white;
  --bs-alert-bg: #4584FF;
  --bs-alert-border-color: #4584FF;
}
.alert.alert-light {
  --bs-alert-color: black;
  --bs-alert-bg: #FFFFFF;
  --bs-alert-border-color: #D6D6D6;
}
.alert.alert-dark {
  --bs-alert-color: white;
  --bs-alert-bg: #000000;
  --bs-alert-border-color: #000000;
}
.alert .alert__icon {
  margin: -10px 10px -10px 0;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}

.announcement__section {
  padding: 8px 0;
  background-color: #FF9900;
}

.announcement__block {
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .breadcrumbs__block {
    padding: 16px 0;
    margin-bottom: 24px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
  }
}
@media (min-width: 576px) {
  .breadcrumbs__block {
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
.breadcrumbs__block .breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 575.98px) {
  .breadcrumbs__block .breadcrumb {
    justify-content: center;
  }
}
.breadcrumbs__block .breadcrumb-item {
  display: flex;
  align-items: center;
  color: black;
}
.breadcrumbs__block .breadcrumb-item:not(:first-child):before {
  position: relative;
  margin: 0 8px;
  content: ">";
}
.breadcrumbs__block .breadcrumb-item a {
  color: black;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .breadcrumbs__block .breadcrumb-item a:hover {
    text-decoration: underline;
  }
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none !important;
  box-sizing: border-box;
  border-radius: 9px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  white-space: nowrap;
  font-weight: 600;
  background-color: transparent;
}
.button svg, .button img {
  display: block;
}
.button:active, .button:focus {
  border-color: transparent;
}
.button.button__large {
  border-radius: 30px;
}
@media (max-width: 575.98px) {
  .button.button__large {
    padding: 6px;
    font-size: 16px;
    line-height: 150%;
  }
}
@media (min-width: 576px) {
  .button.button__large {
    padding: 10px 38px;
    font-size: 20px;
    line-height: 150%;
  }
}
@media (max-width: 575.98px) {
  .button.button__medium {
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 576px) {
  .button.button__medium {
    padding: 10px 22px;
    font-size: 16px;
    line-height: 24px;
  }
}
.button.button__smallest {
  min-width: auto;
  padding: 4px 5px 4px 4px;
  border-radius: 3px;
}
.button.button__smallest .svg__icon {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}
.button.button__small {
  min-width: auto;
  padding: 3px 7px;
  border-radius: 3px;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.button.button__block {
  width: 100%;
}
.button:disabled, .button[disabled=""], .button[disabled=disabled] {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}
.button.button__red {
  color: white;
  border-radius: 0;
  background-color: #C3291C;
}
@media (min-width: 1200px) {
  .button.button__red:hover {
    background-color: rgb(150.4035874439, 31.6233183857, 21.5964125561);
  }
}
.button.button__orange {
  color: white;
  background-color: #FF9900;
}
@media (min-width: 1200px) {
  .button.button__orange:hover {
    background-color: rgb(204, 122.4, 0);
  }
}
.button.button__orange_border {
  color: black;
  border: 2px solid #FF9900;
}
@media (min-width: 1200px) {
  .button.button__orange_border:hover {
    color: white;
    background-color: #FF9900;
  }
}
.button.button__green {
  color: white;
  background-color: #21A700;
}
@media (min-width: 1200px) {
  .button.button__green:hover {
    background-color: rgb(27.9610778443, 141.5, 0);
  }
}
.button.button__black {
  color: white;
  background-color: black;
}
@media (min-width: 1200px) {
  .button.button__black:hover {
    background-color: #333333;
  }
}
.button.button__black_border {
  color: black;
  border-color: black;
}
@media (min-width: 1200px) {
  .button.button__black_border:hover {
    color: white;
    background-color: black;
  }
}
.button.button__gray {
  color: white;
  background-color: #777777;
}
@media (min-width: 1200px) {
  .button.button__gray:hover {
    background-color: rgb(93.5, 93.5, 93.5);
  }
}
.button.button__light_grey {
  color: black;
  background-color: #EBEBEB;
}
@media (min-width: 1200px) {
  .button.button__light_grey:hover {
    background-color: rgb(209.5, 209.5, 209.5);
  }
}
.button.button__icon {
  display: flex;
  align-items: center;
}
.button.button__icon svg, .button.button__icon img {
  flex: 0 0 auto;
  width: 24px !important;
  height: 24px !important;
  margin-right: 12px;
}
.button.button__icon_big {
  display: flex;
  align-items: center;
}
.button.button__icon_big svg, .button.button__icon_big img {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.button.button__social {
  display: flex;
  align-items: center;
}
.button.button__social svg, .button.button__social img {
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .button.button__social svg, .button.button__social img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
}
@media (min-width: 576px) {
  .button.button__social svg, .button.button__social img {
    width: 40px;
    height: 40px;
    margin-right: 14px;
  }
}

.product__quantity {
  position: relative;
  flex: 0 0 auto;
  background-color: #EBEBEB;
  border-radius: 9px;
  overflow: hidden;
  width: 100%;
  max-width: 200px;
}
.product__quantity .quantity__minus {
  left: 2px;
}
.product__quantity .quantity__plus {
  right: 2px;
}
.product__quantity .quantity__input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 48px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #403D35;
  text-align: center;
  background-color: transparent;
}
.product__quantity .quantity__minus,
.product__quantity .quantity__plus {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 2px;
  padding: 0;
  border: none;
  border-radius: 7px;
  color: white;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
}
.product__quantity .quantity__minus {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M18.8%2012H5.2%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.product__quantity .quantity__plus {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M12%205.3v13.4m6.8-6.7H5.2%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.cart__item_image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
.cart__item_image a, .cart__item_image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.cart__item_image img {
  display: block;
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  border-radius: 10px;
}

.cart__item_remove {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12L12 20' stroke='black' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 12L20 20' stroke='black' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 8px;
  right: 0;
}

.cart__link {
  font-size: 16px !important;
  line-height: 120% !important;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 17px;
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  .cart__link {
    font-size: 14px !important;
    margin-bottom: 7px;
  }
}
.cart__link a {
  text-decoration: none;
}

.info__title {
  color: #403D35;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .info__title {
    margin: 0 8px 8px 0;
  }
}
@media (max-width: 575.98px) {
  .info__title {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  .info__title {
    display: none;
  }
}

.info__item {
  font-size: 14px;
  line-height: 20px;
  color: #403D35;
  margin-bottom: 4px;
  font-weight: 400;
}

.cart__voucher .cart__voucher_input {
  font-size: 14px;
  height: 36px;
  background: #F3F3F5;
  border: none;
  border-radius: 8px;
  padding: 12px;
  color: #494949;
}
@media (max-width: 575.98px) {
  .cart__voucher .cart__voucher_input {
    width: calc(100% - 90px);
  }
}
.cart__voucher .cart__voucher_button {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  height: 36px;
  border-radius: 8px;
  background-color: transparent;
  padding: 0 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.cart__voucher_footer {
  font-size: 14px;
  line-height: 24px;
  margin-top: 23px;
}
@media (max-width: 575.98px) {
  .cart__voucher_footer {
    margin-top: 5px;
  }
}
.cart__voucher_footer strong {
  font-weight: 700;
  color: #21A700;
}

.cart__voucher_title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 7px;
}

.cart__submit_title {
  margin-bottom: 30px;
}

.cart__submit_row {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
}
.cart__submit_row:first-child {
  padding-top: 0;
}
.cart__submit_row.row__total {
  border: none;
  color: #403D35;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 10px 0 0;
  margin-top: 3px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.cart__submit {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 14px;
  margin-bottom: 16px;
  font-weight: 400;
}

.cart__submit_secure {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.cart__info {
  color: black;
}
.cart__info span {
  color: #21A700;
  font-weight: 700;
  text-transform: uppercase;
}

.cart__loyalty {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .cart__loyalty {
    font-size: 16px;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
.cart__loyalty .button {
  width: initial;
  color: #FF9900;
  border-width: 1px;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .cart__loyalty .button {
    width: 100%;
    font-size: 14px;
  }
}
.cart__loyalty p {
  color: black;
  margin: 0 !important;
}
.cart__loyalty p a {
  color: #FF9900;
  font-weight: 700;
  text-decoration: none;
}
.cart__loyalty .cart__loyalty_body {
  padding: 16px;
  margin-bottom: 24px;
  border: 1px solid #FF9900;
  border-radius: 9px;
}
.cart__loyalty .cart__loyalty_body .cart__loyalty_amount {
  color: #FF9900;
  font-weight: 700;
}
@media (min-width: 992px) {
  .cart__loyalty .cart__loyalty_body .cart__loyalty_money sup {
    font-size: 16px;
    line-height: 24px;
  }
}
.cart__loyalty .cart__loyalty_body .slider {
  margin-left: 12px;
  margin-right: 12px;
  max-width: none;
  width: calc(100% - 24px);
}
@media (max-width: 767.98px) {
  .cart__loyalty .cart__loyalty_body .slider {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .cart__loyalty .cart__loyalty_body .slider {
    margin-top: 32px;
  }
}
.cart__loyalty .cart__loyalty_body .slider.slider-horizontal .slider-track {
  height: 10px;
  margin-top: -5px;
}

@media (min-width: 768px) {
  .modal__auth .modal-header, .modal__auth .modal-footer, .modal__auth .modal-body {
    padding: 20px;
  }
}
.modal__auth .modal-header, .modal__auth .modal-footer {
  border: none;
}
@media (min-width: 768px) {
  .modal__auth .modal-header {
    padding: 40px;
  }
}
.modal__auth .modal-header .section__title {
  margin-bottom: 0 !important;
}
.modal__auth .modal-header .h2 {
  color: black;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .modal__auth .modal-header .h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .modal__auth .modal-header .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.modal__auth .modal-header .section__title.stars .h2 {
  padding-right: 122px;
}
.modal__auth .modal-header .section__title.stars .h2:after {
  width: 94px;
  height: 107px;
  top: -10px;
  background-size: 94px 107px;
}
.modal__auth .modal-body:last-child {
  padding-bottom: 40px;
}
.modal__auth .modal-footer {
  display: block;
  padding-bottom: 40px;
}
.modal__auth .modal-footer > * {
  margin: 0;
}
.modal__auth .modal-footer h6, .modal__auth .modal-footer .h6 {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.modal__auth .form__row:not(:last-child) {
  margin-bottom: 54px;
}

.cart-quantity-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 322px;
}
.cart-quantity-price .quantity__plus,
.cart-quantity-price .quantity__minus {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.cart-quantity-price .quantity__plus {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.334 16H20.6673' stroke='black' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 11.3333V20.6666' stroke='black' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cart-quantity-price .quantity__minus {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.334 16H20.6673' stroke='black' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cart-quantity-price .quantity__input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 32px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #403D35;
  text-align: center;
  background-color: transparent;
}
.cart-quantity-price .product__quantity {
  background-color: #ffffff;
  border-radius: 9px;
  max-width: 114px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 575.98px) {
  .cart-quantity-price .product__quantity {
    max-width: 90px;
  }
}

.table__head-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  max-width: 434px;
}
.table__head-title strong {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .table__head-title strong {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
}
.table__head-title span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .form__row:not(:last-child) {
    margin-bottom: 64px;
  }
}
@media (min-width: 576px) {
  .form__row:not(:last-child) {
    margin-bottom: 104px;
  }
}
.form__row.form__row_small:not(:last-child) {
  margin-bottom: 48px;
}
.form__row h2, .form__row .h2 {
  text-align: center;
  text-transform: uppercase;
}

.form__col:not(:last-child) {
  margin-bottom: 24px;
}
.form__col.form__col_last {
  margin-bottom: 0;
}
.form__col.has-error .form__input, .form__col.has-error .select2-container--default .select2-selection--single {
  border-color: #C3291C;
}
.form__col .form__label {
  display: block;
  margin-bottom: 8px;
  color: #403D35;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.form__col .form__input {
  width: 100%;
  height: 56px;
  padding: 16px 23px;
  color: #403D35;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border: 1px solid #F3F3F3;
  background-color: #F3F3F3;
  border-radius: 9px;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.form__col .form__input::placeholder {
  opacity: 1;
  color: #B4B4B4;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.form__col .form__input:-ms-input-placeholder {
  opacity: 1;
  color: #B4B4B4;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.form__col .form__input:disabled, .form__col .form__input[disabled=""], .form__col .form__input[disabled=disabled] {
  opacity: 0.5;
}
.form__col textarea.form__input {
  resize: none;
  height: 200px !important;
}
.form__col .form__col_hint {
  color: #585858;
  padding: 4px 23px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.form__terms {
  text-align: center;
  color: #8D8D8D;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.form__terms a {
  color: black;
}

.bottom__block {
  display: flex;
  padding: 5px;
  border-radius: 9px;
  background-color: #EBEBEB;
}
.bottom__block .button {
  flex: 0 0 auto;
  width: 50%;
}
.bottom__block .button__register {
  color: white;
  background-color: black;
}
@media (min-width: 1200px) {
  .bottom__block .button__register:hover {
    background-color: #333333;
  }
}
.bottom__block .button__forgot {
  color: black;
}
@media (min-width: 1200px) {
  .bottom__block .button__forgot:hover {
    text-decoration: underline !important;
  }
}

.custom__select {
  margin-bottom: 48px;
}
@media (min-width: 576px) {
  .custom__select {
    max-width: 200px;
  }
}

.select2-container--default .select2-selection--single {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  color: #403D35;
  font-size: 14px;
  line-height: 20px;
  border: none;
  background-color: white;
  border-radius: 9px !important;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #585858;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 16px;
  right: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%229%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M14%201%207.37%207%201%201%22%20stroke%3D%22%235B5B5B%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-search--dropdown {
  padding: 8px 8px 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 9px;
  padding: 8px 16px;
  border-color: #EBEBEB;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: white;
  color: #C6C6C6;
}
.select2-container--default .select2-results__option--selected {
  background-color: white;
  color: #C3291C !important;
}
.select2-container--default .select2-results > .select2-results__options {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  display: none;
}

.select2-dropdown {
  background-color: white;
  border: none;
  border-radius: 16px !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.select2-results {
  padding: 12px 0;
}

.select2-results__option {
  padding: 8px 16px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 4px;
}
.select2-container--open .select2-dropdown--above {
  margin-top: -4px;
}

.checkbox__item {
  position: relative;
  /* checked mark aspect changes */
}
.checkbox__item:not(:last-child) {
  margin-bottom: 16px;
}
.checkbox__item [type=checkbox]:not(:checked),
.checkbox__item [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox__item [type=checkbox]:not(:checked) + label,
.checkbox__item [type=checkbox]:checked + label {
  position: relative;
  cursor: pointer;
  padding-left: 34px;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
}
.checkbox__item [type=checkbox]:not(:checked) + label a,
.checkbox__item [type=checkbox]:checked + label a {
  color: black;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .checkbox__item [type=checkbox]:not(:checked) + label a:hover,
  .checkbox__item [type=checkbox]:checked + label a:hover {
    text-decoration: underline;
  }
}
.checkbox__item [type=checkbox]:not(:checked) + label:before,
.checkbox__item [type=checkbox]:checked + label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 3px;
  border: 1px solid #777777;
}
.checkbox__item [type=checkbox]:not(:checked) + label:after,
.checkbox__item [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #403D35;
}
.checkbox__item [type=checkbox]:not(:checked) + label:after,
.checkbox__item [type=checkbox]:checked + label:before {
  opacity: 0;
}
.checkbox__item [type=checkbox]:checked + label:after,
.checkbox__item [type=checkbox]:not(:checked) + label:before {
  opacity: 1;
}

.filter__block {
  margin-bottom: 32px;
}
.filter__block h4, .filter__block .h4 {
  text-transform: uppercase;
  margin-bottom: 8px;
}

.checkbox__item_filter {
  position: relative;
}
.checkbox__item_filter:not(:last-child) {
  margin-bottom: 4px;
}
.checkbox__item_filter [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.checkbox__item_filter [type=checkbox] + label {
  position: relative;
  padding-left: 24px;
  color: black;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.checkbox__item_filter [type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 1px;
  content: "";
  border: 1px solid black;
}
.checkbox__item_filter [type=checkbox]:checked + label:before {
  background-color: black;
}

.radio__list {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  gap: 16px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
@media (max-width: 767.98px) {
  .radio__list {
    gap: 8px;
  }
}
.radio__list::-webkit-scrollbar {
  display: none;
}

.radio__item {
  position: relative;
}
.radio__item [type=radio]:not(:checked),
.radio__item [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.radio__item [type=radio]:not(:checked) + label,
.radio__item [type=radio]:checked + label {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 4px 11px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 767.98px) {
  .radio__item [type=radio]:not(:checked) + label,
  .radio__item [type=radio]:checked + label {
    font-size: 12px;
    line-height: 100%;
    padding: 9px 11px;
  }
}
.radio__item [type=radio]:not(:checked) + label {
  color: #403D35;
  background-color: #F3F3F3;
}
.radio__item [type=radio]:checked + label {
  color: white;
  background-color: black;
}
.radio__item.radio__item-big [type=radio]:not(:checked) + label,
.radio__item.radio__item-big [type=radio]:checked + label {
  padding: 8px 28px;
}
@media (max-width: 767.98px) {
  .radio__item.radio__item-big [type=radio]:not(:checked) + label,
  .radio__item.radio__item-big [type=radio]:checked + label {
    padding: 14px 20px;
  }
}

.checkout__gray__list {
  margin-bottom: 24px;
}

.radio__gray_item {
  position: relative;
  height: 100%;
  margin-bottom: 16px;
}
.radio__gray_item [type=radio]:not(:checked),
.radio__gray_item [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.radio__gray_item [type=radio]:not(:checked) + label,
.radio__gray_item [type=radio]:checked + label {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 12px 21px;
  color: #333333;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 10px;
  text-align: left;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  background-color: #EBEBEB;
}
.radio__gray_item [type=radio]:not(:checked) + label span,
.radio__gray_item [type=radio]:checked + label span {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.radio__gray_item [type=radio]:not(:checked) + label img,
.radio__gray_item [type=radio]:checked + label img {
  display: block;
  width: 100%;
  height: auto;
}
.radio__gray_item [type=radio]:not(:checked) + label .button,
.radio__gray_item [type=radio]:checked + label .button {
  margin: auto -24px -15px;
  width: auto;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.radio__gray_item [type=radio]:not(:checked) + label {
  border: 3px solid #EBEBEB;
}
.radio__gray_item [type=radio]:checked + label {
  color: white;
  border: 3px solid #21A700;
  background-color: black;
}

.checkout__order {
  color: white;
  border-radius: 18px;
  background-color: black;
}
.checkout__order h5, .checkout__order .h5 {
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.checkout__order .checkout__order_header {
  padding: 12px 24px;
  border-bottom: 1px solid #403D35;
}
.checkout__order .checkout__order_header h5, .checkout__order .checkout__order_header .h5 {
  margin-bottom: 0;
}
.checkout__order .checkout__order_body {
  padding: 16px 24px;
}
.checkout__order .checkout__order_footer {
  padding: 16px 24px 24px;
}
.checkout__order .checkbox__item [type=checkbox]:not(:checked) + label,
.checkout__order .checkbox__item [type=checkbox]:checked + label {
  color: white;
}
.checkout__order .checkbox__item [type=checkbox]:not(:checked) + label:before,
.checkout__order .checkbox__item [type=checkbox]:checked + label:before {
  border: 1px solid #272727;
  background-color: #272727;
}
.checkout__order .checkbox__item [type=checkbox]:not(:checked) + label:after,
.checkout__order .checkbox__item [type=checkbox]:checked + label:after {
  border: 1px solid #21A700;
  background-color: #21A700;
}
.checkout__order .price__total {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}
.checkout__order .price__total .price__total_label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.checkout__order .price__total .price__total_value {
  color: #21A700;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.checkout__order .radio__gray_item [type=radio]:not(:checked) + label,
.checkout__order .radio__gray_item [type=radio]:checked + label {
  color: white;
  background-color: #272727;
}
.checkout__order .radio__gray_item [type=radio]:not(:checked) + label {
  border: 3px solid #272727;
}
.checkout__order .radio__gray_item [type=radio]:checked + label {
  border: 3px solid #21A700;
  background-color: black;
}

@media (max-width: 767.98px) {
  #easyboxmap {
    height: 480px;
  }
}
@media (min-width: 768px) {
  #easyboxmap {
    height: 560px;
  }
}
#easyboxmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.pagination__block {
  margin-top: 64px;
  text-align: center;
  list-style: none;
}
.pagination__block .pagination {
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
.pagination__block .pagination .page-item {
  margin: 0 5px;
}
.pagination__block .pagination .page-item.disabled {
  display: none;
}
.pagination__block .pagination .page-item.active .page-link {
  color: white !important;
  background-color: black;
}
.pagination__block .pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 24px;
  height: 24px;
  color: black;
  font-size: 16px;
  line-height: 24px;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.pagination__block .pagination .page-item .page-link[rel=next], .pagination__block .pagination .page-item .page-link[rel=prev] {
  text-indent: -999999px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination__block .pagination .page-item .page-link[rel=next] {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%228%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22m1%201%203%203-3%203%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.pagination__block .pagination .page-item .page-link[rel=prev] {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%228%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M4%207%201%204l3-3%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.pagination__block .pagination .page-item .page-link:hover {
  color: #C3291C;
}

.products__list {
  margin-bottom: -40px;
}
.products__list [class*=col-] {
  margin-bottom: 40px;
  padding: 0 4px;
}
@media (max-width: 575.98px) {
  .products__list.homepage__list [class*=col-]:nth-child(n+5) {
    display: none;
  }
}

.product__list_photo {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 575.98px) {
  .product__list_photo {
    min-height: 360px;
  }
}
@media (min-width: 576px) {
  .product__list_photo {
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .product__list_photo {
    min-height: 540px;
  }
}
.product__list_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product__list_item.item__small .product__list_image {
  border: 1px solid #B4B4B4;
}
.product__list_item.item__small .product__list_image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product__list_item .product__list_image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .product__list_item .product__list_image {
    padding-top: 152.75676%;
  }
  .product__list_item .product__list_image .product__list_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.product__list_item .product__list_image a, .product__list_item .product__list_image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.product__list_item .product__list_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
}
.product__list_item .product__list_controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 8px;
  display: flex;
  z-index: 2;
  align-items: anchor-center;
  justify-content: space-between;
}
.product__list_item .product__list_favorites {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  border: none;
  width: 32px;
  color: #AEAFB2;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  background-color: transparent;
  background-color: white;
  border-radius: 100%;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__list_item .product__list_favorites .svg__icon {
  display: block;
  width: 20px;
  height: 19px;
}
.product__list_item .product__list_favorites .icon__active {
  display: none;
}
@media (min-width: 1200px) {
  .product__list_item .product__list_favorites:hover {
    color: #C3291C;
  }
}
.product__list_item .product__list_favorites.active {
  color: #C3291C;
}
.product__list_item .product__list_favorites.active .icon__default {
  display: none;
}
.product__list_item .product__list_favorites.active .icon__active {
  display: block;
}
.product__list_item .product__list_title {
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  .product__list_item .product__list_title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}
@media (min-width: 576px) {
  .product__list_item .product__list_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
.product__list_item .product__list_title a {
  color: inherit;
  text-decoration: none;
}
.product__list_item .product__list_price {
  display: flex;
  color: black;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .product__list_item .product__list_price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
  }
}
.product__list_item .product__list_price .product__old_price {
  margin-left: 24px;
  color: #B4B4B4;
  text-decoration: line-through;
}

.product__list_labels {
  display: flex;
}
.product__list_labels .product__label {
  width: 100%;
  padding: 5px 8px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
}
.product__list_labels .product__label.out_of_stock {
  background-color: rgba(198, 198, 198, 0.8);
}
.product__list_labels .product__label.sale {
  background-color: rgba(195, 41, 28, 0.8);
}
.product__list_labels .product__label.new {
  background-color: rgba(255, 255, 255, 0.6980392157);
}
.product__list_labels .product__label.discount {
  background-color: rgba(33, 167, 0, 0.8);
}

.product__in .product__title {
  text-transform: uppercase;
}
.product__in h1, .product__in .h1 {
  padding-right: 50px;
  margin-bottom: 23px;
}
@media (max-width: 767.98px) {
  .product__in h1, .product__in .h1 {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (min-width: 768px) {
  .product__in h1, .product__in .h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

.product__in_edit {
  margin-bottom: 36px;
}
.product__in_edit img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .product__in_image {
    display: flex;
    flex-direction: column-reverse;
  }
}
.product__in_image .product__image_thumbnail {
  position: relative;
}
@media (max-width: 991.98px) {
  .product__in_image .product__image_thumbnail {
    display: none;
  }
}
.product__in_image .product__image_thumbnail .product__thumbnail_slider:not(.swiper-initialized) .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
  gap: 8px;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.product__in_image .product__image_thumbnail .product__thumbnail_slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  display: none;
}
.product__in_image .product__image_thumbnail .product__thumbnail_slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(-n+4) {
  display: block;
}
.product__in_image .product__image_thumbnail .product__thumbnail_slider picture {
  opacity: 0.8;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
}
.product__in_image .product__image_thumbnail .product__thumbnail_slider .swiper-slide-thumb-active picture {
  opacity: 1;
}
.product__in_image .product__image {
  position: relative;
}
@media (max-width: 575.98px) {
  .product__in_image .product__image {
    margin: 0 -12px 24px;
    height: 630px;
  }
}
.product__in_image .slick-slider, .product__in_image .slick-list, .product__in_image .slick-track {
  height: 100% !important;
}
.product__in_image picture {
  display: block;
}
.product__in_image img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  max-width: 100%;
}

.product__desc {
  position: relative;
}
.product__desc .product__favorites {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 12px 10px 10px;
  border: none;
  color: #AEAFB2;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  background-color: transparent;
}
.product__desc .product__favorites .svg__icon {
  display: block;
  width: 20px;
  height: 18px;
}
.product__desc .product__favorites .icon__active {
  display: none;
}
@media (min-width: 1200px) {
  .product__desc .product__favorites:hover {
    color: #C3291C;
  }
}
.product__desc .product__favorites.active {
  color: #C3291C;
}
.product__desc .product__favorites.active .icon__default {
  display: none;
}
.product__desc .product__favorites.active .icon__active {
  display: block;
}

.product__desc_wrap {
  margin-bottom: 24px;
}

.product__selected {
  margin-bottom: 16px;
  color: #B4B4B4;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.product__loyalty {
  margin-bottom: 18px;
  gap: 6px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991.98px) {
  .product__loyalty {
    font-size: 14px;
    line-height: 20px;
  }
}
.product__loyalty .product__loyalty_amount {
  padding: 3px 12px;
  color: white;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  background-color: #FF9900;
  border-radius: 11px;
}
.product__loyalty p {
  color: #B4B4B4;
  font-size: 14px;
  line-height: 20px;
}
.product__loyalty p a {
  color: #FF9900;
}

.product__info {
  display: flex;
  color: #B4B4B4;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}
.product__info .product__code:not(:last-child),
.product__info .product__availability:not(:last-child) {
  margin-right: 10px;
}
.product__info .product__code span,
.product__info .product__availability span {
  color: black;
}

.product__price {
  display: flex;
  align-items: flex-end;
  color: #21A700;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
}
.product__price .product__old_price {
  margin-left: 24px;
  color: #B4B4B4;
  text-decoration: line-through;
  font-size: 24px;
  line-height: 100%;
}
@media (max-width: 767.98px) {
  .product__price .product__old_price {
    font-size: 16px;
    line-height: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .product__price {
    font-size: 24px;
    line-height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.open-modal-size-guide {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  text-decoration: underline !important;
}

.product__color h5, .product__color .h5, .product__size h5, .product__size .h5 {
  margin-bottom: 8px;
  color: #494949;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .product__buttons .button {
    padding-block: 17px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
  }
}

.quantity-buttons-container {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media (min-width: 992px) {
  .quantity-buttons-container {
    margin-top: -18px;
  }
}
@media (max-width: 991.98px) {
  .quantity-buttons-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product__secure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.product__secure h4, .product__secure .h4 {
  color: #B4B4B4;
  text-transform: uppercase;
  margin-top: 17px;
  font-size: 16px;
  line-height: 24px;
}
.product__secure .svg__icon {
  width: 321px;
  height: 96px;
  color: black;
  max-width: 100%;
}

.product__cards {
  display: block;
  width: auto;
  margin: 0 auto 0px !important;
}
@media (max-width: 767.98px) {
  .product__cards {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .product__cards {
    height: 37px;
    width: auto;
  }
}

.product__views {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  gap: 10px;
  color: #403D35;
  margin-top: 17px;
  margin-bottom: 16px !important;
}
@media (max-width: 767.98px) {
  .product__views {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}

.product__timer-container {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #DA3F3F;
  background: #FDEFEE;
  padding: 10px 11px;
  border: 1px solid #F8CCCC;
  border-radius: 4px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .product__timer-container {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
}
.product__timer-container .product__timer-countdown {
  display: flex;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767.98px) {
  .product__timer-container .product__timer-countdown {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
}
.product__timer-container .product__timer-countdown-item {
  width: 50px;
}
@media (max-width: 767.98px) {
  .product__timer-container .product__timer-countdown-item {
    width: 25px;
  }
}

.product__availability {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 19px;
}
.product__availability .product__availability-text {
  display: block;
  margin-bottom: 13px;
}
@media (max-width: 767.98px) {
  .product__availability .product__availability-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}
.product__availability .product__availability-progress {
  height: 5px;
  background: #DEDEDE;
  border-radius: 2px;
}
.product__availability .product__availability-progress .product__availability-progress-bar {
  height: 100%;
  background: #EF2D2D;
  border-radius: 2px;
}

.product__rating {
  gap: 10px;
  display: flex;
  align-items: center;
}
.product__rating .product__rating_count {
  color: black;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .product__rating .product__rating_count {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
  }
}
.product__rating .br-theme-css-stars .br-widget {
  column-gap: 12px;
}
.product__rating .br-theme-css-stars .br-widget a {
  width: 22px;
  height: 22px;
}
.product__rating .br-theme-css-stars .br-widget a:after {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}

.radio__list-colors {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.radio__item-color input[type=radio] {
  display: none;
}
.radio__item-color input[type=radio]:checked + label {
  box-shadow: 0 0px 1px 2px #000;
}
.radio__item-color label {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.radio__item-color label:active {
  transition: all 0s ease-in-out;
  border: 5px solid #ffffff;
}

@media (min-width: 576px) {
  .modal__order .modal-dialog {
    max-width: 980px;
  }
}
.modal__order .modal-content {
  border: none;
  border-radius: 9px;
}
.modal__order .modal-header {
  border: none;
  position: relative;
  justify-content: left;
}
@media (max-width: 767.98px) {
  .modal__order .modal-header {
    padding: 16px 24px;
  }
}
@media (min-width: 768px) {
  .modal__order .modal-header {
    padding: 24px 40px;
  }
}
.modal__order .modal-title {
  text-transform: uppercase;
}
.modal__order .product__list_item .product__list_image {
  padding-top: 152.75676%;
  height: auto;
}
.modal__order .product__list_item .product__list_image .product__list_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__order .btn-close {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .modal__order .modal-body {
    padding: 0 24px 16px;
  }
}
@media (min-width: 768px) {
  .modal__order .modal-body {
    padding: 0 40px 24px;
  }
}
.modal__order .modal-footer {
  border: 0;
  display: block;
}
@media (max-width: 767.98px) {
  .modal__order .modal-footer {
    padding: 16px 24px;
  }
}
@media (min-width: 768px) {
  .modal__order .modal-footer {
    padding: 24px 40px;
  }
}
.modal__order .modal-footer > * {
  margin: 0;
}
.modal__order h5, .modal__order .h5 {
  padding-right: 40px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .modal__order h5, .modal__order .h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .modal__order h5, .modal__order .h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.modal__order .product__price {
  justify-content: center;
}
.modal__order .products__list {
  margin-bottom: 0;
  border-bottom: 1px solid #BCBCBC;
}

.h__green {
  padding: 0;
  color: #21A700;
}

.current__product {
  border-bottom: 1px solid #BCBCBC;
}
@media (max-width: 767.98px) {
  .current__product {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .current__product {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.current__product_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .current__product_group {
    margin-bottom: 24px;
  }
}
.current__product_group .current__product_image {
  margin: 0 0 8px;
}
@media (max-width: 767.98px) {
  .current__product_group .current__product_group_item {
    width: 105px;
  }
}
@media (min-width: 768px) {
  .current__product_group .current__product_group_item {
    width: 140px;
  }
  .current__product_group .current__product_group_item .current__product_image {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .current__product_group .current__product_group_item {
    width: 180px;
  }
}
.current__product_group .group__item_title {
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.current__product_image {
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .current__product_image {
    width: 105px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .current__product_image {
    width: 116px;
    margin-right: 24px;
  }
}
.current__product_image picture, .current__product_image img {
  display: block;
  width: 100%;
}

.current__product_title {
  color: black;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .current__product_title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .current__product_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}

.current__product_price {
  color: #21A700;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.additional__product {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background-color: #F9F9F9;
}
.additional__product .additional__product_image {
  width: 180px;
  flex: 0 0 auto;
  margin-right: 24px;
}
.additional__product .additional__product_image picture, .additional__product .additional__product_image img {
  display: block;
  width: 100%;
}
.additional__product .current__product_title {
  color: black;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.additional__product .product__price {
  flex-direction: column;
  align-items: flex-start;
}
.additional__product .product__price .product__old_price {
  margin: 0;
}

@media (min-width: 576px) {
  .modal__order_final .modal-dialog {
    max-width: 700px;
  }
}
.modal__order_final .modal-header, .modal__order_final .modal-footer {
  border: 0;
}

.recent__block {
  margin: 40px 0 23px;
}
.recent__block .section__title {
  margin-bottom: 0;
}
.recent__block .recent__block_body {
  padding: 20px 0 0;
}

.badge {
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 11px;
  padding: 3px 12px;
}
.badge.bg-danger {
  background-color: #C3291C !important;
}

.size-guide-modal .modal-dialog {
  max-width: 930px;
}
.size-guide-modal .modal-content {
  border-radius: 0px;
}
.size-guide-modal .btn-close {
  top: -9px;
  position: relative;
  right: 7px;
}
.size-guide-modal .modal-header {
  border: 0;
  padding: 32px 24px;
}
.size-guide-modal .modal-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .size-guide-modal .modal-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.size-guide-modal .size-guide__section:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.size-guide-modal .size-guide__header {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  align-items: center;
  border-bottom: 1px solid #808285;
}
@media (max-width: 767.98px) {
  .size-guide-modal .size-guide__header {
    flex-direction: column;
  }
}
.size-guide-modal .size-guide__illustration {
  flex-shrink: 0;
  width: 347px;
}
.size-guide-modal .size-guide__illustration img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767.98px) {
  .size-guide-modal .size-guide__illustration {
    width: 150px;
  }
}
.size-guide-modal .size-guide__info {
  flex: 1;
}
.size-guide-modal .size-guide__category-title {
  margin-bottom: 31px;
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .size-guide-modal .size-guide__category-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.size-guide-modal .size-guide__description {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  color: #333;
}
@media (max-width: 767.98px) {
  .size-guide-modal .size-guide__description {
    font-size: 16px;
    line-height: 24px;
  }
}
.size-guide-modal .size-guide__table {
  overflow-x: auto;
}
.size-guide-modal .size-guide__table table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}
.size-guide-modal .size-guide__table table thead tr th {
  font-size: 30px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  color: #808285;
  padding: 6px 12px;
  font-style: italic;
  border: none;
}
@media (max-width: 767.98px) {
  .size-guide-modal .size-guide__table table thead tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
.size-guide-modal .size-guide__table table thead tr th .centimetrii-header {
  color: #808285;
  background: #E6E6E6;
  display: block;
  font-weight: 400;
  font-style: Italic;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .size-guide-modal .size-guide__table table thead tr th .centimetrii-header {
    font-size: 11px;
    line-height: 24px;
    padding: 4px 0px;
  }
}
.size-guide-modal .size-guide__table table tbody {
  font-style: italic;
}
.size-guide-modal .size-guide__table table tbody tr td {
  text-align: center;
  padding: 7px 12px;
  font-size: 26px;
  line-height: 100%;
  font-weight: 400;
  text-transform: initial;
  border: none;
}
@media (max-width: 767.98px) {
  .size-guide-modal .size-guide__table table tbody tr td {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0px;
  }
}
.size-guide-modal .size-guide__table table tbody tr td.measure-label {
  font-style: italic;
}

.product-category-linking div {
  border: 1px solid #666666;
  text-align: center;
  padding: 7px 27px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.product-category-linking div a {
  text-decoration: none;
}

.product-category-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.review__item {
  padding: 16px;
  border-radius: 6px;
  text-align: left;
  background-color: #F3F3F3;
}
.review__item:not(:last-child) {
  margin-bottom: 16px;
}
.review__item .review__header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.review__item .review__rating {
  flex: 0 0 auto;
  width: 78px;
  margin-right: 8px;
}
.review__item .review__author {
  color: #585858;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.readonly__rating {
  display: none;
}

.review__show_button {
  border: none;
  background-color: transparent;
  color: #585858;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.br-theme-css-stars .br-widget {
  display: flex;
  column-gap: 2px;
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  position: relative;
  text-decoration: none;
  width: 14px;
  height: 14px;
}
.br-theme-css-stars .br-widget a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22m14.92%206.46%205.99.9c.5.08.91.44%201.07.94.16.5.03%201.04-.33%201.4l-4.34%204.4%201.02%206.3a1.4%201.4%200%200%201-.53%201.34c-.42.3-.96.35-1.4.1l-5.36-2.94-5.34%202.94c-.45.25-1%20.2-1.4-.1-.42-.3-.63-.83-.54-1.34l1.02-6.3L.44%209.7a1.41%201.41%200%200%201-.33-1.4c.16-.5.57-.86%201.07-.93l5.99-.91L9.85.77c.22-.47.69-.77%201.2-.77.5%200%20.97.3%201.2.77l2.67%205.69Z%22%20fill%3D%22%23D2D2D2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.br-theme-css-stars .br-widget a.br-active:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22m14.92%206.46%205.99.9c.5.08.91.44%201.07.94.16.5.03%201.04-.33%201.4l-4.34%204.4%201.02%206.3a1.4%201.4%200%200%201-.53%201.34c-.42.3-.96.35-1.4.1l-5.36-2.94-5.34%202.94c-.45.25-1%20.2-1.4-.1-.42-.3-.63-.83-.54-1.34l1.02-6.3L.44%209.7a1.41%201.41%200%200%201-.33-1.4c.16-.5.57-.86%201.07-.93l5.99-.91L9.85.77c.22-.47.69-.77%201.2-.77.5%200%20.97.3%201.2.77l2.67%205.69Z%22%20fill%3D%22%23E49D34%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.br-theme-css-stars .br-widget a.br-selected:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22m14.92%206.46%205.99.9c.5.08.91.44%201.07.94.16.5.03%201.04-.33%201.4l-4.34%204.4%201.02%206.3a1.4%201.4%200%200%201-.53%201.34c-.42.3-.96.35-1.4.1l-5.36-2.94-5.34%202.94c-.45.25-1%20.2-1.4-.1-.42-.3-.63-.83-.54-1.34l1.02-6.3L.44%209.7a1.41%201.41%200%200%201-.33-1.4c.16-.5.57-.86%201.07-.93l5.99-.91L9.85.77c.22-.47.69-.77%201.2-.77.5%200%20.97.3%201.2.77l2.67%205.69Z%22%20fill%3D%22%23E49D34%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.br-theme-css-stars .br-current-rating {
  display: none;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}

@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "☆";
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "★";
    color: black;
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 0;
  bottom: 49px;
  background: rgba(255, 255, 255, 0.6980392157);
  width: initial;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 9px;
}
@media (max-width: 575.98px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-pagination-bullet-active {
  background: #AEAFB2;
}

.swiper-pagination-bullet {
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
  background: #BDBDBD;
  opacity: 1;
  width: 4px;
  height: 4px;
  transition: 1s;
  border-radius: 4px;
}

.swiper-pagination-bullet-active {
  background: #000000;
  width: 16px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 100%;
  margin: 0 !important;
  background-color: white;
}
.swiper-button-prev:active,
.swiper-button-next:active {
  transform: scale(0.9);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

body .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.58755 7.77161L5.04088 12.3183C4.86424 12.5078 4.76808 12.7586 4.77265 13.0176C4.77722 13.2767 4.88217 13.5239 5.06539 13.7071C5.2486 13.8903 5.49578 13.9953 5.75485 13.9998C6.01392 14.0044 6.26465 13.9082 6.45422 13.7316L11.1209 9.06494L11.3875 8.79828L11.7075 8.47828C11.8948 8.29077 12 8.03661 12 7.77161C12 7.50661 11.8948 7.25244 11.7075 7.06494L6.45421 1.81161C6.26465 1.63497 6.01392 1.5388 5.75485 1.54337C5.49578 1.54794 5.2486 1.65289 5.06539 1.83611C4.88217 2.01933 4.77722 2.26651 4.77265 2.52558C4.76808 2.78465 4.86424 3.03537 5.04088 3.22494L9.58755 7.77161Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  rotate: 180deg;
}

body .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.58755 7.77161L5.04088 12.3183C4.86424 12.5078 4.76808 12.7586 4.77265 13.0176C4.77722 13.2767 4.88217 13.5239 5.06539 13.7071C5.2486 13.8903 5.49578 13.9953 5.75485 13.9998C6.01392 14.0044 6.26465 13.9082 6.45422 13.7316L11.1209 9.06494L11.3875 8.79828L11.7075 8.47828C11.8948 8.29077 12 8.03661 12 7.77161C12 7.50661 11.8948 7.25244 11.7075 7.06494L6.45421 1.81161C6.26465 1.63497 6.01392 1.5388 5.75485 1.54337C5.49578 1.54794 5.2486 1.65289 5.06539 1.83611C4.88217 2.01933 4.77722 2.26651 4.77265 2.52558C4.76808 2.78465 4.86424 3.03537 5.04088 3.22494L9.58755 7.77161Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}

.product__list_slider img {
  width: 100%;
}
.product__list_slider .swiper-pagination {
  bottom: 18px;
  left: 50%;
  transform: translate(-50%, 0);
}
.product__list_slider .swiper-pagination-bullet {
  opacity: 1;
}
@media (max-width: 575.98px) {
  .product__list_slider .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 3px !important;
  }
}
.product__list_slider .swiper-button-prev,
.product__list_slider .swiper-button-next {
  box-shadow: none;
}
.product__list_slider .swiper-button-prev {
  left: 8px;
}
.product__list_slider .swiper-button-next {
  right: 8px;
}

@media (max-width: 991.98px) {
  .product__slider {
    padding-bottom: 30px;
  }
}
.product__slider img {
  width: 100%;
}
.product__slider .swiper-button-prev,
.product__slider .swiper-button-next {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.product__slider .swiper-button-prev:after,
.product__slider .swiper-button-next:after {
  display: none;
}
.product__slider .swiper-button-prev {
  left: 24px;
}
.product__slider .swiper-button-next {
  right: 24px;
}

.main__slider:not(.swiper-initialized) {
  gap: 8px;
}
.main__slider:not(.swiper-initialized) .swiper-slide {
  width: 33%;
}

.main__slider {
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .main__slider {
    width: calc(100% + 24px);
    margin: 0 -24px;
  }
}
.main__slider .swiper-slide {
  gap: 8px;
  opacity: 0.3;
  transition: 1s;
}
.main__slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.product__custom_slider:not(.swiper-initialized) > .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
  gap: 8px;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  opacity: 0;
}
.product__custom_slider:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
  display: none;
}
.product__custom_slider:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide:nth-child(-n+4) {
  display: block;
}
@media (max-width: 575.98px) {
  .product__custom_slider .swiper-slide {
    width: 190px;
  }
}
.product__custom_slider .swiper-pagination-bullet {
  background: #DAD9DA;
  opacity: 1;
}
.product__custom_slider .swiper-pagination-bullet-active {
  background: #AEAFB2;
}

.slide__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.slide__item .slide__item_image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.slide__item .slide__item_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide__item:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  content: "";
  opacity: 0.5;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 99%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 99%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 99%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}
@media (max-width: 575.98px) {
  .slide__item {
    height: 480px;
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .slide__item {
    height: 400px;
    padding: 64px 60px;
  }
}
@media (min-width: 992px) {
  .slide__item {
    height: 560px;
    padding: 120px;
  }
  .slide__item .slide__item_content {
    max-width: 612px;
  }
}
.slide__item .slide__item_content {
  position: relative;
  z-index: 3;
}
.slide__item h2, .slide__item .h2 {
  color: white;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .slide__item h2, .slide__item .h2 {
    margin-bottom: 36px;
  }
}
@media (max-width: 575.98px) {
  .slide__item .button {
    width: 100%;
  }
}

.announcement__slider {
  padding: 0 40px;
}
.announcement__slider .swiper-button-prev,
.announcement__slider .swiper-button-next {
  top: 4px;
}
.announcement__slider .swiper-button-prev.swiper-button-disabled,
.announcement__slider .swiper-button-next.swiper-button-disabled {
  display: none !important;
}

[data-blog-slider] .bottom-slider-nav {
  gap: 16px;
  position: relative;
  width: initial;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  margin-bottom: 40px;
}
[data-blog-slider] .bottom-slider-nav .swiper-pagination {
  position: static;
  background-color: transparent;
  transform: none;
}
[data-blog-slider] .bottom-slider-nav .swiper-button-prev,
[data-blog-slider] .bottom-slider-nav .swiper-button-next {
  position: static;
}
[data-blog-slider] .swiper-wrapper {
  align-items: center;
  padding: 44px 0px;
  margin-top: -33px;
}
[data-blog-slider] .blog__list_item {
  position: relative;
  background-color: white;
  padding-left: 24px;
  padding-right: 24px;
}
[data-blog-slider] .swiper-slide {
  padding: 45px 0px;
  transition: 1s;
}
[data-blog-slider] .swiper-slide .blog__list_item {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1490196078);
  transition: 1s;
  position: relative;
  background-color: white;
  padding: 0 24px 24px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  [data-blog-slider] .swiper-slide .blog__list_item {
    padding: 0 8px 8px;
  }
}
[data-blog-slider] .swiper-slide .blog__list_item .blog__list_image {
  margin-left: -24px;
  margin-right: -24px;
  height: initial;
}
@media (max-width: 767.98px) {
  [data-blog-slider] .swiper-slide .blog__list_item .blog__list_image {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 10px;
  }
}
[data-blog-slider] .swiper-slide .blog__list_item .blog__list_image img {
  aspect-ratio: 748/234;
}
@media (max-width: 767.98px) {
  [data-blog-slider] .swiper-slide .blog__list_item .blog__list_image img {
    aspect-ratio: 520/234;
  }
}
[data-blog-slider] .swiper-slide .blog__list_item .blog__list_image .blog__list_date {
  padding: 5.4px 49.6px 25.4px 14.6px;
}
@media (max-width: 767.98px) {
  [data-blog-slider] .swiper-slide .blog__list_item .blog__list_image .blog__list_date {
    padding: 7px 18px 9px 17px;
  }
}
[data-blog-slider] .swiper-slide .blog__list_item .blog__list_image .blog__list_date .day {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  [data-blog-slider] .swiper-slide .blog__list_item .blog__list_image .blog__list_date .day {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
  }
}
[data-blog-slider] .swiper-slide .blog__list_item .blog__list_image .blog__list_date .month {
  font-size: 18px;
  line-height: 100%;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  [data-blog-slider] .swiper-slide .blog__list_item .blog__list_image .blog__list_date .month {
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    margin-top: 2px;
  }
}
[data-blog-slider] .swiper-slide .blog__list_item .blog__list_title {
  font-size: 18px;
  line-height: 100%;
  color: #5B5B5B;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  [data-blog-slider] .swiper-slide .blog__list_item .blog__list_title {
    font-size: 16px;
    line-height: 24px;
  }
}
[data-blog-slider] .swiper-slide .blog__list_item p {
  color: #8F8F8F;
  height: 40px;
  margin-bottom: 20px !important;
}
@media (max-width: 767.98px) {
  [data-blog-slider] .swiper-slide .blog__list_item p {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 4;
    height: 53px;
    margin-bottom: 0px !important;
  }
}
[data-blog-slider] .swiper-slide .blog__list_item .blog__list_link {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  color: #8D8D8D;
  padding-right: 125px;
}
@media (max-width: 767.98px) {
  [data-blog-slider] .swiper-slide .blog__list_item .blog__list_link {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    display: block;
    padding-right: 20px;
  }
}
[data-blog-slider] .swiper-slide.swiper-slide-active {
  padding: 0px 0px;
  margin: 0 -3px;
  z-index: 1;
}
[data-blog-slider] .swiper-slide.swiper-slide-active .blog__list_item {
  padding-bottom: 90px;
  border-color: #08080C;
  z-index: 1;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 767.98px) {
  [data-blog-slider] .swiper-slide.swiper-slide-active .blog__list_item {
    padding-bottom: 11px;
  }
}
[data-blog-slider].swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  opacity: 0;
}

@media (max-width: 575.98px) {
  .table-responsive {
    margin-bottom: 24px;
    border: 1px solid #C6C6C6;
  }
  .table-responsive .table {
    margin-bottom: 0;
  }
}

.table {
  border-collapse: separate;
  border-spacing: 0;
}
.table thead th {
  color: #403D35;
  text-transform: uppercase;
  border-bottom: 1px solid #C6C6C6;
}
@media (max-width: 575.98px) {
  .table thead th {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 576px) {
  .table thead th {
    padding: 12px 24px;
    font-size: 20px;
    line-height: 30px;
  }
}
.table tbody th, .table tbody td {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  border-top: 1px solid #C6C6C6;
}
@media (max-width: 575.98px) {
  .table tbody th, .table tbody td {
    padding: 8px 12px;
  }
}
@media (min-width: 576px) {
  .table tbody th, .table tbody td {
    padding: 12px 24px;
  }
}

.table-responsive-bg {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .table-responsive-bg {
    margin-bottom: 24px;
  }
  .table-responsive-bg .table-bg {
    min-width: 600px;
    margin-bottom: 0;
  }
}

.table-bg {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
  margin-bottom: 24px;
}
.table-bg thead th {
  color: #403D35;
  text-transform: uppercase;
  border-bottom: 2px solid #C6C6C6;
}
@media (max-width: 575.98px) {
  .table-bg thead th {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 576px) {
  .table-bg thead th {
    padding: 12px 24px;
    font-size: 20px;
    line-height: 30px;
  }
}
.table-bg tbody th, .table-bg tbody td {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #EEEEEE;
}
.table-bg tbody th:first-child, .table-bg tbody td:first-child {
  border-radius: 5px 0 0 5px;
}
.table-bg tbody th:last-child, .table-bg tbody td:last-child {
  border-radius: 0 5px 5px 0;
}
@media (max-width: 575.98px) {
  .table-bg tbody th, .table-bg tbody td {
    padding: 8px 12px;
  }
}
@media (min-width: 576px) {
  .table-bg tbody th, .table-bg tbody td {
    padding: 12px 24px;
  }
}

.cart__table .table__head {
  margin-bottom: 12px;
  border-bottom: 2px solid #EBEBEB;
}
@media (max-width: 1199.98px) {
  .cart__table .table__head {
    display: none;
  }
}
.cart__table .table__head .table__td {
  color: #403D35 !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.cart__table .table__body {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 14px;
  margin-bottom: 16px;
}
.cart__table .table__body .table__tr {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 575.98px) {
  .cart__table .table__body .table__tr {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575.98px) and (max-width: 767.98px) {
  .cart__table .table__body .table__tr {
    border-bottom: none;
  }
}
.cart__table .table__tr {
  display: flex;
}
.cart__table .table__tr .table__tr_left {
  flex: 0 0 auto;
  padding-right: 16px;
}
@media (max-width: 991.98px) {
  .cart__table .table__tr .table__tr_left .table__td {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .cart__table .table__tr .table__tr_left .table__td {
    padding-right: 0;
  }
}
.cart__table .table__tr .table__tr_right {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.cart__table .table__tr .table__td {
  color: #333333;
  flex: 0 0 auto;
}
.cart__table .table__tr_right .table__td:first-child {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .cart__table .table__tr_right .table__td:nth-child(2), .cart__table .table__tr_right .table__td:nth-child(4) {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .cart__table .table__tr_right .table__td:nth-child(2), .cart__table .table__tr_right .table__td:nth-child(4) {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cart__table .table__tr_right .table__td:nth-child(2), .cart__table .table__tr_right .table__td:nth-child(4) {
    width: calc(18% - 35px);
  }
}
@media (max-width: 991.98px) {
  .cart__table .table__tr_right .table__td:nth-child(2) {
    order: 2;
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .cart__table .table__tr_right .table__td:nth-child(4) {
    order: 3;
    padding-top: 4px;
  }
}
@media (max-width: 1199.98px) {
  .cart__table .table__tr_right .table__td:nth-child(3) {
    width: calc(100% - 50px);
    order: 4;
  }
}
@media (min-width: 1200px) {
  .cart__table .table__tr_right .table__td:nth-child(3) {
    width: calc(24% - 35px);
  }
}
.cart__table .table__body .table__td:nth-child(3), .cart__table .table__body .table__td:nth-child(5) {
  font-size: 18px;
  line-height: 42px;
  font-weight: 500;
}
.cart__table .table__icon {
  display: block;
}
@media (min-width: 768px) {
  .cart__table .table__icon {
    padding: 12px;
    border-radius: 24px;
    background-color: #333333;
  }
}
@media (min-width: 1200px) {
  .cart__table .table__icon {
    opacity: 0;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
  }
}
.cart__table .table__icon .svg__icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 575.98px) {
  .cart__table .table__icon .svg__icon {
    color: #333333;
  }
}
@media (min-width: 768px) {
  .cart__table .table__icon .svg__icon {
    color: white;
  }
}
.cart__table .table__item {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  .cart__table .table__item {
    border-radius: 16px;
  }
}
@media (min-width: 1200px) {
  .cart__table .table__item:hover {
    background-color: white;
  }
  .cart__table .table__item:hover .table__icon {
    opacity: 1;
  }
}

.checkout__table {
  width: 100%;
}
.checkout__table tr:first-child td {
  padding-top: 12px;
}
.checkout__table tr:last-child td {
  font-weight: 700;
  border-top: 1px solid #403D35;
}
.checkout__table thead th {
  color: white;
  padding-bottom: 8px;
  text-transform: uppercase;
  border-bottom: 1px solid #403D35;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.checkout__table th:nth-child(2), .checkout__table td:nth-child(2) {
  text-align: center;
}
.checkout__table th:last-child, .checkout__table td:last-child {
  text-align: right;
}
.checkout__table th:first-child, .checkout__table td:first-child {
  padding-left: 0;
}
.checkout__table th:last-child, .checkout__table td:last-child {
  padding-right: 0;
}
.checkout__table tbody td {
  padding: 8px;
}

.tabs__nav {
  list-style: none;
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #BCBCBC;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.tabs__nav::-webkit-scrollbar {
  display: none;
}
.tabs__nav .nav__item:not(:last-child) {
  margin-right: 183px;
}
@media (max-width: 1199.98px) {
  .tabs__nav .nav__item:not(:last-child) {
    margin-right: 48px;
  }
}
.tabs__nav .nav__link {
  padding: 8px 0;
  border: none;
  color: #ABABAB;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: transparent;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
}
.tabs__nav .nav__link.active {
  color: black;
}

.tab__content > .tab__pane {
  display: none;
}
.tab__content > .active {
  display: block;
}

.slider.slider-horizontal .slider-track {
  height: 6px;
  background-color: #D9D9D9;
  background-image: none;
  box-shadow: none;
}

.slider.slider-horizontal {
  height: 24px;
  width: 100%;
  max-width: 280px;
}

.slider.slider-horizontal .slider-track {
  margin-top: -3px;
}

.slider.slider-disabled .slider-handle {
  display: none;
}

.slider-handle {
  width: 24px;
  height: 24px;
  background-color: #FF9900;
  background-image: none;
  box-shadow: none;
}

.slider-selection.tick-slider-selection {
  background-color: #FF9900;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
}

.slider-tick {
  width: 24px;
  height: 24px;
  background-color: white;
  background-image: none;
  opacity: 1;
  border: 5px solid #D9D9D9;
  box-shadow: none;
}
.slider-tick.in-selection {
  background-color: #FF9900 !important;
  box-shadow: none;
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M5.63%2010.75a.87.87%200%200%201-.64-.28L.74%205.95A.88.88%200%201%201%202%204.75l3.6%203.84L12.99.54a.87.87%200%201%201%201.3%201.17l-8%208.75a.88.88%200%200%201-.64.29h-.01Z%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.slider-tick:first-child, .slider-tick:last-child {
  border: none;
  width: 10px;
  height: 10px;
  margin-top: 7px;
  margin-left: -5px !important;
  background-color: #D9D9D9;
  background-image: none;
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
  margin-left: -12px;
}

.slider.slider-horizontal .slider-tick-label-container {
  margin-top: 24px;
}

.slider-tick-label {
  color: #D9D9D9;
  font-size: 14px;
  line-height: 20px;
}
.slider-tick-label.label-in-selection {
  font-weight: 700;
  color: #FF9900;
}

.slider .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  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;
}
.slider .tooltip-inner {
  color: #FF9900;
  background-color: #FFECD0;
}
@media (max-width: 767.98px) {
  .slider .tooltip-inner {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .slider .tooltip-inner {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}
.slider .tooltip.show {
  opacity: 0.9;
}
.slider .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.slider .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.slider .bs-tooltip-auto[x-placement^=top],
.slider .bs-tooltip-top,
.slider .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.slider .bs-tooltip-auto[x-placement^=top] .arrow,
.slider .bs-tooltip-top .arrow,
.slider .bs-tooltip-auto[data-popper-placement^=top] .arrow {
  bottom: 0;
}
.slider .bs-tooltip-auto[x-placement^=top] .arrow::before,
.slider .bs-tooltip-top .arrow::before,
.slider .bs-tooltip-auto[data-popper-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #FFECD0;
}
.slider .bs-tooltip-auto[x-placement^=right],
.slider .bs-tooltip-right {
  padding: 0 0.4rem;
}
.slider .bs-tooltip-auto[x-placement^=right] .arrow,
.slider .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.slider .bs-tooltip-auto[x-placement^=right] .arrow::before,
.slider .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.slider .bs-tooltip-auto[x-placement^=bottom],
.slider .bs-tooltip-bottom,
.slider .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.slider .bs-tooltip-auto[x-placement^=bottom] .arrow,
.slider .bs-tooltip-bottom .arrow,
.slider .bs-tooltip-auto[data-popper-placement^=bottom] .arrow {
  top: 0;
}
.slider .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.slider .bs-tooltip-bottom .arrow::before,
.slider .bs-tooltip-auto[data-popper-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.slider .bs-tooltip-auto[x-placement^=left],
.slider .bs-tooltip-left {
  padding: 0 0.4rem;
}
.slider .bs-tooltip-auto[x-placement^=left] .arrow,
.slider .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.slider .bs-tooltip-auto[x-placement^=left] .arrow::before,
.slider .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}