@charset "UTF-8";
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-SemiboldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-color: #212529;
  --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: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #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-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --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;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 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: 32px;
  --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: 720px;
  }
}
@media (min-width: 1100px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1137px;
  }
}
@media (min-width: 17200px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1137px;
  }
}
:root {
  --ui-breakpoint-xs: 0;
  --ui-breakpoint-sm: 576px;
  --ui-breakpoint-md: 768px;
  --ui-breakpoint-lg: 1100px;
  --ui-breakpoint-xl: 1400px;
  --ui-breakpoint-xxl: 17200px;
}

.row {
  --ui-gutter-x: 32px;
  --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.33333333%;
}

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

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

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

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

.col-1 {
  flex: 0 0 auto;
  width: 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.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 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.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 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: 1100px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 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: 1400px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 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: 17200px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 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: 1100px) {
  .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: 1400px) {
  .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: 17200px) {
  .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.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 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-color: #212529;
  --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: #dee2e6;
  --ui-body-color-rgb: 222, 226, 230;
  --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(222, 226, 230, 0.75);
  --ui-secondary-color-rgb: 222, 226, 230;
  --ui-secondary-bg: #343a40;
  --ui-secondary-bg-rgb: 52, 58, 64;
  --ui-tertiary-color: rgba(222, 226, 230, 0.5);
  --ui-tertiary-color-rgb: 222, 226, 230;
  --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-highlight-color: #dee2e6;
  --ui-highlight-bg: #664d03;
  --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(var(--ui-primary-rgb), var(--ui-bg-opacity, 1)) !important;
}

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

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

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

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

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

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

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--ui-dark-rgb), 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: 1100px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 17200px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-lg {
  box-shadow: var(--ui-box-shadow-lg) !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: 1100px) {
  .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: 1400px) {
  .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: 17200px) {
  .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;
  }
}
/**
 * Swiper 11.1.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

/* 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-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.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-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));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-wrapper {
  height: auto;
}

@media (min-width: 1100px) {
  .container {
    width: 100%;
    max-width: 1432px;
  }
}
a {
  color: #E40521;
  text-decoration: none;
}

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

/* Функции */
/* Утилиты */
/* Сбросы */
.ui-btn {
  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-btn {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

.h-adventures__tile__body, .h-use__item__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sn-notifications-container {
  --sn-success-color: rgb(111, 207, 151);
  --sn-success-progress-color: rgb(84, 170, 120);
  --sn-error-color: rgb(235, 87, 87);
  --sn-error-progress-color: rgb(192, 69, 69);
  --sn-warning-color: rgb(242, 201, 76);
  --sn-warning-progress-color: rgb(196, 166, 79);
  --sn-info-color: rgb(81, 205, 243);
  --sn-info-progress-color: rgb(84, 169, 196);
  --sn-notifications-gap: 20px;
  --sn-notifications-padding: 20px;
  --sn-notify-width: 320px;
  --sn-notify-radius: 6px;
  --sn-notify-transition-timing-function: ease;
  --sn-notify-transition-duration: .5s;
  --sn-notify-autoclose-timeout: 30s;
  --sn-notify-padding: .75em;
  --sn-notify-icon-size: 2em;
  --sn-notify-close-icon-size: 1em;
  --sn-notify-border-size: 1px;
  --sn-notify-border-color: transparent;
  --sn-notify-border-style: solid;
  --sn-notify-progress-color: rgb(51, 51, 51);
  --sn-notify-close-icon-color: rgb(51, 51, 51);
  --sn-notify-title-color: rgb(51, 51, 51);
  --sn-notify-text-color: rgb(77, 77, 77);
  --sn-notify-shadow-color: transparent;
  --sn-notify-progress-height: 5px;
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 100vh;
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  align-content: flex-start;
  grid-gap: var(--sn-notifications-gap);
  gap: var(--sn-notifications-gap);
  padding: var(--sn-notifications-padding);
}

.sn-notifications-container.sn-is-x-center {
  justify-content: center;
}

.sn-notifications-container.sn-is-y-center {
  align-content: center;
  justify-content: flex-end;
}

.sn-notifications-container.sn-is-center {
  justify-content: center;
  align-content: center;
}

.sn-notifications-container.sn-is-left {
  justify-content: flex-start;
}

.sn-notifications-container.sn-is-right {
  justify-content: flex-end;
}

.sn-notifications-container.sn-is-top {
  align-content: flex-start;
}

.sn-notifications-container.sn-is-bottom {
  align-content: flex-end;
}

.sn-notify {
  pointer-events: auto;
  transition-timing-function: var(--sn-notify-transition-timing-function);
  transition-duration: var(--sn-notify-transition-duration);
  transition-properties: transform, opacity;
  border-radius: var(--sn-notify-radius);
  background-color: var(--sn-notify-background-color, transparent);
  border: var(--sn-notify-border-size) var(--sn-notify-border-style) var(--sn-notify-border-color);
  padding: var(--sn-notify-padding);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: var(--sn-notify-width);
}

.sn-notify-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--sn-notify-icon-size);
  height: var(--sn-notify-icon-size);
  margin-right: 0.75em;
  color: var(--sn-notify-icon-color);
}

.sn-notify-close {
  position: absolute;
  right: 0.75em;
  top: 0.75em;
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--sn-notify-close-icon-size);
  width: var(--sn-notify-close-icon-size);
  color: var(--sn-notify-close-icon-color);
}

.sn-notify-title {
  font-size: 1rem;
  font-weight: 600;
  padding-right: calc(var(--sn-notify-padding) + var(--sn-notify-close-icon-size));
  color: var(--sn-notify-title-color);
}

.sn-notify-text {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  color: var(--sn-notify-text-color);
}

.sn-notify-outline {
  --sn-notify-background-color: rgb(255, 255, 255);
  --sn-notify-border-color: var(--sn-success-color);
  box-shadow: 0 2px 26px var(--sn-notify-shadow-color);
}

.sn-notify-outline.sn-notify-success {
  --sn-notify-border-color: var(--sn-success-color);
  --sn-notify-icon-color: var(--sn-success-color);
  --sn-notify-shadow-color: rgba(82, 215, 0, .1);
}

.sn-notify-outline.sn-notify-error {
  --sn-notify-border-color: var(--sn-error-color);
  --sn-notify-icon-color: var(--sn-error-color);
  --sn-notify-shadow-color: rgba(215, 0, 0, .1);
}

.sn-notify-outline.sn-notify-warning {
  --sn-notify-border-color: var(--sn-warning-color);
  --sn-notify-icon-color: var(--sn-warning-color);
  --sn-notify-shadow-color: rgba(242, 201, 76, .1);
}

.sn-notify-outline.sn-notify-info {
  --sn-notify-border-color: var(--sn-info-color);
  --sn-notify-icon-color: var(--sn-info-color);
  --sn-notify-shadow-color: rgba(84, 175, 202, .1);
}

.sn-notify-outline .sn-notify-title {
  --sn-notify-title-color: rgb(51, 51, 51);
}

.sn-notify-outline .sn-notify-text {
  --sn-notify-text-color: rgb(77, 77, 77);
}

.sn-notify-outline .sn-notify-close {
  --sn-notify-close-icon-color: rgb(130, 130, 130);
}

.sn-notify-filled {
  --sn-notify-title-color: rgb(51, 51, 51);
  --sn-notify-text-color: rgb(51, 51, 51);
  --sn-notify-icon-color: rgb(51, 51, 51);
  --sn-notify-close-icon-color: rgb(51, 51, 51);
}

.sn-notify-filled.sn-notify-success {
  --sn-notify-background-color: var(--sn-success-color);
}

.sn-notify-filled.sn-notify-error {
  --sn-notify-background-color: var(--sn-error-color);
}

.sn-notify-filled.sn-notify-warning {
  --sn-notify-background-color: var(--sn-warning-color);
}

.sn-notify-filled.sn-notify-info {
  --sn-notify-background-color: var(--sn-info-color);
}

.sn-notify-fade {
  opacity: 0;
  will-change: opacity;
}

.sn-notify-fade-in {
  opacity: 1;
}

.sn-notify-slide {
  opacity: 0;
  will-change: opacity, transform;
  transform: translate3d(var(--sn-notify-x), var(--sn-notify-y), 0);
}

.sn-is-left .sn-notify-slide {
  --sn-notify-x: -100%;
  --sn-notify-y: 0;
}

.sn-is-right .sn-notify-slide, .sn-is-y-center:not(.sn-is-left) .sn-notify-slide {
  --sn-notify-x: 100%;
  --sn-notify-y: 0;
}

.sn-is-top.sn-is-x-center .sn-notify-slide, .sn-is-x-center .sn-notify-slide {
  --sn-notify-y: -100%;
  --sn-notify-x: 0;
}

.sn-is-bottom.sn-is-x-center .sn-notify-slide {
  --sn-notify-y: 100%;
  --sn-notify-x: 0;
}

.sn-notify-slide-in {
  opacity: 1;
  transform: translateZ(0);
}

.sn-notify-autoclose {
  padding-bottom: calc(var(--sn-notify-padding) + var(--sn-notify-progress-height));
}

.sn-notify-autoclose.sn-notify-success {
  --sn-notify-progress-color: var(--sn-success-progress-color);
}

.sn-notify-autoclose.sn-notify-error {
  --sn-notify-progress-color: var(--sn-error-progress-color);
}

.sn-notify-autoclose.sn-notify-warning {
  --sn-notify-progress-color: var(--sn-warning-progress-color);
}

.sn-notify-autoclose.sn-notify-info {
  --sn-notify-progress-color: var(--sn-info-progress-color);
}

.sn-notify-autoclose:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  will-change: width;
  width: 100%;
  height: var(--sn-notify-progress-height);
  border-radius: 0 999px 999px 0;
  background-color: var(--sn-notify-progress-color);
  animation: progress var(--sn-notify-autoclose-timeout) linear forwards;
}

@keyframes progress {
  to {
    width: 0%;
  }
}

.accordion:not(.active) .accordion__body {
  display: none;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion__icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 50px;
}

.accordion__icon:before,
.accordion__icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  top: calc(50% - 1px);
  transition: transform 0.2s;
}

.accordion:not(.active) .accordion__icon {
  transform: translateY(25%);
}

.accordion__icon:after {
  transform: rotate(-45deg) translate(35%) scaleX(0.7);
}

.accordion__icon:before {
  transform: rotate(45deg) translate(-35%) scaleX(0.7);
}

.accordion.active .accordion__icon:after {
  transform: rotate(-45deg) scaleX(1);
}

.accordion.active .accordion__icon:before {
  transform: rotate(45deg) scaleX(1);
}

.accordion_product-mechanizm {
  padding: 0 35px 0 0;
}

@media screen and (max-width: 768px) {
  .accordion_product-mechanizm {
    padding: 0 15px 0 10px;
  }
}
.accordion_product-mechanizm .accordion__header {
  padding: 30px 0 25px;
}

@media screen and (max-width: 768px) {
  .accordion_product-mechanizm .accordion__header {
    padding: 15px 0;
  }
}
.accordion_product-mechanizm_literature .accordion__header {
  justify-content: flex-start;
}

.accordion_product-mechanizm_literature .accordion__icon {
  margin-left: 10px;
}

.accordion_product-mechanizm_literature.active .accordion__icon {
  transform: scale(0.5);
}

.accordion_product-mechanizm_literature:not(.active) .accordion__icon {
  transform: translateY(25%) scale(0.5);
}

.accordion_product-mechanizm .accordion__title {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .accordion_product-mechanizm .accordion__title {
    font-size: 27px;
  }
}
.accordion_product-mechanizm_literature .accordion__title {
  font-size: 20px;
  color: #007EC3;
}

.accordion_product-mechanizm .accordion__icon:before,
.accordion_product-mechanizm .accordion__icon:after {
  background-color: #00A0DF;
}

.accordion_product-mechanizm .accordion__body {
  max-width: 1140px;
  padding-bottom: 40px;
}

@media screen and (max-width: 560px) {
  .accordion_product-mechanizm .accordion__body {
    padding-bottom: 20px;
  }
}
h1, h2, h3, h4, h5, h5 {
  margin: 0;
  color: #1D1D1B;
  font-weight: 900;
}

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

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

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

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}
@media (min-width: 1100px) {
  .tippy-content {
    padding: 20px;
  }
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow:after,
.tippy-box[data-placement^=top] > .tippy-svg-arrow > svg {
  top: 23px;
  transform: rotate(180deg);
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg {
  bottom: 23px;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow:after,
.tippy-box[data-placement^=left] > .tippy-svg-arrow > svg {
  transform: rotate(90deg);
  top: calc(50% - 11px);
  left: 39px;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow:after,
.tippy-box[data-placement^=right] > .tippy-svg-arrow > svg {
  transform: rotate(-90deg);
  top: calc(50% - 3px);
  right: 11px;
}

.tippy-svg-arrow {
  width: 58px;
  height: 24px;
  fill: #333;
  text-align: initial;
}

.tippy-svg-arrow, .tippy-svg-arrow > svg {
  position: absolute;
  fill: var(--ui-tooltiop--color);
}

.tippy-box[data-theme~=light] {
  --ui-tooltiop--color: #fff;
  background-color: var(--ui-tooltiop--color);
  box-shadow: 0 4px 40px 0 rgba(143, 159, 205, 0.25);
  max-width: calc(100vh - 16px);
  width: 100%;
}
@media (min-width: 1100px) {
  .tippy-box[data-theme~=light] {
    width: 512px;
  }
}

.awards-fixed {
  position: fixed;
  bottom: 112px;
  z-index: 900;
  width: 100%;
  text-align: right;
  pointer-events: none;
}
.awards-fixed .award-badges {
  pointer-events: all;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5);
}
.awards-fixed .award-badges__img {
  border-radius: 50%;
}

.awards-popup {
  color: #1D1D1B;
  border-radius: 16px;
  padding: 16px 12px;
  display: flex;
  gap: 16px;
}
.awards-popup img {
  width: 80px;
  flex: 0 0 80px;
}
@media (min-width: 1100px) {
  .awards-popup img {
    width: 100px;
    flex: 0 0 100px;
  }
}
.awards-popup__body {
  flex: 1;
  color: #1D1D1B;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
@media (min-width: 1100px) {
  .awards-popup__body {
    font-size: 14px;
    line-height: 143%;
    text-align: left;
  }
}

@media (max-width: 1099px) {
  .award-tooltip-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.4;
  }
  .award-open-tooltip .award-tooltip-backdrop {
    display: block;
  }
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #E40521;
  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 #E40521, 0 0 5px #E40521;
  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;
}

.ui-btn {
  --ui-btn-color: #E40521;
  --ui-btn-font-color: #1D1D1B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  color: var(--ui-btn-font-color);
  text-decoration: none;
  text-align: center;
  transition: all 0.25s;
  padding: 0 40px;
  background: none;
  border: 1.5px solid var(--ui-btn-color);
  border-radius: 7px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 1100px) {
  .ui-btn {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .ui-btn {
    font-size: 24px;
  }
}
.ui-btn svg {
  margin-right: 10px;
  fill: currentColor;
  stroke: currentColor !important;
}
.ui-btn:hover {
  color: #F8122F;
  border-color: var(--ui-btn-color);
  font-weight: 600;
  text-decoration: none;
}
.ui-btn:focus, .ui-btn:active {
  color: #C70921;
  border-color: var(--ui-btn-color);
  font-weight: 600;
}
.ui-btn--primary {
  color: rgb(255, 255, 255);
  background: var(--ui-btn-color);
  border: 1px solid var(--ui-btn-color);
}
.ui-btn--primary:hover, .ui-btn--primary:focus, .ui-btn--primary:active {
  color: #E40521;
  background: rgb(255, 255, 255);
  border: 1.5px solid #E40521;
}
.ui-btn--theme {
  color: rgb(137, 137, 137);
  font-size: 24px;
  font-weight: 400;
  border: 1px solid #B0D9FB;
  background: #FFF;
}
.ui-btn--theme:hover, .ui-btn--theme:focus, .ui-btn--theme:active {
  background: rgba(228, 5, 33, 0.9);
  border: 1px solid rgba(228, 5, 33, 0.9);
  color: #fff;
}
.ui-btn--black {
  height: 33px;
  padding: 0 20px;
  color: rgb(255, 255, 255) !important;
  background: #1D1D1B;
  border: 1px solid #1D1D1B;
  font-size: 12px;
}
.ui-btn--black:hover, .ui-btn--black:focus, .ui-btn--black:active {
  background: #E40521;
  border: 1px solid #E40521, 0.9;
}
.ui-btn--outline {
  border-color: #E40521;
  color: #E40521;
  background-color: transparent;
  padding: 0 20px;
}
.ui-btn--outline:hover, .ui-btn--outline:focus, .ui-btn--outline:active {
  color: #FFFFFF;
  border-color: #E40521;
  background-color: #E40521;
}
.ui-btn--outline-black {
  border-color: #1D1D1B;
  color: #1D1D1B;
  background-color: transparent;
  padding: 0 35px;
}
.ui-btn--outline-black:hover, .ui-btn--outline-black:focus, .ui-btn--outline-black:active {
  color: #FFFFFF;
  border-color: #E40521;
  background-color: #E40521;
}
.ui-btn--download {
  gap: 12px;
  font-size: 16px;
  height: 48px;
  align-content: center;
  text-align: center;
  align-items: center;
}
.ui-btn--download i {
  width: 16px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18.000000' height='19.000000' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs/%3E%3Cpath id='Vector' d='M1 14L1 16C1 16.53 1.21 17.03 1.58 17.41C1.96 17.78 2.46 18 3 18L15 18C15.53 18 16.03 17.78 16.41 17.41C16.78 17.03 17 16.53 17 16L17 14M4 8L9 13L14 8M9 1L9 13' stroke='%23E40521' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100%;
}
@media (min-width: 1100px) {
  .ui-btn--download {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .ui-btn--download {
    font-size: 18px;
  }
}
.ui-btn--link {
  --ui-btn-color: transparent;
  --ui-btn-font-color: #E40521;
}
.ui-btn--link:hover {
  background-color: #E40521;
  color: #fff;
}
.ui-btn--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-btn--icon {
  padding-right: 62px;
  background-position: right 34px center !important;
  background-repeat: no-repeat !important;
}
.ui-btn--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-btn--block {
  display: flex;
  width: 100%;
}
.ui-btn--lg {
  padding: 0 40px;
}
@media (min-width: 1100px) {
  .ui-btn--lg {
    font-size: 28px;
    padding: 0 48px;
  }
}
@media (min-width: 1400px) {
  .ui-btn--lg {
    font-size: 32px;
    padding: 0 48px;
  }
}
@media (max-width: 1099px) {
  .ui-btn--lg {
    width: 100%;
  }
}
.ui-btn--green {
  --ui-btn-color: #80B242;
  background-color: #80B242;
  --ui-btn-font-color: #fff;
}
.ui-btn--green:hover {
  color: #80B242;
  background-color: transparent;
}

.notifications-container {
  max-height: 100vh;
  max-width: 320px;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.notifications-container.notify-is-x-center {
  left: 50%;
  transform: translateX(-50%);
}

.notifications-container.notify-is-y-center {
  top: 50%;
  transform: translateY(-50%);
}

.notifications-container.notify-is-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notifications-container.notify-is-left {
  left: 0;
}

.notifications-container.notify-is-right {
  right: 0;
}

.notifications-container.notify-is-top {
  top: 0;
}

.notifications-container.notify-is-bottom {
  bottom: 0;
}

.notifications-container.notify-is-x-center.notify-is-top {
  top: var(--distance);
}

.notifications-container.notify-is-x-center.notify-is-bottom {
  bottom: var(--distance);
}

.notifications-container > * {
  pointer-events: auto;
}

.notify {
  --notify-error: rgb(235, 87, 87);
  --notify-error-progress: rgb(192, 69, 69);
  --notify-success: rgb(111, 207, 151);
  --notify-success-progress: rgb(84, 170, 120);
  --notify-warning: rgb(242, 201, 76);
  --notify-warning-progress: rgb(196, 166, 79);
  --notify-info: rgb(81, 205, 243);
  --notify-info-progress: rgb(84, 169, 196);
  --notify-gray: rgb(51, 51, 51);
  --notify-gray-2: rgb(77, 77, 77);
  --notify-gray-3: rgb(130, 130, 130);
  --notify-white: rgb(255, 255, 255);
  --notify-white-2: rgba(255, 255, 255, 0.8);
  --notify-padding: 0.75rem;
  --notify-icon-size: 32px;
  --notify-close-icon-size: 16px;
  align-items: center;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  overflow: hidden;
  padding: var(--notify-padding);
  position: relative;
  text-decoration: none;
  transition-timing-function: ease;
  width: 100%;
}

.notify__icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: var(--notify-icon-size);
  justify-content: center;
  margin-right: 12px;
  width: var(--notify-icon-size);
}

.notify__close {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: var(--notify-close-icon-size);
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  user-select: none;
  width: var(--notify-close-icon-size);
}

.notify__close * {
  pointer-events: none;
}

.notify__title {
  font-size: 1rem;
  font-weight: 600;
  padding-right: calc(var(--notify-padding) + var(--notify-close-icon-size));
}

.notify__text {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.notify--type-1 {
  background-color: #fff;
  border: 1px solid currentColor;
}

.notify--type-1 .notify__close {
  color: var(--notify-gray-3);
}

.notify--type-1 .notify__title {
  color: var(--notify-gray);
}

.notify--type-1 .notify__text {
  color: var(--notify-gray-2);
}

.notify--type-2 {
  color: var(--notify-gray);
}

.notify--type-3 {
  color: var(--notify-white);
}

.notify--type-3 .notify__text {
  color: var(--notify-white-2);
}

.notify--error.notify--type-1 {
  box-shadow: 0 2px 26px rgba(215, 0, 0, 0.1);
  color: var(--notify-error);
}

.notify--error.notify--type-2, .notify--error.notify--type-3 {
  background-color: var(--notify-error);
}

.notify--warning.notify--type-1 {
  box-shadow: 0 2px 26px rgba(242, 201, 76, 0.1);
  color: var(--notify-warning);
}

.notify--warning.notify--type-2, .notify--warning.notify--type-3 {
  background-color: var(--notify-warning);
}

.notify--success.notify--type-1 {
  box-shadow: 0 2px 26px rgba(82, 215, 0, 0.1);
  color: var(--notify-success);
}

.notify--success.notify--type-2, .notify--success.notify--type-3 {
  background-color: var(--notify-success);
}

.notify--info.notify--type-1 {
  box-shadow: 0 2px 26px rgba(84, 175, 202, 0.1);
  color: var(--notify-info);
}

.notify--info.notify--type-2, .notify--info.notify--type-3 {
  background-color: var(--notify-info);
}

.notify--fade {
  opacity: 0;
  will-change: opacity;
}

.notify--fadeIn {
  opacity: 1;
}

.notify--slide {
  opacity: 0;
  will-change: opacity, transform;
}

.notify-is-center .notify--slide, .notify-is-y-center .notify--slide, .notify-is-x-center:not(.notify-is-bottom) .notify--slide {
  transform: translateY(-20px);
}

.notify-is-x-center.notify-is-bottom .notify--slide {
  transform: translateY(20px);
}

.notify-is-right .notify--slide {
  transform: translateX(calc(var(--distance) + 110%));
}

.notify-is-left .notify--slide {
  transform: translateX(calc(var(--distance) * -1 - 110%));
}

.notify-is-x-center:not(.notify-is-bottom) .notify--slideIn, .notify-is-center .notify--slideIn, .notify-is-y-center .notify--slideIn, .notify-is-x-center.notify-is-bottom .notify--slideIn {
  opacity: 1;
  transform: translateY(0);
}

.notify-is-right .notify--slideIn, .notify-is-left .notify--slideIn {
  opacity: 1;
  transform: translateX(0);
}

.notify-is-left .notify {
  left: var(--distance);
}

.notify-is-right .notify {
  right: var(--distance);
}

.notify-is-top .notify, .notify-is-center .notify, .notify-is-y-center .notify, .notify-is-x-center.notify-is-top .notify {
  margin-top: var(--gap);
}

.notify-is-bottom .notify, .notify-is-x-center:not(.notify-is-top) .notify {
  margin-bottom: var(--gap);
}

.notify.notify-autoclose {
  --progress-height: 5px;
  padding-bottom: calc(var(--notify-padding) + var(--progress-height));
}

.notify.notify-autoclose::before {
  animation: progress calc(var(--timeout) * 1ms) linear forwards;
  bottom: 0;
  content: "";
  height: var(--progress-height);
  left: 0;
  position: absolute;
  transform: scale3d(1, 1, 1);
  transform-origin: left;
  width: 100%;
}

@keyframes progress {
  to {
    transform: scale3d(0, 1, 1);
  }
}
.notify.notify-autoclose.notify--error::before {
  background-color: var(--notify-error-progress);
}

.notify.notify-autoclose.notify--warning::before {
  background-color: var(--notify-warning-progress);
}

.notify.notify-autoclose.notify--success::before {
  background-color: var(--notify-success-progress);
}

.notify.notify-autoclose.notify--info::before {
  background-color: var(--notify-info-progress);
}

.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 {
  /** Установить свои значения */
}
.accordion__item {
  padding: 20px;
  /** Установить свои значения */
  background-color: #fff;
  box-shadow: 0px 4px 200px 0px rgba(187, 199, 233, 0.25);
  border-radius: 16px;
}
.accordion__item__button {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-anchor: none;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  justify-content: space-between;
  text-align: left;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  padding: 0;
}
.accordion__item__button:after {
  content: "";
  height: 28px;
  width: 28px;
  background-color: #E40521;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='5' viewBox='0 0 20 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1765 0.000183105H18.8235C19.4733 0.000183105 20 1.11947 20 2.50018C20 3.8809 19.4733 5.00018 18.8235 5.00018H11.1765H8.82353H1.17647C0.526724 5.00018 0 3.8809 0 2.50018C0 1.11947 0.526724 0.000183105 1.17647 0.000183105H8.82353H11.1765Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  flex: 0 0 28px;
}
@media (min-width: 1100px) {
  .accordion__item__button:after {
    width: 48px;
    height: 48px;
    background-size: 24px;
    flex: 0 0 48px;
  }
}
.accordion__item__button.collapsed:after {
  background-color: rgb(128, 178, 66);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4 13.8118V14.8V22.9883C14.4 23.768 13.3255 24.4 12 24.4C10.6745 24.4 9.6 23.768 9.6 22.9883V14.8V13.8118V10.9883V10L9.6 1.81179C9.6 1.03209 10.6745 0.400024 12 0.400024C13.3255 0.400024 14.4 1.03209 14.4 1.81179V10V10.9883L14.4 13.8118Z' fill='white'/%3E%3Cpath d='M1.41176 14.8H9.6V13.8118V10.9883V10H1.41176C0.632069 10 0 11.0745 0 12.4C0 13.7255 0.632069 14.8 1.41176 14.8Z' fill='white'/%3E%3Cpath d='M22.5882 10H14.4V10.9883L14.4 13.8118V14.8H22.5882C23.3679 14.8 24 13.7255 24 12.4C24 11.0745 23.3679 10 22.5882 10Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (min-width: 1100px) {
  .accordion__item__button {
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -1%;
  }
}
@media (min-width: 17200px) {
  .accordion__item__button {
    font-size: 40px;
    line-height: 44px;
  }
}
.accordion__item__body {
  color: rgb(99, 99, 99);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding-top: 12px;
}
@media (min-width: 1100px) {
  .accordion__item__body {
    padding-top: 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
  }
}
@media (min-width: 17200px) {
  .accordion__item__body {
    padding-top: 32px;
    font-size: 24px;
    line-height: 36px;
  }
}
.accordion__item:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1100px) {
  .accordion__item {
    padding: 40px;
  }
}

.breadcrumb {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 56px;
  list-style: none;
}
.breadcrumb-item {
  line-height: 20px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  /* identical to box height */
  color: #000000;
}
.breadcrumb-item a {
  text-decoration: none;
  transition: color 0.2s;
  font-weight: bold;
  color: #000000;
}
.breadcrumb-item a span {
  font-weight: bold;
}
.breadcrumb-item a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.breadcrumb-item span {
  font-weight: normal;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  width: 8px;
  height: 13px;
  position: absolute;
  left: 7px;
  top: 1px;
}
.breadcrumb-item.active {
  color: #1D1D1B;
}
@media (min-width: 1100px) {
  .breadcrumb {
    display: flex;
  }
}

.f-select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 34px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 16px;
  font-weight: 400;
  color: #1D1D1B;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid rgba(228, 5, 33, 0.2);
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.f-select::before {
  content: "";
}
.f-select:focus {
  border-color: #E40521;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(228, 5, 33, 0.25);
}
.f-select--primary {
  color: #E40521;
}

.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: #1D1D1B;
  padding-bottom: 3px;
  border-bottom: 1px dashed #1D1D1B;
}

.f-control {
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 56px;
  color: #1D1D1B;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #BABABA;
  appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.f-control[type=file] {
  overflow: hidden;
}
.f-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.f-control:hover {
  border-color: #BABABA;
}
.f-control:focus {
  color: #1D1D1B;
  background-color: #fff;
  border-color: #BABABA;
  outline: 0;
}
.f-control::placeholder {
  color: #898989;
  opacity: 1;
}
.f-control:disabled, .f-control[readonly] {
  background-color: rgb(99, 99, 99);
  border-color: rgb(99, 99, 99);
  opacity: 1;
}
@media (min-width: 1100px) {
  .f-control {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    height: 60px;
  }
}

.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(29, 29, 27, 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 #E40521;
  appearance: none;
  color-adjust: exact;
}
.f-check-input[type=checkbox] {
  border-radius: 1px;
}
.f-check-input[type=radio] {
  border-radius: 50%;
  border: 2px solid #E40521;
  width: 15px;
  height: 15px;
  margin-top: 4.5px;
}
.f-check-input[type=radio] + .f-check-label {
  color: #1D1D1B;
}
.f-check-input:active {
  filter: brightness(90%);
}
.f-check-input:focus {
  border-color: #E40521;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(228, 5, 33, 0.25);
}
.f-check-input:checked {
  background-color: #E40521;
  border-color: #E40521;
}
.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: #E40521;
  border-color: #E40521;
}
.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: #1D1D1B;
}
@media (max-width: 575px) {
  .f-check-label {
    font-size: 14px;
  }
}
.f-check-label a {
  color: #1D1D1B;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px dashed rgba(29, 29, 27, 0.6);
}

.f-spacer + button[type=submit], .f-spacer + .f-spacer {
  margin-top: 16px;
}
@media (min-width: 1100px) {
  .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: 1100px) {
  .f-uploader__text p:first-child {
    margin-bottom: 16px;
  }
}
.f-uploader__text p:nth-child(2) {
  margin-bottom: 4px;
}
@media (min-width: 1100px) {
  .f-uploader__text p:nth-child(2) {
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) {
  .f-uploader__text {
    display: block;
  }
}
@media (min-width: 1100px) {
  .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: 1100px) {
  .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;
  }
}

.modal {
  --ui-modal-width: 954px;
  --ui-modal-padding: 24px 16px;
  --ui-modal-margin: 30px;
  --ui-modal-border-radius: 16px;
  --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;
}
@media (min-width: 1100px) {
  .modal {
    --ui-modal-header-padding: 45px 98px 0;
    --ui-modal-padding: 48px;
    --ui-modal-border-radius: 24px;
  }
}
.modal .f-group {
  margin-bottom: 15px;
}
.modal .btn-close {
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 12px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='26.766357' height='26.766113' viewBox='0 0 26.7664 26.7661' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs/%3E%3Cpath id='Vector' d='M24.75 2L2 24.75M2 2L24.75 24.75' stroke='%23E40521' stroke-opacity='1.000000' stroke-width='4.000000' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  width: 32px;
  height: 32px;
  z-index: 10;
  transition: all 0.5s;
}
.modal .btn-close:hover {
  transform: scale(1.1);
}
@media (min-width: 1100px) {
  .modal .btn-close {
    right: 20px;
    top: 20px;
    background-size: 23px;
  }
}
.modal .row {
  --ui-gutter-x: 12px;
  --ui-gutter-y: 12px;
}
@media (min-width: 1100px) {
  .modal .row {
    --ui-gutter-x: 20px;
    --ui-gutter-y: 20px;
  }
}
.modal textarea {
  height: 232px;
}

.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: 16px;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  padding: 24px 16px;
  outline: 0;
}
@media (min-width: 1100px) {
  .modal-content {
    border-radius: 24px;
    padding: 48px;
  }
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (min-width: 1100px) {
  .modal-header {
    margin-bottom: 32px;
  }
}

.modal-title {
  margin-bottom: 0;
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  text-align: left;
}
@media (min-width: 1100px) {
  .modal-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: -0.01em;
  }
}

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

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 34px 0 0;
}

@media (max-width: 1099px) {
  .modal-dialog {
    max-width: var(--ui-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --ui-modal-width: 100%;
  }
}
.ui-tab {
  margin-bottom: 24px;
  padding: 8px;
  border-radius: 16px;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  background: rgb(255, 255, 255);
  display: flex;
  width: 100%;
  gap: 8px;
}
.ui-tab a {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D1D1B;
  text-decoration: none;
  padding: 0 40px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.5s ease-out;
}
.ui-tab a.active {
  background: #E40521;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1099px) {
  .ui-tab a {
    flex: 1;
  }
}
@media (min-width: 1100px) {
  .ui-tab a {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    height: 56px;
  }
}
@media (min-width: 1100px) {
  .ui-tab a {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    height: 56px;
  }
}
.ui-tab--lg {
  margin-top: 24px;
  margin-bottom: 0;
}
.ui-tab--lg a {
  padding: 0 40px;
}
@media (min-width: 1100px) {
  .ui-tab--lg a {
    min-width: 372px;
    height: 75px;
    font-size: 28px;
    padding: 0 48px;
  }
}
@media (min-width: 1400px) {
  .ui-tab--lg a {
    min-width: 372px;
    height: 92px;
    font-size: 32px;
    padding: 0 48px;
  }
}
@media (min-width: 1100px) {
  .ui-tab--lg {
    margin-top: 32px;
    padding: 16px;
    border-radius: 24px;
  }
}
@media (min-width: 1100px) {
  .ui-tab {
    display: inline-flex;
    width: auto;
  }
}

.ui-header {
  position: relative;
}
@media (max-width: 1099px) {
  .ui-header .award-badges {
    display: none;
  }
}
@media (min-width: 1100px) {
  .ui-header_with-ewords {
    padding-right: 250px;
    margin-bottom: 24px;
  }
  .ui-header_with-ewords .ui-title {
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) and (min-width: 1100px) {
  .ui-header_with-ewords {
    margin-bottom: 40px;
  }
}
@media (min-width: 1100px) {
  .ui-header .award-badges {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.ui-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 112%;
  margin-bottom: 24px;
}
.ui-title strong {
  color: #e40521;
}
.ui-title sup {
  font-weight: 600;
  top: -0.3em;
}
.ui-title--lg {
  line-height: 36px;
}
@media (min-width: 1100px) {
  .ui-title--lg {
    font-size: 90px;
    line-height: 104px;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 17200px) {
  .ui-title--lg {
    font-size: 104px;
    line-height: 104px;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 1100px) {
  .ui-title {
    font-size: 66px;
    line-height: 99%;
    letter-spacing: -0.03em;
    margin-bottom: 32px;
  }
}
@media (min-width: 1400px) {
  .ui-title {
    font-size: 72px;
    line-height: 109%;
  }
}
@media (min-width: 17200px) {
  .ui-title {
    font-size: 88px;
    line-height: 109%;
  }
}

.ui-video {
  position: relative;
  cursor: pointer;
  height: 100%;
}
@media (min-width: 1100px) {
  .ui-video {
    margin-top: 10px;
    height: 100%;
  }
}
.ui-video__image {
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 1100px) {
  .ui-video__image {
    height: calc(100% - 10px);
  }
}
.ui-video__image img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
@media (min-width: 1100px) {
  .ui-video__image img {
    height: 100%;
  }
}
.ui-video__btn {
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='104' viewBox='0 0 104 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_106_6866)'%3E%3Crect width='104' height='104' rx='52' fill='white' fill-opacity='0.2'/%3E%3Crect x='1' y='1' width='102' height='102' rx='51' stroke='white' stroke-width='2'/%3E%3Cpath d='M72 52C72.0012 52.5093 71.8707 53.0102 71.6209 53.4541C71.3712 53.898 71.0109 54.2697 70.575 54.5331L43.56 71.0593C43.1045 71.3382 42.5829 71.4905 42.0489 71.5004C41.5149 71.5103 40.988 71.3774 40.5225 71.1156C40.0615 70.8578 39.6774 70.4819 39.4098 70.0264C39.1422 69.571 39.0008 69.0525 39 68.5243V35.4756C39.0008 34.9474 39.1422 34.4289 39.4098 33.9735C39.6774 33.518 40.0615 33.1421 40.5225 32.8843C40.988 32.6225 41.5149 32.4896 42.0489 32.4995C42.5829 32.5094 43.1045 32.6617 43.56 32.9406L70.575 49.4668C71.0109 49.7302 71.3712 50.1019 71.6209 50.5458C71.8707 50.9897 72.0012 51.4907 72 52Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_106_6866' x='-20' y='-20' width='144' height='144' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_106_6866'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_106_6866' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  width: 104px;
  height: 104px;
  left: calc(50% - 52px);
  top: calc(50% - 52px);
  transition: all 0.5s;
}
.ui-video:hover .ui-video__btn {
  transform: scale(1.1);
}
.ui-video:hover .ui-video__image img {
  transform: scale(1.1);
}

/****/
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

.ui-radio {
  display: block;
}
.ui-radio input[type=radio] {
  display: none;
}
.ui-radio label {
  display: inline-flex;
  height: 64px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 16px;
  background: rgb(255, 255, 255);
  padding: 0 24px;
  min-width: 144px;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 1100px) {
  .ui-radio label {
    height: 140px;
    min-width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  }
}
@media (min-width: 17200px) {
  .ui-radio label {
    font-size: 28px;
    line-height: 36px;
  }
}
.ui-radio input[type=radio]:checked + label {
  border-color: rgb(228, 5, 33);
  color: #E40521;
}
.ui-radio input[type=radio]:disabled + label {
  background: #efefef;
  color: #666;
}
.ui-slide {
  margin: 60px 0;
}
@media (min-width: 1400px) {
  .ui-slide {
    margin: 100px 0;
  }
}
@media (min-width: 17200px) {
  .ui-slide {
    margin: 120px 0;
  }
}
.ui-slide--first {
  margin: 24px 0;
}
@media (min-width: 1400px) {
  .ui-slide--first {
    margin: 56px 0;
  }
}
.ui-slide--inside {
  margin: 0;
  padding: 20px 0;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .ui-slide--inside {
    padding: 60px 0;
  }
}

.header {
  box-sizing: border-box;
  z-index: 90;
  width: 100%;
  transition: all 0.5s;
  top: 0;
  position: fixed;
}
@media (min-width: 1100px) {
  .header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
    padding: 0 34px;
  }
}
.is-sticky-header .header__back {
  display: block;
}
.header__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 70px;
}
@media (max-width: 1099px) {
  .header__inner {
    justify-content: space-between;
    height: 40px;
    border-radius: 8px;
    /* ds button */
    box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
    background: rgb(255, 255, 255);
    padding: 0 8px;
  }
}
@media (min-width: 1100px) {
  .header__inner {
    height: 96px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.header__logo__link img {
  vertical-align: top;
  height: 20px;
  transition: all 0.5s;
  margin-top: 3px;
}
@media (min-width: 1100px) {
  .header__logo__link img {
    margin-top: 0px;
  }
}
@media (min-width: 1400px) {
  .header__logo__link img {
    height: 24px;
  }
}
@media (min-width: 17200px) {
  .header__logo__link img {
    height: 28px;
  }
}
.header__nav__item {
  position: relative;
}
.header__nav__item:has(.sub-menu) .header__nav__link {
  padding-right: 20px;
}
.header__nav__item:has(.sub-menu) .header__nav__link:after {
  content: "";
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background: currentColor;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
}
.header__nav__item .sub-menu {
  background: #fff;
  padding: 10px;
  pointer-events: none;
}
.header__nav__item .sub-menu > div:not(:last-child) {
  margin-bottom: 5px;
}
.header__nav__item .sub-menu a {
  font-size: 14px;
  color: #231F20;
  line-height: 18px;
  display: inline-block;
}
.header__nav__item .sub-menu a:hover {
  color: #E40521;
  text-decoration: none;
}
@media (max-width: 1099px) {
  .header__nav__item .sub-menu {
    width: 100%;
    display: none;
  }
}
@media (min-width: 1100px) {
  .header__nav__item .sub-menu {
    opacity: 0 !important;
    transition: opacity 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    border-top: 4px solid #E40521;
    position: absolute;
    top: calc(100% - 4px);
    min-width: 200px;
  }
}
@media (max-width: 1099px) {
  .header__nav__item.open > .sub-menu {
    display: block;
  }
}
.header__nav__item:hover > .sub-menu {
  pointer-events: auto;
  opacity: 1 !important;
}
.header__nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1D1D1B;
  transition: color 0.25s;
  text-decoration: none;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
}
.header__nav__link:hover {
  color: #E40521;
  text-decoration: none;
}
.header__nav__link.active {
  font-weight: 700;
  color: #E40521;
}
@media (min-width: 1100px) {
  .header__nav__link {
    font-size: 16px;
  }
}
@media (min-width: 17200px) {
  .header__nav__link {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 1;
  }
}
@media (min-width: 1400px) {
  .header__nav {
    gap: 30px;
  }
}
@media (min-width: 17200px) {
  .header__nav {
    gap: 56px;
  }
}
.header__audio {
  border-radius: 8px;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  background: rgb(255, 255, 255);
  border: 1px solid #fff;
  gap: 8px;
  padding: 0 12px;
  color: #1D1D1B;
  height: 56px;
  font-weight: 600;
  margin-bottom: 24px;
  font-size: 16px;
}
.header__audio i {
  background-image: url("data:image/svg+xml,%3Csvg width='32.000000' height='32.000000' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip3_21792'%3E%3Crect id='mic' rx='-0.500000' width='19.000000' height='19.000000' transform='translate(6.500000 6.500000)' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='Ellipse 1' cx='16.000000' cy='16.000000' r='16.000000' fill='%23E40521' fill-opacity='1.000000'/%3E%3Crect id='mic' rx='-0.500000' width='19.000000' height='19.000000' transform='translate(6.500000 6.500000)' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cg clip-path='url(%23clip3_21792)'%3E%3Cpath id='Vector' d='M14.23 8.73C13.76 9.2 13.5 9.83 13.5 10.5L13.5 16.33C13.5 16.99 13.76 17.63 14.23 18.1C14.7 18.56 15.33 18.83 16 18.83C16.66 18.83 17.29 18.56 17.76 18.1C18.23 17.63 18.5 16.99 18.5 16.33L18.5 10.5C18.5 9.83 18.23 9.2 17.76 8.73C17.29 8.26 16.66 8 16 8C15.33 8 14.7 8.26 14.23 8.73Z' stroke='%23FFFFFF' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linejoin='round'/%3E%3Cpath id='Vector' d='M21.83 14.66L21.83 16.33C21.83 17.88 21.21 19.36 20.12 20.45C19.03 21.55 17.54 22.16 16 22.16C14.45 22.16 12.96 21.55 11.87 20.45C10.78 19.36 10.16 17.88 10.16 16.33L10.16 14.66' stroke='%23FFFFFF' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath id='Vector' d='M16 22.16L16 24.66' stroke='%23FFFFFF' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 32px;
  height: 32px;
  display: inline-block;
}
.header__audio:hover {
  color: #E40521;
  border: 1px solid #fff;
  font-weight: 600;
}
.header__audio:focus, .header__audio:active {
  background: #EAEAEA;
  border-color: #EAEAEA;
  color: #1D1D1B;
}
@media (max-width: 1099px) {
  .header__audio {
    flex: 0 0 56px;
  }
}
@media (min-width: 1100px) {
  .header__audio {
    display: none;
    margin-right: 16px;
    height: 48px;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .header__audio {
    display: inline-flex;
  }
}
@media (min-width: 17200px) {
  .header__audio {
    font-size: 18px;
  }
}
.header__btn {
  height: 56px;
  font-size: 16px;
  margin-bottom: 24px;
}
@media (max-width: 1099px) {
  .header__btn {
    flex: 0 0 56px;
  }
}
@media (min-width: 1100px) {
  .header__btn {
    padding: 0 40px;
    height: 48px;
    margin-bottom: 0;
  }
}
@media (min-width: 17200px) {
  .header__btn {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .header {
    background-color: #FFFFFF;
  }
  .header__menu-blind {
    flex: 1;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1099px) {
  .header {
    padding: 8px;
  }
  .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%;
    transition: right 0.3s ease-out;
    overflow: auto;
    background-color: #FFFFFF;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 18px 20px;
  }
  .header__menu-blind__logo {
    padding: 0 4px;
    margin-bottom: 35px;
  }
  .header__menu-blind__logo__link img {
    vertical-align: top;
    height: 20px;
  }
  .header__menu-blind__close {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20.000000' height='20.000000' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3CclipPath id='clip4_19224'%3E%3Crect id='icons' rx='-0.500000' width='19.000000' height='19.000000' transform='translate(0.500000 0.500000)' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='icons' rx='-0.500000' width='19.000000' height='19.000000' transform='translate(0.500000 0.500000)' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cg clip-path='url(%23clip4_19224)'%3E%3Cpath id='Vector' d='M19 1L1 19M1 1L19 19' stroke='%231D1D1B' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
    right: 24px;
    top: 18px;
    cursor: pointer;
    position: absolute;
  }
  .header__menu-blind .header__nav {
    text-align: left;
    width: 100%;
  }
  .header__menu-blind .header__nav__item {
    width: 100%;
    margin-bottom: 28px;
  }
  .header__menu-blind .header__nav__link {
    padding: 0;
    color: #1D1D1B;
    opacity: 1;
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
  }
  .header__menu-blind .header__phone {
    text-align: center;
  }
  .header__menu-blind .header__phone a {
    font-weight: 700;
    margin-top: 10px;
    font-size: 16px;
    color: #1D1D1B;
    text-decoration: none;
    display: inline-block;
  }
  .header__menu-blind .header__phone a:before {
    top: calc(50% - 8px);
  }
  .header__menu-blind.opened {
    right: 0;
  }
}

.header__back {
  height: 56px;
  margin-bottom: 24px;
}
@media (min-width: 1100px) {
  .header__back {
    height: 96px;
    margin-bottom: 32px;
  }
}

.is-sticky-header .header {
  top: 0;
  position: fixed;
}
@media (min-width: 1100px) {
  .is-sticky-header .header {
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.7);
  }
  .is-sticky-header .header__inner {
    height: 96px;
  }
}

.fake-link {
  cursor: pointer;
}

.footer {
  padding: 32px 0 36px;
  background-color: #fff;
  color: #1D1D1B;
}
.footer .row_footer {
  --ui-gutter-y: 32px;
}
@media (min-width: 1100px) {
  .footer .row_footer {
    --ui-gutter-y: 36px;
  }
}
.footer__logo {
  text-align: center;
}
.footer__logo img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}
@media (min-width: 1100px) {
  .footer__logo img {
    max-width: 282px;
  }
}
@media (min-width: 1100px) {
  .footer__logo {
    text-align: left;
    margin-bottom: 38px;
  }
}
.footer__copyright {
  color: #898989;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 1100px) {
  .footer__copyright {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
  }
}
.footer__mmh-logo img {
  max-width: 100%;
}
@media (max-width: 1099px) {
  .footer__mmh-logo {
    text-align: center;
  }
  .footer__mmh-logo img {
    width: 158px;
    height: 64px;
  }
}
.footer__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 1100px) {
  .footer__title {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
  }
}
@media (min-width: 1400px) {
  .footer__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.footer__links > div:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1100px) {
  .footer__links > div:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (min-width: 1400px) {
  .footer__links > div:not(:last-child) {
    margin-bottom: 16px;
  }
}
.footer__links a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #1D1D1B;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .footer__links a {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
  }
}
@media (min-width: 1400px) {
  .footer__links a {
    font-size: 20px;
    line-height: 28px;
  }
}
.footer__links a:hover {
  color: #E40521;
}
.footer__links--liters {
  text-decoration: underline;
  margin-top: 28px;
}
@media (min-width: 1100px) {
  .footer__links--liters {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media (min-width: 1400px) {
  .footer__links--liters {
    font-size: 16px;
  }
}
.footer__links--bottom {
  text-align: center;
}
@media (min-width: 1100px) {
  .footer__links--bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    text-align: left;
  }
  .footer__links--bottom div {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .footer__links--bottom {
    justify-content: end;
  }
}
.footer__text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.footer__text a {
  color: #1D1D1B;
}
@media (min-width: 1100px) {
  .footer__text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1400px) {
  .footer__text {
    font-size: 20px;
    line-height: 36px;
    padding-right: 71px;
  }
}
.footer__btn {
  width: auto;
  height: 48px;
  padding: 0 40px;
  font-size: 16px;
}
@media (min-width: 1100px) {
  .footer__btn {
    height: 56px;
    font-size: 18px;
    padding: 0 10px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .footer__btn {
    font-size: 24px;
  }
}
@media (min-width: 1100px) {
  .footer {
    padding: 40px 0 20px;
  }
}

.footer-alert {
  display: none;
  width: 100%;
  justify-content: center;
  background: #FFFFFF;
}
@media (min-width: 1100px) {
  .footer-alert {
    display: flex;
    padding: 24px 64px;
  }
}
.footer-alert img {
  width: 100%;
}
.footer-alert--mob {
  display: flex;
  text-align: center;
  padding: 4px 16px 16px 16px;
}
@media (min-width: 1100px) {
  .footer-alert--mob {
    display: none;
  }
}

.entity-banner__title {
  color: #1D1D1B;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: -1%;
  margin-bottom: 16px;
}
@media (min-width: 1100px) {
  .entity-banner__title {
    font-size: 70px;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: -0.04em;
    margin-bottom: 36px;
  }
}
@media (min-width: 17200px) {
  .entity-banner__title {
    font-size: 90px;
    line-height: 104px;
  }
}
@media (min-width: 17200px) {
  .entity-banner__title {
    font-size: 104px;
    line-height: 104px;
  }
}
.entity-banner__description {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (min-width: 1100px) {
  .entity-banner__description {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 22px;
  }
}
@media (min-width: 17200px) {
  .entity-banner__description {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
.entity-banner__note {
  color: rgb(99, 99, 99);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 24px;
}
@media (min-width: 1100px) {
  .entity-banner__note {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin-bottom: 46px;
  }
}
@media (min-width: 17200px) {
  .entity-banner__note {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 56px;
  }
}
@media (min-width: 1100px) {
  .entity-banner__body {
    padding: 64px 48px;
  }
}
.entity-banner__img-big {
  border-radius: 24px;
  box-shadow: 0px 4px 200px 0px rgba(187, 199, 233, 0.25);
  overflow: hidden;
}
.entity-banner__img-big img {
  vertical-align: top;
  width: 100%;
}
@media (min-width: 1100px) {
  .entity-banner__img-big {
    border-radius: 32px;
  }
}
.entity-banner__images {
  position: relative;
  padding-bottom: 46%;
  padding-right: 12px;
  margin-bottom: 24px;
}
@media (min-width: 1100px) {
  .entity-banner__images {
    padding-right: 44px;
    padding-bottom: 120px;
    margin-bottom: 0;
  }
}
.entity-banner__img-packs {
  position: absolute;
  bottom: 0;
  width: calc(100% + 22px);
  right: -11px;
}
@media (min-width: 1100px) {
  .entity-banner__img-packs {
    max-width: 614px;
    right: 0;
    width: 100%;
  }
}
.entity-banner__img-pack1 {
  width: 65.635%;
  position: absolute;
  left: 0;
  bottom: 37px;
}
.entity-banner__img-pack1 img {
  width: 100%;
}
.entity-banner__img-pack2 {
  width: 44.462%;
  position: absolute;
  right: 0;
  bottom: 6px;
}
.entity-banner__img-pack2 img {
  width: 100%;
}
@media (min-width: 1100px) {
  .entity-banner .ui-btn {
    height: 80px;
    padding: 0 48px;
    font-size: 18px;
  }
}
@media (min-width: 17200px) {
  .entity-banner .ui-btn {
    height: 92px;
    padding: 0 48px;
    font-size: 32px;
  }
}
.entity-banner .ui-btn--video {
  gap: 12px;
  padding: 0 10px;
  width: 100%;
}
.entity-banner .ui-btn--video i {
  background-image: url("data:image/svg+xml,%3Csvg width='52.000000' height='52.000000' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip472_6191'%3E%3Crect id='icons' rx='-0.500000' width='27.000000' height='27.000000' transform='translate(11.500000 12.500000)' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='Frame 206' rx='25.500000' width='51.000000' height='51.000000' transform='translate(0.500000 0.500000)' fill='%23FFFFFF' fill-opacity='1.000000'/%3E%3Crect id='icons' rx='-0.500000' width='27.000000' height='27.000000' transform='translate(11.500000 12.500000)' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cg clip-path='url(%23clip472_6191)'%3E%3Cpath id='Vector' d='M37.25 26C37.25 26.29 37.17 26.58 37.02 26.84C36.88 27.1 36.67 27.32 36.41 27.47L20.66 37.11C20.39 37.28 20.08 37.36 19.77 37.37C19.46 37.38 19.16 37.3 18.88 37.15C18.61 37 18.39 36.78 18.23 36.51C18.08 36.25 18 35.94 18 35.63L18 16.36C18 16.05 18.08 15.75 18.23 15.48C18.39 15.21 18.61 14.99 18.88 14.84C19.16 14.69 19.46 14.61 19.77 14.62C20.08 14.63 20.39 14.71 20.66 14.88L36.41 24.52C36.67 24.67 36.88 24.89 37.02 25.15C37.17 25.41 37.25 25.7 37.25 26Z' fill='%23E40521' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .entity-banner .ui-btn--video {
    padding: 0 40px;
  }
  .entity-banner .ui-btn--video i {
    height: 52px;
    width: 52px;
  }
}
@media (min-width: 1100px) {
  .entity-banner {
    padding: 22px 0;
  }
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: opacity 0.15s linear;
  padding: 18px;
}
.video-modal__close {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='46' height='46' rx='23' fill='white'/%3E%3Crect x='1' y='1' width='46' height='46' rx='23' stroke='%23E40521' stroke-width='2'/%3E%3Crect x='8' y='8' width='32' height='32' rx='16' fill='white'/%3E%3Cpath d='M30.5 17.5L17.5 30.5M17.5 17.5L30.5 30.5' stroke='%23E40521' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.5s;
}
.video-modal__close:hover {
  transform: scale(1.03);
}
@media (min-width: 1100px) {
  .video-modal__close {
    top: 0;
    right: -68px;
  }
}
.video-modal__body {
  display: flex;
  align-items: center;
  min-height: calc(100% - 32px);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
}
@media (min-width: 1100px) {
  .video-modal__body {
    max-width: 75vw;
  }
}
.video-modal__video {
  position: relative;
  display: inline-block;
  width: 100%;
}
.video-modal video {
  width: 100%;
}
@media (min-width: 1100px) {
  .video-modal {
    padding: 50px;
  }
}

.video-open {
  overflow: hidden;
  padding-right: 0px;
}

.video-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.video-modal-backdrop.show {
  opacity: 0.7;
}

.expert-manuals .row {
  --ui-gutter-y: 16px;
}
.expert-manuals__item {
  box-shadow: 0 4px 200px 0 rgba(187, 199, 233, 0.25);
  background: #fff;
  padding: 32px 56px;
  text-align: center;
  border-radius: 32px;
}
.expert-manuals__item__row {
  padding-bottom: 20px;
}
@media (min-width: 1100px) {
  .expert-manuals__item__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.expert-manuals__item__img {
  margin-bottom: 20px;
  max-width: 100%;
}
@media (min-width: 1100px) {
  .expert-manuals__item__img {
    margin-bottom: 24px;
  }
}
.expert-manuals__item__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .expert-manuals__item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    min-height: 84px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.expert-manuals__item__title--left {
  justify-content: left;
}
.expert-manuals__item__title a {
  color: #1D1D1B;
}
@media (min-width: 1100px) {
  .expert-manuals__item__title a {
    color: #1D1D1B;
    text-align: left;
  }
}
.expert-manuals__item ul {
  text-align: left;
}
@media (min-width: 1100px) {
  .expert-manuals__item {
    padding: 40px 80px;
    height: 100%;
  }
}

.entity-research .row--decor {
  --ui-gutter-y: 12px;
  --ui-gutter-x: 12px;
}
@media (min-width: 1100px) {
  .entity-research .row--decor {
    --ui-gutter-y: 20px;
    --ui-gutter-x: 20px;
  }
}
.entity-research .row--text {
  margin-top: 12px;
  --ui-gutter-y: 24px;
  --ui-gutter-x: 24px;
}
@media (min-width: 1100px) {
  .entity-research .row--text {
    margin-top: 32px;
    --ui-gutter-y: 20px;
    --ui-gutter-x: 20px;
  }
}
.entity-research__item {
  width: 100%;
  border-radius: 16px;
  padding-top: 69.970845481%;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  position: relative;
  background-repeat: no-repeat;
}
.entity-research__item.decor1 {
  background-image: url("../images/experts/research1.svg");
  background-position: left 54px bottom 39.91px;
  background-size: 86.64% auto;
}
@media (min-width: 1100px) {
  .entity-research__item.decor1 {
    background-position: left 67.5px bottom 58.56px;
    background-size: 93.47% auto;
  }
}
.entity-research__item.decor2 {
  background-image: url("../images/experts/research2.png");
  background-position: left -7px bottom -14.65px;
  background-size: 105% auto;
}
@media (min-width: 1100px) {
  .entity-research__item.decor2 {
    background-position: left -7px bottom 0.2px;
  }
}
.entity-research__item.decor3 {
  background-image: url("../images/experts/research3.svg");
  background-position: left 197px bottom -22px;
  background-size: 55.13% auto;
}
@media (min-width: 1100px) {
  .entity-research__item.decor3 {
    background-position: left 227px bottom -7;
    background-size: 56.336% auto;
  }
}
.entity-research__item.decor5 {
  background-image: url("../images/experts/research5.svg");
  background-position: left 127.23px bottom 27px;
  background-size: 50.88% auto;
}
@media (min-width: 1100px) {
  .entity-research__item.decor5 {
    background-position: left 201px bottom 60px;
    background-size: 54% auto;
  }
}
.entity-research__item__body {
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  color: #1D1D1B;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 82.234%);
  padding: 12px 16px;
}
@media (min-width: 1100px) {
  .entity-research__item__body {
    font-size: 18px;
    line-height: 26px;
    padding: 18px 12px;
  }
}
@media (min-width: 17200px) {
  .entity-research__item__body {
    font-size: 28px;
    line-height: 40px;
    padding: 24px 16px;
  }
}
@media (min-width: 1100px) {
  .entity-research__item {
    border-radius: 32px;
    padding-top: 76.7123%;
  }
}
.entity-research__item--lg {
  padding-top: 69.970845481%;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  position: relative;
}
.entity-research__item--lg.decor4 {
  background-repeat: no-repeat;
  background-image: url("../images/experts/research4.svg");
  background-position: right -5.89px bottom 80.98px;
  background-size: 135.9% auto;
}
@media (min-width: 1100px) {
  .entity-research__item--lg.decor4 {
    background-position: left -52.66px bottom 59.2px;
    background-size: 100.63% auto;
  }
}
@media (min-width: 1100px) {
  .entity-research__item--lg {
    padding-top: 0;
    height: 100%;
  }
}
.entity-research__text {
  color: rgb(99, 99, 99);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
@media (min-width: 1100px) {
  .entity-research__text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 17200px) {
  .entity-research__text {
    font-size: 20px;
    line-height: 28px;
  }
}

.expert-real__description {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
  color: #000;
}
@media (min-width: 1100px) {
  .expert-real__description {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #636363;
    margin-bottom: 17px;
  }
}
@media (min-width: 17200px) {
  .expert-real__description {
    font-size: 28px;
    line-height: 143%;
  }
}

.expert-articles__item {
  border-radius: 16px;
  box-shadow: 0px 4px 200px 0px rgba(187, 199, 233, 0.25);
  background: rgb(255, 255, 255);
  padding: 12px 16px 16px 16px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .expert-articles__item {
    border-radius: 32px;
    padding: 24px 24px 32px 24px;
    margin-bottom: 20px;
    height: calc(100% - 32px);
  }
}
.expert-articles__item__date {
  color: rgb(137, 137, 137);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 12px;
}
@media (min-width: 1100px) {
  .expert-articles__item__date {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px;
  }
}
@media (min-width: 17200px) {
  .expert-articles__item__date {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.expert-articles__item__authors {
  color: rgb(99, 99, 99);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1100px) {
  .expert-articles__item__authors {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 17200px) {
  .expert-articles__item__authors {
    font-size: 18px;
    line-height: 24px;
  }
}
.expert-articles__item__title {
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1100px) {
  .expert-articles__item__title {
    font-size: 22px;
    line-height: 30px;
    margin-right: 26px;
  }
}
@media (min-width: 17200px) {
  .expert-articles__item__title {
    font-size: 24px;
    line-height: 32px;
    margin-right: 30px;
  }
}
.expert-articles__item__footer {
  padding-top: 24px;
  height: 100%;
  align-content: end;
}
@media (min-width: 1100px) {
  .expert-articles__item__footer {
    padding-top: 36px;
  }
}

.mechanism .row {
  --ui-gutter-y: 20px;
  --ui-gutter-x: 20px;
}
.mechanism__item {
  padding: 12px 16px 12px 16px;
  border-radius: 16px;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  background: rgb(255, 255, 255);
}
.mechanism__item__badge {
  display: inline-flex;
  padding: 0 16px 0 16px;
  height: 24px;
  border-radius: 32px;
  background: rgb(255, 197, 178);
  color: rgb(29, 29, 27);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  align-items: center;
  margin-bottom: 8px;
}
@media (min-width: 1100px) {
  .mechanism__item__badge {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    height: 48px;
    padding: 0 24px;
    margin-bottom: 12px;
  }
}
@media (min-width: 17200px) {
  .mechanism__item__badge {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    height: 48px;
    padding: 0 24px;
    margin-bottom: 12px;
  }
}
.mechanism__item__name {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  margin-bottom: 36px;
  min-height: 48px;
}
.mechanism__item__name sup {
  top: 0;
  font-size: 1em;
}
.mechanism__item__name strong {
  color: #E40521;
  cursor: pointer;
}
@media (min-width: 1100px) {
  .mechanism__item__name {
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
    min-height: 72px;
    margin-bottom: 56px;
  }
}
@media (min-width: 17200px) {
  .mechanism__item__name {
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
    min-height: 72px;
    margin-bottom: 120px;
  }
}
.mechanism__item__nums {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mechanism__item__nums > div {
  padding-left: 54px;
  min-height: 48px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.mechanism__item__nums > div.n1 {
  background-image: url("../images/about/one.svg");
}
@media (min-width: 1100px) {
  .mechanism__item__nums > div.n1 {
    flex: 0 0 55%;
  }
}
.mechanism__item__nums > div.n2 {
  background-image: url("../images/about/two.svg");
}
@media (min-width: 1100px) {
  .mechanism__item__nums > div {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding-left: 68px;
  }
}
@media (min-width: 17200px) {
  .mechanism__item__nums > div {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 66px;
  }
}
@media (min-width: 1100px) {
  .mechanism__item__nums {
    flex-direction: row;
    gap: 16px;
  }
}
.mechanism__item__text {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #1D1D1B;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
@media (min-width: 1100px) {
  .mechanism__item__text {
    min-height: 84px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }
}
@media (min-width: 17200px) {
  .mechanism__item__text {
    min-height: 84px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
}
.mechanism__item.v1 {
  background-image: url("../images/about/mechanism1.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto calc(100% - 20px);
}
.mechanism__item.v2 {
  background-image: url("../images/about/mechanism2.svg");
  background-repeat: no-repeat;
  background-position: right 20px bottom;
}
@media (min-width: 1100px) {
  .mechanism__item.v2 {
    background-size: 80% auto;
    background-image: url("../images/about/mechanism2.svg");
    background-position: right 10px bottom;
  }
}
.mechanism__item.v3 {
  background-image: url("../images/about/mechanism3.svg");
  background-position: right 30px top;
  background-repeat: no-repeat;
  background-size: auto 70%;
}
.mechanism__item.v3 .mechanism__item__badge {
  background: rgb(228, 231, 248);
}
@media (min-width: 1100px) {
  .mechanism__item {
    padding: 28px 32px 28px 32px;
    height: 100%;
  }
}

.antibodies-text__title {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
  margin-bottom: 8px;
}
@media (min-width: 1100px) {
  .antibodies-text__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
  }
}
.antibodies-text__text {
  color: #1D1D1B;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}
.antibodies-text__text:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1100px) {
  .antibodies-text__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
}

.two-packs {
  position: relative;
  padding-top: 80.432%;
}
.two-packs img {
  vertical-align: top;
  width: 100%;
  user-select: none;
}
.two-packs__uteka {
  position: absolute;
  top: 8px;
  left: -8%;
  transition: all 1.2s ease-out;
  transform: rotate(360deg);
  width: 60.264%;
}
.two-packs__uteka img {
  max-width: 100%;
}
.two-packs__one {
  width: 65.42617%;
  position: absolute;
  left: 0;
  bottom: 49px;
  transition: all 1.2s ease-out;
}
.two-packs__two {
  width: 46.45858%;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: all 1.2s ease-out;
}
.two-packs.anim-busy .two-packs__uteka {
  opacity: 0;
  transform: scale(0.2) rotate(340deg) translateY(-50px) translateX(30px);
}
.two-packs.anim-busy .two-packs__one {
  opacity: 0;
  transform: translateY(400px) translateX(200px) scale(0.8);
}
.two-packs.anim-busy .two-packs__two {
  opacity: 0;
  transform: translateY(400px) scale(0.8);
}

@keyframes hbannerAnim {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes asSlideLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  80% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.as {
  opacity: 0;
}
.as-v1 {
  transform-origin: left bottom;
}
.as-v1.as-start {
  animation: 2s hbannerAnim;
  opacity: 1;
}
.as-v2 {
  transform-origin: left center;
}
.as-v2.as-start {
  animation: 2s asSlideLeft;
  opacity: 1;
}
.as-v3 {
  transform-origin: center bottom;
}
.as-v3.as-start {
  animation: 2s hbannerAnim;
  opacity: 1;
}
.as-v4 {
  transform: translateX(-100%);
  transition: all 1.4s ease-in-out;
}
.as-v4.as-start {
  transform: translateX(0);
  opacity: 1;
}

.h-banner {
  padding-top: 18px;
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
}
.h-banner__title {
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: -1%;
  text-align: center;
  margin-bottom: 24px;
}
.h-banner__title strong {
  color: #E40521;
}
@media (min-width: 1100px) {
  .h-banner__title {
    text-align: left;
    font-size: 72px;
    font-weight: 900;
    line-height: 86px;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 1400px) {
  .h-banner__title {
    font-size: 90px;
    line-height: 104px;
  }
}
@media (min-width: 17200px) {
  .h-banner__title {
    font-size: 104px;
    line-height: 104px;
  }
}
.h-banner__grid {
  border-radius: 16px;
  display: grid;
  grid-template-columns: 54.8% 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
@media (min-width: 1100px) {
  .h-banner__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.h-banner__video {
  grid-area: 1/1/2/3;
}
.h-banner__video__img {
  width: 100%;
  height: 124px;
  object-fit: cover;
  border-radius: 16px;
}
@media (min-width: 1100px) {
  .h-banner__video {
    grid-area: 1/9/3/13;
  }
  .h-banner__video__img {
    height: 100%;
    border-radius: 32px;
  }
}
.h-banner__form {
  overflow: hidden;
  border-radius: 16px;
  padding: 14px 16px;
  height: 124px;
  background-color: rgb(255, 255, 255);
  background-image: url("../images/decor1m.svg");
  background-size: 100.5% auto;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  grid-area: 2/1/3/3;
}
.h-banner__form__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  margin-bottom: 4px;
}
.h-banner__form__title strong {
  color: #E40521;
}
@media (min-width: 1100px) {
  .h-banner__form__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1400px) {
  .h-banner__form__title {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (min-width: 17200px) {
  .h-banner__form__title {
    font-size: 48px;
    line-height: 48px;
  }
}
.h-banner__form__desc {
  color: rgb(99, 99, 99);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 1100px) {
  .h-banner__form__desc {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
  }
}
@media (min-width: 17200px) {
  .h-banner__form__desc {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1100px) {
  .h-banner__form {
    grid-area: 1/1/2/9;
    height: 100%;
    border-radius: 32px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-image: url("../images/decor1.svg");
    padding: 58px 48px;
    background-size: auto 100.5%;
  }
}
.h-banner__pack {
  height: 124px;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  padding: 0 0 12px;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
}
.h-banner__pack__img {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1100px) {
  .h-banner__pack__img img {
    max-width: 76%;
  }
}
@media (min-width: 1400px) {
  .h-banner__pack__img img {
    max-width: 100%;
  }
}
.h-banner__pack__number {
  color: rgb(186, 186, 186);
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
}
@media (min-width: 1100px) {
  .h-banner__pack__number {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 24px;
    text-align: right;
  }
}
@media (min-width: 1100px) {
  .h-banner__pack {
    height: 100%;
  }
  .h-banner__pack--pills {
    grid-area: 2/1/3/6;
  }
  .h-banner__pack--drops {
    grid-area: 2/6/3/9;
  }
}

.h-pack {
  margin-bottom: 45px;
}
.h-pack__title {
  color: rgb(35, 31, 32);
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .h-pack__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 30px;
  }
}
.h-pack__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 45px;
}
.h-pack__description span {
  color: #E40521;
}
@media (min-width: 1100px) {
  .h-pack__description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.h-pack__img img {
  max-width: 100%;
}
.h-pack__footer {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
.h-pack__footer .ui-button {
  font-size: 14px;
  padding: 0 30px;
  height: 47px;
}
@media (min-width: 1100px) {
  .h-pack__footer .ui-button {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    height: 44px;
  }
}
@media (min-width: 1100px) {
  .h-pack__footer {
    margin-top: 29px;
    gap: 45px;
  }
}
@media (min-width: 1100px) {
  .h-pack {
    margin-bottom: 90px;
  }
}

@media (min-width: 1100px) {
  .h-mode .row_container {
    --ui-gutter-x: 100px;
  }
}
.h-mode__product {
  margin-bottom: 24px;
  position: relative;
}
.h-mode__product__name {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1100px) {
  .h-mode__product__name {
    text-align: left;
    margin-bottom: 0;
    letter-spacing: -0.01em;
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1400px) {
  .h-mode__product__name {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 17200px) {
  .h-mode__product__name {
    font-size: 40px;
    line-height: 48px;
  }
}
.h-mode__product__code {
  color: rgb(186, 186, 186);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 1100px) {
  .h-mode__product__code {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
  }
}
@media (min-width: 17200px) {
  .h-mode__product__code {
    font-size: 20px;
    line-height: 28px;
  }
}
.h-mode__product .show-pills,
.h-mode__product .show-solution {
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity 0.8s ease-out;
}
@media (min-width: 1100px) {
  .h-mode__product .show-pills,
  .h-mode__product .show-solution {
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }
}
.h-mode__product .show-solution {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
@media (min-width: 1100px) {
  .h-mode__product {
    margin-bottom: 40px;
  }
}
.h-mode__slider {
  overflow: visible !important;
}
.h-mode__slider .swiper-wrapper {
  transition: all 0.5s;
}
.h-mode__slider.anim-busy .swiper-wrapper {
  transform: translateX(-100%) !important;
  transition: all 0.5s !important;
}
.h-mode__slider .swiper-slide {
  height: auto;
}
@media (max-width: 1099px) {
  .h-mode__slider .swiper-slide {
    width: 41.98%;
    min-width: 144px;
  }
}
.h-mode__tile {
  padding: 16px 12px;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  border-radius: 16px;
  background: rgb(255, 255, 255);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.h-mode__tile img {
  vertical-align: top;
  height: 94px;
  margin-bottom: 12px;
}
@media (min-width: 1100px) {
  .h-mode__tile img {
    height: 184px;
    object-fit: cover;
  }
}
.h-mode__tile__text {
  color: #1D1D1B;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1100px) {
  .h-mode__tile__text {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #1d1d1b;
    flex: 1;
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .h-mode__tile__text {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (min-width: 17200px) {
  .h-mode__tile__text {
    font-size: 20px;
    line-height: 140%;
  }
}
@media (min-width: 1100px) {
  .h-mode__tile {
    padding: 28px 12px;
  }
}
.h-mode__img {
  text-align: center;
  position: relative;
}
.h-mode__img img {
  vertical-align: top;
  width: 100%;
}
.h-mode__img .img-pills {
  transition: all 0.8s;
}
.h-mode__img .img-pills__badge {
  padding: 12px 24px 12px 24px;
  color: #E40521;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: -2%;
  text-align: center;
  border-radius: 51px;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  background: rgb(255, 255, 255);
  margin-bottom: 24px;
  transition: all 0.5s;
  opacity: 1;
  transform: scale(1) translateX(0) translateY(0) rotate(3deg);
}
@media (min-width: 1100px) {
  .h-mode__img .img-pills__badge {
    font-size: 20px;
    font-weight: 900;
    line-height: 32px;
    display: inline-block;
    border-radius: 84px;
    box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
    padding: 16px 40px 16px 40px;
  }
}
@media (min-width: 1400px) {
  .h-mode__img .img-pills__badge {
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
  }
}
.h-mode__img .img-pills img {
  max-width: 735px;
}
.h-mode__img .img-solution {
  transition: all 0.8s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h-mode__img .img-solution img {
  max-width: 330px;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 1099px) {
  .h-mode__img .img-solution {
    height: 100%;
  }
  .h-mode__img .img-solution img {
    max-width: none;
    max-height: 100%;
    object-fit: contain;
  }
}
.h-mode__img.anim-busy .h-mode__img__badge {
  opacity: 0;
  transform: scale(0.4) translateX(-100%) translateY(-100%) rotate(3deg);
}
.h-mode__img--mob {
  margin-bottom: 36px;
}
@media (min-width: 1100px) {
  .h-mode__img {
    margin-bottom: 28px;
  }
}
.h-mode__steps {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 32px;
}
.h-mode__steps:before {
  content: "";
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  background: linear-gradient(90deg, rgb(255, 255, 255) 58.896%, rgb(230, 250, 205) 61.542%, rgb(178, 222, 124) 63.306%, rgb(157, 207, 95) 64.748%, rgb(128, 178, 66) 66.161%);
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  width: 100%;
  height: 12px;
}
@media (min-width: 1100px) {
  .h-mode__steps:before {
    background: linear-gradient(90deg, rgb(255, 255, 255) 63.75%, rgb(214, 239, 183) 71.43%, rgb(128, 178, 66) 78.29%);
  }
}
.h-mode__steps .text {
  color: #1D1D1B;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  width: 88px;
  height: 72px;
  border-radius: 16px;
  box-shadow: 0px 4px 20px 0px rgba(143, 159, 205, 0.25);
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.h-mode__steps .text.highlight {
  background: rgb(128, 178, 66);
  color: #fff;
  width: 115px;
}
@media (min-width: 1100px) {
  .h-mode__steps .text.highlight {
    width: auto;
  }
}
@media (min-width: 1400px) {
  .h-mode__steps .text.highlight {
    width: 173px;
  }
}
@media (min-width: 1100px) {
  .h-mode__steps .text {
    height: 88px;
    width: auto;
    min-width: 112px;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1400px) {
  .h-mode__steps .text {
    font-size: 20px;
    line-height: 24px;
    width: 173px;
    min-width: auto;
  }
}
.h-mode__steps .pos {
  position: relative;
}
.h-mode__steps .pos > span {
  transition: all 0.8s;
}
.h-mode__steps .pos .show-solution {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
@media (min-width: 1100px) {
  .h-mode__steps {
    margin-bottom: 0;
  }
}
.h-mode__slider-wrapper {
  position: relative;
  margin-bottom: 24px;
}
.h-mode__slider-wrapper .swiper-slide:nth-child(1) {
  transition: 0.6s;
}
.h-mode__slider-wrapper .swiper-slide:nth-child(2) {
  transition: 0.8s;
}
.h-mode__slider-wrapper .swiper-slide:nth-child(3) {
  transition: 1s;
}
.h-mode__slider-wrapper .show-solution,
.h-mode__slider-wrapper .show-pills {
  transition: 0.8s;
}
.h-mode__slider-wrapper .show-solution {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.h-mode__slider-wrapper .show-solution .swiper-slide:nth-child(1) {
  transition: 0.6s;
  transform: translateX(-100%);
}
.h-mode__slider-wrapper .show-solution .swiper-slide:nth-child(2) {
  transition: 0.8s;
  transform: translateX(-150%);
}
.h-mode__slider-wrapper .show-solution .swiper-slide:nth-child(3) {
  transition: 1s;
  transform: translateX(-200%);
}
@media (min-width: 1100px) {
  .h-mode__slider-wrapper {
    margin-bottom: 56px;
  }
}
.h-mode.mode-pills .h-mode__img .img-pills {
  transform: scale(1);
  transform-origin: bottom center;
  opacity: 1;
}
.h-mode.mode-pills .h-mode__img .img-pills__badhe {
  opacity: 1;
}
.h-mode.mode-pills .h-mode__img .img-solution {
  transform: scale(0.4);
  transform-origin: bottom center;
  opacity: 0;
}
.h-mode.mode-pills .show-pills {
  z-index: 2;
}
.h-mode.mode-solution .h-mode__img .img-pills {
  transform: scale(0.4);
  transform-origin: bottom center;
  opacity: 0;
}
.h-mode.mode-solution .h-mode__img .img-pills__badhe {
  opacity: 0;
  transform: scale(0.4) translateX(-100%) translateY(-100%) rotate(3deg);
}
.h-mode.mode-solution .h-mode__img .img-solution {
  transform: scale(1);
  transform-origin: bottom center;
  opacity: 1;
}
@media (max-width: 1099px) {
  .h-mode.mode-solution .h-mode__img {
    min-height: 336px;
  }
}
.h-mode.mode-solution .h-mode__steps .show-pills {
  opacity: 0;
}
.h-mode.mode-solution .h-mode__steps .show-solution {
  opacity: 1;
}
.h-mode.mode-solution .h-mode__product .show-pills {
  opacity: 0;
}
.h-mode.mode-solution .h-mode__product .show-solution {
  opacity: 1;
}
.h-mode.mode-solution .h-mode__slider-wrapper .show-pills {
  opacity: 0;
}
.h-mode.mode-solution .h-mode__slider-wrapper .show-pills .swiper-slide {
  transform: scale(0.5) translateX(0);
}
.h-mode.mode-solution .h-mode__slider-wrapper .show-solution {
  opacity: 1;
}
.h-mode.mode-solution .h-mode__slider-wrapper .show-solution .swiper-slide {
  animation: sideLeft 0.8s ease-out;
  transform: translateX(0);
}
@media (min-width: 1100px) {
  .h-mode .ui-btn {
    height: 92px;
    padding: 0 48px;
  }
}

@keyframes sideLeft {
  0% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0);
  }
}
.shops_list {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shops_list li {
  margin-bottom: 0;
}
.shops_list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.shops_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 0 30px;
  border-radius: 8px;
  box-shadow: 0px 4px 200px 0px rgba(187, 199, 233, 0.25);
  background: rgb(255, 255, 255);
}
@media (min-width: 1100px) {
  .shops_list li a {
    height: 218px;
  }
  .shops_list li a img {
    height: 90px;
  }
}
.shops_list li a:hover img {
  transform: scale(1.1);
}
@media (min-width: 1100px) {
  .shops_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.h-use .row {
  --ui-gutter-y: 20px;
  --ui-gutter-x: 20px;
}
.h-use .img-cover,
.h-use .l-animation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.h-use .img-cover {
  object-fit: cover;
}
.h-use__item {
  position: relative;
  padding-top: 108%;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 4px 40px 0 rgba(143, 159, 205, 0.25);
}
.h-use__item__body {
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
}
@media (min-width: 1100px) {
  .h-use__item__body {
    padding: 24px 32px;
  }
}
.h-use__item__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 4px;
}
@media (min-width: 1100px) {
  .h-use__item__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  .h-use__item__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 34px;
  }
}
@media (min-width: 17200px) {
  .h-use__item__title {
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
  }
}
.h-use__item__desc {
  color: rgb(99, 99, 99);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1100px) {
  .h-use__item__desc {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
}
@media (min-width: 1400px) {
  .h-use__item__desc {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 17200px) {
  .h-use__item__desc {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
}
.h-use__item__note {
  margin-top: auto;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 1100px) {
  .h-use__item__note {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
}
@media (min-width: 1400px) {
  .h-use__item__note {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }
}
@media (min-width: 17200px) {
  .h-use__item__note {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
}
.h-use__item_img .h-use__item__desc {
  margin-top: auto;
  margin-bottom: 24px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 1100px) {
  .h-use__item_img .h-use__item__desc {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
  }
}
@media (min-width: 17200px) {
  .h-use__item_img .h-use__item__desc {
    font-size: 18px;
  }
}
.h-use__item_img .ui-btn {
  --ui-btn-color: #fff;
  --ui-btn-font-color: #fff;
  font-size: 16px;
  padding: 0 40px;
}
.h-use__item_img .ui-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1D1D1B;
}
@media (min-width: 1100px) {
  .h-use__item {
    border-radius: 32px;
  }
}

.h-adventures__grid {
  display: grid;
  grid-template-columns: 45.481% 1fr 45.481%;
  grid-template-rows: auto 1fr auto 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.h-adventures__grid .v1 {
  grid-area: 4/1/5/2;
}
@media (min-width: 1100px) {
  .h-adventures__grid .v1 {
    grid-area: 1/1/2/4;
  }
}
.h-adventures__grid .v2 {
  grid-area: 2/3/3/4;
}
@media (min-width: 1100px) {
  .h-adventures__grid .v2 {
    grid-area: 1/4/2/7;
  }
}
.h-adventures__grid .v3 {
  grid-area: 1/1/2/4;
}
@media (min-width: 1100px) {
  .h-adventures__grid .v3 {
    grid-area: 1/7/2/13;
  }
}
.h-adventures__grid .v4 {
  grid-area: 3/1/4/4;
}
@media (min-width: 1100px) {
  .h-adventures__grid .v4 {
    grid-area: 2/1/3/7;
  }
}
.h-adventures__grid .v5 {
  grid-area: 2/1/3/3;
}
@media (min-width: 1100px) {
  .h-adventures__grid .v5 {
    grid-area: 2/7/3/10;
  }
}
.h-adventures__grid .v6 {
  grid-area: 4/2/5/4;
}
@media (min-width: 1100px) {
  .h-adventures__grid .v6 {
    grid-area: 2/10/3/13;
  }
}
@media (min-width: 1100px) {
  .h-adventures__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.h-adventures__tile {
  position: relative;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  border-radius: 16px;
  background: rgb(255, 255, 255);
  overflow: hidden;
}
.h-adventures__tile .l-animation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: scale(1.01);
}
.h-adventures__tile.side-end .h-adventures__tile__body {
  justify-content: end;
}
.h-adventures__tile__title {
  margin-bottom: 4px;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
}
@media (min-width: 1100px) {
  .h-adventures__tile__title {
    font-size: 26px;
    font-weight: 900;
    line-height: 40px;
  }
}
@media (min-width: 1400px) {
  .h-adventures__tile__title {
    font-size: 32px;
    line-height: 44px;
  }
}
.h-adventures__tile__description {
  color: rgb(99, 99, 99);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
@media (min-width: 1100px) {
  .h-adventures__tile__description {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
}
@media (min-width: 1400px) {
  .h-adventures__tile__description {
    font-size: 20px;
    line-height: 28px;
  }
}
.h-adventures__tile__body {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .h-adventures__tile__body {
    padding: 24px 32px;
  }
}
.h-adventures__tile.v6 .l-animation {
  width: auto;
  height: 100%;
  transform: scale(1.1);
}
@media (min-width: 1100px) {
  .h-adventures__tile {
    padding-top: 36.652%;
  }
}
@media (max-width: 1099px) {
  .h-adventures__tile.v3 {
    padding-top: 43.1486880466%;
  }
}
@media (max-width: 1099px) {
  .h-adventures__tile.v2 {
    padding-top: 120%;
  }
}
@media (max-width: 1099px) {
  .h-adventures__tile.v5 .l-animation {
    bottom: auto;
    top: 5px;
  }
}

.h-about__text {
  color: rgb(99, 99, 99);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 32px;
}
@media (min-width: 1100px) {
  .h-about__text {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding-right: 9.4%;
  }
}
@media (min-width: 1400px) {
  .h-about__text {
    font-size: 20px;
    line-height: 28px;
  }
}
.h-about__footer {
  display: flex;
  margin-bottom: 24px;
  gap: 12px;
  align-items: center;
}
@media (min-width: 1100px) {
  .h-about__footer {
    gap: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 1099px) {
  .h-about__footer .ui-btn:not(.ui-btn--link) {
    background: #E40521;
    padding: 0 20px;
    color: #fff;
  }
  .h-about__footer .ui-btn--link {
    padding: 0 10px;
  }
}
.h-about__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
@media (min-width: 1100px) {
  .h-about__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .h-about__grid .v1 {
    grid-area: 2/2/3/4;
  }
  .h-about__grid .v2 {
    grid-area: 1/1/3/2;
  }
  .h-about__grid .v3 {
    grid-area: 1/2/2/4;
  }
}
.h-about__tile {
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  padding: 16px;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}
.h-about__tile__img {
  text-align: center;
  flex: 0 0 80px;
  margin-right: 8px;
}
.h-about__tile__img img {
  max-width: 100%;
  vertical-align: top;
}
.h-about__tile__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
@media (min-width: 1100px) {
  .h-about__tile__name {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
}
@media (min-width: 1400px) {
  .h-about__tile__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
}
.h-about__tile_img .h-about__tile__img {
  flex: auto;
  margin-right: 0;
}
.h-about__tile_img .h-about__tile__img img {
  height: 81px;
}
@media (min-width: 1100px) {
  .h-about__tile_img .h-about__tile__img img {
    height: 143px;
  }
}
@media (min-width: 1100px) {
  .h-about__tile {
    padding: 40px 24px;
  }
  .h-about__tile.v2 {
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
  }
  .h-about__tile.v1 {
    padding: 32px 24px;
  }
  .h-about__tile.v1 .h-about__tile__img {
    flex: 0 0 195px;
    margin-right: 20px;
  }
}

.as-v5 {
  transform-origin: center bottom;
}
.as-v5.as-start {
  animation: 2s hbannerAnim;
  opacity: 1;
}
.as-v6 {
  transform-origin: left bottom;
  transition: all 1s ease-out;
  transform: translateX(-100vw);
}
.as-v6.as-start {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 1100px) {
  .as-v6 {
    transform: translateY(50%);
  }
  .as-v6.as-start {
    transform: translateY(0);
  }
}
.as-v7 {
  transform-origin: center bottom;
  transition: all 1s ease-out;
  transform: translateX(50%);
}
.as-v7.as-start {
  opacity: 1;
  transform: translateX(0);
}
.as-v8 {
  transform-origin: left bottom;
  transition: all 1s ease-out;
  transform: scale(0.7);
  opacity: 0.8;
}
.as-v8.as-start {
  opacity: 1;
  transform: scale(1);
}
.as-v9 {
  transform-origin: center bottom;
  transition: all 1s ease-out;
  transform: scale(0.9) translateY(50%);
  opacity: 0.8;
}
.as-v9.as-start {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.as-v10 {
  opacity: 0.5;
  transform-origin: center center;
  transform: rotate(20deg) scale(0.8);
}
.as-v10.as-start {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.as-v11 {
  opacity: 0.5;
  transform-origin: center center;
  transform: rotate(60deg) scale(0.8);
}
.as-v11.as-start {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.h-test {
  overflow: hidden;
}
@media (min-width: 1100px) {
  .h-test__title {
    text-align: center;
  }
}
.h-test .row_inputs {
  --ui-gutter-y: 24px;
}
@media (max-width: 1099px) {
  .h-test .row_inputs {
    margin-bottom: 24px;
  }
}
@media (max-width: 1099px) {
  .h-test__inputs__scroll {
    max-width: none;
    height: 64px;
    overflow: hidden;
    box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
    margin: 0px -16px;
    width: calc(100% + 32px);
  }
}
.h-test__inputs__list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  gap: 12px;
}
@media (max-width: 1099px) {
  .h-test__inputs__list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
    padding: 0 16px 2rem;
  }
}
.h-test__inputs__label {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 1100px) {
  .h-test__inputs__label {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 22px;
  }
}
@media (min-width: 17200px) {
  .h-test__inputs__label {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}

.audio-record {
  position: relative;
}
.audio-record__disk {
  width: 100%;
  position: relative;
}
.audio-record__disk__play {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='46' viewBox='0 0 45 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.0045 22.9802C42.0057 23.4556 41.8838 23.9232 41.6507 24.3375C41.4176 24.7519 41.0813 25.0988 40.6744 25.3447L15.4576 40.7709C15.0325 41.0312 14.5456 41.1733 14.0471 41.1826C13.5487 41.1918 13.0568 41.0678 12.6223 40.8234C12.192 40.5828 11.8335 40.2319 11.5837 39.8068C11.3339 39.3816 11.2019 38.8977 11.2012 38.4046V7.55577C11.2019 7.06271 11.3339 6.57875 11.5837 6.15364C11.8335 5.72853 12.192 5.37763 12.6223 5.13701C13.0568 4.89259 13.5487 4.76859 14.0471 4.77782C14.5456 4.78705 15.0325 4.92918 15.4576 5.18951L40.6744 20.6157C41.0813 20.8615 41.4176 21.2085 41.6507 21.6229C41.8838 22.0372 42.0057 22.5048 42.0045 22.9802Z' fill='%23E40521'/%3E%3C/svg%3E%0A");
  width: 45px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  transition: all 0.5s;
  z-index: 2;
}
.audio-record__disk__play:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}
.audio-record__disk__cover {
  transition: all 2s;
}
.audio-record__disk__cover__label {
  color: #1D1D1B;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
}
.audio-record__disk__cover__label:before {
  content: "";
  width: 59%;
  background: rgb(186, 186, 186);
  height: 2px;
  top: calc(50% - 1px);
  left: 20.5%;
  position: absolute;
}
@media (min-width: 1100px) {
  .audio-record__disk__cover__label {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 1400px) {
  .audio-record__disk__cover__label {
    font-size: 18px;
    line-height: 22px;
  }
}
.audio-record__disk__cover img {
  width: 100%;
  transform-origin: 50% 50%;
  vertical-align: top;
}
@media (min-width: 1100px) {
  .audio-record__disk {
    width: 75.39503386%;
  }
}
.audio-record__needle {
  width: 25.959%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.audio-record__needle .i1 {
  width: 89.5652%;
  position: absolute;
  top: 6.5%;
  right: 0;
}
@media (max-width: 1099px) {
  .audio-record__needle .i1 {
    display: none;
  }
}
.audio-record__needle .i2 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: 50% 21.5%;
  transition: all 2s;
}
@media (max-width: 1099px) {
  .audio-record__needle .i2 {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1099px) {
  .audio-record__needle {
    left: calc(100% + 32px);
    right: auto;
  }
}
.audio-record.started-record .audio-record__disk__cover {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation: rotateDisk 5s linear infinite;
}
.audio-record.started-record .audio-record__disk__play {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='46' viewBox='0 0 45 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8018 9.91333H13.068C12.037 9.91333 11.2012 10.7492 11.2012 11.7802V34.1826C11.2012 35.2137 12.037 36.0495 13.068 36.0495H16.8018C17.8328 36.0495 18.6687 35.2137 18.6687 34.1826V11.7802C18.6687 10.7492 17.8328 9.91333 16.8018 9.91333Z' fill='%23E40521'/%3E%3Cpath d='M31.7368 9.91333H28.0031C26.9721 9.91333 26.1362 10.7492 26.1362 11.7802V34.1826C26.1362 35.2137 26.9721 36.0495 28.0031 36.0495H31.7368C32.7679 36.0495 33.6037 35.2137 33.6037 34.1826V11.7802C33.6037 10.7492 32.7679 9.91333 31.7368 9.91333Z' fill='%23E40521'/%3E%3C/svg%3E%0A");
}
.audio-record.started-record .audio-record__needle .i2 {
  transform: rotate(25deg);
}
@media (max-width: 1099px) {
  .audio-record.started-record .audio-record__needle .i2 {
    transform: rotate(16deg) translateX(-90px) translateY(-50%);
  }
}

@keyframes rotateDisk {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.asx {
  transform-origin: center center;
  transition: all 1s ease-out;
  transform: scale(0.8) translateY(50%);
  opacity: 0.8;
}
.asx.asx-start {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.h-uteka {
  overflow: hidden;
}
.h-uteka__text {
  color: rgb(99, 99, 99);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .h-uteka__text {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 56px;
  }
}
@media (min-width: 1400px) {
  .h-uteka__text {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 17200px) {
  .h-uteka__text {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 1099px) {
  .h-uteka .ui-btn {
    width: 100%;
    display: flex;
  }
}
@media (min-width: 1100px) {
  .h-uteka .ui-btn {
    font-size: 26px;
    font-weight: 600;
    height: 92px;
    padding: 0 48px;
  }
}
@media (min-width: 1400px) {
  .h-uteka .ui-btn {
    font-size: 32px;
  }
}
.h-uteka__body {
  transition: all 1.2s ease-out;
}
.h-uteka__body.anim-busy {
  opacity: 0;
}
.h-uteka .two-packs {
  margin-bottom: 24px;
}
@media (min-width: 1100px) {
  .h-uteka .two-packs {
    margin-bottom: 0;
  }
}

.article-detail {
  color: rgb(137, 137, 137);
  font-size: 14px;
  line-height: 20px;
  align-content: start;
}
.article-detail h2 {
  margin-bottom: 8px;
  font-size: 24px;
}
@media (min-width: 1100px) {
  .article-detail h2 {
    margin-bottom: 22px;
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .article-detail h2 {
    margin-bottom: 32px;
    font-size: 48px;
  }
}
.article-detail h3 {
  margin-bottom: 16px;
  font-size: 20px;
}
@media (min-width: 1100px) {
  .article-detail h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  .article-detail h3 {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
@media (min-width: 1100px) {
  .article-detail br {
    display: none;
  }
}
.article-detail__top-text {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  color: rgb(99, 99, 99);
}
.article-detail__top-text b {
  color: #000000;
}
@media (min-width: 1100px) {
  .article-detail__top-text {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 22px;
    margin-right: 40px;
  }
}
@media (min-width: 1400px) {
  .article-detail__top-text {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
    margin-right: 40px;
  }
}
.article-detail__top-image {
  margin-bottom: 16px;
  height: auto;
}
.article-detail__top-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}
@media (min-width: 1100px) {
  .article-detail__top-image img {
    border-radius: 24px;
  }
}
@media (min-width: 1400px) {
  .article-detail__top-image img {
    height: 100%;
  }
}
@media (min-width: 1100px) {
  .article-detail__top-image {
    margin-bottom: 22px;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .article-detail__top-image {
    margin-bottom: 32px;
    height: 672px;
  }
}
.article-detail__text {
  line-height: 20px;
}
.article-detail__text p {
  margin-bottom: 16px;
}
@media (min-width: 1100px) {
  .article-detail__text p {
    margin-bottom: 22px;
  }
}
@media (min-width: 1400px) {
  .article-detail__text p {
    margin-bottom: 32px;
  }
}
.article-detail__text ul {
  margin-bottom: 16px;
}
@media (min-width: 1100px) {
  .article-detail__text ul {
    margin-bottom: 22px;
  }
}
@media (min-width: 1400px) {
  .article-detail__text ul {
    margin-bottom: 32px;
  }
}
.article-detail__text a {
  text-decoration: underline;
}
.article-detail__text li {
  margin-bottom: 8px;
  color: #E40521;
}
@media (min-width: 1100px) {
  .article-detail__text li {
    margin-bottom: 12px;
  }
}
@media (min-width: 1400px) {
  .article-detail__text li {
    margin-bottom: 16px;
  }
}
.article-detail__text span {
  color: rgb(137, 137, 137);
}
.article-detail__text img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  border-radius: 16px;
  object-fit: cover;
}
@media (min-width: 1100px) {
  .article-detail__text img {
    margin-bottom: 32px;
    border-radius: 24px;
  }
}
@media (min-width: 1100px) {
  .article-detail__text {
    line-height: 40px;
  }
}
@media (min-width: 1100px) {
  .article-detail {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .article-detail {
    font-size: 28px;
    line-height: 40px;
  }
}

.a-url {
  color: #9097C5;
}

.summary-article {
  padding: 20px 20px 0 20px;
  position: sticky;
  top: 255px;
  color: #1D1D1B;
  border-radius: 16px;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  background: rgb(255, 255, 255);
}
.summary-article__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
}
@media (min-width: 1400px) {
  .summary-article__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.summary-article__items {
  line-height: 28px;
}
.summary-article__item {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 2px solid #EAEAEA;
}
.summary-article__item a {
  text-decoration: underline;
  color: #1D1D1B;
  font-size: 18px;
}
@media (min-width: 1400px) {
  .summary-article__item a {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .summary-article__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 1099px) {
  .summary-article {
    display: none;
  }
}

.end-banner {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgb(220, 78, 108) 84%, rgb(213, 44, 80) 100%);
  border-radius: 50px;
}

.end-banner__title {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

.end-banner__desc {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

@media (min-width: 992px) {
  .end-banner__title {
    font-size: 34px;
  }
  .end-banner__desc {
    font-size: 26px;
  }
}
.b-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media (min-width: 992px) {
  .b-row {
    grid-template-columns: 50% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
  }
  .end-banner {
    padding: 40px 60px 40px 60px;
  }
}
.end-banner img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .end-banner {
    margin: 30px -30px;
  }
  .end-banner__img {
    position: relative;
    height: 100%;
    transform: scale(1.2);
    left: 40px;
  }
}
.faq {
  margin-bottom: 64px;
  margin-top: 24px;
}
@media (min-width: 1100px) {
  .faq {
    margin-bottom: 112px;
    margin-top: 56px;
  }
}

.cough {
  padding: 0;
  text-align: start;
}
.cough__top-banner {
  width: 100%;
  padding: 16px;
  border-radius: 24px;
  box-shadow: 0 4px 40px 0 rgba(143, 159, 205, 0.25);
}
@media (min-width: 1100px) {
  .cough__top-banner__content-left {
    padding-left: 64px;
    padding-right: 80px;
    padding-top: 100px;
  }
}
@media (min-width: 17200px) {
  .cough__top-banner__content-left {
    padding-left: 64px;
    padding-right: 95px;
    padding-top: 182px;
  }
}
.cough__top-banner__text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 1100px) {
  .cough__top-banner__text {
    margin-top: 30px;
    margin-bottom: 44px;
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 17200px) {
  .cough__top-banner__text {
    margin-top: 32px;
    margin-bottom: 44px;
    font-size: 32px;
    line-height: 44px;
  }
}
.cough__top-banner__img {
  background-repeat: no-repeat;
  background-image: url("../images/nature/content1.svg");
  margin-top: 20px;
  padding-top: 75.68%;
  background-position: right 0 bottom 0;
  background-size: 100% auto;
}
@media (min-width: 1100px) {
  .cough__top-banner__img {
    margin-top: 0;
    padding-top: 0;
    background-position: right 80px bottom 60px;
    background-size: calc(678px / (40% - 80px) * 100%) auto;
  }
}
@media (min-width: 1100px) {
  .cough__top-banner {
    display: flex;
    border-radius: 32px;
    box-shadow: 0 4px 200px 0 rgba(187, 199, 233, 0.25);
  }
}
.cough__row-info {
  margin-top: 32px;
  align-items: center;
}
@media (min-width: 1100px) {
  .cough__row-info {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.cough__row-info--lg {
  margin-top: 32px;
}
@media (min-width: 1100px) {
  .cough__row-info--lg {
    margin-top: 112px;
  }
}
.cough__row-info--column {
  flex-direction: column;
}
.cough__row-info__title {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
}
.cough__row-info__title--h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 1100px) {
  .cough__row-info__title--h3 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1%;
  }
}
.cough__row-info__title--lg {
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 1100px) {
  .cough__row-info__title--lg {
    font-size: 88px;
    font-weight: 900;
    line-height: 96px;
    letter-spacing: -3%;
    text-align: left;
  }
}
.cough__row-info__title--centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1100px) {
  .cough__row-info__title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1%;
    text-align: left;
  }
}
@media (min-width: 17200px) {
  .cough__row-info__title {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1%;
    text-align: left;
  }
}
.cough__row-text {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .cough__row-text {
    display: flex;
    margin-top: 32px;
  }
}
.cough__col-left-info {
  width: 100%;
  margin-top: 8px;
}
@media (min-width: 1100px) {
  .cough__col-left-info {
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .cough__col-left-info--flex-column {
    display: flex;
    flex-direction: column;
  }
}
.cough__col-right-info {
  width: 100%;
  margin-top: 8px;
}
@media (min-width: 1100px) {
  .cough__col-right-info {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}
.cough__text-info {
  letter-spacing: 0;
}
.cough__text-info--just {
  color: #636363;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1100px) {
  .cough__text-info--just {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 17200px) {
  .cough__text-info--just {
    font-size: 28px;
    line-height: 40px;
  }
}
.cough__text-info--accent {
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 1100px) {
  .cough__text-info--accent {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 17200px) {
  .cough__text-info--accent {
    font-size: 32px;
    line-height: 44px;
  }
}
.cough h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 12px;
}
@media (min-width: 1100px) {
  .cough h3 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1%;
  }
}
.cough__list {
  margin-bottom: 12px;
}
.cough__list ul {
  margin-bottom: 0;
}
.cough__list li {
  color: #E40521;
  margin-bottom: 8px;
}
@media (min-width: 1100px) {
  .cough__list li {
    margin-bottom: 16px;
  }
}
.cough__list span {
  color: #636363;
}
@media (min-width: 1100px) {
  .cough__list {
    display: flex;
    margin-bottom: 24px;
  }
}
.cough__ul {
  margin-top: 12px;
}
@media (min-width: 1100px) {
  .cough__ul {
    margin-top: 22px;
  }
}
@media (min-width: 17200px) {
  .cough__ul {
    margin-top: 32px;
  }
}
.cough__col-right-info-img {
  width: 100%;
  margin-bottom: 12px;
  padding: 30px 20px 0 34px;
}
@media (min-width: 1100px) {
  .cough__col-right-info-img {
    display: flex;
    margin-bottom: 20px;
    padding: 62px 34px 79.64px;
  }
}
.cough__faq-list {
  margin-top: 16px;
}
@media (min-width: 1100px) {
  .cough__faq-list {
    margin-top: 32px;
  }
}
.cough__tab {
  display: flex;
  justify-content: center;
}
.cough__info-tablets {
  margin-top: 32px;
}
@media (min-width: 1100px) {
  .cough__info-tablets {
    margin-top: 56px;
  }
}
@media (max-width: 1099px) {
  .cough__info-tablets h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
  }
}
.cough__info-tablets-row {
  display: flex;
  flex-direction: column;
  align-content: end;
  justify-content: center;
}
@media (min-width: 1100px) {
  .cough__info-tablets-row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cough__row-info-lp {
  flex-wrap: nowrap;
  padding: 0;
  color: rgb(186, 186, 186);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 1100px) {
  .cough__row-info-lp {
    font-size: 20px;
    line-height: 28px;
    text-align: right;
  }
}
.cough__buy-btn {
  height: 56px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 1100px) {
  .cough__buy-btn {
    width: 269px;
    height: 92px;
    margin-bottom: 0;
    margin-top: auto;
    font-size: 32px;
    line-height: 44px;
  }
}
.cough__selector {
  margin-top: 24px;
  margin-bottom: 24px;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1100px) {
  .cough__selector {
    display: flex;
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
.cough__selector-item {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
@media (min-width: 1100px) {
  .cough__selector-item {
    width: 282px;
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  .cough__selector-item--right {
    margin-left: 48px;
  }
}
.cough__selector-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 1100px) {
  .cough__selector-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
}
.cough__selector-btns {
  margin-top: 12px;
  display: none;
}
@media (min-width: 1100px) {
  .cough__selector-btns {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
}
.cough__selector-btn {
  width: 144px;
  height: 64px;
  margin-right: 12px;
  box-sizing: border-box;
}
@media (min-width: 1100px) {
  .cough__selector-btn {
    width: 282px;
    height: 140px;
    margin-right: 0;
    margin-top: 20px;
    border-radius: 32px;
  }
}
.cough__swiper {
  margin-top: 24px;
  margin-bottom: 64px;
}
@media (min-width: 1100px) {
  .cough__swiper {
    margin-top: 40px;
    margin-bottom: 180px;
  }
}
.cough__similar-choice {
  height: 64px;
  margin-top: 12px;
}
@media (min-width: 1100px) {
  .cough__similar-choice {
    display: none;
  }
}

.list-img {
  margin-top: 12px;
  margin-bottom: 12px;
}
.list-img .row {
  --ui-gutter-y: 8px;
  --ui-gutter-x: 8px;
}
@media (min-width: 1100px) {
  .list-img .row {
    --ui-gutter-y: 20px;
    --ui-gutter-x: 20px;
  }
}
.list-img__item {
  width: 100%;
  border-radius: 16px;
  padding-top: 52.4781341108%;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  position: relative;
  background-repeat: no-repeat;
}
.list-img__item.decor1 {
  background-image: url("../images/nature/decor1.svg");
  background-position: right -43px bottom 9px;
  background-size: 62.39% auto;
}
@media (min-width: 1100px) {
  .list-img__item.decor1 {
    background-position: right -70px bottom -6px;
    background-size: 97.23% auto;
  }
}
.list-img__item.decor2 {
  background-image: url("../images/nature/decor2.svg");
  background-position: right -3.59px top -16px;
  background-size: 45.29% auto;
}
@media (min-width: 1100px) {
  .list-img__item.decor2 {
    background-position: right 5px top -10.81px;
    background-size: 58.45% auto;
  }
}
.list-img__item.decor3 {
  background-image: url("../images/nature/decor3.svg");
  background-position: right 26.87px top -14px;
  background-size: 49.85% auto;
}
@media (min-width: 1100px) {
  .list-img__item.decor3 {
    background-position: right 27px top -8px;
    background-size: 66.74% auto;
  }
}
.list-img__item.decor4 {
  background-image: url("../images/nature/decor4.svg");
  background-position: right 29px top 9px;
  background-size: 44.03% auto;
}
@media (min-width: 1100px) {
  .list-img__item.decor4 {
    background-position: right 40px top 26px;
    background-size: 60.5% auto;
  }
}
.list-img__item__body {
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  position: absolute;
  padding: 108px 55px 12px 16px;
}
@media (min-width: 1100px) {
  .list-img__item__body {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 14px;
  }
}
@media (min-width: 17200px) {
  .list-img__item__body {
    font-size: 24px;
    line-height: 32px;
    padding: 24px 16px;
  }
}
@media (min-width: 1100px) {
  .list-img__item {
    padding-top: 80.3695150115%;
    border-radius: 24px;
  }
}
@media (min-width: 1100px) {
  .list-img {
    margin-top: 44px;
    margin-bottom: 44px;
  }
}

.b--red {
  color: #E40521;
}

.similar-tablets {
  margin-top: 36px;
  margin-right: 0;
  margin-left: 0;
  display: flex;
}

.tablets-item {
  width: 144px;
  height: 186px;
  margin-bottom: 12px;
  justify-content: center;
  text-align: center;
  padding: 16px 12px 16px 12px;
  line-height: 16px;
  border-radius: 32px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 200px 0px rgba(187, 199, 233, 0.25);
}
@media (min-width: 1100px) {
  .tablets-item {
    padding: 28px 24px 28px 24px;
    height: 324px;
    width: 282px;
  }
}
.tablets-item__image {
  width: 120px;
  height: 94px;
  display: none;
  object-fit: cover;
}
@media (min-width: 1100px) {
  .tablets-item__image {
    width: 234px;
    height: 184px;
    display: flex;
  }
}
.tablets-item__image--mob {
  display: flex;
  justify-content: center;
}
@media (min-width: 1100px) {
  .tablets-item__image--mob {
    display: none;
  }
}
.tablets-item__text {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  margin-top: 12px;
}
@media (min-width: 1100px) {
  .tablets-item__text {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
  }
}

.choice-item {
  width: 144px;
  height: 64px;
}

@media (max-width: 1099px) {
  .form-tablets--odd .form-tablets__top-text {
    order: 2;
  }
}
@media (max-width: 1099px) {
  .form-tablets--odd .form-tablets__swiper {
    order: 1;
  }
}
@media (max-width: 1099px) {
  .form-tablets--odd .form-tablets__btn {
    order: 4;
  }
}
@media (max-width: 1099px) {
  .form-tablets--odd .form-tablets__img {
    order: 3;
  }
}
@media (max-width: 1099px) {
  .form-tablets--odd .form-tablets__img-steps {
    order: 0;
  }
}

.selector-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1100px) {
  .selector-item {
    flex-direction: row;
  }
}
@media (max-width: 1099px) {
  .selector-item--odd .selector-item__left-col {
    order: 2;
  }
}
@media (max-width: 1099px) {
  .selector-item--odd .selector-item__right-col {
    order: 0;
  }
}

.instruction {
  padding: 0;
  margin-top: 32px;
  color: #636363;
}
@media (max-width: 1099px) {
  .instruction {
    overflow: hidden;
  }
}
@media (min-width: 1100px) {
  .instruction {
    align-items: center;
  }
}
.instruction__text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media (min-width: 1100px) {
  .instruction__text {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 28px;
  }
}
@media (min-width: 17200px) {
  .instruction__text {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
    margin-right: 327px;
  }
}
.instruction__faq-list {
  margin-top: 24px;
  margin-bottom: 40px;
}
@media (min-width: 1100px) {
  .instruction__faq-list {
    margin-top: 32px;
    margin-bottom: 56px;
  }
}
.instruction__download {
  display: flex;
  margin: 0 auto 40px auto;
  width: 415px;
  height: 92px;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 17200px) {
  .instruction__download {
    margin: 0 auto 64px auto;
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 1099px) {
  .instruction__download {
    display: none;
  }
}

.advantages {
  margin-bottom: 32px;
  width: 100%;
}
@media (min-width: 1100px) {
  .advantages {
    margin-bottom: 46px;
  }
}
@media (min-width: 17200px) {
  .advantages {
    margin-bottom: 56px;
  }
}
.advantages__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
}
@media (min-width: 1100px) {
  .advantages__title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1%;
    margin-bottom: 28px;
  }
}
@media (min-width: 17200px) {
  .advantages__title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1%;
    margin-bottom: 32px;
  }
}
.advantages__list-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 1100px) {
  .advantages__list-title {
    font-size: 34px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
@media (min-width: 17200px) {
  .advantages__list-title {
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -1%;
  }
}
.advantages__list {
  margin-top: 24px;
}
@media (min-width: 1100px) {
  .advantages__list {
    margin-top: 28px;
  }
}
@media (min-width: 17200px) {
  .advantages__list {
    margin-top: 32px;
  }
}
.advantages__list-content {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1100px) {
  .advantages__list-content {
    margin-top: 24px;
  }
}
.advantages__text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  width: 100%;
}
@media (min-width: 1100px) {
  .advantages__text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 17200px) {
  .advantages__text {
    font-size: 20px;
    line-height: 28px;
    width: 50%;
  }
}

.swiper-advantages {
  margin-bottom: 24px;
  overflow: visible;
}
@media (max-width: 1099px) {
  .swiper-advantages .swiper-slide {
    width: 70%;
  }
}

.advantages-item {
  padding-top: 75%;
  background-repeat: no-repeat;
}
.advantages-item__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 31px;
  display: flex;
  align-items: end;
  color: #1D1D1B;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  box-shadow: 0 4px 40px 0 rgba(143, 159, 205, 0.25);
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .advantages-item__body {
    padding: 24px;
    font-size: 16px;
    border-radius: 24px;
    line-height: 26px;
  }
}
@media (min-width: 17200px) {
  .advantages-item__body {
    font-size: 20px;
    line-height: 28px;
  }
}
.advantages-item__image {
  width: 100%;
}
.advantages-item__image img {
  width: 100%;
}
@media (min-width: 17200px) {
  .advantages-item {
    padding-top: 80.3695%;
    width: 100%;
  }
}
.advantages-item.decor1 {
  background-image: url("../images/instructions/decor1.svg");
  background-position: left 94px bottom -49px;
  background-size: 55.42% auto;
}
@media (min-width: 1100px) {
  .advantages-item.decor1 {
    background-position: left 134px bottom -70.68px;
    background-size: 60% auto;
  }
}
.advantages-item.decor2 {
  background-image: url("../images/instructions/decor2.svg");
  background-position: left 59.89px bottom 47.31px;
  background-size: 97.88% auto;
}
@media (min-width: 1100px) {
  .advantages-item.decor2 {
    background-position: left 83.57px bottom 90.13px;
    background-size: 95.84% auto;
  }
}
.advantages-item.decor3 {
  background-image: url("../images/instructions/decor3.svg");
  background-position: left 64px top 13px;
  background-size: 160.59% auto;
}
@media (min-width: 1100px) {
  .advantages-item.decor3 {
    background-position: left 94px top 30px;
    background-size: 171.82% auto;
  }
}
.advantages-item.decor4 {
  background-image: url("../images/instructions/decor4.svg");
  background-position: left 104px top 45px;
  background-size: 48.75% auto;
}
@media (min-width: 1100px) {
  .advantages-item.decor4 {
    background-position: left 156px bottom 76.01px;
    background-size: 56.58% auto;
  }
}

.conditions-content h2 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 24px;
}
@media (min-width: 1100px) {
  .conditions-content h2 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1%;
    margin-top: 40px;
  }
}
.conditions-content__text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
  color: #636363;
}
@media (min-width: 1100px) {
  .conditions-content__text {
    font-size: 28px;
    line-height: 40px;
    margin-top: 24px;
  }
}

.similar-articles {
  margin-bottom: 18px;
}
.similar-articles__title {
  font-size: 32px;
  font-weight: 900;
}
@media (min-width: 1100px) {
  .similar-articles__title {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  .similar-articles__title {
    font-size: 64px;
  }
}
.similar-articles__btn {
  height: 48px;
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
@media (min-width: 1100px) {
  .similar-articles__btn {
    width: 488px;
    height: 92px;
    margin-top: 56px;
    margin-bottom: 0;
  }
}
.similar-articles__footer {
  margin-top: 32px;
}
@media (min-width: 1100px) {
  .similar-articles__footer {
    margin-top: 56px;
  }
}
@media (min-width: 1100px) {
  .similar-articles {
    margin-bottom: 22px;
  }
}
@media (min-width: 1400px) {
  .similar-articles {
    margin-bottom: 32px;
  }
}

.articles .row_articles {
  --ui-gutter-y: 12px;
}
@media (min-width: 1100px) {
  .articles .row_articles {
    --ui-gutter-y: 20px;
  }
}
.articles__more {
  display: block;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 64px;
}
.articles__more .ui-btn {
  display: flex;
  width: 100%;
  font-size: 16px;
  height: 56px;
}
@media (min-width: 1100px) {
  .articles__more .ui-btn {
    display: inline-flex;
    width: auto;
    height: 60px;
    padding: 0 48px;
    font-size: 24px;
  }
}
@media (min-width: 17200px) {
  .articles__more .ui-btn {
    display: inline-flex;
    width: auto;
    height: 92px;
    padding: 0 48px;
    font-size: 32px;
  }
}
@media (min-width: 1100px) {
  .articles__more {
    margin-top: 40px;
    margin-bottom: 112px;
  }
}

.swiper-articles .swiper-slide {
  height: auto;
}
@media (max-width: 1099px) {
  .swiper-articles .swiper-slide {
    width: 70%;
  }
}
.swiper-articles .swiper-slide .article-item {
  height: 100%;
}

.title {
  font-size: 38px;
  font-weight: 900;
  color: #1D1D1B;
}
@media (min-width: 1100px) {
  .title {
    font-size: 104px;
    line-height: 104px;
    letter-spacing: -4%;
  }
}

.article-item {
  width: 100%;
  padding: 16px 16px 20px 16px;
  line-height: 16px;
  border-radius: 24px;
  background: rgb(255, 255, 255);
  text-decoration: none !important;
}
.article-item img {
  border-radius: 7px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.article-item__image {
  height: 168px;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-bottom: 12px;
}
@media (min-width: 1100px) {
  .article-item__image {
    height: 180px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1400px) {
  .article-item__image {
    height: 264px;
  }
}
.article-item__date {
  color: rgb(137, 137, 137);
  font-size: 12px;
  margin-bottom: 8px;
}
@media (min-width: 1100px) {
  .article-item__date {
    font-size: 18px;
  }
}
.article-item__title {
  color: #1D1D1B;
  font-weight: 900;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 8px;
}
.article-item__title a {
  color: #1D1D1B;
}
.article-item__title a:hover {
  text-decoration: none;
  color: #E40521;
}
@media (min-width: 1100px) {
  .article-item__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .article-item__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 17200px) {
  .article-item__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.article-item__text {
  color: rgb(99, 99, 99);
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
}
@media (min-width: 1100px) {
  .article-item__text {
    font-size: 16px;
    line-height: 22px;
    min-height: 66px;
  }
}
@media (min-width: 1400px) {
  .article-item__text {
    font-size: 18px;
    line-height: 26px;
    min-height: 78px;
  }
}
@media (min-width: 17200px) {
  .article-item__text {
    font-size: 20px;
    line-height: 28px;
    min-height: 84px;
  }
}
.article-item__button {
  margin-top: 20px;
}
@media (min-width: 1100px) {
  .article-item__button {
    margin-top: auto;
  }
}
.article-item--long {
  box-shadow: 0px 4px 200px 0px rgba(187, 199, 233, 0.25);
}
.article-item--long .article-item__image {
  height: 244px;
}
@media (min-width: 1100px) {
  .article-item--long .article-item__image {
    height: 100%;
    margin-bottom: 0;
  }
}
.article-item--long .article-item__body {
  display: flex;
  flex-direction: column;
}
.article-item--long .article-item__title {
  margin-bottom: 8px;
}
@media (min-width: 1100px) {
  .article-item--long .article-item__title {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1100px) {
  .article-item--long .article-item__text {
    display: block;
  }
}
@media (min-width: 17200px) {
  .article-item--long .article-item__text {
    padding-right: 100px;
  }
}
@media (min-width: 1100px) {
  .article-item--long {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
}
@media (min-width: 1100px) {
  .article-item--odd .article-item__image {
    order: 2;
  }
}
@media (min-width: 1100px) {
  .article-item--odd .article-item__body {
    order: 1;
  }
}
@media (min-width: 1100px) {
  .article-item {
    padding: 24px 24px 32px 24px;
    border-radius: 32px;
  }
}

.top-articles {
  margin-bottom: 30px;
  background: #E4E7F8;
  background-image: url("../images/stuff/articles-bg.svg");
  background-size: cover;
  overflow: hidden;
  border-radius: 32px;
}
.top-articles .decor1 {
  background-image: url("data:image/svg+xml,%3Csvg width='66' height='66' viewBox='0 0 66 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.6381 65.1372C52.5738 64.0209 65.9648 49.9305 65.9648 32.7124C65.9648 15.4942 52.5738 1.40378 35.6381 0.287516L35.6381 65.1372ZM31.2994 0.287509C14.3638 1.40373 0.972621 15.4942 0.972623 32.7124C0.972624 49.9305 14.3638 64.021 31.2994 65.1372L31.2994 0.287509Z' fill='%23CA041D'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 70px;
  z-index: 2;
  bottom: 20px;
  transition: all 1s;
}
@media (min-width: 1100px) {
  .top-articles .decor1 {
    width: 66px;
    height: 66px;
    position: absolute;
    right: 180px;
  }
}
.top-articles .decor2 {
  background-image: url("data:image/svg+xml,%3Csvg width='107' height='106' viewBox='0 0 107 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9873 92.6628C39.7425 110.851 71.3395 110.047 91.136 90.2504C110.933 70.4539 111.737 38.8569 93.5484 18.1017L18.9873 92.6628ZM88.56 13.1132C67.8048 -5.07527 36.2077 -4.2712 16.411 15.5254C-3.3856 35.3221 -4.18966 66.9192 13.9989 87.6744L88.56 13.1132Z' fill='%23CA041D'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: all 1s;
  z-index: 2;
}
@media (min-width: 1100px) {
  .top-articles .decor2 {
    width: 107px;
    height: 106px;
    right: 50px;
    bottom: 40px;
  }
}
.top-articles__img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
@media (min-width: 1100px) {
  .top-articles__img {
    display: block;
    width: 25%;
  }
  .top-articles__img img {
    width: 100%;
  }
}
.top-articles__cloud-wrap {
  padding: 20px 35px;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1100px) {
  .top-articles__cloud-wrap {
    padding: 20px 20px 20px 60px;
    width: 70%;
  }
}
.top-articles__cloud {
  text-align: center;
}
.top-articles__cloud > div {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  position: relative;
  z-index: 3;
}
@media (min-width: 1100px) {
  .top-articles__cloud > div {
    padding: 15px;
  }
  .top-articles__cloud > div:first-child {
    margin-top: 20px;
  }
  .top-articles__cloud > div:nth-child(2n) {
    margin-top: 5px;
    padding-left: 40px;
  }
  .top-articles__cloud > div:nth-child(3n) {
    margin-top: 10px;
  }
  .top-articles__cloud > div:nth-child(5n) {
    margin-top: -10px;
  }
}
.top-articles__cloud a {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  display: inline-flex;
  border: 1px solid #fff;
  border-radius: 8px;
  opacity: 0;
  transform: scale(0.8) translateY(100%);
  transition: all 1s;
}
.top-articles__cloud a:hover {
  text-decoration: none;
  background: #fff;
  color: #E40521;
}
@media (min-width: 1100px) {
  .top-articles__cloud a {
    font-size: 16px;
    padding: 10px;
  }
}
@media (min-width: 1400px) {
  .top-articles__cloud a {
    font-size: 20px;
    padding: 10px 20px;
  }
}
.top-articles__body {
  position: relative;
  height: auto;
  background-color: #e50621;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1110px) {
  .top-articles__body {
    background-size: auto 100%;
    background-position: 47% center;
    background-color: transparent;
    background-image: url("../images/stuff/articles-docor.svg");
    height: 317px;
  }
  .top-articles__body:before {
    content: "";
    background: #E40521;
    height: 100%;
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 1310px) {
  .top-articles__body {
    height: 425px;
    background-position: 315px center;
  }
}
@media (min-width: 1100px) {
  .top-articles__body {
    display: flex;
    justify-content: end;
  }
}
@media (min-width: 1100px) {
  .top-articles {
    margin-bottom: 90px;
  }
}

.top-articles-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
  gap: 10px;
}
.top-articles-nav a {
  height: 60px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D1D1B;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  transition: all 0.5s ease-out;
  border: 1px solid rgb(228, 5, 33);
}
.top-articles-nav a.active {
  background: #E40521;
  color: #fff;
  text-decoration: none;
}
.top-articles-nav a:hover {
  background: #E40521;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .top-articles-nav a {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    height: 85px;
    margin-bottom: 44px;
  }
}
@media (min-width: 1100px) {
  .top-articles-nav a {
    font-size: 22px;
  }
}
@media (min-width: 1100px) {
  .top-articles-nav {
    gap: 30px;
  }
}

.show .top-articles__cloud a {
  opacity: 1;
  transform: scale(1) translateY(0);
}

@media (max-width: 1099px) {
  .top-articles-nav-scroll {
    max-width: 100%;
    height: 60px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .top-articles-nav-scroll div {
    padding-bottom: 3px;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
  }
}

.yes-no {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 616px;
  margin: 0 auto;
}
.yes-no .ui-btn {
  font-size: 16px;
  height: 48px;
}
@media (min-width: 1100px) {
  .yes-no .ui-btn {
    height: 92px;
    font-size: 32px;
  }
}
.yes-no .ui-btn--no {
  background: #898989;
  border-color: #898989;
  color: #fff;
}
@media (min-width: 1100px) {
  .yes-no {
    margin-top: 10px;
    grid-column-gap: 24px;
  }
}

.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 56px);
}
.error__svg {
  width: 100%;
}
@media (min-width: 1100px) {
  .error__svg--sm {
    display: none;
  }
}
@media (max-width: 1099px) {
  .error__svg--lg {
    display: none;
  }
}
.error__body {
  padding: 48px 48px 0 48px;
  text-align: center;
}
.error__body__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}
@media (min-width: 1100px) {
  .error__body__title {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -1%;
  }
}
.error__body__description {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 8px;
}
@media (min-width: 1100px) {
  .error__body__description {
    font-size: 32px;
    line-height: 44px;
    margin-top: 16px;
  }
}
.error__body__btn {
  padding: 0 40px;
  margin-top: 40px;
  height: 56px;
}
@media (min-width: 1100px) {
  .error__body__btn {
    font-size: 32px;
    line-height: 44px;
    padding: 0 48px;
    height: 92px;
  }
}
@media (min-width: 1100px) {
  .error {
    height: calc(100vh - 96px);
  }
}

body {
  font-family: gilroy;
  font-weight: 600;
  background: linear-gradient(135deg, #fff 0%, #f4f5f8 100%);
}

@media (min-width: 1100px) {
  .mbr {
    display: none !important;
  }
}

.dbr {
  display: none !important;
}
@media (min-width: 1100px) {
  .dbr {
    display: block !important;
  }
}

.award-badges {
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 40px 0 rgba(143, 159, 205, 0.25);
  background: #fff;
  display: flex;
  gap: 24px;
  justify-content: center;
}
.award-badges__img {
  width: 56px;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.5s;
}
.award-badges__img:hover {
  transform: scale(1.1);
}
@media (min-width: 1100px) {
  .award-badges {
    display: inline-flex;
    gap: 16px;
  }
}

.badges {
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  background: rgb(255, 255, 255);
}
@media (min-width: 1100px) {
  .badges {
    position: absolute;
    right: 64px;
    top: 112px;
    width: 232px;
    height: 88px;
  }
}
@media (max-width: 1099px) {
  .badges {
    display: none;
  }
  .badges--static {
    display: flex;
    width: 100%;
    gap: 24px;
    align-items: center;
  }
}

.swiper {
  position: relative;
}
/*# sourceMappingURL=main.min.css.map */
