@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/futura-pt");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"); /*!
 * Bootstrap Reboot v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://cdn.jsdelivr.net/npm/simple-notify@0.5.5/dist/simple-notify.min.css");
: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: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --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: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --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: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --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(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::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, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

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

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

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

h5 {
  font-size: 1.25rem;
}

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 {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: 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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --ui-gutter-x: 40px;
  --ui-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--ui-gutter-x) * 0.5);
  padding-left: calc(var(--ui-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
:root {
  --ui-breakpoint-xs: 0;
  --ui-breakpoint-sm: 576px;
  --ui-breakpoint-md: 768px;
  --ui-breakpoint-lg: 992px;
  --ui-breakpoint-xl: 1200px;
  --ui-breakpoint-xxl: 1400px;
}

.row {
  --ui-gutter-x: 40px;
  --ui-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--ui-gutter-y));
  margin-right: calc(-0.5 * var(--ui-gutter-x));
  margin-left: calc(-0.5 * var(--ui-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--ui-gutter-x) * 0.5);
  padding-left: calc(var(--ui-gutter-x) * 0.5);
  margin-top: var(--ui-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --ui-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --ui-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --ui-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --ui-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --ui-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --ui-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --ui-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --ui-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --ui-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --ui-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --ui-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --ui-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --ui-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --ui-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --ui-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --ui-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --ui-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --ui-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --ui-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --ui-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --ui-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --ui-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --ui-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --ui-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --ui-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --ui-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --ui-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --ui-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --ui-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --ui-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --ui-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --ui-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --ui-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --ui-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --ui-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --ui-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --ui-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --ui-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --ui-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --ui-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --ui-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --ui-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --ui-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --ui-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --ui-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --ui-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --ui-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --ui-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --ui-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --ui-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --ui-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --ui-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --ui-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --ui-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --ui-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --ui-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --ui-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --ui-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --ui-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --ui-gutter-y: 3rem;
  }
}
.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;
}

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

@media (min-width: 576px) {
  .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;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@media (min-width: 1400px) {
  .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;
  }
}
@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;
  }
}
/*!
 * Bootstrap Utilities v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --ui-blue: #0d6efd;
  --ui-indigo: #6610f2;
  --ui-purple: #6f42c1;
  --ui-pink: #d63384;
  --ui-red: #dc3545;
  --ui-orange: #fd7e14;
  --ui-yellow: #ffc107;
  --ui-green: #198754;
  --ui-teal: #20c997;
  --ui-cyan: #0dcaf0;
  --ui-black: #000;
  --ui-white: #fff;
  --ui-gray: #6c757d;
  --ui-gray-dark: #343a40;
  --ui-gray-100: #f8f9fa;
  --ui-gray-200: #e9ecef;
  --ui-gray-300: #dee2e6;
  --ui-gray-400: #ced4da;
  --ui-gray-500: #adb5bd;
  --ui-gray-600: #6c757d;
  --ui-gray-700: #495057;
  --ui-gray-800: #343a40;
  --ui-gray-900: #212529;
  --ui-primary: #0d6efd;
  --ui-secondary: #6c757d;
  --ui-success: #198754;
  --ui-info: #0dcaf0;
  --ui-warning: #ffc107;
  --ui-danger: #dc3545;
  --ui-light: #f8f9fa;
  --ui-dark: #212529;
  --ui-primary-rgb: 13, 110, 253;
  --ui-secondary-rgb: 108, 117, 125;
  --ui-success-rgb: 25, 135, 84;
  --ui-info-rgb: 13, 202, 240;
  --ui-warning-rgb: 255, 193, 7;
  --ui-danger-rgb: 220, 53, 69;
  --ui-light-rgb: 248, 249, 250;
  --ui-dark-rgb: 33, 37, 41;
  --ui-primary-text-emphasis: #052c65;
  --ui-secondary-text-emphasis: #2b2f32;
  --ui-success-text-emphasis: #0a3622;
  --ui-info-text-emphasis: #055160;
  --ui-warning-text-emphasis: #664d03;
  --ui-danger-text-emphasis: #58151c;
  --ui-light-text-emphasis: #495057;
  --ui-dark-text-emphasis: #495057;
  --ui-primary-bg-subtle: #cfe2ff;
  --ui-secondary-bg-subtle: #e2e3e5;
  --ui-success-bg-subtle: #d1e7dd;
  --ui-info-bg-subtle: #cff4fc;
  --ui-warning-bg-subtle: #fff3cd;
  --ui-danger-bg-subtle: #f8d7da;
  --ui-light-bg-subtle: #fcfcfd;
  --ui-dark-bg-subtle: #ced4da;
  --ui-primary-border-subtle: #9ec5fe;
  --ui-secondary-border-subtle: #c4c8cb;
  --ui-success-border-subtle: #a3cfbb;
  --ui-info-border-subtle: #9eeaf9;
  --ui-warning-border-subtle: #ffe69c;
  --ui-danger-border-subtle: #f1aeb5;
  --ui-light-border-subtle: #e9ecef;
  --ui-dark-border-subtle: #adb5bd;
  --ui-white-rgb: 255, 255, 255;
  --ui-black-rgb: 0, 0, 0;
  --ui-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";
  --ui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --ui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --ui-body-font-family: var(--bs-font-sans-serif);
  --ui-body-font-size: 1rem;
  --ui-body-font-weight: 400;
  --ui-body-line-height: 1.5;
  --ui-body-color: #212529;
  --ui-body-color-rgb: 33, 37, 41;
  --ui-body-bg: #fff;
  --ui-body-bg-rgb: 255, 255, 255;
  --ui-emphasis-color: #000;
  --ui-emphasis-color-rgb: 0, 0, 0;
  --ui-secondary-color: rgba(33, 37, 41, 0.75);
  --ui-secondary-color-rgb: 33, 37, 41;
  --ui-secondary-bg: #e9ecef;
  --ui-secondary-bg-rgb: 233, 236, 239;
  --ui-tertiary-color: rgba(33, 37, 41, 0.5);
  --ui-tertiary-color-rgb: 33, 37, 41;
  --ui-tertiary-bg: #f8f9fa;
  --ui-tertiary-bg-rgb: 248, 249, 250;
  --ui-heading-color: inherit;
  --ui-link-color: #0d6efd;
  --ui-link-color-rgb: 13, 110, 253;
  --ui-link-decoration: underline;
  --ui-link-hover-color: #0a58ca;
  --ui-link-hover-color-rgb: 10, 88, 202;
  --ui-code-color: #d63384;
  --ui-highlight-bg: #fff3cd;
  --ui-border-width: 1px;
  --ui-border-style: solid;
  --ui-border-color: #dee2e6;
  --ui-border-color-translucent: rgba(0, 0, 0, 0.175);
  --ui-border-radius: 0.375rem;
  --ui-border-radius-sm: 0.25rem;
  --ui-border-radius-lg: 0.5rem;
  --ui-border-radius-xl: 1rem;
  --ui-border-radius-xxl: 2rem;
  --ui-border-radius-2xl: var(--ui-border-radius-xxl);
  --ui-border-radius-pill: 50rem;
  --ui-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --ui-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --ui-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --ui-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --ui-focus-ring-width: 0.25rem;
  --ui-focus-ring-opacity: 0.25;
  --ui-focus-ring-color: rgba(13, 110, 253, 0.25);
  --ui-form-valid-color: #198754;
  --ui-form-valid-border-color: #198754;
  --ui-form-invalid-color: #dc3545;
  --ui-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --ui-body-color: #adb5bd;
  --ui-body-color-rgb: 173, 181, 189;
  --ui-body-bg: #212529;
  --ui-body-bg-rgb: 33, 37, 41;
  --ui-emphasis-color: #fff;
  --ui-emphasis-color-rgb: 255, 255, 255;
  --ui-secondary-color: rgba(173, 181, 189, 0.75);
  --ui-secondary-color-rgb: 173, 181, 189;
  --ui-secondary-bg: #343a40;
  --ui-secondary-bg-rgb: 52, 58, 64;
  --ui-tertiary-color: rgba(173, 181, 189, 0.5);
  --ui-tertiary-color-rgb: 173, 181, 189;
  --ui-tertiary-bg: #2b3035;
  --ui-tertiary-bg-rgb: 43, 48, 53;
  --ui-primary-text-emphasis: #6ea8fe;
  --ui-secondary-text-emphasis: #a7acb1;
  --ui-success-text-emphasis: #75b798;
  --ui-info-text-emphasis: #6edff6;
  --ui-warning-text-emphasis: #ffda6a;
  --ui-danger-text-emphasis: #ea868f;
  --ui-light-text-emphasis: #f8f9fa;
  --ui-dark-text-emphasis: #dee2e6;
  --ui-primary-bg-subtle: #031633;
  --ui-secondary-bg-subtle: #161719;
  --ui-success-bg-subtle: #051b11;
  --ui-info-bg-subtle: #032830;
  --ui-warning-bg-subtle: #332701;
  --ui-danger-bg-subtle: #2c0b0e;
  --ui-light-bg-subtle: #343a40;
  --ui-dark-bg-subtle: #1a1d20;
  --ui-primary-border-subtle: #084298;
  --ui-secondary-border-subtle: #41464b;
  --ui-success-border-subtle: #0f5132;
  --ui-info-border-subtle: #087990;
  --ui-warning-border-subtle: #997404;
  --ui-danger-border-subtle: #842029;
  --ui-light-border-subtle: #495057;
  --ui-dark-border-subtle: #343a40;
  --ui-heading-color: inherit;
  --ui-link-color: #6ea8fe;
  --ui-link-hover-color: #8bb9fe;
  --ui-link-color-rgb: 110, 168, 254;
  --ui-link-hover-color-rgb: 139, 185, 254;
  --ui-code-color: #e685b5;
  --ui-border-color: #495057;
  --ui-border-color-translucent: rgba(255, 255, 255, 0.15);
  --ui-form-valid-color: #75b798;
  --ui-form-valid-border-color: #75b798;
  --ui-form-invalid-color: #ea868f;
  --ui-form-invalid-border-color: #ea868f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--ui-link-color-rgb), var(--ui-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(--ui-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

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

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

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

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

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

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

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

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

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

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

.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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

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

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

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

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

.focus-ring-dark {
  --ui-focus-ring-color: rgba(var(--ui-dark-rgb), var(--ui-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(--ui-border-width) var(--ui-border-style) var(--ui-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-white {
  --ui-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 {
  --ui-border-opacity: 0.1;
}

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

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

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

.border-opacity-100 {
  --ui-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(--ui-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 {
  --ui-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --ui-text-opacity: 1;
  color: var(--ui-secondary-color) !important;
}

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

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

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

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

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

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

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

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

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

.text-opacity-100 {
  --ui-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 {
  --ui-link-opacity: 0.1;
}

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

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

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

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

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

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

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

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

.link-opacity-100-hover:hover {
  --ui-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 {
  --ui-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-underline-opacity-100-hover:hover {
  --ui-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-opacity-100 {
  --ui-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(--ui-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(--ui-border-radius) !important;
}

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

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

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

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

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

.rounded-5 {
  border-radius: var(--ui-border-radius-xxl) !important;
}

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

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

.rounded-top {
  border-top-left-radius: var(--ui-border-radius) !important;
  border-top-right-radius: var(--ui-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(--ui-border-radius-sm) !important;
  border-top-right-radius: var(--ui-border-radius-sm) !important;
}

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

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

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

.rounded-top-5 {
  border-top-left-radius: var(--ui-border-radius-xxl) !important;
  border-top-right-radius: var(--ui-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(--ui-border-radius-pill) !important;
  border-top-right-radius: var(--ui-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--ui-border-radius) !important;
  border-bottom-right-radius: var(--ui-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(--ui-border-radius-sm) !important;
  border-bottom-right-radius: var(--ui-border-radius-sm) !important;
}

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

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

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

.rounded-end-5 {
  border-top-right-radius: var(--ui-border-radius-xxl) !important;
  border-bottom-right-radius: var(--ui-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(--ui-border-radius-pill) !important;
  border-bottom-right-radius: var(--ui-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--ui-border-radius) !important;
  border-bottom-left-radius: var(--ui-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(--ui-border-radius-sm) !important;
  border-bottom-left-radius: var(--ui-border-radius-sm) !important;
}

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

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

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

.rounded-bottom-5 {
  border-bottom-right-radius: var(--ui-border-radius-xxl) !important;
  border-bottom-left-radius: var(--ui-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(--ui-border-radius-pill) !important;
  border-bottom-left-radius: var(--ui-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--ui-border-radius) !important;
  border-top-left-radius: var(--ui-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(--ui-border-radius-sm) !important;
  border-top-left-radius: var(--ui-border-radius-sm) !important;
}

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

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

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

.rounded-start-5 {
  border-bottom-left-radius: var(--ui-border-radius-xxl) !important;
  border-top-left-radius: var(--ui-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(--ui-border-radius-pill) !important;
  border-top-left-radius: var(--ui-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: 1400px) {
  .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;
  }
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

a {
  color: #1E8BCE;
  text-decoration: none;
}

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

/* Функции */
/* Утилиты */
/* Сбросы */
.ui-button {
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  appearance: none;
  background: none;
  box-shadow: none;
  line-height: 1.1;
  max-width: none;
  outline: none;
  border: none;
  min-width: 0;
  padding: 0;
  transition: background-color 0.2s;
}

.ui-button {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

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

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

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

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

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

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

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

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

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

.btn-primary {
  background-color: #1E8BCE;
  border-color: #1E8BCE;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #1E8BCE;
  border-color: #1E8BCE;
}

.error-container {
  --error-size: 0.7;
  text-align: center;
  font-size: calc(106px * var(--error-size));
  font-weight: 800;
  margin: 70px 15px;
}
@media (min-width: 992px) {
  .error-container {
    --error-size: 1;
  }
}

.error-container > span {
  display: inline-block;
  position: relative;
}

.error-container > span.four {
  width: calc(136px * var(--error-size));
  height: calc(43px * var(--error-size));
  border-radius: 999px;
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%), linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%), linear-gradient(to right, #0e7bbe, #006bae);
}

.error-container > span.four:before,
.error-container > span.four:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 999px;
}

.error-container > span.four:before {
  width: calc(43px * var(--error-size));
  height: calc(156px * var(--error-size));
  left: calc(60px * var(--error-size));
  bottom: calc(-43px * var(--error-size));
  background: linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%), linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%), linear-gradient(to top, #005b9e, #0e7bbe, #1E8BCE, #2e9bde, #3eabee);
}

.error-container > span.four:after {
  width: calc(137px * var(--error-size));
  height: calc(43px * var(--error-size));
  transform: rotate(-49.5deg);
  left: calc(-18px * var(--error-size));
  bottom: calc(36px * var(--error-size));
  background: linear-gradient(to right, #005b9e, #0e7bbe, #1E8BCE, #2e9bde, #3eabee);
}

.error-container > span.zero {
  vertical-align: text-top;
  width: calc(156px * var(--error-size));
  height: calc(156px * var(--error-size));
  border-radius: 999px;
  background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%, transparent 51%, transparent 100%), linear-gradient(to top right, #005b9e, #005b9e, #0e7bbe, #1E8BCE, #2e9bde, #4ebbfe, #4ebbfe);
  overflow: hidden;
  animation: bgshadow 5s infinite;
}

.error-container > span.zero:before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  width: calc(90px * var(--error-size));
  height: calc(90px * var(--error-size));
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%), linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
}

.error-container > span.zero:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 999px;
  width: calc(70px * var(--error-size));
  height: calc(70px * var(--error-size));
  left: calc(43px * var(--error-size));
  bottom: calc(43px * var(--error-size));
  background: #FDFAF5;
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

@keyframes bgshadow {
  0% {
    box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
  }
  45% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  55% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
  }
}
.p-error {
  padding: 30px 0 30px;
}
.p-error__header {
  text-align: center;
}
.p-error__footer {
  text-align: center;
}

.ui-section {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .ui-section {
    margin-bottom: 100px;
  }
}
.ui-section__title {
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
  line-height: 46px;
  color: #393A22;
}
@media (min-width: 992px) {
  .ui-section__title {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 46px;
  }
}
.ui-section__more {
  text-align: right;
}
.ui-section__more a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.ui-text {
  font-size: 14px;
  font-weight: 400;
  color: #44474f;
  line-height: 21px;
}
.ui-text p {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .ui-text p {
    margin-bottom: 18px;
  }
}
.ui-text ul {
  padding-left: 12px;
}
.ui-text ul li::marker {
  content: "◇ ";
  color: #1E8BCE;
}

.sidebar__nav a {
  display: flex;
  align-items: center;
  min-height: 60px;
  width: 100%;
  background: #ffffff;
  color: #393A22;
  padding: 10px 20px;
  font-size: 14px;
}
.sidebar__nav a.active {
  background: #393A22;
  color: #ffffff;
}
.sidebar__banner {
  margin-top: 23px;
  margin-bottom: 20px;
}
.sidebar__banner img {
  vertical-align: top;
  width: 100%;
}

.p-space {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-space {
    margin-bottom: 60px;
  }
}

.title-h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  color: #3A3845;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .title-h1 {
    font-size: 64px;
    line-height: 82px;
  }
}

.title-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #3A3845;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .title-description {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 50px;
  }
}

.about-info-wrap {
  overflow: hidden;
}

.about-info {
  width: 100%;
  position: relative;
}
.about-info .row {
  align-items: end;
}
.about-info__logo {
  margin-bottom: 10px;
}
.about-info__logo img {
  vertical-align: top;
}
.about-info__text {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #242424;
}
@media (max-width: 991px) {
  .about-info__text {
    margin: 15px 0;
  }
}
.about-info__img {
  vertical-align: top;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.about-info__decor {
  display: none;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .about-info__decor {
    display: block;
    position: absolute;
    bottom: -52px;
    left: 120px;
  }
}
@media (min-width: 992px) {
  .about-info {
    padding-bottom: 52px;
  }
}

.about-inst__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .about-inst__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
  }
}
.about-inst__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}
@media (min-width: 992px) {
  .about-inst__images {
    grid-template-columns: repeat(7, 1fr);
  }
}
.about-inst__image {
  position: relative;
  padding-top: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.about-inst__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about-inst__image:hover {
  transform: scale(1.02);
}

.about-license__header {
  padding-bottom: 15px;
  border-bottom: 1px solid #242424;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .about-license__header {
    padding-bottom: 30px;
  }
}
.about-license__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .about-license__title {
    font-size: 40px;
    line-height: 45px;
  }
}
.about-license__description {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #242424;
  max-width: 860px;
}
@media (min-width: 992px) {
  .about-license__description {
    font-size: 20px;
    line-height: 27px;
  }
}
.about-license__slider-wrapper {
  padding: 0 10px;
  position: relative;
}
@media (min-width: 992px) {
  .about-license__slider-wrapper {
    padding: 0 100px;
  }
}
.about-license__slider__nav {
  height: 30px;
  width: 18px;
  position: absolute;
  top: calc(50% - 15px);
  cursor: pointer;
}
.about-license__slider__nav--prev {
  left: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8875 27.5L2.48144 15' stroke='%23794A2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.48145 15L14.8875 2.5' stroke='%23794A2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (min-width: 992px) {
  .about-license__slider__nav--prev {
    left: 0;
  }
}
.about-license__slider__nav--next {
  right: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.48119 27.5L14.8872 15' stroke='%23794A2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.8872 15L2.48119 2.5' stroke='%23794A2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (min-width: 992px) {
  .about-license__slider__nav--next {
    right: 0;
  }
}
.about-license__slide__text {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.about-license__slide__image {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.about-license__slide__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(36, 36, 36, 0.5), rgba(36, 36, 36, 0.5));
  border: 1px solid #794A2D;
  transition: all 0.25s;
}
.about-license__slide__image:after {
  content: "";
  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_1_738)'%3E%3Cpath d='M29.1761 25.199L22.6136 18.6365C22.5952 18.6182 22.5762 18.6009 22.5576 18.5832C23.7091 16.7228 24.375 14.5316 24.375 12.1875C24.375 5.46756 18.9079 0 12.1875 0C5.46709 0 0 5.46756 0 12.1875C0 18.9074 5.46709 24.375 12.1875 24.375C14.5317 24.375 16.7229 23.7091 18.5832 22.5575C18.6009 22.5762 18.6182 22.5952 18.6365 22.6135L25.199 29.176C25.7479 29.7254 26.4679 30 27.1875 30C27.9071 30 28.6271 29.7253 29.1761 29.176C30.2747 28.0783 30.2747 26.2967 29.1761 25.199ZM3.75 12.1875C3.75 7.5348 7.53527 3.75 12.1875 3.75C16.8397 3.75 20.625 7.5348 20.625 12.1875C20.625 16.8402 16.8397 20.625 12.1875 20.625C7.53527 20.625 3.75 16.8402 3.75 12.1875Z' fill='white'/%3E%3Cpath d='M15.9375 10.3125H14.0625V8.4375C14.0625 7.40203 13.223 6.5625 12.1875 6.5625C11.152 6.5625 10.3125 7.40203 10.3125 8.4375V10.3125H8.4375C7.40203 10.3125 6.5625 11.152 6.5625 12.1875C6.5625 13.223 7.40203 14.0625 8.4375 14.0625H10.3125V15.9375C10.3125 16.973 11.152 17.8125 12.1875 17.8125C13.223 17.8125 14.0625 16.973 14.0625 15.9375V14.0625H15.9375C16.973 14.0625 17.8125 13.223 17.8125 12.1875C17.8125 11.152 16.973 10.3125 15.9375 10.3125Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_738'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 62px;
  height: 62px;
  background-size: 100%;
  position: absolute;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  transition: all 0.25s;
  transform: scale(1);
}
.about-license__slide__image:hover:after {
  transform: scale(1.15);
}
.about-license__slide__image img {
  width: 100%;
  vertical-align: top;
}
.about-license__slide__image:hover:before {
  background: linear-gradient(0deg, rgba(36, 36, 36, 0.7), rgba(36, 36, 36, 0.7));
}
@media (max-width: 991px) {
  .about-license__slide__image {
    margin: 15px auto 0;
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  .about-license__slide {
    flex-direction: row-reverse;
  }
}
.about-license__pagination {
  margin-top: 30px;
}

.about-staff .row {
  --ui-gutter-y: 30px;
}
@media (min-width: 992px) {
  .about-staff .row {
    --ui-gutter-y: 50px;
  }
}
.about-staff__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .about-staff__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
  }
}
.about-staff__item__image {
  margin-bottom: 15px;
}
.about-staff__item__image img {
  width: 100%;
  vertical-align: top;
}
@media (min-width: 992px) {
  .about-staff__item__image {
    margin-bottom: 30px;
  }
}
.about-staff__item__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 10px;
}
@media (min-width: 993px) {
  .about-staff__item__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.about-staff__item__position {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #794A2D;
}
.about-staff__item__description {
  display: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  opacity: 0.7;
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .about-staff__item--main {
    display: flex;
    align-items: end;
    gap: 42px;
  }
  .about-staff__item--main .about-staff__item__image {
    flex: 0 0 360px;
    margin: 0;
  }
  .about-staff__item--main .about-staff__item__image img {
    width: 100%;
    vertical-align: top;
  }
  .about-staff__item--main .about-staff__item__body {
    flex: 1;
  }
  .about-staff__item--main .about-staff__item__description {
    display: block;
  }
}

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

.accordion {
  --ui-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;
  --ui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23494c54 '%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");
  --ui-accordion-btn-icon-width: 1.25rem;
  --ui-accordion-btn-icon-transform: rotate(-180deg);
  --ui-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --ui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23494c54 '%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");
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 14px;
  font-size: 18px;
  color: #44474f;
  font-weight: 700;
  text-align: left;
  border: 0;
  overflow-anchor: none;
  background: none;
  transition: var(--ui-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--ui-accordion-btn-active-icon);
  transform: var(--ui-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--ui-accordion-btn-icon-width);
  height: var(--ui-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--ui-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--ui-accordion-btn-icon-width);
  transition: var(--ui-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

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

.accordion-item {
  background-color: #f5f5f5;
  border: 1px solid rgba(68, 71, 79, 0.1);
  border-radius: 7px;
}
.accordion-item .accordion-button {
  border-radius: 7px;
}
.accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .accordion-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.accordion-body {
  padding: 0 20px 23px;
}

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

.article__title {
  margin-bottom: 14px;
}
.article__preview {
  margin-bottom: 30px;
}
.article__preview__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 22px;
}
.article__preview__image {
  width: 100%;
  vertical-align: top;
}
@media (min-width: 992px) {
  .article__preview__image {
    height: 331px;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .article__preview {
    margin-bottom: 64px;
  }
}
.article__text {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .article__text {
    margin-bottom: 50px;
  }
}
.article__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
}

.articles__list {
  margin-bottom: 60px;
}
.articles__list .articles__item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .articles__list {
    margin-bottom: 120px;
  }
}

.articles__item__img img {
  max-width: 100%;
  vertical-align: top;
}
@media (min-width: 992px) {
  .articles__item__img {
    flex: 0 0 263px;
    width: 263px;
  }
  .articles__item__img img {
    width: 100%;
  }
}
.articles__item__date {
  font-size: 12px;
  letter-spacing: 0.6px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .articles__item__date {
    margin-bottom: 15px;
  }
}
.articles__item__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.articles__item__title a {
  color: #44474f;
  text-decoration: none;
}
@media (min-width: 992px) {
  .articles__item__title {
    margin-bottom: 15px;
  }
}
.articles__item__text {
  font-size: 14px;
  font-weight: 400;
  color: #44474f;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .articles__item__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.articles__item__more {
  font-size: 12px;
  font-style: normal;
  color: #44474f;
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.articles__item__more:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #1E8BCE;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
@media (min-width: 992px) {
  .articles__item {
    display: flex;
    gap: 30px;
  }
}

.blog-list {
  margin-bottom: 50px;
}

.blog-item:not(:last-child) {
  margin-bottom: 30px;
}
.blog-item__image {
  position: relative;
  margin-bottom: 10px;
}
.blog-item__image img {
  width: 100%;
}
@media (min-width: 992px) {
  .blog-item__image img {
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media (min-width: 992px) {
  .blog-item__image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    min-height: 251px;
  }
}
.blog-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #242424;
  margin-bottom: 15px;
}
.blog-item__title a {
  color: #242424;
}
.blog-item__title a:hover {
  color: #1E8BCE;
  text-decoration: none;
}
@media (min-width: 992px) {
  .blog-item__title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 27px;
  }
}
.blog-item__text {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #242424;
  margin-bottom: 15px;
  margin-top: auto;
}
@media (min-width: 992px) {
  .blog-item__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .blog-item__body {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.blog-item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.blog-item__footer__views {
  font-family: "Open Sans";
  padding-left: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #B4B7BD;
  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 fill-rule='evenodd' clip-rule='evenodd' d='M5.39852 7.99996C5.39852 9.42218 6.56275 10.5794 8.00015 10.5794C9.43104 10.5794 10.5953 9.42218 10.5953 7.99996C10.5953 6.57127 9.43104 5.4141 8.00015 5.4141C6.56275 5.4141 5.39852 6.57127 5.39852 7.99996ZM11.8246 4.03067C12.9628 4.90986 13.9319 6.19632 14.6278 7.80602C14.6798 7.92885 14.6798 8.07107 14.6278 8.18743C13.2359 11.4068 10.7579 13.3333 8.00016 13.3333H7.99366C5.24244 13.3333 2.76439 11.4068 1.37252 8.18743C1.32049 8.07107 1.32049 7.92885 1.37252 7.80602C2.76439 4.58663 5.24244 2.66663 7.99366 2.66663H8.00016C9.37903 2.66663 10.6863 3.14501 11.8246 4.03067ZM8.0009 9.60824C8.89195 9.60824 9.62041 8.8842 9.62041 7.99854C9.62041 7.10642 8.89195 6.38238 8.0009 6.38238C7.92285 6.38238 7.8448 6.38884 7.77325 6.40177C7.74724 7.11288 7.16187 7.68177 6.43992 7.68177H6.4074C6.38789 7.78521 6.37488 7.88864 6.37488 7.99854C6.37488 8.8842 7.10333 9.60824 8.0009 9.60824Z' fill='%23B4B7BD'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
}
.blog-item__footer__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #B4B7BD;
}
@media (min-width: 992px) {
  .blog-item__footer {
    padding-right: 100px;
  }
}

.ui-breadcrumb {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 56px;
  list-style: none;
}
.ui-breadcrumb__item {
  line-height: 20px;
  position: relative;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  /* identical to box height */
  color: #FFFFFF;
}
.ui-breadcrumb__item a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s;
}
.ui-breadcrumb__item a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.ui-breadcrumb__item span {
  opacity: 0.5;
}
.ui-breadcrumb__item + .ui-breadcrumb__item {
  padding-left: 27px;
}
.ui-breadcrumb__item + .ui-breadcrumb__item::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.99267 11.5L6.95508 6.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.95508 6.5L1.99267 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 8px;
  height: 13px;
  position: absolute;
  left: 10px;
  top: calc(50% - 6.5px);
}
.ui-breadcrumb__item.active {
  color: #393A22;
}
@media (min-width: 992px) {
  .ui-breadcrumb {
    display: flex;
  }
}

.ui-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #102C6D;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.05em;
  transition: all 0.25s;
  padding: 0 30px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  /* identical to box height */
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}
.ui-button svg {
  margin-right: 10px;
  fill: currentColor;
  stroke: currentColor !important;
}
.ui-button:hover {
  background: rgba(255, 255, 255, 0.33);
  border: 1px solid rgba(255, 255, 255, 0.51);
  text-decoration: none;
}
.ui-button:focus, .ui-button:active {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.51);
  outline: none;
}
.ui-button--primary {
  color: #ffffff !important;
  background: #1E8BCE;
  border: 1px solid #1E8BCE;
}
.ui-button--primary:hover, .ui-button--primary:focus, .ui-button--primary:active {
  background: rgba(30, 139, 206, 0.9);
  border: 1px solid rgba(30, 139, 206, 0.9);
}
.ui-button--black {
  height: 33px;
  padding: 0 20px;
  color: #ffffff !important;
  background: #393A22;
  border: 1px solid #393A22;
  font-size: 12px;
}
.ui-button--black:hover, .ui-button--black:focus, .ui-button--black:active {
  background: #1E8BCE;
  border: 1px solid #1E8BCE, 0.9;
}
.ui-button--outline {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
  padding: 0 35px;
}
.ui-button--outline:hover, .ui-button--outline:focus, .ui-button--outline:active {
  color: #FFFFFF;
  border-color: #1E8BCE;
  background-color: #1E8BCE;
}
.ui-button--decor {
  border-color: #102C6D;
  background-color: #102C6D;
  color: #FFFFFF;
  padding: 0 35px;
}
.ui-button--decor:hover, .ui-button--decor:focus, .ui-button--decor:active {
  color: #FFFFFF;
  border-color: #102C6D;
  background-color: #102C6D;
}
.ui-button--outline-decor {
  border-color: #102C6D;
  color: #102C6D;
  background-color: transparent;
  padding: 0 35px;
}
.ui-button--outline-decor:hover, .ui-button--outline-decor:focus, .ui-button--outline-decor:active {
  color: #FFFFFF;
  border-color: #102C6D;
  background-color: #102C6D;
}
.ui-button--outline-black {
  border-color: #393A22;
  color: #393A22;
  background-color: transparent;
  padding: 0 35px;
}
.ui-button--outline-black:hover, .ui-button--outline-black:focus, .ui-button--outline-black:active {
  color: #FFFFFF;
  border-color: #1E8BCE;
  background-color: #1E8BCE;
}
.ui-button--more {
  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_1_553)'%3E%3Cpath d='M16 9L2 9' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 16L16 9L9 2' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_553'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
  padding-right: 62px;
  background-position: right 34px center !important;
  background-repeat: no-repeat !important;
}
.ui-button--icon {
  padding-right: 62px;
  background-position: right 34px center !important;
  background-repeat: no-repeat !important;
}
.ui-button--icon.icon-portfolio {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5688 4.20241L17.3029 3.93655L13.8219 0.455517L13.556 0.189655C13.4357 0.0693103 13.2688 0 13.0981 0H3.09052C2.68156 0 2.24121 0.315862 2.24121 1.00897V13.4483V19.1507V19.3103C2.24121 19.599 2.53156 19.8803 2.875 19.969C2.89225 19.9734 2.9088 19.98 2.92673 19.9834C2.98052 19.9941 3.03535 20 3.09052 20H16.9091C16.9643 20 17.0191 19.9941 17.0729 19.9834C17.0909 19.98 17.1074 19.9734 17.1247 19.969C17.4681 19.8803 17.7585 19.599 17.7585 19.3103V19.1507V13.4483V4.82C17.7585 4.55552 17.7267 4.36034 17.5688 4.20241ZM16.5291 4.13793H13.6205V1.22931L16.5291 4.13793ZM3.09052 19.3103C3.06604 19.3103 3.04397 19.3014 3.02225 19.2934C2.96845 19.2679 2.93087 19.2141 2.93087 19.1507V14.1379H17.0688V19.1507C17.0688 19.2141 17.0312 19.2676 16.9774 19.2934C16.9557 19.3014 16.9336 19.3103 16.9091 19.3103H3.09052ZM2.93087 13.4483V1.00897C2.93087 0.934138 2.94225 0.689655 3.09052 0.689655H12.9509C12.9395 0.733103 12.9309 0.777931 12.9309 0.824483V4.82759H16.934C16.9805 4.82759 17.025 4.81897 17.0685 4.80759C17.0685 4.81276 17.0688 4.81483 17.0688 4.82V13.4483H2.93087Z' fill='white'/%3E%3Cpath d='M7.60048 15.4292C7.48565 15.3351 7.35599 15.2641 7.21151 15.2172C7.06703 15.1699 6.92082 15.1465 6.77324 15.1465H5.77393V18.621H6.33979V17.3668H6.75944C6.94151 17.3668 7.10841 17.3403 7.2591 17.2868C7.40979 17.2334 7.53875 17.1579 7.64565 17.0606C7.75255 16.9634 7.83565 16.843 7.89565 16.6999C7.95531 16.5568 7.98531 16.3975 7.98531 16.2213C7.98531 16.0548 7.94979 15.9048 7.8791 15.771C7.80841 15.6372 7.7153 15.5237 7.60048 15.4292ZM7.38599 16.5772C7.35117 16.673 7.30599 16.7475 7.24944 16.801C7.19289 16.8544 7.13082 16.893 7.06324 16.9165C6.99565 16.9399 6.92703 16.952 6.85806 16.952H6.33944V15.5754H6.76358C6.90806 15.5754 7.02427 15.5982 7.11255 15.6437C7.20048 15.6892 7.26875 15.7458 7.31772 15.8134C7.36634 15.881 7.39841 15.9517 7.41427 16.0254C7.42979 16.0992 7.43772 16.1644 7.43772 16.221C7.43772 16.3627 7.42048 16.4813 7.38599 16.5772Z' fill='white'/%3E%3Cpath d='M11.0184 15.6555C10.8722 15.5017 10.6884 15.3779 10.4667 15.2854C10.2449 15.193 9.98803 15.1465 9.69597 15.1465H8.64941V18.621H9.96459C10.0084 18.621 10.076 18.6154 10.1673 18.6044C10.2584 18.5934 10.3591 18.5686 10.4691 18.5289C10.5791 18.4896 10.6929 18.4306 10.8108 18.352C10.9287 18.2734 11.0346 18.1658 11.1291 18.0289C11.2236 17.892 11.3011 17.7223 11.3625 17.5196C11.4239 17.3168 11.4546 17.0723 11.4546 16.7865C11.4546 16.5789 11.4184 16.3768 11.3463 16.1806C11.2736 15.9848 11.1646 15.8096 11.0184 15.6555ZM10.606 17.8382C10.4363 18.0834 10.1598 18.2058 9.77631 18.2058H9.21528V15.5751H9.54528C9.81562 15.5751 10.0356 15.6106 10.2053 15.6813C10.3749 15.752 10.5094 15.8448 10.6084 15.9596C10.7073 16.0744 10.7739 16.2023 10.8087 16.3437C10.8432 16.4851 10.8604 16.6282 10.8604 16.7727C10.8604 17.2379 10.7756 17.5934 10.606 17.8382Z' fill='white'/%3E%3Cpath d='M12.2749 18.621H12.8501V17.0558H14.3021V16.6692H12.8501V15.5754H14.448V15.1465H12.2749V18.621Z' fill='white'/%3E%3Cpath d='M13.251 7.91794C12.9341 7.91794 12.5451 7.95932 12.0931 8.04139C11.462 7.37174 10.8034 6.3938 10.3386 5.4338C10.7996 3.49277 10.5689 3.21794 10.4672 3.08829C10.3589 2.95036 10.2062 2.72656 10.0324 2.72656C9.95962 2.72656 9.76099 2.75967 9.68203 2.78587C9.48341 2.85208 9.37651 3.00518 9.291 3.20484C9.0472 3.77484 9.38168 4.74656 9.72582 5.49553C9.43168 6.66553 8.93824 8.06587 8.41962 9.20243C7.11272 9.80105 6.41858 10.389 6.35582 10.95C6.33306 11.1541 6.38134 11.4538 6.74031 11.7231C6.83858 11.7966 6.95375 11.8355 7.07375 11.8355C7.37548 11.8355 7.68031 11.6045 8.03306 11.109C8.29031 10.7476 8.56651 10.2548 8.85479 9.64311C9.77824 9.23932 10.9207 8.87449 11.8989 8.67001C12.4438 9.19311 12.9317 9.45794 13.351 9.45794C13.66 9.45794 13.9248 9.31587 14.1165 9.04725C14.3162 8.7676 14.3617 8.51725 14.251 8.30242C14.1182 8.04415 13.791 7.91794 13.251 7.91794ZM7.08134 11.2535C6.91996 11.1297 6.92927 11.0462 6.93272 11.0148C6.9541 10.8231 7.25444 10.4828 7.99134 10.0686C7.43272 11.1004 7.13272 11.2373 7.08134 11.2535ZM9.90893 3.34932C9.92375 3.34449 10.2693 3.72898 9.94203 4.45829C9.45031 3.95518 9.87513 3.3607 9.90893 3.34932ZM9.19617 8.87553C9.54617 8.04139 9.87168 7.12036 10.1182 6.26725C10.5055 6.96311 10.9707 7.63829 11.4362 8.17898C10.7003 8.35174 9.91686 8.59553 9.19617 8.87553ZM13.6448 8.71036C13.5386 8.85898 13.3082 8.86242 13.2275 8.86242C13.0438 8.86242 12.9751 8.75311 12.6941 8.53691C12.9258 8.50725 13.1444 8.49967 13.3186 8.49967C13.6251 8.49967 13.6813 8.54484 13.7238 8.5676C13.7162 8.59208 13.6962 8.63829 13.6448 8.71036Z' fill='white'/%3E%3C/svg%3E%0A");
}
.ui-button--block {
  display: flex;
  width: 100%;
}
.ui-button--sm {
  height: 35px;
  padding: 0 34px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 575px) {
  .ui-button--block-xs {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ui-button--block-sm {
    display: flex;
    width: 100%;
  }
}

.contacts {
  position: relative;
}
.contacts__info {
  background: #242424;
  padding: 30px;
}
.contacts__info__item {
  display: flex;
}
.contacts__info__item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contacts__info__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.contacts__info__item__name {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 10px;
  flex: 0 0 105px;
}
.contacts__info__item__value {
  flex: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
}
.contacts__info__item__value a {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .contacts__info {
    padding: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
  }
}
.contacts__map {
  border: 1px solid #242424;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .contacts {
    padding-left: 300px;
  }
}

.c-info-wrap {
  overflow: hidden;
}

.c-info {
  width: 100%;
  position: relative;
}
.c-info .row {
  align-items: end;
}
.c-info__text {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #242424;
  margin: 15px 0;
}
@media (min-width: 993px) {
  .c-info__text {
    margin: 0;
    font-size: 24px;
    line-height: 33px;
  }
}
.c-info__footer {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .c-info__footer {
    margin-top: 75px;
    text-align: right;
  }
}
.c-info__img {
  vertical-align: top;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.c-info__decor {
  display: none;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .c-info__decor {
    display: block;
    position: absolute;
    bottom: -52px;
    left: 120px;
  }
}
@media (min-width: 992px) {
  .c-info {
    padding-bottom: 52px;
  }
}

.c-offers {
  background: #242424;
  padding: 50px 0;
}
.c-offers__item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .c-offers__item:not(:last-child) {
    margin-bottom: 110px;
  }
}
.c-offers__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .c-offers__item__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
  }
}
.c-offers__item__text {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
.c-offers__item__image {
  position: relative;
  padding-right: 60px;
}
.c-offers__item__image .ui-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-offers__item__image img {
  width: 100%;
  vertical-align: top;
}
@media (min-width: 992px) {
  .c-offers__item__image {
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .c-offers__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-offers__item:nth-child(2n) .c-offers__item__image {
    padding-right: 0;
    padding-left: 100px;
  }
  .c-offers__item:nth-child(2n) .c-offers__item__image .ui-button {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .c-offers {
    padding: 100px 0;
  }
}

.c-advantage__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .c-advantage__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
  }
}

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

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

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

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

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

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

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

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

.dropdown-menu-dark {
  --ui-dropdown-color: #dee2e6;
  --ui-dropdown-bg: #343a40;
  --ui-dropdown-border-color: var(--bs-border-color-translucent);
  --ui-dropdown-box-shadow: ;
  --ui-dropdown-link-color: #dee2e6;
  --ui-dropdown-link-hover-color: #fff;
  --ui-dropdown-divider-bg: var(--bs-border-color-translucent);
  --ui-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --ui-dropdown-link-active-color: #fff;
  --ui-dropdown-link-active-bg: #0d6efd;
  --ui-dropdown-link-disabled-color: #adb5bd;
  --ui-dropdown-header-color: #adb5bd;
}

.d-down {
  position: relative;
}
.d-down_opened .d-down__menu {
  display: block;
}
.d-down__menu {
  display: none;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #F2F3F3;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  position: absolute;
  z-index: 99;
  left: -1px;
  width: 100%;
  min-width: 180px;
  max-width: 320px;
  animation: items_fade 0.5s ease;
}
@keyframes items_fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.d-down__menu__scroll {
  max-height: 200px;
  overflow: auto;
  padding: 0 10px;
}

.doc-view {
  margin-bottom: 60px;
}
.doc-view__card {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}
.doc-view__card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.doc-view__card__header strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #1E8BCE;
}
.doc-view__card__img {
  width: 260px;
  flex: 0 0 260px;
  overflow: hidden;
  border: 1px solid #102C6D;
  border-radius: 7px;
  position: relative;
}
.doc-view__card__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}
.doc-view__card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.doc-view__card__name {
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #102C6D;
}
@media (min-width: 992px) {
  .doc-view__card__name {
    font-size: 24px;
  }
}
.doc-view__card__position {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .doc-view__card__position {
    font-size: 16px;
  }
}
.doc-view__card__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.doc-view__card__rating__note {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .doc-view__card__rating__note {
    font-size: 16px;
  }
}
.doc-view__card__price {
  max-width: 360px;
  border: 1px solid #1E8BCE;
  color: #1E8BCE;
  padding: 25px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
}
.doc-view__card__price__note {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
.doc-view__card__price__value {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #1E8BCE;
}
.doc-view__card .ui-button {
  max-width: 360px;
}
.doc-view__text {
  font-family: #BDBDBD;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  margin-bottom: 20px;
}
.doc-view__about {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #393A22;
}
@media (min-width: 992px) {
  .doc-view__about {
    font-size: 16px;
  }
}
.doc-view__address {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #393A22;
  padding-left: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 16.5C6 16.5 12 10.814 12 6.5C12 4.9087 11.3679 3.38258 10.2426 2.25736C9.11742 1.13214 7.5913 0.5 6 0.5C4.4087 0.5 2.88258 1.13214 1.75736 2.25736C0.632141 3.38258 2.37122e-08 4.9087 0 6.5C0 10.814 6 16.5 6 16.5ZM6 9.5C5.20435 9.5 4.44129 9.18393 3.87868 8.62132C3.31607 8.05871 3 7.29565 3 6.5C3 5.70435 3.31607 4.94129 3.87868 4.37868C4.44129 3.81607 5.20435 3.5 6 3.5C6.79565 3.5 7.55871 3.81607 8.12132 4.37868C8.68393 4.94129 9 5.70435 9 6.5C9 7.29565 8.68393 8.05871 8.12132 8.62132C7.55871 9.18393 6.79565 9.5 6 9.5Z' fill='%231E8BCE'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 20px;
}
.doc-view__iblock {
  margin-bottom: 20px;
}
.doc-view__iblock__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #102C6D;
  margin-bottom: 10px;
}
.doc-view__iblock__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #393A22;
}

.doc {
  display: block;
  color: #393A22;
  background: #FFFFFF;
  border-radius: 7px;
  padding: 20px;
  transition: all 0.3s;
}
.doc__card {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}
.doc__card__img {
  width: 100%;
  overflow: hidden;
  border: 1px solid #102C6D;
  border-radius: 7px;
  position: relative;
  min-height: 200px;
}
.doc__card__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}
@media (min-width: 992px) {
  .doc__card__img {
    width: 166px;
    flex: 0 0 166px;
  }
}
.doc__card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.doc__card__name {
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 10px;
  color: #393A22;
  text-decoration: none !important;
}
.doc__card__name > div {
  font-weight: bold;
  color: #102C6D;
}
@media (min-width: 992px) {
  .doc__card__name {
    font-size: 24px;
  }
}
.doc__card__position {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .doc__card__position {
    font-size: 16px;
  }
}
.doc__card__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.doc__card__rating__note {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .doc__card__rating__note {
    font-size: 16px;
  }
}
.doc__card__price {
  margin-top: auto;
}
.doc__card__price__note {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.doc__card__price__value {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #102C6D;
}
@media (min-width: 992px) {
  .doc__card {
    min-height: 226px;
  }
}
.doc__footer {
  text-align: center;
}
.doc__desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 20px;
}
.doc:hover {
  color: #393A22;
  text-decoration: none;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.doc-card {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}
.doc-card__img {
  width: 99px;
  flex: 0 0 99px;
  overflow: hidden;
  border: 1px solid #102C6D;
  border-radius: 7px;
  position: relative;
}
.doc-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}
.doc-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.doc-card__name {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #102C6D;
}
.doc-card__name > div {
  font-weight: 700;
}
@media (min-width: 992px) {
  .doc-card__name {
    font-size: 16px;
  }
}
.doc-card__position {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .doc-card__position {
    font-size: 12px;
  }
}
.doc-card__rating {
  --star-inactive: #F2F2F2;
  --star-active: #1E8BCE;
}
.doc-card__rating__note {
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
}
@media (min-width: 992px) {
  .doc-card__rating__note {
    font-size: 10px;
  }
}

.h-other-docs {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .h-other-docs {
    margin-bottom: 80px;
  }
}

.footer {
  padding: 30px 0 30px;
  background-color: #102C6D;
}
.footer__logo img {
  height: 133px;
}
@media (max-width: 991px) {
  .footer__logo {
    margin-bottom: 40px;
  }
}
.footer__form__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.footer__form .f-group {
  margin-bottom: 20px;
}
.footer__form .ui-button {
  background: transparent;
  color: #ffffff;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.15));
  border-radius: 7px;
}
.footer__form .ui-button:hover {
  color: #ffffff !important;
  background: #1E8BCE;
  border: 1px solid #1E8BCE;
}
.footer__nav {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2px;
}
.footer__nav a {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer__nav a:hover {
  color: #1E8BCE;
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer__nav a {
    font-size: 20px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .footer__nav {
    gap: 30px 86px;
  }
}
.footer__copyright {
  border-top: 1px solid #1E8BCE;
  padding-top: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.ui-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 50px 0 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1.1666L8.00113 9.16547L0 1.1666L1.1666 0L8.00113 6.83227L14.8334 0L16 1.1666Z' fill='%23231C1A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 24px center;
  font-size: 16px;
  font-weight: 400;
  color: #393A22;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
}
.ui-dropdown-toggle:after {
  display: none;
}

.f-select {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 50px 0 34px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 16px;
  font-weight: 400;
  color: #393A22;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1.1666L8.00113 9.16547L0 1.1666L1.1666 0L8.00113 6.83227L14.8334 0L16 1.1666Z' fill='%23231C1A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 24px center;
}
.f-select::before {
  content: "";
}
.f-select:focus {
  border-color: #1E8BCE;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(30, 139, 206, 0.25);
}
.f-select--primary {
  color: #1E8BCE;
}

.form-uploader {
  display: inline-flex;
  min-height: 24px;
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.38399 20C2.53754 20 1.72485 19.6375 1.07714 18.9667C-0.358991 17.4759 -0.35899 15.0512 1.07681 13.5613L12.275 1.25718C14.0222 -0.55355 16.6986 -0.390846 18.6517 1.63262C19.5268 2.53976 20.0179 3.84753 19.9995 5.22212C19.9811 6.5822 19.4675 7.88381 18.5899 8.79353L10.1266 18.1161C9.89105 18.3773 9.49606 18.3892 9.24461 18.1442C8.99376 17.8988 8.98159 17.4895 9.21809 17.2293L17.6941 7.89252C18.3571 7.20523 18.7375 6.23028 18.7515 5.20402C18.7655 4.17713 18.407 3.20896 17.7693 2.54749C16.5712 1.30526 14.6206 0.654764 13.1704 2.15881L1.97251 14.463C1.00969 15.4618 1.01 17.0659 1.96003 18.0515C2.40555 18.5128 2.93439 18.7375 3.49754 18.7023C4.05477 18.6671 4.6276 18.3714 5.11057 17.8703L14.0206 8.05775C14.3435 7.72298 14.9925 6.90236 14.332 6.21732C13.9579 5.82961 13.6952 5.8535 13.6088 5.86093C13.362 5.88352 13.0737 6.06011 12.7745 6.37067L6.0681 13.7508C5.83129 14.0113 5.43599 14.0239 5.18606 13.7782C4.9349 13.5335 4.92335 13.1235 5.15954 12.864L11.8781 5.46998C12.4064 4.92086 12.9464 4.62321 13.4962 4.57221C13.9252 4.5328 14.5632 4.62741 15.214 5.30276C16.18 6.30414 16.0599 7.77302 14.9161 8.95908L6.00603 18.771C5.29467 19.5096 4.43572 19.9387 3.57398 19.9935C3.51065 19.998 3.44731 20 3.38397 20L3.38399 20Z' fill='%23050F32'/%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  align-items: center;
  cursor: pointer;
}
.form-uploader span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #393A22;
  padding-bottom: 3px;
  border-bottom: 1px dashed #393A22;
}

.f-control {
  display: block;
  width: 100%;
  padding: 17px 20px;
  color: #393A22;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 28, 26, 0.2);
  appearance: none;
  border-radius: 7px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
.f-control[type=file] {
  overflow: hidden;
}
.f-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.f-control:hover {
  border-color: #1E8BCE;
}
.f-control:focus {
  color: #393A22;
  background-color: #fff;
  border-color: #1E8BCE;
  outline: 0;
}
.f-control::placeholder {
  color: #393A22;
  opacity: 0.5;
}
.f-control:disabled, .f-control[readonly] {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
  opacity: 1;
}

.f-floating {
  position: relative;
}
.f-floating > .f-control,
.f-floating > .f-select {
  height: 56px;
}
.f-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 10px 20px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  color: rgba(57, 58, 34, 0.6);
  transition: all 0.3s;
}
.f-floating > .f-control {
  padding: 10px 20px;
}
.f-floating > .f-control::placeholder {
  color: transparent;
}
.f-floating > .f-control:focus, .f-floating > .f-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.f-floating > .f-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.f-floating > .f-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.f-floating > .f-control:focus ~ label,
.f-floating > .f-control:not(:placeholder-shown) ~ label,
.f-floating > .f-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.f-floating > .f-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.f-check {
  min-height: 24px;
  display: inline-flex;
  align-items: start;
  gap: 5px;
  user-select: none;
}
.f-check-input {
  width: 23px;
  height: 23px;
  margin-top: 0.5px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #1E8BCE;
  appearance: none;
  color-adjust: exact;
}
.f-check-input[type=checkbox] {
  border-radius: 1px;
}
.f-check-input[type=radio] {
  border-radius: 50%;
  border: 2px solid #1E8BCE;
  width: 15px;
  height: 15px;
  margin-top: 4.5px;
}
.f-check-input[type=radio] + .f-check-label {
  color: #393A22;
}
.f-check-input:active {
  filter: brightness(90%);
}
.f-check-input:focus {
  border-color: #1E8BCE;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(30, 139, 206, 0.25);
}
.f-check-input:checked {
  background-color: #1E8BCE;
  border-color: #1E8BCE;
}
.f-check-input:checked[type=checkbox] {
  background-image: 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 fill-rule='evenodd' clip-rule='evenodd' d='M13.0303 0.96967C13.3232 1.26256 13.3232 1.73744 13.0303 2.03033L6.03033 9.03033C5.73744 9.32322 5.26256 9.32322 4.96967 9.03033L0.96967 5.03033C0.676777 4.73744 0.676777 4.26256 0.96967 3.96967C1.26256 3.67678 1.73744 3.67678 2.03033 3.96967L5.5 7.43934L11.9697 0.96967C12.2626 0.676777 12.7374 0.676777 13.0303 0.96967Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.f-check-input:checked[type=radio] {
  background-color: #1E8BCE;
  border-color: #1E8BCE;
}
.f-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.6;
}
.f-check-input[disabled] ~ .f-check-label, .f-check-input:disabled ~ .f-check-label {
  opacity: 0.6;
}

.f-check-label {
  color: #393A22;
}
@media (max-width: 575px) {
  .f-check-label {
    font-size: 14px;
  }
}
.f-check-label a {
  color: #393A22;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px dashed rgba(57, 58, 34, 0.6);
}

.f-spacer + button[type=submit], .f-spacer + .f-spacer {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .f-spacer + button[type=submit], .f-spacer + .f-spacer {
    margin-top: 24px;
  }
}

.f-uploader {
  text-align: center;
}
.f-uploader__text {
  margin-bottom: 24px;
  display: none;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
.f-uploader__text p {
  margin: 0;
}
.f-uploader__text p:first-child {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .f-uploader__text p:first-child {
    margin-bottom: 16px;
  }
}
.f-uploader__text p:nth-child(2) {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .f-uploader__text p:nth-child(2) {
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) {
  .f-uploader__text {
    display: block;
  }
}
@media (min-width: 992px) {
  .f-uploader__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}
.f-uploader__text-short {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 16px 0 24px;
}
@media (min-width: 576px) {
  .f-uploader__text-short {
    display: none;
  }
}
.f-uploader__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(82, 139, 224, 0.4);
  border-radius: 8px;
  height: 56px;
  padding: 0 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #263238;
  cursor: pointer;
}
.f-uploader__button:hover {
  background: rgba(82, 139, 224, 0.56);
}
.f-uploader__button:active {
  background: rgba(82, 139, 224, 0.64);
}
@media (max-width: 575px) {
  .f-uploader__button {
    display: flex;
  }
}
.f-uploader__file-selected {
  display: none;
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
}
.f-uploader.not-empty .f-uploader__file-selected {
  display: block;
}
@media (min-width: 577px) {
  .f-uploader {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(231, 241, 255, 0.4);
    border: 1px dashed #C4C4C4;
    border-radius: 8px;
    padding: 20px 40px;
  }
}
@media (min-width: 577px) and (min-width: 992px) {
  .f-uploader {
    padding: 20px 56px;
  }
}
@media (min-width: 577px) {
  .f-uploader.highlight {
    position: relative;
    background: rgba(231, 241, 255, 0.8);
    border: 1px dashed #C4C4C4;
  }
  .f-uploader.highlight:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}

@media (max-width: 575px) {
  .f-form__title {
    margin-bottom: 24px;
  }
}

.header-wrap {
  position: relative;
}
.header-top {
  background: #1E8BCE;
}
.header-top__inner {
  display: flex;
  align-items: center;
  min-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-top__city-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #FFFFFF;
}
.header-top__city-btn i {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25 16C6.25 16 12.25 10.314 12.25 6C12.25 4.4087 11.6179 2.88258 10.4926 1.75736C9.36742 0.632141 7.8413 0 6.25 0C4.6587 0 3.13258 0.632141 2.00736 1.75736C0.882141 2.88258 0.25 4.4087 0.25 6C0.25 10.314 6.25 16 6.25 16ZM6.25 9C5.45435 9 4.69129 8.68393 4.12868 8.12132C3.56607 7.55871 3.25 6.79565 3.25 6C3.25 5.20435 3.56607 4.44129 4.12868 3.87868C4.69129 3.31607 5.45435 3 6.25 3C7.04565 3 7.80871 3.31607 8.37132 3.87868C8.93393 4.44129 9.25 5.20435 9.25 6C9.25 6.79565 8.93393 7.55871 8.37132 8.12132C7.80871 8.68393 7.04565 9 6.25 9Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 13px;
  height: 16px;
}
.header-top__city-btn:after {
  border: none;
  margin-left: -5px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 1.48106L3.85064 4.22621C4.03556 4.42135 4.28339 4.51894 4.53127 4.51894C4.7791 4.51894 5.02692 4.42135 5.21185 4.22621L7.81252 1.48106' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  height: 6px;
  width: 9px;
}
.header-top__city-btn:hover {
  opacity: 0.9;
  color: #ffffff;
  text-decoration: none;
}
.header-top__nav {
  display: flex;
  gap: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
}
.header-top__nav span {
  color: #102C6D;
}
@media (max-width: 991px) {
  .header-top__nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-top__nav {
    margin: 0 auto;
  }
}

.header {
  box-sizing: border-box;
  z-index: 90;
  width: 100%;
  transition: all 0.6s;
  position: relative;
  background-color: #1E8BCE;
}
.header__back {
  display: none;
  height: 67px;
}
.header__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  min-height: 67px;
}
@media (max-width: 991px) {
  .header__inner {
    height: 47px;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .header__inner {
    justify-content: space-between;
    padding: 10px 0;
  }
}
.header__logo {
  box-sizing: border-box;
  margin-right: 57px;
}
.header__logo__link img {
  vertical-align: top;
  height: 44px;
}
.header__logo__link img:hover {
  filter: drop-shadow(0 0 8px rgba(16, 44, 109, 0.75));
}
@media (max-width: 991px) {
  .header__logo__link img {
    height: 44px;
  }
}
.header__nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  transition: color 0.25s;
  text-decoration: none;
  opacity: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.header__nav__link:hover {
  color: #102C6D;
  text-decoration: none;
}
.header__nav__link.active {
  color: #102C6D;
}
@media (min-width: 992px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 11px;
  }
}
.header__menu-toggle {
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
.header__menu-toggle div {
  width: calc(100% - 4px);
  height: 4px;
  background-color: #ffffff;
  display: block;
  margin-top: 4px;
  transition: all 0.6s ease-in-out;
}
.header__menu-toggle div:first-child {
  margin-top: 0;
}
.header__menu-toggle.opened {
  transition: all 600ms ease-in-out;
  background-color: rgba(255, 255, 255, 0.2);
}
.header__menu-toggle.opened > div:first-child {
  transform: translateY(9px) rotate(-135deg);
  transition: all 0.6s ease-in-out;
  background-color: #1E8BCE;
}
.header__menu-toggle.opened > div:nth-child(2) {
  opacity: 0;
  transition: 0.4s ease;
}
.header__menu-toggle.opened > div:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  transition: all 0.6s ease-in-out;
  background-color: #1E8BCE;
}
.header__phone a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .header__phone a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .header__phone {
    margin-left: auto;
  }
}
.header__button .ui-button {
  height: 47px;
}
@media (max-width: 991px) {
  .header__button .ui-button {
    border-color: #1E8BCE;
    background: #1E8BCE;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .header__button {
    margin-left: 22px;
  }
}
@media (max-width: 991px) {
  .header__button {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .header__menu-blind {
    flex: 1;
    display: flex;
    position: relative;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .header__menu-blind {
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    position: fixed;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 4;
    right: -100%;
    top: 0;
    width: 100%;
    max-width: 310px;
    transition: right 0.4s ease-out;
    overflow: auto;
    background-color: #FFFFFF;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 35px 20px;
  }
  .header__menu-blind__close {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6663 11.6667L23.333 23.3333M11.6663 23.3333L23.333 11.6667' stroke='%23302F38' stroke-opacity='0.9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
  }
  .header__menu-blind .header__nav {
    flex-direction: column;
    padding: 24px 0;
    align-items: start;
    gap: 10px;
    margin-bottom: 60px;
    text-align: left;
    width: 100%;
  }
  .header__menu-blind .header__nav__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .header__menu-blind .header__nav__link {
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #393A22;
    opacity: 0.8;
  }
  .header__menu-blind .header__nav__link.active {
    opacity: 1;
    background: none;
    color: #1E8BCE;
  }
  .header__menu-blind .header__search {
    width: 100%;
    display: flex;
  }
  .header__menu-blind .header__search__input {
    width: calc(100% - 60px);
    padding: 5px 15px;
    font-size: 16px;
    line-height: 23px;
    height: 60px;
    border: 1px solid #BDBDBD;
  }
  .header__menu-blind .header__search__submit {
    width: 60px;
    height: 60px;
  }
  .header__menu-blind .header__phone {
    text-align: center;
  }
  .header__menu-blind .header__phone a {
    font-weight: 700;
    margin-top: 10px;
    font-size: 16px;
    color: #393A22;
    text-decoration: none;
    display: inline-block;
  }
  .header__menu-blind .header__phone a:before {
    top: calc(50% - 8px);
  }
  .header__menu-blind.opened {
    right: 0;
  }
}

.is-sticky-header .header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(30, 139, 206, 0.8);
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.2);
}
.is-sticky-header .header__back {
  display: block;
}

.short-banner {
  background: #1E8BCE;
  padding-top: 53px;
  margin-bottom: 40px;
}
.short-banner__form {
  position: relative;
  top: 25px;
}
@media (min-width: 992px) {
  .short-banner {
    margin-bottom: 80px;
  }
}

.main-banner {
  position: relative;
  z-index: 3;
  background: #1E8BCE;
  padding: 40px 0;
  margin-bottom: 40px;
}
.main-banner__title {
  font-size: 32px;
  color: #fff;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 23px;
}
@media (min-width: 992px) {
  .main-banner__title {
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 23px;
  }
}
.main-banner__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .main-banner__description {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .main-banner__description {
    font-size: 24px;
    line-height: 31px;
  }
}
.main-banner__form {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 30px;
}
.main-banner__form__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  text-align: center;
  margin-bottom: 56px;
}
.main-banner__form .f-group {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .main-banner__form {
    position: relative;
    bottom: -80px;
  }
}
@media (min-width: 992px) {
  .main-banner__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .main-banner {
    margin-bottom: 80px;
  }
}

.h-adventures {
  margin-bottom: 80px;
}
.h-adventures__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  padding: 20px;
}
.h-adventures__list__item {
  color: #44474f;
  background: #FFFFFF;
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding: 20px;
  min-height: 150px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.h-adventures__list__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
}
.h-adventures__list__item__icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  background: #1E8BCE;
  border-radius: 50%;
  margin-right: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.h-adventures__list__item__icon img {
  vertical-align: top;
}
@media (min-width: 992px) {
  .h-adventures__list__item {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .h-adventures__list {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
  }
}
@media (min-width: 992px) {
  .h-adventures {
    margin-bottom: 80px;
  }
}

.h-counters {
  background: #FFFFFF;
  padding: 30px 0;
  margin-bottom: 40px;
}
.h-counters__tabs {
  margin-bottom: 16px;
}
.h-counters__list > a {
  display: flex;
  align-items: start;
  gap: 20px;
  min-height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #393A22;
}
@media (min-width: 992px) {
  .h-counters__list > a > strong {
    flex: 1;
    text-align: right;
  }
}
.h-counters__list > a > span {
  font-weight: 400;
  font-size: 16px;
  width: 80px;
}
@media (min-width: 992px) {
  .h-counters__list > a > span {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .h-counters__list > a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .h-counters {
    padding: 60px 0;
    margin-bottom: 80px;
  }
}

.h-services {
  margin-bottom: 60px;
}
.h-services .ui-section__title {
  text-align: center;
  color: #3A3845;
}
@media (min-width: 992px) {
  .h-services .ui-section__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 105px;
  }
}
.h-services .row {
  --ui-gutter-x: 28px;
  --ui-gutter-y: 31px;
}
@media (min-width: 992px) {
  .h-services__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 991px) {
  .h-services {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .h-services {
    margin-bottom: 120px;
  }
}

.h-best-doc__list {
  --ui-gutter-y: 40px;
  margin-bottom: 40px;
}

.doc {
  display: block;
  color: #393A22;
  background: #FFFFFF;
  border-radius: 7px;
  padding: 20px;
  transition: all 0.3s;
}
.doc__card {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}
.doc__card__img {
  width: 166px;
  flex: 0 0 166px;
  overflow: hidden;
  border: 1px solid #102C6D;
  border-radius: 7px;
  position: relative;
}
.doc__card__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}
.doc__card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.doc__card__name {
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 10px;
}
.doc__card__name > div {
  font-weight: bold;
  color: #102C6D;
}
@media (min-width: 992px) {
  .doc__card__name {
    font-size: 24px;
  }
}
.doc__card__position {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .doc__card__position {
    font-size: 16px;
  }
}
.doc__card__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.doc__card__rating__note {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .doc__card__rating__note {
    font-size: 16px;
  }
}
.doc__card__price {
  margin-top: auto;
}
.doc__card__price__note {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.doc__card__price__value {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #102C6D;
}
@media (min-width: 992px) {
  .doc__card {
    min-height: 226px;
  }
}
.doc__footer {
  text-align: center;
}
.doc__desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 20px;
}
.doc:hover {
  color: #393A22;
  text-decoration: none;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.card-item {
  display: block;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid #B2B2B2;
  border-radius: 20px;
  padding: 54px 20px 54px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
}
.card-item__img {
  position: relative;
  text-align: center;
}
.card-item__img img {
  vertical-align: top;
}
.card-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  font-weight: 700;
  color: #393A22;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 28px;
}
.card-item__hover .card-item__description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 36px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .card-item__hover .card-item__description {
    color: #FFFFFF;
    margin-top: 0px;
  }
}
.card-item__hover .card-item__footer {
  text-align: center;
}
.card-item__hover .card-item__title {
  color: #fff;
  margin-bottom: 34px;
  min-height: auto;
  display: none;
}
@media (min-width: 992px) {
  .card-item__hover .card-item__title {
    display: block;
  }
}
@media (min-width: 992px) {
  .card-item__hover {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: 50%;
    width: calc(100% + 2px);
    transform: translateY(-50%);
    transition: all 0.3s;
    padding: 36px 20px;
    background: #FFFFFF;
    border: 1px solid #B2B2B2;
    border-radius: 20px;
    opacity: 0;
    z-index: 5;
  }
}
.card-item:hover {
  background: #06283D;
  border-color: #06283D;
  text-decoration: none;
  color: #fff;
}
.card-item:hover .card-item__title {
  color: #fff;
}
.card-item:hover .card-item__hover {
  height: auto;
  min-height: 100%;
  opacity: 1;
  background-color: #06283D;
  border-color: #06283D;
}
.card-item .card-item__list {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #393A22;
}
.card-item .card-item__list > div {
  padding-left: 25px;
  position: relative;
}
.card-item .card-item__list > div:before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 13px;
  background: currentColor;
}
.card-item--black {
  background: #06283D;
  border-color: #06283D;
}
.card-item--black .card-item__title {
  color: #fff;
}
.card-item--black .card-item__list {
  color: #FFFFFF;
}
.card-item--black:hover {
  background: #FFFFFF;
  border: 1px solid #B2B2B2;
}
.card-item--black:hover .card-item__list,
.card-item--black:hover .card-item__title {
  color: #393A22;
}
.card-item--decor1 {
  padding: 24px 20px 24px;
  min-height: 286px;
}
.card-item--decor1 .card-item__img {
  position: absolute;
  bottom: 24px;
  right: 37px;
}

.f-main {
  background: url("../images/stuff/bg2.png"), #1E8BCE;
  background-size: cover;
  padding: 30px 0 40px;
  margin-bottom: 30px;
}
.f-main .ui-section__title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .f-main {
    padding: 62px 0 133px;
  }
}
@media (min-width: 992px) {
  .f-main {
    margin-bottom: 60px;
  }
}

.h-articles {
  margin-bottom: 60px;
}
.h-articles .ui-section__title {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .h-articles .ui-section__title {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .h-articles__body {
    padding: 0 100px;
  }
}
@media (min-width: 992px) {
  .h-articles {
    margin-bottom: 160px;
  }
}

.h-reviews {
  padding: 40px 0;
  background: #fff;
}
.h-reviews__title {
  text-align: center;
  margin-bottom: 40px;
}
.h-reviews__wrap {
  position: relative;
  padding: 0 30px 60px;
  max-width: 875px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .h-reviews__wrap {
    padding: 0 56px 60px;
  }
}
.h-reviews__nav {
  height: 30px;
  width: 18px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.h-reviews__nav--prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8875 27.5L2.48144 15' stroke='%23393A22' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.48145 15L14.8875 2.5' stroke='%23393A22' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (min-width: 992px) {
  .h-reviews__nav--prev {
    left: 0;
  }
}
.h-reviews__nav--next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.48119 27.5L14.8872 15' stroke='%23393A22' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.8872 15L2.48119 2.5' stroke='%23393A22' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (min-width: 992px) {
  .h-reviews__nav--next {
    right: 0;
  }
}
.h-reviews__pagination {
  bottom: 0 !important;
}
@media (min-width: 992px) {
  .h-reviews {
    padding: 60px 0;
  }
}

.img-square {
  padding-top: 100%;
  position: relative;
}
.img-square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.h-partners {
  margin-bottom: 40px;
}
.h-partners__content {
  background: #F2F2F2;
  border-radius: 7px 7px 0 0;
  padding: 30px 30px 40px;
}
@media (min-width: 992px) {
  .h-partners__content {
    border-radius: 7px;
    padding-right: 20%;
  }
}
.h-partners__form {
  background: #FFFFFF;
  border-radius: 0 0 7px 7px;
  padding: 60px 40px;
}
.h-partners__form__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .h-partners__form__title {
    font-size: 24px;
    line-height: 31px;
  }
}
.h-partners__form__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 40px;
  font-family: "Inter", sans-serif;
}
@media (min-width: 992px) {
  .h-partners__form {
    border-radius: 7px;
  }
}
.h-partners__list {
  max-width: 560px;
}
.h-partners__list .row {
  --ui-gutter-y: 40px;
}
.h-partners__list__all__img {
  padding-top: calc(100% - 36px);
  background: #1E8BCE;
  position: relative;
}
.h-partners__list__all__img img {
  position: absolute;
  width: 100%;
  height: 44px;
  top: calc(50% - 22px);
  object-fit: contain;
}
.h-partners__list__all__text {
  margin-top: 10px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  padding-right: 30px;
  font-weight: 700;
  font-size: 20px;
  color: #102C6D;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='18' viewBox='0 0 29 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.3929 9.00086L19.4024 18L18.5124 17.1103L25.9875 9.62922H0V8.37078H25.9857L18.5124 0.891466L19.4024 0L27.5047 8.1094L28.3929 9.00086Z' fill='%23102C6D'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}
@media (min-width: 992px) {
  .h-partners {
    margin-bottom: 80px;
  }
  .h-partners .row {
    align-items: center;
  }
  .h-partners .col-form {
    margin-left: -16.66666667%;
  }
}

.h-products {
  overflow: hidden;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .h-products .ui-section__title {
    margin-bottom: 48px;
    text-align: center;
  }
}
.h-products__pagination {
  --bullet-active-color: #fff;
  --bullet-active-border-color: #EC008D;
  --bullet-inactive-color: #366695;
  padding: 8px 0 !important;
  bottom: -50px !important;
}
@media (min-width: 992px) {
  .h-products__pagination {
    bottom: -70px !important;
  }
}
@media (min-width: 992px) {
  .h-products {
    margin-bottom: 90px;
  }
}

.h-about {
  margin-bottom: 60px;
}
.h-about .ui-section__title {
  color: #393A22;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 993px) {
  .h-about .ui-section__title {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 46px;
  }
}
.h-about__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "Inter", sans-serif;
}
.h-about__img {
  overflow: hidden;
  border-radius: 7px;
}
.h-about__img img {
  width: 100%;
  vertical-align: top;
}
@media (min-width: 992px) {
  .h-about {
    margin-bottom: 100px;
  }
}

.h-steps {
  margin-bottom: 49px;
}
@media (min-width: 992px) {
  .h-steps__body {
    padding-left: 100px;
  }
}
.h-steps .ui-section__title {
  margin-bottom: 30px;
}
@media (min-width: 993px) {
  .h-steps .ui-section__title {
    margin-bottom: 52px;
    text-align: center;
  }
}
.h-steps__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .h-steps__items {
    flex-direction: row;
  }
}
.h-steps__item {
  position: relative;
}
.h-steps__item__img {
  margin-bottom: 10px;
}
.h-steps__item__img img {
  vertical-align: top;
}
.h-steps__item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #3A3845;
}
@media (max-width: 991px) {
  .h-steps__item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .h-steps__item__img {
    margin: 0;
    flex: 0 0 50px;
  }
}
.h-steps__item:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  opacity: 0.2;
  width: 50px;
  height: 1px;
  background: #515570;
}
@media (max-width: 991px) {
  .h-steps__item:not(:last-child):before {
    right: calc(50% - 25px);
  }
}
@media (min-width: 992px) {
  .h-steps__item {
    padding-bottom: 46px;
  }
}
@media (min-width: 992px) {
  .h-steps {
    margin-bottom: 66px;
  }
}

.h-questions {
  margin-bottom: 60px;
}
.h-questions .ui-section__title {
  margin-bottom: 30px;
}
@media (min-width: 993px) {
  .h-questions .ui-section__title {
    margin-bottom: 52px;
  }
}
.h-questions .accordion-item {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 15px 0;
  margin: 0;
}
.h-questions .accordion-item .accordion-header {
  margin: 0;
}
.h-questions .accordion-item .accordion-button {
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  font-weight: 700;
  color: #3A3845;
}
.h-questions .accordion-item .accordion-button:after {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='8' width='17' height='2' fill='%23D9D9D9'/%3E%3Crect x='7.5' y='17.5' width='17' height='2' transform='rotate(-90 7.5 17.5)' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  transition: all 0.3s;
}
.h-questions .accordion-item .accordion-button:not(.collapsed):after {
  transform: rotate(-45deg);
}
@media (min-width: 993px) {
  .h-questions .accordion-item .accordion-button {
    font-size: 20px;
  }
}
.h-questions .accordion-item .accordion-body {
  padding: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(6, 40, 61, 0.5);
}
@media (min-width: 993px) {
  .h-questions .accordion-item .accordion-body {
    font-size: 16px;
    line-height: 19px;
  }
}
.h-questions .accordion-item:first-child {
  padding-top: 0;
}
@media (min-width: 992px) {
  .h-questions .accordion-item {
    padding: 40px 0 19px;
  }
}
@media (min-width: 992px) {
  .h-questions {
    margin-bottom: 70px;
  }
}

.h-request-banner {
  background-color: #06283D;
  background-image: url("../images/stuff/bg4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 40px;
  text-align: center;
}
.h-request-banner__title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 19px;
}
@media (min-width: 992px) {
  .h-request-banner__title {
    font-size: 40px;
    line-height: 51px;
  }
}
.h-request-banner__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 19px;
}
@media (min-width: 992px) {
  .h-request-banner__text {
    font-size: 24px;
    line-height: 28px;
  }
}
.h-request-banner .ui-button {
  height: 43px;
}
.h-request-banner--decor2 {
  background-color: #102C6D;
  background-image: url("../images/stuff/bg6.png");
}
@media (min-width: 992px) {
  .h-request-banner {
    padding: 93px 0 86px;
  }
}

.p-services {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .p-services .col-btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .p-services {
    margin-bottom: 120px;
  }
  .p-services__list {
    --ui-gutter-y: 20px;
  }
  .p-services__list--space-3 .p-services__list__text .ui-button {
    display: none;
  }
  .p-services__list--space-2 .col-btn {
    display: none;
  }
  .p-services__list--space-1 .p-services__list__text .ui-button {
    display: none;
  }
  .p-services__list--space-1 .col-txt {
    flex: 0 0 auto;
    width: 75%;
  }
}

.p-products {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .p-products {
    margin-bottom: 170px;
  }
}

.h-welcome {
  background: #ffffff;
  padding: 60px 0;
}
.h-welcome .ui-section__title {
  margin-bottom: 20px;
}
.h-welcome__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

.modal {
  --ui-modal-width: 420px;
  --ui-modal-padding: 24px;
  --ui-modal-margin: 30px;
  --ui-modal-border-radius: 15px;
  --ui-modal-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  --ui-modal-header-padding: 20px 24px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal .f-group {
  margin-bottom: 15px;
}
.modal .btn-close {
  position: absolute;
  cursor: pointer;
  top: 21px;
  right: 24px;
  -webkit-mask-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%3Cpath d='M19.2847 18.2156C19.4255 18.3578 19.5045 18.5499 19.5045 18.75C19.5045 18.9501 19.4255 19.1422 19.2847 19.2844C19.1413 19.423 18.9497 19.5005 18.7503 19.5005C18.5509 19.5005 18.3593 19.423 18.2159 19.2844L12.0003 13.0594L5.78469 19.2844C5.64133 19.423 5.44972 19.5005 5.25031 19.5005C5.0509 19.5005 4.85929 19.423 4.71594 19.2844C4.5751 19.1422 4.49609 18.9501 4.49609 18.75C4.49609 18.5499 4.5751 18.3578 4.71594 18.2156L10.9409 12L4.71594 5.78438C4.59634 5.63866 4.53522 5.45366 4.54447 5.26537C4.55372 5.07708 4.63267 4.89896 4.76597 4.76566C4.89927 4.63236 5.07739 4.55341 5.26568 4.54416C5.45397 4.53491 5.63897 4.59603 5.78469 4.71563L12.0003 10.9406L18.2159 4.71563C18.3617 4.59603 18.5467 4.53491 18.7349 4.54416C18.9232 4.55341 19.1014 4.63236 19.2347 4.76566C19.368 4.89896 19.4469 5.07708 19.4562 5.26537C19.4654 5.45366 19.4043 5.63866 19.2847 5.78438L13.0597 12L19.2847 18.2156Z' fill='black'/%3E%3C/svg%3E%0A");
  mask-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%3Cpath d='M19.2847 18.2156C19.4255 18.3578 19.5045 18.5499 19.5045 18.75C19.5045 18.9501 19.4255 19.1422 19.2847 19.2844C19.1413 19.423 18.9497 19.5005 18.7503 19.5005C18.5509 19.5005 18.3593 19.423 18.2159 19.2844L12.0003 13.0594L5.78469 19.2844C5.64133 19.423 5.44972 19.5005 5.25031 19.5005C5.0509 19.5005 4.85929 19.423 4.71594 19.2844C4.5751 19.1422 4.49609 18.9501 4.49609 18.75C4.49609 18.5499 4.5751 18.3578 4.71594 18.2156L10.9409 12L4.71594 5.78438C4.59634 5.63866 4.53522 5.45366 4.54447 5.26537C4.55372 5.07708 4.63267 4.89896 4.76597 4.76566C4.89927 4.63236 5.07739 4.55341 5.26568 4.54416C5.45397 4.53491 5.63897 4.59603 5.78469 4.71563L12.0003 10.9406L18.2159 4.71563C18.3617 4.59603 18.5467 4.53491 18.7349 4.54416C18.9232 4.55341 19.1014 4.63236 19.2347 4.76566C19.368 4.89896 19.4469 5.07708 19.4562 5.26537C19.4654 5.45366 19.4043 5.63866 19.2847 5.78438L13.0597 12L19.2847 18.2156Z' fill='black'/%3E%3C/svg%3E%0A");
  background-color: #393A22;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 24px;
  height: 34px;
  z-index: 10;
}
.modal .btn-close:hover {
  background-color: #1E8BCE;
}
@media (max-width: 991px) {
  .modal .btn-close {
    right: 24px;
    top: 14px;
  }
}

.modal.fade {
  transition: opacity 0.15s linear;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--ui-modal-margin);
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  max-width: var(--ui-modal-width);
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--ui-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(--ui-modal-margin) * 2);
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--ui-modal-header-padding);
  border-radius: var(--ui-modal-border-radius) var(--ui-modal-border-radius) 0 0;
}

.modal-title {
  margin-bottom: 0;
}

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

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--ui-modal-padding) - var(--ui-modal-footer-gap) * 0.5);
  background-color: #fff;
  border-radius: 0 0 var(--ui-modal-border-radius) var(--ui-modal-border-radius);
}
.modal-footer > * {
  margin: calc(var(--ui-modal-footer-gap) * 0.5);
}

@media (max-width: 991px) {
  .modal-dialog {
    max-width: var(--ui-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --ui-modal-width: 100%;
  }
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #1E8BCE;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #1E8BCE, 0 0 5px #1E8BCE;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

.page-info {
  position: relative;
  z-index: 5;
}
.page-info__breadcrumb {
  margin-top: 18px;
}
.page-info__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 30px 0 0;
}
@media (min-width: 992px) {
  .page-info__title {
    font-size: 48px;
    line-height: 54px;
    margin: 68px 0 0;
  }
}

.page-h2 {
  font-family: "Futura PT", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #3A3845;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-h2 {
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 40px;
  }
}

.page-h2__sub {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #3A3845;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-h2__sub {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 40px;
  }
}

.page-text {
  color: #393A22;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.page-text ol, .page-text ul {
  margin: 0;
}
.page-text ol:not(:last-child), .page-text ul:not(:last-child) {
  margin-bottom: 40px;
}
.page-text ol li {
  line-height: 21px;
}
.page-text h2:not(:first-child), .page-text h3:not(:first-child), .page-text h4:not(:first-child), .page-text h5:not(:first-child), .page-text h6:not(:first-child) {
  margin-top: 50px;
}
.page-text h2, .page-text h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #44474f;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-text h2, .page-text h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
.page-text h2:not(:first-child), .page-text h3:not(:first-child) {
  margin-top: 60px;
}
.page-text h4, .page-text h5, .page-text h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .page-text h4, .page-text h5, .page-text h6 {
    font-size: 22px;
  }
}
.page-text a {
  color: #1E8BCE;
  text-decoration: underline;
  transition: all 0.25s;
}
.page-text a:hover {
  text-decoration: none;
}
.page-text p {
  margin-bottom: 10px;
}
.page-text img {
  max-width: 100%;
  vertical-align: top;
  border-radius: 10px;
}
.page-text strong i {
  font-style: normal;
  color: #1E8BCE;
}
.page-text blockquote {
  border-bottom: 17px solid #1E8BCE;
  padding-bottom: 20px;
  font-weight: 700;
}
.page-text .subtitle {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .page-text .subtitle {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .page-text {
    font-size: 16px;
    line-height: 21px;
  }
}

.page-util__v-justify__footer {
  text-align: center;
}
@media (max-width: 991px) {
  .page-util__v-justify__footer {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .page-util__v-justify__footer {
    text-align: right;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .page-util__v-justify {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
  }
}

.a-page .title-h1 {
  margin-bottom: 32px;
}
.a-page__preview {
  margin-bottom: 60px;
}
.a-page__preview__img img {
  vertical-align: top;
  max-width: 100%;
}
@media (max-width: 991px) {
  .a-page__preview__img {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .a-page__preview {
    margin-bottom: 80px;
  }
}
.a-page__decor1 {
  background: #06283D;
  padding: 30px 20px;
  margin-bottom: 60px;
}
.a-page__decor1__img img {
  vertical-align: top;
  max-width: 100%;
}
@media (max-width: 991px) {
  .a-page__decor1__img {
    margin-bottom: 30px;
  }
}
.a-page__decor1__title {
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .a-page__decor1__title {
    font-size: 40px;
    line-height: 51px;
  }
}
.a-page__decor1__text {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .a-page__decor1 {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .a-page {
    margin-bottom: 100px;
  }
}
.a-page__node {
  margin-bottom: 60px;
}
.a-page__author {
  margin-bottom: 60px;
  display: inline-flex;
  text-align: left;
}
.a-page__author__img {
  border-radius: 50%;
  margin-right: 10px;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  align-self: center;
}
.a-page__author__body {
  flex: 1;
  max-width: 200px;
}
.a-page__author__label {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.a-page__author__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
.a-page__author__position {
  font-size: 10px;
  line-height: 13px;
}

.ui-pagination {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
}
.ui-pagination__current, .ui-pagination__page, .ui-pagination__sep {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #393A22;
  opacity: 0.5;
  min-width: 30px;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .ui-pagination__current, .ui-pagination__page, .ui-pagination__sep {
    min-width: 62px;
    font-size: 18px;
  }
}
.ui-pagination__current:hover, .ui-pagination__page:hover, .ui-pagination__sep:hover {
  opacity: 1;
}
.ui-pagination__current {
  font-weight: 700;
  opacity: 1;
  color: #102C6D;
}
.ui-pagination__item-prev, .ui-pagination__item-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 40px;
  color: #393A22;
  /* blue */
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 71px;
}
.ui-pagination__item-prev.active, .ui-pagination__item-next.active {
  background: #102C6D;
  color: #fff;
}
@media (min-width: 992px) {
  .ui-pagination {
    margin: 62px 0;
  }
}

.page-numbers {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border: 1px solid #b4b7bd;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #242424;
  text-decoration: none !important;
  vertical-align: top;
  position: relative;
}

.page-numbers.dots {
  border: none;
}

.page-numbers.next, .page-numbers.prev {
  background: #f5f5f5;
  border-color: #f5f5f5;
  text-indent: -999999px;
}

.page-numbers.next:before, .page-numbers.prev:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #b4b7bd;
}

.page-numbers.prev:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.883461 6.00456C0.883461 5.80289 0.956796 5.61956 1.10346 5.47289L5.87013 0.889556C6.16346 0.614556 6.62179 0.614552 6.91513 0.907885C7.19013 1.20122 7.19012 1.65957 6.89679 1.9529L2.68013 6.00456L6.89679 10.0562C7.19012 10.3312 7.19013 10.8079 6.91513 11.1012C6.64013 11.3946 6.16346 11.3945 5.87013 11.1195L1.10346 6.53623C0.956796 6.38957 0.883461 6.20623 0.883461 6.00456Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.883461 6.00456C0.883461 5.80289 0.956796 5.61956 1.10346 5.47289L5.87013 0.889556C6.16346 0.614556 6.62179 0.614552 6.91513 0.907885C7.19013 1.20122 7.19012 1.65957 6.89679 1.9529L2.68013 6.00456L6.89679 10.0562C7.19012 10.3312 7.19013 10.8079 6.91513 11.1012C6.64013 11.3946 6.16346 11.3945 5.87013 11.1195L1.10346 6.53623C0.956796 6.38957 0.883461 6.20623 0.883461 6.00456Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
}

.page-numbers.next:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1165 11.0046C14.1165 10.8029 14.0432 10.6196 13.8965 10.4729L9.12987 5.88956C8.83654 5.61456 8.37821 5.61455 8.08487 5.90789C7.80987 6.20122 7.80988 6.65957 8.10321 6.9529L12.3199 11.0046L8.10321 15.0562C7.80988 15.3312 7.80987 15.8079 8.08487 16.1012C8.35987 16.3946 8.83654 16.3945 9.12987 16.1195L13.8965 11.5362C14.0432 11.3896 14.1165 11.2062 14.1165 11.0046Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1165 11.0046C14.1165 10.8029 14.0432 10.6196 13.8965 10.4729L9.12987 5.88956C8.83654 5.61456 8.37821 5.61455 8.08487 5.90789C7.80987 6.20122 7.80988 6.65957 8.10321 6.9529L12.3199 11.0046L8.10321 15.0562C7.80988 15.3312 7.80987 15.8079 8.08487 16.1012C8.35987 16.3946 8.83654 16.3945 9.12987 16.1195L13.8965 11.5362C14.0432 11.3896 14.1165 11.2062 14.1165 11.0046Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
}

.page-numbers.current {
  border-color: #1E8BCE !important;
  background-color: #1E8BCE !important;
  color: #fff !important;
  cursor: default !important;
}

.portfolio-page__preview {
  margin-bottom: 30px;
}
.portfolio-page__preview__title {
  font-weight: 700;
  color: #242424;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  padding-left: 20px;
  border-left: 8px solid #794A2D;
}
@media (min-width: 992px) {
  .portfolio-page__preview__title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 30px;
  }
}
.portfolio-page__preview__text {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #242424;
}
@media (min-width: 992px) {
  .portfolio-page__preview__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.portfolio-page__preview__image {
  max-width: 100%;
  vertical-align: top;
}
@media (max-width: 991px) {
  .portfolio-page__preview__image {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .portfolio-page__preview {
    margin-bottom: 50px;
  }
}
.portfolio-page__text {
  max-width: 960px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .portfolio-page__text {
    margin-bottom: 50px;
  }
}
.portfolio-page__share {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .portfolio-page__share {
    margin-bottom: 50px;
  }
}
.portfolio-page__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
}
.portfolio-page__footer__prev, .portfolio-page__footer__next {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #242424;
  transition: all 0.25s;
  position: relative;
}
.portfolio-page__footer__prev:before, .portfolio-page__footer__next:before {
  content: "";
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  width: 12px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
}
.portfolio-page__footer__prev:hover, .portfolio-page__footer__next:hover {
  text-decoration: none;
  color: #1E8BCE;
}
@media (min-width: 992px) {
  .portfolio-page__footer__prev, .portfolio-page__footer__next {
    font-size: 20px;
  }
}
.portfolio-page__footer__prev {
  padding-left: 22px;
}
.portfolio-page__footer__prev:before {
  left: 0;
  mask-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.92473 18.333L1.65405 9.99967' stroke='%23242424' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.65405 10L9.92473 1.66667' stroke='%23242424' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.portfolio-page__footer__next {
  padding-right: 22px;
}
.portfolio-page__footer__next:before {
  right: 0;
  mask-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.65413 18.333L9.92481 9.99967' stroke='%23242424' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.9248 10L1.65413 1.66667' stroke='%23242424' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.portfolio-map__title {
  font-weight: 700;
  font-size: 184px;
  line-height: 24px;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .portfolio-map__title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 60px;
  }
}
.portfolio-map__wrap {
  border: 1px solid #242424;
  overflow: hidden;
}

.portfolio-filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.portfolio-filter__toolbar {
  margin-bottom: 50px;
}
.portfolio-filter__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #393A22;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .portfolio-filter__title {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  .portfolio-filter {
    gap: 10px;
  }
}

.reviews-list {
  margin-bottom: 50px;
  --ui-gutter-y: 50px;
}
@media (min-width: 992px) {
  .reviews-list {
    --ui-gutter-y: 50px;
  }
}

.review-item__header {
  border-bottom: 1px solid #393A22;
  margin-bottom: 10px;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .review-item__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.review-item__title {
  color: #333;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.review-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.review-item__position {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #102C6D;
}
.review-item__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #242424;
  opacity: 0.5;
}
.review-item__image {
  cursor: pointer;
  position: relative;
  width: 126px;
}
.review-item__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(36, 36, 36, 0.5), rgba(36, 36, 36, 0.5));
  border: 1px solid #794A2D;
  transition: all 0.25s;
}
.review-item__image:after {
  content: "";
  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_1_738)'%3E%3Cpath d='M29.1761 25.199L22.6136 18.6365C22.5952 18.6182 22.5762 18.6009 22.5576 18.5832C23.7091 16.7228 24.375 14.5316 24.375 12.1875C24.375 5.46756 18.9079 0 12.1875 0C5.46709 0 0 5.46756 0 12.1875C0 18.9074 5.46709 24.375 12.1875 24.375C14.5317 24.375 16.7229 23.7091 18.5832 22.5575C18.6009 22.5762 18.6182 22.5952 18.6365 22.6135L25.199 29.176C25.7479 29.7254 26.4679 30 27.1875 30C27.9071 30 28.6271 29.7253 29.1761 29.176C30.2747 28.0783 30.2747 26.2967 29.1761 25.199ZM3.75 12.1875C3.75 7.5348 7.53527 3.75 12.1875 3.75C16.8397 3.75 20.625 7.5348 20.625 12.1875C20.625 16.8402 16.8397 20.625 12.1875 20.625C7.53527 20.625 3.75 16.8402 3.75 12.1875Z' fill='white'/%3E%3Cpath d='M15.9375 10.3125H14.0625V8.4375C14.0625 7.40203 13.223 6.5625 12.1875 6.5625C11.152 6.5625 10.3125 7.40203 10.3125 8.4375V10.3125H8.4375C7.40203 10.3125 6.5625 11.152 6.5625 12.1875C6.5625 13.223 7.40203 14.0625 8.4375 14.0625H10.3125V15.9375C10.3125 16.973 11.152 17.8125 12.1875 17.8125C13.223 17.8125 14.0625 16.973 14.0625 15.9375V14.0625H15.9375C16.973 14.0625 17.8125 13.223 17.8125 12.1875C17.8125 11.152 16.973 10.3125 15.9375 10.3125Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_738'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  transition: all 0.25s;
  transform: scale(1);
}
.review-item__image:hover:after {
  transform: scale(1.15);
}
.review-item__image img {
  vertical-align: top;
}
.review-item__image:hover:before {
  background: linear-gradient(0deg, rgba(36, 36, 36, 0.7), rgba(36, 36, 36, 0.7));
}
@media (max-width: 991px) {
  .review-item__image {
    margin: 15px auto 0;
  }
}
@media (min-width: 992px) {
  .review-item {
    width: 100%;
  }
}

.review-form {
  background: #1E8BCE;
  padding: 60px 0 30px;
  margin-bottom: 40px;
}
.review-form__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 46px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .review-form__title {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
.review-form .f-group:not(:last-child) {
  margin-bottom: 20px;
}
.review-form__footer {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .review-form__footer {
    display: flex;
    gap: 60px;
    align-items: center;
  }
  .review-form__footer .ui-button {
    margin-left: auto;
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .review-form {
    margin-bottom: 80px;
  }
  .review-form textarea.f-control {
    height: 100%;
  }
}

.stars {
  display: inline-flex;
  gap: 2px;
  --star-active: #1E8BCE;
  --star-inactive: #F2F2F2;
}
.stars > div {
  height: 28px;
  width: 28px;
  background-color: var(--star-inactive, #F2F2F2);
  mask-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%3Cpath d='M11.0877 1.03272C11.4411 0.245346 12.5589 0.245347 12.9123 1.03272L15.6493 7.13092C15.7947 7.45491 16.1011 7.67748 16.4541 7.71565L23.0996 8.43424C23.9577 8.52702 24.3031 9.59017 23.6635 10.1696L18.7095 14.6571C18.4463 14.8955 18.3293 15.2556 18.4021 15.6032L19.7723 22.1455C19.9492 22.9902 19.0448 23.6473 18.2961 23.218L12.4974 19.8932C12.1893 19.7166 11.8107 19.7166 11.5026 19.8932L5.7039 23.218C4.95519 23.6473 4.05082 22.9902 4.22773 22.1455L5.59789 15.6032C5.67068 15.2556 5.55367 14.8955 5.29047 14.6571L0.336518 10.1696C-0.303117 9.59017 0.0423248 8.52702 0.900367 8.43424L7.54587 7.71565C7.89894 7.67748 8.20528 7.45491 8.35069 7.13092L11.0877 1.03272Z' fill='%231E8BCE'/%3E%3C/svg%3E%0A");
  -webkit-mask-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%3Cpath d='M11.0877 1.03272C11.4411 0.245346 12.5589 0.245347 12.9123 1.03272L15.6493 7.13092C15.7947 7.45491 16.1011 7.67748 16.4541 7.71565L23.0996 8.43424C23.9577 8.52702 24.3031 9.59017 23.6635 10.1696L18.7095 14.6571C18.4463 14.8955 18.3293 15.2556 18.4021 15.6032L19.7723 22.1455C19.9492 22.9902 19.0448 23.6473 18.2961 23.218L12.4974 19.8932C12.1893 19.7166 11.8107 19.7166 11.5026 19.8932L5.7039 23.218C4.95519 23.6473 4.05082 22.9902 4.22773 22.1455L5.59789 15.6032C5.67068 15.2556 5.55367 14.8955 5.29047 14.6571L0.336518 10.1696C-0.303117 9.59017 0.0423248 8.52702 0.900367 8.43424L7.54587 7.71565C7.89894 7.67748 8.20528 7.45491 8.35069 7.13092L11.0877 1.03272Z' fill='%231E8BCE'/%3E%3C/svg%3E%0A");
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: relative;
}
.stars > div input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.stars[data-value="1"] div:nth-child(1) {
  background-color: var(--star-active, #1E8BCE);
}
.stars[data-value="1.5"] div:nth-child(1) {
  background-color: var(--star-active, #1E8BCE);
}
.stars[data-value="1.5"] div:nth-child(2) {
  background-image: linear-gradient(90deg, var(--star-active, #1E8BCE) 0%, var(--star-active, #1E8BCE) 50%, var(--star-inactive, #F2F2F2) 50%, var(--star-inactive, #F2F2F2) 100%);
}
.stars[data-value="2"] div:nth-child(1),
.stars[data-value="2"] div:nth-child(2) {
  background-color: var(--star-active, #1E8BCE);
}
.stars[data-value="2.5"] div:nth-child(1),
.stars[data-value="2.5"] div:nth-child(2) {
  background-color: var(--star-active, #1E8BCE);
}
.stars[data-value="2.5"] div:nth-child(3) {
  background-image: linear-gradient(90deg, var(--star-active, #1E8BCE) 0%, var(--star-active, #1E8BCE) 50%, var(--star-inactive, #F2F2F2) 50%, var(--star-inactive, #F2F2F2) 100%);
}
.stars[data-value="3"] div:nth-child(1),
.stars[data-value="3"] div:nth-child(2),
.stars[data-value="3"] div:nth-child(3) {
  background-color: var(--star-active, #1E8BCE);
}
.stars[data-value="3.5"] div:nth-child(1),
.stars[data-value="3.5"] div:nth-child(2),
.stars[data-value="3.5"] div:nth-child(3) {
  background-color: var(--star-active, #1E8BCE);
}
.stars[data-value="3.5"] div:nth-child(4) {
  background-image: linear-gradient(90deg, var(--star-active, #1E8BCE) 0%, var(--star-active, #1E8BCE) 50%, var(--star-inactive, #F2F2F2) 50%, var(--star-inactive, #F2F2F2) 100%);
}
.stars[data-value="4"] div:nth-child(1),
.stars[data-value="4"] div:nth-child(2),
.stars[data-value="4"] div:nth-child(3),
.stars[data-value="4"] div:nth-child(4) {
  background-color: var(--star-active, #1E8BCE);
}
.stars[data-value="4.5"] div:nth-child(1),
.stars[data-value="4.5"] div:nth-child(2),
.stars[data-value="4.5"] div:nth-child(3),
.stars[data-value="4.5"] div:nth-child(4) {
  background-color: var(--star-active, #1E8BCE);
}
.stars[data-value="4.5"] div:nth-child(5) {
  background-image: linear-gradient(90deg, var(--star-active, #1E8BCE) 0%, var(--star-active, #1E8BCE) 50%, var(--star-inactive, #F2F2F2) 50%, var(--star-inactive, #F2F2F2) 100%);
}
.stars[data-value="5"] div {
  background-color: var(--star-active, #1E8BCE);
}
.stars--big {
  --star-active: #102C6D;
  gap: 2px;
}
.stars--big > div {
  height: 40px;
  width: 40px;
}
.stars--input {
  --star-active: #102C6D;
}

.stars-form__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.reviews-full {
  padding: 60px 0;
  background: #ffffff;
}
.reviews-full .ui-section__title {
  text-align: center;
}
.reviews-full__item {
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.reviews-full__item__stars {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.reviews-full__item__stars__result {
  margin-right: auto;
}
.reviews-full__item__stars__all__item__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
  color: #102C6D;
}
@media (min-width: 992px) {
  .reviews-full__item__stars__all {
    display: inline-flex;
    align-items: center;
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .reviews-full__item__stars {
    display: flex;
    align-items: center;
  }
}
.reviews-full__item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.reviews-full__item__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}
.reviews-full__item__position {
  font-weight: 400;
  color: #102C6D;
  margin-bottom: 20px;
}
.reviews-full__item__date {
  color: #BDBDBD;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: var(--swiper-navigation-width, 22px);
  height: var(--swiper-navigation-height, 47px);
  margin-top: calc(0px - var(--swiper-navigation-height, 47px) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  left: -40px;
  right: auto;
  background-image: var(--swiper-navigation-prev-img, url("data:image/svg+xml,%3Csvg width='21' height='47' viewBox='0 0 21 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5838 0.271135L20.5826 0.270503L3.3633 14.9583C-1.25581 19.5774 -1.093 27.2293 3.72694 32.0492C7.7389 36.0612 17.4431 43.9401 20.5838 46.4689L20.5838 37.4442C20.0517 37.0066 19.4979 36.5495 18.9312 36.0795C15.0313 32.8447 10.8191 29.2419 8.67669 27.0995C6.4566 24.8794 6.6125 21.7842 8.16873 20.06L20.5838 9.47013L20.5838 0.271135Z' fill='%2300C1FF'/%3E%3C/svg%3E%0A"));
}

.swiper-button-next {
  right: -40px;
  left: auto;
  background-image: var(--swiper-navigation-next-img, url("data:image/svg+xml,%3Csvg width='22' height='47' viewBox='0 0 22 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.680965 0.267227L0.682125 0.266596L17.9015 14.9544C22.5206 19.5735 22.3578 27.2254 17.5378 32.0453C13.5259 36.0573 3.82171 43.9362 0.680967 46.465L0.680967 37.4403C1.21311 37.0027 1.76689 36.5456 2.3336 36.0756C6.2335 32.8408 10.4456 29.238 12.5881 27.0956C14.8082 24.8755 14.6523 21.7803 13.096 20.0561L0.680965 9.46622V0.267227Z' fill='%2300C1FF'/%3E%3C/svg%3E%0A"));
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  $bullet-size: 8px;
  $bullet-size-width: 8px;
  $bullet-size-height: 8px;
  $bullet-inactive-color:
  $bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;

  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 15px 6px;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background: var(--bullet-inactive-color, #F2F2F2);
  opacity: 0.5;
  border: 1px solid var(--bullet-inactive-border, #1E8BCE);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--bullet-active-color, #102C6D);
  box-shadow: 0 0 0 4px var(--bullet-active-border-color, #ffffff), 0 0 0 5px #1E8BCE;
  border-color: var(--bullet-active-border-color, #ffffff);
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #102C6D;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.ui-swiper--visible {
  overflow: visible;
}

.ui-tabs {
  display: flex;
  gap: 30px;
}
.ui-tabs__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #BDBDBD;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.ui-tabs__link.active {
  font-weight: 700;
  color: #393A22;
}
.ui-tabs__link.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1E8BCE;
  border-radius: 50px;
  height: 5px;
  width: 100%;
}
.ui-tabs__link:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .ui-tabs__link {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .ui-tabs {
    gap: 100px;
  }
}

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

.text {
  color: #44474f;
  font-weight: 400;
  line-height: 22px;
}
.text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
  margin-top: 50px;
}
.text h2, .text h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #44474f;
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .text h2, .text h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.text h4, .text h5, .text h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .text h4, .text h5, .text h6 {
    font-size: 22px;
  }
}
.text a {
  color: #1E8BCE;
  text-decoration: underline;
  transition: all 0.25s;
}
.text a:hover {
  text-decoration: none;
}
.text p {
  margin-bottom: 10px;
}
.text img {
  max-width: 100%;
}
.text strong i {
  font-style: normal;
  color: #1E8BCE;
}
.text ul {
  padding-left: 12px;
  margin: 0;
}
.text ul li {
  color: #44474f;
  font-weight: 400;
  font-weight: 400;
}
.text ul li::marker {
  content: "◇ ";
  color: #1E8BCE;
}

.ui-clist {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  grid-gap: 30px;
}
.ui-clist > div {
  background-repeat: no-repeat;
  background-position: left top 5px;
  background-image: 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 fill-rule='evenodd' clip-rule='evenodd' d='M13.0303 0.96967C13.3232 1.26256 13.3232 1.73744 13.0303 2.03033L6.03033 9.03033C5.73744 9.32322 5.26256 9.32322 4.96967 9.03033L0.96967 5.03033C0.676777 4.73744 0.676777 4.26256 0.96967 3.96967C1.26256 3.67678 1.73744 3.67678 2.03033 3.96967L5.5 7.43934L11.9697 0.96967C12.2626 0.676777 12.7374 0.676777 13.0303 0.96967Z' fill='black'/%3E%3C/svg%3E%0A");
  padding-left: 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #242424;
}
@media (min-width: 992px) {
  .ui-clist > div {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .ui-clist {
    grid-gap: 50px 40px;
  }
}
@media (min-width: 992px) {
  .ui-clist--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .ui-clist--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

body, html {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Futura PT", sans-serif;
  color: #393A22;
  font-weight: 400;
  background-color: #F5F8FE;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
}

a {
  transition: all 0.3s;
}

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

.row {
  --bs-gutter-x: 16px;
}
@media (min-width: 992px) {
  .row {
    --bs-gutter-x: 32px;
  }
}

.swiper-wrapper--lg,
.swiper-wrapper--lg-flex {
  position: relative;
  width: 100%;
  height: auto !important;
  z-index: auto !important;
  display: block !important;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-wrapper--lg-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.swiper-wrapper--lg-flex .swiper-slide {
  height: auto;
}

.page-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
}
.page-title span {
  color: #1E8BCE;
}
@media (min-width: 992px) {
  .page-title {
    font-size: 36px;
    line-height: 46px;
  }
}

.page-header {
  padding-top: 60px;
}
.page-header .breadcrumb {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-header .breadcrumb {
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .page-header {
    padding-top: 105px;
  }
}

.sort-wrap {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .sort-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .sort-wrap .page-title {
    margin-bottom: 0;
  }
}

.sort {
  display: inline-flex;
  align-items: center;
}
.sort__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-right: 29px;
  white-space: nowrap;
}
.sort .f-select {
  height: 41px;
  width: 200px;
}

.footer {
  flex: 0 0 auto;
  margin-top: auto;
}

.ui-slider {
  position: relative;
}
.ui-slider__menu {
  position: absolute;
  bottom: 17px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-slider__nav {
  width: 30px;
  height: 30px;
  background-color: #1E8BCE;
  border-radius: 50%;
  transition: all 0.25s;
  opacity: 1;
  z-index: 2;
  cursor: pointer;
}
.ui-slider__nav:hover {
  opacity: 0.8;
}
.ui-slider__nav--prev {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='28' viewBox='0 0 15 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0.666992L0.666626 14.0003L14 27.3337' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: auto 18px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.ui-slider__nav--next {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='28' viewBox='0 0 15 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 27.3337L14.3333 14.0003L1 0.666992' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: auto 18px;
  background-repeat: no-repeat;
  margin-left: 20px;
}
/* Библиотека: список советов (не переиспользуем h-counters, чтобы длинные заголовки не ломались в узкую колонку) */
.lib-tips{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;}
.lib-tips a{display:inline-block;width:auto;font-size:16px;line-height:1.5;color:#393A22;}
.lib-tips a:hover{text-decoration:underline;}
@media (min-width:992px){.lib-tips a{font-size:18px;}}

/* Мультигород отключён: город в шапке — статичный текст, не кликается */
.header-top__city-btn--static{cursor:default;pointer-events:none;}
.header-top__city-btn--static:hover{text-decoration:none;}

/* Слой уникализации каталога: интро + FAQ */
.catalog-intro{margin:32px 0}
.catalog-intro__lead{font-size:16px;line-height:1.6;color:#333;margin-bottom:24px;max-width:900px}
.catalog-intro__faq{max-width:900px}
.catalog-intro__faq-title{font-size:22px;font-weight:700;margin:0 0 16px}
.catalog-intro__faq-item{border:1px solid #e6e6e6;border-radius:10px;margin-bottom:10px;padding:0 18px;background:#fff}
.catalog-intro__faq-q{cursor:pointer;font-weight:600;font-size:16px;padding:16px 0;list-style:none;position:relative;padding-right:28px}
.catalog-intro__faq-q::-webkit-details-marker{display:none}
.catalog-intro__faq-q::after{content:"+";position:absolute;right:2px;top:14px;font-size:22px;font-weight:400;color:#999;transition:transform .2s}
.catalog-intro__faq-item[open] .catalog-intro__faq-q::after{content:"–"}
.catalog-intro__faq-a{padding:0 0 16px;line-height:1.6;color:#555}
