﻿@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --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-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.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: var(--bs-border-width) 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;
  color: var(--bs-heading-color);
}

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;
  color: var(--bs-highlight-color);
  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: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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: var(--bs-secondary-color);
  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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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: var(--bs-secondary-color);
}

.container,
.container-fluid,
.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: 1219px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1219px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1219px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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.33333333%;
  }
  .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.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-sm-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-sm-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-sm-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-sm-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.16666667%;
  }
  .offset-sm-2 {
    margin-left: 8.33333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.66666667%;
  }
  .offset-sm-5 {
    margin-left: 20.83333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.16666667%;
  }
  .offset-sm-8 {
    margin-left: 33.33333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.66666667%;
  }
  .offset-sm-11 {
    margin-left: 45.83333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.16666667%;
  }
  .offset-sm-14 {
    margin-left: 58.33333333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.66666667%;
  }
  .offset-sm-17 {
    margin-left: 70.83333333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.16666667%;
  }
  .offset-sm-20 {
    margin-left: 83.33333333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.66666667%;
  }
  .offset-sm-23 {
    margin-left: 95.83333333%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    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.33333333%;
  }
  .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.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-md-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-md-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-md-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-md-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.16666667%;
  }
  .offset-md-2 {
    margin-left: 8.33333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.66666667%;
  }
  .offset-md-5 {
    margin-left: 20.83333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.16666667%;
  }
  .offset-md-8 {
    margin-left: 33.33333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.66666667%;
  }
  .offset-md-11 {
    margin-left: 45.83333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.16666667%;
  }
  .offset-md-14 {
    margin-left: 58.33333333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.66666667%;
  }
  .offset-md-17 {
    margin-left: 70.83333333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.16666667%;
  }
  .offset-md-20 {
    margin-left: 83.33333333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.66666667%;
  }
  .offset-md-23 {
    margin-left: 95.83333333%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    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.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-lg-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-lg-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-lg-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-lg-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.16666667%;
  }
  .offset-lg-2 {
    margin-left: 8.33333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.66666667%;
  }
  .offset-lg-5 {
    margin-left: 20.83333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.16666667%;
  }
  .offset-lg-8 {
    margin-left: 33.33333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.66666667%;
  }
  .offset-lg-11 {
    margin-left: 45.83333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.16666667%;
  }
  .offset-lg-14 {
    margin-left: 58.33333333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.66666667%;
  }
  .offset-lg-17 {
    margin-left: 70.83333333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.16666667%;
  }
  .offset-lg-20 {
    margin-left: 83.33333333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.66666667%;
  }
  .offset-lg-23 {
    margin-left: 95.83333333%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    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.33333333%;
  }
  .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.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xl-23 {
    margin-left: 95.83333333%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1219px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xxl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xxl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xxl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xxl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xxl-12 {
    margin-left: 50%;
  }
  .offset-xxl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xxl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xxl-18 {
    margin-left: 75%;
  }
  .offset-xxl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xxl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xxl-23 {
    margin-left: 95.83333333%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

.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-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --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(180.48, 181.92, 183.2);
  --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(167.2, 184.8, 176.64);
  --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(165.28, 195.52, 201.6);
  --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(204, 194.08, 164.32);
  --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(198.4, 171.68, 174.24);
  --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(198.4, 199.2, 200);
  --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(77.4, 80.6, 83.8);
  --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: 1218.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 + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  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 {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 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 + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.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 + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.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 + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: 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");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@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: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

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

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.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 {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  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] {
  --bs-form-check-bg-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] {
  --bs-form-check-bg-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;
  --bs-form-check-bg-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 {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  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 {
  --bs-form-switch-bg: 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;
  --bs-form-switch-bg: 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;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.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;
  appearance: none;
  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;
}
@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: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  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;
}
@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: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) 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 {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.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: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

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

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

.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(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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: var(--bs-form-valid-color);
}

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

.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: var(--bs-form-valid-border-color);
  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: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 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: var(--bs-form-valid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: 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");
  padding-right: 4.125rem;
  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: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 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: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

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

.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: var(--bs-form-invalid-border-color);
  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: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 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: var(--bs-form-invalid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: 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");
  padding-right: 4.125rem;
  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: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 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: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.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-zindex: 1000;
  --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: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --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: var(--bs-dropdown-zindex);
  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: 1219px) {
  .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;
  border-radius: var(--bs-dropdown-item-border-radius, 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: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.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: calc(var(--bs-border-width) * -1);
}
.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: var(--bs-secondary-color);
  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;
  background: none;
  border: 0;
  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:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  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.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(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.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-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.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(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --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(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --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%2833, 37, 41, 0.75%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(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --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-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 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 .nav-link.active, .navbar-nav .nav-link.show {
  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: 1219px) {
  .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,
.navbar[data-bs-theme=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");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --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-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --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);
  color: var(--bs-body-color);
  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);
  color: var(--bs-card-title-color);
}

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

.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: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --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: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --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='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --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: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.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(-1 * var(--bs-accordion-border-width)) 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;
  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-header .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-header .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-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-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%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-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%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");
}

.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: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  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: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --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: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  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: calc(var(--bs-border-width) * -1);
}
.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: var(--bs-border-radius-lg);
}

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

.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: var(--bs-border-radius);
  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: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  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;
  color: var(--bs-alert-link-color);
}

.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: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --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-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.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: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --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(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-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(-1 * var(--bs-list-group-border-width));
  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:not(:last-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:not(:first-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(-1 * var(--bs-list-group-border-width));
    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:not(:last-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:not(:first-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(-1 * var(--bs-list-group-border-width));
    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:not(:last-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:not(:first-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(-1 * var(--bs-list-group-border-width));
    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:not(:last-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:not(:first-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(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1219px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-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:not(:first-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(-1 * var(--bs-list-group-border-width));
    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 {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --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(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  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 {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  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(-0.5 * var(--bs-toast-padding-x));
  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: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --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: var(--bs-border-width);
  --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: var(--bs-border-width);
  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;
  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(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) 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: var(--bs-box-shadow);
  }
  .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: 1218.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: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --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;
  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: calc(-1 * var(--bs-tooltip-arrow-height));
}
.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: calc(-1 * var(--bs-tooltip-arrow-height));
  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: calc(-1 * var(--bs-tooltip-arrow-height));
}
.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: calc(-1 * var(--bs-tooltip-arrow-height));
  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: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --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(-1 * (var(--bs-popover-arrow-height)) - 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(-1 * (var(--bs-popover-arrow-height)) - 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(-1 * (var(--bs-popover-arrow-height)) - 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(-0.5 * var(--bs-popover-arrow-width));
  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(-1 * (var(--bs-popover-arrow-height)) - 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;
}

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

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

.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") /*rtl: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-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") /*rtl: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-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%;
}
.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;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .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-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    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: var(--bs-offcanvas-transition);
  }
}
@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: var(--bs-offcanvas-zindex);
    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: var(--bs-offcanvas-transition);
  }
}
@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: var(--bs-offcanvas-zindex);
    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: var(--bs-offcanvas-transition);
  }
}
@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: var(--bs-offcanvas-zindex);
    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: var(--bs-offcanvas-transition);
  }
}
@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: 1218.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    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: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1218.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1218.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: 1219px) {
  .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: var(--bs-offcanvas-zindex);
  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: var(--bs-offcanvas-transition);
}
@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;
  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: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

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

.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(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.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: 1219px) {
  .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) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !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: var(--bs-border-width);
  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;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: 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;
}

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-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-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-gap-5 {
  column-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-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  --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: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

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

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

.rounded {
  border-radius: 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-xxl) !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-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

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

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

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

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

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

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

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

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

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-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;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-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;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-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;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-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: 1219px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-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-inline-grid {
    display: inline-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;
  }
}
a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button,
.btn {
  margin: 0;
  border: 0;
  background: unset;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin: 0;
}

/*@font-face {
    font-family: 'Inter';
    src: url('/Exotika/Fonts/Inter-VariableFont_opsz,wght.woff') format('woff');
}

@font-face {
    font-family: 'InterItalic';
    src: url('/Exotika/Fonts/Inter-Italic-VariableFont_opsz,wght.woff') format('woff');
}
*/
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("/Exotika/Fonts/inter-v18-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/Exotika/Fonts/inter-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/Exotika/Fonts/inter-v18-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/Exotika/Fonts/inter-v18-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/Exotika/Fonts/inter-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("/Exotika/Fonts/inter-v18-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("/Exotika/Fonts/inter-v18-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --half-container-width: 50%;
}

@media (min-width: 576px) {
  :root {
    --half-container-width: 270px;
  }
}
@media (min-width: 768px) {
  :root {
    --half-container-width: 360px;
  }
}
@media (min-width: 992px) {
  :root {
    --half-container-width: 480px;
  }
}
@media (min-width: 1200px) {
  :root {
    --half-container-width: 570px;
  }
}
@media (min-width: 1219px) {
  :root {
    --half-container-width: 609.5px;
  }
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.21;
  color: #000;
  overscroll-behavior: contain;
  letter-spacing: 0.05em;
}

:root {
  --subsubmenu-position-y: 36px;
  --max-extend-hero-bckg: 68px;
  --extend-hero-bckg: 0px;
}

/** {
    text-wrap: balance;
}*/
h1, .h1 {
  font-size: 2.625rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  h1.large, .large.h1 {
    font-size: 3.875rem;
  }
}

h2, .h2 {
  font-weight: 700;
  color: #000;
  font-size: 2.125rem;
}
@media (min-width: 992px) {
  h2.small, .small.h2 {
    font-size: 1.375rem;
  }
}

h4, .h4 {
  font-size: 1.125rem;
  font-weight: 500;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Define fade in animation */
@keyframes fadeInAnimation {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Define fade out animation */
@keyframes fadeOutAnimation {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.tags {
  display: flex;
  gap: 20px;
}

.tag {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  padding: 4px 12px;
  border-radius: 100px;
  transition-property: background-color, color;
  transition-duration: 0.25s;
}
.tag--large {
  padding: 8px 14px;
}
.tag__trip {
  position: absolute;
  top: 14px;
  left: 16px;
}
.tag__primary {
  background-color: #FFA801;
}
@media (min-width: 992px) {
  .tag__primary {
    background-color: #473C35;
  }
}
.tag__secondary {
  background-color: transparent;
  color: #000;
}
.tag__secondary.active, .tag__secondary:hover {
  background-color: #473C35;
  color: #fff;
}
.tag--hotel {
  padding-block: 6px;
  font-size: 0.625rem;
}
.tag__type {
  background-color: #9747FF;
}
.tag__discount {
  background-color: #E30613;
}
.tag__lm {
  background-color: #473C35;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0 25px;
  height: 43px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  transition-property: color, border-color, background-color, background-image, transform, top;
  transition-duration: 0.25s;
}
.btn__primary {
  background-color: #FFA801;
  border: 1px solid #FFA801;
}
@media (hover: hover) and (pointer: fine) {
  .btn__primary:hover {
    background-color: #fff;
  }
}
@media (max-width: 991.98px) {
  .btn__primary--submit {
    padding-top: 21px;
    padding-bottom: 21px;
    height: auto;
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .btn__primary--submit-alt {
    border: 1px solid #FFA801;
  }
}
.btn__secondary {
  border: 1px solid #E1DDDA;
}
@media (hover: hover) and (pointer: fine) {
  .btn__secondary:hover {
    border-color: #000;
  }
}
.btn__secondary.active {
  background-color: #FFA801;
  border: 1px solid #FFA801;
}
.btn__tertiary {
  background-color: #E1DDDA;
  color: #000;
  font-weight: 500;
}
.btn__tertiary--orange-text {
  color: #FFA801;
}
@media (hover: hover) and (pointer: fine) {
  .btn__tertiary:hover {
    background-color: #FFA801;
    color: #fff;
  }
}
.btn__quaternary {
  background-color: #473C35;
  border: 1px solid #473C35;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn__quaternary:hover {
    background-color: #fff;
    color: #000;
  }
}
.btn__quaternary--inverse {
  background-color: #fff;
  color: #473C35;
}
@media (hover: hover) and (pointer: fine) {
  .btn__quaternary--inverse:hover {
    background-color: #473C35;
    color: #fff;
  }
}
.btn__quaternary--selected {
  background-color: #34A853;
  border: 1px solid #34A853;
}
.btn__remove-item {
  height: 33px;
  border: 1px solid #e30612;
  background: #e30612;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn__remove-item:hover {
    background-color: #fff;
    color: #e30612;
  }
}
.btn__add-item {
  padding-inline: 50px 30px;
  border: 1px solid #473C35;
  background: #473C35 url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 20px 14px;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn__add-item:hover {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z' fill='%23473C35'/%3E%3C/svg%3E%0A");
    color: #473C35;
  }
}
.btn--menu-item {
  height: 46px;
}
.btn--account {
  display: block;
  background: 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='M13.3337 14V12.6667C13.3337 11.9594 13.0527 11.2811 12.5526 10.781C12.0525 10.281 11.3742 10 10.667 10H5.33366C4.62641 10 3.94814 10.281 3.44804 10.781C2.94794 11.2811 2.66699 11.9594 2.66699 12.6667V14' stroke='black' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.99967 7.33333C9.47243 7.33333 10.6663 6.13943 10.6663 4.66667C10.6663 3.19391 9.47243 2 7.99967 2C6.52691 2 5.33301 3.19391 5.33301 4.66667C5.33301 6.13943 6.52691 7.33333 7.99967 7.33333Z' stroke='black' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center/16px 16px no-repeat;
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .btn--account {
    width: 46px;
    border-radius: 50%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .btn--account {
    line-height: 44px;
    padding-left: 48px;
    background-position-x: 20px;
  }
}
.btn--account > span {
  display: none;
}
@media (min-width: 992px) {
  .btn--account > span {
    display: block;
  }
}
.btn__search, .btn__subscribe {
  display: block;
  background: #E1DDDA no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  width: 46px;
  border-radius: 50%;
  padding: 0;
}
@media (hover: hover) and (pointer: fine) {
  .btn__search:hover, .btn__subscribe:hover {
    background-color: #473C35;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_698)'%3E%3Cpath d='M16.5429 17.9571C16.9334 18.3476 17.5666 18.3476 17.9571 17.9571C18.3476 17.5666 18.3476 16.9334 17.9571 16.5429L16.5429 17.9571ZM13.3382 7.54412C13.3382 10.7441 10.7441 13.3382 7.54412 13.3382V15.3382C11.8487 15.3382 15.3382 11.8487 15.3382 7.54412H13.3382ZM7.54412 13.3382C4.34411 13.3382 1.75 10.7441 1.75 7.54412H-0.25C-0.25 11.8487 3.23955 15.3382 7.54412 15.3382V13.3382ZM1.75 7.54412C1.75 4.34411 4.34411 1.75 7.54412 1.75V-0.25C3.23955 -0.25 -0.25 3.23955 -0.25 7.54412H1.75ZM7.54412 1.75C10.7441 1.75 13.3382 4.34411 13.3382 7.54412H15.3382C15.3382 3.23955 11.8487 -0.25 7.54412 -0.25V1.75ZM11.69 13.1042L16.5429 17.9571L17.9571 16.5429L13.1042 11.69L11.69 13.1042Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_698'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.btn__search.open, .btn__subscribe.open {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L2 12' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 2L12 12' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 14px 14px;
  background-color: #473C35;
}
.btn__search--search-field, .btn__search--subscribe-field, .btn__subscribe--search-field, .btn__subscribe--subscribe-field {
  height: 46px;
  margin: 3px;
  background-color: #FFA801;
}
@media (hover: hover) and (pointer: fine) {
  .btn__search--search-field:hover, .btn__search--subscribe-field:hover, .btn__subscribe--search-field:hover, .btn__subscribe--subscribe-field:hover {
    background-color: #FF6700;
  }
}
.btn__search {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_698)'%3E%3Cpath d='M16.5429 17.9571C16.9334 18.3476 17.5666 18.3476 17.9571 17.9571C18.3476 17.5666 18.3476 16.9334 17.9571 16.5429L16.5429 17.9571ZM13.3382 7.54412C13.3382 10.7441 10.7441 13.3382 7.54412 13.3382V15.3382C11.8487 15.3382 15.3382 11.8487 15.3382 7.54412H13.3382ZM7.54412 13.3382C4.34411 13.3382 1.75 10.7441 1.75 7.54412H-0.25C-0.25 11.8487 3.23955 15.3382 7.54412 15.3382V13.3382ZM1.75 7.54412C1.75 4.34411 4.34411 1.75 7.54412 1.75V-0.25C3.23955 -0.25 -0.25 3.23955 -0.25 7.54412H1.75ZM7.54412 1.75C10.7441 1.75 13.3382 4.34411 13.3382 7.54412H15.3382C15.3382 3.23955 11.8487 -0.25 7.54412 -0.25V1.75ZM11.69 13.1042L16.5429 17.9571L17.9571 16.5429L13.1042 11.69L11.69 13.1042Z' fill='%23111111'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_698'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn__search--search-field {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_698)'%3E%3Cpath d='M16.5429 17.9571C16.9334 18.3476 17.5666 18.3476 17.9571 17.9571C18.3476 17.5666 18.3476 16.9334 17.9571 16.5429L16.5429 17.9571ZM13.3382 7.54412C13.3382 10.7441 10.7441 13.3382 7.54412 13.3382V15.3382C11.8487 15.3382 15.3382 11.8487 15.3382 7.54412H13.3382ZM7.54412 13.3382C4.34411 13.3382 1.75 10.7441 1.75 7.54412H-0.25C-0.25 11.8487 3.23955 15.3382 7.54412 15.3382V13.3382ZM1.75 7.54412C1.75 4.34411 4.34411 1.75 7.54412 1.75V-0.25C3.23955 -0.25 -0.25 3.23955 -0.25 7.54412H1.75ZM7.54412 1.75C10.7441 1.75 13.3382 4.34411 13.3382 7.54412H15.3382C15.3382 3.23955 11.8487 -0.25 7.54412 -0.25V1.75ZM11.69 13.1042L16.5429 17.9571L17.9571 16.5429L13.1042 11.69L11.69 13.1042Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_698'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (hover: hover) and (pointer: fine) {
  .btn__search--search-field:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_698)'%3E%3Cpath d='M16.5429 17.9571C16.9334 18.3476 17.5666 18.3476 17.9571 17.9571C18.3476 17.5666 18.3476 16.9334 17.9571 16.5429L16.5429 17.9571ZM13.3382 7.54412C13.3382 10.7441 10.7441 13.3382 7.54412 13.3382V15.3382C11.8487 15.3382 15.3382 11.8487 15.3382 7.54412H13.3382ZM7.54412 13.3382C4.34411 13.3382 1.75 10.7441 1.75 7.54412H-0.25C-0.25 11.8487 3.23955 15.3382 7.54412 15.3382V13.3382ZM1.75 7.54412C1.75 4.34411 4.34411 1.75 7.54412 1.75V-0.25C3.23955 -0.25 -0.25 3.23955 -0.25 7.54412H1.75ZM7.54412 1.75C10.7441 1.75 13.3382 4.34411 13.3382 7.54412H15.3382C15.3382 3.23955 11.8487 -0.25 7.54412 -0.25V1.75ZM11.69 13.1042L16.5429 17.9571L17.9571 16.5429L13.1042 11.69L11.69 13.1042Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_698'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.btn__subscribe {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_12042)'%3E%3Cpath d='M9.36965 10.09C8.97965 9.69996 8.97965 9.06996 9.36965 8.67996L12.8496 5.19996L9.36965 1.71996C8.97965 1.32996 8.97965 0.699956 9.36965 0.309956C9.75965 -0.0800439 10.3896 -0.0800439 10.7796 0.309956L14.9696 4.49996C15.3596 4.88996 15.3596 5.51996 14.9696 5.90996L10.7796 10.1C10.3896 10.49 9.75965 10.49 9.36965 10.1V10.09Z' fill='white'/%3E%3Cpath d='M0.29 5.9C0.11 5.72 0 5.47 0 5.19C0 4.64 0.45 4.19 1 4.19H13.13C13.68 4.19 14.13 4.64 14.13 5.19C14.13 5.74 13.68 6.19 13.13 6.19H1C0.72 6.19 0.47 6.08 0.29 5.9Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_12042'%3E%3Crect width='15.27' height='10.38' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (hover: hover) and (pointer: fine) {
  .btn__subscribe:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_12042)'%3E%3Cpath d='M9.36965 10.09C8.97965 9.69996 8.97965 9.06996 9.36965 8.67996L12.8496 5.19996L9.36965 1.71996C8.97965 1.32996 8.97965 0.699956 9.36965 0.309956C9.75965 -0.0800439 10.3896 -0.0800439 10.7796 0.309956L14.9696 4.49996C15.3596 4.88996 15.3596 5.51996 14.9696 5.90996L10.7796 10.1C10.3896 10.49 9.75965 10.49 9.36965 10.1V10.09Z' fill='white'/%3E%3Cpath d='M0.29 5.9C0.11 5.72 0 5.47 0 5.19C0 4.64 0.45 4.19 1 4.19H13.13C13.68 4.19 14.13 4.64 14.13 5.19C14.13 5.74 13.68 6.19 13.13 6.19H1C0.72 6.19 0.47 6.08 0.29 5.9Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_12042'%3E%3Crect width='15.27' height='10.38' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.btn__term-select {
  width: 36px;
  height: 36px;
  position: relative;
  background: #473C35;
  border: 1px solid #473C35;
  border-radius: 50%;
  padding: 0;
  transition-duration: 0.2s;
  transition-property: background-color;
}
.btn__term-select::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66699 1V14.3333' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 7.6665H14.3333' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-position: center;
  background-size: contain;
  transition-duration: 0.2s;
  transition-property: background-image, height;
}
.btn__term-select.selected {
  background-color: transparent;
}
.btn__term-select.selected::after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='2' viewBox='0 0 15 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.666504H14.3333' stroke='%23473C35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  height: 2px;
}
.btn--full-width {
  width: 100%;
}
@media (max-width: 991.98px) {
  .btn--full-width-mobile {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .btn--mobile {
    display: none;
  }
}
.btn--wide {
  padding-inline: 35px;
}
.btn__order-method {
  border: 1px solid #E1DDDA;
  border-radius: 0;
  transition-delay: 0.05s;
  transition-property: border-color, color, z-index;
  align-content: center;
  padding-inline: 20px;
}
.btn__order-method + .btn__order-method {
  border-left-color: transparent;
}
.btn__order-method:last-child {
  margin-left: 0;
}
@media (hover: hover) and (pointer: fine) {
  .btn__order-method:hover {
    border-color: #FFA801;
    color: #FFA801;
  }
}
.btn__order-method.active {
  background: #FFA801;
  border: 0;
  border-radius: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .btn__order-method.active:hover {
    border: 0;
    color: #000;
  }
}
.btn__social {
  width: 43px;
  height: 43px;
  border: 1px solid #E1DDDA;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  transition-property: color, border-color, background-color, background-image, transform, top;
  transition-duration: 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .btn__social:hover {
    border-color: #FFA801;
    transform: rotate(360deg);
  }
}
.btn__social--fb {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 10 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4367 19.1637V10.8174H9.27989L9.70251 7.54951H6.4367V5.46802C6.4367 4.52503 6.702 3.8794 8.06858 3.8794H9.8002V0.965928C8.95767 0.876508 8.11078 0.833332 7.26344 0.836598C4.75032 0.836598 3.02487 2.35596 3.02487 5.1452V7.5434H0.200195V10.8113H3.03104V19.1637H6.4367Z' fill='%23FFA801'/%3E%3C/svg%3E%0A");
  background-size: 9.6px 18.333px;
}
.btn__social--ig {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2985 6.24581C18.2883 5.47628 18.144 4.71441 17.8721 3.99427C17.6363 3.38683 17.2762 2.83517 16.8148 2.37453C16.3534 1.9139 15.8009 1.55441 15.1924 1.31904C14.4803 1.05219 13.7281 0.907895 12.9677 0.892308C11.9886 0.848618 11.6782 0.836426 9.19289 0.836426C6.7076 0.836426 6.38905 0.836426 5.41712 0.892308C4.65703 0.90801 3.90512 1.0523 3.19338 1.31904C2.58483 1.55425 2.03217 1.91367 1.57074 2.37433C1.10932 2.83499 0.749288 3.38674 0.513695 3.99427C0.24586 4.70461 0.10164 5.45544 0.0872663 6.21431C0.0435039 7.19275 0.0302734 7.50265 0.0302734 9.98381C0.0302734 12.465 0.0302734 12.782 0.0872663 13.7533C0.102532 14.5133 0.246032 15.2631 0.513695 15.9754C0.749684 16.5827 1.10998 17.1342 1.57156 17.5947C2.03314 18.0552 2.58586 18.4145 3.19439 18.6496C3.90419 18.9272 4.65623 19.0818 5.41813 19.1068C6.39821 19.1505 6.70862 19.1637 9.19391 19.1637C11.6792 19.1637 11.9978 19.1637 12.9697 19.1068C13.7301 19.0919 14.4824 18.9479 15.1944 18.6811C15.8027 18.4454 16.3552 18.0859 16.8165 17.6253C17.2779 17.1647 17.6381 16.6131 17.8741 16.0059C18.1418 15.2946 18.2853 14.5448 18.3006 13.7838C18.3443 12.8064 18.3575 12.4965 18.3575 10.0143C18.3555 7.53313 18.3555 7.21815 18.2985 6.24581ZM9.18679 14.6759C6.58751 14.6759 4.48182 12.5737 4.48182 9.97873C4.48182 7.38377 6.58751 5.28159 9.18679 5.28159C10.4346 5.28159 11.6313 5.77646 12.5137 6.65735C13.396 7.53823 13.8918 8.73297 13.8918 9.97873C13.8918 11.2245 13.396 12.4192 12.5137 13.3001C11.6313 14.181 10.4346 14.6759 9.18679 14.6759ZM14.079 6.20313C13.4714 6.20313 12.9819 5.7134 12.9819 5.10785C12.9819 4.96408 13.0103 4.82172 13.0654 4.68889C13.1205 4.55607 13.2013 4.43538 13.3031 4.33372C13.4049 4.23206 13.5258 4.15142 13.6589 4.0964C13.7919 4.04138 13.9345 4.01307 14.0785 4.01307C14.2225 4.01307 14.3651 4.04138 14.4982 4.0964C14.6312 4.15142 14.7521 4.23206 14.8539 4.33372C14.9557 4.43538 15.0365 4.55607 15.0916 4.68889C15.1467 4.82172 15.1751 4.96408 15.1751 5.10785C15.1751 5.7134 14.6846 6.20313 14.079 6.20313Z' fill='%23FFA801'/%3E%3Cpath d='M9.19322 13.0544C10.8802 13.0544 12.2478 11.6868 12.2478 9.99986C12.2478 8.31288 10.8802 6.94531 9.19322 6.94531C7.50624 6.94531 6.13867 8.31288 6.13867 9.99986C6.13867 11.6868 7.50624 13.0544 9.19322 13.0544Z' fill='%23FFA801'/%3E%3C/svg%3E%0A");
}
.btn__social--tt {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6001 0.836426H1.89096C0.926599 0.836426 0.145508 1.61752 0.145508 2.58188V18.291C0.145508 19.2553 0.926599 20.0364 1.89096 20.0364H17.6001C18.5644 20.0364 19.3455 19.2553 19.3455 18.291V2.58188C19.3455 1.61752 18.5635 0.836426 17.6001 0.836426ZM16.4559 9.10464C16.3425 9.11512 16.2281 9.1221 16.1129 9.1221C14.8082 9.1221 13.6614 8.45184 12.9938 7.43686C12.9938 10.0978 12.9938 13.1262 12.9938 13.1768C12.9938 15.5201 11.0939 17.4191 8.75147 17.4191C6.40907 17.4182 4.50914 15.5183 4.50914 13.1759C4.50914 10.8326 6.40907 8.93359 8.75147 8.93359C8.84049 8.93359 8.92689 8.94144 9.01329 8.94668V11.0377C8.92602 11.0273 8.84136 11.0116 8.75147 11.0116C7.55584 11.0116 6.58624 11.9812 6.58624 13.1768C6.58624 14.3724 7.55496 15.342 8.75147 15.342C9.94798 15.342 11.004 14.3995 11.004 13.2038C11.004 13.1558 11.0249 3.45548 11.0249 3.45548H13.0226C13.2102 5.24195 14.6529 6.65228 16.4559 6.78144V9.10464Z' fill='%23FFA801'/%3E%3C/svg%3E%0A");
  background-size: 19.2px 19.2px;
}
.btn__social--yt {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1402 0.45459H4.40518C2.10278 0.45459 0.236328 2.32104 0.236328 4.62344V10.4897C0.236328 12.7921 2.10278 14.6586 4.40518 14.6586H16.1402C18.4426 14.6586 20.3091 12.7921 20.3091 10.4897V4.62344C20.3091 2.32104 18.4426 0.45459 16.1402 0.45459ZM13.3208 7.84199L7.83199 10.4598C7.68573 10.5296 7.51679 10.423 7.51679 10.2609V4.86161C7.51679 4.69728 7.69017 4.59078 7.83673 4.66506L13.3256 7.44655C13.4888 7.52923 13.486 7.76327 13.3208 7.84199Z' fill='%23FFA801'/%3E%3C/svg%3E%0A");
}

.badge {
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #000;
}
.badge__primary {
  background-color: #FFA801;
}

.search-field input {
  margin-left: 28px;
  border: 0;
  width: 100%;
  max-width: 70%;
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  outline: none;
}
.search-field input::placeholder {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
@media (min-width: 992px) {
  .search-field input {
    margin-left: 40px;
  }
}

/* ───── Responsive breakpoints ───── */
@media (max-width: 1200px) {
  .column {
    flex: 1 1 calc(33.333% - 1rem);
  }
  /* 3 columns */
}
@media (max-width: 900px) {
  .column {
    flex: 1 1 calc(50% - 1rem);
  }
  /* 2 columns */
}
@media (max-width: 600px) {
  .column {
    flex: 1 1 100%;
  }
  /* 1 column  */
}
.checkbox-list {
  display: flex;
}
.checkbox-list--vertical {
  flex-direction: column;
}
.checkbox-list > * {
  flex: 1 1 0;
}
.checkbox-list .checkbox-item {
  display: grid;
  position: relative;
}
.checkbox-list .checkbox-item .expand-button {
  position: absolute;
  top: 2px;
  right: 15px;
  width: 25px;
  height: 25px;
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_843)'%3E%3Cpath d='M6.36426 4.5L3.53583 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.707706 4.5L3.53613 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_843'%3E%3Crect width='5' height='5' fill='white' transform='translate(7.07129 4.5) rotate(135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 8px 9px;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: transform, margin-top, top, right;
  transition-duration: 0.25s;
}
.checkbox-list .checkbox-item .expand-button.expanded {
  transform: rotate(0deg);
}
.checkbox-list .checkbox-submenu-list-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.2s;
  padding-left: 28px;
}
.checkbox-list .checkbox-submenu-list-wrapper.open {
  grid-template-rows: 1fr;
}
.checkbox-list .checkbox-submenu-list-wrapper > .checkbox-submenu-list {
  overflow: hidden;
}

.checkbox-wrapper {
  display: flex;
}
.checkbox-wrapper input {
  display: none;
}
.checkbox-wrapper input:checked + label::after {
  content: "";
}
.checkbox-wrapper input.invalid + label {
  color: #e30612;
}
.checkbox-wrapper input.invalid + label::before {
  /*border-color: $warning-color;*/
}
.checkbox-wrapper label {
  position: relative;
  padding-left: 28px;
  font-size: 0.875rem;
  line-height: 2em;
  color: #000;
  cursor: pointer;
  transition: color 0.25s;
}
.checkbox-wrapper label a {
  text-decoration: underline;
}
@media (hover) {
  .checkbox-wrapper label:hover {
    color: #FFA801;
  }
}
.checkbox-wrapper label.country-flag {
  padding-left: 60px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 27px center;
}
.checkbox-wrapper label::before {
  position: absolute;
  content: "";
  border: 1px solid #E1DDDA;
  border-radius: 3px;
  top: 8px;
  left: 0;
  height: 12px;
  width: 12px;
}
.checkbox-wrapper label::after {
  position: absolute;
  top: 9px;
  left: 4px;
  width: 10px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='%23FFA801' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
  background-position: center;
}
.checkbox-wrapper--agreement label {
  font-size: 0.75rem;
  line-height: 1.21;
}
.checkbox-wrapper--agreement label::before {
  top: 0px;
  border-radius: initial;
  width: 13px;
  height: 13px;
}
.checkbox-wrapper--agreement label::after {
  top: 1px;
}

.select {
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: border-color 0.25s;
}
.select .select-options {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.25s;
  background-color: #fff;
  border: 1px solid #FFA801;
  border-radius: 5px;
  padding: 5px 18px;
  box-shadow: 0 0 15px #7D6F67;
}
.select .select-options .select-option {
  padding: 7px 10px;
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  line-height: 28px;
}
@media (hover: hover) {
  .select .select-options .select-option:hover {
    background-color: #E1DDDA;
  }
}
.select .select-options .select-option.selected {
  color: rgba(0, 0, 0, 0.4666666667);
}
.select .select-options .select-option .image {
  flex: 0 0 80px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
.select::after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  right: 28px;
  width: 8px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_843)'%3E%3Cpath d='M6.36426 4.5L3.53583 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.707706 4.5L3.53613 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_843'%3E%3Crect width='5' height='5' fill='white' transform='translate(7.07129 4.5) rotate(135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transition-property: transform, margin-top, top, right;
  transition-duration: 0.25s;
}
.select.open {
  z-index: 3;
  border-color: #FFA801;
}
.select.open::after {
  top: 23px;
  right: 29px;
  transform: rotate(-180deg);
}
.select.open .select-options {
  transform: scaleY(1);
}
.select.no-options::after {
  content: initial;
}
.select__sorting {
  border: 1px solid #E1DDDA;
  border-radius: 100px;
}
.select__sorting .selected-area {
  margin: 13px 28px;
  display: grid;
  gap: 3px;
}
.select__sorting .selected-area .heading {
  font-size: 0.625rem;
}
.select__sorting .selected-area .selected-value {
  font-size: 0.75rem;
  font-weight: 600;
}
.select__sorting .select-options {
  font-size: 0.75rem;
  color: #000;
  font-weight: 600;
}
.select__sorting .select-options .select-option {
  padding: 7px 10px;
}
@media (hover: hover) {
  .select__sorting .select-options .select-option:hover {
    background-color: #E1DDDA;
  }
}
.select__sorting .select-options .select-option.selected {
  color: rgba(0, 0, 0, 0.4666666667);
}
.select__hotel-option {
  background: #fff;
  padding: 10px 28px 13px 45px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .select__hotel-option {
    padding: 10px 50px 10px 45px;
    font-size: 0.875rem;
  }
}
.select__hotel-option::after {
  top: 18px;
}
@media (max-width: 991.98px) {
  .select__hotel-option::after {
    right: 11px;
  }
}
.select__hotel-option.open::after {
  top: 20px;
}
@media (max-width: 991.98px) {
  .select__hotel-option.open::after {
    right: 12px;
  }
}
.select__hotel-option--flight::before {
  left: 14px;
  width: 16px;
  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='M12.2753 15.0384L13.3473 13.9664L12.3941 5.86862L14.6569 3.60588C14.9569 3.30582 15.1255 2.89885 15.1255 2.47451C15.1255 2.05016 14.9569 1.64319 14.6569 1.34313C14.3568 1.04308 13.9498 0.874505 13.5255 0.874505C13.1011 0.874505 12.6942 1.04308 12.3941 1.34313L10.072 3.66527L1.97419 2.71209L0.962175 3.7241L7.07723 6.66001L4.47451 9.26273L1.64609 8.69704L0.514716 9.82841L4.47451 11.5255L6.17157 15.4853L7.30294 14.3539L6.73726 11.5255L9.38749 8.87524L12.2753 15.0384Z' fill='%23473C35'/%3E%3C/svg%3E%0A");
}
.select__hotel-option--transfer::before {
  left: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 9H2V4H14M12.5 15C12.1022 15 11.7206 14.842 11.4393 14.5607C11.158 14.2794 11 13.8978 11 13.5C11 13.1022 11.158 12.7206 11.4393 12.4393C11.7206 12.158 12.1022 12 12.5 12C12.8978 12 13.2794 12.158 13.5607 12.4393C13.842 12.7206 14 13.1022 14 13.5C14 13.8978 13.842 14.2794 13.5607 14.5607C13.2794 14.842 12.8978 15 12.5 15ZM3.5 15C3.10218 15 2.72064 14.842 2.43934 14.5607C2.15804 14.2794 2 13.8978 2 13.5C2 13.1022 2.15804 12.7206 2.43934 12.4393C2.72064 12.158 3.10218 12 3.5 12C3.89782 12 4.27936 12.158 4.56066 12.4393C4.84196 12.7206 5 13.1022 5 13.5C5 13.8978 4.84196 14.2794 4.56066 14.5607C4.27936 14.842 3.89782 15 3.5 15ZM0 14C0 14.88 0.39 15.67 1 16.22V18C1 18.2652 1.10536 18.5196 1.29289 18.7071C1.48043 18.8946 1.73478 19 2 19H3C3.26522 19 3.51957 18.8946 3.70711 18.7071C3.89464 18.5196 4 18.2652 4 18V17H12V18C12 18.2652 12.1054 18.5196 12.2929 18.7071C12.4804 18.8946 12.7348 19 13 19H14C14.2652 19 14.5196 18.8946 14.7071 18.7071C14.8946 18.5196 15 18.2652 15 18V16.22C15.61 15.67 16 14.88 16 14V4C16 0.5 12.42 0 8 0C3.58 0 0 0.5 0 4V14Z' fill='%23473C35'/%3E%3C/svg%3E%0A");
}
.select__hotel-option--accommodation::before {
  left: 16px;
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7273 1.63636H8.18182V7.36364H1.63636V0H0V12.2727H1.63636V9.81818H16.3636V12.2727H18V4.90909C18 4.04111 17.6552 3.20868 17.0414 2.59492C16.4277 1.98117 15.5953 1.63636 14.7273 1.63636ZM4.90909 6.54545C5.56008 6.54545 6.1844 6.28685 6.64472 5.82654C7.10503 5.36622 7.36364 4.7419 7.36364 4.09091C7.36364 3.43992 7.10503 2.8156 6.64472 2.35528C6.1844 1.89497 5.56008 1.63636 4.90909 1.63636C4.2581 1.63636 3.63378 1.89497 3.17347 2.35528C2.71315 2.8156 2.45455 3.43992 2.45455 4.09091C2.45455 4.7419 2.71315 5.36622 3.17347 5.82654C3.63378 6.28685 4.2581 6.54545 4.90909 6.54545Z' fill='%23473C35'/%3E%3C/svg%3E%0A");
}
.select__hotel-option--flight::before, .select__hotel-option--transfer::before, .select__hotel-option--accommodation::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.select__hotel-option .bold {
  font-weight: 700;
}
.select__hotel-option .selected-area {
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: stretch;
}
@media (min-width: 992px) {
  .select__hotel-option .selected-area {
    justify-content: space-between;
  }
}
.select__hotel-option .selected-area .selected-value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.select__hotel-option .selected-area .selected-value span {
  white-space: inherit;
}
.select__hotel-option .selected-area .image {
  flex: 0 0 90px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
@media (max-width: 991.98px) {
  .select__hotel-option--options-with-icons {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .select__hotel-option--options-with-icons::before {
    background-position-y: 18px;
  }
}
@media (max-width: 991.98px) {
  .select__hotel-option--options-with-icons::after {
    top: 33px;
  }
}
@media (max-width: 991.98px) {
  .select__hotel-option--options-with-icons.open::after {
    top: 35px;
  }
}
@media (max-width: 991.98px) {
  .select__hotel-option--options-with-icons .selected-area {
    display: grid;
    gap: 0;
  }
}
@media (max-width: 991.98px) {
  .select__hotel-option--options-with-icons .selected-area .selected-value {
    order: 2;
  }
}
@media (max-width: 991.98px) {
  .select__hotel-option--options-with-icons .selected-area .image {
    order: 1;
    width: 90px;
    justify-self: end;
  }
}
.select--full-width {
  width: 100%;
}

.input-wrapper {
  position: relative;
  display: grid;
  gap: 5px;
}
.input-wrapper:has(.modified.valid):not(:has(input[type=date], select))::after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(52, 168, 83, 0.3019607843);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='%2334A853' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: center;
}
@media (min-width: 992px) {
  .input-wrapper:has(.modified.valid):not(:has(input[type=date], select))::after {
    bottom: 8px;
  }
}
.input-wrapper--floating-placeholder .placeholder-text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  pointer-events: none;
  position: absolute;
  left: 20px;
  top: 13px;
  transition-duration: 0.2s;
  transition-property: top, left, transform;
  transform-origin: left;
  background: #fff;
}
.input-wrapper--floating-placeholder textarea:focus + .placeholder-text, .input-wrapper--floating-placeholder textarea:not(:placeholder-shown) + .placeholder-text {
  top: -1px;
  left: 22px;
  transform: scale(0.7);
}
.input-wrapper label {
  font-size: 0.875rem;
  letter-spacing: 0;
  transition-property: color, font-size;
  transition-duration: 0.2s;
}
@media (min-width: 992px) {
  .input-wrapper label {
    font-size: 0.75rem;
  }
}
.input-wrapper label:has(+ .invalid) {
  color: #e30612;
  font-weight: 600;
}
.input-wrapper select,
.input-wrapper input,
.input-wrapper textarea {
  border: 1px solid #E1DDDA;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 17px 21px;
  transition: border-color 0.2s;
}
@media (min-width: 992px) {
  .input-wrapper select,
  .input-wrapper input,
  .input-wrapper textarea {
    font-size: 0.75rem;
    padding-block: 13px;
  }
}
.input-wrapper select:focus-visible,
.input-wrapper input:focus-visible,
.input-wrapper textarea:focus-visible {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}
.input-wrapper select.invalid,
.input-wrapper input.invalid,
.input-wrapper textarea.invalid {
  border-color: #e30612;
  color: #e30612;
}
.input-wrapper select.modified.valid,
.input-wrapper input.modified.valid,
.input-wrapper textarea.modified.valid {
  border-color: #34A853;
}
.input-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_843)'%3E%3Cpath d='M6.36426 4.5L3.53583 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.707706 4.5L3.53613 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_843'%3E%3Crect width='5' height='5' fill='white' transform='translate(7.07129 4.5) rotate(135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 20px;
}
@media (min-width: 992px) {
  .input-wrapper select {
    width: 100%;
    background-position-y: 15px;
  }
}
.input-wrapper textarea {
  letter-spacing: 0.05em;
  scroll-padding-top: 17px;
}
.input-wrapper textarea::placeholder {
  color: #000;
}

.input-wrapper-box {
  flex: 1;
  padding: 0 20px;
  border: 1px solid #E1DDDA;
  transition: border-color 0.25s;
  border-radius: 100px;
  position: relative;
}
@media (min-width: 992px) {
  .input-wrapper-box:first-child {
    flex-grow: 1.35;
  }
}
@media (min-width: 992px) {
  .input-wrapper-box:hover {
    border-color: #FFA801;
  }
}
.input-wrapper-box:focus-within, .input-wrapper-box.open {
  border-color: #FFA801;
}
.input-wrapper-box::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 23px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_11764)'%3E%3Cpath d='M3.53613 1.67139L6.36456 4.49981' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.53583 7.32794L6.36426 4.49951' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_11764'%3E%3Crect width='5' height='5' fill='white' transform='translate(3.53613 0.964355) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center right;
  width: 8px;
  height: 9px;
  transition: background-image 0.25s;
}
@media (min-width: 992px) {
  .input-wrapper-box::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_843)'%3E%3Cpath d='M6.36426 4.5L3.53583 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.707706 4.5L3.53613 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_843'%3E%3Crect width='5' height='5' fill='white' transform='translate(7.07129 4.5) rotate(135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    right: 20px;
    top: 15px;
  }
}
.input-wrapper-box input {
  background: none;
  width: 90%;
  border: 0;
  padding: 20px 7px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #000;
  outline: none;
  cursor: pointer;
  text-overflow: ellipsis;
  /*outline-color: $secondary-color;
          outline-width: 1px;*/
}
@media (min-width: 992px) {
  .input-wrapper-box input {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.input-wrapper-box input::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.input-wrapper-box label {
  color: #000;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  pointer-events: none;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0 0.2em;
}
.input-wrapper-box input:not(:placeholder-shown) + label {
  font-size: 0.625rem;
  font-weight: 400;
  top: 24px;
  transform: translateY(-100%);
}
@media (min-width: 992px) {
  .input-wrapper-box input:not(:placeholder-shown) + label {
    top: 18px;
  }
}
.input-wrapper-box--floating-placeholder input {
  color: #000;
  padding-block: 28px 12px;
}
@media (min-width: 992px) {
  .input-wrapper-box--floating-placeholder input {
    padding-block: 20px 6px;
  }
}
.input-wrapper-box--no-arrow::after {
  content: initial;
}
@media (max-width: 991.98px) {
  .input-wrapper-box--header-item input,
  .input-wrapper-box--header-item label {
    color: #fff;
  }
}
.input-wrapper-box--header-item label {
  font-weight: 600;
}
.input-wrapper-box--hotel-search-header-item label {
  font-weight: 600;
}

.select-wrapper-box {
  position: relative;
}
.select-wrapper-box::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 21px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_843)'%3E%3Cpath d='M6.36426 4.5L3.53583 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.707706 4.5L3.53613 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_843'%3E%3Crect width='5' height='5' fill='white' transform='translate(7.07129 4.5) rotate(135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center right;
  width: 8px;
  height: 9px;
}
@media (min-width: 992px) {
  .select-wrapper-box::after {
    top: 15px;
  }
}
.select-wrapper-box select {
  width: 100%;
  appearance: none;
  border: 0;
  padding: 26px 20px 14px 27px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #000;
  border: 1px solid #E1DDDA;
  transition: border-color 0.25s;
  border-radius: 100px;
  background: none;
}
.select-wrapper-box select:hover, .select-wrapper-box select:focus {
  outline: none;
  border-color: #FFA801;
}
@media (min-width: 992px) {
  .select-wrapper-box select {
    color: #000;
    padding: 20px 27px 6px;
  }
}
.select-wrapper-box label {
  position: absolute;
  left: 25px;
  pointer-events: none;
  font-weight: 400;
  font-size: 0.625rem;
  padding: 0 0.2em;
  top: 12px;
}
@media (min-width: 992px) {
  .select-wrapper-box label {
    top: 5px;
  }
}

.child-age-counter,
.passenger-counter {
  height: 55px;
  border: 1px solid #E1DDDA;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 26px 18px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .child-age-counter,
  .passenger-counter {
    height: 40px;
    padding-right: 11px;
  }
}
.child-age-counter__content,
.passenger-counter__content {
  display: flex;
  align-items: center;
}
.child-age-counter__button,
.passenger-counter__button {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.child-age-counter__button--subtract,
.passenger-counter__button--subtract {
  background-color: #473C35;
  background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1154_1653)"><path d="M7.826 4H0.173828" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1154_1653"><rect width="8" height="8" fill="white"/></clipPath></defs></svg>');
  background-size: 8px 8px;
}
.child-age-counter__button--add,
.passenger-counter__button--add {
  background-color: #FFA801;
  background-image: url('data:image/svg+xml,<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1154_1650)"><path d="M4.5 0.195557V8.80425" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.80401 4.5H0.195312" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1154_1650"><rect width="9" height="9" fill="white"/></clipPath></defs></svg>');
  background-size: 9px 9px;
}
.child-age-counter__button--remove,
.passenger-counter__button--remove {
  background-color: #d9d9d9;
  background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1154_1663)"><path d="M2.95117 2.95117L8.36208 8.36208" stroke="%23473C35" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.36208 2.9514L2.95117 8.3623" stroke="%23473C35" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1154_1663"><rect width="8" height="8" fill="white" transform="translate(0 5.65674) rotate(-45)"/></clipPath></defs></svg>');
  background-size: 11px 12px;
}
.child-age-counter__value,
.passenger-counter__value {
  width: 35px;
  text-align: center;
  line-height: initial;
}
.child-age-counter__select,
.passenger-counter__select {
  appearance: none;
  border: 0;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  padding: 3px;
  padding-left: 5px;
  background: none;
}

.child-age-counter__content {
  gap: 5px;
}

body.frozen {
  overflow: hidden;
}

.container--relative {
  position: relative;
}
.container--overflow-visible {
  overflow: visible;
}

.container-wrapper-fixed {
  position: fixed;
  width: 100%;
}
.container-wrapper-fixed--menu-main {
  z-index: 10;
  background-color: #fff;
}
.container-wrapper-fixed--menu-main.shrink {
  box-shadow: 0 0.75rem 0.75rem -0.75rem rgba(0, 0, 0, 0.3);
}
.container-wrapper-fixed--menu-main.shrink .header-menu {
  padding: 6px 0;
}
.container-wrapper-fixed--menu-main.shrink .header-menu .logo a {
  width: 185px;
  height: 37px;
}
.container-wrapper-fixed--menu-main.shrink .header-menu .desktop-items .menu-dropdown--full-width .submenu-wrapper {
  top: 52px;
}

#menuMainContainer {
  /*position: sticky;
  top: 0;*/
}

.header-menu {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  transition-property: padding, box-shadow;
  transition-duration: 0.2s;
}
@media (min-width: 992px) {
  .header-menu {
    align-items: center;
  }
}
.header-menu .logo a {
  display: block;
  width: 185px;
  height: 37px;
  background: url("data:image/svg+xml,%3Csvg width='218' height='43' viewBox='0 0 218 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_401)'%3E%3Cpath d='M43.3784 23.6772C43.3784 17.3527 40.8932 11.4064 36.3806 6.93316C31.8716 2.46352 25.8693 0 19.4892 0H19.3766L16.8042 4.54527C7.21943 5.85987 0 14.068 0 23.6772C0 34.3308 8.7418 42.9964 19.4892 42.9964C23.9982 42.9964 28.4018 41.4261 31.8825 38.5772C33.3576 37.3706 34.6438 35.9588 35.7084 34.3813L35.9228 34.0607L35.534 34.0895C35.1852 34.1148 34.8909 34.1256 34.6184 34.1256C33.2305 34.1256 31.8607 33.9023 30.5454 33.4629C27.7151 32.512 25.2953 30.5851 23.7329 28.0316C22.8973 26.6666 22.3377 25.1935 22.0689 23.652L21.978 23.1297L18.7516 28.8275L18.7952 28.914C19.3984 30.171 20.1577 31.3595 21.0479 32.4472C22.4758 34.1868 24.1907 35.6094 26.1455 36.6863C24.0926 37.72 21.8 38.2674 19.4892 38.2674C11.376 38.2674 4.7742 31.7233 4.7742 23.6808C4.7742 15.6383 11.376 9.09054 19.4892 9.09054H19.6018L21.978 4.89463C29.7534 5.89589 36.1735 11.5901 38.0483 19.1319H28.449L25.7676 23.8645H43.3784V23.6772Z' fill='url(%23paint0_radial_1152_401)'/%3E%3Cpath d='M23.8851 10.834C22.5699 10.834 21.498 11.8965 21.498 13.2003C21.498 14.5041 22.5699 15.5665 23.8851 15.5665C25.2004 15.5665 26.2722 14.5041 26.2722 13.2003C26.2722 11.8965 25.2004 10.834 23.8851 10.834Z' fill='url(%23paint1_radial_1152_401)'/%3E%3Cpath d='M68.811 27.293C68.2805 28.2475 67.5611 29.0398 66.6419 29.6737C65.7263 30.304 64.5672 30.6209 63.1684 30.6209C62.4526 30.6209 61.755 30.5201 61.072 30.322C60.3889 30.1203 59.7603 29.7998 59.1863 29.3532C58.6122 28.9066 58.129 28.3519 57.7402 27.6892C57.3514 27.0265 57.0935 26.2341 56.9699 25.3085H74.1665C74.1665 25.1248 74.181 24.9556 74.2137 24.8007C74.2137 24.6458 74.2283 24.4765 74.261 24.2928V23.7382C74.261 22.0454 74.0139 20.4751 73.5161 19.0273C73.0184 17.5794 72.2881 16.326 71.3252 15.2635C70.3624 14.2011 69.167 13.3691 67.7355 12.7676C66.3076 12.1661 64.6762 11.8672 62.8414 11.8672C61.0066 11.8672 59.5096 12.1913 58.0636 12.836C56.6175 13.4807 55.3676 14.3523 54.3103 15.4472C53.253 16.5421 52.4319 17.8207 51.8397 19.283C51.2474 20.7452 50.9531 22.2939 50.9531 23.9255C50.9531 25.6795 51.2583 27.2894 51.8615 28.7517C52.4682 30.214 53.3148 31.4853 54.4012 32.5622C55.4875 33.6427 56.7701 34.4783 58.2452 35.0798C59.7204 35.6812 61.3263 35.9802 63.0703 35.9802C65.65 35.9802 67.83 35.4111 69.6176 34.2694C71.4052 33.1313 72.8258 31.6366 73.8831 29.789L68.8037 27.293H68.811ZM59.397 17.9143C60.3925 17.176 61.5407 16.805 62.845 16.805C63.7788 16.805 64.5781 16.9419 65.2467 17.2192C65.9152 17.4966 66.4747 17.8495 66.9253 18.2817C67.3758 18.7139 67.7173 19.1749 67.9499 19.6683C68.1824 20.1618 68.3132 20.6084 68.3459 21.0082H57.3006C57.7039 19.6864 58.4015 18.6527 59.397 17.9143Z' fill='%23473C35'/%3E%3Cpath d='M95.8402 12.6021H88.3846L84.4715 18.8869H84.1445L79.9953 12.6021H72.7722L80.602 23.7383L72.6777 35.242H79.9008L84.0501 28.7734H84.3771L88.6644 35.242H95.8402L87.8251 23.7383L95.8402 12.6021Z' fill='%23473C35'/%3E%3Cpath d='M114.878 15.2601C113.807 14.1976 112.531 13.3657 111.056 12.7642C109.581 12.1627 107.957 11.8638 106.187 11.8638C104.418 11.8638 102.794 12.1627 101.319 12.7642C99.8437 13.3657 98.5684 14.1976 97.4965 15.2601C96.4247 16.3226 95.5854 17.594 94.9786 19.0707C94.3719 20.5473 94.0703 22.1645 94.0703 23.9221C94.0703 25.6797 94.3755 27.2932 94.9786 28.7735C95.5854 30.2502 96.4247 31.5215 97.4965 32.584C98.5684 33.6465 99.8437 34.4785 101.319 35.08C102.794 35.6814 104.418 35.9804 106.187 35.9804C107.957 35.9804 109.581 35.6814 111.056 35.08C112.531 34.4785 113.807 33.6465 114.878 32.584C115.95 31.5215 116.79 30.2502 117.396 28.7735C118.003 27.2968 118.305 25.6797 118.305 23.9221C118.305 22.1645 118.003 20.5509 117.396 19.0707C116.79 17.594 115.95 16.3226 114.878 15.2601ZM111.71 26.6485C111.383 27.4481 110.94 28.1252 110.38 28.6798C109.821 29.2345 109.178 29.6595 108.447 29.9512C107.717 30.2429 106.965 30.3906 106.187 30.3906C105.41 30.3906 104.618 30.2429 103.902 29.9512C103.186 29.6595 102.551 29.2345 101.991 28.6798C101.431 28.1252 100.988 27.4481 100.661 26.6485C100.334 25.8489 100.171 24.9377 100.171 23.9221C100.171 22.9064 100.334 21.9988 100.661 21.1956C100.988 20.3961 101.431 19.719 101.991 19.1643C102.551 18.6096 103.186 18.1883 103.902 17.8929C104.618 17.6012 105.377 17.4535 106.187 17.4535C106.998 17.4535 107.717 17.6012 108.447 17.8929C109.178 18.1847 109.821 18.6096 110.38 19.1643C110.94 19.719 111.383 20.3961 111.71 21.1956C112.037 21.9988 112.201 22.9064 112.201 23.9221C112.201 24.9377 112.037 25.8453 111.71 26.6485Z' fill='%23473C35'/%3E%3Cpath d='M130.072 30.0915C129.759 30.1995 129.341 30.2536 128.815 30.2536C128.004 30.2536 127.387 30.0015 126.951 29.4936C126.638 29.1767 126.431 28.7877 126.322 28.3267C126.213 27.8657 126.159 27.365 126.159 26.8284V17.7811H131.75V12.6055H126.159V5.67236H120.055V27.9161C120.055 30.5273 120.785 32.537 122.246 33.9525C122.867 34.5827 123.637 35.0762 124.553 35.4399C125.468 35.8001 126.504 35.9802 127.652 35.9802C128.644 35.9802 129.556 35.8937 130.377 35.7245C131.198 35.5552 131.968 35.2995 132.684 34.9609L130.958 29.6485C130.679 29.8322 130.384 29.9798 130.072 30.0879V30.0915Z' fill='%23473C35'/%3E%3Cpath d='M140.366 12.6021H134.262V35.2384H140.366V12.6021Z' fill='%23473C35'/%3E%3Cpath d='M164.741 12.9729V12.6019H157.191L149.547 20.1798H149.271V5.67236H143.163V35.2418H149.271V27.9413L151.97 25.3085L158.216 35.2418H165.439V34.8709L156.261 21.1522L164.741 12.9729Z' fill='%23473C35'/%3E%3Cpath d='M182.64 14.3345C180.776 12.6885 178.073 11.8638 174.53 11.8638C170.337 11.8638 167.027 13.3729 164.604 16.391L169.033 19.3948C170.494 17.6408 172.278 16.762 174.392 16.762C175.82 16.762 177.015 17.1546 177.982 17.9397C178.945 18.7249 179.428 19.719 179.428 20.9183V21.6098C178.807 21.3649 178.015 21.1236 177.052 20.8931C176.089 20.6626 174.861 20.5473 173.371 20.5473C172.034 20.5473 170.799 20.7238 169.665 21.0804C168.532 21.4333 167.543 21.952 166.708 22.6291C165.868 23.3062 165.214 24.1166 164.749 25.053C164.284 25.993 164.052 27.0483 164.052 28.2188C164.052 29.3894 164.27 30.405 164.706 31.3595C165.142 32.3139 165.745 33.1315 166.522 33.8086C167.3 34.4857 168.208 35.0187 169.247 35.4005C170.287 35.7859 171.398 35.9768 172.579 35.9768C174.163 35.9768 175.46 35.667 176.47 35.0511C177.481 34.4353 178.342 33.6969 179.057 32.8325H179.432V35.2348H185.445V21.6602C185.445 18.426 184.511 15.984 182.647 14.3381L182.64 14.3345ZM179.028 28.0099C178.763 28.6402 178.393 29.1949 177.909 29.6739C177.426 30.1529 176.845 30.5383 176.162 30.83C175.479 31.1217 174.734 31.2694 173.924 31.2694C172.928 31.2694 172.052 30.9921 171.289 30.4374C170.526 29.8828 170.148 29.1444 170.148 28.2188C170.148 27.2932 170.545 26.5189 171.337 25.885C172.129 25.2547 173.255 24.9377 174.716 24.9377C175.617 24.9377 176.449 25.0386 177.208 25.2367C177.967 25.4384 178.705 25.7085 179.421 26.047C179.421 26.7241 179.29 27.3796 179.025 28.0099H179.028Z' fill='%23473C35'/%3E%3Cpath d='M140.366 5.67236H134.262V10.1096H140.366V5.67236Z' fill='%23473C35'/%3E%3Cpath d='M189.678 31.0859C189.075 31.0859 188.562 31.2876 188.134 31.6874C187.709 32.0872 187.494 32.577 187.494 33.1497C187.494 33.7223 187.709 34.2194 188.134 34.6264C188.559 35.0333 189.075 35.2386 189.678 35.2386C190.281 35.2386 190.79 35.0333 191.207 34.6264C191.625 34.2194 191.836 33.7259 191.836 33.1497C191.836 32.5734 191.625 32.0872 191.207 31.6874C190.79 31.2876 190.281 31.0859 189.678 31.0859Z' fill='url(%23paint2_radial_1152_401)'/%3E%3Cpath d='M200.734 27.8804L198.852 27.4338C198.35 27.3005 197.954 27.1529 197.66 26.9872C197.366 26.8215 197.22 26.5982 197.22 26.3173C197.22 26.0184 197.395 25.7734 197.747 25.5826C198.1 25.3917 198.507 25.298 198.975 25.298C199.444 25.298 199.88 25.4061 200.33 25.6222C200.781 25.8383 201.126 26.1876 201.359 26.6666L204.193 25.5213C203.757 24.5273 203.081 23.8033 202.162 23.3459C201.242 22.8885 200.196 22.6616 199.026 22.6616C198.325 22.6616 197.667 22.7481 197.057 22.9245C196.446 23.0974 195.916 23.3459 195.465 23.6701C195.015 23.9942 194.659 24.3868 194.401 24.8514C194.143 25.316 194.012 25.8455 194.012 26.4433C194.012 26.9728 194.121 27.4374 194.339 27.8372C194.557 28.2334 194.833 28.5755 195.167 28.8564C195.502 29.1374 195.872 29.3715 196.283 29.5516C196.693 29.7352 197.09 29.8685 197.475 29.9477L199.204 30.3223C199.924 30.488 200.429 30.6753 200.723 30.8806C201.014 31.0895 201.162 31.356 201.162 31.6873C201.162 31.9863 200.988 32.242 200.636 32.4581C200.283 32.6742 199.807 32.7822 199.204 32.7822C198.601 32.7822 198.089 32.6274 197.613 32.3212C197.137 32.0151 196.755 31.5469 196.472 30.9166L193.536 32.1592C193.703 32.5913 193.947 33.0163 194.263 33.4413C194.579 33.8627 194.968 34.2373 195.429 34.5614C195.891 34.8856 196.432 35.1449 197.06 35.343C197.689 35.5411 198.401 35.6419 199.204 35.6419C200.007 35.6419 200.705 35.5339 201.348 35.3178C201.991 35.1017 202.543 34.8064 203.005 34.4354C203.466 34.0608 203.818 33.6358 204.069 33.1532C204.32 32.6742 204.447 32.1664 204.447 31.6369C204.447 30.7401 204.142 29.9658 203.531 29.3103C202.921 28.6548 201.987 28.1793 200.734 27.8804Z' fill='url(%23paint3_radial_1152_401)'/%3E%3Cpath d='M213.058 27.657L217.622 23.2558V23.0541H213.56L209.447 27.1348H209.294V17.4355H206.01V35.2385H209.294V31.3127L210.751 29.8936L214.112 35.2385H218V35.0404L213.058 27.657Z' fill='url(%23paint4_radial_1152_401)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1152_401' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(0.167134 -2.72284) scale(57.4612 56.96)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_1152_401' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(0.166745 -2.7226) scale(57.4612 56.96)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_1152_401' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(194.91 16.8991) scale(31.4574 31.183)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint3_radial_1152_401' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(195.277 16.899) scale(31.4574 31.183)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint4_radial_1152_401' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(195.277 16.8989) scale(31.4574 31.183)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_1152_401'%3E%3Crect width='218' height='43' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center center no-repeat;
  background-size: contain;
  transition-property: width, height;
  transition-duration: 0.25s;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .header-menu .logo a {
    width: 218px;
    height: 43px;
  }
}
.header-menu__items {
  display: flex;
  gap: 40px;
  align-items: center;
}
.header-menu__items .desktop-items {
  display: none;
  gap: 26px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  height: 46px;
  align-items: center;
}
@media (min-width: 992px) {
  .header-menu__items .desktop-items {
    display: flex;
  }
}
.header-menu__items .desktop-items > li {
  transition-property: color, border-color, background-color, background-image, transform, top;
  transition-duration: 0.25s;
}
.header-menu__items .desktop-items > li:not(.menu-dropdown):hover {
  color: #FFA801;
}
.header-menu__items .desktop-items > li .link {
  display: inline-block;
  line-height: 46px;
}
.header-menu.menu-open .main-menu-items .btn {
  border: 1px solid #fff;
  color: #fff;
  transition-property: color, border-color, background-color, background-image, transform, top;
  transition-duration: 0.25s;
}
@media (min-width: 992px) {
  .header-menu.menu-open .main-menu-items .btn {
    border: 1px solid #7D6F67;
  }
}
.header-menu.menu-open .main-menu-items .btn:hover {
  border-color: #fff;
}
.header-menu.menu-open .main-menu-items .account .btn {
  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='M13.3337 14V12.6667C13.3337 11.9594 13.0527 11.2811 12.5526 10.781C12.0525 10.281 11.3742 10 10.667 10H5.33366C4.62641 10 3.94814 10.281 3.44804 10.781C2.94794 11.2811 2.66699 11.9594 2.66699 12.6667V14' stroke='white' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.99967 7.33333C9.47243 7.33333 10.6663 6.13943 10.6663 4.66667C10.6663 3.19391 9.47243 2 7.99967 2C6.52691 2 5.33301 3.19391 5.33301 4.66667C5.33301 6.13943 6.52691 7.33333 7.99967 7.33333Z' stroke='white' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.header-menu.menu-open .main-menu-items .search .btn {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_698)'%3E%3Cpath d='M16.5429 17.9571C16.9334 18.3476 17.5666 18.3476 17.9571 17.9571C18.3476 17.5666 18.3476 16.9334 17.9571 16.5429L16.5429 17.9571ZM13.3382 7.54412C13.3382 10.7441 10.7441 13.3382 7.54412 13.3382V15.3382C11.8487 15.3382 15.3382 11.8487 15.3382 7.54412H13.3382ZM7.54412 13.3382C4.34411 13.3382 1.75 10.7441 1.75 7.54412H-0.25C-0.25 11.8487 3.23955 15.3382 7.54412 15.3382V13.3382ZM1.75 7.54412C1.75 4.34411 4.34411 1.75 7.54412 1.75V-0.25C3.23955 -0.25 -0.25 3.23955 -0.25 7.54412H1.75ZM7.54412 1.75C10.7441 1.75 13.3382 4.34411 13.3382 7.54412H15.3382C15.3382 3.23955 11.8487 -0.25 7.54412 -0.25V1.75ZM11.69 13.1042L16.5429 17.9571L17.9571 16.5429L13.1042 11.69L11.69 13.1042Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_698'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 991.98px) {
  .header-menu.search-open .main-menu-items .btn {
    border: 1px solid #fff;
  }
}
@media (max-width: 991.98px) {
  .header-menu.search-open .main-menu-items .account .btn {
    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='M13.3337 14V12.6667C13.3337 11.9594 13.0527 11.2811 12.5526 10.781C12.0525 10.281 11.3742 10 10.667 10H5.33366C4.62641 10 3.94814 10.281 3.44804 10.781C2.94794 11.2811 2.66699 11.9594 2.66699 12.6667V14' stroke='white' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.99967 7.33333C9.47243 7.33333 10.6663 6.13943 10.6663 4.66667C10.6663 3.19391 9.47243 2 7.99967 2C6.52691 2 5.33301 3.19391 5.33301 4.66667C5.33301 6.13943 6.52691 7.33333 7.99967 7.33333Z' stroke='white' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 991.98px) {
  .header-menu.menu-opened .logo a {
    z-index: 600;
    background-image: url("data:image/svg+xml,%3Csvg width='185' height='37' viewBox='0 0 185 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_12179)'%3E%3Cpath d='M36.8119 20.3734C36.8119 14.9314 34.7029 9.81481 30.8734 5.96574C27.047 2.11978 21.9533 0 16.539 0H16.4434L14.2604 3.91105C6.12658 5.04221 0 12.105 0 20.3734C0 29.5405 7.4185 36.9969 16.539 36.9969C20.3654 36.9969 24.1024 35.6457 27.0562 33.1943C28.3081 32.1561 29.3996 30.9413 30.303 29.5839L30.4849 29.3081L30.155 29.3329C29.859 29.3546 29.6092 29.3639 29.378 29.3639C28.2002 29.3639 27.0378 29.1717 25.9216 28.7936C23.5197 27.9755 21.4662 26.3174 20.1403 24.1202C19.4312 22.9456 18.9563 21.6781 18.7282 20.3517L18.6511 19.9023L15.9131 24.8051L15.9501 24.8795C16.4619 25.9611 17.1063 26.9838 17.8617 27.9197C19.0735 29.4165 20.5288 30.6407 22.1877 31.5673C20.4456 32.4567 18.5 32.9278 16.539 32.9278C9.65392 32.9278 4.0515 27.2968 4.0515 20.3765C4.0515 13.4562 9.65392 7.8221 16.539 7.8221H16.6346L18.6511 4.21166C25.2494 5.07321 30.6977 9.97286 32.2887 16.4624H24.1425L21.867 20.5346H36.8119V20.3734Z' fill='url(%23paint0_radial_1152_12179)'/%3E%3Cpath d='M20.2699 9.32227C19.1537 9.32227 18.2441 10.2365 18.2441 11.3584C18.2441 12.4802 19.1537 13.3945 20.2699 13.3945C21.3861 13.3945 22.2956 12.4802 22.2956 11.3584C22.2956 10.2365 21.3861 9.32227 20.2699 9.32227Z' fill='url(%23paint1_radial_1152_12179)'/%3E%3Cpath d='M58.3948 23.4848C57.9446 24.3061 57.3341 24.9879 56.5541 25.5333C55.7771 26.0757 54.7935 26.3484 53.6064 26.3484C52.999 26.3484 52.407 26.2616 51.8273 26.0911C51.2476 25.9176 50.7142 25.6418 50.2271 25.2575C49.7399 24.8732 49.3298 24.3959 48.9999 23.8257C48.67 23.2555 48.4511 22.5737 48.3462 21.7772H62.9397C62.9397 21.6192 62.952 21.4735 62.9797 21.3402C62.9797 21.207 62.9921 21.0613 63.0198 20.9033V20.426C63.0198 18.9694 62.8101 17.6182 62.3877 16.3724C61.9653 15.1266 61.3456 14.0481 60.5285 13.1339C59.7114 12.2196 58.697 11.5037 57.4821 10.9862C56.2704 10.4687 54.886 10.2114 53.3289 10.2114C51.7718 10.2114 50.5015 10.4903 49.2743 11.0451C48.0471 11.5998 46.9865 12.3498 46.0892 13.2919C45.192 14.234 44.4951 15.3342 43.9926 16.5924C43.49 17.8507 43.2402 19.1833 43.2402 20.5872C43.2402 22.0964 43.4992 23.4817 44.0111 24.7399C44.526 25.9982 45.2444 27.0922 46.1663 28.0188C47.0882 28.9485 48.1766 29.6675 49.4285 30.185C50.6803 30.7026 52.0431 30.9598 53.5231 30.9598C55.7123 30.9598 57.5623 30.4702 59.0793 29.4877C60.5963 28.5084 61.8019 27.2223 62.6992 25.6325L58.3886 23.4848H58.3948ZM50.4059 15.4148C51.2507 14.7795 52.2251 14.4603 53.332 14.4603C54.1244 14.4603 54.8027 14.578 55.3701 14.8167C55.9374 15.0553 56.4122 15.359 56.7946 15.7309C57.1769 16.1028 57.4667 16.4995 57.6641 16.924C57.8614 17.3486 57.9724 17.7329 58.0001 18.0769H48.6268C48.9691 16.9395 49.5611 16.0501 50.4059 15.4148Z' fill='white'/%3E%3Cpath d='M81.332 10.8433H75.005L71.6843 16.2512H71.4068L67.8856 10.8433H61.7559L68.4005 20.4256L61.6758 30.3241H67.8054L71.3266 24.7582H71.6041L75.2424 30.3241H81.332L74.5302 20.4256L81.332 10.8433Z' fill='white'/%3E%3Cpath d='M97.4883 13.1304C96.5787 12.2162 95.4965 11.5003 94.2447 10.9828C92.9928 10.4652 91.6146 10.208 90.113 10.208C88.6114 10.208 87.2332 10.4652 85.9813 10.9828C84.7295 11.5003 83.6472 12.2162 82.7377 13.1304C81.8281 14.0447 81.1158 15.1387 80.6009 16.4093C80.086 17.6799 79.8301 19.0714 79.8301 20.5838C79.8301 22.0961 80.0891 23.4845 80.6009 24.7582C81.1158 26.0288 81.8281 27.1228 82.7377 28.0371C83.6472 28.9513 84.7295 29.6672 85.9813 30.1847C87.2332 30.7023 88.6114 30.9595 90.113 30.9595C91.6146 30.9595 92.9928 30.7023 94.2447 30.1847C95.4965 29.6672 96.5787 28.9513 97.4883 28.0371C98.3979 27.1228 99.1102 26.0288 99.6251 24.7582C100.14 23.4876 100.396 22.0961 100.396 20.5838C100.396 19.0714 100.14 17.683 99.6251 16.4093C99.1102 15.1387 98.3979 14.0447 97.4883 13.1304ZM94.7997 22.9298C94.5222 23.6178 94.146 24.2004 93.6712 24.6776C93.1963 25.1549 92.6506 25.5206 92.0308 25.7716C91.4111 26.0226 90.7728 26.1497 90.113 26.1497C89.4532 26.1497 88.781 26.0226 88.1736 25.7716C87.5662 25.5206 87.0266 25.1549 86.5517 24.6776C86.0769 24.2004 85.7007 23.6178 85.4232 22.9298C85.1457 22.2418 85.007 21.4577 85.007 20.5838C85.007 19.7098 85.1457 18.9288 85.4232 18.2377C85.7007 17.5497 86.0769 16.9671 86.5517 16.4899C87.0266 16.0126 87.5662 15.65 88.1736 15.3959C88.781 15.1449 89.4254 15.0178 90.113 15.0178C90.8006 15.0178 91.4111 15.1449 92.0308 15.3959C92.6506 15.6469 93.1963 16.0126 93.6712 16.4899C94.146 16.9671 94.5222 17.5497 94.7997 18.2377C95.0772 18.9288 95.2159 19.7098 95.2159 20.5838C95.2159 21.4577 95.0772 22.2387 94.7997 22.9298Z' fill='white'/%3E%3Cpath d='M110.383 25.8927C110.117 25.9856 109.763 26.0321 109.316 26.0321C108.628 26.0321 108.104 25.8152 107.734 25.3782C107.469 25.1055 107.293 24.7708 107.201 24.3741C107.108 23.9774 107.062 23.5467 107.062 23.0849V15.3H111.807V10.8466H107.062V4.88086H101.882V24.0208C101.882 26.2677 102.502 27.9969 103.741 29.2149C104.268 29.7572 104.922 30.1818 105.699 30.4948C106.476 30.8047 107.355 30.9597 108.329 30.9597C109.171 30.9597 109.945 30.8853 110.642 30.7396C111.338 30.594 111.992 30.3739 112.6 30.0826L111.135 25.5115C110.898 25.6695 110.648 25.7966 110.383 25.8896V25.8927Z' fill='white'/%3E%3Cpath d='M119.117 10.8433H113.938V30.321H119.117V10.8433Z' fill='white'/%3E%3Cpath d='M139.804 11.1627V10.8435H133.397L126.91 17.364H126.675V4.88086H121.492V30.3244H126.675V24.0425L128.966 21.7771L134.266 30.3244H140.396V30.0052L132.608 18.2007L139.804 11.1627Z' fill='white'/%3E%3Cpath d='M154.993 12.334C153.411 10.9177 151.117 10.208 148.111 10.208C144.553 10.208 141.744 11.5065 139.687 14.1036L143.446 16.6882C144.686 15.1789 146.199 14.4228 147.994 14.4228C149.206 14.4228 150.22 14.7606 151.04 15.4362C151.857 16.1118 152.267 16.9671 152.267 17.9991V18.5941C151.74 18.3834 151.068 18.1758 150.251 17.9774C149.434 17.7791 148.392 17.6799 147.128 17.6799C145.993 17.6799 144.945 17.8318 143.983 18.1386C143.021 18.4423 142.182 18.8886 141.473 19.4712C140.76 20.0538 140.205 20.7511 139.811 21.5569C139.416 22.3657 139.219 23.2738 139.219 24.281C139.219 25.2882 139.404 26.1621 139.774 26.9834C140.144 27.8046 140.656 28.5081 141.315 29.0907C141.975 29.6734 142.746 30.132 143.628 30.4605C144.51 30.7921 145.453 30.9564 146.455 30.9564C147.8 30.9564 148.9 30.6899 149.758 30.1599C150.615 29.63 151.346 28.9947 151.953 28.2509H152.271V30.318H157.373V18.6375C157.373 15.8545 156.581 13.7534 154.999 12.3371L154.993 12.334ZM151.928 24.1012C151.703 24.6436 151.389 25.1208 150.979 25.533C150.569 25.9452 150.075 26.2768 149.496 26.5278C148.916 26.7788 148.284 26.9059 147.596 26.9059C146.751 26.9059 146.008 26.6673 145.361 26.19C144.713 25.7127 144.393 25.0774 144.393 24.281C144.393 23.4845 144.729 22.8182 145.401 22.2728C146.073 21.7304 147.029 21.4577 148.268 21.4577C149.033 21.4577 149.739 21.5445 150.384 21.7149C151.028 21.8885 151.654 22.1209 152.261 22.4122C152.261 22.9948 152.15 23.5589 151.925 24.1012H151.928Z' fill='white'/%3E%3Cpath d='M119.117 4.88086H113.938V8.69893H119.117V4.88086Z' fill='white'/%3E%3Cpath d='M160.965 26.748C160.454 26.748 160.019 26.9216 159.655 27.2656C159.294 27.6096 159.112 28.0311 159.112 28.5238C159.112 29.0166 159.294 29.4443 159.655 29.7944C160.016 30.1446 160.454 30.3213 160.965 30.3213C161.477 30.3213 161.909 30.1446 162.263 29.7944C162.618 29.4443 162.797 29.0197 162.797 28.5238C162.797 28.028 162.618 27.6096 162.263 27.2656C161.909 26.9216 161.477 26.748 160.965 26.748Z' fill='url(%23paint2_radial_1152_12179)'/%3E%3Cpath d='M170.348 23.9896L168.751 23.6053C168.326 23.4906 167.99 23.3636 167.74 23.221C167.49 23.0785 167.367 22.8863 167.367 22.6446C167.367 22.3874 167.515 22.1766 167.814 22.0124C168.113 21.8481 168.458 21.7676 168.856 21.7676C169.254 21.7676 169.624 21.8605 170.006 22.0465C170.388 22.2324 170.681 22.533 170.879 22.9452L173.284 21.9597C172.914 21.1044 172.34 20.4814 171.56 20.0879C170.78 19.6943 169.892 19.499 168.899 19.499C168.304 19.499 167.746 19.5734 167.228 19.7253C166.71 19.874 166.26 20.0879 165.877 20.3668C165.495 20.6457 165.193 20.9835 164.974 21.3833C164.755 21.7831 164.644 22.2386 164.644 22.7531C164.644 23.2086 164.737 23.6084 164.922 23.9524C165.107 24.2933 165.341 24.5877 165.625 24.8295C165.908 25.0712 166.223 25.2726 166.571 25.4276C166.92 25.5856 167.256 25.7003 167.583 25.7685L169.05 26.0908C169.661 26.2333 170.089 26.3945 170.339 26.5711C170.586 26.7509 170.712 26.9802 170.712 27.2653C170.712 27.5226 170.564 27.7426 170.265 27.9285C169.966 28.1145 169.562 28.2075 169.05 28.2075C168.538 28.2075 168.104 28.0742 167.7 27.8108C167.296 27.5474 166.972 27.1445 166.732 26.6021L164.24 27.6713C164.382 28.0432 164.589 28.4089 164.857 28.7746C165.125 29.1372 165.455 29.4595 165.847 29.7384C166.238 30.0173 166.698 30.2405 167.231 30.4109C167.764 30.5814 168.369 30.6681 169.05 30.6681C169.732 30.6681 170.324 30.5752 170.869 30.3892C171.415 30.2033 171.884 29.9491 172.275 29.6299C172.667 29.3076 172.966 28.9419 173.179 28.5267C173.392 28.1145 173.499 27.6775 173.499 27.2219C173.499 26.4503 173.24 25.784 172.722 25.2199C172.204 24.6559 171.412 24.2468 170.348 23.9896Z' fill='url(%23paint3_radial_1152_12179)'/%3E%3Cpath d='M180.807 23.7977L184.68 20.0106V19.837H181.232L177.742 23.3483H177.613V15.0024H174.825V30.3212H177.613V26.9432L178.849 25.7222L181.701 30.3212H185V30.1508L180.807 23.7977Z' fill='url(%23paint4_radial_1152_12179)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(0.141834 -2.34291) scale(48.7629 49.0121)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(0.141889 -2.3427) scale(48.7629 49.0121)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(165.405 14.5407) scale(26.6955 26.8319)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint3_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(165.717 14.5405) scale(26.6955 26.8319)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint4_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(165.717 14.5407) scale(26.6955 26.8319)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_1152_12179'%3E%3Crect width='185' height='37' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.header-menu.search-open .logo a {
  z-index: 600;
  background-image: url("data:image/svg+xml,%3Csvg width='185' height='37' viewBox='0 0 185 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_12179)'%3E%3Cpath d='M36.8119 20.3734C36.8119 14.9314 34.7029 9.81481 30.8734 5.96574C27.047 2.11978 21.9533 0 16.539 0H16.4434L14.2604 3.91105C6.12658 5.04221 0 12.105 0 20.3734C0 29.5405 7.4185 36.9969 16.539 36.9969C20.3654 36.9969 24.1024 35.6457 27.0562 33.1943C28.3081 32.1561 29.3996 30.9413 30.303 29.5839L30.4849 29.3081L30.155 29.3329C29.859 29.3546 29.6092 29.3639 29.378 29.3639C28.2002 29.3639 27.0378 29.1717 25.9216 28.7936C23.5197 27.9755 21.4662 26.3174 20.1403 24.1202C19.4312 22.9456 18.9563 21.6781 18.7282 20.3517L18.6511 19.9023L15.9131 24.8051L15.9501 24.8795C16.4619 25.9611 17.1063 26.9838 17.8617 27.9197C19.0735 29.4165 20.5288 30.6407 22.1877 31.5673C20.4456 32.4567 18.5 32.9278 16.539 32.9278C9.65392 32.9278 4.0515 27.2968 4.0515 20.3765C4.0515 13.4562 9.65392 7.8221 16.539 7.8221H16.6346L18.6511 4.21166C25.2494 5.07321 30.6977 9.97286 32.2887 16.4624H24.1425L21.867 20.5346H36.8119V20.3734Z' fill='url(%23paint0_radial_1152_12179)'/%3E%3Cpath d='M20.2699 9.32227C19.1537 9.32227 18.2441 10.2365 18.2441 11.3584C18.2441 12.4802 19.1537 13.3945 20.2699 13.3945C21.3861 13.3945 22.2956 12.4802 22.2956 11.3584C22.2956 10.2365 21.3861 9.32227 20.2699 9.32227Z' fill='url(%23paint1_radial_1152_12179)'/%3E%3Cpath d='M58.3948 23.4848C57.9446 24.3061 57.3341 24.9879 56.5541 25.5333C55.7771 26.0757 54.7935 26.3484 53.6064 26.3484C52.999 26.3484 52.407 26.2616 51.8273 26.0911C51.2476 25.9176 50.7142 25.6418 50.2271 25.2575C49.7399 24.8732 49.3298 24.3959 48.9999 23.8257C48.67 23.2555 48.4511 22.5737 48.3462 21.7772H62.9397C62.9397 21.6192 62.952 21.4735 62.9797 21.3402C62.9797 21.207 62.9921 21.0613 63.0198 20.9033V20.426C63.0198 18.9694 62.8101 17.6182 62.3877 16.3724C61.9653 15.1266 61.3456 14.0481 60.5285 13.1339C59.7114 12.2196 58.697 11.5037 57.4821 10.9862C56.2704 10.4687 54.886 10.2114 53.3289 10.2114C51.7718 10.2114 50.5015 10.4903 49.2743 11.0451C48.0471 11.5998 46.9865 12.3498 46.0892 13.2919C45.192 14.234 44.4951 15.3342 43.9926 16.5924C43.49 17.8507 43.2402 19.1833 43.2402 20.5872C43.2402 22.0964 43.4992 23.4817 44.0111 24.7399C44.526 25.9982 45.2444 27.0922 46.1663 28.0188C47.0882 28.9485 48.1766 29.6675 49.4285 30.185C50.6803 30.7026 52.0431 30.9598 53.5231 30.9598C55.7123 30.9598 57.5623 30.4702 59.0793 29.4877C60.5963 28.5084 61.8019 27.2223 62.6992 25.6325L58.3886 23.4848H58.3948ZM50.4059 15.4148C51.2507 14.7795 52.2251 14.4603 53.332 14.4603C54.1244 14.4603 54.8027 14.578 55.3701 14.8167C55.9374 15.0553 56.4122 15.359 56.7946 15.7309C57.1769 16.1028 57.4667 16.4995 57.6641 16.924C57.8614 17.3486 57.9724 17.7329 58.0001 18.0769H48.6268C48.9691 16.9395 49.5611 16.0501 50.4059 15.4148Z' fill='white'/%3E%3Cpath d='M81.332 10.8433H75.005L71.6843 16.2512H71.4068L67.8856 10.8433H61.7559L68.4005 20.4256L61.6758 30.3241H67.8054L71.3266 24.7582H71.6041L75.2424 30.3241H81.332L74.5302 20.4256L81.332 10.8433Z' fill='white'/%3E%3Cpath d='M97.4883 13.1304C96.5787 12.2162 95.4965 11.5003 94.2447 10.9828C92.9928 10.4652 91.6146 10.208 90.113 10.208C88.6114 10.208 87.2332 10.4652 85.9813 10.9828C84.7295 11.5003 83.6472 12.2162 82.7377 13.1304C81.8281 14.0447 81.1158 15.1387 80.6009 16.4093C80.086 17.6799 79.8301 19.0714 79.8301 20.5838C79.8301 22.0961 80.0891 23.4845 80.6009 24.7582C81.1158 26.0288 81.8281 27.1228 82.7377 28.0371C83.6472 28.9513 84.7295 29.6672 85.9813 30.1847C87.2332 30.7023 88.6114 30.9595 90.113 30.9595C91.6146 30.9595 92.9928 30.7023 94.2447 30.1847C95.4965 29.6672 96.5787 28.9513 97.4883 28.0371C98.3979 27.1228 99.1102 26.0288 99.6251 24.7582C100.14 23.4876 100.396 22.0961 100.396 20.5838C100.396 19.0714 100.14 17.683 99.6251 16.4093C99.1102 15.1387 98.3979 14.0447 97.4883 13.1304ZM94.7997 22.9298C94.5222 23.6178 94.146 24.2004 93.6712 24.6776C93.1963 25.1549 92.6506 25.5206 92.0308 25.7716C91.4111 26.0226 90.7728 26.1497 90.113 26.1497C89.4532 26.1497 88.781 26.0226 88.1736 25.7716C87.5662 25.5206 87.0266 25.1549 86.5517 24.6776C86.0769 24.2004 85.7007 23.6178 85.4232 22.9298C85.1457 22.2418 85.007 21.4577 85.007 20.5838C85.007 19.7098 85.1457 18.9288 85.4232 18.2377C85.7007 17.5497 86.0769 16.9671 86.5517 16.4899C87.0266 16.0126 87.5662 15.65 88.1736 15.3959C88.781 15.1449 89.4254 15.0178 90.113 15.0178C90.8006 15.0178 91.4111 15.1449 92.0308 15.3959C92.6506 15.6469 93.1963 16.0126 93.6712 16.4899C94.146 16.9671 94.5222 17.5497 94.7997 18.2377C95.0772 18.9288 95.2159 19.7098 95.2159 20.5838C95.2159 21.4577 95.0772 22.2387 94.7997 22.9298Z' fill='white'/%3E%3Cpath d='M110.383 25.8927C110.117 25.9856 109.763 26.0321 109.316 26.0321C108.628 26.0321 108.104 25.8152 107.734 25.3782C107.469 25.1055 107.293 24.7708 107.201 24.3741C107.108 23.9774 107.062 23.5467 107.062 23.0849V15.3H111.807V10.8466H107.062V4.88086H101.882V24.0208C101.882 26.2677 102.502 27.9969 103.741 29.2149C104.268 29.7572 104.922 30.1818 105.699 30.4948C106.476 30.8047 107.355 30.9597 108.329 30.9597C109.171 30.9597 109.945 30.8853 110.642 30.7396C111.338 30.594 111.992 30.3739 112.6 30.0826L111.135 25.5115C110.898 25.6695 110.648 25.7966 110.383 25.8896V25.8927Z' fill='white'/%3E%3Cpath d='M119.117 10.8433H113.938V30.321H119.117V10.8433Z' fill='white'/%3E%3Cpath d='M139.804 11.1627V10.8435H133.397L126.91 17.364H126.675V4.88086H121.492V30.3244H126.675V24.0425L128.966 21.7771L134.266 30.3244H140.396V30.0052L132.608 18.2007L139.804 11.1627Z' fill='white'/%3E%3Cpath d='M154.993 12.334C153.411 10.9177 151.117 10.208 148.111 10.208C144.553 10.208 141.744 11.5065 139.687 14.1036L143.446 16.6882C144.686 15.1789 146.199 14.4228 147.994 14.4228C149.206 14.4228 150.22 14.7606 151.04 15.4362C151.857 16.1118 152.267 16.9671 152.267 17.9991V18.5941C151.74 18.3834 151.068 18.1758 150.251 17.9774C149.434 17.7791 148.392 17.6799 147.128 17.6799C145.993 17.6799 144.945 17.8318 143.983 18.1386C143.021 18.4423 142.182 18.8886 141.473 19.4712C140.76 20.0538 140.205 20.7511 139.811 21.5569C139.416 22.3657 139.219 23.2738 139.219 24.281C139.219 25.2882 139.404 26.1621 139.774 26.9834C140.144 27.8046 140.656 28.5081 141.315 29.0907C141.975 29.6734 142.746 30.132 143.628 30.4605C144.51 30.7921 145.453 30.9564 146.455 30.9564C147.8 30.9564 148.9 30.6899 149.758 30.1599C150.615 29.63 151.346 28.9947 151.953 28.2509H152.271V30.318H157.373V18.6375C157.373 15.8545 156.581 13.7534 154.999 12.3371L154.993 12.334ZM151.928 24.1012C151.703 24.6436 151.389 25.1208 150.979 25.533C150.569 25.9452 150.075 26.2768 149.496 26.5278C148.916 26.7788 148.284 26.9059 147.596 26.9059C146.751 26.9059 146.008 26.6673 145.361 26.19C144.713 25.7127 144.393 25.0774 144.393 24.281C144.393 23.4845 144.729 22.8182 145.401 22.2728C146.073 21.7304 147.029 21.4577 148.268 21.4577C149.033 21.4577 149.739 21.5445 150.384 21.7149C151.028 21.8885 151.654 22.1209 152.261 22.4122C152.261 22.9948 152.15 23.5589 151.925 24.1012H151.928Z' fill='white'/%3E%3Cpath d='M119.117 4.88086H113.938V8.69893H119.117V4.88086Z' fill='white'/%3E%3Cpath d='M160.965 26.748C160.454 26.748 160.019 26.9216 159.655 27.2656C159.294 27.6096 159.112 28.0311 159.112 28.5238C159.112 29.0166 159.294 29.4443 159.655 29.7944C160.016 30.1446 160.454 30.3213 160.965 30.3213C161.477 30.3213 161.909 30.1446 162.263 29.7944C162.618 29.4443 162.797 29.0197 162.797 28.5238C162.797 28.028 162.618 27.6096 162.263 27.2656C161.909 26.9216 161.477 26.748 160.965 26.748Z' fill='url(%23paint2_radial_1152_12179)'/%3E%3Cpath d='M170.348 23.9896L168.751 23.6053C168.326 23.4906 167.99 23.3636 167.74 23.221C167.49 23.0785 167.367 22.8863 167.367 22.6446C167.367 22.3874 167.515 22.1766 167.814 22.0124C168.113 21.8481 168.458 21.7676 168.856 21.7676C169.254 21.7676 169.624 21.8605 170.006 22.0465C170.388 22.2324 170.681 22.533 170.879 22.9452L173.284 21.9597C172.914 21.1044 172.34 20.4814 171.56 20.0879C170.78 19.6943 169.892 19.499 168.899 19.499C168.304 19.499 167.746 19.5734 167.228 19.7253C166.71 19.874 166.26 20.0879 165.877 20.3668C165.495 20.6457 165.193 20.9835 164.974 21.3833C164.755 21.7831 164.644 22.2386 164.644 22.7531C164.644 23.2086 164.737 23.6084 164.922 23.9524C165.107 24.2933 165.341 24.5877 165.625 24.8295C165.908 25.0712 166.223 25.2726 166.571 25.4276C166.92 25.5856 167.256 25.7003 167.583 25.7685L169.05 26.0908C169.661 26.2333 170.089 26.3945 170.339 26.5711C170.586 26.7509 170.712 26.9802 170.712 27.2653C170.712 27.5226 170.564 27.7426 170.265 27.9285C169.966 28.1145 169.562 28.2075 169.05 28.2075C168.538 28.2075 168.104 28.0742 167.7 27.8108C167.296 27.5474 166.972 27.1445 166.732 26.6021L164.24 27.6713C164.382 28.0432 164.589 28.4089 164.857 28.7746C165.125 29.1372 165.455 29.4595 165.847 29.7384C166.238 30.0173 166.698 30.2405 167.231 30.4109C167.764 30.5814 168.369 30.6681 169.05 30.6681C169.732 30.6681 170.324 30.5752 170.869 30.3892C171.415 30.2033 171.884 29.9491 172.275 29.6299C172.667 29.3076 172.966 28.9419 173.179 28.5267C173.392 28.1145 173.499 27.6775 173.499 27.2219C173.499 26.4503 173.24 25.784 172.722 25.2199C172.204 24.6559 171.412 24.2468 170.348 23.9896Z' fill='url(%23paint3_radial_1152_12179)'/%3E%3Cpath d='M180.807 23.7977L184.68 20.0106V19.837H181.232L177.742 23.3483H177.613V15.0024H174.825V30.3212H177.613V26.9432L178.849 25.7222L181.701 30.3212H185V30.1508L180.807 23.7977Z' fill='url(%23paint4_radial_1152_12179)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(0.141834 -2.34291) scale(48.7629 49.0121)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(0.141889 -2.3427) scale(48.7629 49.0121)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(165.405 14.5407) scale(26.6955 26.8319)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint3_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(165.717 14.5405) scale(26.6955 26.8319)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint4_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(165.717 14.5407) scale(26.6955 26.8319)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_1152_12179'%3E%3Crect width='185' height='37' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.main-menu-items {
  display: flex;
  gap: 8px;
}
.main-menu-items .account {
  z-index: 600;
}
@media (min-width: 992px) {
  .main-menu-items .account {
    z-index: 1;
  }
}
.main-menu-items .search {
  z-index: 600;
}
.main-menu-items .main-menu__navbar {
  position: static;
  padding: 0;
}
.main-menu-items .main-menu__navbar .navbar-toggler {
  position: relative;
  z-index: 600;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  border: 0;
  background-color: #FFA801;
  padding: 0;
  transition-property: background-color, border-color;
  transition-duration: 0.25s;
}
@media (min-width: 992px) {
  .main-menu-items .main-menu__navbar .navbar-toggler {
    z-index: 1;
  }
}
.main-menu-items .main-menu__navbar .navbar-toggler:hover {
  background-color: #FF6700;
}
.main-menu-items .main-menu__navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.main-menu-items .main-menu__navbar .navbar-toggler .navbar-toggler-bars {
  position: absolute;
  width: 14px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-menu-items .main-menu__navbar .navbar-toggler .navbar-toggler-bars .bar {
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  transition-property: transform, left, top, opacity;
  transition-duration: 0.45s;
}
.main-menu-items .main-menu__navbar .navbar-toggler .navbar-toggler-bars .bar:nth-child(1) {
  top: 4px;
  left: -1px;
  transform: rotate(135deg);
}
.main-menu-items .main-menu__navbar .navbar-toggler .navbar-toggler-bars .bar:nth-child(2) {
  top: 4px;
  left: -25px;
  opacity: 0;
}
.main-menu-items .main-menu__navbar .navbar-toggler .navbar-toggler-bars .bar:nth-child(3) {
  top: 4px;
  left: -1px;
  transform: rotate(-135deg);
}
.main-menu-items .main-menu__navbar .navbar-toggler.collapsed .navbar-toggler-bars .bar {
  width: 14px;
}
.main-menu-items .main-menu__navbar .navbar-toggler.collapsed .navbar-toggler-bars .bar:nth-child(1) {
  top: 0;
  left: unset;
  transform: rotate(0);
}
.main-menu-items .main-menu__navbar .navbar-toggler.collapsed .navbar-toggler-bars .bar:nth-child(2) {
  opacity: 1;
  left: 0;
}
.main-menu-items .main-menu__navbar .navbar-toggler.collapsed .navbar-toggler-bars .bar:nth-child(3) {
  top: 8px;
  left: unset;
  transform: rotate(0);
}
.main-menu-items .main-menu__navbar .navbar-toggler .navbar-toggler-icon {
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H13M1 5H13M1 9H13' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") center center no-repeat;
}

.main-menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 111px;
  height: calc(100dvh - 46px - 25px - 40px);
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .main-menu-wrapper {
    top: 101px;
    height: calc(100vh - 46px - 25px - 30px);
  }
}
.main-menu-wrapper .items {
  flex: 1;
  margin: 0 15px;
  overflow-y: auto;
  scrollbar-color: #342A24 #473C35;
  color: #fff;
  overscroll-behavior: contain;
}
@media (min-width: 992px) {
  .main-menu-wrapper .items {
    scrollbar-color: #473C35 #342A24;
    margin: 0 0 0 48px;
    width: 340px;
  }
}
.main-menu-wrapper .items .item {
  font-size: 1.125rem;
  line-height: 60px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .main-menu-wrapper .items .item {
    border-top: 1px solid #7D6F67;
  }
}
@media (min-width: 992px) {
  .main-menu-wrapper .items .item {
    font-size: 0.875rem;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .main-menu-wrapper .items .item.item-mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .main-menu-wrapper .items .item:last-child {
    border-bottom: 1px solid #7D6F67;
    margin-bottom: 40px;
  }
}
.main-menu-wrapper .items .item:hover > a {
  color: #FFA801;
  transition-property: color, border-color, background-color, background-image, transform, top;
  transition-duration: 0.25s;
}
.main-menu-wrapper .items .item--with-submenu::after {
  position: absolute;
  right: 7px;
  top: 25px;
  content: "";
  background: url(/Exotika/img/right_bottom_corner_menu_arrow_orange.png) center center/contain no-repeat;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  transition-property: color, border-color, background-color, background-image, transform, top;
  transition-duration: 0.25s;
}
@media (min-width: 992px) {
  .main-menu-wrapper .items .item--with-submenu::after {
    right: 2px;
    top: 15px;
  }
}
.main-menu-wrapper .items .item--with-submenu.open {
  border-bottom: 0;
}
.main-menu-wrapper .items .item--with-submenu.open .submenu {
  transform: translateY(0);
}
.main-menu-wrapper .items .item--with-submenu.open::after {
  transform: rotate(225deg) translateY(-1px);
}
.main-menu-wrapper .items .submenu {
  height: 0;
  overflow: hidden;
  transform: translateY(-10px);
  transition-property: transform, height;
  transition-duration: 0.25s;
}
.main-menu-wrapper .items .submenu .submenu-item {
  padding-left: 23px;
  font-size: 0.75rem;
  cursor: pointer;
  line-height: 38px;
}
@media (min-width: 992px) {
  .main-menu-wrapper .items .submenu .submenu-item:first-child {
    border-top: 1px solid #7D6F67;
    margin-top: 6px;
    padding-top: 15px;
  }
}
.main-menu-wrapper .items .submenu .submenu-item:last-child {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .main-menu-wrapper .items .submenu .submenu-item:last-child {
    padding-bottom: 10px;
  }
}
.main-menu-wrapper .items .submenu .submenu-item:hover {
  color: #FFA801;
}
.main-menu-wrapper .footer {
  height: 155px;
  background-color: #342A24;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .main-menu-wrapper .footer {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.main-menu-wrapper .footer .footer-info {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_3138)'%3E%3Cpath d='M23.6717 30C17.9248 30 11.9713 27.3526 7.36086 22.7421L7.27046 22.6388C2.47925 17.8089 -0.12945 11.752 -0.000306751 5.90185V5.47568L0.270894 5.13991C0.684153 4.61042 1.09741 4.1455 1.52358 3.71933C3.09913 2.14378 4.94588 0.942747 7.01218 0.142058C7.25755 0.038743 7.54166 0 7.85161 0C8.54898 0 10.1116 0.348687 10.512 1.44641C11.2223 3.40938 12.1133 5.95351 12.7591 8.40723C12.9399 9.09169 12.7591 10.7447 11.8034 11.3517L9.51756 12.7981C9.51756 12.7981 9.51756 13.1726 9.8275 13.5859C10.7186 14.7998 11.7388 16.0009 12.8753 17.1632C14.0247 18.2867 15.2128 19.3069 16.4267 20.1851C16.6592 20.353 16.9304 20.4563 17.137 20.4563L17.9248 19.3586L18.648 18.2092C19.2808 17.2277 20.8693 17.2019 21.0371 17.2019C21.205 17.2019 21.3858 17.2148 21.5408 17.2536C24.5498 17.9251 26.3449 18.5062 28.6308 19.5394C29.651 20.0043 30.2967 21.8511 29.8447 23.0133C29.044 25.0667 27.8559 26.9135 26.2933 28.4761C25.8542 28.9152 25.3764 29.3414 24.8727 29.7288L24.5369 29.9871H23.6717V30ZM2.58256 6.3926C2.60839 11.3775 5.01045 16.737 9.09138 20.8179L9.22053 20.9471C13.3015 25.028 18.5576 27.4042 23.62 27.4171C23.917 27.1718 24.2141 26.9006 24.4724 26.6423C25.7767 25.3379 26.784 23.7882 27.4427 22.0706C27.4297 22.0706 27.3781 21.9027 27.3264 21.7736C25.3247 20.8825 23.6846 20.3659 20.9855 19.7589C20.9209 19.7589 20.7918 19.7977 20.6755 19.8235L19.3712 21.8769C18.5705 23.1812 16.4267 23.4008 14.8899 22.2643C13.5856 21.3216 12.2941 20.2109 11.0415 18.9841C9.80167 17.7185 8.69104 16.427 7.73538 15.1098C7.10258 14.2445 6.84429 13.2114 7.02509 12.2815C7.16715 11.5712 7.56749 10.9772 8.13572 10.6156L10.1762 9.32415C10.202 9.20792 10.2278 9.04004 10.2278 8.96255C9.65962 6.8446 8.85893 4.52002 8.18738 2.66035C8.07115 2.62161 7.94201 2.58287 7.83869 2.58287C6.19857 3.22858 4.66177 4.2359 3.34451 5.54025C3.08622 5.79854 2.82793 6.08265 2.56965 6.3926H2.58256Z' fill='%23FFA801'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_3138'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") right 12px/30px 30px no-repeat;
  margin: 48px 29px 0 15px;
  color: #F0F0F0;
  font-weight: 600;
  line-height: 29px;
}
@media (min-width: 992px) {
  .main-menu-wrapper .footer .footer-info {
    background-position-x: left;
    margin: 42px 0 0 50px;
    padding-left: 50px;
  }
}
.main-menu-wrapper .footer .footer-info__text {
  font-size: 0.875rem;
}
.main-menu-wrapper .footer .footer-info__phone {
  font-size: 1.5rem;
}

#navbarMenuMain {
  position: fixed;
  top: 0;
  height: 100dvh;
  right: 0;
  width: 100vw;
  background-color: #473C35;
  z-index: auto;
  overscroll-behavior: contain;
}
@media (min-width: 992px) {
  #navbarMenuMain {
    width: calc(50vw - var(--half-container-width) + 382px + 12px);
  }
}

.menu-dropdown--single-row {
  position: relative;
}
.menu-dropdown--single-row .submenu-wrapper {
  top: 46px;
  width: 321px;
}
.menu-dropdown--single-row .submenu-wrapper .submenu {
  padding: 12px 29px;
}
.menu-dropdown--single-row .submenu-wrapper .submenu .submenu-items > .item {
  line-height: 44px;
  cursor: pointer;
}
.menu-dropdown--single-row .submenu-wrapper .submenu .submenu-items > .item:hover {
  color: #FFA801;
}
.menu-dropdown--full-width {
  position: static;
}
.menu-dropdown--full-width .submenu-wrapper {
  top: 71px;
  left: 12px;
  right: 12px;
}
.menu-dropdown--full-width .submenu-wrapper .submenu {
  margin-bottom: 25px;
}
.menu-dropdown--full-width .submenu-wrapper .submenu .submenu-inner {
  padding-left: 53px;
  padding-right: 53px;
  max-height: calc(100vh - 46px - 25px - 25px - 21px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.menu-dropdown .link-item {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  height: 46px;
  display: flex;
  align-items: center;
}
.menu-dropdown .link-item::after {
  content: "";
  background: url(/Exotika/img/right_bottom_corner_menu_arrow_orange.png) no-repeat center center;
  background-size: contain;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 20px;
  transform: rotate(45deg);
  transition-property: transform, top;
  transition-duration: 0.25s;
}
.menu-dropdown:hover .link-item, .menu-dropdown.open .link-item {
  color: #FFA801;
}
.menu-dropdown:hover .link-item::after, .menu-dropdown.open .link-item::after {
  transform: rotate(225deg);
  top: 21px;
}
.menu-dropdown:hover .submenu-wrapper, .menu-dropdown.open .submenu-wrapper {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.submenu-wrapper {
  visibility: hidden; /* Hide the submenu initially */
  opacity: 0;
  transform: translateY(-10px);
  position: absolute;
  padding-top: 21px;
  z-index: 1000;
  transition-property: opacity, transform, top;
  transition-duration: 0.25s;
}
.submenu-wrapper .submenu {
  background: #fff linear-gradient(0deg, #FFA801 0% 4px) top center/100% 4px no-repeat;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  padding-top: 4px;
}
.submenu-wrapper .submenu .submenu-items-wrapper {
  position: relative;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar {
  width: 30%;
  border-right: 1px solid rgba(71, 60, 53, 0.2);
  padding: 36px 36px 36px 0;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .heading {
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items {
  margin: 50px 0 95px;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover > a {
  display: block;
  cursor: pointer;
  position: relative;
  line-height: 49px;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover > a::before, .submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover > a::after {
  position: absolute;
  content: "";
  opacity: 0;
  transition: opacity 0.25s;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover > a::before {
  top: 14px;
  right: -46px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover > a::after {
  top: 19px;
  right: -40px;
  background: url(/Exotika/img/right_bottom_corner_arrow_orange.png) no-repeat center center;
  background-size: contain;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  z-index: 2;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover.open {
  color: #FFA801;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover.open > a::before, .submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover.open > a::after {
  opacity: 1;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover.open .sub-submenu {
  opacity: 1;
  z-index: auto;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover .sub-submenu {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 36px;
  width: calc(70% - 52px);
  overflow-y: auto;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover .sub-submenu ul {
  column-count: 3;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover .sub-submenu ul li {
  font-size: 0.75rem;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover .sub-submenu ul li a {
  color: #000;
  cursor: pointer;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .submenu-items .item-hover .sub-submenu ul li a:hover {
  color: #FFA801;
}
.submenu-wrapper .submenu .submenu-items-wrapper .left-sidebar .button__last-minute {
  line-height: 41px;
}

.search-container {
  position: fixed;
  left: calc(50vw - 50%);
  width: 100%;
  height: 100dvh;
  background: linear-gradient(180deg, #1e1713 32.57%, #473C35 92.01%);
  z-index: 500;
  transform: translateY(-100%);
  transition: 0.25s transform;
}
@media (min-width: 992px) {
  .search-container {
    background: linear-gradient(180deg, rgba(30, 23, 19, 0.95) 32.57%, rgba(71, 60, 53, 0.95) 92.01%);
  }
}
.search-container.open {
  display: block;
  transform: translateY(0);
}
.search-container.open .search-field,
.search-container.open .search-results-container {
  transition: 0.75s opacity;
  opacity: 1;
}
.search-container__content {
  display: grid;
  align-items: center;
  width: 100%;
  max-width: calc(714px + 2rem + 1px);
  padding: 0 1rem;
  margin: 104px auto 0 auto;
}
@media (min-width: 992px) {
  .search-container__content {
    margin-top: 186px;
  }
}
.search-container .search-field {
  width: 100%;
  height: 52px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0s opacity;
}
.search-container .search-results-container {
  opacity: 0;
  transition: 0s opacity;
}

.main-content {
  overflow: clip;
  /*padding-top: calc($menu-button-size + 2 * $menu-y-padding);*/
}

.search-results-container {
  display: none;
  height: calc(100dvh - 46px - 50px - 8px - 52px - 14px);
  margin-top: 7px;
  overflow-y: auto;
  padding: 15px 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .search-results-container {
    height: calc(100dvh - 46px - 50px - 90px - 52px - 14px);
    background-color: #fff;
    border-radius: 10px;
    color: #000;
  }
}
.search-results-container.show {
  display: block;
}
.search-results-container .results-container {
  padding: 0 25px;
}
@media (min-width: 992px) {
  .search-results-container .results-container {
    padding: 0 40px;
  }
}
.search-results-container .results-container.top-separator {
  margin-top: 16px;
  padding-top: 6px;
  border-top: 1px solid rgba(241, 233, 229, 0.3);
}
@media (min-width: 992px) {
  .search-results-container .results-container.top-separator {
    padding-top: 0;
    border-top: 1px solid #F1E9E5;
  }
}
.search-results-container .no-results {
  display: none;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2rem;
}
.search-results-container .no-results.show {
  display: block;
}
.search-results-container .search-results {
  display: none;
}
.search-results-container .search-results.show {
  display: block;
}
.search-results-container h3, .search-results-container .h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.75rem;
}
.search-results-container a {
  transition: 0.2s color;
}
.search-results-container a:hover {
  color: #FFA801;
}

.flag-country {
  display: inline-block;
  position: relative;
  padding-left: 41px;
}
.flag-country::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
}
.flag-country--eg::before {
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='16' viewBox='0 0 26 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_2910)'%3E%3Cmask id='mask0_666_2910' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='16'%3E%3Cpath d='M25.9343 0H0V15.153H25.9343V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_666_2910)'%3E%3Cpath d='M25.9343 10.1239H0V15.153H25.9343V10.1239Z' fill='black'/%3E%3Cmask id='mask1_666_2910' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='16'%3E%3Cpath d='M25.9343 0H0V15.153H25.9343V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_666_2910)'%3E%3Cpath d='M26 15.1858H0V10.1239H26V15.1858ZM0.0657396 15.153H25.9671V10.1568H0.0657396V15.153Z' fill='black'/%3E%3C/g%3E%3Cpath d='M25.9343 5.06195H0V10.1239H25.9343V5.06195Z' fill='white'/%3E%3Cmask id='mask2_666_2910' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='16'%3E%3Cpath d='M25.9343 0H0V15.153H25.9343V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_666_2910)'%3E%3Cpath d='M26 10.1567H0V5.02905H26V10.1567ZM0.0657396 10.091H25.9671V5.09479H0.0657396V10.091Z' fill='white'/%3E%3C/g%3E%3Cpath d='M25.9343 0H0V5.02908H25.9343V0Z' fill='%23BC0030'/%3E%3Cmask id='mask3_666_2910' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='16'%3E%3Cpath d='M25.9343 0H0V15.153H25.9343V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask3_666_2910)'%3E%3Cpath d='M26 5.09482H0V0H26V5.09482ZM0.0657396 5.02908H25.9671V0H0.0657396V5.02908Z' fill='%23BC0030'/%3E%3Cpath d='M12.8522 9.99244C13.3452 9.99244 13.8383 9.95957 14.1341 9.86096C14.2327 9.86096 14.2327 9.79522 14.2327 9.72948C14.3313 9.66374 14.2985 9.53226 14.3642 9.53226C14.2985 9.53226 14.2985 9.40078 14.1998 9.40078C14.1998 9.2693 14.0684 9.23643 13.9369 9.2693C13.7068 9.33504 13.3124 9.36791 12.8851 9.36791C12.5235 9.36791 12.0962 9.36791 11.8332 9.2693C11.7346 9.23643 11.5703 9.2693 11.5703 9.40078C11.5045 9.40078 11.4717 9.53226 11.373 9.53226C11.4388 9.53226 11.4059 9.66374 11.5045 9.72948C11.5045 9.79522 11.5045 9.86096 11.636 9.86096C11.899 9.9267 12.392 9.99244 12.8851 9.99244H12.8522Z' fill='white'/%3E%3Cpath d='M12.8515 10.0582C12.3256 10.0582 11.8983 10.0582 11.6025 9.92669C11.471 9.89382 11.4381 9.79521 11.4381 9.72947C11.3724 9.72947 11.3724 9.63086 11.3724 9.63086C11.3724 9.59799 11.3724 9.56512 11.3724 9.56512L11.3066 9.53225C11.3066 9.49938 11.3066 9.46651 11.3724 9.46651C11.3724 9.46651 11.3724 9.46651 11.3724 9.43364C11.4052 9.43364 11.4381 9.3679 11.5039 9.3679C11.5039 9.23642 11.6682 9.20355 11.8326 9.23642C12.0298 9.30216 12.3256 9.33503 12.6543 9.33503H12.8515C13.3774 9.33503 13.7061 9.33503 13.9034 9.23642C14.0677 9.17068 14.1992 9.23642 14.2321 9.3679C14.2978 9.3679 14.2978 9.43364 14.2978 9.43364L14.3307 9.46651C14.3307 9.46651 14.3635 9.46651 14.3635 9.53225C14.3635 9.53225 14.3635 9.53225 14.3635 9.56512H14.3307C14.3307 9.56512 14.2978 9.6966 14.2649 9.72947C14.2649 9.79521 14.2649 9.89382 14.1006 9.92669C13.8376 10.0253 13.3774 10.0582 12.8187 10.0582H12.8515ZM11.4381 9.53225V9.56512C11.4381 9.56512 11.46 9.58703 11.5039 9.63086C11.5039 9.63086 11.5039 9.66373 11.5039 9.6966C11.5039 9.76234 11.5039 9.76234 11.6025 9.79521C11.8654 9.86095 12.3256 9.92669 12.8187 9.92669C13.3446 9.92669 13.8047 9.86095 14.0677 9.79521C14.1663 9.76234 14.1663 9.76234 14.1663 9.6966V9.63086C14.1663 9.63086 14.2321 9.63086 14.2649 9.53225L14.2321 9.46651L14.1992 9.43364H14.1334C14.1334 9.40077 14.1334 9.33503 14.0348 9.33503H13.9691C13.7719 9.40077 13.4103 9.43364 12.8844 9.43364H12.6543C12.3256 9.43364 12.0298 9.40077 11.8326 9.33503H11.7339L11.6353 9.40077C11.6353 9.40077 11.6025 9.46651 11.5696 9.43364C11.5696 9.46651 11.5039 9.49938 11.5039 9.49938L11.4381 9.53225Z' fill='%23F0C727'/%3E%3Cpath d='M11.734 9.53226L11.7012 9.49939C11.7012 9.49939 11.7012 9.49939 11.734 9.49939H11.7998L11.7669 9.56513L11.734 9.53226Z' fill='%23F0C727'/%3E%3Cpath d='M11.7344 9.40076V9.43363C11.8001 9.43363 11.8001 9.40076 11.7344 9.40076Z' fill='%23F4D134'/%3E%3Cpath d='M11.7344 9.4336V9.36786C11.8001 9.36786 11.8001 9.36786 11.8001 9.36786C11.8001 9.40073 11.8001 9.4336 11.7344 9.4336Z' fill='%23F0C727'/%3E%3Cpath d='M11.7344 9.76233V9.72946V9.69659H11.8001L11.7344 9.76233Z' fill='%23F0C727'/%3E%3Cpath d='M11.8004 9.79517H11.7676C11.7676 9.7623 11.7676 9.72943 11.7676 9.72943C11.8004 9.72943 11.8333 9.7623 11.8333 9.79517C11.8333 9.79517 11.8333 9.82804 11.7676 9.82804L11.8004 9.79517Z' fill='%23F0C727'/%3E%3Cpath d='M11.8652 9.79522C11.8652 9.79522 11.8652 9.79522 11.8652 9.76235C11.8652 9.76235 11.931 9.72948 11.931 9.76235C11.931 9.76235 11.931 9.79522 11.8652 9.79522Z' fill='%23F0C727'/%3E%3Cpath d='M13.1142 9.53223C13.1142 9.53223 13.0813 9.59797 13.1142 9.59797V9.53223Z' fill='%23F4D134'/%3E%3Cpath d='M13.1149 9.59797C13.1149 9.59797 13.082 9.5651 13.082 9.53223C13.082 9.53223 13.082 9.53223 13.1149 9.53223H13.1806C13.1806 9.53223 13.1478 9.59797 13.1149 9.59797Z' fill='%23F0C727'/%3E%3Cpath d='M13.1816 9.89381V9.82807V9.76233C13.1816 9.76233 13.2145 9.7952 13.2145 9.82807L13.1816 9.89381Z' fill='%23F0C727'/%3E%3Cpath d='M13.2792 9.82806C13.2792 9.82806 13.2135 9.86093 13.2792 9.86093V9.82806Z' fill='%23F4D134'/%3E%3Cpath d='M13.2786 9.8938H13.2129C13.2129 9.86093 13.2129 9.82806 13.2786 9.82806C13.2786 9.82806 13.2786 9.86093 13.2786 9.8938Z' fill='%23F0C727'/%3E%3Cpath d='M14.1009 9.6966C14.1009 9.6966 14.0352 9.6966 14.0352 9.63086C14.0352 9.63086 14.068 9.63086 14.1009 9.63086H14.1338V9.6966H14.1009Z' fill='%23F0C727'/%3E%3Cpath d='M11.9645 9.72948H11.8987H11.8659C11.833 9.72948 11.8001 9.72948 11.8001 9.72948L11.7344 9.66374C11.7344 9.598 11.7672 9.56513 11.8001 9.4994V9.43365C11.8001 9.43365 11.833 9.43366 11.833 9.4994H11.8001C11.8001 9.4994 11.8001 9.66374 11.8001 9.69661C11.8001 9.69661 11.8001 9.69661 11.833 9.69661C11.833 9.63087 11.833 9.63087 11.833 9.63087V9.69661C11.833 9.69661 11.833 9.69661 11.8659 9.76235C11.8659 9.76235 11.8987 9.72948 11.8987 9.69661H11.8659C11.8659 9.69661 11.8987 9.63087 11.9316 9.63087V9.69661C11.9316 9.69661 11.9316 9.76235 11.9316 9.79522H11.8987L11.9645 9.72948Z' fill='%23F0C727'/%3E%3Cpath d='M11.7998 9.69658L11.7012 9.63084C11.7012 9.59797 11.7012 9.5651 11.7669 9.53223V9.59797V9.66371L11.7998 9.69658Z' fill='%23F0C727'/%3E%3Cpath d='M12.3583 9.82805C12.3583 9.82805 12.3583 9.82805 12.3255 9.82805C12.3255 9.82805 12.3255 9.82805 12.3255 9.76231H12.2597C12.2597 9.76231 12.1611 9.76231 12.1282 9.76231C12.1282 9.76231 12.1282 9.76231 12.0625 9.79518C12.0625 9.79518 12.0954 9.79518 12.0954 9.76231C12.0954 9.76231 12.0954 9.76231 12.0954 9.72945V9.66371C12.0954 9.66371 12.1173 9.68562 12.1611 9.72945C12.1611 9.72945 12.194 9.76231 12.2268 9.72945V9.66371C12.2268 9.63084 12.2926 9.59797 12.3583 9.59797C12.3583 9.63084 12.3583 9.66371 12.3583 9.66371C12.3583 9.69658 12.3583 9.72945 12.3583 9.76231C12.3583 9.79518 12.3912 9.79518 12.3912 9.79518C12.3912 9.79518 12.4241 9.79518 12.4241 9.72945C12.4241 9.72945 12.4241 9.82805 12.3912 9.82805H12.3583Z' fill='%23F0C727'/%3E%3Cpath d='M12.5231 9.92668C12.5231 9.92668 12.5231 9.89381 12.4902 9.89381C12.556 9.86094 12.556 9.82807 12.556 9.82807C12.556 9.7952 12.556 9.76233 12.556 9.76233C12.556 9.76233 12.5888 9.76233 12.6217 9.7952V9.82807C12.6217 9.82807 12.6217 9.82807 12.6217 9.7952V9.76233V9.69659C12.6546 9.69659 12.6875 9.69659 12.6875 9.76233H12.7203H12.8518C12.8518 9.76233 12.9175 9.76233 12.9175 9.82807C12.9175 9.82807 12.8847 9.82807 12.8847 9.86094V9.92668L12.8189 9.86094H12.6546C12.6546 9.86094 12.6217 9.92668 12.5888 9.92668C12.5888 9.92668 12.5888 9.93764 12.5888 9.95955L12.5231 9.92668ZM12.6875 9.76233H12.7861C12.7861 9.76233 12.8518 9.76233 12.8518 9.82807V9.72946H12.7203H12.6875V9.76233Z' fill='%23F0C727'/%3E%3Cpath d='M12.9834 9.79517H12.9505C12.9176 9.79517 12.8848 9.79517 12.8848 9.79517H12.9176L12.9505 9.72943C12.9505 9.72943 12.9834 9.72943 13.0162 9.72943C13.0491 9.72943 13.0491 9.7623 13.0491 9.79517C13.0491 9.82804 12.9834 9.86091 12.9505 9.86091L12.9834 9.79517Z' fill='%23F0C727'/%3E%3Cpath d='M13.1816 9.79521C13.1816 9.76234 13.2474 9.76234 13.2474 9.76234C13.2474 9.6966 13.2474 9.66373 13.2474 9.56512C13.2474 9.63086 13.2474 9.6966 13.2474 9.76234H13.3131C13.3131 9.76234 13.3131 9.76234 13.3131 9.72947V9.66373H13.3789V9.72947C13.3789 9.72947 13.346 9.82808 13.2802 9.82808H13.1816V9.79521Z' fill='%23F0C727'/%3E%3Cpath d='M13.3789 9.86095V9.82808C13.3789 9.82808 13.3789 9.79521 13.4118 9.76234C13.3789 9.72947 13.3789 9.6966 13.3789 9.6966V9.63086C13.3789 9.63086 13.4446 9.63086 13.4775 9.63086C13.4775 9.6966 13.4775 9.79521 13.4118 9.82808L13.3789 9.86095Z' fill='%23F0C727'/%3E%3Cpath d='M13.542 9.82808H13.5091V9.79521L13.4434 9.72947C13.4434 9.6966 13.4434 9.63086 13.5091 9.63086C13.5091 9.63086 13.542 9.63086 13.542 9.6966C13.6077 9.6966 13.7063 9.6966 13.8049 9.63086C13.8049 9.63086 13.6077 9.72947 13.542 9.72947C13.542 9.76234 13.5091 9.79521 13.4762 9.79521L13.542 9.82808Z' fill='%23F0C727'/%3E%3Cpath d='M13.7724 9.76231C13.7724 9.76231 13.7724 9.76231 13.7396 9.76231C13.7396 9.76231 13.7396 9.76231 13.7067 9.69658C13.7067 9.69658 13.7067 9.69658 13.7067 9.76231H13.6738C13.6738 9.76231 13.6738 9.69658 13.7067 9.66371V9.5651C13.7067 9.5651 13.7067 9.55414 13.7067 9.53223V9.66371C13.7067 9.66371 13.7396 9.66371 13.7724 9.66371C13.7724 9.66371 13.8053 9.66371 13.8053 9.69658C13.8382 9.69658 13.8382 9.76231 13.8053 9.76231L13.7724 9.79518V9.76231Z' fill='%23F0C727'/%3E%3Cpath d='M13.9029 9.69661C13.9029 9.69661 13.8701 9.69661 13.8701 9.63087C13.8701 9.53226 14.0016 9.53226 14.0016 9.598C14.0016 9.598 14.0016 9.60896 14.0016 9.63087C14.0016 9.63087 13.9687 9.69661 13.9029 9.69661Z' fill='%23F0C727'/%3E%3Cpath d='M14.1015 9.63084C14.1015 9.63084 14.0358 9.53223 14.0358 9.43363C14.0358 9.43363 14.0358 9.42267 14.0358 9.40076H13.97C13.97 9.40076 13.9481 9.40076 13.9043 9.40076C13.9043 9.40076 14.0029 9.30215 14.0358 9.33502C14.0686 9.33502 14.1015 9.36789 14.1015 9.40076C14.1015 9.4665 14.1015 9.53224 14.1344 9.53224C14.1344 9.53224 14.1344 9.49937 14.1673 9.49937V9.56511L14.1344 9.59798L14.1015 9.63084Z' fill='%23F0C727'/%3E%3Cpath d='M12.885 7.69154L14.5942 9.26929L14.4956 6.40962C14.4956 5.94944 14.1012 6.08092 13.8054 6.2124C13.5095 6.40962 13.2137 6.40962 12.885 6.31101C12.5563 6.44249 12.2276 6.44249 11.9647 6.2124C11.7017 6.08092 11.3401 5.94944 11.3073 6.40962L11.1758 9.26929L12.9179 7.69154H12.885Z' fill='white'/%3E%3Cpath d='M11.1422 9.33504L11.2737 6.4425C11.2737 6.14667 11.4381 6.08093 11.5367 6.08093C11.701 6.08093 11.8654 6.17954 11.964 6.24528C12.1941 6.37676 12.4899 6.4425 12.8515 6.31102C13.2459 6.4425 13.5417 6.40963 13.7718 6.24528C13.8704 6.17954 14.0348 6.08093 14.1663 6.08093C14.2977 6.08093 14.4292 6.14667 14.4621 6.4425L14.5607 9.30217C14.5607 9.30217 14.5607 9.33504 14.5278 9.30217L12.8515 7.72442L11.1094 9.30217L11.1422 9.33504ZM11.5038 6.17954C11.5038 6.17954 11.3066 6.27815 11.3066 6.47537L11.208 9.2693L12.8515 7.72442L14.495 9.2693L14.3635 6.47537C14.3635 6.14667 14.1334 6.08093 13.739 6.31102C13.476 6.47537 13.1802 6.50824 12.7857 6.37676C12.457 6.50824 12.1283 6.47537 11.8654 6.31102C11.7339 6.24528 11.5696 6.17954 11.4709 6.17954H11.5038Z' fill='%23F0C727'/%3E%3Cpath d='M13.1479 6.40963C13.1479 6.40963 13.3451 6.4425 13.378 6.4425C13.1808 6.31102 13.1479 5.91658 13.1808 5.75223C13.1808 5.45641 13.115 5.25919 12.9178 5.22632C12.9178 5.22632 12.8521 5.22632 12.7863 5.22632C12.7206 5.22632 12.6877 5.25919 12.6549 5.32493C12.5891 5.25919 12.5563 5.32493 12.4905 5.25919C12.4248 5.25919 12.3262 5.25919 12.3262 5.39067H12.3919C12.3919 5.39067 12.3919 5.39067 12.4577 5.39067C12.5234 5.39067 12.5891 5.45641 12.5891 5.58789C12.6549 5.88371 12.5891 6.17954 12.3262 6.4425C12.3919 6.4425 12.4905 6.4425 12.5891 6.40963C12.5563 6.4425 12.5234 6.47537 12.4905 6.50824C12.5891 6.47537 12.6877 6.4425 12.7535 6.34389C12.7535 6.40963 12.8192 6.4425 12.8521 6.47537C12.8521 6.47537 12.9507 6.40963 12.9507 6.34389C13.0164 6.4425 13.115 6.47537 13.2137 6.50824C13.1808 6.4425 13.1808 6.4425 13.115 6.40963H13.1479Z' fill='white'/%3E%3Cpath d='M12.3929 6.57398H12.4586C12.4586 6.57398 12.4586 6.50824 12.4586 6.47537C12.3929 6.47537 12.3271 6.47537 12.2614 6.47537C12.4915 6.21242 12.5901 5.94946 12.5243 5.62076C12.5243 5.52215 12.4586 5.48928 12.4257 5.45641H12.3929C12.3929 5.45641 12.3271 5.39067 12.2943 5.39067H12.2285C12.2285 5.22632 12.3271 5.22632 12.4257 5.22632C12.4586 5.22632 12.4915 5.22632 12.4915 5.22632H12.5572C12.5901 5.22632 12.623 5.16058 12.6887 5.16058C12.7216 5.16058 12.7873 5.16058 12.8202 5.16058C13.0831 5.19345 13.1489 5.3578 13.116 5.71937C13.116 5.88372 13.116 6.27816 13.3132 6.37677H13.379L13.2803 6.40964C13.2803 6.40964 13.1817 6.40964 13.116 6.40964C13.116 6.40964 13.116 6.40964 13.116 6.47537C13.0174 6.47537 12.9188 6.4425 12.853 6.3439C12.853 6.3439 12.8311 6.3439 12.7873 6.3439V6.40964C12.7873 6.40964 12.7873 6.3439 12.7544 6.3439C12.6887 6.40963 12.5572 6.44251 12.4915 6.47537H12.3929V6.57398ZM12.9517 6.37677C12.9517 6.37677 13.0503 6.47537 13.1489 6.50824C13.1489 6.50824 13.1489 6.47537 13.0831 6.47537L13.1489 6.40964C13.1489 6.40964 13.2475 6.47537 13.2803 6.47537C13.1489 6.31103 13.0831 5.94946 13.116 5.81798C13.1817 5.52215 13.0503 5.3578 12.8859 5.32493C12.8859 5.32493 12.8859 5.32493 12.853 5.32493C12.853 5.32493 12.7873 5.32493 12.7544 5.32493C12.6887 5.32493 12.6887 5.39067 12.6887 5.42354H12.623C12.5901 5.42354 12.5572 5.42354 12.5243 5.3578C12.4915 5.3578 12.4257 5.32493 12.3929 5.42354C12.3929 5.42354 12.4257 5.42354 12.4915 5.45641H12.5243C12.5243 5.45641 12.6558 5.55502 12.6558 5.6865C12.6558 5.91659 12.6558 6.24529 12.4257 6.50824C12.4915 6.50824 12.5243 6.50824 12.5901 6.44251V6.50824C12.5901 6.50824 12.5901 6.50824 12.5901 6.54111C12.6887 6.50824 12.7216 6.47537 12.7873 6.40964C12.7873 6.40964 12.7873 6.44251 12.7873 6.50824H12.8202C12.8202 6.47537 12.8202 6.44251 12.8859 6.40964L12.9517 6.37677Z' fill='%23F0C727'/%3E%3Cpath d='M13.18 6.4425H13.1471C13.1471 6.4425 13.0156 6.21241 13.0156 6.01519C13.0156 5.98232 13.0814 5.98232 13.0814 6.01519C13.0814 6.21241 13.1142 6.31102 13.18 6.4425Z' fill='%23F0C727'/%3E%3Cpath d='M12.9502 6.40963C12.9502 6.40963 12.8516 6.21241 12.8516 6.01519C12.8516 5.98232 12.8844 5.98232 12.8844 6.01519C12.8844 6.17954 12.9173 6.31102 12.9502 6.34389V6.37676V6.40963Z' fill='%23F0C727'/%3E%3Cpath d='M12.5566 6.4425C12.5895 6.34389 12.6552 6.21241 12.6552 6.01519C12.6552 5.98232 12.721 5.98232 12.721 6.01519C12.721 6.21241 12.6552 6.34389 12.5895 6.4425H12.5566Z' fill='%23F0C727'/%3E%3Cpath d='M12.7539 6.4096C12.7539 6.4096 12.7539 6.4096 12.7539 6.37673C12.7539 6.31099 12.8196 6.21238 12.8196 6.04803C12.8196 6.01516 12.8525 6.01516 12.8525 6.04803C12.8525 6.24525 12.8525 6.37673 12.8196 6.4096H12.7539Z' fill='%23F0C727'/%3E%3Cpath d='M12.3258 5.35779C12.3258 5.35779 12.3916 5.35779 12.4244 5.42353C12.4573 5.42353 12.5559 5.48927 12.5559 5.62075C12.5559 5.55501 12.5888 5.48927 12.6217 5.52214C12.5559 5.39066 12.3587 5.35779 12.293 5.39066L12.3258 5.35779Z' fill='%23F0C727'/%3E%3Cpath d='M12.5895 5.62075C12.5895 5.62075 12.4909 5.4564 12.458 5.42353H12.4251C12.4251 5.42353 12.3922 5.39066 12.3594 5.39066C12.3594 5.35779 12.4251 5.35779 12.4251 5.35779C12.5237 5.35779 12.6552 5.39066 12.7209 5.52214H12.6881L12.6552 5.55501V5.62075H12.5895ZM12.3922 5.39066C12.3922 5.39066 12.3922 5.39066 12.458 5.39066H12.4909C12.4909 5.39066 12.5566 5.4564 12.5895 5.52214C12.5895 5.52214 12.6223 5.52214 12.6552 5.52214C12.5895 5.4564 12.4909 5.39066 12.3922 5.39066Z' fill='%23F0C727'/%3E%3Cpath d='M12.9507 8.0531L13.1808 9.10493L13.0822 9.20354L13.0165 9.1378L12.885 8.15171L12.9507 9.1378L12.8521 9.23641L12.7864 9.1378L12.8193 8.15171L12.6878 9.1378L12.622 9.20354L12.5234 9.10493L12.7864 8.0531H12.9507Z' fill='%23F0C727'/%3E%3Cpath d='M12.8521 9.26928L12.7535 9.1378V8.67763L12.6878 9.1378L12.622 9.20354L12.5234 9.1378L12.7535 8.0531H12.9507L13.2137 9.1378L13.148 9.23641L13.0165 9.17067L12.9179 8.7105L12.9836 9.17067L12.885 9.30215L12.8521 9.26928ZM12.8521 8.18458L12.7864 9.1378L12.8521 9.20354L12.9179 9.1378L12.8521 8.18458ZM12.9179 8.0531H12.7864L12.5563 9.1378L12.622 9.20354L12.6878 9.1378L12.8193 8.18458H12.885L13.0494 9.17067H13.1151L13.1808 9.1378L12.9179 8.08597V8.0531Z' fill='%23F0C727'/%3E%3Cpath d='M11.4713 6.34384L11.3398 9.10491L11.1426 9.26925L11.2741 6.40958C11.2741 6.40958 11.4055 6.31097 11.4713 6.31097V6.34384Z' fill='%23F0C727'/%3E%3Cpath d='M11.7021 6.54109L11.6035 8.84198L11.4062 9.03919L11.5377 6.34387C11.5377 6.34387 11.7021 6.47535 11.7349 6.50822L11.7021 6.54109Z' fill='%23F0C727'/%3E%3Cpath d='M11.8984 6.70542L11.8327 8.67761L11.7012 8.80909L11.7998 6.60681L11.8984 6.70542Z' fill='%23F0C727'/%3E%3Cpath d='M12.1285 6.80402V8.48038L11.8984 8.61186L11.997 6.73828L12.1285 6.80402Z' fill='%23F0C727'/%3E%3Cpath d='M12.359 6.80402L12.2933 8.18455L12.1289 8.3489L12.1946 6.83689C12.1946 6.83689 12.3261 6.83689 12.359 6.83689V6.80402Z' fill='%23F0C727'/%3E%3Cpath d='M14.2656 6.34384L14.3642 9.10491L14.5615 9.26925L14.43 6.40958L14.2656 6.31097V6.34384Z' fill='%23F0C727'/%3E%3Cpath d='M14.0352 6.54106L14.1338 8.84194L14.331 9.03916L14.2324 6.37671C14.2324 6.37671 14.1009 6.50819 14.068 6.54106H14.0352Z' fill='%23F0C727'/%3E%3Cpath d='M13.8047 6.70542L13.9033 8.67761L14.0676 8.77622L13.969 6.60681C13.969 6.60681 13.8376 6.70542 13.8047 6.70542Z' fill='%23F0C727'/%3E%3Cpath d='M13.5762 6.80402L13.6419 8.44751L13.7734 8.57899L13.7077 6.73828L13.5762 6.80402Z' fill='%23F0C727'/%3E%3Cpath d='M13.3457 6.80402V8.18455L13.5758 8.3489L13.5101 6.83689C13.5101 6.83689 13.4114 6.83689 13.3786 6.83689L13.3457 6.80402Z' fill='%23F0C727'/%3E%3Cpath d='M12.327 7.52716L11.834 9.23639L12.4914 9.335L12.7872 8.08595L12.327 7.52716Z' fill='white'/%3E%3Cpath d='M12.4898 9.3679L11.8652 9.23642L12.3254 7.56006H12.3583L12.7856 8.05311L12.5226 9.33503C12.5226 9.33503 12.5226 9.33503 12.4898 9.33503V9.3679ZM11.8981 9.23642L12.4898 9.33503L12.7527 8.11885L12.3583 7.6258L11.8981 9.23642Z' fill='%23F0C727'/%3E%3Cpath d='M13.3785 7.52716L13.8715 9.23639L13.2141 9.335L12.9512 8.08595L13.3785 7.52716Z' fill='white'/%3E%3Cpath d='M13.2138 9.36787L12.918 8.08595L13.411 7.52716L13.8712 9.20352L13.2138 9.335V9.36787ZM13.3781 7.5929L12.9508 8.08595L13.2138 9.30213L13.8055 9.20352L13.3781 7.5929Z' fill='%23F0C727'/%3E%3Cpath d='M12.2278 8.28319L12.1621 8.15171H12.195V8.25032L12.3922 8.0531V8.08597L12.2278 8.28319Z' fill='%23F0C727'/%3E%3Cpath d='M12.458 8.41469H12.4251L12.3594 7.8559V7.79016C12.3594 7.79016 12.3922 7.79016 12.3922 7.8559L12.458 8.34895L12.5895 8.15173H12.6223L12.4251 8.44756L12.458 8.41469Z' fill='%23F0C727'/%3E%3Cpath d='M12.4898 8.77621L12.3912 8.51325L12.3255 8.61186L12.2597 8.44751L12.1282 8.57899H12.0625V8.51325L12.2268 8.38177L12.2926 8.51325L12.3912 8.38177L12.4898 8.6776L12.6213 8.54612C12.6213 8.54612 12.6213 8.54612 12.687 8.54612V8.61186L12.5227 8.74334C12.5227 8.74334 12.5227 8.74334 12.4898 8.74334V8.77621Z' fill='%23F0C727'/%3E%3Cpath d='M12.5572 9.13782L12.4914 8.87486L12.3928 9.07208H12.3271L12.2942 8.84199L12.1627 8.97347L12.0312 8.64478H12.0641L12.1627 8.90773L12.2613 8.77625C12.2613 8.77625 12.2613 8.77625 12.2613 8.80912L12.3271 9.00634L12.4586 8.84199L12.5243 9.13782H12.5572Z' fill='%23F0C727'/%3E%3Cpath d='M12.3925 9.36788L12.3267 9.17066L12.261 9.30214H12.2281L12.1295 9.07205L12.0638 9.20353H12.0309H11.998L12.1295 9.03918L12.2281 9.2364L12.2939 9.10492H12.3596V9.30214L12.4911 9.2364H12.524L12.3925 9.36788Z' fill='%23F0C727'/%3E%3Cpath d='M13.4765 8.28316L13.2793 8.08594L13.4436 8.21742V8.11881H13.5094L13.4436 8.25029L13.4765 8.28316Z' fill='%23F0C727'/%3E%3Cpath d='M13.2789 8.41469L13.0488 8.15173H13.0817L13.2789 8.34895V7.8559L13.3118 7.79016C13.3447 7.79016 13.3775 7.79016 13.3775 7.79016L13.3118 8.34895L13.2789 8.41469Z' fill='%23F0C727'/%3E%3Cpath d='M13.0498 8.54613L13.1812 8.25031H13.2141L13.1155 8.579H13.0826L13.0498 8.54613Z' fill='%23F0C727'/%3E%3Cpath d='M13.2135 8.77621L13.082 8.64473C13.082 8.64473 13.082 8.64473 13.082 8.57899H13.1149L13.2135 8.71047L13.3121 8.44751L13.3779 8.57899L13.4436 8.44751L13.6408 8.57899V8.64473L13.4765 8.51325L13.4107 8.6776H13.3779L13.3121 8.54612L13.2464 8.80908L13.2135 8.77621Z' fill='%23F0C727'/%3E%3Cpath d='M13.1813 9.13779H13.1484L13.2142 8.84196L13.3457 9.00631L13.4114 8.80909L13.51 8.94057L13.6086 8.67761H13.6415L13.5429 9.00631L13.4443 8.87483L13.3785 9.07205L13.247 8.87483V9.13779H13.1813Z' fill='%23F0C727'/%3E%3Cpath d='M13.3115 9.36788L13.2129 9.2364L13.3115 9.30214L13.3772 9.10492H13.4101L13.4758 9.2364L13.5416 9.03918H13.5745L13.6731 9.20353C13.6731 9.20353 13.6731 9.20353 13.6073 9.20353L13.5416 9.07205L13.4758 9.30214H13.443L13.3444 9.17066V9.33501H13.2786L13.3115 9.36788Z' fill='%23F0C727'/%3E%3Cpath d='M12.8517 6.60681C13.0489 6.73829 13.3119 6.8369 13.6077 6.80403C13.6077 7.4943 13.4105 7.95447 12.8517 8.34891C12.3258 7.95447 12.1286 7.4943 12.0957 6.80403C12.3915 6.80403 12.6545 6.73829 12.8517 6.60681Z' fill='white'/%3E%3Cpath d='M12.8517 8.34891C12.3587 8.02021 12.0957 7.52717 12.0957 6.80403C12.1286 6.80403 12.1614 6.80403 12.1614 6.80403C12.4244 6.80403 12.6216 6.73829 12.8188 6.60681C13.0489 6.77116 13.279 6.8369 13.5748 6.80403C13.5748 7.56004 13.3776 8.02021 12.8188 8.38178L12.8517 8.34891ZM12.0957 6.8369C12.1286 7.52717 12.3587 7.95447 12.8517 8.31604C13.3448 7.95447 13.5748 7.52717 13.5748 6.80403C13.5748 6.8369 13.5748 6.8369 13.542 6.8369C13.3119 6.8369 13.0489 6.73829 12.8517 6.60681C12.6874 6.73829 12.4573 6.8369 12.1943 6.8369H12.1286H12.0957Z' fill='%23F0C727'/%3E%3Cpath d='M12.8524 8.25033C13.2797 7.92163 13.5098 7.46145 13.5426 6.83693C13.3126 6.83693 13.0496 6.77119 12.8524 6.63971C12.688 6.80406 12.4579 6.83693 12.1621 6.83693C12.195 7.46145 12.4251 7.92163 12.8524 8.25033Z' fill='%23F0C727'/%3E%3Cpath d='M12.8524 8.28317C12.4251 7.98734 12.2278 7.49429 12.1621 6.86976C12.4579 6.86976 12.688 6.80403 12.8195 6.67255H12.8852C12.8852 6.67255 13.2468 6.86976 13.5426 6.86976H13.5755C13.5755 7.52716 13.3126 8.02021 12.8524 8.31604V8.28317ZM12.195 6.86976C12.2278 7.49429 12.4908 7.95447 12.8524 8.21743C13.2797 7.95447 13.4769 7.46142 13.5098 6.86976C13.3454 6.86976 13.0825 6.86977 12.8524 6.70542C12.688 6.8369 12.4908 6.86976 12.195 6.86976Z' fill='%23F0C727'/%3E%3Cpath d='M12.1952 9.23639C12.1952 9.23639 12.5239 9.30213 12.6554 9.23639C12.7211 9.23639 12.7869 9.36787 12.6554 9.40074C12.5239 9.40074 12.3267 9.40074 12.1952 9.40074C12.1295 9.40074 11.8665 9.335 11.735 9.30213C11.6035 9.23639 11.735 9.13778 11.7679 9.17065C11.8994 9.20352 12.0637 9.23639 12.2281 9.23639H12.1952Z' fill='white'/%3E%3Cpath d='M12.491 9.43365C12.491 9.43365 12.228 9.43365 12.1623 9.43365C12.0966 9.43365 11.8336 9.40078 11.7021 9.36791C11.6035 9.30217 11.6035 9.2693 11.6035 9.23643C11.6035 9.17069 11.6693 9.17069 11.735 9.17069C11.8665 9.17069 11.998 9.23643 12.1952 9.2693C12.3267 9.2693 12.491 9.30217 12.6553 9.2693C12.6553 9.2693 12.754 9.33504 12.754 9.36791C12.754 9.36791 12.754 9.46652 12.6225 9.46652H12.491V9.43365ZM11.735 9.17069H11.6693V9.23643C11.8336 9.2693 12.0637 9.30217 12.1294 9.33504C12.2609 9.33504 12.4581 9.33504 12.5896 9.33504C12.6553 9.33504 12.6553 9.33504 12.6553 9.30217C12.6553 9.30217 12.6553 9.23643 12.6225 9.23643C12.491 9.23643 12.2609 9.23643 12.1623 9.23643C11.9651 9.20356 11.7679 9.17069 11.7021 9.13782L11.735 9.17069Z' fill='%23F0C727'/%3E%3Cpath d='M13.5415 9.23639C13.5415 9.23639 13.2128 9.30213 13.0485 9.23639C12.9827 9.23639 12.8841 9.36787 13.0814 9.40074C13.2128 9.40074 13.4101 9.40074 13.5415 9.40074C13.6401 9.40074 13.8702 9.335 14.0017 9.30213C14.1661 9.23639 14.0675 9.13778 14.0017 9.17065C13.9031 9.20352 13.7059 9.23639 13.5415 9.23639Z' fill='white'/%3E%3Cpath d='M13.2141 9.43365H13.0827C13.0827 9.43365 12.9512 9.36791 12.9512 9.33504C12.9512 9.2693 12.984 9.23643 13.0498 9.23643C13.2141 9.23643 13.3785 9.23643 13.5428 9.23643C13.74 9.23643 13.9044 9.17069 14.003 9.13782C14.0687 9.13782 14.1016 9.13782 14.1345 9.20356C14.1345 9.20356 14.1345 9.30217 14.0359 9.33504C13.8715 9.33504 13.6414 9.40078 13.5757 9.40078C13.51 9.40078 13.3785 9.40078 13.247 9.40078L13.2141 9.43365ZM13.0498 9.30217C13.0498 9.30217 12.984 9.30217 12.984 9.36791C12.984 9.36791 13.0169 9.36791 13.0827 9.40078C13.2141 9.40078 13.4113 9.40078 13.5428 9.40078C13.6414 9.40078 13.8715 9.33504 14.003 9.30217C14.003 9.30217 14.0687 9.2693 14.0687 9.23643H14.003C14.003 9.23643 13.74 9.23643 13.5428 9.30217C13.4113 9.30217 13.2141 9.30217 13.0498 9.30217Z' fill='%23F0C727'/%3E%3Cpath d='M11.7012 9.17069C11.7012 9.17069 11.504 9.30217 11.5369 9.33504C11.5698 9.33504 11.6355 9.33504 11.6684 9.2693C11.6684 9.20356 11.6684 9.20356 11.6684 9.13782L11.7012 9.17069Z' fill='white'/%3E%3Cpath d='M11.5368 9.36791C11.5368 9.36791 11.5368 9.23643 11.5368 9.20356C11.5696 9.13782 11.6025 9.13782 11.6683 9.13782V9.17069C11.6683 9.17069 11.6683 9.20356 11.6683 9.23643V9.30217C11.6683 9.30217 11.6354 9.36791 11.6025 9.36791C11.6025 9.36791 11.5806 9.36791 11.5368 9.36791ZM11.6354 9.20356H11.5696C11.5696 9.20356 11.5696 9.2693 11.5696 9.30217H11.6025V9.23643L11.6354 9.20356Z' fill='%23F0C727'/%3E%3Cpath d='M12.1614 9.49938C12.1614 9.49938 12.2272 9.43364 12.2272 9.33503C12.2272 9.33503 12.2272 9.26929 12.1614 9.26929C12.0957 9.26929 12.0957 9.26929 12.0957 9.33503C12.0957 9.43364 12.1614 9.43364 12.1614 9.49938Z' fill='white'/%3E%3Cpath d='M12.1614 9.53225V9.46651C12.1614 9.46651 12.1614 9.40077 12.1614 9.3679C12.1614 9.33503 12.1943 9.26929 12.2601 9.26929C12.3258 9.26929 12.3587 9.3679 12.3587 9.40077C12.3587 9.46651 12.3258 9.46651 12.2929 9.49938C12.2929 9.49938 12.2601 9.49938 12.2601 9.56512L12.1614 9.53225ZM12.1614 9.30216L12.0957 9.3679C12.0957 9.3679 12.0957 9.43364 12.0957 9.46651H12.1286L12.1614 9.43364C12.1614 9.3679 12.1614 9.33503 12.1286 9.33503L12.1614 9.30216Z' fill='%23F0C727'/%3E%3Cpath d='M12.7204 9.30216C12.7204 9.30216 12.819 9.46651 12.7861 9.53225C12.7861 9.46651 12.6875 9.46651 12.6875 9.40077C12.6875 9.33503 12.7532 9.33503 12.7532 9.26929L12.7204 9.30216Z' fill='white'/%3E%3Cpath d='M12.7526 9.53225C12.7526 9.53225 12.7526 9.46651 12.6868 9.46651L12.6211 9.43364C12.6211 9.3679 12.654 9.33503 12.654 9.33503V9.26929C12.7197 9.26929 12.7526 9.26929 12.7526 9.33503C12.8183 9.40077 12.7526 9.49938 12.7526 9.53225ZM12.7854 9.33503C12.7854 9.33503 12.7745 9.34598 12.7526 9.3679H12.7854C12.7854 9.3679 12.7854 9.40077 12.8512 9.43364V9.30216L12.7854 9.33503Z' fill='%23F0C727'/%3E%3Cpath d='M14.0352 9.17069C14.0352 9.17069 14.1995 9.30217 14.1666 9.33504C14.1666 9.33504 14.068 9.33504 14.0352 9.2693C14.0352 9.20356 14.0352 9.20356 14.0352 9.13782V9.17069Z' fill='white'/%3E%3Cpath d='M14.1663 9.36787H14.1334C14.1006 9.36787 14.0677 9.36787 14.0348 9.30213C14.0348 9.26926 14.0348 9.23639 14.0348 9.23639C14.0348 9.23639 14.0348 9.23639 14.0348 9.17065C14.0348 9.17065 14.1663 9.17065 14.1992 9.23639C14.1992 9.26926 14.1992 9.335 14.1992 9.40074L14.1663 9.36787ZM14.0677 9.20352V9.26926H14.1006C14.1006 9.26926 14.1006 9.23639 14.0677 9.20352C14.0677 9.20352 14.0677 9.20352 14.002 9.20352H14.0677Z' fill='%23F0C727'/%3E%3Cpath d='M13.5423 9.49938C13.5423 9.49938 13.4766 9.43364 13.4766 9.33503C13.4766 9.33503 13.4766 9.26929 13.5423 9.26929C13.608 9.26929 13.608 9.26929 13.608 9.33503C13.6409 9.43364 13.5423 9.43364 13.5423 9.49938Z' fill='white'/%3E%3Cpath d='M13.5423 9.53222C13.5423 9.53222 13.5423 9.46648 13.5094 9.46648C13.5094 9.46648 13.4766 9.46648 13.4766 9.36787C13.4766 9.36787 13.4766 9.23639 13.5423 9.23639C13.5752 9.23639 13.6409 9.26926 13.6409 9.335C13.6409 9.40074 13.6409 9.43361 13.608 9.43361C13.608 9.43361 13.608 9.46648 13.608 9.49935L13.5423 9.53222ZM13.5423 9.30213C13.5423 9.30213 13.5094 9.335 13.5094 9.36787C13.5094 9.36787 13.5094 9.40074 13.5423 9.43361H13.5752V9.36787C13.5752 9.335 13.5752 9.26926 13.5423 9.26926V9.30213Z' fill='%23F0C727'/%3E%3Cpath d='M12.9832 9.30216C12.9832 9.30216 12.8846 9.46651 12.9503 9.53225C12.9503 9.46651 13.0489 9.46651 13.0489 9.40077C13.0489 9.33503 12.9503 9.33503 12.9832 9.26929V9.30216Z' fill='white'/%3E%3Cpath d='M12.9508 9.53225H12.9179C12.9179 9.49938 12.8521 9.40077 12.9179 9.33503C12.9179 9.30216 12.9836 9.26929 13.0165 9.26929C13.0165 9.26929 13.0165 9.26929 13.0494 9.26929C13.0494 9.26929 13.1151 9.33503 13.1151 9.40077C13.1151 9.40077 13.0822 9.46651 13.0494 9.46651C13.0165 9.46651 12.9836 9.49938 12.9836 9.49938L12.9508 9.53225ZM12.9508 9.33503H12.9179C12.9179 9.33503 12.9179 9.43364 12.9508 9.46651C12.9508 9.46651 12.9508 9.46651 12.9836 9.46651H13.0165L12.9836 9.43364V9.3679H12.9508V9.33503Z' fill='%23F0C727'/%3E%3Cpath d='M11.8327 9.23642H11.7012V9.20355H11.8327V9.23642Z' fill='%23F0C727'/%3E%3Cpath d='M11.9316 9.23639C11.9316 9.23639 12.0302 9.26926 12.096 9.26926H11.9316V9.23639Z' fill='white'/%3E%3Cpath d='M12.096 9.30213H11.9316C11.9316 9.30213 11.9316 9.26926 11.9316 9.23639C11.9316 9.23639 12.0631 9.23639 12.1289 9.26926L12.096 9.30213Z' fill='%23F0C727'/%3E%3Cpath d='M12.4902 9.36786C12.4902 9.36786 12.556 9.30212 12.6217 9.30212H12.4902V9.36786Z' fill='%23F0C727'/%3E%3Cpath d='M12.4244 9.33501H12.293C12.293 9.30214 12.3916 9.26927 12.4573 9.33501H12.4244Z' fill='%23F0C727'/%3E%3Cpath d='M13.8711 9.23639C13.8711 9.23639 13.9697 9.17065 14.0026 9.17065V9.20352H13.8711V9.23639Z' fill='%23F0C727'/%3E%3Cpath d='M13.7721 9.23639C13.7721 9.23639 13.6735 9.26926 13.6406 9.26926H13.7721V9.23639Z' fill='white'/%3E%3Cpath d='M13.6406 9.30216L13.805 9.20355L13.6735 9.30216H13.6406Z' fill='%23F0C727'/%3E%3Cpath d='M13.444 9.335H13.3125C13.3125 9.335 13.4111 9.26926 13.4768 9.335H13.444Z' fill='%23F0C727'/%3E%3Cpath d='M13.147 5.42354C13.147 5.42354 13.0155 5.25919 12.8841 5.22632H12.7526C12.7526 5.22632 12.654 5.25919 12.6211 5.32493C12.6868 5.32493 12.6868 5.39067 12.7526 5.42354C12.8183 5.42354 12.8183 5.42354 12.8841 5.3578C12.9498 5.29206 13.0813 5.3578 13.147 5.42354Z' fill='%23F0C727'/%3E%3Cpath d='M12.7871 5.42351H12.7213C12.7213 5.42351 12.6885 5.42351 12.6556 5.39064C12.6556 5.39064 12.6556 5.35777 12.5898 5.35777C12.5898 5.29203 12.6556 5.22629 12.7213 5.22629H12.7542C12.7542 5.22629 12.8528 5.22629 12.8857 5.22629C13.0172 5.22629 13.0829 5.29203 13.1158 5.39064C13.0172 5.3249 12.9185 5.3249 12.8528 5.39064C12.8528 5.45638 12.7871 5.45638 12.7542 5.45638L12.7871 5.42351ZM12.7871 5.22629C12.7871 5.22629 12.7213 5.29203 12.6556 5.3249C12.6885 5.3249 12.7213 5.3249 12.7213 5.35777C12.7542 5.35777 12.7542 5.35777 12.7871 5.35777C12.8199 5.35777 12.8528 5.35777 12.9185 5.29203C12.9185 5.25916 13.05 5.25916 13.1158 5.29203C13.05 5.25916 13.0172 5.19342 12.9185 5.19342C12.9185 5.19342 12.8528 5.19342 12.8199 5.19342H12.7871V5.22629Z' fill='%23F0C727'/%3E%3Cpath d='M12.7538 5.29205C12.7538 5.29205 12.6881 5.35779 12.7538 5.35779V5.29205Z' fill='white'/%3E%3Cpath d='M12.7532 5.3578C12.7532 5.3578 12.6875 5.3578 12.6875 5.32493C12.6875 5.22632 12.7861 5.22632 12.7861 5.32493C12.7861 5.32493 12.7861 5.3578 12.7532 5.3578Z' fill='white'/%3E%3Cpath d='M13.0813 6.80403V8.05308C13.0813 8.05308 12.9498 8.18456 12.8512 8.28317C12.7526 8.21743 12.6868 8.15169 12.6211 8.05308V6.80403C12.6211 6.80403 12.7854 6.73829 12.8512 6.67255C12.9169 6.73829 13.0155 6.77116 13.0813 6.8369V6.80403Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_2910'%3E%3Crect width='26' height='15.1858' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.trip-slider-item {
  border-radius: 10px;
  border: 1px solid transparent;
  transition: 0.25s border-color;
  line-height: 1.21;
}
.trip-slider-item:hover {
  border-color: #FFA801;
}
.trip-slider-item .background {
  height: 180px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.trip-slider-item .background .link {
  display: block;
  width: 100%;
  height: 100%;
}
.trip-slider-item .content {
  padding: 20px 16px;
  background-color: rgba(225, 221, 218, 0.5);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 500;
  color: #000;
}
@media (min-width: 992px) {
  .trip-slider-item .content {
    padding: 20px;
  }
}
.trip-slider-item .content .duration {
  font-size: 0.625rem;
}
.trip-slider-item .content .title {
  font-size: 1.125rem;
  margin-top: 0.5rem;
}
.trip-slider-item .content .title a {
  transition: color 0.25s;
}
.trip-slider-item .content .title a:hover {
  color: #FFA801;
}
.trip-slider-item .content .terms {
  font-size: 0.75rem;
  color: #BAB5B1;
  margin-top: 1.5rem;
}
.trip-slider-item .content .price-from {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media (max-width: 991.98px) {
  .trip-slider-item--search-result .content {
    background: #fff;
  }
}

.blaze-slider .blaze-buttons button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #fff;
  /*background: $white-arrow-left center center/16px 11px no-repeat;*/
  padding: 0;
  transition: 0.25s border-color;
  position: relative;
}
@media (min-width: 992px) {
  .blaze-slider .blaze-buttons button {
    border-color: transparent;
  }
}
.blaze-slider .blaze-buttons button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_3283)'%3E%3Cpath d='M6.62938 10.0901C7.01937 9.70008 7.01937 9.07008 6.62938 8.68008L3.14937 5.20008L6.62938 1.72008C7.01937 1.33008 7.01937 0.700078 6.62938 0.310078C6.23937 -0.0799219 5.60938 -0.0799219 5.21938 0.310078L1.02937 4.50008C0.639375 4.89008 0.639375 5.52008 1.02937 5.91008L5.21938 10.1001C5.60938 10.4901 6.23937 10.4901 6.62938 10.1001V10.0901Z' fill='white'/%3E%3Cpath d='M15.71 5.89994C15.89 5.71994 16 5.46994 16 5.18994C16 4.63994 15.55 4.18994 15 4.18994H2.87C2.32 4.18994 1.87 4.63994 1.87 5.18994C1.87 5.73994 2.32 6.18994 2.87 6.18994H15C15.28 6.18994 15.53 6.07994 15.71 5.89994Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_3283'%3E%3Crect width='15.27' height='10.38' fill='white' transform='matrix(-1 0 0 1 16 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center center/16px 11px no-repeat;
  width: 45px;
  height: 45px;
}
@media (min-width: 992px) {
  .blaze-slider .blaze-buttons button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_915_823)'%3E%3Cpath d='M6.62986 10.09C7.01986 9.69999 7.01986 9.06999 6.62986 8.67999L3.14986 5.19999L6.62986 1.71999C7.01986 1.32999 7.01986 0.699987 6.62986 0.309987C6.23986 -0.0800134 5.60986 -0.0800134 5.21986 0.309987L1.02986 4.49999C0.639863 4.88999 0.639863 5.51999 1.02986 5.90999L5.21986 10.1C5.60986 10.49 6.23986 10.49 6.62986 10.1V10.09Z' fill='black'/%3E%3Cpath d='M15.71 5.9C15.89 5.72 16 5.47 16 5.19C16 4.64 15.55 4.19 15 4.19H2.87C2.32 4.19 1.87 4.64 1.87 5.19C1.87 5.74 2.32 6.19 2.87 6.19H15C15.28 6.19 15.53 6.08 15.71 5.9Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_915_823'%3E%3Crect width='15.27' height='10.38' fill='white' transform='matrix(-1 0 0 1 16 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.blaze-slider .blaze-buttons button:hover {
  border-color: #fff;
}
@media (min-width: 992px) {
  .blaze-slider .blaze-buttons button:hover {
    border-color: #000;
  }
}
.blaze-slider .blaze-buttons button.blaze-next::after {
  transform: scaleX(-1);
}
.blaze-slider .blaze-buttons--with-border button {
  border-color: #000;
}
.blaze-slider .blaze-buttons--small button {
  width: 32px;
  height: 32px;
}
.blaze-slider .blaze-buttons--small button::after {
  width: 30px;
  height: 30px;
  background-size: 10px 7px;
}
.blaze-slider.start .blaze-prev {
  border-color: #E1DDDA;
}
.blaze-slider.start .blaze-prev:hover {
  border-color: #E1DDDA;
}
.blaze-slider.end .blaze-next {
  border-color: #E1DDDA;
}
.blaze-slider.end .blaze-next:hover {
  border-color: #E1DDDA;
}

.trips-slider {
  position: relative;
  margin-top: 35px;
}
@media (min-width: 992px) {
  .trips-slider {
    margin-top: 53px;
  }
}
.trips-slider .category {
  font-weight: 600;
  font-size: 0.75rem;
  color: #FFA801;
}
.trips-slider h2, .trips-slider .h2 {
  margin-top: 10px;
}
.trips-slider .blaze-slider {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .trips-slider .blaze-slider {
    position: relative;
  }
}
.trips-slider--navigation-arrows-top .blaze-slider .blaze-container {
  position: relative;
}
.trips-slider--navigation-arrows-top .blaze-slider .blaze-container .blaze-buttons button {
  position: absolute;
  top: -50px;
}
.trips-slider--navigation-arrows-top .blaze-slider .blaze-container .blaze-buttons button.blaze-next {
  right: 0;
}
.trips-slider--navigation-arrows-top .blaze-slider .blaze-container .blaze-buttons button.blaze-prev {
  right: 58px;
}
.trips-slider--navigation-arrows-top .blaze-slider .blaze-container .blaze-buttons--small button {
  top: -42px;
}
.trips-slider--navigation-arrows-top .blaze-slider .blaze-container .blaze-buttons--small button.blaze-prev {
  right: 40px;
}
@media (max-width: 991.98px) {
  .trips-slider--navigation-arrows-side {
    padding-bottom: 39px;
  }
}
@media (max-width: 991.98px) {
  .trips-slider--navigation-arrows-side .blaze-slider .blaze-buttons {
    display: none;
  }
}
.trips-slider--navigation-arrows-side .blaze-slider .blaze-buttons button {
  border-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.trips-slider--navigation-arrows-side .blaze-slider .blaze-buttons button.blaze-next {
  right: max(-66px, (100% - 100vw) / 2 + 10px);
}
.trips-slider--navigation-arrows-side .blaze-slider .blaze-buttons button.blaze-prev {
  left: max(-66px, (100% - 100vw) / 2 + 10px);
}
.trips-slider--navigation-arrows-side .blaze-slider.start .blaze-buttons button.blaze-prev {
  border-color: #E1DDDA;
  cursor: default;
}
.trips-slider--navigation-arrows-side .blaze-slider.end .blaze-buttons button.blaze-next {
  border-color: #E1DDDA;
  cursor: default;
}
.trips-slider--navigation-arrows-side .blaze-slider .blaze-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}
@media (min-width: 992px) {
  .trips-slider--navigation-arrows-side .blaze-slider .blaze-pagination {
    display: none;
  }
}
.trips-slider--navigation-arrows-side .blaze-slider .blaze-pagination button {
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d9d9d9;
  transition: background-color 0.25s;
}
.trips-slider--navigation-arrows-side .blaze-slider .blaze-pagination button.active {
  background-color: #FFA801;
}
.hotel-detail-search {
  position: relative;
}
@media (min-width: 992px) {
  .hotel-detail-search {
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .hotel-detail-search .search-section {
    top: calc(100% + 10px);
  }
}

.hero-search-wrapper {
  padding-top: 97px;
  position: relative;
}
@media (min-width: 992px) {
  .hero-search-wrapper {
    z-index: 1;
  }
}
.hero-search-wrapper .hero-background {
  position: relative;
  left: 0;
  border-radius: 10px;
  background-color: #473C35;
  color: #fff;
}
.hero-search-wrapper .hero-background--image {
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .hero-search-wrapper .hero-background--image .hero-background__inner {
    background-image: linear-gradient(0deg, #FFA801 0% 4px), linear-gradient(90deg, rgba(0, 0, 0, 0.45) 32.57%, rgba(0, 0, 0, 0) 92.01%);
    background-position: top left;
    background-size: 340px 4px, auto;
    background-repeat: no-repeat, repeat;
  }
}
@media (min-width: 992px) {
  .hero-search-wrapper .hero-background--image .search-section {
    top: calc(100% - 55px + 10px);
  }
}
.hero-search-wrapper .hero-background--image h1, .hero-search-wrapper .hero-background--image .h1 {
  padding: 20px 24px 0;
}
@media (min-width: 992px) {
  .hero-search-wrapper .hero-background--image h1, .hero-search-wrapper .hero-background--image .h1 {
    padding: 27px 0 0;
  }
}
@media (min-width: 992px) {
  .hero-search-wrapper .hero-background--shrink {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .hero-search-wrapper .hero-background--shrink .hero-search {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .hero-search-wrapper .hero-background--shrink .search-section {
    top: calc(100% + 10px);
  }
}
.hero-search-wrapper .hero-background--shrink h1, .hero-search-wrapper .hero-background--shrink .h1 {
  padding: 20px 24px 0;
}
@media (min-width: 992px) {
  .hero-search-wrapper .hero-background--shrink h1, .hero-search-wrapper .hero-background--shrink .h1 {
    padding: 18px 0 0;
  }
}
@media (max-width: 991.98px) {
  .hero-search-wrapper .hero-background {
    background-image: none !important;
    box-shadow: var(--extend-hero-bckg) 0 0 0 #473C35, calc(-1 * var(--extend-hero-bckg)) 0 0 0 #473C35;
  }
}
@media (min-width: 992px) {
  .hero-search-wrapper .hero-background {
    width: calc(100% + 136px);
    max-width: calc(100vw - 30px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero-search-wrapper .hero-background__inner {
  border-radius: 10px;
  padding-top: 27px;
}
@media (min-width: 992px) {
  .hero-search-wrapper .hero-background__inner {
    background-image: linear-gradient(0deg, #FFA801 0% 4px);
    background-position: top left;
    background-size: 340px 4px;
    background-repeat: no-repeat;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .hero-search-wrapper .hero-background h1, .hero-search-wrapper .hero-background .h1 {
    max-width: 50%;
  }
}
.hero-search-wrapper .hero-background h1.large, .hero-search-wrapper .hero-background .large.h1 {
  padding-top: 20px;
}
.hero-search-wrapper .hero-background .subtitle {
  font-size: 1rem;
  margin-top: 18px;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .hero-search-wrapper .hero-background .subtitle {
    margin-top: 38px;
    max-width: 60%;
    padding: 0;
  }
}
.hero-search-wrapper .hero-search {
  padding: 0 24px 40px;
}
@media (min-width: 992px) {
  .hero-search-wrapper .hero-search {
    position: relative;
    padding: 0 0 55px;
  }
}

@media (min-width: 992px) {
  .search-form-wrapper {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 50px;
    padding: 30px 40px;
    box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
.search-form-wrapper--inline {
  position: relative;
  padding: 0 12px;
  /*padding: 35px 12px;*/
  margin-top: 20px;
}
@media (min-width: 992px) {
  .search-form-wrapper--inline {
    width: calc(100% + 136px);
    max-width: calc(100vw - 30px);
    left: 50%;
    transform: translateX(-50%);
    padding-inline: 0;
    /*padding: 30px 0;*/
    margin-top: 0;
  }
}
.search-form-wrapper--inline .items {
  padding-block: 35px;
}
@media (min-width: 992px) {
  .search-form-wrapper--inline .items {
    padding-block: 30px;
  }
}
@media (max-width: 991.98px) {
  .search-form-wrapper__tags {
    display: none;
  }
}
.search-form-wrapper .items {
  display: grid;
  gap: 15px;
}
@media (min-width: 992px) {
  .search-form-wrapper .items {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
  }
}
.search-form-wrapper .items .submit-button .submit {
  width: 100%;
}
.search-form-wrapper .search-fields {
  margin-top: 28px;
  display: grid;
  gap: 15px;
}
@media (min-width: 992px) {
  .search-form-wrapper .search-fields {
    flex: 1;
    display: flex;
    gap: 8px;
    margin-top: 0;
  }
}
.search-form-wrapper--alternative-design {
  background: rgba(225, 221, 218, 0.5);
  box-shadow: initial;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .search-form-wrapper--alternative-design .items {
    margin-top: 0;
  }
}
.search-form-wrapper--alternative-design .items .search-fields {
  margin-top: 0;
}
@media (min-width: 992px) {
  .search-form-wrapper--alternative-design .items .search-fields {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .search-form-wrapper--alternative-design .items .search-fields .input-wrapper-box {
    border-color: #000;
  }
}
@media (min-width: 992px) {
  .search-form-wrapper--alternative-design .items .search-fields .input-wrapper-box:first-child {
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  .search-form-wrapper--alternative-design .items .search-fields .input-wrapper-box::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_843)'%3E%3Cpath d='M6.36426 4.5L3.53583 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.707706 4.5L3.53613 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_843'%3E%3Crect width='5' height='5' fill='white' transform='translate(7.07129 4.5) rotate(135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    transform: rotate(-90deg);
  }
}
.search-form-wrapper--alternative-design .items .search-fields .input-wrapper-box input {
  color: #000;
}

.search-section,
.filters-wrapper,
.order-agreement-wrapper,
.order-insurance-description-wrapper,
.order-agreement-description-wrapper {
  overflow: hidden;
  background-color: #fff;
  transition: height 0.25s;
}
@media (max-width: 991.98px) {
  .search-section,
  .filters-wrapper,
  .order-agreement-wrapper,
  .order-insurance-description-wrapper,
  .order-agreement-description-wrapper {
    height: 0;
  }
}
@media (max-width: 991.98px) {
  .search-section.open,
  .filters-wrapper.open,
  .order-agreement-wrapper.open,
  .order-insurance-description-wrapper.open,
  .order-agreement-description-wrapper.open {
    min-height: 100dvh;
  }
}
.search-section .header,
.filters-wrapper .header,
.order-agreement-wrapper .header,
.order-insurance-description-wrapper .header,
.order-agreement-description-wrapper .header {
  background-color: #473C35;
  color: #fff;
  align-items: center;
  gap: 26px;
  width: 100%;
  display: flex;
}
.search-section .header .close,
.filters-wrapper .header .close,
.order-agreement-wrapper .header .close,
.order-insurance-description-wrapper .header .close,
.order-agreement-description-wrapper .header .close {
  flex: 0 0 auto;
  height: 69px;
  width: 62px;
  border-right: 1px solid #7D6F67;
  background: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.12358 8.7587C5.46271 8.41957 5.46271 7.87174 5.12358 7.53261L2.09749 4.50652L5.12358 1.48043C5.46271 1.1413 5.46271 0.593478 5.12358 0.254348C4.78445 -0.0847826 4.23663 -0.0847826 3.89749 0.254348L0.254016 3.89783C-0.0851145 4.23696 -0.0851145 4.78478 0.254016 5.12391L3.89749 8.76739C4.23663 9.10652 4.78445 9.10652 5.12358 8.76739V8.7587Z' fill='%23FFA801'/%3E%3Cpath d='M13.0193 5.11489C13.1758 4.95836 13.2715 4.74097 13.2715 4.49749C13.2715 4.01923 12.8802 3.62793 12.4019 3.62793H1.85409C1.37583 3.62793 0.984528 4.01923 0.984528 4.49749C0.984528 4.97576 1.37583 5.36706 1.85409 5.36706H12.4019C12.6454 5.36706 12.8628 5.27141 13.0193 5.11489Z' fill='%23FFA801'/%3E%3C/svg%3E%0A") center center/14px 10px no-repeat;
}
.search-section .header .title,
.filters-wrapper .header .title,
.order-agreement-wrapper .header .title,
.order-insurance-description-wrapper .header .title,
.order-agreement-description-wrapper .header .title {
  font-weight: 600;
}
.search-section .content,
.filters-wrapper .content,
.order-agreement-wrapper .content,
.order-insurance-description-wrapper .content,
.order-agreement-description-wrapper .content {
  overscroll-behavior: contain;
}
@media (max-width: 991.98px) {
  .search-section .content,
  .filters-wrapper .content,
  .order-agreement-wrapper .content,
  .order-insurance-description-wrapper .content,
  .order-agreement-description-wrapper .content {
    height: calc(100dvh - 69px - 57px - 15px - 25px);
    overflow-y: auto;
    padding: 25px 15px;
  }
}
.search-section .action,
.filters-wrapper .action,
.order-agreement-wrapper .action,
.order-insurance-description-wrapper .action,
.order-agreement-description-wrapper .action {
  padding: 15px 15px 25px;
}
@media (max-width: 991.98px) {
  .search-section .action,
  .filters-wrapper .action,
  .order-agreement-wrapper .action,
  .order-insurance-description-wrapper .action,
  .order-agreement-description-wrapper .action {
    box-shadow: 0px -0.75rem 0.75rem -0.75rem rgba(0, 0, 0, 0.3);
  }
}
.search-section .action .desktop,
.filters-wrapper .action .desktop,
.order-agreement-wrapper .action .desktop,
.order-insurance-description-wrapper .action .desktop,
.order-agreement-description-wrapper .action .desktop {
  display: none;
  justify-content: end;
  gap: 15px;
}

@media (min-width: 992px) {
  .search-section .header,
  .filters-wrapper .header {
    position: static;
    color: #000;
    background: initial;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .search-section .header .close,
  .filters-wrapper .header .close {
    display: none;
  }
}
@media (min-width: 992px) {
  .search-section .header .title,
  .filters-wrapper .header .title {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .search-section .action,
  .filters-wrapper .action {
    padding: 15px 20px 20px;
  }
}
@media (min-width: 992px) {
  .search-section .action .mobile,
  .filters-wrapper .action .mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .search-section .action .desktop,
  .filters-wrapper .action .desktop {
    display: flex;
  }
}

.search-section {
  position: fixed;
  width: 100vw;
  top: 0;
  left: calc(50% - 50vw);
  height: 0;
  z-index: 20;
  transition: height 0.3s;
  color: #000;
  padding: 0;
  overscroll-behavior: contain;
}
@media (min-width: 992px) {
  .search-section {
    z-index: 1;
    position: absolute;
    box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.2509803922);
    border-radius: 10px;
    overflow: hidden;
    width: 350px;
    max-height: 80vh;
  }
}
.search-section .content {
  padding: 26px 15px 0;
  overscroll-behavior: contain;
}
@media (max-width: 991.98px) {
  .search-section .content {
    height: calc(100dvh - 69px - 57px - 15px - 35px);
    overflow-y: auto;
    padding: 35px 15px 0;
  }
}
@media (min-width: 992px) {
  .search-section .content {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .search-section .header {
    padding: 20px 20px 0;
  }
}
.search-section--full-width {
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .search-section--full-width .header {
    padding: 35px 45px 0;
  }
}
@media (min-width: 992px) {
  .search-section--full-width .content {
    padding: 0 45px;
  }
}
@media (min-width: 992px) {
  .search-section--full-width .action {
    padding: 15px 45px 35px;
  }
}
@media (min-width: 992px) {
  .search-section.open {
    overflow: auto;
  }
}
.search-section .date-picker-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .search-section .date-picker-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
  }
}
.search-section .date-picker-wrapper .easepick-date-range-calendar .easepick-wrapper {
  display: grid;
}
.search-section .date-picker-wrapper .easepick-date-range-calendar .easepick-wrapper > .container {
  margin-inline: auto;
}
.search-section .date-picker-wrapper .date-picker-controls {
  display: contents;
}
@media (min-width: 992px) {
  .search-section .date-picker-wrapper .date-picker-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 19px 12px;
  }
}
.search-section .date-picker-wrapper .date-picker-controls .action {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  grid-column: span 2;
}

.trip-categories-tab-container {
  border: 0;
  margin-top: 46px;
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
  overflow: auto hidden;
}
@media (min-width: 992px) {
  .trip-categories-tab-container {
    margin-top: 52px;
    width: calc(100% - 115px);
  }
}
.trip-categories-tab-container button {
  font-weight: 700;
  white-space: nowrap;
}

.trip-categories-tabs {
  margin-top: 34px;
}
@media (min-width: 992px) {
  .trip-categories-tabs {
    margin-top: 49px;
  }
}

.trip-categories-slider {
  position: relative;
}
.trip-categories-slider .blaze-track-container {
  overflow: visible;
}
.trip-categories-slider .trip-category-slider-item {
  transition: opacity 0.25s;
}
.trip-categories-slider .trip-category-slider-item--low-opacity {
  opacity: 0.15;
}
.trip-categories-slider .trip-category-slider-item:hover .img {
  border-color: #FFA801;
}
.trip-categories-slider .trip-category-slider-item:hover .title a {
  color: #FFA801;
}
.trip-categories-slider .trip-category-slider-item .img {
  height: 390px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: border-color 0.25s;
}
.trip-categories-slider .trip-category-slider-item .img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.trip-categories-slider .trip-category-slider-item .title {
  margin-top: 20px;
  text-align: center;
}
.trip-categories-slider .trip-category-slider-item .title a {
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
  transition: color 0.25s;
}
.trip-categories-slider .blaze-buttons {
  position: absolute;
  right: 0;
  top: -92px;
  display: flex;
  gap: 13px;
}
@media (max-width: 991.98px) {
  .trip-categories-slider .blaze-buttons {
    display: none;
  }
}

.footer-images-slider {
  margin-top: 28px;
}
@media (min-width: 992px) {
  .footer-images-slider {
    margin-top: 56px;
  }
}
.footer-images-slider .blaze-item .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
}

footer .content {
  background-color: #000;
  padding: 50px 0 33px;
  color: rgba(240, 240, 240, 0.5);
}
@media (min-width: 992px) {
  footer .content {
    padding: 100px 0 65px;
  }
}
footer .content .info {
  display: grid;
  justify-items: center;
  color: #fff;
}
@media (min-width: 992px) {
  footer .content .info {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
}
footer .content .info .logo {
  background: url("data:image/svg+xml,%3Csvg width='185' height='37' viewBox='0 0 185 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_12179)'%3E%3Cpath d='M36.8119 20.3734C36.8119 14.9314 34.7029 9.81481 30.8734 5.96574C27.047 2.11978 21.9533 0 16.539 0H16.4434L14.2604 3.91105C6.12658 5.04221 0 12.105 0 20.3734C0 29.5405 7.4185 36.9969 16.539 36.9969C20.3654 36.9969 24.1024 35.6457 27.0562 33.1943C28.3081 32.1561 29.3996 30.9413 30.303 29.5839L30.4849 29.3081L30.155 29.3329C29.859 29.3546 29.6092 29.3639 29.378 29.3639C28.2002 29.3639 27.0378 29.1717 25.9216 28.7936C23.5197 27.9755 21.4662 26.3174 20.1403 24.1202C19.4312 22.9456 18.9563 21.6781 18.7282 20.3517L18.6511 19.9023L15.9131 24.8051L15.9501 24.8795C16.4619 25.9611 17.1063 26.9838 17.8617 27.9197C19.0735 29.4165 20.5288 30.6407 22.1877 31.5673C20.4456 32.4567 18.5 32.9278 16.539 32.9278C9.65392 32.9278 4.0515 27.2968 4.0515 20.3765C4.0515 13.4562 9.65392 7.8221 16.539 7.8221H16.6346L18.6511 4.21166C25.2494 5.07321 30.6977 9.97286 32.2887 16.4624H24.1425L21.867 20.5346H36.8119V20.3734Z' fill='url(%23paint0_radial_1152_12179)'/%3E%3Cpath d='M20.2699 9.32227C19.1537 9.32227 18.2441 10.2365 18.2441 11.3584C18.2441 12.4802 19.1537 13.3945 20.2699 13.3945C21.3861 13.3945 22.2956 12.4802 22.2956 11.3584C22.2956 10.2365 21.3861 9.32227 20.2699 9.32227Z' fill='url(%23paint1_radial_1152_12179)'/%3E%3Cpath d='M58.3948 23.4848C57.9446 24.3061 57.3341 24.9879 56.5541 25.5333C55.7771 26.0757 54.7935 26.3484 53.6064 26.3484C52.999 26.3484 52.407 26.2616 51.8273 26.0911C51.2476 25.9176 50.7142 25.6418 50.2271 25.2575C49.7399 24.8732 49.3298 24.3959 48.9999 23.8257C48.67 23.2555 48.4511 22.5737 48.3462 21.7772H62.9397C62.9397 21.6192 62.952 21.4735 62.9797 21.3402C62.9797 21.207 62.9921 21.0613 63.0198 20.9033V20.426C63.0198 18.9694 62.8101 17.6182 62.3877 16.3724C61.9653 15.1266 61.3456 14.0481 60.5285 13.1339C59.7114 12.2196 58.697 11.5037 57.4821 10.9862C56.2704 10.4687 54.886 10.2114 53.3289 10.2114C51.7718 10.2114 50.5015 10.4903 49.2743 11.0451C48.0471 11.5998 46.9865 12.3498 46.0892 13.2919C45.192 14.234 44.4951 15.3342 43.9926 16.5924C43.49 17.8507 43.2402 19.1833 43.2402 20.5872C43.2402 22.0964 43.4992 23.4817 44.0111 24.7399C44.526 25.9982 45.2444 27.0922 46.1663 28.0188C47.0882 28.9485 48.1766 29.6675 49.4285 30.185C50.6803 30.7026 52.0431 30.9598 53.5231 30.9598C55.7123 30.9598 57.5623 30.4702 59.0793 29.4877C60.5963 28.5084 61.8019 27.2223 62.6992 25.6325L58.3886 23.4848H58.3948ZM50.4059 15.4148C51.2507 14.7795 52.2251 14.4603 53.332 14.4603C54.1244 14.4603 54.8027 14.578 55.3701 14.8167C55.9374 15.0553 56.4122 15.359 56.7946 15.7309C57.1769 16.1028 57.4667 16.4995 57.6641 16.924C57.8614 17.3486 57.9724 17.7329 58.0001 18.0769H48.6268C48.9691 16.9395 49.5611 16.0501 50.4059 15.4148Z' fill='white'/%3E%3Cpath d='M81.332 10.8433H75.005L71.6843 16.2512H71.4068L67.8856 10.8433H61.7559L68.4005 20.4256L61.6758 30.3241H67.8054L71.3266 24.7582H71.6041L75.2424 30.3241H81.332L74.5302 20.4256L81.332 10.8433Z' fill='white'/%3E%3Cpath d='M97.4883 13.1304C96.5787 12.2162 95.4965 11.5003 94.2447 10.9828C92.9928 10.4652 91.6146 10.208 90.113 10.208C88.6114 10.208 87.2332 10.4652 85.9813 10.9828C84.7295 11.5003 83.6472 12.2162 82.7377 13.1304C81.8281 14.0447 81.1158 15.1387 80.6009 16.4093C80.086 17.6799 79.8301 19.0714 79.8301 20.5838C79.8301 22.0961 80.0891 23.4845 80.6009 24.7582C81.1158 26.0288 81.8281 27.1228 82.7377 28.0371C83.6472 28.9513 84.7295 29.6672 85.9813 30.1847C87.2332 30.7023 88.6114 30.9595 90.113 30.9595C91.6146 30.9595 92.9928 30.7023 94.2447 30.1847C95.4965 29.6672 96.5787 28.9513 97.4883 28.0371C98.3979 27.1228 99.1102 26.0288 99.6251 24.7582C100.14 23.4876 100.396 22.0961 100.396 20.5838C100.396 19.0714 100.14 17.683 99.6251 16.4093C99.1102 15.1387 98.3979 14.0447 97.4883 13.1304ZM94.7997 22.9298C94.5222 23.6178 94.146 24.2004 93.6712 24.6776C93.1963 25.1549 92.6506 25.5206 92.0308 25.7716C91.4111 26.0226 90.7728 26.1497 90.113 26.1497C89.4532 26.1497 88.781 26.0226 88.1736 25.7716C87.5662 25.5206 87.0266 25.1549 86.5517 24.6776C86.0769 24.2004 85.7007 23.6178 85.4232 22.9298C85.1457 22.2418 85.007 21.4577 85.007 20.5838C85.007 19.7098 85.1457 18.9288 85.4232 18.2377C85.7007 17.5497 86.0769 16.9671 86.5517 16.4899C87.0266 16.0126 87.5662 15.65 88.1736 15.3959C88.781 15.1449 89.4254 15.0178 90.113 15.0178C90.8006 15.0178 91.4111 15.1449 92.0308 15.3959C92.6506 15.6469 93.1963 16.0126 93.6712 16.4899C94.146 16.9671 94.5222 17.5497 94.7997 18.2377C95.0772 18.9288 95.2159 19.7098 95.2159 20.5838C95.2159 21.4577 95.0772 22.2387 94.7997 22.9298Z' fill='white'/%3E%3Cpath d='M110.383 25.8927C110.117 25.9856 109.763 26.0321 109.316 26.0321C108.628 26.0321 108.104 25.8152 107.734 25.3782C107.469 25.1055 107.293 24.7708 107.201 24.3741C107.108 23.9774 107.062 23.5467 107.062 23.0849V15.3H111.807V10.8466H107.062V4.88086H101.882V24.0208C101.882 26.2677 102.502 27.9969 103.741 29.2149C104.268 29.7572 104.922 30.1818 105.699 30.4948C106.476 30.8047 107.355 30.9597 108.329 30.9597C109.171 30.9597 109.945 30.8853 110.642 30.7396C111.338 30.594 111.992 30.3739 112.6 30.0826L111.135 25.5115C110.898 25.6695 110.648 25.7966 110.383 25.8896V25.8927Z' fill='white'/%3E%3Cpath d='M119.117 10.8433H113.938V30.321H119.117V10.8433Z' fill='white'/%3E%3Cpath d='M139.804 11.1627V10.8435H133.397L126.91 17.364H126.675V4.88086H121.492V30.3244H126.675V24.0425L128.966 21.7771L134.266 30.3244H140.396V30.0052L132.608 18.2007L139.804 11.1627Z' fill='white'/%3E%3Cpath d='M154.993 12.334C153.411 10.9177 151.117 10.208 148.111 10.208C144.553 10.208 141.744 11.5065 139.687 14.1036L143.446 16.6882C144.686 15.1789 146.199 14.4228 147.994 14.4228C149.206 14.4228 150.22 14.7606 151.04 15.4362C151.857 16.1118 152.267 16.9671 152.267 17.9991V18.5941C151.74 18.3834 151.068 18.1758 150.251 17.9774C149.434 17.7791 148.392 17.6799 147.128 17.6799C145.993 17.6799 144.945 17.8318 143.983 18.1386C143.021 18.4423 142.182 18.8886 141.473 19.4712C140.76 20.0538 140.205 20.7511 139.811 21.5569C139.416 22.3657 139.219 23.2738 139.219 24.281C139.219 25.2882 139.404 26.1621 139.774 26.9834C140.144 27.8046 140.656 28.5081 141.315 29.0907C141.975 29.6734 142.746 30.132 143.628 30.4605C144.51 30.7921 145.453 30.9564 146.455 30.9564C147.8 30.9564 148.9 30.6899 149.758 30.1599C150.615 29.63 151.346 28.9947 151.953 28.2509H152.271V30.318H157.373V18.6375C157.373 15.8545 156.581 13.7534 154.999 12.3371L154.993 12.334ZM151.928 24.1012C151.703 24.6436 151.389 25.1208 150.979 25.533C150.569 25.9452 150.075 26.2768 149.496 26.5278C148.916 26.7788 148.284 26.9059 147.596 26.9059C146.751 26.9059 146.008 26.6673 145.361 26.19C144.713 25.7127 144.393 25.0774 144.393 24.281C144.393 23.4845 144.729 22.8182 145.401 22.2728C146.073 21.7304 147.029 21.4577 148.268 21.4577C149.033 21.4577 149.739 21.5445 150.384 21.7149C151.028 21.8885 151.654 22.1209 152.261 22.4122C152.261 22.9948 152.15 23.5589 151.925 24.1012H151.928Z' fill='white'/%3E%3Cpath d='M119.117 4.88086H113.938V8.69893H119.117V4.88086Z' fill='white'/%3E%3Cpath d='M160.965 26.748C160.454 26.748 160.019 26.9216 159.655 27.2656C159.294 27.6096 159.112 28.0311 159.112 28.5238C159.112 29.0166 159.294 29.4443 159.655 29.7944C160.016 30.1446 160.454 30.3213 160.965 30.3213C161.477 30.3213 161.909 30.1446 162.263 29.7944C162.618 29.4443 162.797 29.0197 162.797 28.5238C162.797 28.028 162.618 27.6096 162.263 27.2656C161.909 26.9216 161.477 26.748 160.965 26.748Z' fill='url(%23paint2_radial_1152_12179)'/%3E%3Cpath d='M170.348 23.9896L168.751 23.6053C168.326 23.4906 167.99 23.3636 167.74 23.221C167.49 23.0785 167.367 22.8863 167.367 22.6446C167.367 22.3874 167.515 22.1766 167.814 22.0124C168.113 21.8481 168.458 21.7676 168.856 21.7676C169.254 21.7676 169.624 21.8605 170.006 22.0465C170.388 22.2324 170.681 22.533 170.879 22.9452L173.284 21.9597C172.914 21.1044 172.34 20.4814 171.56 20.0879C170.78 19.6943 169.892 19.499 168.899 19.499C168.304 19.499 167.746 19.5734 167.228 19.7253C166.71 19.874 166.26 20.0879 165.877 20.3668C165.495 20.6457 165.193 20.9835 164.974 21.3833C164.755 21.7831 164.644 22.2386 164.644 22.7531C164.644 23.2086 164.737 23.6084 164.922 23.9524C165.107 24.2933 165.341 24.5877 165.625 24.8295C165.908 25.0712 166.223 25.2726 166.571 25.4276C166.92 25.5856 167.256 25.7003 167.583 25.7685L169.05 26.0908C169.661 26.2333 170.089 26.3945 170.339 26.5711C170.586 26.7509 170.712 26.9802 170.712 27.2653C170.712 27.5226 170.564 27.7426 170.265 27.9285C169.966 28.1145 169.562 28.2075 169.05 28.2075C168.538 28.2075 168.104 28.0742 167.7 27.8108C167.296 27.5474 166.972 27.1445 166.732 26.6021L164.24 27.6713C164.382 28.0432 164.589 28.4089 164.857 28.7746C165.125 29.1372 165.455 29.4595 165.847 29.7384C166.238 30.0173 166.698 30.2405 167.231 30.4109C167.764 30.5814 168.369 30.6681 169.05 30.6681C169.732 30.6681 170.324 30.5752 170.869 30.3892C171.415 30.2033 171.884 29.9491 172.275 29.6299C172.667 29.3076 172.966 28.9419 173.179 28.5267C173.392 28.1145 173.499 27.6775 173.499 27.2219C173.499 26.4503 173.24 25.784 172.722 25.2199C172.204 24.6559 171.412 24.2468 170.348 23.9896Z' fill='url(%23paint3_radial_1152_12179)'/%3E%3Cpath d='M180.807 23.7977L184.68 20.0106V19.837H181.232L177.742 23.3483H177.613V15.0024H174.825V30.3212H177.613V26.9432L178.849 25.7222L181.701 30.3212H185V30.1508L180.807 23.7977Z' fill='url(%23paint4_radial_1152_12179)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(0.141834 -2.34291) scale(48.7629 49.0121)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(0.141889 -2.3427) scale(48.7629 49.0121)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(165.405 14.5407) scale(26.6955 26.8319)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint3_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(165.717 14.5405) scale(26.6955 26.8319)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CradialGradient id='paint4_radial_1152_12179' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(165.717 14.5407) scale(26.6955 26.8319)'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23FF6700'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_1152_12179'%3E%3Crect width='185' height='37' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
  width: 100%;
  padding-bottom: 20%;
  flex: 1 1 auto;
  position: relative;
  max-width: 350px;
}
@media (min-width: 992px) {
  footer .content .info .logo {
    flex: 0 0 20%;
    background-size: 180px auto;
    background-position: left top;
    padding-bottom: 0;
    aspect-ratio: 5/1;
  }
}
@media (min-width: 1200px) {
  footer .content .info .logo {
    flex: 0 0 30%;
    background-size: 240px auto;
  }
}
footer .content .info .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .content .info .mobile {
  width: 100%;
  display: grid;
  background: #473C35 url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_3138)'%3E%3Cpath d='M23.6717 30C17.9248 30 11.9713 27.3526 7.36086 22.7421L7.27046 22.6388C2.47925 17.8089 -0.12945 11.752 -0.000306751 5.90185V5.47568L0.270894 5.13991C0.684153 4.61042 1.09741 4.1455 1.52358 3.71933C3.09913 2.14378 4.94588 0.942747 7.01218 0.142058C7.25755 0.038743 7.54166 0 7.85161 0C8.54898 0 10.1116 0.348687 10.512 1.44641C11.2223 3.40938 12.1133 5.95351 12.7591 8.40723C12.9399 9.09169 12.7591 10.7447 11.8034 11.3517L9.51756 12.7981C9.51756 12.7981 9.51756 13.1726 9.8275 13.5859C10.7186 14.7998 11.7388 16.0009 12.8753 17.1632C14.0247 18.2867 15.2128 19.3069 16.4267 20.1851C16.6592 20.353 16.9304 20.4563 17.137 20.4563L17.9248 19.3586L18.648 18.2092C19.2808 17.2277 20.8693 17.2019 21.0371 17.2019C21.205 17.2019 21.3858 17.2148 21.5408 17.2536C24.5498 17.9251 26.3449 18.5062 28.6308 19.5394C29.651 20.0043 30.2967 21.8511 29.8447 23.0133C29.044 25.0667 27.8559 26.9135 26.2933 28.4761C25.8542 28.9152 25.3764 29.3414 24.8727 29.7288L24.5369 29.9871H23.6717V30ZM2.58256 6.3926C2.60839 11.3775 5.01045 16.737 9.09138 20.8179L9.22053 20.9471C13.3015 25.028 18.5576 27.4042 23.62 27.4171C23.917 27.1718 24.2141 26.9006 24.4724 26.6423C25.7767 25.3379 26.784 23.7882 27.4427 22.0706C27.4297 22.0706 27.3781 21.9027 27.3264 21.7736C25.3247 20.8825 23.6846 20.3659 20.9855 19.7589C20.9209 19.7589 20.7918 19.7977 20.6755 19.8235L19.3712 21.8769C18.5705 23.1812 16.4267 23.4008 14.8899 22.2643C13.5856 21.3216 12.2941 20.2109 11.0415 18.9841C9.80167 17.7185 8.69104 16.427 7.73538 15.1098C7.10258 14.2445 6.84429 13.2114 7.02509 12.2815C7.16715 11.5712 7.56749 10.9772 8.13572 10.6156L10.1762 9.32415C10.202 9.20792 10.2278 9.04004 10.2278 8.96255C9.65962 6.8446 8.85893 4.52002 8.18738 2.66035C8.07115 2.62161 7.94201 2.58287 7.83869 2.58287C6.19857 3.22858 4.66177 4.2359 3.34451 5.54025C3.08622 5.79854 2.82793 6.08265 2.56965 6.3926H2.58256Z' fill='%23FFA801'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_3138'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-position: calc(100% - 40px) center;
  background-size: auto calc(100% - 68px);
  border-radius: 10px;
  padding: 26px 24px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  footer .content .info .mobile {
    display: none;
  }
}
footer .content .info .mobile .title {
  font-size: 0.875rem;
  line-height: 1.8125rem;
}
footer .content .info .mobile .phone {
  margin-top: 5px;
  font-size: 1.5rem;
}
footer .content .info .desktop {
  display: grid;
  flex: 1;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.8125rem;
  color: #f0f0f0;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
@media (max-width: 991.98px) {
  footer .content .info .desktop {
    display: none;
  }
}
@media (min-width: 1200px) {
  footer .content .info .desktop {
    padding-left: 54px;
    background-size: 30px auto;
  }
}
footer .content .info .desktop a {
  transition: color 0.25s;
}
footer .content .info .desktop a:hover {
  color: #FFA801;
}
footer .content .info .desktop.address {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='36' viewBox='0 0 30 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_1046)'%3E%3Cpath d='M15 35.4878C14.6634 35.4878 14.3268 35.3707 14.0488 35.1366C12.6146 33.9073 0 22.9317 0 15C0 7.06829 6.73171 0 15 0C23.2683 0 30 6.73171 30 15C30 23.2683 17.3854 33.9073 15.9512 35.1366C15.6732 35.3707 15.3366 35.4878 15 35.4878ZM15 2.92683C8.34146 2.92683 2.92683 8.34146 2.92683 15C2.92683 20.1366 10.9171 28.3902 15 32.078C19.0829 28.3902 27.0732 20.1366 27.0732 15C27.0732 8.34146 21.6585 2.92683 15 2.92683Z' fill='%23FFA801'/%3E%3Cpath d='M14.9997 22.3173C10.9607 22.3173 7.68262 19.0392 7.68262 15.0002C7.68262 10.9612 10.9607 7.68311 14.9997 7.68311C19.0387 7.68311 22.3168 10.9612 22.3168 15.0002C22.3168 19.0392 19.0387 22.3173 14.9997 22.3173ZM14.9997 10.6099C12.5851 10.6099 10.6094 12.5855 10.6094 15.0002C10.6094 17.4148 12.5851 19.3904 14.9997 19.3904C17.4143 19.3904 19.3899 17.4148 19.3899 15.0002C19.3899 12.5855 17.4143 10.6099 14.9997 10.6099Z' fill='%23FFA801'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_1046'%3E%3Crect width='30' height='35.4878' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
footer .content .info .desktop.phone {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_3138)'%3E%3Cpath d='M23.6717 30C17.9248 30 11.9713 27.3526 7.36086 22.7421L7.27046 22.6388C2.47925 17.8089 -0.12945 11.752 -0.000306751 5.90185V5.47568L0.270894 5.13991C0.684153 4.61042 1.09741 4.1455 1.52358 3.71933C3.09913 2.14378 4.94588 0.942747 7.01218 0.142058C7.25755 0.038743 7.54166 0 7.85161 0C8.54898 0 10.1116 0.348687 10.512 1.44641C11.2223 3.40938 12.1133 5.95351 12.7591 8.40723C12.9399 9.09169 12.7591 10.7447 11.8034 11.3517L9.51756 12.7981C9.51756 12.7981 9.51756 13.1726 9.8275 13.5859C10.7186 14.7998 11.7388 16.0009 12.8753 17.1632C14.0247 18.2867 15.2128 19.3069 16.4267 20.1851C16.6592 20.353 16.9304 20.4563 17.137 20.4563L17.9248 19.3586L18.648 18.2092C19.2808 17.2277 20.8693 17.2019 21.0371 17.2019C21.205 17.2019 21.3858 17.2148 21.5408 17.2536C24.5498 17.9251 26.3449 18.5062 28.6308 19.5394C29.651 20.0043 30.2967 21.8511 29.8447 23.0133C29.044 25.0667 27.8559 26.9135 26.2933 28.4761C25.8542 28.9152 25.3764 29.3414 24.8727 29.7288L24.5369 29.9871H23.6717V30ZM2.58256 6.3926C2.60839 11.3775 5.01045 16.737 9.09138 20.8179L9.22053 20.9471C13.3015 25.028 18.5576 27.4042 23.62 27.4171C23.917 27.1718 24.2141 26.9006 24.4724 26.6423C25.7767 25.3379 26.784 23.7882 27.4427 22.0706C27.4297 22.0706 27.3781 21.9027 27.3264 21.7736C25.3247 20.8825 23.6846 20.3659 20.9855 19.7589C20.9209 19.7589 20.7918 19.7977 20.6755 19.8235L19.3712 21.8769C18.5705 23.1812 16.4267 23.4008 14.8899 22.2643C13.5856 21.3216 12.2941 20.2109 11.0415 18.9841C9.80167 17.7185 8.69104 16.427 7.73538 15.1098C7.10258 14.2445 6.84429 13.2114 7.02509 12.2815C7.16715 11.5712 7.56749 10.9772 8.13572 10.6156L10.1762 9.32415C10.202 9.20792 10.2278 9.04004 10.2278 8.96255C9.65962 6.8446 8.85893 4.52002 8.18738 2.66035C8.07115 2.62161 7.94201 2.58287 7.83869 2.58287C6.19857 3.22858 4.66177 4.2359 3.34451 5.54025C3.08622 5.79854 2.82793 6.08265 2.56965 6.3926H2.58256Z' fill='%23FFA801'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_3138'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1199.98px) {
  footer .content .info .desktop.phone {
    background-position-y: 5px;
  }
}
footer .content .info .desktop.email {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_993)'%3E%3Cpath d='M26.9056 21.7657H3.09441C1.38986 21.7657 0 20.3759 0 18.6713V3.09441C0 1.38986 1.38986 0 3.09441 0H26.9056C28.6101 0 30 1.38986 30 3.09441V18.6713C30 20.3759 28.6101 21.7657 26.9056 21.7657ZM3.09441 2.62238C2.83217 2.62238 2.62238 2.83217 2.62238 3.09441V18.6713C2.62238 18.9336 2.83217 19.1434 3.09441 19.1434H26.9056C27.1678 19.1434 27.3776 18.9336 27.3776 18.6713V3.09441C27.3776 2.83217 27.1678 2.62238 26.9056 2.62238H3.09441Z' fill='%23FFA801'/%3E%3Cpath d='M26.9055 21.1101H3.09434C2.08473 21.1101 1.18001 20.4808 0.825987 19.5367C0.734204 19.2876 0.799763 18.9991 0.996442 18.8156L10.2928 10.5289C10.5681 10.2928 10.9746 10.3059 11.2237 10.5813C11.4597 10.8566 11.4466 11.2631 11.1713 11.5122L2.26829 19.4318C2.47808 19.6547 2.77966 19.799 3.09434 19.799H26.9055C27.2202 19.799 27.5218 19.6678 27.7316 19.4318L18.7368 11.4073C18.4615 11.1713 18.4484 10.7518 18.6844 10.4764C18.9204 10.2011 19.34 10.1879 19.6153 10.424L29.0165 18.8025C29.2132 18.986 29.2919 19.2745 29.187 19.5236C28.833 20.4677 27.9151 21.097 26.9186 21.097L26.9055 21.1101Z' fill='%23FFA801'/%3E%3Cpath d='M14.9999 15.2229C14.8425 15.2229 14.6852 15.1705 14.5672 15.0524L0.996366 2.95017C0.799688 2.76661 0.721017 2.47815 0.825912 2.22902C1.17993 1.28496 2.09776 0.655594 3.09427 0.655594H26.9055C27.9151 0.655594 28.8198 1.28496 29.1738 2.22902C29.2656 2.47815 29.2 2.76661 29.0034 2.95017L15.4326 15.0524C15.3146 15.1573 15.1572 15.2229 14.9999 15.2229ZM2.26822 2.33392L14.9999 13.6888L27.7315 2.33392C27.5217 2.11101 27.2201 1.96678 26.9055 1.96678H3.09427C2.77958 1.96678 2.47801 2.0979 2.26822 2.33392Z' fill='%23FFA801'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_993'%3E%3Crect width='30' height='21.7657' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position-y: 5px;
}
footer .content hr {
  border: 1px solid #fff;
  margin: 50px 0;
  opacity: 0.1;
}
@media (max-width: 991.98px) {
  footer .content hr {
    display: none;
  }
}
footer .content .links {
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  footer .content .links {
    display: flex;
  }
}
footer .content .links > * {
  flex: 1 1 auto;
}
@media (max-width: 991.98px) {
  footer .content .links .desktop {
    display: none;
  }
}
footer .content .links .mobile {
  margin-top: 39px;
}
@media (min-width: 992px) {
  footer .content .links .mobile {
    display: none;
  }
}
footer .content .links .accordion {
  gap: 15px;
}
@media (max-width: 991.98px) {
  footer .content .links .accordion {
    display: grid;
  }
}
footer .content .links .accordion .links-container {
  background-color: initial;
}
footer .content .links .accordion .links-container.accordion-item {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(240, 240, 240, 0.5);
}
footer .content .links .accordion .links-container.accordion-item button::after {
  content: "";
  background: url(/Exotika/img/right_bottom_corner_arrow_white.svg) center center/contain no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: 10px;
  transition-property: color, border-color, background-color, background-image, transform, top;
  transition-duration: 0.25s;
}
footer .content .links .accordion .links-container.accordion-item button:not(.collapsed)::after {
  top: 5px;
}
footer .content .links .accordion .links-container.accordion-item .footer-links-list {
  padding-bottom: 8px;
}
footer .content .links .links-container h4, footer .content .links .links-container .h4 {
  color: #fff;
}
footer .content .links .links-container h4.second, footer .content .links .links-container .second.h4 {
  margin-top: 50px;
}
footer .content .links .links-container h4 button, footer .content .links .links-container .h4 button {
  padding: 0;
  background-color: initial;
  box-shadow: initial;
  color: #fff;
}
footer .content .links .links-container .footer-links-list {
  margin-top: 30px;
  display: grid;
  gap: 15px;
  color: rgba(240, 240, 240, 0.5);
}
footer .content .links .links-container .footer-links-list li {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.125rem;
}
footer .content .links .links-container .footer-links-list li a {
  transition: color 0.25s;
}
footer .content .links .links-container .footer-links-list li a:hover {
  color: #FFA801;
}
footer .content .links .newsletter {
  display: grid;
  justify-content: space-between;
  margin-top: 36px;
}
@media (max-width: 991.98px) {
  footer .content .links .newsletter {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  footer .content .links .newsletter {
    margin-top: 0;
    flex: 0 0 40%;
  }
}
footer .content .links .newsletter h2, footer .content .links .newsletter .h2 {
  color: #fff;
}
footer .content .links .newsletter h3, footer .content .links .newsletter .h3 {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  margin: 18px 0 25px;
}
footer .content .links .newsletter .subscribe-field {
  width: 100%;
  max-width: 500px;
  height: 52px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  footer .content .links .newsletter .subscribe-field {
    max-width: 370px;
  }
}
footer .content .links .newsletter .subscribe-field input {
  flex: 1;
  margin-left: 24px;
  border: 0;
  font-size: 0.75rem;
  font-weight: 500;
  outline: none;
}
footer .content .links .newsletter .awards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 48px;
}
footer .content .links .newsletter .awards img {
  max-height: 88px;
  max-width: 83px;
}
@media (max-width: 991.98px) {
  footer .content .links .newsletter .awards {
    display: none;
  }
}
footer .content .copyright {
  display: grid;
  gap: 15px;
}
@media (min-width: 992px) {
  footer .content .copyright {
    display: flex;
    justify-content: space-between;
  }
}
footer .content .copyright .text {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.125rem;
  color: rgba(240, 240, 240, 0.5);
}
footer .content .copyright .text a {
  transition: color 0.25s;
}
footer .content .copyright .text a:hover {
  color: #FFA801;
}
footer .content .copyright .payment-options {
  display: flex;
  align-items: center;
  gap: 17px;
}
footer .content .copyright .payment-options .payment {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer .content .copyright .payment-options .payment--google-pay {
  width: 48px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='20' viewBox='0 0 48 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_1055)'%3E%3Cpath d='M22.6997 9.30979V14.8998H20.9297V1.09979H25.6297C26.7597 1.07979 27.8597 1.50979 28.6697 2.29979C29.4897 3.03979 29.9597 4.09979 29.9397 5.20979C29.9597 6.31979 29.4997 7.38979 28.6697 8.13979C27.8497 8.91979 26.8297 9.31979 25.6297 9.31979H22.6997V9.30979ZM22.6997 2.79979V7.61979H25.6697C26.3297 7.63979 26.9697 7.37979 27.4197 6.90979C28.3497 6.00979 28.3697 4.51979 27.4697 3.58979C27.4597 3.56979 27.4397 3.55979 27.4197 3.53979C26.9697 3.05979 26.3297 2.78979 25.6697 2.80979H22.6997V2.79979Z' fill='white'/%3E%3Cpath d='M34.0299 5.15002C35.3399 5.15002 36.3699 5.50002 37.1299 6.20002C37.8899 6.90002 38.2699 7.86002 38.2699 9.08002V14.9H36.5799V13.59H36.4999C35.7699 14.67 34.7899 15.21 33.5699 15.21C32.5299 15.21 31.6599 14.9 30.9599 14.29C30.2799 13.72 29.8899 12.87 29.9099 11.98C29.9099 11 30.2799 10.23 31.0199 9.65002C31.7599 9.07002 32.7399 8.78002 33.9799 8.78002C35.0299 8.78002 35.8999 8.97002 36.5799 9.36002V8.96002C36.5799 8.35002 36.3199 7.78002 35.8499 7.39002C35.3799 6.97002 34.7699 6.74002 34.1399 6.74002C33.1499 6.74002 32.3699 7.16002 31.7899 7.99002L30.2299 7.01002C31.0899 5.78002 32.3599 5.16002 34.0399 5.16002M31.7499 12.02C31.7499 12.48 31.9699 12.91 32.3399 13.18C32.7299 13.49 33.2199 13.65 33.7199 13.64C34.4699 13.64 35.1899 13.34 35.7099 12.81C36.2999 12.26 36.5899 11.61 36.5899 10.87C36.0399 10.43 35.2699 10.21 34.2799 10.21C33.5599 10.21 32.9599 10.38 32.4799 10.73C31.9899 11.08 31.7499 11.51 31.7499 12.02Z' fill='white'/%3E%3Cpath d='M47.9996 5.45996L42.0796 19.06H40.2496L42.4496 14.3L38.5596 5.45996H40.4796L43.2996 12.24H43.3296L46.0696 5.45996H47.9996Z' fill='white'/%3E%3Cpath d='M15.5397 8.11C15.5397 7.57 15.4897 7.03 15.3997 6.5H7.92969V9.55H12.2097C12.0297 10.53 11.4597 11.4 10.6297 11.96V13.94H13.1897C14.6897 12.56 15.5497 10.52 15.5497 8.11' fill='%234285F4'/%3E%3Cpath d='M7.92984 15.85C10.0698 15.85 11.8698 15.15 13.1798 13.94L10.6198 11.96C9.90984 12.44 8.98984 12.72 7.91984 12.72C5.84984 12.72 4.09984 11.33 3.46984 9.45001H0.839844V11.49C2.18984 14.17 4.92984 15.86 7.91984 15.86' fill='%2334A853'/%3E%3Cpath d='M3.48 9.43999C3.15 8.45999 3.15 7.39 3.48 6.41V4.37H0.84C-0.28 6.61 -0.28 9.25 0.84 11.49L3.47 9.45L3.48 9.43999Z' fill='%23FBBC04'/%3E%3Cpath d='M7.92984 3.14003C9.05984 3.12003 10.1498 3.55003 10.9698 4.33003L13.2298 2.07003C11.7898 0.720029 9.88984 -0.0199711 7.92984 2.88683e-05C4.92984 2.88683e-05 2.18984 1.69003 0.839844 4.37003L3.46984 6.41003C4.09984 4.53003 5.84984 3.14003 7.91984 3.14003' fill='%23EA4335'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_1055'%3E%3Crect width='48' height='19.06' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
footer .content .copyright .payment-options .payment--apple-pay {
  width: 46px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='20' viewBox='0 0 46 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_1070)'%3E%3Cpath d='M9.00001 2.61001C8.42001 3.29001 7.50001 3.83001 6.57001 3.76001C6.45001 2.84001 6.91001 1.85001 7.44001 1.25001C8.02001 0.55001 9.03001 0.0500098 9.85001 0.0100098C9.95001 0.97001 9.57001 1.92001 9.00001 2.62001' fill='white'/%3E%3Cpath d='M9.83991 3.94C8.49991 3.86 7.35991 4.7 6.71991 4.7C6.07991 4.7 5.09991 3.98 4.03991 4C2.65991 4.02 1.37991 4.8 0.679906 6.04C-0.760094 8.52 0.299906 12.2 1.69991 14.22C2.37991 15.22 3.19991 16.32 4.27991 16.28C5.29991 16.24 5.69991 15.62 6.93991 15.62C8.17991 15.62 8.53991 16.28 9.61991 16.27C10.7399 16.25 11.4399 15.27 12.1199 14.27C12.8999 13.13 13.2199 12.03 13.2399 11.97C13.2199 11.95 11.0799 11.13 11.0599 8.67C11.0399 6.61 12.7399 5.63 12.8199 5.57C11.8599 4.14 10.3599 3.99 9.83991 3.95' fill='white'/%3E%3Cpath d='M22.2997 1.91992H17.1797V15.5599H19.2997V10.8999H22.2297C24.9097 10.8999 26.7897 9.05992 26.7897 6.39992C26.7897 3.73992 24.9397 1.91992 22.2997 1.91992ZM21.7297 9.11992H19.2997V3.69992H21.7397C23.5797 3.69992 24.6297 4.67992 24.6297 6.39992C24.6297 8.11992 23.5797 9.10992 21.7297 9.10992V9.11992Z' fill='white'/%3E%3Cpath d='M31.7796 5.52979C29.5296 5.52979 27.8696 6.81978 27.8096 8.57978H29.7196C29.8796 7.73978 30.6596 7.18979 31.7196 7.18979C33.0196 7.18979 33.7396 7.78978 33.7396 8.90978V9.65978L31.0996 9.81978C28.6396 9.96978 27.3096 10.9698 27.3096 12.7198C27.3096 14.4698 28.6796 15.6598 30.6496 15.6598C31.9796 15.6598 33.2096 14.9898 33.7696 13.9198H33.8096V15.5598H35.7696V8.76979C35.7696 6.79979 34.1996 5.52979 31.7696 5.52979H31.7796ZM33.7396 11.8598C33.7396 13.1398 32.6596 14.0498 31.2196 14.0498C30.0896 14.0498 29.3696 13.5098 29.3696 12.6798C29.3696 11.8498 30.0596 11.3198 31.3796 11.2398L33.7296 11.0898V11.8598H33.7396Z' fill='white'/%3E%3Cpath d='M38.4001 19.27C40.4601 19.27 41.4401 18.48 42.2801 16.09L46.0001 5.65997H43.8501L41.3601 13.72H41.3201L38.8301 5.65997H36.6201L40.2101 15.59L40.0201 16.19C39.7001 17.21 39.1701 17.61 38.2401 17.61C38.0701 17.61 37.7501 17.59 37.6201 17.58V19.22C37.7401 19.25 38.2701 19.27 38.4201 19.27H38.4001Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_1070'%3E%3Crect width='46' height='19.27' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
footer .content .copyright .payment-options .payment--visa {
  width: 37px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='12' viewBox='0 0 37 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_1076)'%3E%3Cpath d='M14.91 0.210022L13.04 11.8H16.03L17.91 0.210022H14.91Z' fill='white'/%3E%3Cpath d='M26.9004 0.49C26.3104 0.26 25.3704 0 24.2104 0C21.2504 0 19.1704 1.58 19.1504 3.84C19.1304 5.5 20.6404 6.43 21.7804 6.98C22.9404 7.55 23.3304 7.92 23.3304 8.42C23.3204 9.2 22.3904 9.56 21.5304 9.56C20.3304 9.56 19.6904 9.37 18.7204 8.94L18.3204 8.75L17.9004 11.35C18.6004 11.67 19.9004 11.95 21.2404 11.97C24.3904 11.97 26.4304 10.42 26.4604 8.01C26.4704 6.69 25.6704 5.68 23.9404 4.85C22.8904 4.32 22.2504 3.96 22.2504 3.42C22.2604 2.93 22.7904 2.42 23.9804 2.42C24.9504 2.39 25.6704 2.63 26.2104 2.86L26.4804 2.98L26.8904 0.48L26.9004 0.49Z' fill='white'/%3E%3Cpath d='M30.8802 7.70002C31.1302 7.03002 32.0802 4.46002 32.0802 4.46002C32.0702 4.49002 32.3302 3.78002 32.4802 3.35002L32.6902 4.35002C32.6902 4.35002 33.2602 7.13002 33.3802 7.70002H30.8902H30.8802ZM34.5802 0.210022H32.2602C31.5402 0.210022 31.0002 0.420022 30.6902 1.17002L26.2402 11.8H29.3902C29.3902 11.8 29.9102 10.37 30.0202 10.06H33.8702C33.9602 10.47 34.2302 11.8 34.2302 11.8H37.0102L34.5802 0.210022Z' fill='white'/%3E%3Cpath d='M10.5299 0.210022L7.58988 8.11002L7.26988 6.51002C6.72988 4.66002 5.02988 2.65002 3.12988 1.65002L5.81988 11.79H8.98988L13.6999 0.210022H10.5299Z' fill='white'/%3E%3Cpath d='M4.87 0.210022H0.05L0 0.440022C3.76 1.40002 6.25 3.72002 7.28 6.51002L6.23 1.18002C6.06 0.440022 5.53 0.230022 4.87 0.210022Z' fill='%23FAA61A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_1076'%3E%3Crect width='37' height='11.98' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
footer .content .copyright .payment-options .payment--visa-electron {
  width: 31px;
  height: 20px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='20' viewBox='0 0 31 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_1087)'%3E%3Cpath d='M31 17.1137H0V20H31V17.1137Z' fill='%23F7B600'/%3E%3Cpath d='M31 0H0V2.88627H31V0Z' fill='white'/%3E%3Cpath d='M14.8803 5.45905L13.3228 12.9963H11.4477L13.0052 5.45905H14.8803ZM22.7816 10.3218L23.7721 7.49042L24.3391 10.3218H22.7816ZM24.8835 12.9885H26.6225L25.1028 5.4512H23.4999C23.1369 5.4512 22.8345 5.67081 22.6984 6.00022L19.8782 12.9806H21.8516L22.2447 11.859H24.6567L24.8835 12.9806V12.9885ZM19.9764 10.5257C19.984 8.5414 17.3301 8.42375 17.3452 7.53748C17.3452 7.27081 17.6023 6.98062 18.1391 6.91003C18.4113 6.87081 19.1523 6.84728 19.9916 7.24728L20.3167 5.64728C19.863 5.47473 19.2808 5.31787 18.5625 5.31787C16.7025 5.31787 15.4021 6.34532 15.3869 7.81199C15.3718 8.89434 16.3169 9.49826 17.0277 9.85905C17.7611 10.2277 18.003 10.463 18.003 10.7924C18.003 11.2943 17.4208 11.5218 16.8764 11.5296C15.9313 11.5453 15.3794 11.263 14.9484 11.0512L14.6082 12.7061C15.0467 12.9179 15.8557 13.0983 16.695 13.1061C18.6684 13.1061 19.9613 12.0943 19.9689 10.5257M12.1886 5.4512L9.14157 12.9885H7.15303L5.65596 6.97277C5.56523 6.60415 5.48962 6.47081 5.20986 6.31395C4.7562 6.06297 4.01523 5.81983 3.35742 5.67081L3.40279 5.4512H6.60108C7.00937 5.4512 7.3723 5.73356 7.47059 6.21983L8.2645 10.5806L10.2228 5.4512H12.1962H12.1886Z' fill='white'/%3E%3Cpath d='M17.2922 15.0669H16.5286V15.8041H17.3829V16.0237H16.2715V13.9767H17.3376V14.2041H16.5286V14.8473H17.2922V15.0669Z' fill='white'/%3E%3Cpath d='M18.0334 13.8669H17.7764V16.0237H18.0334V13.8669Z' fill='white'/%3E%3Cpath d='M19.4324 15.1455C19.4324 14.9808 19.3643 14.7142 19.077 14.7142C18.8124 14.7142 18.699 14.9573 18.6838 15.1455H19.4324ZM18.6763 15.3338C18.6763 15.6946 18.9031 15.8436 19.1602 15.8436C19.3416 15.8436 19.4626 15.8122 19.5533 15.7652L19.5987 15.9534C19.508 15.9926 19.3492 16.0475 19.1224 16.0475C18.6838 16.0475 18.4268 15.7495 18.4268 15.3024C18.4268 14.8554 18.6763 14.5103 19.0921 14.5103C19.5533 14.5103 19.6743 14.9259 19.6743 15.2004C19.6743 15.2554 19.6743 15.2946 19.6668 15.3259H18.6687L18.6763 15.3338Z' fill='white'/%3E%3Cpath d='M21.088 15.9688C21.02 16.0002 20.8688 16.0551 20.6797 16.0551C20.2488 16.0551 19.9766 15.7571 19.9766 15.31C19.9766 14.863 20.2714 14.5257 20.7327 14.5257C20.8839 14.5257 21.02 14.5649 21.088 14.6041L21.0275 14.808C20.967 14.7767 20.8688 14.7375 20.7251 14.7375C20.4 14.7375 20.2261 14.9884 20.2261 15.2943C20.2261 15.6316 20.4378 15.8433 20.7175 15.8433C20.8612 15.8433 20.9595 15.8041 21.0351 15.7728L21.0805 15.9688H21.088Z' fill='white'/%3E%3Cpath d='M21.8064 14.2042V14.5571H22.1769V14.761H21.8064V15.5532C21.8064 15.7336 21.8593 15.8355 21.9954 15.8355C22.0635 15.8355 22.1089 15.8355 22.1467 15.8198V16.0238C22.1089 16.0395 22.0257 16.063 21.9274 16.063C21.8064 16.063 21.7081 16.0238 21.6476 15.9532C21.5796 15.8748 21.5493 15.7414 21.5493 15.5689V14.7689H21.3301V14.5649H21.5493V14.2904L21.7989 14.212L21.8064 14.2042Z' fill='white'/%3E%3Cpath d='M22.532 15.012C22.532 14.8394 22.532 14.6904 22.5244 14.5571H22.7512V14.8473H22.7739C22.8344 14.6512 22.9932 14.5257 23.1671 14.5257C23.1898 14.5257 23.2125 14.5257 23.2351 14.5257V14.7767C23.2351 14.7767 23.1822 14.7767 23.1444 14.7767C22.963 14.7767 22.8344 14.9179 22.7966 15.1139C22.7966 15.1531 22.789 15.1924 22.789 15.2394V16.0237H22.532V15.012Z' fill='white'/%3E%3Cpath d='M23.6965 15.2944C23.6965 15.6159 23.8704 15.8591 24.1275 15.8591C24.3846 15.8591 24.5585 15.6159 24.5585 15.2865C24.5585 15.0355 24.4375 14.7218 24.1351 14.7218C23.8326 14.7218 23.7041 15.012 23.7041 15.2865M24.8231 15.2708C24.8231 15.812 24.4602 16.0473 24.1199 16.0473C23.7419 16.0473 23.4395 15.7571 23.4395 15.2944C23.4395 14.8081 23.7495 14.5179 24.1426 14.5179C24.5358 14.5179 24.8231 14.8238 24.8231 15.2708Z' fill='white'/%3E%3Cpath d='M25.2087 14.9571C25.2087 14.8002 25.2087 14.6826 25.2012 14.5571H25.428L25.4431 14.8002C25.5112 14.6669 25.6775 14.5257 25.9119 14.5257C26.1085 14.5257 26.4109 14.6512 26.4109 15.1531V16.0237H26.1539V15.1767C26.1539 14.9414 26.0707 14.7453 25.8287 14.7453C25.6624 14.7453 25.5263 14.8708 25.4809 15.0198C25.4658 15.0512 25.4658 15.0982 25.4658 15.1453V16.0237H25.2087V14.9492V14.9571Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_1087'%3E%3Crect width='31' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
footer .content .copyright .payment-options .payment--maestro {
  width: 28px;
  height: 22px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='22' viewBox='0 0 28 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_1109)'%3E%3Cpath d='M27.728 14.155V13.8157H27.64L27.536 14.05L27.432 13.8157H27.344V14.155H27.408V13.8965L27.504 14.1146H27.568L27.664 13.8965V14.155H27.728ZM27.176 14.155V13.8722H27.288V13.8157H27V13.8722H27.112V14.155H27.176Z' fill='%230099DF'/%3E%3Cpath d='M17.7838 1.86633H10.2158V15.6093H17.7838V1.86633Z' fill='%236C6BBD'/%3E%3Cpath d='M10.696 8.74183C10.696 5.95446 11.992 3.47411 14 1.8744C12.528 0.702901 10.672 0 8.648 0C3.872 0 0 3.91039 0 8.74183C0 13.5733 3.872 17.4837 8.648 17.4837C10.664 17.4837 12.528 16.7888 13.992 15.6173C11.976 14.0176 10.688 11.5373 10.688 8.74991' fill='%23EB001B'/%3E%3Cpath d='M27.9998 8.74184C27.9998 13.5652 24.1278 17.4837 19.3518 17.4837C17.3358 17.4837 15.4798 16.7889 14.0078 15.6173C16.0238 14.0176 17.3118 11.5373 17.3118 8.74992C17.3118 5.96256 16.0238 3.4822 14.0078 1.8825C15.4798 0.710996 17.3358 0.0161743 19.3518 0.0161743C24.1278 0.0161743 28.0078 3.92657 28.0078 8.758' fill='%230099DF'/%3E%3Cpath d='M20.344 19.4954C20.448 19.4954 20.592 19.5115 20.696 19.56L20.544 20.0367C20.44 19.9963 20.336 19.9801 20.232 19.9801C19.904 19.9801 19.744 20.1902 19.744 20.578V21.8788H19.248V19.56H19.744V19.8428C19.872 19.6408 20.064 19.5035 20.352 19.5035M18.504 20.0205H17.688V21.0709C17.688 21.3052 17.768 21.4587 18.024 21.4587C18.152 21.4587 18.32 21.4183 18.464 21.3294L18.608 21.7576C18.448 21.8707 18.2 21.9353 17.984 21.9353C17.392 21.9353 17.184 21.6122 17.184 21.0789V20.0205H16.72V19.56H17.184V18.8571H17.688V19.56H18.504V20.0205ZM12.104 20.5134C12.16 20.174 12.36 19.9478 12.712 19.9478C13.032 19.9478 13.24 20.1498 13.296 20.5134H12.104ZM13.816 20.7154C13.816 19.9882 13.368 19.4954 12.728 19.4954C12.088 19.4954 11.584 19.9882 11.584 20.7154C11.584 21.4425 12.072 21.9353 12.76 21.9353C13.104 21.9353 13.424 21.8465 13.704 21.6122L13.456 21.2405C13.264 21.394 13.016 21.4829 12.784 21.4829C12.464 21.4829 12.168 21.3294 12.096 20.9173H13.8C13.8 20.8527 13.808 20.7881 13.808 20.7234M16 20.1579C15.864 20.069 15.576 19.9559 15.28 19.9559C15.008 19.9559 14.84 20.0609 14.84 20.2306C14.84 20.3841 15.016 20.4326 15.232 20.4568L15.464 20.4891C15.96 20.5619 16.264 20.7719 16.264 21.184C16.264 21.6283 15.88 21.9434 15.216 21.9434C14.84 21.9434 14.496 21.8465 14.224 21.6445L14.456 21.2486C14.624 21.3779 14.872 21.491 15.224 21.491C15.576 21.491 15.752 21.3859 15.752 21.2082C15.752 21.0789 15.624 21.0062 15.352 20.9658L15.12 20.9335C14.608 20.8608 14.328 20.6265 14.328 20.2468C14.328 19.7862 14.704 19.5035 15.288 19.5035C15.656 19.5035 15.984 19.5843 16.224 19.7458L16.008 20.1498L16 20.1579ZM22.168 19.9882C22.064 19.9882 21.968 20.0044 21.88 20.0448C21.792 20.0852 21.712 20.1336 21.648 20.1983C21.584 20.2629 21.536 20.3437 21.496 20.4326C21.456 20.5215 21.44 20.6265 21.44 20.7396C21.44 20.8527 21.456 20.9497 21.496 21.0466C21.536 21.1355 21.584 21.2163 21.648 21.2809C21.712 21.3455 21.792 21.394 21.88 21.4344C21.968 21.4748 22.064 21.491 22.168 21.491C22.272 21.491 22.368 21.4748 22.456 21.4344C22.544 21.394 22.624 21.3455 22.688 21.2809C22.752 21.2163 22.808 21.1355 22.84 21.0466C22.88 20.9577 22.896 20.8527 22.896 20.7396C22.896 20.6265 22.88 20.5295 22.84 20.4326C22.8 20.3437 22.752 20.2629 22.688 20.1983C22.624 20.1336 22.544 20.0852 22.456 20.0448C22.368 20.0125 22.272 19.9882 22.168 19.9882ZM22.168 19.5115C22.344 19.5115 22.512 19.5439 22.664 19.6085C22.816 19.6731 22.944 19.7539 23.056 19.867C23.168 19.9801 23.256 20.1094 23.32 20.2548C23.384 20.4003 23.416 20.5699 23.416 20.7396C23.416 20.9093 23.384 21.0789 23.32 21.2244C23.256 21.3698 23.168 21.4991 23.056 21.6122C22.944 21.7253 22.816 21.8061 22.664 21.8707C22.512 21.9353 22.344 21.9677 22.168 21.9677C21.992 21.9677 21.824 21.9353 21.672 21.8707C21.52 21.8061 21.392 21.7253 21.28 21.6122C21.168 21.4991 21.08 21.3698 21.024 21.2244C20.96 21.0789 20.928 20.9093 20.928 20.7396C20.928 20.5699 20.96 20.4003 21.024 20.2548C21.088 20.1094 21.176 19.9801 21.28 19.867C21.392 19.7539 21.52 19.6731 21.672 19.6085C21.824 19.5439 21.992 19.5115 22.168 19.5115ZM9.17598 20.7315C9.17598 20.3276 9.43998 19.9882 9.87198 19.9882C10.304 19.9882 10.56 20.3114 10.56 20.7315C10.56 21.1516 10.28 21.4748 9.87198 21.4748C9.43998 21.4748 9.17598 21.1436 9.17598 20.7315ZM11.04 20.7315V19.5681H10.544V19.8509C10.384 19.6408 10.144 19.5115 9.81598 19.5115C9.16798 19.5115 8.66398 20.0205 8.66398 20.7315C8.66398 21.4425 9.16798 21.9515 9.81598 21.9515C10.144 21.9515 10.384 21.8222 10.544 21.6122V21.8949H11.04V20.7315ZM8.22398 21.8949V20.4407C8.22398 19.8913 7.87998 19.5196 7.31998 19.5196C7.02398 19.5196 6.71998 19.6085 6.51198 19.9317C6.35198 19.6731 6.10398 19.5196 5.75198 19.5196C5.50398 19.5196 5.26398 19.5923 5.07998 19.867V19.5843H4.58398V21.903H5.08798V20.6184C5.08798 20.2144 5.31198 20.0044 5.64798 20.0044C5.98398 20.0044 6.14398 20.2225 6.14398 20.6184V21.9111H6.64798V20.6265C6.64798 20.2225 6.87998 20.0125 7.20798 20.0125C7.53598 20.0125 7.71198 20.2306 7.71198 20.6265V21.9192H8.21598L8.22398 21.8949Z' fill='white'/%3E%3Cpath d='M23.9838 21.693V21.7495H24.0398H24.0638C24.0638 21.7495 24.0718 21.7415 24.0718 21.7253C24.0718 21.7091 24.0718 21.7091 24.0638 21.7011C24.0638 21.7011 24.0478 21.7011 24.0398 21.7011H23.9838V21.693ZM24.0398 21.6526C24.0398 21.6526 24.0878 21.6526 24.1038 21.6687C24.1198 21.6768 24.1278 21.7011 24.1278 21.7172C24.1278 21.7334 24.1278 21.7495 24.1118 21.7657C24.1038 21.7738 24.0798 21.7819 24.0638 21.7899L24.1358 21.8707H24.0798L24.0158 21.7899H23.9918V21.8707H23.9438V21.6607H24.0398V21.6526ZM24.0238 21.9354C24.0238 21.9354 24.0718 21.9354 24.0958 21.9192C24.1198 21.9111 24.1358 21.895 24.1518 21.8788C24.1678 21.8626 24.1838 21.8465 24.1918 21.8223C24.1998 21.798 24.2078 21.7738 24.2078 21.7495C24.2078 21.7253 24.2078 21.7011 24.1918 21.6768C24.1838 21.6526 24.1678 21.6364 24.1518 21.6203C24.1358 21.6041 24.1198 21.5879 24.0958 21.5799C24.0718 21.5718 24.0478 21.5637 24.0238 21.5637C23.9998 21.5637 23.9758 21.5637 23.9518 21.5799C23.9278 21.5879 23.9118 21.6041 23.8958 21.6203C23.8798 21.6364 23.8638 21.6526 23.8558 21.6768C23.8478 21.7011 23.8398 21.7253 23.8398 21.7495C23.8398 21.7738 23.8398 21.798 23.8558 21.8223C23.8638 21.8465 23.8798 21.8626 23.8958 21.8788C23.9118 21.895 23.9278 21.9111 23.9518 21.9192C23.9758 21.9273 23.9998 21.9354 24.0238 21.9354ZM24.0238 21.5233C24.0238 21.5233 24.0878 21.5233 24.1118 21.5395C24.1438 21.5476 24.1678 21.5637 24.1838 21.5879C24.2078 21.6041 24.2238 21.6364 24.2318 21.6607C24.2398 21.6849 24.2478 21.7172 24.2478 21.7495C24.2478 21.7819 24.2478 21.8142 24.2318 21.8384C24.2238 21.8626 24.1998 21.8869 24.1838 21.9111C24.1598 21.9354 24.1358 21.9515 24.1118 21.9596C24.0878 21.9677 24.0558 21.9758 24.0238 21.9758C23.9918 21.9758 23.9598 21.9758 23.9358 21.9596C23.9038 21.9515 23.8798 21.9273 23.8638 21.9111C23.8398 21.895 23.8238 21.8626 23.8158 21.8384C23.8078 21.8142 23.7998 21.7819 23.7998 21.7495C23.7998 21.7172 23.7998 21.6849 23.8158 21.6607C23.8238 21.6364 23.8478 21.6041 23.8638 21.5879C23.8878 21.5637 23.9118 21.5476 23.9358 21.5395C23.9678 21.5233 23.9918 21.5233 24.0238 21.5233Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_1109'%3E%3Crect width='28' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.mobile-breadcrumbs-wrapper {
  background-color: #E1DDDA;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .mobile-breadcrumbs-wrapper {
    display: none;
  }
}
.mobile-breadcrumbs-wrapper .mobile-breadcrumbs {
  padding: 11px 0;
}

@media (max-width: 991.98px) {
  .desktop-breadcrumbs-wrapper {
    display: none;
  }
}
.breadcrumbs-wrapper .breadcrumbs {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 14px;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item {
  color: #473C35;
  position: relative;
}
@media (min-width: 992px) {
  .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item {
    color: #fff;
  }
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item a {
  color: #FFA801;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.25s;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item a:hover {
  text-decoration-color: transparent;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item::after {
  content: "-";
  position: absolute;
  top: 1px;
  right: -10px;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item:last-child::after {
  content: none;
}

.search-advanced-wrapper {
  margin-top: 32px;
  display: flex;
  gap: 20px;
}
@media (min-width: 992px) {
  .search-advanced-wrapper {
    margin-top: 110px;
  }
}
.search-advanced-wrapper .search-results-panel {
  flex: 1;
  z-index: 0;
}

.filters-wrapper {
  transition: height 0.25s;
}
@media (max-width: 991.98px) {
  .filters-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    height: 0;
    width: 100vw;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .filters-wrapper {
    width: 345px;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .filters-wrapper .header {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .filters-wrapper .content {
    padding: 25px 0;
  }
}
.filters-wrapper .content .search-wrapper {
  padding: 0 15px 25px 15px;
  border-bottom: 1px solid #E1DDDA;
}
@media (min-width: 992px) {
  .filters-wrapper .content .search-wrapper {
    border-start-start-radius: 10px;
    border-start-end-radius: 10px;
    background-color: #473C35;
    padding: 22px 24px;
  }
}
.filters-wrapper .content .search-wrapper .input-wrapper-box {
  position: relative;
  padding: initial;
  border: 0;
}
.filters-wrapper .content .search-wrapper .input-wrapper-box::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 12px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1154_3297)'%3E%3Cpath d='M22.2929 23.7071C22.6834 24.0976 23.3166 24.0976 23.7071 23.7071C24.0976 23.3166 24.0976 22.6834 23.7071 22.2929L22.2929 23.7071ZM18.1176 10.0588C18.1176 14.5096 14.5096 18.1176 10.0588 18.1176V20.1176C15.6142 20.1176 20.1176 15.6142 20.1176 10.0588H18.1176ZM10.0588 18.1176C5.60806 18.1176 2 14.5096 2 10.0588H0C0 15.6142 4.50349 20.1176 10.0588 20.1176V18.1176ZM2 10.0588C2 5.60806 5.60806 2 10.0588 2V0C4.50349 0 0 4.50349 0 10.0588H2ZM10.0588 2C14.5096 2 18.1176 5.60806 18.1176 10.0588H20.1176C20.1176 4.50349 15.6142 0 10.0588 0V2ZM15.8223 17.2365L22.2929 23.7071L23.7071 22.2929L17.2365 15.8223L15.8223 17.2365Z' fill='%23473C35'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1154_3297'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 992px) {
  .filters-wrapper .content .search-wrapper .input-wrapper-box::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_3507)'%3E%3Cpath d='M22.2929 23.7071C22.6834 24.0976 23.3166 24.0976 23.7071 23.7071C24.0976 23.3166 24.0976 22.6834 23.7071 22.2929L22.2929 23.7071ZM18.1176 10.0588C18.1176 14.5096 14.5096 18.1176 10.0588 18.1176V20.1176C15.6142 20.1176 20.1176 15.6142 20.1176 10.0588H18.1176ZM10.0588 18.1176C5.60806 18.1176 2 14.5096 2 10.0588H0C0 15.6142 4.50349 20.1176 10.0588 20.1176V18.1176ZM2 10.0588C2 5.60806 5.60806 2 10.0588 2V0C4.50349 0 0 4.50349 0 10.0588H2ZM10.0588 2C14.5096 2 18.1176 5.60806 18.1176 10.0588H20.1176C20.1176 4.50349 15.6142 0 10.0588 0V2ZM15.8223 17.2365L22.2929 23.7071L23.7071 22.2929L17.2365 15.8223L15.8223 17.2365Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_3507'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.filters-wrapper .content .search-wrapper .input-wrapper-box input {
  width: 100%;
  background: none;
  border: 1px solid #E1DDDA;
  border-radius: 100px;
  color: #000;
  padding: 15px 58px 15px 24px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: border-color 0.25s;
  outline: none;
}
@media (min-width: 992px) {
  .filters-wrapper .content .search-wrapper .input-wrapper-box input {
    border-color: #7D6F67;
    color: #fff;
    font-size: 0.75rem;
  }
}
.filters-wrapper .content .search-wrapper .input-wrapper-box input::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.filters-wrapper .content .search-wrapper .input-wrapper-box input:focus {
  border-color: #000;
}
@media (min-width: 992px) {
  .filters-wrapper .content .search-wrapper .input-wrapper-box input:focus {
    border-color: #fff;
  }
}
.filters-wrapper .content .filters {
  padding-top: 22px;
}
@media (min-width: 992px) {
  .filters-wrapper .content .filters {
    border-left: 1px solid #E1DDDA;
    border-right: 1px solid #E1DDDA;
    border-bottom: 1px solid #E1DDDA;
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
  }
}
.filters-wrapper .content .filters .filter {
  padding: 29px 15px;
  background: initial;
}
@media (min-width: 992px) {
  .filters-wrapper .content .filters .filter {
    padding-inline: 24px;
  }
}
.filters-wrapper .content .filters .filter:first-child {
  padding-top: 0;
}
.filters-wrapper .content .filters .filter:not(:last-child) {
  border-bottom: 1px solid #E1DDDA;
}
.filters-wrapper .content .filters .filter .accordion-header button {
  padding: 0;
  background-color: initial;
  border: 0;
  box-shadow: initial;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
}
.filters-wrapper .content .filters .filter .accordion-header button::after {
  margin-top: 0;
  width: 8px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_843)'%3E%3Cpath d='M6.36426 4.5L3.53583 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.707706 4.5L3.53613 7.32843' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_843'%3E%3Crect width='5' height='5' fill='white' transform='translate(7.07129 4.5) rotate(135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transition-property: transform, margin-top;
}
.filters-wrapper .content .filters .filter .accordion-header button:not(.collapsed)::after {
  margin-top: 5px;
}
.filters-wrapper .content .filters .filter .accordion-content {
  padding-top: 20px;
}
.filters-wrapper .content .filters .filter .accordion-content ul {
  display: grid;
  gap: 5px;
}
.filters-wrapper .content .filters .filter .accordion-content .price-range-slider-wrapper {
  margin-top: 12px;
  display: grid;
  gap: 23px;
}
.filters-wrapper .content .filters .filter .accordion-content .price-range-slider-wrapper .price-range-slider {
  margin-inline: 11px;
  height: 8px;
  box-shadow: initial;
}
.filters-wrapper .content .filters .filter .accordion-content .price-range-slider-wrapper .price-range-slider .noUi-connects {
  border-radius: 4px;
}
.filters-wrapper .content .filters .filter .accordion-content .price-range-slider-wrapper .price-range-slider .noUi-connects .noUi-connect {
  background: rgba(225, 221, 218, 0.5);
}
.filters-wrapper .content .filters .filter .accordion-content .price-range-slider-wrapper .price-range-slider .noUi-origin .noUi-handle {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #FFA801;
  right: -11px;
  top: -8px;
  box-shadow: initial;
}
.filters-wrapper .content .filters .filter .accordion-content .price-range-slider-wrapper .price-range-slider .noUi-origin .noUi-handle::before, .filters-wrapper .content .filters .filter .accordion-content .price-range-slider-wrapper .price-range-slider .noUi-origin .noUi-handle::after {
  content: initial;
}
.filters-wrapper .content .filters .filter .accordion-content .price-range-slider-wrapper .price-range-values {
  display: flex;
  justify-content: space-between;
}
.filters-wrapper .content .filters .filter .accordion-content .price-range-slider-wrapper .price-range-values .value-wrapper {
  display: grid;
  gap: 5px;
}
.filters-wrapper .content .filters .filter .accordion-content .price-range-slider-wrapper .price-range-values .value-wrapper .title {
  font-size: 0.625rem;
}
.filters-wrapper .content .filters .filter .accordion-content .price-range-slider-wrapper .price-range-values .value-wrapper .value {
  font-size: 0.875rem;
  font-weight: 700;
}
.filters-wrapper .content .filters .filter .accordion-content .price-range-slider-wrapper .price-range-values .value-wrapper.max-value-wrapper {
  text-align: right;
}

.search-results-panel .results-count {
  font-size: 2.125rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .search-results-panel .results-count {
    font-size: 1.375rem;
  }
}

@media (max-width: 991.98px) {
  .results-order-methods--desktop {
    display: none;
  }
}
.results-order-methods--mobile {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .results-order-methods--mobile {
    display: none;
  }
}
.results-order-methods .order-methods {
  display: flex;
  margin-top: 15px;
}

.advanced-search-results {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .advanced-search-results {
    margin-top: 25px;
  }
}

.search-result-item {
  display: grid;
}
@media (min-width: 992px) {
  .search-result-item {
    display: flex;
  }
}
@media (hover: hover) {
  .search-result-item:hover .image-gallery .search-item-gallery-slider .blaze-container .blaze-navigation {
    opacity: 1;
  }
  .search-result-item:hover .content {
    border-inline-end-color: #FFA801;
    border-block-color: #FFA801;
  }
}
.search-result-item .image-gallery {
  height: auto;
}
@media (min-width: 992px) {
  .search-result-item .image-gallery {
    width: 298px;
    flex: 0 0 auto;
  }
}
.search-result-item .image-gallery .search-item-gallery-slider {
  height: 100%;
}
.search-result-item .image-gallery .search-item-gallery-slider * {
  height: inherit;
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .image-tags {
  position: absolute;
  top: 14px;
  left: 16px;
  right: 16px;
  height: 0;
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 992px) {
  .search-result-item .image-gallery .search-item-gallery-slider .blaze-container .image-tags {
    top: 20px;
  }
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .image-tags .image-tag {
  height: 24px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  padding: 5px 10px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .search-result-item .image-gallery .search-item-gallery-slider .blaze-container .image-tags .image-tag {
    font-size: 0.625rem;
  }
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .image-tags .image-tag--discount {
  background-color: #E30613;
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .image-tags .image-tag--type, .search-result-item .image-gallery .search-item-gallery-slider .blaze-container .image-tags .image-tag--purple {
  background-color: #9747FF;
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .image-tags .image-tag--orange {
  background-color: #FFA801;
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .image-tags .image-tag--grey {
  background-color: #E1DDDA;
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .image-tags .image-tag--red {
  background-color: #e30612;
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-item .image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-start-start-radius: 10px;
}
@media (max-width: 991.98px) {
  .search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-item .image {
    height: 180px;
    border-start-end-radius: 10px;
  }
}
@media (min-width: 992px) {
  .search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-item .image {
    width: 298px;
    height: 100%;
    border-end-start-radius: 10px;
  }
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-item .image .img-link {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-navigation {
  height: 0;
  opacity: 1;
  transition: opacity 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-navigation {
    opacity: 0;
  }
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-navigation__button {
  position: absolute;
  top: calc(50% - 13px);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.22554 5.87675C4.44598 5.65631 4.44598 5.30022 4.22554 5.07979L2.25859 3.11283L4.22554 1.14588C4.44598 0.925442 4.44598 0.569355 4.22554 0.34892C4.00511 0.128485 3.64902 0.128485 3.42859 0.34892L1.06033 2.71718C0.839891 2.93762 0.839891 3.2937 1.06033 3.51414L3.42859 5.8824C3.64902 6.10283 4.00511 6.10283 4.22554 5.8824V5.87675Z' fill='black'/%3E%3Cpath d='M9.35782 3.50851C9.45955 3.40677 9.52173 3.26547 9.52173 3.10721C9.52173 2.79634 9.26738 2.54199 8.95651 2.54199H2.10042C1.78955 2.54199 1.53521 2.79634 1.53521 3.10721C1.53521 3.41808 1.78955 3.67243 2.10042 3.67243H8.95651C9.11477 3.67243 9.25608 3.61025 9.35782 3.50851Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat;
  background-position: 50%;
  background-size: 10px 7px;
  transition: background-color 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-navigation__button:hover {
    background-color: #FFA801;
  }
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-navigation__button.blaze-prev {
  left: 13px;
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-navigation__button.blaze-next {
  right: 13px;
  transform: rotate(180deg);
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-pagination {
  display: none;
  height: 12px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
@media (min-width: 992px) {
  .search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-pagination {
    display: flex;
    gap: 9px;
  }
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-pagination button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transition-property: background-color, width, height;
  transition-duration: 0.25s;
  padding: 0;
  margin: 0;
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-pagination button:hover {
  background-color: #FFA801;
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-pagination button.active {
  background-color: #FFA801;
  width: 12px;
  height: 12px;
}
.search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-track-container {
  border-start-start-radius: 10px;
}
@media (max-width: 991.98px) {
  .search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-track-container {
    border-start-end-radius: 10px;
  }
}
@media (min-width: 992px) {
  .search-result-item .image-gallery .search-item-gallery-slider .blaze-container .blaze-track-container {
    border-end-start-radius: 10px;
  }
}
.search-result-item .content {
  flex: 1;
  padding: 18px;
  background-color: rgba(225, 221, 218, 0.5);
  border: 1px solid transparent;
  border-end-end-radius: 10px;
  transition-property: border-color, box-shadow;
  transition-duration: 0.25s;
}
@media (max-width: 991.98px) {
  .search-result-item .content {
    border-end-start-radius: 10px;
  }
}
@media (min-width: 992px) {
  .search-result-item .content {
    border-start-end-radius: 10px;
    padding: 16px 26px 18px 22px;
  }
}
.search-result-item .content h3, .search-result-item .content .h3 {
  font-size: 1.375rem;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 0;
}
.search-result-item .content h3 .link, .search-result-item .content .h3 .link {
  color: inherit;
  transition: color 0.25s;
}
@media (hover: hover) {
  .search-result-item .content h3 .link:hover, .search-result-item .content .h3 .link:hover {
    color: #FFA801;
  }
}
.search-result-item .content .destination {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 4px;
}
@media (min-width: 992px) {
  .search-result-item .content .destination {
    margin-top: 16px;
    font-size: 0.625rem;
  }
}
.search-result-item .content .simple-tags {
  margin-top: 14px;
}
@media (min-width: 992px) {
  .search-result-item .content .simple-tags {
    margin-top: 16px;
  }
}
.search-result-item .content .price-and-action-wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (min-width: 992px) {
  .search-result-item .content .price-and-action-wrapper {
    margin-top: 58px;
  }
}
.search-result-item .content .price-and-action-wrapper .price-wrapper {
  display: grid;
  gap: 5px;
}
.search-result-item .content .price-and-action-wrapper .price-wrapper .price-description {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 10px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .search-result-item .content .price-and-action-wrapper .price-wrapper .price-description {
    gap: 5px 12px;
  }
}
.search-result-item .content .price-and-action-wrapper .price-wrapper .price-description span {
  position: relative;
}
.search-result-item .content .price-and-action-wrapper .price-wrapper .price-description span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
@media (min-width: 768px) {
  .search-result-item .content .price-and-action-wrapper .price-wrapper .price-description span::after {
    right: -7px;
  }
}
.search-result-item .content .price-and-action-wrapper .price-wrapper .price-description span:last-child::after {
  content: initial;
}
.search-result-item .content .price-and-action-wrapper .price-wrapper .price {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFA801;
  display: flex;
  align-items: center;
  gap: 15px;
}
.search-result-item .content .price-and-action-wrapper .price-wrapper .price__original {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  text-decoration: line-through;
}
.search-result-item .content .price-and-action-wrapper .date-options-and-action-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  letter-spacing: 0;
}
.search-result-item .content .price-and-action-wrapper .date-options-and-action-wrapper .date-options {
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFA801;
}
@media (max-width: 991.98px) {
  .search-result-item .content .price-and-action-wrapper .date-options-and-action-wrapper .date-options {
    display: none;
  }
}
.search-result-item .content .price-and-action-wrapper .date-options-and-action-wrapper .date-options a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.25s;
}
@media (hover: hover) {
  .search-result-item .content .price-and-action-wrapper .date-options-and-action-wrapper .date-options a:hover {
    text-decoration-color: transparent;
  }
}
.search-result-item .content .price-and-action-wrapper .date-options-and-action-wrapper .action {
  flex: 0 0 auto;
}

.blaze-controls .blaze-container:hover .blaze-navigation {
  opacity: 1;
}
.blaze-controls .blaze-container .blaze-navigation {
  height: 0;
  opacity: 1;
  transition: opacity 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .blaze-controls .blaze-container .blaze-navigation {
    opacity: 0;
  }
}
.blaze-controls .blaze-container .blaze-navigation__button {
  position: absolute;
  top: calc(50% - 13px);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.22554 5.87675C4.44598 5.65631 4.44598 5.30022 4.22554 5.07979L2.25859 3.11283L4.22554 1.14588C4.44598 0.925442 4.44598 0.569355 4.22554 0.34892C4.00511 0.128485 3.64902 0.128485 3.42859 0.34892L1.06033 2.71718C0.839891 2.93762 0.839891 3.2937 1.06033 3.51414L3.42859 5.8824C3.64902 6.10283 4.00511 6.10283 4.22554 5.8824V5.87675Z' fill='black'/%3E%3Cpath d='M9.35782 3.50851C9.45955 3.40677 9.52173 3.26547 9.52173 3.10721C9.52173 2.79634 9.26738 2.54199 8.95651 2.54199H2.10042C1.78955 2.54199 1.53521 2.79634 1.53521 3.10721C1.53521 3.41808 1.78955 3.67243 2.10042 3.67243H8.95651C9.11477 3.67243 9.25608 3.61025 9.35782 3.50851Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat;
  background-position: 50%;
  background-size: 10px 7px;
  transition: background-color 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .blaze-controls .blaze-container .blaze-navigation__button:hover {
    background-color: #FFA801;
  }
}
.blaze-controls .blaze-container .blaze-navigation__button.blaze-prev {
  left: 13px;
}
.blaze-controls .blaze-container .blaze-navigation__button.blaze-next {
  right: 13px;
  transform: rotate(180deg);
}
.blaze-controls .blaze-container .blaze-navigation__button--large {
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
}
.blaze-controls .blaze-container .blaze-navigation__button--large.blaze-prev {
  left: 26px;
}
.blaze-controls .blaze-container .blaze-navigation__button--large.blaze-next {
  right: 26px;
}
.blaze-controls .blaze-container .blaze-pagination {
  display: none;
  height: 12px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  gap: 9px;
}
.blaze-controls .blaze-container .blaze-pagination--show-on-mobile {
  display: flex;
}
@media (min-width: 992px) {
  .blaze-controls .blaze-container .blaze-pagination {
    display: flex;
  }
}
.blaze-controls .blaze-container .blaze-pagination button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transition-property: background-color, width, height;
  transition-duration: 0.25s;
  padding: 0;
  margin: 0;
}
.blaze-controls .blaze-container .blaze-pagination button:hover {
  background-color: #FFA801;
}
.blaze-controls .blaze-container .blaze-pagination button.active {
  background-color: #FFA801;
  width: 12px;
  height: 12px;
}

.simple-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.simple-tags .tag {
  font-size: 0.625rem;
  font-weight: 500;
  color: #000;
  padding: 4px 10px;
  border-radius: 100px;
}
.simple-tags .tag--orange {
  background-color: #FFA801;
}
.simple-tags .tag--grey {
  background-color: #E1DDDA;
}
.simple-tags .tag--red {
  color: #fff;
  background-color: #e30612;
}
.simple-tags .tag--brown {
  color: #fff;
  background-color: #473C35;
}
.simple-tags .tag--bold {
  font-weight: 700;
}

.loading-overlay {
  width: 100%;
  height: 100%;
  min-height: 150px;
  background: rgba(255, 255, 255, 0.7); /* semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-overlay--full-opacity {
  background: none;
}
.loading-overlay--full-container-height {
  height: 100%;
}
.loading-overlay .spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #09f;
  animation: spin 1s linear infinite;
}

.header-wrapper {
  position: relative;
  padding-top: 97px;
}
.header-wrapper__background {
  position: relative;
  left: 0;
  border-radius: 10px;
  background-color: #473C35;
  color: #fff;
}
@media (min-width: 992px) {
  .header-wrapper__background {
    width: calc(100% + 136px);
    max-width: calc(100vw - 30px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.header-wrapper__inner {
  border-radius: 10px;
  padding: 27px 0 40px;
}
@media (min-width: 992px) {
  .header-wrapper__inner {
    background-image: linear-gradient(0deg, #FFA801 0% 4px);
    background-position: top left;
    background-size: 340px 4px;
    background-repeat: no-repeat;
    padding: 60px 0 46px;
  }
}
.header-wrapper .hotel-wrapper {
  display: grid;
}
@media (max-width: 991.98px) {
  .header-wrapper .hotel-wrapper {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .header-wrapper .hotel-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.header-wrapper .hotel-wrapper .hotel-info-wrapper {
  display: grid;
  gap: 10px;
}
.header-wrapper .hotel-wrapper .hotel-info-wrapper .hotel-header {
  display: grid;
  gap: 10px;
}
@media (min-width: 992px) {
  .header-wrapper .hotel-wrapper .hotel-info-wrapper .hotel-header {
    display: flex;
    gap: 15px;
  }
}
.header-wrapper .hotel-wrapper .hotel-info-wrapper .hotel-header h1, .header-wrapper .hotel-wrapper .hotel-info-wrapper .hotel-header .h1 {
  margin: 0;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .header-wrapper .hotel-wrapper .hotel-info-wrapper .hotel-header h1, .header-wrapper .hotel-wrapper .hotel-info-wrapper .hotel-header .h1 {
    text-align: center;
    order: 2;
  }
}
.header-wrapper .hotel-wrapper .hotel-info-wrapper .hotel-destination {
  font-size: 0.875rem;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .header-wrapper .hotel-wrapper .hotel-info-wrapper .hotel-destination {
    text-align: center;
  }
}
.header-wrapper .hotel-wrapper .hotel-actions {
  flex: 0 0 auto;
  display: flex;
  gap: 9px;
  justify-content: center;
}

.heading-stars-container {
  display: flex;
  gap: 5px;
}
@media (max-width: 991.98px) {
  .heading-stars-container {
    order: 1;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .heading-stars-container--left {
    justify-content: initial;
  }
}
.heading-stars-container .star {
  width: 13px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0L8.4285 4.05709L13 4.58352L9.62015 7.61668L10.5173 11.9994L6.5 9.81709L2.4827 12L3.37985 7.61729L0 4.58291L4.57212 4.05648L6.5 0Z' fill='%23FFA801'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 991.98px) {
  .hotel-detail-wrapper {
    margin-top: 15px;
  }
}

.hotel-navigation {
  display: none;
  padding-block: 23px 30px;
  border-bottom: 1px solid #E1DDDA;
  background-color: #fff;
  z-index: 9;
}
.hotel-navigation--sticky {
  position: sticky;
  top: 58px;
}
@media (min-width: 992px) {
  .hotel-navigation {
    display: block;
  }
}
.hotel-navigation .navigation {
  display: flex;
  gap: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  border-bottom: 0;
}
.hotel-navigation .navigation__item {
  /*&:first-child {
      a {
          padding-left: 0;
      }
  }

  &:last-child {
      a {
          padding-right: 0;
      }
  }*/
}
.hotel-navigation .navigation__item a {
  cursor: pointer;
  padding: 0 20px 29px 0;
  border-bottom: 3px solid transparent;
  transition-duration: 0.2s;
  transition-property: color, border-bottom-color;
}
.hotel-navigation .navigation__item a:hover {
  color: #FFA801;
}
.hotel-navigation .navigation__item a.active {
  border-bottom-color: #FFA801;
}

.message {
  margin-top: 18px;
  padding: 10px 0;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
}
.message--success {
  padding-left: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.75722 1.75723C2.76881 0.745981 4.10829 0.129249 5.53433 0.0181429C6.96037 -0.0929628 8.37921 0.308863 9.53522 1.15123C10.7565 0.267651 12.2655 -0.124058 13.7623 0.0539572C15.2591 0.231973 16.6341 0.966678 17.614 2.11204C18.594 3.2574 19.1071 4.72955 19.0513 6.23588C18.9956 7.7422 18.3751 9.17241 17.3132 10.2422L11.6562 15.8992C11.0936 16.4616 10.3307 16.7776 9.53522 16.7776C8.73973 16.7776 7.9768 16.4616 7.41422 15.8992L1.75722 10.2432C0.632087 9.11802 0 7.59196 0 6.00073C0 4.4095 0.632087 2.88243 1.75722 1.75723Z' fill='%2334A853'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 19px 17px;
  background-position: 13px center;
  background-color: rgba(52, 168, 83, 0.3);
}
.message--large {
  padding: 16px 20px;
  min-height: 40px;
}
.message--large .content {
  padding-left: 60px;
  display: grid;
  gap: 5px;
}
@media (min-width: 992px) {
  .message--large .content {
    padding-left: 80px;
  }
}
.message--large .content p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5625rem;
}
.message__warning {
  border: 1px solid #FFA801;
  background: rgba(255, 168, 1, 0.1);
}
.message__warning.message--large {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1498 6.43367L3.03312 30.0003C2.74207 30.5044 2.58807 31.0758 2.58644 31.6579C2.58481 32.2399 2.73561 32.8122 3.02383 33.3179C3.31206 33.8235 3.72767 34.2449 4.2293 34.5401C4.73094 34.8353 5.30112 34.9939 5.88312 35.0003H34.1165C34.6985 34.9939 35.2686 34.8353 35.7703 34.5401C36.2719 34.2449 36.6875 33.8235 36.9757 33.3179C37.264 32.8122 37.4148 32.2399 37.4131 31.6579C37.4115 31.0758 37.2575 30.5044 36.9665 30.0003L22.8498 6.43367C22.5527 5.94385 22.1343 5.53887 21.6351 5.25781C21.1359 4.97675 20.5727 4.8291 19.9998 4.8291C19.4269 4.8291 18.8637 4.97675 18.3645 5.25781C17.8653 5.53887 17.4469 5.94385 17.1498 6.43367V6.43367Z' stroke='%23473C35' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 15V21.6667' stroke='%23473C35' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 28.3335H20.0167' stroke='%23473C35' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 20px 22px;
}

.hotel-detail-content-section--header {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .hotel-detail-content-section--header {
    margin-top: 10px;
  }
}
.hotel-detail-content-section--about {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .hotel-detail-content-section--about {
    margin-top: 45px;
  }
}
.hotel-detail-content-section--program {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .hotel-detail-content-section--program {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .hotel-detail-content-section--dates {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .hotel-detail-content-section--images {
    margin-top: 60px;
  }
}
.hotel-detail-content-section .category {
  font-size: 0.75rem;
  font-weight: 600;
  color: #FFA801;
}
@media (max-width: 991.98px) {
  .hotel-detail-content-section .category--mobile-hidden {
    height: 0;
    overflow: hidden;
  }
}
.hotel-detail-content-section .hotel-info-content {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .hotel-detail-content-section .hotel-info-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #E1DDDA;
  }
}
@media (min-width: 992px) {
  .hotel-detail-content-section .hotel-info-content {
    margin-top: 10px;
  }
}
.hotel-detail-content-section .hotel-info-content > h3, .hotel-detail-content-section .hotel-info-content > .h3 {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .hotel-detail-content-section .hotel-info-content > h3, .hotel-detail-content-section .hotel-info-content > .h3 {
    font-size: 2.125rem;
  }
}
.hotel-detail-content-section .accordion-about-list {
  letter-spacing: 0;
}
.hotel-detail-content-section .accordion-about-list .accordion-items {
  list-style: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item {
  position: relative;
  counter-increment: item;
  padding-left: 50px;
  transition: padding-bottom 0.2s;
  border-bottom: 1px solid #E1DDDA;
}
@media (min-width: 992px) {
  .hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item {
    padding-left: 70px;
  }
}
@media (max-width: 991.98px) {
  .hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item:last-child {
    border-bottom: 0;
  }
}
.hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item::before {
  content: counter(item);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 400;
  background: #E1DDDA;
  left: 0;
  top: 9px;
  transition: background-color 0.2s;
}
@media (min-width: 992px) {
  .hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item::before {
    width: 46px;
    height: 46px;
    font-size: 1.125rem;
    top: 8px;
  }
}
.hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item.expanded {
  padding-bottom: 24px;
}
.hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item.expanded::before {
  background-color: #FFA801;
}
.hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item.expanded .accordion-header {
  padding-bottom: 10px;
}
.hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 0;
  transition: padding-bottom 0.2s;
  position: relative;
}
@media (min-width: 992px) {
  .hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item .accordion-header {
    min-height: 46px;
  }
}
.hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item .accordion-header button {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  min-height: inherit;
}
@media (min-width: 992px) {
  .hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item .accordion-header button {
    font-size: 1.125rem;
  }
}
.hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item .accordion-header button::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  transition-property: transform, top;
  transition-duration: 0.2s;
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_5054)'%3E%3Cpath d='M12.7283 7.07129L7.07142 1.41443' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.41468 7.0714L7.07153 1.41455' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_5054'%3E%3Crect width='10' height='10' fill='white' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 14.1426 7.07129)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
}
.hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item .accordion-header button.collapsed::after {
  top: calc(50% - 13px);
  transform: rotate(180deg);
}
.hotel-detail-content-section .accordion-about-list .accordion-items .accordion-item .accordion-content {
  font-size: 0.875rem;
  line-height: 1.5em;
}

.hotel-detail-header {
  display: grid;
  gap: 18px;
}
@media (min-width: 992px) {
  .hotel-detail-header {
    display: flex;
    gap: 20px;
  }
}
.hotel-detail-header .hotel-detail-header-gallery {
  width: 100%;
}
@media (min-width: 992px) {
  .hotel-detail-header .hotel-detail-header-gallery {
    width: calc(60% - 10px);
  }
}

.hotel-detail-basic-info {
  width: 100%;
  background: rgba(225, 221, 218, 0.5);
  border-radius: 10px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .hotel-detail-basic-info {
    width: calc(40% - 10px);
    min-height: 350px;
  }
}
@media (min-width: 992px) {
  .hotel-detail-basic-info--width-auto {
    width: auto;
  }
}
@media (min-width: 992px) {
  .hotel-detail-basic-info--sticky {
    position: sticky;
    top: 70px;
    max-height: calc(100vh - 120px);
    overflow: auto;
  }
}
.hotel-detail-basic-info .section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 18px;
  border-bottom: 1px solid #E1DDDA;
}
@media (min-width: 992px) {
  .hotel-detail-basic-info .section {
    padding-inline: 38px 35px;
  }
}
.hotel-detail-basic-info .section:first-child, .hotel-detail-basic-info .section:last-child {
  padding-block: 17px;
}
@media (min-width: 992px) {
  .hotel-detail-basic-info .section:first-child {
    padding-block: 30px 20px;
  }
}
.hotel-detail-basic-info .section:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .hotel-detail-basic-info .section:last-child {
    padding-block: 20px 30px;
  }
}
.hotel-detail-basic-info .section--larger-padding {
  padding-block: 24px;
}
.hotel-detail-basic-info .section .heading {
  display: grid;
  gap: 8px;
}
@media (min-width: 992px) {
  .hotel-detail-basic-info .section .heading {
    display: flex;
    gap: 5px;
  }
}
.hotel-detail-basic-info .section .heading h3, .hotel-detail-basic-info .section .heading .h3 {
  font-size: 1.375rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .hotel-detail-basic-info .section .heading h3, .hotel-detail-basic-info .section .heading .h3 {
    order: 2;
  }
}
.hotel-detail-basic-info .section .rating-wrapper {
  display: flex;
  gap: 34px;
  align-items: center;
}
.hotel-detail-basic-info .section .rating-wrapper .star-rating {
  padding-left: 34px;
  background: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0L8.4285 4.05709L13 4.58352L9.62015 7.61668L10.5173 11.9994L6.5 9.81709L2.4827 12L3.37985 7.61729L0 4.58291L4.57212 4.05648L6.5 0Z' fill='%23FFA801'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: 18px 16px;
  background-position: left center;
  font-size: 1.25rem;
  font-weight: 700;
}
.hotel-detail-basic-info .section .rating-wrapper .overall-rating {
  display: grid;
  line-height: 1.25rem;
}
.hotel-detail-basic-info .section .rating-wrapper .overall-rating .description {
  font-size: 0.875rem;
  font-weight: 700;
}
.hotel-detail-basic-info .section .rating-wrapper .overall-rating .reviews {
  font-size: 0.75rem;
  font-weight: 500;
}
.hotel-detail-basic-info .section .detail-info-with-icon {
  display: grid;
  padding-left: 41px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.25rem;
  position: relative;
}
.hotel-detail-basic-info .section .detail-info-with-icon--date {
  background-position-x: 2px;
  background-size: 15px 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.5V13.3333C15 13.7754 14.8244 14.1993 14.5118 14.5118C14.1993 14.8244 13.7754 15 13.3333 15H1.66667C1.22464 15 0.800716 14.8244 0.488155 14.5118C0.175595 14.1993 0 13.7754 0 13.3333V7.5H15ZM10.8333 0C11.0543 0 11.2663 0.0877973 11.4226 0.244078C11.5789 0.400358 11.6667 0.61232 11.6667 0.833333V1.66667H13.3333C13.7754 1.66667 14.1993 1.84226 14.5118 2.15482C14.8244 2.46738 15 2.89131 15 3.33333V5.83333H0V3.33333C0 2.89131 0.175595 2.46738 0.488155 2.15482C0.800716 1.84226 1.22464 1.66667 1.66667 1.66667H3.33333V0.833333C3.33333 0.61232 3.42113 0.400358 3.57741 0.244078C3.73369 0.0877973 3.94565 0 4.16667 0C4.38768 0 4.59964 0.0877973 4.75592 0.244078C4.9122 0.400358 5 0.61232 5 0.833333V1.66667H10V0.833333C10 0.61232 10.0878 0.400358 10.2441 0.244078C10.4004 0.0877973 10.6123 0 10.8333 0Z' fill='%23473C35'/%3E%3C/svg%3E%0A");
}
.hotel-detail-basic-info .section .detail-info-with-icon--room {
  background-size: 18px 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7273 1.63636H8.18182V7.36364H1.63636V0H0V12.2727H1.63636V9.81818H16.3636V12.2727H18V4.90909C18 4.04111 17.6552 3.20868 17.0414 2.59492C16.4277 1.98117 15.5953 1.63636 14.7273 1.63636ZM4.90909 6.54545C5.56008 6.54545 6.1844 6.28685 6.64472 5.82654C7.10503 5.36622 7.36364 4.7419 7.36364 4.09091C7.36364 3.43992 7.10503 2.8156 6.64472 2.35528C6.1844 1.89497 5.56008 1.63636 4.90909 1.63636C4.2581 1.63636 3.63378 1.89497 3.17347 2.35528C2.71315 2.8156 2.45455 3.43992 2.45455 4.09091C2.45455 4.7419 2.71315 5.36622 3.17347 5.82654C3.63378 6.28685 4.2581 6.54545 4.90909 6.54545Z' fill='%23473C35'/%3E%3C/svg%3E%0A");
}
.hotel-detail-basic-info .section .detail-info-with-icon--transport {
  background-position-x: 2px;
  background-size: 16px 16px;
  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='M16 11.368V9.852L9.6 4.8V1.6C9.6 1.17565 9.43143 0.768687 9.13137 0.468629C8.83131 0.168571 8.42435 0 8 0C7.57565 0 7.16869 0.168571 6.86863 0.468629C6.56857 0.768687 6.4 1.17565 6.4 1.6V4.884L0 9.936V11.3672L6.4 9.1192V12.8L4 14.4V16L8 14.4L12 16V14.4L9.6 12.8V9.052L16 11.368Z' fill='%23473C35'/%3E%3C/svg%3E%0A");
}
.hotel-detail-basic-info .section .detail-info-with-icon > .rzi {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 1px;
  width: 18px;
  height: 18px;
  font-size: 21px;
  color: #463c36;
}
.hotel-detail-basic-info .section .detail-info-with-icon .title {
  font-size: 0.875rem;
  font-weight: 700;
}
.hotel-detail-basic-info .section .detail-info-with-icon .description {
  font-size: 0.75rem;
  font-weight: 500;
}
.hotel-detail-basic-info .section .per-person-price-from {
  display: grid;
  gap: 9px;
}
.hotel-detail-basic-info .section .per-person-price-from .description {
  font-size: 0.75rem;
}
.hotel-detail-basic-info .section .total-price-from {
  display: grid;
}
.hotel-detail-basic-info .section .total-price-from .text {
  font-size: 0.75rem;
  font-weight: 500;
}
.hotel-detail-basic-info .section .total-price-from .price {
  font-size: 1.875rem;
  font-weight: 700;
  color: #FFA801;
}
.hotel-detail-basic-info .section .total-price-from .price span {
  display: inline-block;
}
.hotel-detail-basic-info .section .total-price-from .price .original-price {
  display: inline-block;
  padding-left: 10px;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: line-through;
  color: #e30612;
}
.hotel-detail-basic-info__calculation {
  width: 100%;
}
.hotel-detail-basic-info__calculation .title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem;
  letter-spacing: 0;
}
.hotel-detail-basic-info__calculation .calculation-items .item {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .hotel-detail-basic-info__calculation .calculation-items .item {
    gap: 10px;
  }
}
.hotel-detail-basic-info__calculation .calculation-items .item--highlight {
  color: #e30612;
}
.hotel-detail-basic-info__calculation .calculation-items .item--sum {
  margin: 25px 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFA801;
}
.hotel-detail-basic-info__calculation .calculation-items .item .price-value--old {
  text-decoration: line-through;
}

.hotel-detail-header-images-slider {
  display: flex;
}
.hotel-detail-header-images-slider .blaze-container {
  display: inherit;
  height: inherit;
  width: 100%;
}
.hotel-detail-header-images-slider .blaze-container .blaze-track-container {
  display: inherit;
  width: inherit;
}
.hotel-detail-header-images-slider .blaze-container .blaze-track-container .blaze-track {
  display: inherit;
  width: inherit;
}
.hotel-detail-header-images-slider .blaze-item {
  position: relative;
  width: inherit;
  height: 500px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .hotel-detail-header-images-slider .blaze-item {
    height: inherit;
  }
}
.hotel-detail-header-images-slider .blaze-item .image-gallery-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: inherit;
}
.hotel-detail-header-images-slider .other-images {
  position: absolute;
  z-index: 0;
  right: 25px;
  bottom: 25px;
  width: 121px;
  height: 86px;
}
@media (min-width: 992px) {
  .hotel-detail-header-images-slider .other-images {
    width: 160px;
    height: 110px;
    left: 25px;
    right: initial;
  }
}
.hotel-detail-header-images-slider .other-images .image-gallery-item.hidden {
  display: none;
}
.hotel-detail-header-images-slider .other-images .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.hotel-detail-header-images-slider .other-images .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  border-radius: 8px;
}
.hotel-detail-header-images-slider .other-images .background .text {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 5px;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
.hotel-detail-header-images-slider .other-images .background .text .count {
  font-size: 1.4375rem;
  font-weight: 700;
}
.hotel-detail-header-images-slider .other-images .background .text .title {
  font-size: 0.625rem;
  font-weight: 400;
}
.hotel-detail-header-images-slider .other-images .background a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .hotel-info-mobile-accordion.expanded .mobile-accordion-header {
    color: #FFA801;
  }
}
.hotel-info-mobile-accordion.expanded .mobile-accordion-header::after {
  transform: rotate(0deg);
  top: calc(50% - 4px);
}
.hotel-info-mobile-accordion .mobile-accordion-header {
  position: relative;
  transition: color 0.2s;
}
.hotel-info-mobile-accordion .mobile-accordion-header::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  transform: rotate(180deg);
  transition-property: transform, top;
  transition-duration: 0.2s;
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_5054)'%3E%3Cpath d='M12.7283 7.07129L7.07142 1.41443' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.41468 7.0714L7.07153 1.41455' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_5054'%3E%3Crect width='10' height='10' fill='white' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 14.1426 7.07129)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
}
@media (min-width: 992px) {
  .hotel-info-mobile-accordion .mobile-accordion-header::after {
    content: initial;
  }
}
.hotel-info-mobile-accordion .mobile-accordion-content {
  display: none;
  padding-block: 10px;
}
@media (min-width: 992px) {
  .hotel-info-mobile-accordion .mobile-accordion-content {
    padding-block: 20px;
    display: block !important;
  }
}
.hotel-info-mobile-accordion .mobile-accordion-content .text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .hotel-detail-section-wrapper--desktop-inline {
    display: flex;
    gap: 20px;
  }
}
.hotel-detail-section-wrapper section {
  flex: 1;
}

.collapsible-wrapper {
  position: relative;
  transition: padding-bottom 0.2s;
  padding-bottom: 0;
}
.collapsible-wrapper.show {
  padding-bottom: 50px;
}
.collapsible-wrapper .collapsible-content {
  position: relative;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: height, max-height;
}
.collapsible-wrapper .collapsible-content .transparent-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1%, #FFFFFF 70%);
}
.collapsible-wrapper .collapsible-content .transparent-overlay.hidden {
  display: none;
}
.collapsible-wrapper .toggle-btn-for-collapsible {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.collapsible-wrapper .toggle-btn-for-collapsible.hidden {
  display: none;
}

.inline-hotel-search {
  position: relative;
  background: rgba(225, 221, 218, 0.5);
  border-radius: 10px;
  padding: 35px 24px;
}
@media (min-width: 992px) {
  .inline-hotel-search {
    width: calc(100% + 136px);
    max-width: calc(100vw - 30px);
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 0;
  }
}
.inline-hotel-search .items {
  display: grid;
  gap: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .inline-hotel-search .items {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.inline-hotel-search .items .search-fields {
  flex: 1;
  display: grid;
  gap: 15px;
}
@media (min-width: 992px) {
  .inline-hotel-search .items .search-fields {
    display: flex;
    gap: 10px;
  }
}
.inline-hotel-search .items .search-fields .input-wrapper-box {
  flex: 1;
}
.inline-hotel-search .items .submit-button {
  flex: 0 0 auto;
}

.date-terms-wrapper {
  margin-top: 28px;
  display: grid;
  gap: 10px;
}
@media (min-width: 992px) {
  .date-terms-wrapper {
    gap: 0;
    margin-top: 45px;
  }
}
.date-terms-wrapper__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .date-terms-wrapper__row {
    column-gap: 5px;
  }
}
@media (min-width: 1200px) {
  .date-terms-wrapper__row {
    column-gap: 10px;
  }
}
@media (min-width: 1219px) {
  .date-terms-wrapper__row {
    column-gap: 16px;
  }
}
@media (min-width: 992px) {
  .date-terms-wrapper__row .date-range {
    flex: 0 0 140px;
  }
}
@media (min-width: 1219px) {
  .date-terms-wrapper__row .date-range {
    flex: 0 0 150px;
  }
}
.date-terms-wrapper__row .nights {
  flex: 0 0 85px;
}
.date-terms-wrapper__row .room {
  flex: 1;
}
.date-terms-wrapper__row .flight-from {
  flex: 0 0 100px;
}
.date-terms-wrapper__row .meal {
  flex: 0 0 100px;
}
.date-terms-wrapper__row .tags-wrapper {
  flex: 0 0 190px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .date-terms-wrapper__row .tags-wrapper {
    flex-basis: 150px;
  }
}
.date-terms-wrapper__row .price {
  flex: 0 0 170px;
}
.date-terms-wrapper__row .action {
  flex: 0 0 52px;
}
.date-terms-wrapper__row .item-content {
  width: 100%;
}
.date-terms-wrapper--header {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #473C35;
}
@media (max-width: 991.98px) {
  .date-terms-wrapper--header {
    display: none;
  }
}
.date-terms-wrapper--content {
  padding: 16px 20px;
}
@media (max-width: 575.98px) {
  .date-terms-wrapper--content {
    grid-template-columns: auto auto auto;
    grid-template-areas: "hotel-tags hotel-tags hotel-tags" "dates price action" "tags tags tags" "content content content";
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .date-terms-wrapper--content {
    grid-template-columns: auto auto auto auto;
    grid-template-areas: "hotel-tags hotel-tags hotel-tags hotel-tags" "dates nights price action" "tags tags tags tags" "content content content content";
  }
}
@media (max-width: 991.98px) {
  .date-terms-wrapper--content {
    display: grid;
    gap: 5px;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .date-terms-wrapper--content {
    margin-top: 16px;
    padding: 10px 0;
  }
}
.date-terms-wrapper--content .date-range {
  flex-basis: 149px;
  grid-area: dates;
}
@media (min-width: 992px) {
  .date-terms-wrapper--content .date-range {
    padding-left: 19px;
    flex-basis: 139px;
  }
}
@media (min-width: 1219px) {
  .date-terms-wrapper--content .date-range {
    flex-basis: 149px;
  }
}
.date-terms-wrapper--content .date-range,
.date-terms-wrapper--content .nights {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.date-terms-wrapper--content .nights {
  grid-area: nights;
}
@media (max-width: 575.98px) {
  .date-terms-wrapper--content .nights {
    display: none;
  }
}
.date-terms-wrapper--content .room {
  grid-area: room;
}
.date-terms-wrapper--content .flight-from {
  grid-area: flight;
}
.date-terms-wrapper--content .meal {
  grid-area: meal;
}
.date-terms-wrapper--content .tags-wrapper {
  grid-area: hotel-tags;
}
.date-terms-wrapper--content .all-tags {
  grid-area: tags;
}
@media (max-width: 991.98px) {
  .date-terms-wrapper--content .all-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .date-terms-wrapper--content .all-tags > * {
    display: contents;
  }
}
.date-terms-wrapper--content .price {
  grid-area: price;
}
@media (max-width: 991.98px) {
  .date-terms-wrapper--content .price {
    line-height: 1.375rem;
  }
}
.date-terms-wrapper--content .price .value {
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFA801;
}
@media (min-width: 992px) {
  .date-terms-wrapper--content .price .value {
    font-size: 1.375rem;
  }
}
.date-terms-wrapper--content .price .value span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #e30612;
  text-decoration: line-through;
  margin-left: 5px;
}
.date-terms-wrapper--content .action {
  grid-area: action;
  justify-self: end;
}
.date-terms-wrapper--content .item-content {
  grid-area: content;
}
.date-terms-wrapper__row-item {
  display: grid;
}
.date-terms-wrapper__row-item > .title {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .date-terms-wrapper__row-item > .title {
    display: none;
  }
}
@media (min-width: 992px) {
  .date-terms-wrapper__row-item-wrapper {
    display: contents;
  }
}

.date-term-wrapper {
  border: 1px solid #E1DDDA;
  border-radius: 5px;
  transition: background-color 0.2s;
  min-width: 0;
}
.date-term-wrapper.selected {
  background-color: rgba(217, 217, 217, 0.4);
}
.date-term-wrapper .item-content {
  overflow: hidden;
  transition: height 0.2s;
}
.date-term-wrapper .item-content.open {
  overflow: visible;
}
.date-term-wrapper .item-content__inner {
  display: grid;
  gap: 20px;
  padding: 20px 0 10px;
}
@media (min-width: 992px) {
  .date-term-wrapper .item-content__inner {
    padding: 26px 16px 8px 19px;
    display: flex;
    justify-content: space-between;
    gap: 45px;
  }
}
.date-term-wrapper .item-content__options {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
}
.date-term-wrapper .item-content__options .option .select {
  margin-top: 10px;
}
.date-term-wrapper .item-content__included {
  letter-spacing: 0;
  line-height: 1.375rem;
}
.date-term-wrapper .item-content__included .included,
.date-term-wrapper .item-content__included .description {
  font-size: 0.75rem;
  font-weight: 500;
}
.date-term-wrapper .item-content__included .included .item {
  padding-left: 20px;
  position: relative;
}
.date-term-wrapper .item-content__included .included .item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 6px;
}
.date-term-wrapper .item-content__calculation .calculation-items .item {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .date-term-wrapper .item-content__calculation .calculation-items .item {
    gap: 100px;
  }
}
.date-term-wrapper .item-content__calculation .calculation-items .item--highlight {
  color: #e30612;
}
.date-term-wrapper .item-content__calculation .calculation-items .item--sum {
  margin: 25px 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFA801;
}
.date-term-wrapper .item-content__calculation .calculation-items .item .price-value--old {
  text-decoration: line-through;
}
.date-term-wrapper .item-content__calculation .calculation-action {
  text-align: right;
}
.date-term-wrapper .item-content .title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem;
  letter-spacing: 0;
}

.hotel-image-gallery {
  display: grid;
  gap: 19px 16px;
  margin-top: 10px;
}
.hotel-image-gallery.one-item {
  grid-template-columns: 1fr;
  grid-template-areas: "one";
}
.hotel-image-gallery.two-items {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "one two";
}
.hotel-image-gallery.three-items {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "one one" "two three";
}
@media (min-width: 992px) {
  .hotel-image-gallery.three-items {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "one two three";
  }
}
.hotel-image-gallery.four-items {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "one two" "three four";
}
@media (min-width: 992px) {
  .hotel-image-gallery.four-items {
    grid-template-columns: 40% 33% 1fr;
    grid-template-areas: "one two three" "one two four";
  }
}
.hotel-image-gallery__item {
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .hotel-image-gallery__item {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 992px) {
  .hotel-image-gallery__item {
    height: 450px;
  }
}
.hotel-image-gallery__item.hidden {
  display: none;
}
.hotel-image-gallery__item:nth-child(1) {
  grid-area: one;
}
.hotel-image-gallery__item:nth-child(2) {
  grid-area: two;
}
.hotel-image-gallery__item:nth-child(3) {
  grid-area: three;
}
@media (min-width: 992px) {
  .hotel-image-gallery__item:nth-child(3) {
    height: 100%;
  }
}
.hotel-image-gallery__item:nth-child(4) {
  grid-area: four;
}
@media (min-width: 992px) {
  .hotel-image-gallery__item:nth-child(4) {
    height: 100%;
  }
}
.hotel-image-gallery__item .image-gallery-item,
.hotel-image-gallery__item .image-overlay-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.hotel-image-gallery__item .image-gallery-item.image-overlay,
.hotel-image-gallery__item .image-overlay-wrapper.image-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  color: #fff;
  letter-spacing: 0;
}
.hotel-image-gallery__item .image-gallery-item.image-overlay .count,
.hotel-image-gallery__item .image-overlay-wrapper.image-overlay .count {
  font-size: 2.25rem;
  font-weight: 700;
}
.hotel-image-gallery__item .image-gallery-item.image-overlay .title,
.hotel-image-gallery__item .image-overlay-wrapper.image-overlay .title {
  font-size: 1rem;
  font-weight: 500;
}

.order-content-section {
  margin-top: 25px;
  display: grid;
  gap: 32px;
}
@media (min-width: 992px) {
  .order-content-section {
    display: flex;
    gap: 78px;
    margin-top: 40px;
  }
}
.order-content-section__column-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
@media (min-width: 992px) {
  .order-content-section__column-content {
    flex: 0 0 55%;
    padding-bottom: 20px;
  }
}
.order-content-section__column-content .header-and-form-wrapper {
  width: 100%;
}
@media (max-width: 991.98px) {
  .order-content-section__column-content .header-and-form-wrapper .header--mobile-hidden {
    display: none;
  }
}
.order-content-section__column-content .assistance-wrapper {
  border-top: 1px solid #473C35;
  padding-top: 24px;
  letter-spacing: 0;
  display: grid;
  gap: 34px;
}
@media (min-width: 992px) {
  .order-content-section__column-content .assistance-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}
.order-content-section__column-content .assistance-wrapper .title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.order-content-section__column-content .assistance-wrapper .contact-information {
  display: flex;
  justify-content: center;
}
.order-content-section__column-content .assistance-wrapper .contact-information__inner {
  padding-left: 70px;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_3138)'%3E%3Cpath d='M23.6717 30C17.9248 30 11.9713 27.3526 7.36086 22.7421L7.27046 22.6388C2.47925 17.8089 -0.12945 11.752 -0.000306751 5.90185V5.47568L0.270894 5.13991C0.684153 4.61042 1.09741 4.1455 1.52358 3.71933C3.09913 2.14378 4.94588 0.942747 7.01218 0.142058C7.25755 0.038743 7.54166 0 7.85161 0C8.54898 0 10.1116 0.348687 10.512 1.44641C11.2223 3.40938 12.1133 5.95351 12.7591 8.40723C12.9399 9.09169 12.7591 10.7447 11.8034 11.3517L9.51756 12.7981C9.51756 12.7981 9.51756 13.1726 9.8275 13.5859C10.7186 14.7998 11.7388 16.0009 12.8753 17.1632C14.0247 18.2867 15.2128 19.3069 16.4267 20.1851C16.6592 20.353 16.9304 20.4563 17.137 20.4563L17.9248 19.3586L18.648 18.2092C19.2808 17.2277 20.8693 17.2019 21.0371 17.2019C21.205 17.2019 21.3858 17.2148 21.5408 17.2536C24.5498 17.9251 26.3449 18.5062 28.6308 19.5394C29.651 20.0043 30.2967 21.8511 29.8447 23.0133C29.044 25.0667 27.8559 26.9135 26.2933 28.4761C25.8542 28.9152 25.3764 29.3414 24.8727 29.7288L24.5369 29.9871H23.6717V30ZM2.58256 6.3926C2.60839 11.3775 5.01045 16.737 9.09138 20.8179L9.22053 20.9471C13.3015 25.028 18.5576 27.4042 23.62 27.4171C23.917 27.1718 24.2141 26.9006 24.4724 26.6423C25.7767 25.3379 26.784 23.7882 27.4427 22.0706C27.4297 22.0706 27.3781 21.9027 27.3264 21.7736C25.3247 20.8825 23.6846 20.3659 20.9855 19.7589C20.9209 19.7589 20.7918 19.7977 20.6755 19.8235L19.3712 21.8769C18.5705 23.1812 16.4267 23.4008 14.8899 22.2643C13.5856 21.3216 12.2941 20.2109 11.0415 18.9841C9.80167 17.7185 8.69104 16.427 7.73538 15.1098C7.10258 14.2445 6.84429 13.2114 7.02509 12.2815C7.16715 11.5712 7.56749 10.9772 8.13572 10.6156L10.1762 9.32415C10.202 9.20792 10.2278 9.04004 10.2278 8.96255C9.65962 6.8446 8.85893 4.52002 8.18738 2.66035C8.07115 2.62161 7.94201 2.58287 7.83869 2.58287C6.19857 3.22858 4.66177 4.2359 3.34451 5.54025C3.08622 5.79854 2.82793 6.08265 2.56965 6.3926H2.58256Z' fill='%23FFA801'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_3138'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: 30px 30px;
  background-position: 20px 10px;
}
@media (min-width: 992px) {
  .order-content-section__column-content .assistance-wrapper .contact-information__inner {
    padding-right: 32px;
  }
}
.order-content-section__column-content .assistance-wrapper .contact-information__inner > * {
  width: max-content;
}
.order-content-section__column-content .assistance-wrapper .contact-information__title {
  font-size: 0.875rem;
  line-height: 1.8125rem;
  color: #473C35;
}
.order-content-section__column-content .assistance-wrapper .contact-information__phone {
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFA801;
}
@media (min-width: 992px) {
  .order-content-section__column-trip-summary {
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  .order-content-section__column-trip-summary--mobile-hidden {
    display: none;
  }
}
.order-content-section__booking-notes {
  font-size: 0.75rem;
  line-height: 1.5;
}
.order-content-section__booking-notes .alert p {
  margin-bottom: 0;
}

.order-form-wrapper {
  margin-top: 25px;
  display: grid;
  gap: 24px;
}
.order-form-wrapper .passenger-wrapper--fade-in {
  animation: fadeInAnimation 0.3s forwards;
}
.order-form-wrapper .passenger-wrapper--fade-out {
  animation: fadeOutAnimation 0.3s forwards;
}
.order-form-wrapper .passenger-wrapper .passenger-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-form-wrapper .passenger-wrapper .passenger-heading__remove {
  display: flex;
  align-items: center;
}
.order-form-wrapper .order-form-fields {
  display: grid;
  gap: 16px;
}
@media (min-width: 992px) {
  .order-form-wrapper .order-form-fields {
    margin-top: 19px;
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
  }
}
.order-form-wrapper .order-form-consent-wrapper {
  font-size: 0.75rem;
  letter-spacing: 0;
}
.order-form-wrapper .order-form-consent-wrapper a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.order-form-wrapper .order-form-validation {
  display: none;
  font-size: 0.75rem;
  color: #e30612;
}
.order-form-wrapper .order-form-validation:has(.validation-errors) {
  display: block;
}
.order-form-wrapper .order-form-validation .title {
  font-weight: 600;
}
.order-form-wrapper .order-form-validation .validation-errors {
  margin-top: 10px;
}
.order-form-wrapper .order-form-validation .validation-errors .validation-message {
  position: relative;
  padding-left: 15px;
}
.order-form-wrapper .order-form-validation .validation-errors .validation-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  width: 3px;
  height: 3px;
  background: #e30612;
  border-radius: 50%;
  margin-block: auto;
}
.order-form-wrapper .order-form-action {
  text-align: right;
}
.order-form-wrapper h4, .order-form-wrapper .h4 {
  margin-top: 20px;
}

.social-networks-section {
  display: grid;
  gap: 15px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .social-networks-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 64px;
  }
}
.social-networks-section .title {
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0;
}
.social-networks-section .social-buttons {
  display: flex;
  gap: 13px;
}

.online-order-submitted {
  display: flex;
  width: 100%;
}
@media (max-width: 991.98px) {
  .online-order-submitted {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .online-order-submitted {
    margin-top: 60px;
  }
}
.online-order-submitted__image {
  width: 100%;
  height: 447px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .online-order-submitted__image {
    order: 1;
    flex: 0 0 40%;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
  }
}
@media (min-width: 992px) {
  .online-order-submitted__content {
    border-style: solid;
    border-color: #E1DDDA;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    order: 2;
    flex: 0 0 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .online-order-submitted__content .order-submitted {
    margin-top: 0;
  }
}

.order-submitted {
  display: grid;
  gap: 27px;
  max-width: 280px;
  padding-top: 109px;
  position: relative;
  text-align: center;
  margin-top: 27px;
}
.order-submitted::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(52, 168, 83, 0.3019607843) url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='%2334A853' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: 35px 35px;
  background-position: center;
}
.order-submitted .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #473C35;
  letter-spacing: 0;
}
.order-submitted .description {
  font-size: 0.875rem;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .order-submitted .description {
    font-size: 0.75rem;
  }
}

.order-agreement-wrapper,
.order-insurance-description-wrapper,
.order-agreement-description-wrapper {
  position: fixed;
  inset: 0;
  height: 0;
  z-index: 20;
}
@media (min-width: 992px) {
  .order-agreement-wrapper,
  .order-insurance-description-wrapper,
  .order-agreement-description-wrapper {
    background: initial;
  }
}
.order-agreement-wrapper__content,
.order-insurance-description-wrapper__content,
.order-agreement-description-wrapper__content {
  overflow: hidden;
}
@media (min-width: 992px) {
  .order-agreement-wrapper__content,
  .order-insurance-description-wrapper__content,
  .order-agreement-description-wrapper__content {
    position: absolute;
    inset: 0;
    background: rgba(71, 60, 53, 0.8);
  }
}
@media (min-width: 992px) {
  .order-agreement-wrapper__inner,
  .order-insurance-description-wrapper__inner,
  .order-agreement-description-wrapper__inner {
    position: absolute;
    max-width: min(100ch, 80%);
    max-height: 80%;
    inset: 0;
    margin: auto;
    display: grid;
    gap: 45px;
    padding: 60px 80px;
    border-radius: 10px;
    background: #fff;
  }
}
.order-agreement-wrapper__inner .content,
.order-insurance-description-wrapper__inner .content,
.order-agreement-description-wrapper__inner .content {
  /* width */
}
@media (min-width: 992px) {
  .order-agreement-wrapper__inner .content,
  .order-insurance-description-wrapper__inner .content,
  .order-agreement-description-wrapper__inner .content {
    overflow-y: auto;
    padding-block: 10px;
    padding-inline-end: 20px;
  }
}
@media (min-width: 992px) {
  .order-agreement-wrapper__inner .content::-webkit-scrollbar,
  .order-insurance-description-wrapper__inner .content::-webkit-scrollbar,
  .order-agreement-description-wrapper__inner .content::-webkit-scrollbar {
    width: 3px;
    background: transparent;
    background-image: linear-gradient(to right, transparent 0px, transparent 1px, #E1DDDA 1px, transparent 2px, transparent 3px);
  }
}
@media (min-width: 992px) {
  .order-agreement-wrapper__inner .content::-webkit-scrollbar-thumb,
  .order-insurance-description-wrapper__inner .content::-webkit-scrollbar-thumb,
  .order-agreement-description-wrapper__inner .content::-webkit-scrollbar-thumb {
    background: #FFA801;
  }
}
.order-agreement-wrapper__inner .content p,
.order-insurance-description-wrapper__inner .content p,
.order-agreement-description-wrapper__inner .content p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 25px;
}
.order-agreement-wrapper__inner .content p:last-child,
.order-insurance-description-wrapper__inner .content p:last-child,
.order-agreement-description-wrapper__inner .content p:last-child {
  margin-bottom: 0;
}
.order-agreement-wrapper__inner .content h3, .order-agreement-wrapper__inner .content .h3,
.order-insurance-description-wrapper__inner .content h3,
.order-insurance-description-wrapper__inner .content .h3,
.order-agreement-description-wrapper__inner .content h3,
.order-agreement-description-wrapper__inner .content .h3 {
  font-size: 1.25rem;
}
.order-agreement-wrapper.open,
.order-insurance-description-wrapper.open,
.order-agreement-description-wrapper.open {
  height: 100dvh;
}
@media (min-width: 992px) {
  .order-agreement-wrapper .header,
  .order-insurance-description-wrapper .header,
  .order-agreement-description-wrapper .header {
    background: initial;
    color: #000;
    font-size: 2.125rem;
  }
}
.order-agreement-wrapper .header .close,
.order-insurance-description-wrapper .header .close,
.order-agreement-description-wrapper .header .close {
  cursor: pointer;
}
@media (min-width: 992px) {
  .order-agreement-wrapper .header .close,
  .order-insurance-description-wrapper .header .close,
  .order-agreement-description-wrapper .header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FFA801 url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L2 12' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 2L12 12' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
    background-size: 10px 10px;
    background-position: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0;
  }
}
@media (min-width: 992px) {
  .order-agreement-wrapper .action,
  .order-insurance-description-wrapper .action,
  .order-agreement-description-wrapper .action {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .order-agreement-wrapper .action .mobile,
  .order-insurance-description-wrapper .action .mobile,
  .order-agreement-description-wrapper .action .mobile {
    display: none;
  }
}
.order-agreement-wrapper .action .desktop,
.order-insurance-description-wrapper .action .desktop,
.order-agreement-description-wrapper .action .desktop {
  justify-content: initial;
}
@media (min-width: 992px) {
  .order-agreement-wrapper .action .desktop,
  .order-insurance-description-wrapper .action .desktop,
  .order-agreement-description-wrapper .action .desktop {
    display: flex;
  }
}

.steps-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 25px 5px 0;
}
@media (min-width: 992px) {
  .steps-progress {
    margin: 40px 0 0;
  }
}
.steps-progress::before, .steps-progress::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  height: 2px;
  z-index: 0;
}
.steps-progress::before {
  right: 0;
  background: #E1DDDA;
}
.steps-progress::after {
  background: #FFA801;
  width: calc((var(--active-step) - 1) / (var(--total-steps) - 1) * 100%);
}
.steps-progress__step {
  width: 26px;
  height: 26px;
  background: #E1DDDA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: #fff;
  z-index: 1;
  position: relative;
}
.steps-progress__step.done, .steps-progress__step.active {
  background: #FFA801;
}
.steps-progress__step .link {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.previuos-steps-content {
  position: relative;
}
.previuos-steps-content::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 991.98px) {
  .previuos-steps-content--mobile-hidden {
    display: none;
  }
}

.order-services-container {
  display: grid;
  gap: 18px;
}
@media (min-width: 992px) {
  .order-services-container {
    gap: 9px;
  }
}

.order-service-wrapper {
  gap: 18px;
  border-radius: 5px;
  padding: 25px 20px;
  background-size: 100% auto;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
}
.order-service-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, white 0%, white 40%, rgba(255, 255, 255, 0) 80%);
}
.order-service-wrapper::after {
  content: "";
  position: absolute;
  border-radius: 5px;
  inset: 0;
  box-shadow: inset 0 0 0 1px #E1DDDA;
  z-index: 1;
  transition: 0.25s box-shadow;
}
@media (max-width: 991.98px) {
  .order-service-wrapper {
    display: grid;
  }
}
@media (min-width: 992px) {
  .order-service-wrapper {
    padding: 23px 0 35px 34px;
  }
}
.order-service-wrapper.selected {
  /*border: 2px solid $form-valid-border-color;*/
}
.order-service-wrapper.selected::after {
  box-shadow: inset 0 0 0 2px #34A853;
}
.order-service-wrapper__content {
  display: grid;
  gap: 6px;
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
}
.order-service-wrapper__content .description {
  width: min-content;
}
.order-service-wrapper__content .price {
  font-size: 1.5rem;
  color: #FFA801;
}
.order-service-wrapper__action {
  z-index: 2;
}
@media (min-width: 992px) {
  .order-service-wrapper__action {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.order-insurances-container {
  display: grid;
  gap: 15px 12px;
}
@media (min-width: 992px) {
  .order-insurances-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.order-insurance-wrapper {
  border-radius: 5px;
  padding: 25px 20px;
  position: relative;
  box-shadow: inset 0 0 0 1px #E1DDDA;
  transition: 0.25s box-shadow;
  display: grid;
  gap: 15px;
}
@media (min-width: 992px) {
  .order-insurance-wrapper {
    padding-inline: 30px;
  }
}
@media (min-width: 992px) {
  .order-insurance-wrapper.no-insurance {
    grid-column: 1/span 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.order-insurance-wrapper.selected {
  box-shadow: inset 0 0 0 2px #34A853;
}
.order-insurance-wrapper__content-inner {
  display: grid;
  gap: 5px;
}
.order-insurance-wrapper__content-inner .title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
}
.order-insurance-wrapper__content-inner .price {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFA801;
}
.order-insurance-wrapper__badges {
  float: right;
  margin-inline-start: 10px;
}
.order-insurance-wrapper__actions {
  display: flex;
  justify-content: space-between;
}

.order-payment-price-wrapper {
  display: grid;
  gap: 16px;
}
.order-payment-price-wrapper__paid-wrapper, .order-payment-price-wrapper__sum-price {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding-inline: 21px;
}
.order-payment-price-wrapper__paid-wrapper {
  font-size: 0.75rem;
}
.order-payment-price-wrapper__sum-price {
  font-size: 1.125rem;
  padding-block: 12px;
  background: rgba(225, 221, 218, 0.5);
  border-radius: 5px;
}

.order-payment-wrapper {
  display: grid;
  gap: 8px;
}

.order-payment-option-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 25px;
  box-shadow: inset 0 0 0 1px #E1DDDA;
  border-radius: 5px;
  transition: 0.25s box-shadow;
}
.order-payment-option-wrapper.selected {
  box-shadow: inset 0 0 0 2px #34A853;
}
.order-payment-option-wrapper__content {
  font-size: 1.25rem;
  font-weight: 700;
}

.order-form-agreement-wrapper {
  display: grid;
  gap: 21px;
}
@media (min-width: 992px) {
  .order-form-agreement-wrapper {
    gap: 18px;
  }
}

.children-age-wrapper,
.passenger-counter-wrapper {
  display: grid;
  gap: 18px;
}
@media (min-width: 992px) {
  .children-age-wrapper,
  .passenger-counter-wrapper {
    gap: 12px;
  }
}

.price-list {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  overflow: hidden;
  /* Summary row (2 columns only) */
  /* Summary columns (only 2) */
}
.price-list__header-col, .price-list__col, .price-list__action-col {
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.price-list__header-col--wide, .price-list__col--wide, .price-list__action-col--wide {
  text-align: left;
}
.price-list__header-col--price, .price-list__col--price, .price-list__action-col--price {
  white-space: nowrap;
}
.price-list__header-col {
  font-size: 0.875rem;
}
.price-list__col {
  font-size: 0.75rem;
}
.price-list__action-col {
  text-align: right;
}
.price-list__wrapper {
  width: 100%;
  overflow: auto;
  display: grid;
  grid-template-columns: minmax(220px, 2fr) repeat(4, minmax(80px, 1fr));
  row-gap: 0;
  column-gap: 0;
  margin-bottom: 16px;
}
.price-list__wrapper--no-overflow {
  overflow: hidden;
}
.price-list__wrapper--two-cols {
  grid-template-columns: auto;
}
@media (max-width: 767.98px) {
  .price-list__wrapper--two-cols {
    grid-template-columns: 1fr auto;
  }
}
.price-list__wrapper--single-col {
  grid-template-columns: 1fr;
}
.price-list__wrapper .price-list__row:last-child .price-list__col {
  border-bottom: none;
}
.price-list__header-row, .price-list__row, .price-list__action-row {
  display: contents;
}
.price-list__summary-row {
  display: grid;
  grid-template-columns: minmax(220px, 2fr) repeat(4, minmax(80px, 1fr));
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #ccc;
  font-weight: 600;
  background: #fafafa;
}
@media (max-width: 767.98px) {
  .price-list__summary-row {
    grid-template-columns: auto;
  }
}
.price-list__summary-col {
  padding: 10px 12px;
}
.price-list__summary-col--label {
  grid-column: 1/span 4;
  text-align: left;
}
.price-list__summary-col--value {
  grid-column: 5;
  flex: 1;
  text-align: center;
  font-size: 1.1em;
  white-space: nowrap;
}
.price-list__header-row {
  font-weight: 600;
  background: #f7f7f7;
}

@font-face {
  font-family: "materialicons-regular";
  src: url("../../styles/radzen/fonts/materialicons-regular.woff") format("woff");
}
:root {
  --rz-icon-font-family: "materialicons-regular";
}

.rzi {
  font-family: var(--rz-icon-font-family);
  font-weight: normal;
  font-style: normal;
  font-size: var(--rz-icon-size);
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

i.rzi {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.rzi-primary {
  color: var(--rz-primary);
}

.rzi-light {
  color: var(--rz-base-200);
}

.rzi-dark {
  color: var(--rz-base-900);
}

.rzi-secondary {
  color: var(--rz-secondary);
}

.rzi-info {
  color: var(--rz-info);
}

.rzi-warning {
  color: var(--rz-warning);
}

.rzi-error {
  color: var(--rz-danger);
}

.rzi-danger {
  color: var(--rz-danger);
}

.rzi-success {
  color: var(--rz-success);
}

.search-results-flight {
  display: flex;
}
.search-results-flight > div {
  flex-grow: 0;
  flex-shrink: 0;
}
.search-results-flight__icon {
  flex-basis: 28px;
}
.search-results-flight__date {
  flex-basis: 77px;
  font-weight: bold;
}
.search-results-flight__description {
  flex-basis: 300px;
  flex-grow: 1 !important;
  font-weight: bold;
}
.search-results-flight--direct .search-results-flight__date {
  font-weight: normal;
}
.search-results-flight--direct .search-results-flight__description {
  font-weight: normal;
}

.search-results-leg {
  display: flex;
}
.search-results-leg > div {
  flex-grow: 0;
  flex-shrink: 0;
}
.search-results-leg__icon {
  flex-basis: 28px;
}
.search-results-leg__date {
  flex-basis: 77px;
}
.search-results-leg__source {
  flex-basis: 65px;
}
.search-results-leg__departure {
  flex-basis: 50px;
}
.search-results-leg__separator {
  flex-basis: 22px;
}
.search-results-leg__destination {
  flex-basis: 65px;
}
.search-results-leg__arrival {
  flex-basis: 60px;
}
.search-results-leg__airline {
  flex-basis: 200px;
  flex-grow: 1 !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_root.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/vendor/_rfs.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_color-mode.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_reboot.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_variables.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_border-radius.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_type.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_lists.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_images.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_image.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_containers.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_container.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_breakpoints.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/main.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_grid.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_grid.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_tables.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_table-variants.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/forms/_labels.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/forms/_form-text.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/forms/_form-control.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_transition.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_gradients.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/forms/_form-select.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/forms/_form-check.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/forms/_form-range.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/forms/_floating-labels.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/forms/_input-group.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_forms.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_transitions.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_dropdown.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_caret.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_button-group.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_nav.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_navbar.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_card.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_accordion.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_breadcrumb.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_pagination.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_pagination.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_badge.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_alert.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_progress.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_list-group.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_close.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_toasts.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_modal.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_backdrop.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_tooltip.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_reset-text.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_popover.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_carousel.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_clearfix.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_spinners.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_offcanvas.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/_placeholders.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/helpers/_color-bg.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/helpers/_colored-links.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/helpers/_focus-ring.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/helpers/_icon-link.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/helpers/_ratio.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/helpers/_position.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/helpers/_stacks.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/helpers/_visually-hidden.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_visually-hidden.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/helpers/_stretched-link.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/helpers/_text-truncation.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_text-truncate.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/helpers/_vr.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/mixins/_utilities.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/lib/bootstrap/scss/utilities/_api.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_reset.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_fonts.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_base.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_typography.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_animations.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_tags.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_buttons.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_icons.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_badges.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_forms.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_components.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_images.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/_flags.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/styles/radzen/components/blazor/_icons.scss%22,%22file:///C:/Users/robert.solarik/source/repos/RedSys.Travel/RedSys.Travel.Web/wwwroot/Exotika/Styles/custom/components/search-results-flight.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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ACE;;;AAOJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;;;AAGF;EACE;;;AASF;EACE;EACA;;;AAQF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;;;AAKF;EACE;;;AAOF;EACE;EACA;;;AAKF;EACE;;;AAKF;EACE;;;AAOF;EACE;EACA;;;AAQF;EACE;;;AAQF;EACE;;;AGrkBF;ELmQM,WALI;EK5PR,aFwoB4B;;;AEnoB5B;ELgQM;EK5PJ,aFynBkB;EExnBlB,aFwmB0B;;AHzgB1B;EKpGF;ILuQM;;;;AKvQN;ELgQM;EK5PJ,aFynBkB;EExnBlB,aFwmB0B;;AHzgB1B;EKpGF;ILuQM;;;;AKvQN;ELgQM;EK5PJ,aFynBkB;EExnBlB,aFwmB0B;;AHzgB1B;EKpGF;ILuQM;;;;AKvQN;ELgQM;EK5PJ,aFynBkB;EExnBlB,aFwmB0B;;AHzgB1B;EKpGF;ILuQM;;;;AKvQN;ELgQM;EK5PJ,aFynBkB;EExnBlB,aFwmB0B;;AHzgB1B;EKpGF;ILuQM;;;;AKvQN;ELgQM;EK5PJ,aFynBkB;EExnBlB,aFwmB0B;;AHzgB1B;EKpGF;ILuQM;;;;AK/OR;ECvDE;EACA;;;AD2DF;EC5DE;EACA;;;AD8DF;EACE;;AAEA;EACE,cFsoB0B;;;AE5nB9B;EL8MM,WALI;EKvMR;;;AAIF;EACE,eFiUO;EH1HH,WALI;;AK/LR;EACE;;;AAIJ;EACE;EACA,eFuTO;EH1HH,WALI;EKtLR,OFtFS;;AEwFT;EACE;;;AEhGJ;ECIE;EAGA;;;ADDF;EACE,SJ+jDkC;EI9jDlC,kBJ+jDkC;EI9jDlC;EHGE;EIRF;EAGA;;;ADcF;EAEE;;;AAGF;EACE;EACA;;;AAGF;EPyPM,WALI;EOlPR,OJkjDkC;;;AMplDlC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ECHA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACsDE;EF5CE;IACE,WGTe;;;ADoDnB;EF5CE;IACE,WGTe;;;ADoDnB;EF5CE;IACE,WGTe;;;ADoDnB;EF5CE;IACE,WGTe;;;ADoDnB;EF5CE;IACE,WGTe;;;ACPvB;EAEI;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hBwf4B;EgBvf5B,OhB2xBsC;EgB1xBtC;EACA;EACA;;AAEA;EACE;;AAGF;EAEE;EACA;;;AAWJ;EACE,YhB4wBsC;EgB3wBtC;EnByII,WALI;EIvQN;;AeuIF;EACE;EACA;EACA,mBhBooB0B;;;AgBhoB9B;EACE,YhBgwBsC;EgB/vBtC;EnB4HI,WALI;EIvQN;;AeoJF;EACE;EACA;EACA,mBhB2nB0B;;;AgBnnB5B;EACE,YhB6uBoC;;AgB1uBtC;EACE,YhB0uBoC;;AgBvuBtC;EACE,YhBuuBoC;;;AgBluBxC;EACE,OhBquBsC;EgBpuBtC,QhB8tBsC;EgB7tBtC,ShBilB4B;;AgB/kB5B;EACE;;AAGF;EACE;EfvLA;;Ae2LF;EACE;Ef5LA;;AegMF;EAAoB,QhB8sBkB;;AgB7sBtC;EAAoB,QhB8sBkB;;;AmB75BxC;EACE;EAEA;EACA;EACA;EtBqRI,WALI;EsB7QR,anB+lB4B;EmB9lB5B,anBsmB4B;EmBrmB5B,OnBy3BsC;EmBx3BtC;EACA,kBnBk3BsC;EmBj3BtC;EACA;EACA,qBnB+9BkC;EmB99BlC,iBnB+9BkC;EmB99BlC;ElBHE;EgBHE,YESJ;;AFLI;EEfN;IFgBQ;;;AEMN;EACE,cnBs3BoC;EmBr3BpC;EAKE,YnBi+B4B;;AmB79BhC;EAEE,enB6uB0B;EmB5uB1B;;AAGF;EAEE,kBnBu1BoC;;AmBl1BtC;EACE;EACA;;;AAIJ;EACE,anBsuB4B;EmBruB5B,gBnBquB4B;EmBpuB5B,cnBquB4B;EHlgBxB,WALI;EIvQN;;;AkB8CJ;EACE,anBkuB4B;EmBjuB5B,gBnBiuB4B;EmBhuB5B,cnBiuB4B;EHtgBxB,WALI;EIvQN;;;AkBwDA;EACE;;;ACxEN;EACE;EACA,YpBq6BwC;EoBp6BxC,cpBq6BwC;EoBp6BxC,epBq6BwC;;AoBn6BxC;EACE;EACA;;;AAIJ;EACE,epB25BwC;EoB15BxC;EACA;;AAEA;EACE;EACA;EACA;;;AAIJ;EACE;EAEA;EACA,OpB04BwC;EoBz4BxC,QpBy4BwC;EoBx4BxC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,QpB24BwC;EoB14BxC;;AAGA;EnB3BE;;AmB+BF;EAEE,epBm4BsC;;AoBh4BxC;EACE,QpB03BsC;;AoBv3BxC;EACE,cpBs1BoC;EoBr1BpC;EACA,YpB8foB;;AoB3ftB;EACE,kBpB5BM;EoB6BN,cpB7BM;;AoB+BN;EAII;;AAIJ;EAII;;AAKN;EACE,kBpBjDM;EoBkDN,cpBlDM;EoBuDJ;;AAIJ;EACE;EACA;EACA,SpBk2BuC;;AoB31BvC;EACE;EACA,SpBy1BqC;;;AoB30B3C;EACE,cpBo1BgC;;AoBl1BhC;EACE;EAEA,OpB80B8B;EoB70B9B;EACA;EACA;EnBjHA;EgBHE,YGsHF;;AHlHE;EG0GJ;IHzGM;;;AGmHJ;EACE;;AAGF;EACE,qBpB60B4B;EoBx0B1B;;AAKN;EACE,epBwzB8B;EoBvzB9B;;AAEA;EACE;EACA;;;AAKN;EACE;EACA,cpBsyBgC;;;AoBnyBlC;EACE;EACA;EACA;;AAIE;EACE;EACA;EACA,SpBspBwB;;;AoB/oB1B;EACE;;;ACnLN;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIA;EAA0B,YrB8gCa;;AqB7gCvC;EAA0B,YrB6gCa;;AqB1gCzC;EACE;;AAGF;EACE,OrB+/BuC;EqB9/BvC,QrB8/BuC;EqB7/BvC;EACA;EH1BF,kBlBkCQ;EqBNN,QrB6/BuC;EC1gCvC;EgBHE,YImBF;;AJfE;EIMJ;IJLM;;;AIgBJ;EHjCF,kBlB8hCyC;;AqBx/BzC;EACE,OrBw+B8B;EqBv+B9B,QrBw+B8B;EqBv+B9B;EACA,QrBu+B8B;EqBt+B9B,kBrBu+B8B;EqBt+B9B;EpB7BA;;AoBkCF;EACE,OrBo+BuC;EqBn+BvC,QrBm+BuC;EqBl+BvC;EHpDF,kBlBkCQ;EqBoBN,QrBm+BuC;EC1gCvC;EgBHE,YI6CF;;AJzCE;EIiCJ;IJhCM;;;AI0CJ;EH3DF,kBlB8hCyC;;AqB99BzC;EACE,OrB88B8B;EqB78B9B,QrB88B8B;EqB78B9B;EACA,QrB68B8B;EqB58B9B,kBrB68B8B;EqB58B9B;EpBvDA;;AoB4DF;EACE;;AAEA;EACE,kBrBg9BqC;;AqB78BvC;EACE,kBrB48BqC;;;AsBniC3C;EACE;;AAEA;AAAA;AAAA;EAGE,QtBwiCoC;EsBviCpC,YtBuiCoC;EsBtiCpC,atBuiCoC;;AsBpiCtC;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ELRE,YKSF;;ALLE;EKTJ;ILUM;;;AKON;AAAA;EAEE;;AAEA;AAAA;EACE;;AAGF;AAAA;AAAA;EAEE,atB4gCkC;EsB3gClC,gBtB4gCkC;;AsBzgCpC;AAAA;EACE,atBugCkC;EsBtgClC,gBtBugCkC;;AsBngCtC;EACE,atBigCoC;EsBhgCpC,gBtBigCoC;;AsB1/BpC;AAAA;AAAA;AAAA;EACE;EACA,WtB2/BkC;;AsBz/BlC;AAAA;AAAA;AAAA;EACE;EACA;EACA;EACA,QtBm/BgC;EsBl/BhC;EACA,kBtBg0BgC;ECh3BpC;;AqBuDA;EACE;EACA,WtB0+BkC;;AsBr+BpC;EACE;;AAIJ;AAAA;EAEE,OtB1EO;;AsB4EP;AAAA;EACE,kBtB0yBkC;;;AuBj4BxC;EACE;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;EAGE;EACA;EACA;EACA;;AAIF;AAAA;AAAA;EAGE;;AAMF;EACE;EACA;;AAEA;EACE;;;AAWN;EACE;EACA;EACA;E1B8OI,WALI;E0BvOR,avByjB4B;EuBxjB5B,avBgkB4B;EuB/jB5B,OvBm1BsC;EuBl1BtC;EACA;EACA,kBvB06BsC;EuBz6BtC;EtBtCE;;;AsBgDJ;AAAA;AAAA;AAAA;EAIE;E1BwNI,WALI;EIvQN;;;AsByDJ;AAAA;AAAA;AAAA;EAIE;E1B+MI,WALI;EIvQN;;;AsBkEJ;AAAA;EAEE;;;AAaE;AAAA;AAAA;AAAA;EtBjEA;EACA;;AsByEA;AAAA;AAAA;AAAA;EtB1EA;EACA;;AsBsFF;EACE;EtB1EA;EACA;;AsB6EF;AAAA;EtB9EE;EACA;;;AuBxBF;EACE;EACA;EACA,YxBu0BoC;EHrkBlC,WALI;E2B1PN,OxBkjCqB;;;AwB/iCvB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;E3BqPE,WALI;E2B7ON,OxBqiCqB;EwBpiCrB,kBxBoiCqB;EC/jCrB;;;AuBgCA;AAAA;AAAA;AAAA;EAEE;;;AA/CF;EAqDE,cxBuhCmB;EwBphCjB,exB81BgC;EwB71BhC;EACA;EACA;EACA;;AAGF;EACE,cxB4gCiB;EwBvgCf,YxBugCe;;;AwB5kCrB;EA+EI,exBu0BgC;EwBt0BhC;;;AAhFJ;EAuFE,cxBq/BmB;;AwBl/BjB;EAEE;EACA,exBq5B8B;EwBp5B9B;EACA;;AAIJ;EACE,cxBw+BiB;EwBn+Bf,YxBm+Be;;;AwB5kCrB;EAkHI;;;AAlHJ;EAyHE,cxBm9BmB;;AwBj9BnB;EACE,kBxBg9BiB;;AwB78BnB;EACE,YxB48BiB;;AwBz8BnB;EACE,OxBw8BiB;;;AwBn8BrB;EACE;;;AA1IF;AAAA;AAAA;AAAA;AAAA;EAoJM;;;AAhIR;EACE;EACA;EACA,YxBu0BoC;EHrkBlC,WALI;E2B1PN,OxBkjCqB;;;AwB/iCvB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;E3BqPE,WALI;E2B7ON,OxBqiCqB;EwBpiCrB,kBxBoiCqB;EC/jCrB;;;AuBgCA;AAAA;AAAA;AAAA;EAEE;;;AA/CF;EAqDE,cxBuhCmB;EwBphCjB,exB81BgC;EwB71BhC;EACA;EACA;EACA;;AAGF;EACE,cxB4gCiB;EwBvgCf,YxBugCe;;;AwB5kCrB;EA+EI,exBu0BgC;EwBt0BhC;;;AAhFJ;EAuFE,cxBq/BmB;;AwBl/BjB;EAEE;EACA,exBq5B8B;EwBp5B9B;EACA;;AAIJ;EACE,cxBw+BiB;EwBn+Bf,YxBm+Be;;;AwB5kCrB;EAkHI;;;AAlHJ;EAyHE,cxBm9BmB;;AwBj9BnB;EACE,kBxBg9BiB;;AwB78BnB;EACE,YxB48BiB;;AwBz8BnB;EACE,OxBw8BiB;;;AwBn8BrB;EACE;;;AA1IF;AAAA;AAAA;AAAA;AAAA;EAsJM;;;AC5JV;ERgBM,YQfJ;;ARmBI;EQpBN;IRqBQ;;;AQlBN;EACE;;;AAMF;EACE;;;AAIJ;EACE;EACA;ERDI,YQEJ;;AREI;EQLN;IRMQ;;;AQDN;EACE;EACA;ERNE,YQOF;;ARHE;EQAJ;IRCM;;;;ASpBR;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;;;AAGF;EACE;;ACwBE;EACE;EACA,a3B6hBwB;E2B5hBxB,gB3B2hBwB;E2B1hBxB;EArCJ;EACA;EACA;EACA;;AA0DE;EACE;;;AD9CN;EAEE;EACA;EACA;EACA;EACA;E7BuQI,yBALI;E6BhQR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;E7B0OI,WALI;E6BnOR;EACA;EACA;EACA;EACA;EACA;EzBzCE;;AyB6CF;EACE;EACA;EACA;;;AAwBA;EACE;;AAEA;EACE;EACA;;;AAIJ;EACE;;AAEA;EACE;EACA;;;AlB1CJ;EkB4BA;IACE;;EAEA;IACE;IACA;;EAIJ;IACE;;EAEA;IACE;IACA;;;AlB1CJ;EkB4BA;IACE;;EAEA;IACE;IACA;;EAIJ;IACE;;EAEA;IACE;IACA;;;AlB1CJ;EkB4BA;IACE;;EAEA;IACE;IACA;;EAIJ;IACE;;EAEA;IACE;IACA;;;AlB1CJ;EkB4BA;IACE;;EAEA;IACE;IACA;;EAIJ;IACE;;EAEA;IACE;IACA;;;AlB1CJ;EkB4BA;IACE;;EAEA;IACE;IACA;;EAIJ;IACE;;EAEA;IACE;IACA;;;AAUN;EACE;EACA;EACA;EACA;;ACpFA;EACE;EACA,a3B6hBwB;E2B5hBxB,gB3B2hBwB;E2B1hBxB;EA9BJ;EACA;EACA;EACA;;AAmDE;EACE;;;ADgEJ;EACE;EACA;EACA;EACA;EACA;;AClGA;EACE;EACA,a3B6hBwB;E2B5hBxB,gB3B2hBwB;E2B1hBxB;EAvBJ;EACA;EACA;EACA;;AA4CE;EACE;;AD0EF;EACE;;;AAMJ;EACE;EACA;EACA;EACA;EACA;;ACnHA;EACE;EACA,a3B6hBwB;E2B5hBxB,gB3B2hBwB;E2B1hBxB;;AAWA;EACE;;AAGF;EACE;EACA,c3B0gBsB;E2BzgBtB,gB3BwgBsB;E2BvgBtB;EAnCN;EACA;EACA;;AAsCE;EACE;;AD2FF;EACE;;;AAON;EACE;EACA;EACA;EACA;EACA;;;AAMF;EACE;EACA;EACA;EACA;EACA,a1Byb4B;E0Bxb5B;EACA;EACA;EACA;EACA;EACA;EzBtKE;;AyByKF;EAEE;ER1LF,kBQ4LuB;;AAGvB;EAEE;EACA;ERlMF,kBQmMuB;;AAGvB;EAEE;EACA;EACA;;;AAMJ;EACE;;;AAIF;EACE;EACA;EACA;E7BmEI,WALI;E6B5DR;EACA;;;AAIF;EACE;EACA;EACA;;;AAIF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AEtPF;AAAA;EAEE;EACA;EACA;;AAEA;AAAA;EACE;EACA;;AAKF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;;;AAKJ;EACE;EACA;EACA;;AAEA;EACE;;;AAIJ;E3BhBI;;A2BoBF;AAAA;EAEE;;AAIF;AAAA;AAAA;E3BVE;EACA;;A2BmBF;AAAA;AAAA;E3BNE;EACA;;;A2BwBJ;EACE;EACA;;AAEA;EAGE;;AAGF;EACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;;;AAoBF;EACE;EACA;EACA;;AAEA;AAAA;EAEE;;AAGF;AAAA;EAEE;;AAIF;AAAA;E3B1FE;EACA;;A2B8FF;AAAA;E3B7GE;EACA;;;A4BxBJ;EAEE;EACA;EAEA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EhCsQI,WALI;EgC/PR;EACA;EACA;EACA;EACA;EZfI,YYgBJ;;AZZI;EYGN;IZFQ;;;AYaN;EAEE;;AAIF;EACE;EACA,Y7BkhBoB;;A6B9gBtB;EAEE;EACA;EACA;;;AAQJ;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;;AAEA;EACE;EACA;E5B7CA;EACA;;A4B+CA;EAGE;EACA;;AAIJ;AAAA;EAEE;EACA;EACA;;AAGF;EAEE;E5BjEA;EACA;;;A4B2EJ;EAEE;EACA;EACA;;AAGA;E5B5FE;;A4BgGF;AAAA;EAEE;EXjHF,kBWkHuB;;;AASzB;EAEE;EACA;EACA;EAGA;;AAEA;EACE;EACA;EACA;;AAEA;EAEE;;AAIJ;AAAA;EAEE,a7B0d0B;E6Bzd1B;EACA;;;AAUF;AAAA;EAEE;EACA;;;AAKF;AAAA;EAEE;EACA;EACA;;;AAMF;AAAA;EACE;;;AAUF;EACE;;AAEF;EACE;;;AC7LJ;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;;AAMA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;EACA;EACA;;AAoBJ;EACE;EACA;EACA;EjC4NI,WALI;EiCrNR;EACA;EACA;;AAEA;EAEE;;;AAUJ;EAEE;EACA;EAEA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;;AAGE;EAEE;;AAIJ;EACE;;;AASJ;EACE,a9B8gCkC;E8B7gClC,gB9B6gCkC;E8B5gClC;;AAEA;AAAA;AAAA;EAGE;;;AAaJ;EACE;EACA;EAGA;;;AAIF;EACE;EjCyII,WALI;EiClIR;EACA;EACA;EACA;E7BxIE;EgBHE,Ya6IJ;;AbzII;EaiIN;IbhIQ;;;Aa0IN;EACE;;AAGF;EACE;EACA;EACA;;;AAMJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AtB1HE;EsBsIA;IAEI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAIJ;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAGF;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;Ib9NJ,YagOI;;EAGA;IACE;;EAGF;IACE;IACA;IACA;IACA;;;AtB5LR;EsBsIA;IAEI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAIJ;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAGF;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;Ib9NJ,YagOI;;EAGA;IACE;;EAGF;IACE;IACA;IACA;IACA;;;AtB5LR;EsBsIA;IAEI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAIJ;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAGF;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;Ib9NJ,YagOI;;EAGA;IACE;;EAGF;IACE;IACA;IACA;IACA;;;AtB5LR;EsBsIA;IAEI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAIJ;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAGF;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;Ib9NJ,YagOI;;EAGA;IACE;;EAGF;IACE;IACA;IACA;IACA;;;AtB5LR;EsBsIA;IAEI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAIJ;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAGF;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;Ib9NJ,YagOI;;EAGA;IACE;;EAGF;IACE;IACA;IACA;IACA;;;AAtDR;EAEI;EACA;;AAEA;EACE;;AAEA;EACE;;AAGF;EACE;EACA;;AAIJ;EACE;;AAGF;EACE;EACA;;AAGF;EACE;;AAGF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;Eb9NJ,YagOI;;AAGA;EACE;;AAGF;EACE;EACA;EACA;EACA;;;AAiBZ;AAAA;EAGE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAME;EACE;;;ACzRN;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;E9BjBE;;A8BqBF;EACE;EACA;;AAGF;EACE;EACA;;AAEA;EACE;E9BtBF;EACA;;A8ByBA;EACE;E9BbF;EACA;;A8BmBF;AAAA;EAEE;;;AAIJ;EAGE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAQA;EACE;;;AAQJ;EACE;EACA;EACA;EACA;EACA;;AAEA;E9B7FE;;;A8BkGJ;EACE;EACA;EACA;EACA;;AAEA;E9BxGE;;;A8BkHJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAIJ;EACE;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;E9B1IE;;;A8B8IJ;AAAA;AAAA;EAGE;;;AAGF;AAAA;E9B3II;EACA;;;A8B+IJ;AAAA;E9BlII;EACA;;;A8B8IF;EACE;;AvB3HA;EuBuHJ;IAQI;IACA;;EAGA;IAEE;IACA;;EAEA;IACE;IACA;;EAKA;I9B3KJ;IACA;;E8B6KM;AAAA;IAGE;;EAEF;AAAA;IAGE;;EAIJ;I9B5KJ;IACA;;E8B8KM;AAAA;IAGE;;EAEF;AAAA;IAGE;;;;ACpOZ;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;EnC4PI,WALI;EmCrPR;EACA;EACA;EACA;E/BrBE;E+BuBF;Ef1BI,Ye2BJ;;AfvBI;EeUN;IfTQ;;;AewBN;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAKJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EfjDE,YekDF;;Af9CE;EeqCJ;IfpCM;;;AegDN;EACE;;AAGF;EACE;EACA;EACA;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;;AAEA;E/B7DE;EACA;;A+B+DA;E/BhEA;EACA;;A+BoEF;EACE;;AAIF;E/B5DE;EACA;;A+B+DE;E/BhEF;EACA;;A+BoEA;E/BrEA;EACA;;;A+B0EJ;EACE;;;AASA;EACE;EACA;E/B9GA;;A+BiHA;EAAgB;;AAChB;EAAe;;AAIb;E/BtHF;;A+B6HA;E/B7HA;;;A+BqIA;EACE;EACA;;;AC1JN;EAEE;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EpC+QI,WALI;EoCxQR;EACA;EhCAE;;;AgCMF;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAIJ;EACE;;;ACrCJ;EAEE;EACA;ErC4RI,2BALI;EqCrRR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;E/BpBA;EACA;;;A+BuBF;EACE;EACA;EACA;ErCgQI,WALI;EqCzPR;EACA;EACA;EACA;EjBpBI,YiBqBJ;;AjBjBI;EiBQN;IjBPQ;;;AiBkBN;EACE;EACA;EAEA;EACA;;AAGF;EACE;EACA;EACA;EACA,SlC2uCgC;EkC1uChC;;AAGF;EAEE;EACA;EhBtDF,kBgBuDuB;EACrB;;AAGF;EAEE;EACA;EACA;EACA;;;AAKF;EACE,alC8sCgC;;AkCzsC9B;EjC9BF;EACA;;AiCmCE;EjClDF;EACA;;;AiCkEJ;EClGE;EACA;EtC0RI,2BALI;EsCnRR;;;ADmGF;ECtGE;EACA;EtC0RI,2BALI;EsCnRR;;;ACFF;EAEE;EACA;EvCuRI,sBALI;EuChRR;EACA;EACA;EAGA;EACA;EvC+QI,WALI;EuCxQR;EACA;EACA;EACA;EACA;EACA;EnCJE;;AmCSF;EACE;;;AAKJ;EACE;EACA;;;AChCF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EpCHE;;;AoCQJ;EAEE;;;AAIF;EACE,arC6kB4B;EqC5kB5B;;;AAQF;EACE,erCs+C8B;;AqCn+C9B;EACE;EACA;EACA;EACA;EACA;;;AAQF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AC5DF;EACE;IAAK,uBtCyhD2B;;;AsCphDpC;AAAA;EAGE;EzCkRI,yBALI;EyC3QR;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EzCsQI,WALI;EyC/PR;ErCRE;;;AqCaJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ErBxBI,YqByBJ;;ArBrBI;EqBYN;IrBXQ;;;;AqBuBR;EpBAE;EoBEA;;;AAGF;EACE;;;AAGF;EACE;;;AAIA;EACE;;AAGE;EAJJ;IAKM;;;;AC3DR;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EAGA;EACA;EtCXE;;;AsCeJ;EACE;EACA;;AAEA;EAEE;EACA;;;AASJ;EACE;EACA;EACA;;AAGA;EAEE;EACA;EACA;EACA;;AAGF;EACE;EACA;;;AAQJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EtCvDE;EACA;;AsC0DF;EtC7CE;EACA;;AsCgDF;EAEE;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;;AAIF;EACE;;AAEA;EACE;EACA;;;AAaF;EACE;;AAGE;EtCvDJ;EAZA;;AsCwEI;EtCxEJ;EAYA;;AsCiEI;EACE;;AAGF;EACE;EACA;;AAEA;EACE;EACA;;;A/BtFR;E+B8DA;IACE;;EAGE;ItCvDJ;IAZA;;EsCwEI;ItCxEJ;IAYA;;EsCiEI;IACE;;EAGF;IACE;IACA;;EAEA;IACE;IACA;;;A/BtFR;E+B8DA;IACE;;EAGE;ItCvDJ;IAZA;;EsCwEI;ItCxEJ;IAYA;;EsCiEI;IACE;;EAGF;IACE;IACA;;EAEA;IACE;IACA;;;A/BtFR;E+B8DA;IACE;;EAGE;ItCvDJ;IAZA;;EsCwEI;ItCxEJ;IAYA;;EsCiEI;IACE;;EAGF;IACE;IACA;;EAEA;IACE;IACA;;;A/BtFR;E+B8DA;IACE;;EAGE;ItCvDJ;IAZA;;EsCwEI;ItCxEJ;IAYA;;EsCiEI;IACE;;EAGF;IACE;IACA;;EAEA;IACE;IACA;;;A/BtFR;E+B8DA;IACE;;EAGE;ItCvDJ;IAZA;;EsCwEI;ItCxEJ;IAYA;;EsCiEI;IACE;;EAGF;IACE;IACA;;EAEA;IACE;IACA;;;AAcZ;EtChJI;;AsCmJF;EACE;;AAEA;EACE;;;AAaJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AC5LJ;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA,OxCqpD2B;EwCppD3B,QxCopD2B;EwCnpD3B;EACA;EACA;EACA;EvCJE;EuCMF;;AAGA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EAEE;EACA;EACA;;;AAQJ;EAHE;;;AASE;EATF;;;ACjDF;EAEE;EACA;EACA;EACA;EACA;E5CyRI,sBALI;E4ClRR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;E5C2QI,WALI;E4CpQR;EACA;EACA;EACA;EACA;EACA;ExCRE;;AwCWF;EACE;;AAGF;EACE;;;AAIJ;EACE;EAEA;EACA;EACA;EACA;EACA;;AAEA;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;ExChCE;EACA;;AwCkCF;EACE;EACA;;;AAIJ;EACE;EACA;;;AC9DF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;;;AAOF;EACE;EACA;EACA;EAEA;;AAGA;EzB5CI,YyB6CF;EACA,W1Ck8CgC;;AiB5+C9B;EyBwCJ;IzBvCM;;;AyB2CN;EACE,W1Cg8CgC;;A0C57ClC;EACE,W1C67CgC;;;A0Cz7CpC;EACE;;AAEA;EACE;EACA;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EzCrFE;EyCyFF;;;AAIF;EAEE;EACA;EACA;EClHA;EACA;EACA;EACA,SDkH0B;ECjH1B;EACA;EACA,kBD+G4D;;AC5G5D;EAAS;;AACT;EAAS,SD2GiF;;;AAK5F;EACE;EACA;EACA;EACA;EACA;EzCrGE;EACA;;AyCuGF;EACE;EACA;;;AAKJ;EACE;EACA;;;AAKF;EACE;EAGA;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EzCzHE;EACA;;AyC8HF;EACE;;;AlC3GA;EkCiHF;IACE;IACA;;EAIF;IACE;IACA;IACA;;EAGF;IACE;;;AlC9HA;EkCmIF;AAAA;IAEE;;;AlCrIA;EkC0IF;IACE;;;AAUA;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EzCzMJ;;AyC6ME;AAAA;EzC7MF;;AyCkNE;EACE;;;AlC1JJ;EkCwIA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;IzCzMJ;;EyC6ME;AAAA;IzC7MF;;EyCkNE;IACE;;;AlC1JJ;EkCwIA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;IzCzMJ;;EyC6ME;AAAA;IzC7MF;;EyCkNE;IACE;;;AlC1JJ;EkCwIA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;IzCzMJ;;EyC6ME;AAAA;IzC7MF;;EyCkNE;IACE;;;AlC1JJ;EkCwIA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;IzCzMJ;;EyC6ME;AAAA;IzC7MF;;EyCkNE;IACE;;;AlC1JJ;EkCwIA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;IzCzMJ;;EyC6ME;AAAA;IzC7MF;;EyCkNE;IACE;;;AErOR;EAEE;EACA;EACA;EACA;EACA;E/CwRI,wBALI;E+CjRR;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EClBA,a7C+lB4B;E6C7lB5B;EACA,a7CwmB4B;E6CvmB5B,a7C+mB4B;E6C9mB5B;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EhDgRI,WALI;E+ChQR;EACA;;AAEA;EAAS;;AAET;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;;AAKN;EACE;;AAEA;EACE;EACA;EACA;;;AAIJ;AACA;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AAIJ;AAEA;EACE;;AAEA;EACE;EACA;EACA;;;AAIJ;AACA;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AAIJ;AAkBA;EACE;EACA;EACA;EACA;EACA;E3CjGE;;;A6CnBJ;EAEE;EACA;EjD4RI,wBALI;EiDrRR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EjDmRI,+BALI;EiD5QR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EDzBA,a7C+lB4B;E6C7lB5B;EACA,a7CwmB4B;E6CvmB5B,a7C+mB4B;E6C9mB5B;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EhDgRI,WALI;EiD1PR;EACA;EACA;EACA;E7ChBE;;A6CoBF;EACE;EACA;EACA;;AAEA;EAEE;EACA;EACA;EACA;EACA;EACA;;;AAMJ;EACE;;AAEA;EAEE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;;AAKN;AAEE;EACE;EACA;EACA;;AAEA;EAEE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;;AAKN;AAGE;EACE;;AAEA;EAEE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAKJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;AAEE;EACE;EACA;EACA;;AAEA;EAEE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;;AAKN;AAkBA;EACE;EACA;EjD2GI,WALI;EiDpGR;EACA;EACA;E7C5JE;EACA;;A6C8JF;EACE;;;AAIJ;EACE;EACA;;;ACrLF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;ACtBA;EACE;EACA;EACA;;;ADuBJ;EACE;EACA;EACA;EACA;EACA;EACA;E9BlBI,Y8BmBJ;;A9BfI;E8BQN;I9BPQ;;;;A8BiBR;AAAA;AAAA;EAGE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AASA;EACE;EACA;EACA;;AAGF;AAAA;AAAA;EAGE;EACA;;AAGF;AAAA;EAEE;EACA;E9B5DE,Y8B6DF;;A9BzDE;E8BqDJ;AAAA;I9BpDM;;;;A8BiER;AAAA;EAEE;EACA;EACA;EACA;EAEA;EACA;EACA;EACA,O/CkhDmC;E+CjhDnC;EACA,O/C1FS;E+C2FT;EACA;EACA;EACA,S/C6gDmC;EiBnmD/B,Y8BuFJ;;A9BnFI;E8BkEN;AAAA;I9BjEQ;;;A8BqFN;AAAA;AAAA;EAEE,O/CpGO;E+CqGP;EACA;EACA,S/CqgDiC;;;A+ClgDrC;EACE;;;AAGF;EACE;;;AAKF;AAAA;EAEE;EACA,O/CsgDmC;E+CrgDnC,Q/CqgDmC;E+CpgDnC;EACA;EACA;;;AAGF;EACE;;;AAEF;EACE;;;AAQF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA,c/Cs9CmC;E+Cr9CnC;EACA,a/Co9CmC;;A+Cl9CnC;EACE;EACA;EACA,O/Co9CiC;E+Cn9CjC,Q/Co9CiC;E+Cn9CjC;EACA,c/Co9CiC;E+Cn9CjC,a/Cm9CiC;E+Cl9CjC;EACA;EACA,kB/ClKO;E+CmKP;EACA;EAEA;EACA;EACA,S/C28CiC;EiB3mD/B,Y8BiKF;;A9B7JE;E8B4IJ;I9B3IM;;;A8B+JN;EACE,S/Cw8CiC;;;A+C/7CrC;EACE;EACA;EACA,Q/Ck8CmC;E+Cj8CnC;EACA,a/C+7CmC;E+C97CnC,gB/C87CmC;E+C77CnC,O/C7LS;E+C8LT;;;AAMA;AAAA;EAEE,Q/Cm8CiC;;A+Ch8CnC;EACE,kB/ChMO;;A+CmMT;EACE,O/CpMO;;;A+C0LT;AAAA;AAAA;EAEE,Q/Cm8CiC;;A+Ch8CnC;EACE,kB/ChMO;;A+CmMT;EACE,O/CpMO;;;AiDdX;AAAA;EAEE;EACA;EACA;EACA;EAEA;EACA;;;AAIF;EACE;IAAK;;;AAIP;EAEE;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;;;AAGF;EAEE;EACA;EACA;;;AASF;EACE;IACE;;EAEF;IACE;IACA;;;AAKJ;EAEE;EACA;EACA;EACA;EACA;EAGA;EACA;;;AAGF;EACE;EACA;;;AAIA;EACE;AAAA;IAEE;;;AC/EN;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;A1C6DE;E0C5CF;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IjC5BA,YiC8BA;;;AjC1BA;EiCYJ;IjCXM;;;ATuDJ;E0C5BE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IAEE;;EAGF;IAGE;;;A1C5BJ;E0C/BF;IAiEM;IACA;IACA;;EAEA;IACE;;EAGF;IACE;IACA;IACA;IACA;IAEA;;;;A1CnCN;E0C5CF;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IjC5BA,YiC8BA;;;AjC1BA;EiCYJ;IjCXM;;;ATuDJ;E0C5BE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IAEE;;EAGF;IAGE;;;A1C5BJ;E0C/BF;IAiEM;IACA;IACA;;EAEA;IACE;;EAGF;IACE;IACA;IACA;IACA;IAEA;;;;A1CnCN;E0C5CF;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IjC5BA,YiC8BA;;;AjC1BA;EiCYJ;IjCXM;;;ATuDJ;E0C5BE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IAEE;;EAGF;IAGE;;;A1C5BJ;E0C/BF;IAiEM;IACA;IACA;;EAEA;IACE;;EAGF;IACE;IACA;IACA;IACA;IAEA;;;;A1CnCN;E0C5CF;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IjC5BA,YiC8BA;;;AjC1BA;EiCYJ;IjCXM;;;ATuDJ;E0C5BE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IAEE;;EAGF;IAGE;;;A1C5BJ;E0C/BF;IAiEM;IACA;IACA;;EAEA;IACE;;EAGF;IACE;IACA;IACA;IACA;IAEA;;;;A1CnCN;E0C5CF;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IjC5BA,YiC8BA;;;AjC1BA;EiCYJ;IjCXM;;;ATuDJ;E0C5BE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IAEE;;EAGF;IAGE;;;A1C5BJ;E0C/BF;IAiEM;IACA;IACA;;EAEA;IACE;;EAGF;IACE;IACA;IACA;IACA;IAEA;;;;AA/ER;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EjC5BA,YiC8BA;;AjC1BA;EiCYJ;IjCXM;;;AiC2BF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EAEE;;AAGF;EAGE;;;AA2BR;EPpHE;EACA;EACA;EACA,S3C0mCkC;E2CzmClC;EACA;EACA,kB3CUS;;A2CPT;EAAS;;AACT;EAAS,S3Cm+CyB;;;AkDr3CpC;EACE;EACA;EACA;;AAEA;EACE;EACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AC7IF;EACE;EACA;EACA;EACA;EACA;EACA,SnDgzCkC;;AmD9yClC;EACE;EACA;;;AAKJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAKA;EACE;;;AAIJ;EACE;IACE,SnDmxCgC;;;AmD/wCpC;EACE;EACA;EACA;;;AAGF;EACE;IACE;;;AH9CF;EACE;EACA;EACA;;;AIHF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;ACFF;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AAOR;EACE;EACA;;AAGE;EAEE;EACA;;;AC1BN;EACE;EAEA;;;ACHF;EACE;EACA,KvD6c4B;EuD5c5B;EACA;EACA,uBvD2c4B;EuD1c5B;;AAEA;EACE;EACA,OvDuc0B;EuDtc1B,QvDsc0B;EuDrc1B;EtCIE,YsCHF;;AtCOE;EsCZJ;ItCaM;;;;AsCDJ;EACE;;;ACnBN;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAKF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;ACrBJ;EACE;EACA;EACA;EACA;EACA,SzDumCkC;;;AyDpmCpC;EACE;EACA;EACA;EACA;EACA,SzD+lCkC;;;AyDvlChC;EACE;EACA;EACA,SzDmlC8B;;;AyDhlChC;EACE;EACA;EACA,SzD6kC8B;;;AQ9iChC;EiDxCA;IACE;IACA;IACA,SzDmlC8B;;EyDhlChC;IACE;IACA;IACA,SzD6kC8B;;;AQ9iChC;EiDxCA;IACE;IACA;IACA,SzDmlC8B;;EyDhlChC;IACE;IACA;IACA,SzD6kC8B;;;AQ9iChC;EiDxCA;IACE;IACA;IACA,SzDmlC8B;;EyDhlChC;IACE;IACA;IACA,SzD6kC8B;;;AQ9iChC;EiDxCA;IACE;IACA;IACA,SzDmlC8B;;EyDhlChC;IACE;IACA;IACA,SzD6kC8B;;;AQ9iChC;EiDxCA;IACE;IACA;IACA,SzDmlC8B;;EyDhlChC;IACE;IACA;IACA,SzD6kC8B;;;A0D5mCpC;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;ACRF;AAAA;ECIE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;AAAA;EACE;;;ACdF;EACE;EACA;EACA;EACA;EACA;EACA,S7DgcsC;E6D/btC;;;ACRJ;ECAE;EACA;EACA;;;ACNF;EACE;EACA;EACA,OhEisB4B;EgEhsB5B;EACA;EACA,ShE2rB4B;;;AiE/nBtB;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAjBJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AASF;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAjBJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AASF;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AArBJ;AAcA;EAOI;EAAA;;;AAmBJ;AA1BA;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAjBJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AASF;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAjBJ;EACE;;;AAIA;EACE;;;AANJ;EACE;;;AAIA;EACE;;;AANJ;EACE;;;AAIA;EACE;;;AANJ;EACE;;;AAIA;EACE;;;AANJ;EACE;;;AAIA;EACE;;;AAIJ;EAOI;;;AAKF;EAOI;;;AAnBN;EAOI;;;AAKF;EAOI;;;AAnBN;EAOI;;;AAKF;EAOI;;;AAnBN;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAjBJ;EACE;;;AAIA;EACE;;;AANJ;EACE;;;AAIA;EACE;;;AANJ;EACE;;;AAIA;EACE;;;AANJ;EACE;;;AAIA;EACE;;;AANJ;EACE;;;AAIA;EACE;;;AANJ;EACE;;;AAIA;EACE;;;AAIJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAjBJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AASF;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AzDVR;EyDGI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;AzDVR;EyDGI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;AzDVR;EyDGI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;AzDVR;EyDGI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;AzDVR;EyDGI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EA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%22%7D */