@charset "UTF-8";
/*!
 * Bootstrap  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, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, .section-banner-home .swiper-pagination, .header__actions .form-search,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .section-banner-home .swiper-pagination, .header__actions .form-search {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .section-banner-home .swiper-pagination, .header__actions .form-search {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .section-banner-home .swiper-pagination, .header__actions .form-search {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .section-banner-home .swiper-pagination, .header__actions .form-search {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .section-banner-home .swiper-pagination, .header__actions .form-search {
    max-width: 1232px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1440px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440px) {
  .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 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table, .about-site .company__table table, .product-detail-page .product__description table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > *, .about-site .company__table table > :not(caption) > * > *, .product-detail-page .product__description table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody, .about-site .company__table table > tbody, .product-detail-page .product__description table > tbody {
  vertical-align: inherit;
}
.table > thead, .about-site .company__table table > thead, .product-detail-page .product__description table > thead {
  vertical-align: bottom;
}

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

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

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

.table-bordered > :not(caption) > *, .product-detail-page .product__description table > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > *, .product-detail-page .product__description table > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > *, .about-site .company__table table > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child), .about-site .company__table table > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > *, .about-site .company__table table > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

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

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

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

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

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

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

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

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

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

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

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

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

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

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

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

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, .section-banner-home .navbar > .swiper-pagination, .header__actions .navbar > .form-search,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

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

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

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

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

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

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

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

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

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

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

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

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

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

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

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

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

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

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

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

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

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

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

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

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

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

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

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

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

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

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

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

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

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

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

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

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

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

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

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

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

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 32px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

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

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

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

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

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

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

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

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

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

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

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

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

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

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

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

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .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 {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0, .section-banner-home .swiper-pagination-bullet {
  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, .cart__table .cart__item:last-child {
  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 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent, .modal-livestream .form-check label, .modal-livestream-success .form-check label {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-0, .task__accordion .accordion-item {
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       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 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         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 {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       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 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       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 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       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 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         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: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       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 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         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;
  }
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyBold.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyLight.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyBoldItalic.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy XBold";
  src: url("../assets/fonts/SVN-GilroyXBold.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyXBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy XBold";
  src: url("../assets/fonts/SVN-GilroyXBoldItalic.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyXBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyHeavyItalic.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyHeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyHeavy.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyHeavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-Gilroy.woff2") format("woff2"), url("../assets/fonts/SVN-Gilroy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyMediumItalic.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyMediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyItalic.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyMedium.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroySemiBold.woff2") format("woff2"), url("../assets/fonts/SVN-GilroySemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy XLight";
  src: url("../assets/fonts/SVN-GilroyXLightItalic.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyXLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyThin.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyLightItalic.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroySemiBoldItalic.woff2") format("woff2"), url("../assets/fonts/SVN-GilroySemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyThinItalic.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy XLight";
  src: url("../assets/fonts/SVN-GilroyXLight.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyXLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyBlackItalic.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyBlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../assets/fonts/SVN-GilroyBlack.woff2") format("woff2"), url("../assets/fonts/SVN-GilroyBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bonheur Royale";
  src: url("../assets/fonts/BonheurRoyale-Regular.ttf") format("truetype");
}
/* _reset.scss */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "SVN-Gilroy";
  font-size: 16px;
  line-height: 140%;
  color: #333;
  font-weight: 400;
  background: #f3f3f3;
}

.color-border {
  border-color: #d4d4d4;
}

.bg-blue-dark {
  background-color: #183883;
}

.bg-blue-light {
  background-color: #0093dd;
}

.color-primary {
  color: #333;
}

.color-blue-dark {
  color: #183883;
}

.color-blue-light {
  color: #0093dd;
}

.color-gray-light {
  color: #828282;
}

.color-gray-medium {
  color: #8c8c8c;
}

.color-gray-dark {
  color: #4f4f4f;
}

.color-green {
  color: #00b44d;
}

.title-page {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .title-page {
    font-size: 48px;
  }
}

.section-title {
  font-weight: 600;
  font-size: 25px;
}
.section-title-bg {
  background-image: url("../images/bg-title-section.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 14px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 28px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.cursor-pointer {
  cursor: pointer;
}

.rounded-full {
  border-radius: 100%;
}

button,
input {
  border: none;
  outline: none;
  background: transparent;
}

.overlay-backdrop,
.overlay-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  display: none;
}
.overlay-backdrop.active,
.overlay-body.active {
  display: block;
  opacity: 1;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 1200px) {
  .w-xl-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
}
[class*=swiper-button-] {
  width: auto;
  height: auto;
  margin: 0;
}
[class*=swiper-button-]::after {
  display: none;
}

.section-padding {
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .section-padding {
    padding: 60px 0;
  }
}

.translate-none {
  transform: none;
}

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

iframe {
  max-width: 100%;
}

.hover-effect, .section-banners-between a {
  position: relative;
  overflow: hidden;
}
.hover-effect img, .section-banners-between a img,
.hover-effect iframe,
.section-banners-between a iframe {
  transition: transform 0.4s ease;
}
.hover-effect::before, .section-banners-between a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.1) 100%);
  z-index: 1;
  transform: skewX(-20deg);
  transition: left 0.6s ease-in-out;
}
.hover-effect:hover img, .section-banners-between a:hover img {
  transform: scale(1.1);
}
.hover-effect:hover::before, .section-banners-between a:hover::before {
  left: 100%;
}

.category-checked-list .swiper-scrollbar {
  bottom: 0;
  position: static;
  left: 0;
  right: 0;
  margin-top: 8px;
  width: 100%;
  background: #fff;
}
.category-checked-list .swiper-scrollbar-drag {
  background: #e0e0e0;
}
.category-checked-item {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.category-checked-item input {
  display: none;
}
.category-checked-item input:checked + label {
  color: #0093dd;
  border-color: #0093dd;
}
.category-checked-item input:checked + label::before {
  background-color: #0093dd;
  border-color: #0093dd;
}
.category-checked-item input:checked + label::after {
  display: block;
}
.category-checked-item label {
  display: flex;
  padding: 8px 12px 8px 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #bdbdbd;
  background: transparent;
  position: relative;
  height: 46px;
}
.category-checked-item label::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #828282;
}
.category-checked-item label::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  width: 6px;
  height: 11px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .category-checked-item label {
    font-size: 18px;
  }
}

.checked-assets input {
  display: none;
}
.checked-assets input:checked + label {
  background-color: #f9fafb;
}
.checked-assets input:checked + label::before {
  background-color: #0093dd;
  border-color: #0093dd;
}
.checked-assets input:checked + label::after {
  display: block;
}
.checked-assets label {
  margin: 0;
  padding: 10px 14px 10px 44px;
  cursor: pointer;
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
}
.checked-assets label::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #828282;
}
.checked-assets label::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  height: 11px;
  width: 6px;
  display: none;
}
.checked-assets.checked-checkbox-assets input:checked + label::before {
  background-color: #00b44d;
}
.checked-assets.checked-checkbox-assets label {
  padding: 0;
  padding-left: 35px;
  background: transparent !important;
  color: #000;
}
.checked-assets.checked-checkbox-assets label::before {
  border-color: transparent !important;
  border-radius: 2px;
  background: #f2f2f2;
  width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
}
.checked-assets.checked-checkbox-assets label::after {
  top: 4px;
  left: 8px;
}

.swiper-same-checklist .swiper-slide {
  width: auto;
}

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

.button-asset {
  padding: 15px 16px;
  font-weight: 600;
  letter-spacing: 0.18px;
  border-radius: 60px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.button-asset.min-w-204 {
  min-width: 204px;
}
@media screen and (min-width: 1200px) {
  .button-asset {
    font-size: 18px;
  }
}

.quantity-asset {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border-radius: 2px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 3px 4px;
  min-height: 33px;
  width: -moz-fit-content;
  width: fit-content;
}
.quantity-asset [class*=btn-] {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  flex-shrink: 0;
}
.quantity-asset .quantity-input {
  width: 30px;
  height: 26px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  font-weight: 500;
}
.quantity-asset .quantity-input::-webkit-outer-spin-button, .quantity-asset .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.58;
}

.form-control {
  line-height: 140%;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-item-card .title:hover {
  color: #0093dd;
}

.lh-normal {
  line-height: normal;
}

.line-height-6 {
  line-height: 6px;
}

.gap-6 {
  gap: 6px;
}

.gap-x-6 {
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.gap-y-6 {
  row-gap: 6px;
}

.rounded-6 {
  border-radius: 6px;
}

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

.mt-6 {
  margin-top: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mx-6 {
  margin-right: 6px;
  margin-left: 6px;
}

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.p-6 {
  padding: 6px;
}

.px-6 {
  padding-right: 6px;
  padding-left: 6px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.fs-6 {
  font-size: 6px;
}

@media screen and (min-width: 768px) {
  .line-height-md-6 {
    line-height: 6px;
  }
  .gap-md-6 {
    gap: 6px;
  }
  .gap-x-md-6 {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .gap-y-md-6 {
    row-gap: 6px;
  }
  .rounded-md-6 {
    border-radius: 6px;
  }
  .mb-md-6 {
    margin-bottom: 6px;
  }
  .mt-md-6 {
    margin-top: 6px;
  }
  .mr-md-6 {
    margin-right: 6px;
  }
  .ml-md-6 {
    margin-left: 6px;
  }
  .mx-md-6 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .my-md-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .p-md-6 {
    padding: 6px;
  }
  .px-md-6 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .py-md-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pr-md-6 {
    padding-right: 6px;
  }
  .pl-md-6 {
    padding-left: 6px;
  }
  .pt-md-6 {
    padding-top: 6px;
  }
  .pb-md-6 {
    padding-bottom: 6px;
  }
  .fs-md-6 {
    font-size: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-6 {
    line-height: 6px;
  }
  .gap-xl-6 {
    gap: 6px;
  }
  .gap-x-xl-6 {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .gap-y-xl-6 {
    row-gap: 6px;
  }
  .rounded-xl-6 {
    border-radius: 6px;
  }
  .mb-xl-6 {
    margin-bottom: 6px;
  }
  .mt-xl-6 {
    margin-top: 6px;
  }
  .mr-xl-6 {
    margin-right: 6px;
  }
  .ml-xl-6 {
    margin-left: 6px;
  }
  .mx-xl-6 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .my-xl-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .p-xl-6 {
    padding: 6px;
  }
  .px-xl-6 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .py-xl-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pr-xl-6 {
    padding-right: 6px;
  }
  .pl-xl-6 {
    padding-left: 6px;
  }
  .pt-xl-6 {
    padding-top: 6px;
  }
  .pb-xl-6 {
    padding-bottom: 6px;
  }
  .fs-xl-6 {
    font-size: 6px;
  }
}
.line-height-7 {
  line-height: 7px;
}

.gap-7 {
  gap: 7px;
}

.gap-x-7 {
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.gap-y-7 {
  row-gap: 7px;
}

.rounded-7 {
  border-radius: 7px;
}

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

.mt-7 {
  margin-top: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mx-7 {
  margin-right: 7px;
  margin-left: 7px;
}

.my-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.p-7 {
  padding: 7px;
}

.px-7 {
  padding-right: 7px;
  padding-left: 7px;
}

.py-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pt-7 {
  padding-top: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.fs-7 {
  font-size: 7px;
}

@media screen and (min-width: 768px) {
  .line-height-md-7 {
    line-height: 7px;
  }
  .gap-md-7 {
    gap: 7px;
  }
  .gap-x-md-7 {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  .gap-y-md-7 {
    row-gap: 7px;
  }
  .rounded-md-7 {
    border-radius: 7px;
  }
  .mb-md-7 {
    margin-bottom: 7px;
  }
  .mt-md-7 {
    margin-top: 7px;
  }
  .mr-md-7 {
    margin-right: 7px;
  }
  .ml-md-7 {
    margin-left: 7px;
  }
  .mx-md-7 {
    margin-right: 7px;
    margin-left: 7px;
  }
  .my-md-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .p-md-7 {
    padding: 7px;
  }
  .px-md-7 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .py-md-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pr-md-7 {
    padding-right: 7px;
  }
  .pl-md-7 {
    padding-left: 7px;
  }
  .pt-md-7 {
    padding-top: 7px;
  }
  .pb-md-7 {
    padding-bottom: 7px;
  }
  .fs-md-7 {
    font-size: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-7 {
    line-height: 7px;
  }
  .gap-xl-7 {
    gap: 7px;
  }
  .gap-x-xl-7 {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  .gap-y-xl-7 {
    row-gap: 7px;
  }
  .rounded-xl-7 {
    border-radius: 7px;
  }
  .mb-xl-7 {
    margin-bottom: 7px;
  }
  .mt-xl-7 {
    margin-top: 7px;
  }
  .mr-xl-7 {
    margin-right: 7px;
  }
  .ml-xl-7 {
    margin-left: 7px;
  }
  .mx-xl-7 {
    margin-right: 7px;
    margin-left: 7px;
  }
  .my-xl-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .p-xl-7 {
    padding: 7px;
  }
  .px-xl-7 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .py-xl-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pr-xl-7 {
    padding-right: 7px;
  }
  .pl-xl-7 {
    padding-left: 7px;
  }
  .pt-xl-7 {
    padding-top: 7px;
  }
  .pb-xl-7 {
    padding-bottom: 7px;
  }
  .fs-xl-7 {
    font-size: 7px;
  }
}
.line-height-8 {
  line-height: 8px;
}

.gap-8 {
  gap: 8px;
}

.gap-x-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-y-8 {
  row-gap: 8px;
}

.rounded-8 {
  border-radius: 8px;
}

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

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mx-8 {
  margin-right: 8px;
  margin-left: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-8 {
  padding: 8px;
}

.px-8 {
  padding-right: 8px;
  padding-left: 8px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.fs-8 {
  font-size: 8px;
}

@media screen and (min-width: 768px) {
  .line-height-md-8 {
    line-height: 8px;
  }
  .gap-md-8 {
    gap: 8px;
  }
  .gap-x-md-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .gap-y-md-8 {
    row-gap: 8px;
  }
  .rounded-md-8 {
    border-radius: 8px;
  }
  .mb-md-8 {
    margin-bottom: 8px;
  }
  .mt-md-8 {
    margin-top: 8px;
  }
  .mr-md-8 {
    margin-right: 8px;
  }
  .ml-md-8 {
    margin-left: 8px;
  }
  .mx-md-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .my-md-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-md-8 {
    padding: 8px;
  }
  .px-md-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .py-md-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pr-md-8 {
    padding-right: 8px;
  }
  .pl-md-8 {
    padding-left: 8px;
  }
  .pt-md-8 {
    padding-top: 8px;
  }
  .pb-md-8 {
    padding-bottom: 8px;
  }
  .fs-md-8 {
    font-size: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-8 {
    line-height: 8px;
  }
  .gap-xl-8 {
    gap: 8px;
  }
  .gap-x-xl-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .gap-y-xl-8 {
    row-gap: 8px;
  }
  .rounded-xl-8 {
    border-radius: 8px;
  }
  .mb-xl-8 {
    margin-bottom: 8px;
  }
  .mt-xl-8 {
    margin-top: 8px;
  }
  .mr-xl-8 {
    margin-right: 8px;
  }
  .ml-xl-8 {
    margin-left: 8px;
  }
  .mx-xl-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .my-xl-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-xl-8 {
    padding: 8px;
  }
  .px-xl-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .py-xl-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pr-xl-8 {
    padding-right: 8px;
  }
  .pl-xl-8 {
    padding-left: 8px;
  }
  .pt-xl-8 {
    padding-top: 8px;
  }
  .pb-xl-8 {
    padding-bottom: 8px;
  }
  .fs-xl-8 {
    font-size: 8px;
  }
}
.line-height-9 {
  line-height: 9px;
}

.gap-9 {
  gap: 9px;
}

.gap-x-9 {
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.gap-y-9 {
  row-gap: 9px;
}

.rounded-9 {
  border-radius: 9px;
}

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

.mt-9 {
  margin-top: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mx-9 {
  margin-right: 9px;
  margin-left: 9px;
}

.my-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.p-9 {
  padding: 9px;
}

.px-9 {
  padding-right: 9px;
  padding-left: 9px;
}

.py-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.pr-9 {
  padding-right: 9px;
}

.pl-9 {
  padding-left: 9px;
}

.pt-9 {
  padding-top: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.fs-9 {
  font-size: 9px;
}

@media screen and (min-width: 768px) {
  .line-height-md-9 {
    line-height: 9px;
  }
  .gap-md-9 {
    gap: 9px;
  }
  .gap-x-md-9 {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
  .gap-y-md-9 {
    row-gap: 9px;
  }
  .rounded-md-9 {
    border-radius: 9px;
  }
  .mb-md-9 {
    margin-bottom: 9px;
  }
  .mt-md-9 {
    margin-top: 9px;
  }
  .mr-md-9 {
    margin-right: 9px;
  }
  .ml-md-9 {
    margin-left: 9px;
  }
  .mx-md-9 {
    margin-right: 9px;
    margin-left: 9px;
  }
  .my-md-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .p-md-9 {
    padding: 9px;
  }
  .px-md-9 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .py-md-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pr-md-9 {
    padding-right: 9px;
  }
  .pl-md-9 {
    padding-left: 9px;
  }
  .pt-md-9 {
    padding-top: 9px;
  }
  .pb-md-9 {
    padding-bottom: 9px;
  }
  .fs-md-9 {
    font-size: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-9 {
    line-height: 9px;
  }
  .gap-xl-9 {
    gap: 9px;
  }
  .gap-x-xl-9 {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
  .gap-y-xl-9 {
    row-gap: 9px;
  }
  .rounded-xl-9 {
    border-radius: 9px;
  }
  .mb-xl-9 {
    margin-bottom: 9px;
  }
  .mt-xl-9 {
    margin-top: 9px;
  }
  .mr-xl-9 {
    margin-right: 9px;
  }
  .ml-xl-9 {
    margin-left: 9px;
  }
  .mx-xl-9 {
    margin-right: 9px;
    margin-left: 9px;
  }
  .my-xl-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .p-xl-9 {
    padding: 9px;
  }
  .px-xl-9 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .py-xl-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pr-xl-9 {
    padding-right: 9px;
  }
  .pl-xl-9 {
    padding-left: 9px;
  }
  .pt-xl-9 {
    padding-top: 9px;
  }
  .pb-xl-9 {
    padding-bottom: 9px;
  }
  .fs-xl-9 {
    font-size: 9px;
  }
}
.line-height-10 {
  line-height: 10px;
}

.gap-10 {
  gap: 10px;
}

.gap-x-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-y-10 {
  row-gap: 10px;
}

.rounded-10 {
  border-radius: 10px;
}

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

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-10 {
  padding: 10px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.fs-10 {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .line-height-md-10 {
    line-height: 10px;
  }
  .gap-md-10 {
    gap: 10px;
  }
  .gap-x-md-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .gap-y-md-10 {
    row-gap: 10px;
  }
  .rounded-md-10 {
    border-radius: 10px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .mx-md-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-md-10 {
    padding: 10px;
  }
  .px-md-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .fs-md-10 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-10 {
    line-height: 10px;
  }
  .gap-xl-10 {
    gap: 10px;
  }
  .gap-x-xl-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .gap-y-xl-10 {
    row-gap: 10px;
  }
  .rounded-xl-10 {
    border-radius: 10px;
  }
  .mb-xl-10 {
    margin-bottom: 10px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mr-xl-10 {
    margin-right: 10px;
  }
  .ml-xl-10 {
    margin-left: 10px;
  }
  .mx-xl-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-xl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-xl-10 {
    padding: 10px;
  }
  .px-xl-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-xl-10 {
    padding-right: 10px;
  }
  .pl-xl-10 {
    padding-left: 10px;
  }
  .pt-xl-10 {
    padding-top: 10px;
  }
  .pb-xl-10 {
    padding-bottom: 10px;
  }
  .fs-xl-10 {
    font-size: 10px;
  }
}
.line-height-11 {
  line-height: 11px;
}

.gap-11 {
  gap: 11px;
}

.gap-x-11 {
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.gap-y-11 {
  row-gap: 11px;
}

.rounded-11 {
  border-radius: 11px;
}

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

.mt-11 {
  margin-top: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.ml-11 {
  margin-left: 11px;
}

.mx-11 {
  margin-right: 11px;
  margin-left: 11px;
}

.my-11 {
  margin-top: 11px;
  margin-bottom: 11px;
}

.p-11 {
  padding: 11px;
}

.px-11 {
  padding-right: 11px;
  padding-left: 11px;
}

.py-11 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.pr-11 {
  padding-right: 11px;
}

.pl-11 {
  padding-left: 11px;
}

.pt-11 {
  padding-top: 11px;
}

.pb-11 {
  padding-bottom: 11px;
}

.fs-11 {
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .line-height-md-11 {
    line-height: 11px;
  }
  .gap-md-11 {
    gap: 11px;
  }
  .gap-x-md-11 {
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .gap-y-md-11 {
    row-gap: 11px;
  }
  .rounded-md-11 {
    border-radius: 11px;
  }
  .mb-md-11 {
    margin-bottom: 11px;
  }
  .mt-md-11 {
    margin-top: 11px;
  }
  .mr-md-11 {
    margin-right: 11px;
  }
  .ml-md-11 {
    margin-left: 11px;
  }
  .mx-md-11 {
    margin-right: 11px;
    margin-left: 11px;
  }
  .my-md-11 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .p-md-11 {
    padding: 11px;
  }
  .px-md-11 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .py-md-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .pr-md-11 {
    padding-right: 11px;
  }
  .pl-md-11 {
    padding-left: 11px;
  }
  .pt-md-11 {
    padding-top: 11px;
  }
  .pb-md-11 {
    padding-bottom: 11px;
  }
  .fs-md-11 {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-11 {
    line-height: 11px;
  }
  .gap-xl-11 {
    gap: 11px;
  }
  .gap-x-xl-11 {
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .gap-y-xl-11 {
    row-gap: 11px;
  }
  .rounded-xl-11 {
    border-radius: 11px;
  }
  .mb-xl-11 {
    margin-bottom: 11px;
  }
  .mt-xl-11 {
    margin-top: 11px;
  }
  .mr-xl-11 {
    margin-right: 11px;
  }
  .ml-xl-11 {
    margin-left: 11px;
  }
  .mx-xl-11 {
    margin-right: 11px;
    margin-left: 11px;
  }
  .my-xl-11 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .p-xl-11 {
    padding: 11px;
  }
  .px-xl-11 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .py-xl-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .pr-xl-11 {
    padding-right: 11px;
  }
  .pl-xl-11 {
    padding-left: 11px;
  }
  .pt-xl-11 {
    padding-top: 11px;
  }
  .pb-xl-11 {
    padding-bottom: 11px;
  }
  .fs-xl-11 {
    font-size: 11px;
  }
}
.line-height-12 {
  line-height: 12px;
}

.gap-12 {
  gap: 12px;
}

.gap-x-12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-y-12 {
  row-gap: 12px;
}

.rounded-12 {
  border-radius: 12px;
}

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

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mx-12 {
  margin-right: 12px;
  margin-left: 12px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.p-12 {
  padding: 12px;
}

.px-12 {
  padding-right: 12px;
  padding-left: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.fs-12 {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .line-height-md-12 {
    line-height: 12px;
  }
  .gap-md-12 {
    gap: 12px;
  }
  .gap-x-md-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .gap-y-md-12 {
    row-gap: 12px;
  }
  .rounded-md-12 {
    border-radius: 12px;
  }
  .mb-md-12 {
    margin-bottom: 12px;
  }
  .mt-md-12 {
    margin-top: 12px;
  }
  .mr-md-12 {
    margin-right: 12px;
  }
  .ml-md-12 {
    margin-left: 12px;
  }
  .mx-md-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .my-md-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-md-12 {
    padding: 12px;
  }
  .px-md-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .py-md-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pr-md-12 {
    padding-right: 12px;
  }
  .pl-md-12 {
    padding-left: 12px;
  }
  .pt-md-12 {
    padding-top: 12px;
  }
  .pb-md-12 {
    padding-bottom: 12px;
  }
  .fs-md-12 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-12 {
    line-height: 12px;
  }
  .gap-xl-12 {
    gap: 12px;
  }
  .gap-x-xl-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .gap-y-xl-12 {
    row-gap: 12px;
  }
  .rounded-xl-12 {
    border-radius: 12px;
  }
  .mb-xl-12 {
    margin-bottom: 12px;
  }
  .mt-xl-12 {
    margin-top: 12px;
  }
  .mr-xl-12 {
    margin-right: 12px;
  }
  .ml-xl-12 {
    margin-left: 12px;
  }
  .mx-xl-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .my-xl-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-xl-12 {
    padding: 12px;
  }
  .px-xl-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .py-xl-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pr-xl-12 {
    padding-right: 12px;
  }
  .pl-xl-12 {
    padding-left: 12px;
  }
  .pt-xl-12 {
    padding-top: 12px;
  }
  .pb-xl-12 {
    padding-bottom: 12px;
  }
  .fs-xl-12 {
    font-size: 12px;
  }
}
.line-height-13 {
  line-height: 13px;
}

.gap-13 {
  gap: 13px;
}

.gap-x-13 {
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.gap-y-13 {
  row-gap: 13px;
}

.rounded-13 {
  border-radius: 13px;
}

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

.mt-13 {
  margin-top: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mx-13 {
  margin-right: 13px;
  margin-left: 13px;
}

.my-13 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.p-13 {
  padding: 13px;
}

.px-13 {
  padding-right: 13px;
  padding-left: 13px;
}

.py-13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.pr-13 {
  padding-right: 13px;
}

.pl-13 {
  padding-left: 13px;
}

.pt-13 {
  padding-top: 13px;
}

.pb-13 {
  padding-bottom: 13px;
}

.fs-13 {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .line-height-md-13 {
    line-height: 13px;
  }
  .gap-md-13 {
    gap: 13px;
  }
  .gap-x-md-13 {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .gap-y-md-13 {
    row-gap: 13px;
  }
  .rounded-md-13 {
    border-radius: 13px;
  }
  .mb-md-13 {
    margin-bottom: 13px;
  }
  .mt-md-13 {
    margin-top: 13px;
  }
  .mr-md-13 {
    margin-right: 13px;
  }
  .ml-md-13 {
    margin-left: 13px;
  }
  .mx-md-13 {
    margin-right: 13px;
    margin-left: 13px;
  }
  .my-md-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .p-md-13 {
    padding: 13px;
  }
  .px-md-13 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .py-md-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .pr-md-13 {
    padding-right: 13px;
  }
  .pl-md-13 {
    padding-left: 13px;
  }
  .pt-md-13 {
    padding-top: 13px;
  }
  .pb-md-13 {
    padding-bottom: 13px;
  }
  .fs-md-13 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-13 {
    line-height: 13px;
  }
  .gap-xl-13 {
    gap: 13px;
  }
  .gap-x-xl-13 {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .gap-y-xl-13 {
    row-gap: 13px;
  }
  .rounded-xl-13 {
    border-radius: 13px;
  }
  .mb-xl-13 {
    margin-bottom: 13px;
  }
  .mt-xl-13 {
    margin-top: 13px;
  }
  .mr-xl-13 {
    margin-right: 13px;
  }
  .ml-xl-13 {
    margin-left: 13px;
  }
  .mx-xl-13 {
    margin-right: 13px;
    margin-left: 13px;
  }
  .my-xl-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .p-xl-13 {
    padding: 13px;
  }
  .px-xl-13 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .py-xl-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .pr-xl-13 {
    padding-right: 13px;
  }
  .pl-xl-13 {
    padding-left: 13px;
  }
  .pt-xl-13 {
    padding-top: 13px;
  }
  .pb-xl-13 {
    padding-bottom: 13px;
  }
  .fs-xl-13 {
    font-size: 13px;
  }
}
.line-height-14 {
  line-height: 14px;
}

.gap-14 {
  gap: 14px;
}

.gap-x-14 {
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.gap-y-14 {
  row-gap: 14px;
}

.rounded-14 {
  border-radius: 14px;
}

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

.mt-14 {
  margin-top: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mx-14 {
  margin-right: 14px;
  margin-left: 14px;
}

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.p-14 {
  padding: 14px;
}

.px-14 {
  padding-right: 14px;
  padding-left: 14px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.fs-14 {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .line-height-md-14 {
    line-height: 14px;
  }
  .gap-md-14 {
    gap: 14px;
  }
  .gap-x-md-14 {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .gap-y-md-14 {
    row-gap: 14px;
  }
  .rounded-md-14 {
    border-radius: 14px;
  }
  .mb-md-14 {
    margin-bottom: 14px;
  }
  .mt-md-14 {
    margin-top: 14px;
  }
  .mr-md-14 {
    margin-right: 14px;
  }
  .ml-md-14 {
    margin-left: 14px;
  }
  .mx-md-14 {
    margin-right: 14px;
    margin-left: 14px;
  }
  .my-md-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .p-md-14 {
    padding: 14px;
  }
  .px-md-14 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .py-md-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .pr-md-14 {
    padding-right: 14px;
  }
  .pl-md-14 {
    padding-left: 14px;
  }
  .pt-md-14 {
    padding-top: 14px;
  }
  .pb-md-14 {
    padding-bottom: 14px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-14 {
    line-height: 14px;
  }
  .gap-xl-14 {
    gap: 14px;
  }
  .gap-x-xl-14 {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .gap-y-xl-14 {
    row-gap: 14px;
  }
  .rounded-xl-14 {
    border-radius: 14px;
  }
  .mb-xl-14 {
    margin-bottom: 14px;
  }
  .mt-xl-14 {
    margin-top: 14px;
  }
  .mr-xl-14 {
    margin-right: 14px;
  }
  .ml-xl-14 {
    margin-left: 14px;
  }
  .mx-xl-14 {
    margin-right: 14px;
    margin-left: 14px;
  }
  .my-xl-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .p-xl-14 {
    padding: 14px;
  }
  .px-xl-14 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .py-xl-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .pr-xl-14 {
    padding-right: 14px;
  }
  .pl-xl-14 {
    padding-left: 14px;
  }
  .pt-xl-14 {
    padding-top: 14px;
  }
  .pb-xl-14 {
    padding-bottom: 14px;
  }
  .fs-xl-14 {
    font-size: 14px;
  }
}
.line-height-15 {
  line-height: 15px;
}

.gap-15 {
  gap: 15px;
}

.gap-x-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-y-15 {
  row-gap: 15px;
}

.rounded-15 {
  border-radius: 15px;
}

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

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-15 {
  padding: 15px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.fs-15 {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .line-height-md-15 {
    line-height: 15px;
  }
  .gap-md-15 {
    gap: 15px;
  }
  .gap-x-md-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .gap-y-md-15 {
    row-gap: 15px;
  }
  .rounded-md-15 {
    border-radius: 15px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .mx-md-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-md-15 {
    padding: 15px;
  }
  .px-md-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .fs-md-15 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-15 {
    line-height: 15px;
  }
  .gap-xl-15 {
    gap: 15px;
  }
  .gap-x-xl-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .gap-y-xl-15 {
    row-gap: 15px;
  }
  .rounded-xl-15 {
    border-radius: 15px;
  }
  .mb-xl-15 {
    margin-bottom: 15px;
  }
  .mt-xl-15 {
    margin-top: 15px;
  }
  .mr-xl-15 {
    margin-right: 15px;
  }
  .ml-xl-15 {
    margin-left: 15px;
  }
  .mx-xl-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-xl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-xl-15 {
    padding: 15px;
  }
  .px-xl-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-xl-15 {
    padding-right: 15px;
  }
  .pl-xl-15 {
    padding-left: 15px;
  }
  .pt-xl-15 {
    padding-top: 15px;
  }
  .pb-xl-15 {
    padding-bottom: 15px;
  }
  .fs-xl-15 {
    font-size: 15px;
  }
}
.line-height-16 {
  line-height: 16px;
}

.gap-16 {
  gap: 16px;
}

.gap-x-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-y-16 {
  row-gap: 16px;
}

.rounded-16 {
  border-radius: 16px;
}

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

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mx-16 {
  margin-right: 16px;
  margin-left: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-16 {
  padding: 16px;
}

.px-16 {
  padding-right: 16px;
  padding-left: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.fs-16 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .line-height-md-16 {
    line-height: 16px;
  }
  .gap-md-16 {
    gap: 16px;
  }
  .gap-x-md-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .gap-y-md-16 {
    row-gap: 16px;
  }
  .rounded-md-16 {
    border-radius: 16px;
  }
  .mb-md-16 {
    margin-bottom: 16px;
  }
  .mt-md-16 {
    margin-top: 16px;
  }
  .mr-md-16 {
    margin-right: 16px;
  }
  .ml-md-16 {
    margin-left: 16px;
  }
  .mx-md-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .my-md-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-md-16 {
    padding: 16px;
  }
  .px-md-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .py-md-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pr-md-16 {
    padding-right: 16px;
  }
  .pl-md-16 {
    padding-left: 16px;
  }
  .pt-md-16 {
    padding-top: 16px;
  }
  .pb-md-16 {
    padding-bottom: 16px;
  }
  .fs-md-16 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-16 {
    line-height: 16px;
  }
  .gap-xl-16 {
    gap: 16px;
  }
  .gap-x-xl-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .gap-y-xl-16 {
    row-gap: 16px;
  }
  .rounded-xl-16 {
    border-radius: 16px;
  }
  .mb-xl-16 {
    margin-bottom: 16px;
  }
  .mt-xl-16 {
    margin-top: 16px;
  }
  .mr-xl-16 {
    margin-right: 16px;
  }
  .ml-xl-16 {
    margin-left: 16px;
  }
  .mx-xl-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .my-xl-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-xl-16 {
    padding: 16px;
  }
  .px-xl-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .py-xl-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pr-xl-16 {
    padding-right: 16px;
  }
  .pl-xl-16 {
    padding-left: 16px;
  }
  .pt-xl-16 {
    padding-top: 16px;
  }
  .pb-xl-16 {
    padding-bottom: 16px;
  }
  .fs-xl-16 {
    font-size: 16px;
  }
}
.line-height-17 {
  line-height: 17px;
}

.gap-17 {
  gap: 17px;
}

.gap-x-17 {
  -moz-column-gap: 17px;
       column-gap: 17px;
}

.gap-y-17 {
  row-gap: 17px;
}

.rounded-17 {
  border-radius: 17px;
}

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

.mt-17 {
  margin-top: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.mx-17 {
  margin-right: 17px;
  margin-left: 17px;
}

.my-17 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.p-17 {
  padding: 17px;
}

.px-17 {
  padding-right: 17px;
  padding-left: 17px;
}

.py-17 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.pr-17 {
  padding-right: 17px;
}

.pl-17 {
  padding-left: 17px;
}

.pt-17 {
  padding-top: 17px;
}

.pb-17 {
  padding-bottom: 17px;
}

.fs-17 {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .line-height-md-17 {
    line-height: 17px;
  }
  .gap-md-17 {
    gap: 17px;
  }
  .gap-x-md-17 {
    -moz-column-gap: 17px;
         column-gap: 17px;
  }
  .gap-y-md-17 {
    row-gap: 17px;
  }
  .rounded-md-17 {
    border-radius: 17px;
  }
  .mb-md-17 {
    margin-bottom: 17px;
  }
  .mt-md-17 {
    margin-top: 17px;
  }
  .mr-md-17 {
    margin-right: 17px;
  }
  .ml-md-17 {
    margin-left: 17px;
  }
  .mx-md-17 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .my-md-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .p-md-17 {
    padding: 17px;
  }
  .px-md-17 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .py-md-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .pr-md-17 {
    padding-right: 17px;
  }
  .pl-md-17 {
    padding-left: 17px;
  }
  .pt-md-17 {
    padding-top: 17px;
  }
  .pb-md-17 {
    padding-bottom: 17px;
  }
  .fs-md-17 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-17 {
    line-height: 17px;
  }
  .gap-xl-17 {
    gap: 17px;
  }
  .gap-x-xl-17 {
    -moz-column-gap: 17px;
         column-gap: 17px;
  }
  .gap-y-xl-17 {
    row-gap: 17px;
  }
  .rounded-xl-17 {
    border-radius: 17px;
  }
  .mb-xl-17 {
    margin-bottom: 17px;
  }
  .mt-xl-17 {
    margin-top: 17px;
  }
  .mr-xl-17 {
    margin-right: 17px;
  }
  .ml-xl-17 {
    margin-left: 17px;
  }
  .mx-xl-17 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .my-xl-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .p-xl-17 {
    padding: 17px;
  }
  .px-xl-17 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .py-xl-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .pr-xl-17 {
    padding-right: 17px;
  }
  .pl-xl-17 {
    padding-left: 17px;
  }
  .pt-xl-17 {
    padding-top: 17px;
  }
  .pb-xl-17 {
    padding-bottom: 17px;
  }
  .fs-xl-17 {
    font-size: 17px;
  }
}
.line-height-18 {
  line-height: 18px;
}

.gap-18 {
  gap: 18px;
}

.gap-x-18 {
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.gap-y-18 {
  row-gap: 18px;
}

.rounded-18 {
  border-radius: 18px;
}

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

.mt-18 {
  margin-top: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mx-18 {
  margin-right: 18px;
  margin-left: 18px;
}

.my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.p-18 {
  padding: 18px;
}

.px-18 {
  padding-right: 18px;
  padding-left: 18px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.pt-18 {
  padding-top: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.fs-18 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .line-height-md-18 {
    line-height: 18px;
  }
  .gap-md-18 {
    gap: 18px;
  }
  .gap-x-md-18 {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .gap-y-md-18 {
    row-gap: 18px;
  }
  .rounded-md-18 {
    border-radius: 18px;
  }
  .mb-md-18 {
    margin-bottom: 18px;
  }
  .mt-md-18 {
    margin-top: 18px;
  }
  .mr-md-18 {
    margin-right: 18px;
  }
  .ml-md-18 {
    margin-left: 18px;
  }
  .mx-md-18 {
    margin-right: 18px;
    margin-left: 18px;
  }
  .my-md-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .p-md-18 {
    padding: 18px;
  }
  .px-md-18 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .py-md-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .pr-md-18 {
    padding-right: 18px;
  }
  .pl-md-18 {
    padding-left: 18px;
  }
  .pt-md-18 {
    padding-top: 18px;
  }
  .pb-md-18 {
    padding-bottom: 18px;
  }
  .fs-md-18 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-18 {
    line-height: 18px;
  }
  .gap-xl-18 {
    gap: 18px;
  }
  .gap-x-xl-18 {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .gap-y-xl-18 {
    row-gap: 18px;
  }
  .rounded-xl-18 {
    border-radius: 18px;
  }
  .mb-xl-18 {
    margin-bottom: 18px;
  }
  .mt-xl-18 {
    margin-top: 18px;
  }
  .mr-xl-18 {
    margin-right: 18px;
  }
  .ml-xl-18 {
    margin-left: 18px;
  }
  .mx-xl-18 {
    margin-right: 18px;
    margin-left: 18px;
  }
  .my-xl-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .p-xl-18 {
    padding: 18px;
  }
  .px-xl-18 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .py-xl-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .pr-xl-18 {
    padding-right: 18px;
  }
  .pl-xl-18 {
    padding-left: 18px;
  }
  .pt-xl-18 {
    padding-top: 18px;
  }
  .pb-xl-18 {
    padding-bottom: 18px;
  }
  .fs-xl-18 {
    font-size: 18px;
  }
}
.line-height-19 {
  line-height: 19px;
}

.gap-19 {
  gap: 19px;
}

.gap-x-19 {
  -moz-column-gap: 19px;
       column-gap: 19px;
}

.gap-y-19 {
  row-gap: 19px;
}

.rounded-19 {
  border-radius: 19px;
}

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

.mt-19 {
  margin-top: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.ml-19 {
  margin-left: 19px;
}

.mx-19 {
  margin-right: 19px;
  margin-left: 19px;
}

.my-19 {
  margin-top: 19px;
  margin-bottom: 19px;
}

.p-19 {
  padding: 19px;
}

.px-19 {
  padding-right: 19px;
  padding-left: 19px;
}

.py-19 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.pr-19 {
  padding-right: 19px;
}

.pl-19 {
  padding-left: 19px;
}

.pt-19 {
  padding-top: 19px;
}

.pb-19 {
  padding-bottom: 19px;
}

.fs-19 {
  font-size: 19px;
}

@media screen and (min-width: 768px) {
  .line-height-md-19 {
    line-height: 19px;
  }
  .gap-md-19 {
    gap: 19px;
  }
  .gap-x-md-19 {
    -moz-column-gap: 19px;
         column-gap: 19px;
  }
  .gap-y-md-19 {
    row-gap: 19px;
  }
  .rounded-md-19 {
    border-radius: 19px;
  }
  .mb-md-19 {
    margin-bottom: 19px;
  }
  .mt-md-19 {
    margin-top: 19px;
  }
  .mr-md-19 {
    margin-right: 19px;
  }
  .ml-md-19 {
    margin-left: 19px;
  }
  .mx-md-19 {
    margin-right: 19px;
    margin-left: 19px;
  }
  .my-md-19 {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .p-md-19 {
    padding: 19px;
  }
  .px-md-19 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .py-md-19 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .pr-md-19 {
    padding-right: 19px;
  }
  .pl-md-19 {
    padding-left: 19px;
  }
  .pt-md-19 {
    padding-top: 19px;
  }
  .pb-md-19 {
    padding-bottom: 19px;
  }
  .fs-md-19 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-19 {
    line-height: 19px;
  }
  .gap-xl-19 {
    gap: 19px;
  }
  .gap-x-xl-19 {
    -moz-column-gap: 19px;
         column-gap: 19px;
  }
  .gap-y-xl-19 {
    row-gap: 19px;
  }
  .rounded-xl-19 {
    border-radius: 19px;
  }
  .mb-xl-19 {
    margin-bottom: 19px;
  }
  .mt-xl-19 {
    margin-top: 19px;
  }
  .mr-xl-19 {
    margin-right: 19px;
  }
  .ml-xl-19 {
    margin-left: 19px;
  }
  .mx-xl-19 {
    margin-right: 19px;
    margin-left: 19px;
  }
  .my-xl-19 {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .p-xl-19 {
    padding: 19px;
  }
  .px-xl-19 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .py-xl-19 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .pr-xl-19 {
    padding-right: 19px;
  }
  .pl-xl-19 {
    padding-left: 19px;
  }
  .pt-xl-19 {
    padding-top: 19px;
  }
  .pb-xl-19 {
    padding-bottom: 19px;
  }
  .fs-xl-19 {
    font-size: 19px;
  }
}
.line-height-20 {
  line-height: 20px;
}

.gap-20 {
  gap: 20px;
}

.gap-x-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-20 {
  row-gap: 20px;
}

.rounded-20 {
  border-radius: 20px;
}

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

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-20 {
  padding: 20px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.fs-20 {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .line-height-md-20 {
    line-height: 20px;
  }
  .gap-md-20 {
    gap: 20px;
  }
  .gap-x-md-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gap-y-md-20 {
    row-gap: 20px;
  }
  .rounded-md-20 {
    border-radius: 20px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .mx-md-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-md-20 {
    padding: 20px;
  }
  .px-md-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .fs-md-20 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-20 {
    line-height: 20px;
  }
  .gap-xl-20 {
    gap: 20px;
  }
  .gap-x-xl-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gap-y-xl-20 {
    row-gap: 20px;
  }
  .rounded-xl-20 {
    border-radius: 20px;
  }
  .mb-xl-20 {
    margin-bottom: 20px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mr-xl-20 {
    margin-right: 20px;
  }
  .ml-xl-20 {
    margin-left: 20px;
  }
  .mx-xl-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-xl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-xl-20 {
    padding: 20px;
  }
  .px-xl-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-xl-20 {
    padding-right: 20px;
  }
  .pl-xl-20 {
    padding-left: 20px;
  }
  .pt-xl-20 {
    padding-top: 20px;
  }
  .pb-xl-20 {
    padding-bottom: 20px;
  }
  .fs-xl-20 {
    font-size: 20px;
  }
}
.line-height-21 {
  line-height: 21px;
}

.gap-21 {
  gap: 21px;
}

.gap-x-21 {
  -moz-column-gap: 21px;
       column-gap: 21px;
}

.gap-y-21 {
  row-gap: 21px;
}

.rounded-21 {
  border-radius: 21px;
}

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

.mt-21 {
  margin-top: 21px;
}

.mr-21 {
  margin-right: 21px;
}

.ml-21 {
  margin-left: 21px;
}

.mx-21 {
  margin-right: 21px;
  margin-left: 21px;
}

.my-21 {
  margin-top: 21px;
  margin-bottom: 21px;
}

.p-21 {
  padding: 21px;
}

.px-21 {
  padding-right: 21px;
  padding-left: 21px;
}

.py-21 {
  padding-top: 21px;
  padding-bottom: 21px;
}

.pr-21 {
  padding-right: 21px;
}

.pl-21 {
  padding-left: 21px;
}

.pt-21 {
  padding-top: 21px;
}

.pb-21 {
  padding-bottom: 21px;
}

.fs-21 {
  font-size: 21px;
}

@media screen and (min-width: 768px) {
  .line-height-md-21 {
    line-height: 21px;
  }
  .gap-md-21 {
    gap: 21px;
  }
  .gap-x-md-21 {
    -moz-column-gap: 21px;
         column-gap: 21px;
  }
  .gap-y-md-21 {
    row-gap: 21px;
  }
  .rounded-md-21 {
    border-radius: 21px;
  }
  .mb-md-21 {
    margin-bottom: 21px;
  }
  .mt-md-21 {
    margin-top: 21px;
  }
  .mr-md-21 {
    margin-right: 21px;
  }
  .ml-md-21 {
    margin-left: 21px;
  }
  .mx-md-21 {
    margin-right: 21px;
    margin-left: 21px;
  }
  .my-md-21 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .p-md-21 {
    padding: 21px;
  }
  .px-md-21 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .py-md-21 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .pr-md-21 {
    padding-right: 21px;
  }
  .pl-md-21 {
    padding-left: 21px;
  }
  .pt-md-21 {
    padding-top: 21px;
  }
  .pb-md-21 {
    padding-bottom: 21px;
  }
  .fs-md-21 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-21 {
    line-height: 21px;
  }
  .gap-xl-21 {
    gap: 21px;
  }
  .gap-x-xl-21 {
    -moz-column-gap: 21px;
         column-gap: 21px;
  }
  .gap-y-xl-21 {
    row-gap: 21px;
  }
  .rounded-xl-21 {
    border-radius: 21px;
  }
  .mb-xl-21 {
    margin-bottom: 21px;
  }
  .mt-xl-21 {
    margin-top: 21px;
  }
  .mr-xl-21 {
    margin-right: 21px;
  }
  .ml-xl-21 {
    margin-left: 21px;
  }
  .mx-xl-21 {
    margin-right: 21px;
    margin-left: 21px;
  }
  .my-xl-21 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .p-xl-21 {
    padding: 21px;
  }
  .px-xl-21 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .py-xl-21 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .pr-xl-21 {
    padding-right: 21px;
  }
  .pl-xl-21 {
    padding-left: 21px;
  }
  .pt-xl-21 {
    padding-top: 21px;
  }
  .pb-xl-21 {
    padding-bottom: 21px;
  }
  .fs-xl-21 {
    font-size: 21px;
  }
}
.line-height-22 {
  line-height: 22px;
}

.gap-22 {
  gap: 22px;
}

.gap-x-22 {
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.gap-y-22 {
  row-gap: 22px;
}

.rounded-22 {
  border-radius: 22px;
}

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

.mt-22 {
  margin-top: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.ml-22 {
  margin-left: 22px;
}

.mx-22 {
  margin-right: 22px;
  margin-left: 22px;
}

.my-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.p-22 {
  padding: 22px;
}

.px-22 {
  padding-right: 22px;
  padding-left: 22px;
}

.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.pr-22 {
  padding-right: 22px;
}

.pl-22 {
  padding-left: 22px;
}

.pt-22 {
  padding-top: 22px;
}

.pb-22 {
  padding-bottom: 22px;
}

.fs-22 {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .line-height-md-22 {
    line-height: 22px;
  }
  .gap-md-22 {
    gap: 22px;
  }
  .gap-x-md-22 {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .gap-y-md-22 {
    row-gap: 22px;
  }
  .rounded-md-22 {
    border-radius: 22px;
  }
  .mb-md-22 {
    margin-bottom: 22px;
  }
  .mt-md-22 {
    margin-top: 22px;
  }
  .mr-md-22 {
    margin-right: 22px;
  }
  .ml-md-22 {
    margin-left: 22px;
  }
  .mx-md-22 {
    margin-right: 22px;
    margin-left: 22px;
  }
  .my-md-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .p-md-22 {
    padding: 22px;
  }
  .px-md-22 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .py-md-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .pr-md-22 {
    padding-right: 22px;
  }
  .pl-md-22 {
    padding-left: 22px;
  }
  .pt-md-22 {
    padding-top: 22px;
  }
  .pb-md-22 {
    padding-bottom: 22px;
  }
  .fs-md-22 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-22 {
    line-height: 22px;
  }
  .gap-xl-22 {
    gap: 22px;
  }
  .gap-x-xl-22 {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .gap-y-xl-22 {
    row-gap: 22px;
  }
  .rounded-xl-22 {
    border-radius: 22px;
  }
  .mb-xl-22 {
    margin-bottom: 22px;
  }
  .mt-xl-22 {
    margin-top: 22px;
  }
  .mr-xl-22 {
    margin-right: 22px;
  }
  .ml-xl-22 {
    margin-left: 22px;
  }
  .mx-xl-22 {
    margin-right: 22px;
    margin-left: 22px;
  }
  .my-xl-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .p-xl-22 {
    padding: 22px;
  }
  .px-xl-22 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .py-xl-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .pr-xl-22 {
    padding-right: 22px;
  }
  .pl-xl-22 {
    padding-left: 22px;
  }
  .pt-xl-22 {
    padding-top: 22px;
  }
  .pb-xl-22 {
    padding-bottom: 22px;
  }
  .fs-xl-22 {
    font-size: 22px;
  }
}
.line-height-23 {
  line-height: 23px;
}

.gap-23 {
  gap: 23px;
}

.gap-x-23 {
  -moz-column-gap: 23px;
       column-gap: 23px;
}

.gap-y-23 {
  row-gap: 23px;
}

.rounded-23 {
  border-radius: 23px;
}

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

.mt-23 {
  margin-top: 23px;
}

.mr-23 {
  margin-right: 23px;
}

.ml-23 {
  margin-left: 23px;
}

.mx-23 {
  margin-right: 23px;
  margin-left: 23px;
}

.my-23 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.p-23 {
  padding: 23px;
}

.px-23 {
  padding-right: 23px;
  padding-left: 23px;
}

.py-23 {
  padding-top: 23px;
  padding-bottom: 23px;
}

.pr-23 {
  padding-right: 23px;
}

.pl-23 {
  padding-left: 23px;
}

.pt-23 {
  padding-top: 23px;
}

.pb-23 {
  padding-bottom: 23px;
}

.fs-23 {
  font-size: 23px;
}

@media screen and (min-width: 768px) {
  .line-height-md-23 {
    line-height: 23px;
  }
  .gap-md-23 {
    gap: 23px;
  }
  .gap-x-md-23 {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
  .gap-y-md-23 {
    row-gap: 23px;
  }
  .rounded-md-23 {
    border-radius: 23px;
  }
  .mb-md-23 {
    margin-bottom: 23px;
  }
  .mt-md-23 {
    margin-top: 23px;
  }
  .mr-md-23 {
    margin-right: 23px;
  }
  .ml-md-23 {
    margin-left: 23px;
  }
  .mx-md-23 {
    margin-right: 23px;
    margin-left: 23px;
  }
  .my-md-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .p-md-23 {
    padding: 23px;
  }
  .px-md-23 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .py-md-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .pr-md-23 {
    padding-right: 23px;
  }
  .pl-md-23 {
    padding-left: 23px;
  }
  .pt-md-23 {
    padding-top: 23px;
  }
  .pb-md-23 {
    padding-bottom: 23px;
  }
  .fs-md-23 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-23 {
    line-height: 23px;
  }
  .gap-xl-23 {
    gap: 23px;
  }
  .gap-x-xl-23 {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
  .gap-y-xl-23 {
    row-gap: 23px;
  }
  .rounded-xl-23 {
    border-radius: 23px;
  }
  .mb-xl-23 {
    margin-bottom: 23px;
  }
  .mt-xl-23 {
    margin-top: 23px;
  }
  .mr-xl-23 {
    margin-right: 23px;
  }
  .ml-xl-23 {
    margin-left: 23px;
  }
  .mx-xl-23 {
    margin-right: 23px;
    margin-left: 23px;
  }
  .my-xl-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .p-xl-23 {
    padding: 23px;
  }
  .px-xl-23 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .py-xl-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .pr-xl-23 {
    padding-right: 23px;
  }
  .pl-xl-23 {
    padding-left: 23px;
  }
  .pt-xl-23 {
    padding-top: 23px;
  }
  .pb-xl-23 {
    padding-bottom: 23px;
  }
  .fs-xl-23 {
    font-size: 23px;
  }
}
.line-height-24 {
  line-height: 24px;
}

.gap-24 {
  gap: 24px;
}

.gap-x-24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-y-24 {
  row-gap: 24px;
}

.rounded-24 {
  border-radius: 24px;
}

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

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mx-24 {
  margin-right: 24px;
  margin-left: 24px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.p-24 {
  padding: 24px;
}

.px-24 {
  padding-right: 24px;
  padding-left: 24px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.fs-24 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .line-height-md-24 {
    line-height: 24px;
  }
  .gap-md-24 {
    gap: 24px;
  }
  .gap-x-md-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .gap-y-md-24 {
    row-gap: 24px;
  }
  .rounded-md-24 {
    border-radius: 24px;
  }
  .mb-md-24 {
    margin-bottom: 24px;
  }
  .mt-md-24 {
    margin-top: 24px;
  }
  .mr-md-24 {
    margin-right: 24px;
  }
  .ml-md-24 {
    margin-left: 24px;
  }
  .mx-md-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .my-md-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-md-24 {
    padding: 24px;
  }
  .px-md-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .py-md-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pr-md-24 {
    padding-right: 24px;
  }
  .pl-md-24 {
    padding-left: 24px;
  }
  .pt-md-24 {
    padding-top: 24px;
  }
  .pb-md-24 {
    padding-bottom: 24px;
  }
  .fs-md-24 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-24 {
    line-height: 24px;
  }
  .gap-xl-24 {
    gap: 24px;
  }
  .gap-x-xl-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .gap-y-xl-24 {
    row-gap: 24px;
  }
  .rounded-xl-24 {
    border-radius: 24px;
  }
  .mb-xl-24 {
    margin-bottom: 24px;
  }
  .mt-xl-24 {
    margin-top: 24px;
  }
  .mr-xl-24 {
    margin-right: 24px;
  }
  .ml-xl-24 {
    margin-left: 24px;
  }
  .mx-xl-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .my-xl-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-xl-24 {
    padding: 24px;
  }
  .px-xl-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .py-xl-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pr-xl-24 {
    padding-right: 24px;
  }
  .pl-xl-24 {
    padding-left: 24px;
  }
  .pt-xl-24 {
    padding-top: 24px;
  }
  .pb-xl-24 {
    padding-bottom: 24px;
  }
  .fs-xl-24 {
    font-size: 24px;
  }
}
.line-height-25 {
  line-height: 25px;
}

.gap-25 {
  gap: 25px;
}

.gap-x-25 {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.gap-y-25 {
  row-gap: 25px;
}

.rounded-25 {
  border-radius: 25px;
}

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

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.p-25 {
  padding: 25px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.fs-25 {
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  .line-height-md-25 {
    line-height: 25px;
  }
  .gap-md-25 {
    gap: 25px;
  }
  .gap-x-md-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .gap-y-md-25 {
    row-gap: 25px;
  }
  .rounded-md-25 {
    border-radius: 25px;
  }
  .mb-md-25 {
    margin-bottom: 25px;
  }
  .mt-md-25 {
    margin-top: 25px;
  }
  .mr-md-25 {
    margin-right: 25px;
  }
  .ml-md-25 {
    margin-left: 25px;
  }
  .mx-md-25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-md-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .p-md-25 {
    padding: 25px;
  }
  .px-md-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-md-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pr-md-25 {
    padding-right: 25px;
  }
  .pl-md-25 {
    padding-left: 25px;
  }
  .pt-md-25 {
    padding-top: 25px;
  }
  .pb-md-25 {
    padding-bottom: 25px;
  }
  .fs-md-25 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-25 {
    line-height: 25px;
  }
  .gap-xl-25 {
    gap: 25px;
  }
  .gap-x-xl-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .gap-y-xl-25 {
    row-gap: 25px;
  }
  .rounded-xl-25 {
    border-radius: 25px;
  }
  .mb-xl-25 {
    margin-bottom: 25px;
  }
  .mt-xl-25 {
    margin-top: 25px;
  }
  .mr-xl-25 {
    margin-right: 25px;
  }
  .ml-xl-25 {
    margin-left: 25px;
  }
  .mx-xl-25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-xl-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .p-xl-25 {
    padding: 25px;
  }
  .px-xl-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-xl-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pr-xl-25 {
    padding-right: 25px;
  }
  .pl-xl-25 {
    padding-left: 25px;
  }
  .pt-xl-25 {
    padding-top: 25px;
  }
  .pb-xl-25 {
    padding-bottom: 25px;
  }
  .fs-xl-25 {
    font-size: 25px;
  }
}
.line-height-26 {
  line-height: 26px;
}

.gap-26 {
  gap: 26px;
}

.gap-x-26 {
  -moz-column-gap: 26px;
       column-gap: 26px;
}

.gap-y-26 {
  row-gap: 26px;
}

.rounded-26 {
  border-radius: 26px;
}

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

.mt-26 {
  margin-top: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.ml-26 {
  margin-left: 26px;
}

.mx-26 {
  margin-right: 26px;
  margin-left: 26px;
}

.my-26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.p-26 {
  padding: 26px;
}

.px-26 {
  padding-right: 26px;
  padding-left: 26px;
}

.py-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.pr-26 {
  padding-right: 26px;
}

.pl-26 {
  padding-left: 26px;
}

.pt-26 {
  padding-top: 26px;
}

.pb-26 {
  padding-bottom: 26px;
}

.fs-26 {
  font-size: 26px;
}

@media screen and (min-width: 768px) {
  .line-height-md-26 {
    line-height: 26px;
  }
  .gap-md-26 {
    gap: 26px;
  }
  .gap-x-md-26 {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  .gap-y-md-26 {
    row-gap: 26px;
  }
  .rounded-md-26 {
    border-radius: 26px;
  }
  .mb-md-26 {
    margin-bottom: 26px;
  }
  .mt-md-26 {
    margin-top: 26px;
  }
  .mr-md-26 {
    margin-right: 26px;
  }
  .ml-md-26 {
    margin-left: 26px;
  }
  .mx-md-26 {
    margin-right: 26px;
    margin-left: 26px;
  }
  .my-md-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .p-md-26 {
    padding: 26px;
  }
  .px-md-26 {
    padding-right: 26px;
    padding-left: 26px;
  }
  .py-md-26 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .pr-md-26 {
    padding-right: 26px;
  }
  .pl-md-26 {
    padding-left: 26px;
  }
  .pt-md-26 {
    padding-top: 26px;
  }
  .pb-md-26 {
    padding-bottom: 26px;
  }
  .fs-md-26 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-26 {
    line-height: 26px;
  }
  .gap-xl-26 {
    gap: 26px;
  }
  .gap-x-xl-26 {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  .gap-y-xl-26 {
    row-gap: 26px;
  }
  .rounded-xl-26 {
    border-radius: 26px;
  }
  .mb-xl-26 {
    margin-bottom: 26px;
  }
  .mt-xl-26 {
    margin-top: 26px;
  }
  .mr-xl-26 {
    margin-right: 26px;
  }
  .ml-xl-26 {
    margin-left: 26px;
  }
  .mx-xl-26 {
    margin-right: 26px;
    margin-left: 26px;
  }
  .my-xl-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .p-xl-26 {
    padding: 26px;
  }
  .px-xl-26 {
    padding-right: 26px;
    padding-left: 26px;
  }
  .py-xl-26 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .pr-xl-26 {
    padding-right: 26px;
  }
  .pl-xl-26 {
    padding-left: 26px;
  }
  .pt-xl-26 {
    padding-top: 26px;
  }
  .pb-xl-26 {
    padding-bottom: 26px;
  }
  .fs-xl-26 {
    font-size: 26px;
  }
}
.line-height-27 {
  line-height: 27px;
}

.gap-27 {
  gap: 27px;
}

.gap-x-27 {
  -moz-column-gap: 27px;
       column-gap: 27px;
}

.gap-y-27 {
  row-gap: 27px;
}

.rounded-27 {
  border-radius: 27px;
}

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

.mt-27 {
  margin-top: 27px;
}

.mr-27 {
  margin-right: 27px;
}

.ml-27 {
  margin-left: 27px;
}

.mx-27 {
  margin-right: 27px;
  margin-left: 27px;
}

.my-27 {
  margin-top: 27px;
  margin-bottom: 27px;
}

.p-27 {
  padding: 27px;
}

.px-27 {
  padding-right: 27px;
  padding-left: 27px;
}

.py-27 {
  padding-top: 27px;
  padding-bottom: 27px;
}

.pr-27 {
  padding-right: 27px;
}

.pl-27 {
  padding-left: 27px;
}

.pt-27 {
  padding-top: 27px;
}

.pb-27 {
  padding-bottom: 27px;
}

.fs-27 {
  font-size: 27px;
}

@media screen and (min-width: 768px) {
  .line-height-md-27 {
    line-height: 27px;
  }
  .gap-md-27 {
    gap: 27px;
  }
  .gap-x-md-27 {
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
  .gap-y-md-27 {
    row-gap: 27px;
  }
  .rounded-md-27 {
    border-radius: 27px;
  }
  .mb-md-27 {
    margin-bottom: 27px;
  }
  .mt-md-27 {
    margin-top: 27px;
  }
  .mr-md-27 {
    margin-right: 27px;
  }
  .ml-md-27 {
    margin-left: 27px;
  }
  .mx-md-27 {
    margin-right: 27px;
    margin-left: 27px;
  }
  .my-md-27 {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .p-md-27 {
    padding: 27px;
  }
  .px-md-27 {
    padding-right: 27px;
    padding-left: 27px;
  }
  .py-md-27 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pr-md-27 {
    padding-right: 27px;
  }
  .pl-md-27 {
    padding-left: 27px;
  }
  .pt-md-27 {
    padding-top: 27px;
  }
  .pb-md-27 {
    padding-bottom: 27px;
  }
  .fs-md-27 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-27 {
    line-height: 27px;
  }
  .gap-xl-27 {
    gap: 27px;
  }
  .gap-x-xl-27 {
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
  .gap-y-xl-27 {
    row-gap: 27px;
  }
  .rounded-xl-27 {
    border-radius: 27px;
  }
  .mb-xl-27 {
    margin-bottom: 27px;
  }
  .mt-xl-27 {
    margin-top: 27px;
  }
  .mr-xl-27 {
    margin-right: 27px;
  }
  .ml-xl-27 {
    margin-left: 27px;
  }
  .mx-xl-27 {
    margin-right: 27px;
    margin-left: 27px;
  }
  .my-xl-27 {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .p-xl-27 {
    padding: 27px;
  }
  .px-xl-27 {
    padding-right: 27px;
    padding-left: 27px;
  }
  .py-xl-27 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pr-xl-27 {
    padding-right: 27px;
  }
  .pl-xl-27 {
    padding-left: 27px;
  }
  .pt-xl-27 {
    padding-top: 27px;
  }
  .pb-xl-27 {
    padding-bottom: 27px;
  }
  .fs-xl-27 {
    font-size: 27px;
  }
}
.line-height-28 {
  line-height: 28px;
}

.gap-28 {
  gap: 28px;
}

.gap-x-28 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.gap-y-28 {
  row-gap: 28px;
}

.rounded-28 {
  border-radius: 28px;
}

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

.mt-28 {
  margin-top: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mx-28 {
  margin-right: 28px;
  margin-left: 28px;
}

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.p-28 {
  padding: 28px;
}

.px-28 {
  padding-right: 28px;
  padding-left: 28px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.fs-28 {
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .line-height-md-28 {
    line-height: 28px;
  }
  .gap-md-28 {
    gap: 28px;
  }
  .gap-x-md-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .gap-y-md-28 {
    row-gap: 28px;
  }
  .rounded-md-28 {
    border-radius: 28px;
  }
  .mb-md-28 {
    margin-bottom: 28px;
  }
  .mt-md-28 {
    margin-top: 28px;
  }
  .mr-md-28 {
    margin-right: 28px;
  }
  .ml-md-28 {
    margin-left: 28px;
  }
  .mx-md-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .my-md-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-md-28 {
    padding: 28px;
  }
  .px-md-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .py-md-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .pr-md-28 {
    padding-right: 28px;
  }
  .pl-md-28 {
    padding-left: 28px;
  }
  .pt-md-28 {
    padding-top: 28px;
  }
  .pb-md-28 {
    padding-bottom: 28px;
  }
  .fs-md-28 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-28 {
    line-height: 28px;
  }
  .gap-xl-28 {
    gap: 28px;
  }
  .gap-x-xl-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .gap-y-xl-28 {
    row-gap: 28px;
  }
  .rounded-xl-28 {
    border-radius: 28px;
  }
  .mb-xl-28 {
    margin-bottom: 28px;
  }
  .mt-xl-28 {
    margin-top: 28px;
  }
  .mr-xl-28 {
    margin-right: 28px;
  }
  .ml-xl-28 {
    margin-left: 28px;
  }
  .mx-xl-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .my-xl-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-xl-28 {
    padding: 28px;
  }
  .px-xl-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .py-xl-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .pr-xl-28 {
    padding-right: 28px;
  }
  .pl-xl-28 {
    padding-left: 28px;
  }
  .pt-xl-28 {
    padding-top: 28px;
  }
  .pb-xl-28 {
    padding-bottom: 28px;
  }
  .fs-xl-28 {
    font-size: 28px;
  }
}
.line-height-29 {
  line-height: 29px;
}

.gap-29 {
  gap: 29px;
}

.gap-x-29 {
  -moz-column-gap: 29px;
       column-gap: 29px;
}

.gap-y-29 {
  row-gap: 29px;
}

.rounded-29 {
  border-radius: 29px;
}

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

.mt-29 {
  margin-top: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.ml-29 {
  margin-left: 29px;
}

.mx-29 {
  margin-right: 29px;
  margin-left: 29px;
}

.my-29 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.p-29 {
  padding: 29px;
}

.px-29 {
  padding-right: 29px;
  padding-left: 29px;
}

.py-29 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.pr-29 {
  padding-right: 29px;
}

.pl-29 {
  padding-left: 29px;
}

.pt-29 {
  padding-top: 29px;
}

.pb-29 {
  padding-bottom: 29px;
}

.fs-29 {
  font-size: 29px;
}

@media screen and (min-width: 768px) {
  .line-height-md-29 {
    line-height: 29px;
  }
  .gap-md-29 {
    gap: 29px;
  }
  .gap-x-md-29 {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }
  .gap-y-md-29 {
    row-gap: 29px;
  }
  .rounded-md-29 {
    border-radius: 29px;
  }
  .mb-md-29 {
    margin-bottom: 29px;
  }
  .mt-md-29 {
    margin-top: 29px;
  }
  .mr-md-29 {
    margin-right: 29px;
  }
  .ml-md-29 {
    margin-left: 29px;
  }
  .mx-md-29 {
    margin-right: 29px;
    margin-left: 29px;
  }
  .my-md-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .p-md-29 {
    padding: 29px;
  }
  .px-md-29 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .py-md-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .pr-md-29 {
    padding-right: 29px;
  }
  .pl-md-29 {
    padding-left: 29px;
  }
  .pt-md-29 {
    padding-top: 29px;
  }
  .pb-md-29 {
    padding-bottom: 29px;
  }
  .fs-md-29 {
    font-size: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-29 {
    line-height: 29px;
  }
  .gap-xl-29 {
    gap: 29px;
  }
  .gap-x-xl-29 {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }
  .gap-y-xl-29 {
    row-gap: 29px;
  }
  .rounded-xl-29 {
    border-radius: 29px;
  }
  .mb-xl-29 {
    margin-bottom: 29px;
  }
  .mt-xl-29 {
    margin-top: 29px;
  }
  .mr-xl-29 {
    margin-right: 29px;
  }
  .ml-xl-29 {
    margin-left: 29px;
  }
  .mx-xl-29 {
    margin-right: 29px;
    margin-left: 29px;
  }
  .my-xl-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .p-xl-29 {
    padding: 29px;
  }
  .px-xl-29 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .py-xl-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .pr-xl-29 {
    padding-right: 29px;
  }
  .pl-xl-29 {
    padding-left: 29px;
  }
  .pt-xl-29 {
    padding-top: 29px;
  }
  .pb-xl-29 {
    padding-bottom: 29px;
  }
  .fs-xl-29 {
    font-size: 29px;
  }
}
.line-height-30 {
  line-height: 30px;
}

.gap-30 {
  gap: 30px;
}

.gap-x-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-y-30 {
  row-gap: 30px;
}

.rounded-30 {
  border-radius: 30px;
}

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

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-30 {
  padding: 30px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.fs-30 {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .line-height-md-30 {
    line-height: 30px;
  }
  .gap-md-30 {
    gap: 30px;
  }
  .gap-x-md-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .gap-y-md-30 {
    row-gap: 30px;
  }
  .rounded-md-30 {
    border-radius: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .mx-md-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-md-30 {
    padding: 30px;
  }
  .px-md-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .fs-md-30 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-30 {
    line-height: 30px;
  }
  .gap-xl-30 {
    gap: 30px;
  }
  .gap-x-xl-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .gap-y-xl-30 {
    row-gap: 30px;
  }
  .rounded-xl-30 {
    border-radius: 30px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mr-xl-30 {
    margin-right: 30px;
  }
  .ml-xl-30 {
    margin-left: 30px;
  }
  .mx-xl-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-xl-30 {
    padding: 30px;
  }
  .px-xl-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .fs-xl-30 {
    font-size: 30px;
  }
}
.line-height-31 {
  line-height: 31px;
}

.gap-31 {
  gap: 31px;
}

.gap-x-31 {
  -moz-column-gap: 31px;
       column-gap: 31px;
}

.gap-y-31 {
  row-gap: 31px;
}

.rounded-31 {
  border-radius: 31px;
}

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

.mt-31 {
  margin-top: 31px;
}

.mr-31 {
  margin-right: 31px;
}

.ml-31 {
  margin-left: 31px;
}

.mx-31 {
  margin-right: 31px;
  margin-left: 31px;
}

.my-31 {
  margin-top: 31px;
  margin-bottom: 31px;
}

.p-31 {
  padding: 31px;
}

.px-31 {
  padding-right: 31px;
  padding-left: 31px;
}

.py-31 {
  padding-top: 31px;
  padding-bottom: 31px;
}

.pr-31 {
  padding-right: 31px;
}

.pl-31 {
  padding-left: 31px;
}

.pt-31 {
  padding-top: 31px;
}

.pb-31 {
  padding-bottom: 31px;
}

.fs-31 {
  font-size: 31px;
}

@media screen and (min-width: 768px) {
  .line-height-md-31 {
    line-height: 31px;
  }
  .gap-md-31 {
    gap: 31px;
  }
  .gap-x-md-31 {
    -moz-column-gap: 31px;
         column-gap: 31px;
  }
  .gap-y-md-31 {
    row-gap: 31px;
  }
  .rounded-md-31 {
    border-radius: 31px;
  }
  .mb-md-31 {
    margin-bottom: 31px;
  }
  .mt-md-31 {
    margin-top: 31px;
  }
  .mr-md-31 {
    margin-right: 31px;
  }
  .ml-md-31 {
    margin-left: 31px;
  }
  .mx-md-31 {
    margin-right: 31px;
    margin-left: 31px;
  }
  .my-md-31 {
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .p-md-31 {
    padding: 31px;
  }
  .px-md-31 {
    padding-right: 31px;
    padding-left: 31px;
  }
  .py-md-31 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pr-md-31 {
    padding-right: 31px;
  }
  .pl-md-31 {
    padding-left: 31px;
  }
  .pt-md-31 {
    padding-top: 31px;
  }
  .pb-md-31 {
    padding-bottom: 31px;
  }
  .fs-md-31 {
    font-size: 31px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-31 {
    line-height: 31px;
  }
  .gap-xl-31 {
    gap: 31px;
  }
  .gap-x-xl-31 {
    -moz-column-gap: 31px;
         column-gap: 31px;
  }
  .gap-y-xl-31 {
    row-gap: 31px;
  }
  .rounded-xl-31 {
    border-radius: 31px;
  }
  .mb-xl-31 {
    margin-bottom: 31px;
  }
  .mt-xl-31 {
    margin-top: 31px;
  }
  .mr-xl-31 {
    margin-right: 31px;
  }
  .ml-xl-31 {
    margin-left: 31px;
  }
  .mx-xl-31 {
    margin-right: 31px;
    margin-left: 31px;
  }
  .my-xl-31 {
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .p-xl-31 {
    padding: 31px;
  }
  .px-xl-31 {
    padding-right: 31px;
    padding-left: 31px;
  }
  .py-xl-31 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pr-xl-31 {
    padding-right: 31px;
  }
  .pl-xl-31 {
    padding-left: 31px;
  }
  .pt-xl-31 {
    padding-top: 31px;
  }
  .pb-xl-31 {
    padding-bottom: 31px;
  }
  .fs-xl-31 {
    font-size: 31px;
  }
}
.line-height-32 {
  line-height: 32px;
}

.gap-32 {
  gap: 32px;
}

.gap-x-32 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-y-32 {
  row-gap: 32px;
}

.rounded-32 {
  border-radius: 32px;
}

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

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mx-32 {
  margin-right: 32px;
  margin-left: 32px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-32 {
  padding: 32px;
}

.px-32 {
  padding-right: 32px;
  padding-left: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.fs-32 {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .line-height-md-32 {
    line-height: 32px;
  }
  .gap-md-32 {
    gap: 32px;
  }
  .gap-x-md-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .gap-y-md-32 {
    row-gap: 32px;
  }
  .rounded-md-32 {
    border-radius: 32px;
  }
  .mb-md-32 {
    margin-bottom: 32px;
  }
  .mt-md-32 {
    margin-top: 32px;
  }
  .mr-md-32 {
    margin-right: 32px;
  }
  .ml-md-32 {
    margin-left: 32px;
  }
  .mx-md-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .my-md-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-md-32 {
    padding: 32px;
  }
  .px-md-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .py-md-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pr-md-32 {
    padding-right: 32px;
  }
  .pl-md-32 {
    padding-left: 32px;
  }
  .pt-md-32 {
    padding-top: 32px;
  }
  .pb-md-32 {
    padding-bottom: 32px;
  }
  .fs-md-32 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-32 {
    line-height: 32px;
  }
  .gap-xl-32 {
    gap: 32px;
  }
  .gap-x-xl-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .gap-y-xl-32 {
    row-gap: 32px;
  }
  .rounded-xl-32 {
    border-radius: 32px;
  }
  .mb-xl-32 {
    margin-bottom: 32px;
  }
  .mt-xl-32 {
    margin-top: 32px;
  }
  .mr-xl-32 {
    margin-right: 32px;
  }
  .ml-xl-32 {
    margin-left: 32px;
  }
  .mx-xl-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .my-xl-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-xl-32 {
    padding: 32px;
  }
  .px-xl-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .py-xl-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pr-xl-32 {
    padding-right: 32px;
  }
  .pl-xl-32 {
    padding-left: 32px;
  }
  .pt-xl-32 {
    padding-top: 32px;
  }
  .pb-xl-32 {
    padding-bottom: 32px;
  }
  .fs-xl-32 {
    font-size: 32px;
  }
}
.line-height-33 {
  line-height: 33px;
}

.gap-33 {
  gap: 33px;
}

.gap-x-33 {
  -moz-column-gap: 33px;
       column-gap: 33px;
}

.gap-y-33 {
  row-gap: 33px;
}

.rounded-33 {
  border-radius: 33px;
}

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

.mt-33 {
  margin-top: 33px;
}

.mr-33 {
  margin-right: 33px;
}

.ml-33 {
  margin-left: 33px;
}

.mx-33 {
  margin-right: 33px;
  margin-left: 33px;
}

.my-33 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.p-33 {
  padding: 33px;
}

.px-33 {
  padding-right: 33px;
  padding-left: 33px;
}

.py-33 {
  padding-top: 33px;
  padding-bottom: 33px;
}

.pr-33 {
  padding-right: 33px;
}

.pl-33 {
  padding-left: 33px;
}

.pt-33 {
  padding-top: 33px;
}

.pb-33 {
  padding-bottom: 33px;
}

.fs-33 {
  font-size: 33px;
}

@media screen and (min-width: 768px) {
  .line-height-md-33 {
    line-height: 33px;
  }
  .gap-md-33 {
    gap: 33px;
  }
  .gap-x-md-33 {
    -moz-column-gap: 33px;
         column-gap: 33px;
  }
  .gap-y-md-33 {
    row-gap: 33px;
  }
  .rounded-md-33 {
    border-radius: 33px;
  }
  .mb-md-33 {
    margin-bottom: 33px;
  }
  .mt-md-33 {
    margin-top: 33px;
  }
  .mr-md-33 {
    margin-right: 33px;
  }
  .ml-md-33 {
    margin-left: 33px;
  }
  .mx-md-33 {
    margin-right: 33px;
    margin-left: 33px;
  }
  .my-md-33 {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  .p-md-33 {
    padding: 33px;
  }
  .px-md-33 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .py-md-33 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .pr-md-33 {
    padding-right: 33px;
  }
  .pl-md-33 {
    padding-left: 33px;
  }
  .pt-md-33 {
    padding-top: 33px;
  }
  .pb-md-33 {
    padding-bottom: 33px;
  }
  .fs-md-33 {
    font-size: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-33 {
    line-height: 33px;
  }
  .gap-xl-33 {
    gap: 33px;
  }
  .gap-x-xl-33 {
    -moz-column-gap: 33px;
         column-gap: 33px;
  }
  .gap-y-xl-33 {
    row-gap: 33px;
  }
  .rounded-xl-33 {
    border-radius: 33px;
  }
  .mb-xl-33 {
    margin-bottom: 33px;
  }
  .mt-xl-33 {
    margin-top: 33px;
  }
  .mr-xl-33 {
    margin-right: 33px;
  }
  .ml-xl-33 {
    margin-left: 33px;
  }
  .mx-xl-33 {
    margin-right: 33px;
    margin-left: 33px;
  }
  .my-xl-33 {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  .p-xl-33 {
    padding: 33px;
  }
  .px-xl-33 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .py-xl-33 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .pr-xl-33 {
    padding-right: 33px;
  }
  .pl-xl-33 {
    padding-left: 33px;
  }
  .pt-xl-33 {
    padding-top: 33px;
  }
  .pb-xl-33 {
    padding-bottom: 33px;
  }
  .fs-xl-33 {
    font-size: 33px;
  }
}
.line-height-34 {
  line-height: 34px;
}

.gap-34 {
  gap: 34px;
}

.gap-x-34 {
  -moz-column-gap: 34px;
       column-gap: 34px;
}

.gap-y-34 {
  row-gap: 34px;
}

.rounded-34 {
  border-radius: 34px;
}

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

.mt-34 {
  margin-top: 34px;
}

.mr-34 {
  margin-right: 34px;
}

.ml-34 {
  margin-left: 34px;
}

.mx-34 {
  margin-right: 34px;
  margin-left: 34px;
}

.my-34 {
  margin-top: 34px;
  margin-bottom: 34px;
}

.p-34 {
  padding: 34px;
}

.px-34 {
  padding-right: 34px;
  padding-left: 34px;
}

.py-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.pr-34 {
  padding-right: 34px;
}

.pl-34 {
  padding-left: 34px;
}

.pt-34 {
  padding-top: 34px;
}

.pb-34 {
  padding-bottom: 34px;
}

.fs-34 {
  font-size: 34px;
}

@media screen and (min-width: 768px) {
  .line-height-md-34 {
    line-height: 34px;
  }
  .gap-md-34 {
    gap: 34px;
  }
  .gap-x-md-34 {
    -moz-column-gap: 34px;
         column-gap: 34px;
  }
  .gap-y-md-34 {
    row-gap: 34px;
  }
  .rounded-md-34 {
    border-radius: 34px;
  }
  .mb-md-34 {
    margin-bottom: 34px;
  }
  .mt-md-34 {
    margin-top: 34px;
  }
  .mr-md-34 {
    margin-right: 34px;
  }
  .ml-md-34 {
    margin-left: 34px;
  }
  .mx-md-34 {
    margin-right: 34px;
    margin-left: 34px;
  }
  .my-md-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .p-md-34 {
    padding: 34px;
  }
  .px-md-34 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .py-md-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .pr-md-34 {
    padding-right: 34px;
  }
  .pl-md-34 {
    padding-left: 34px;
  }
  .pt-md-34 {
    padding-top: 34px;
  }
  .pb-md-34 {
    padding-bottom: 34px;
  }
  .fs-md-34 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-34 {
    line-height: 34px;
  }
  .gap-xl-34 {
    gap: 34px;
  }
  .gap-x-xl-34 {
    -moz-column-gap: 34px;
         column-gap: 34px;
  }
  .gap-y-xl-34 {
    row-gap: 34px;
  }
  .rounded-xl-34 {
    border-radius: 34px;
  }
  .mb-xl-34 {
    margin-bottom: 34px;
  }
  .mt-xl-34 {
    margin-top: 34px;
  }
  .mr-xl-34 {
    margin-right: 34px;
  }
  .ml-xl-34 {
    margin-left: 34px;
  }
  .mx-xl-34 {
    margin-right: 34px;
    margin-left: 34px;
  }
  .my-xl-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .p-xl-34 {
    padding: 34px;
  }
  .px-xl-34 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .py-xl-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .pr-xl-34 {
    padding-right: 34px;
  }
  .pl-xl-34 {
    padding-left: 34px;
  }
  .pt-xl-34 {
    padding-top: 34px;
  }
  .pb-xl-34 {
    padding-bottom: 34px;
  }
  .fs-xl-34 {
    font-size: 34px;
  }
}
.line-height-35 {
  line-height: 35px;
}

.gap-35 {
  gap: 35px;
}

.gap-x-35 {
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.gap-y-35 {
  row-gap: 35px;
}

.rounded-35 {
  border-radius: 35px;
}

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

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.p-35 {
  padding: 35px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.fs-35 {
  font-size: 35px;
}

@media screen and (min-width: 768px) {
  .line-height-md-35 {
    line-height: 35px;
  }
  .gap-md-35 {
    gap: 35px;
  }
  .gap-x-md-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .gap-y-md-35 {
    row-gap: 35px;
  }
  .rounded-md-35 {
    border-radius: 35px;
  }
  .mb-md-35 {
    margin-bottom: 35px;
  }
  .mt-md-35 {
    margin-top: 35px;
  }
  .mr-md-35 {
    margin-right: 35px;
  }
  .ml-md-35 {
    margin-left: 35px;
  }
  .mx-md-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-md-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .p-md-35 {
    padding: 35px;
  }
  .px-md-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-md-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-md-35 {
    padding-right: 35px;
  }
  .pl-md-35 {
    padding-left: 35px;
  }
  .pt-md-35 {
    padding-top: 35px;
  }
  .pb-md-35 {
    padding-bottom: 35px;
  }
  .fs-md-35 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-35 {
    line-height: 35px;
  }
  .gap-xl-35 {
    gap: 35px;
  }
  .gap-x-xl-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .gap-y-xl-35 {
    row-gap: 35px;
  }
  .rounded-xl-35 {
    border-radius: 35px;
  }
  .mb-xl-35 {
    margin-bottom: 35px;
  }
  .mt-xl-35 {
    margin-top: 35px;
  }
  .mr-xl-35 {
    margin-right: 35px;
  }
  .ml-xl-35 {
    margin-left: 35px;
  }
  .mx-xl-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-xl-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .p-xl-35 {
    padding: 35px;
  }
  .px-xl-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-xl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-xl-35 {
    padding-right: 35px;
  }
  .pl-xl-35 {
    padding-left: 35px;
  }
  .pt-xl-35 {
    padding-top: 35px;
  }
  .pb-xl-35 {
    padding-bottom: 35px;
  }
  .fs-xl-35 {
    font-size: 35px;
  }
}
.line-height-36 {
  line-height: 36px;
}

.gap-36 {
  gap: 36px;
}

.gap-x-36 {
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.gap-y-36 {
  row-gap: 36px;
}

.rounded-36 {
  border-radius: 36px;
}

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

.mt-36 {
  margin-top: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mx-36 {
  margin-right: 36px;
  margin-left: 36px;
}

.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.p-36 {
  padding: 36px;
}

.px-36 {
  padding-right: 36px;
  padding-left: 36px;
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.fs-36 {
  font-size: 36px;
}

@media screen and (min-width: 768px) {
  .line-height-md-36 {
    line-height: 36px;
  }
  .gap-md-36 {
    gap: 36px;
  }
  .gap-x-md-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .gap-y-md-36 {
    row-gap: 36px;
  }
  .rounded-md-36 {
    border-radius: 36px;
  }
  .mb-md-36 {
    margin-bottom: 36px;
  }
  .mt-md-36 {
    margin-top: 36px;
  }
  .mr-md-36 {
    margin-right: 36px;
  }
  .ml-md-36 {
    margin-left: 36px;
  }
  .mx-md-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .my-md-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-md-36 {
    padding: 36px;
  }
  .px-md-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .py-md-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .pr-md-36 {
    padding-right: 36px;
  }
  .pl-md-36 {
    padding-left: 36px;
  }
  .pt-md-36 {
    padding-top: 36px;
  }
  .pb-md-36 {
    padding-bottom: 36px;
  }
  .fs-md-36 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-36 {
    line-height: 36px;
  }
  .gap-xl-36 {
    gap: 36px;
  }
  .gap-x-xl-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .gap-y-xl-36 {
    row-gap: 36px;
  }
  .rounded-xl-36 {
    border-radius: 36px;
  }
  .mb-xl-36 {
    margin-bottom: 36px;
  }
  .mt-xl-36 {
    margin-top: 36px;
  }
  .mr-xl-36 {
    margin-right: 36px;
  }
  .ml-xl-36 {
    margin-left: 36px;
  }
  .mx-xl-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .my-xl-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-xl-36 {
    padding: 36px;
  }
  .px-xl-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .py-xl-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .pr-xl-36 {
    padding-right: 36px;
  }
  .pl-xl-36 {
    padding-left: 36px;
  }
  .pt-xl-36 {
    padding-top: 36px;
  }
  .pb-xl-36 {
    padding-bottom: 36px;
  }
  .fs-xl-36 {
    font-size: 36px;
  }
}
.line-height-37 {
  line-height: 37px;
}

.gap-37 {
  gap: 37px;
}

.gap-x-37 {
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.gap-y-37 {
  row-gap: 37px;
}

.rounded-37 {
  border-radius: 37px;
}

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

.mt-37 {
  margin-top: 37px;
}

.mr-37 {
  margin-right: 37px;
}

.ml-37 {
  margin-left: 37px;
}

.mx-37 {
  margin-right: 37px;
  margin-left: 37px;
}

.my-37 {
  margin-top: 37px;
  margin-bottom: 37px;
}

.p-37 {
  padding: 37px;
}

.px-37 {
  padding-right: 37px;
  padding-left: 37px;
}

.py-37 {
  padding-top: 37px;
  padding-bottom: 37px;
}

.pr-37 {
  padding-right: 37px;
}

.pl-37 {
  padding-left: 37px;
}

.pt-37 {
  padding-top: 37px;
}

.pb-37 {
  padding-bottom: 37px;
}

.fs-37 {
  font-size: 37px;
}

@media screen and (min-width: 768px) {
  .line-height-md-37 {
    line-height: 37px;
  }
  .gap-md-37 {
    gap: 37px;
  }
  .gap-x-md-37 {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }
  .gap-y-md-37 {
    row-gap: 37px;
  }
  .rounded-md-37 {
    border-radius: 37px;
  }
  .mb-md-37 {
    margin-bottom: 37px;
  }
  .mt-md-37 {
    margin-top: 37px;
  }
  .mr-md-37 {
    margin-right: 37px;
  }
  .ml-md-37 {
    margin-left: 37px;
  }
  .mx-md-37 {
    margin-right: 37px;
    margin-left: 37px;
  }
  .my-md-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }
  .p-md-37 {
    padding: 37px;
  }
  .px-md-37 {
    padding-right: 37px;
    padding-left: 37px;
  }
  .py-md-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .pr-md-37 {
    padding-right: 37px;
  }
  .pl-md-37 {
    padding-left: 37px;
  }
  .pt-md-37 {
    padding-top: 37px;
  }
  .pb-md-37 {
    padding-bottom: 37px;
  }
  .fs-md-37 {
    font-size: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-37 {
    line-height: 37px;
  }
  .gap-xl-37 {
    gap: 37px;
  }
  .gap-x-xl-37 {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }
  .gap-y-xl-37 {
    row-gap: 37px;
  }
  .rounded-xl-37 {
    border-radius: 37px;
  }
  .mb-xl-37 {
    margin-bottom: 37px;
  }
  .mt-xl-37 {
    margin-top: 37px;
  }
  .mr-xl-37 {
    margin-right: 37px;
  }
  .ml-xl-37 {
    margin-left: 37px;
  }
  .mx-xl-37 {
    margin-right: 37px;
    margin-left: 37px;
  }
  .my-xl-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }
  .p-xl-37 {
    padding: 37px;
  }
  .px-xl-37 {
    padding-right: 37px;
    padding-left: 37px;
  }
  .py-xl-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .pr-xl-37 {
    padding-right: 37px;
  }
  .pl-xl-37 {
    padding-left: 37px;
  }
  .pt-xl-37 {
    padding-top: 37px;
  }
  .pb-xl-37 {
    padding-bottom: 37px;
  }
  .fs-xl-37 {
    font-size: 37px;
  }
}
.line-height-38 {
  line-height: 38px;
}

.gap-38 {
  gap: 38px;
}

.gap-x-38 {
  -moz-column-gap: 38px;
       column-gap: 38px;
}

.gap-y-38 {
  row-gap: 38px;
}

.rounded-38 {
  border-radius: 38px;
}

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

.mt-38 {
  margin-top: 38px;
}

.mr-38 {
  margin-right: 38px;
}

.ml-38 {
  margin-left: 38px;
}

.mx-38 {
  margin-right: 38px;
  margin-left: 38px;
}

.my-38 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.p-38 {
  padding: 38px;
}

.px-38 {
  padding-right: 38px;
  padding-left: 38px;
}

.py-38 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.pr-38 {
  padding-right: 38px;
}

.pl-38 {
  padding-left: 38px;
}

.pt-38 {
  padding-top: 38px;
}

.pb-38 {
  padding-bottom: 38px;
}

.fs-38 {
  font-size: 38px;
}

@media screen and (min-width: 768px) {
  .line-height-md-38 {
    line-height: 38px;
  }
  .gap-md-38 {
    gap: 38px;
  }
  .gap-x-md-38 {
    -moz-column-gap: 38px;
         column-gap: 38px;
  }
  .gap-y-md-38 {
    row-gap: 38px;
  }
  .rounded-md-38 {
    border-radius: 38px;
  }
  .mb-md-38 {
    margin-bottom: 38px;
  }
  .mt-md-38 {
    margin-top: 38px;
  }
  .mr-md-38 {
    margin-right: 38px;
  }
  .ml-md-38 {
    margin-left: 38px;
  }
  .mx-md-38 {
    margin-right: 38px;
    margin-left: 38px;
  }
  .my-md-38 {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .p-md-38 {
    padding: 38px;
  }
  .px-md-38 {
    padding-right: 38px;
    padding-left: 38px;
  }
  .py-md-38 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .pr-md-38 {
    padding-right: 38px;
  }
  .pl-md-38 {
    padding-left: 38px;
  }
  .pt-md-38 {
    padding-top: 38px;
  }
  .pb-md-38 {
    padding-bottom: 38px;
  }
  .fs-md-38 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-38 {
    line-height: 38px;
  }
  .gap-xl-38 {
    gap: 38px;
  }
  .gap-x-xl-38 {
    -moz-column-gap: 38px;
         column-gap: 38px;
  }
  .gap-y-xl-38 {
    row-gap: 38px;
  }
  .rounded-xl-38 {
    border-radius: 38px;
  }
  .mb-xl-38 {
    margin-bottom: 38px;
  }
  .mt-xl-38 {
    margin-top: 38px;
  }
  .mr-xl-38 {
    margin-right: 38px;
  }
  .ml-xl-38 {
    margin-left: 38px;
  }
  .mx-xl-38 {
    margin-right: 38px;
    margin-left: 38px;
  }
  .my-xl-38 {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .p-xl-38 {
    padding: 38px;
  }
  .px-xl-38 {
    padding-right: 38px;
    padding-left: 38px;
  }
  .py-xl-38 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .pr-xl-38 {
    padding-right: 38px;
  }
  .pl-xl-38 {
    padding-left: 38px;
  }
  .pt-xl-38 {
    padding-top: 38px;
  }
  .pb-xl-38 {
    padding-bottom: 38px;
  }
  .fs-xl-38 {
    font-size: 38px;
  }
}
.line-height-39 {
  line-height: 39px;
}

.gap-39 {
  gap: 39px;
}

.gap-x-39 {
  -moz-column-gap: 39px;
       column-gap: 39px;
}

.gap-y-39 {
  row-gap: 39px;
}

.rounded-39 {
  border-radius: 39px;
}

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

.mt-39 {
  margin-top: 39px;
}

.mr-39 {
  margin-right: 39px;
}

.ml-39 {
  margin-left: 39px;
}

.mx-39 {
  margin-right: 39px;
  margin-left: 39px;
}

.my-39 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.p-39 {
  padding: 39px;
}

.px-39 {
  padding-right: 39px;
  padding-left: 39px;
}

.py-39 {
  padding-top: 39px;
  padding-bottom: 39px;
}

.pr-39 {
  padding-right: 39px;
}

.pl-39 {
  padding-left: 39px;
}

.pt-39 {
  padding-top: 39px;
}

.pb-39 {
  padding-bottom: 39px;
}

.fs-39 {
  font-size: 39px;
}

@media screen and (min-width: 768px) {
  .line-height-md-39 {
    line-height: 39px;
  }
  .gap-md-39 {
    gap: 39px;
  }
  .gap-x-md-39 {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }
  .gap-y-md-39 {
    row-gap: 39px;
  }
  .rounded-md-39 {
    border-radius: 39px;
  }
  .mb-md-39 {
    margin-bottom: 39px;
  }
  .mt-md-39 {
    margin-top: 39px;
  }
  .mr-md-39 {
    margin-right: 39px;
  }
  .ml-md-39 {
    margin-left: 39px;
  }
  .mx-md-39 {
    margin-right: 39px;
    margin-left: 39px;
  }
  .my-md-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .p-md-39 {
    padding: 39px;
  }
  .px-md-39 {
    padding-right: 39px;
    padding-left: 39px;
  }
  .py-md-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .pr-md-39 {
    padding-right: 39px;
  }
  .pl-md-39 {
    padding-left: 39px;
  }
  .pt-md-39 {
    padding-top: 39px;
  }
  .pb-md-39 {
    padding-bottom: 39px;
  }
  .fs-md-39 {
    font-size: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-39 {
    line-height: 39px;
  }
  .gap-xl-39 {
    gap: 39px;
  }
  .gap-x-xl-39 {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }
  .gap-y-xl-39 {
    row-gap: 39px;
  }
  .rounded-xl-39 {
    border-radius: 39px;
  }
  .mb-xl-39 {
    margin-bottom: 39px;
  }
  .mt-xl-39 {
    margin-top: 39px;
  }
  .mr-xl-39 {
    margin-right: 39px;
  }
  .ml-xl-39 {
    margin-left: 39px;
  }
  .mx-xl-39 {
    margin-right: 39px;
    margin-left: 39px;
  }
  .my-xl-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .p-xl-39 {
    padding: 39px;
  }
  .px-xl-39 {
    padding-right: 39px;
    padding-left: 39px;
  }
  .py-xl-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .pr-xl-39 {
    padding-right: 39px;
  }
  .pl-xl-39 {
    padding-left: 39px;
  }
  .pt-xl-39 {
    padding-top: 39px;
  }
  .pb-xl-39 {
    padding-bottom: 39px;
  }
  .fs-xl-39 {
    font-size: 39px;
  }
}
.line-height-40 {
  line-height: 40px;
}

.gap-40 {
  gap: 40px;
}

.gap-x-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.gap-y-40 {
  row-gap: 40px;
}

.rounded-40 {
  border-radius: 40px;
}

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

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-40 {
  padding: 40px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.fs-40 {
  font-size: 40px;
}

@media screen and (min-width: 768px) {
  .line-height-md-40 {
    line-height: 40px;
  }
  .gap-md-40 {
    gap: 40px;
  }
  .gap-x-md-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .gap-y-md-40 {
    row-gap: 40px;
  }
  .rounded-md-40 {
    border-radius: 40px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mr-md-40 {
    margin-right: 40px;
  }
  .ml-md-40 {
    margin-left: 40px;
  }
  .mx-md-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-md-40 {
    padding: 40px;
  }
  .px-md-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-md-40 {
    padding-right: 40px;
  }
  .pl-md-40 {
    padding-left: 40px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .fs-md-40 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-40 {
    line-height: 40px;
  }
  .gap-xl-40 {
    gap: 40px;
  }
  .gap-x-xl-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .gap-y-xl-40 {
    row-gap: 40px;
  }
  .rounded-xl-40 {
    border-radius: 40px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .mr-xl-40 {
    margin-right: 40px;
  }
  .ml-xl-40 {
    margin-left: 40px;
  }
  .mx-xl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-xl-40 {
    padding: 40px;
  }
  .px-xl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-xl-40 {
    padding-right: 40px;
  }
  .pl-xl-40 {
    padding-left: 40px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .fs-xl-40 {
    font-size: 40px;
  }
}
.line-height-41 {
  line-height: 41px;
}

.gap-41 {
  gap: 41px;
}

.gap-x-41 {
  -moz-column-gap: 41px;
       column-gap: 41px;
}

.gap-y-41 {
  row-gap: 41px;
}

.rounded-41 {
  border-radius: 41px;
}

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

.mt-41 {
  margin-top: 41px;
}

.mr-41 {
  margin-right: 41px;
}

.ml-41 {
  margin-left: 41px;
}

.mx-41 {
  margin-right: 41px;
  margin-left: 41px;
}

.my-41 {
  margin-top: 41px;
  margin-bottom: 41px;
}

.p-41 {
  padding: 41px;
}

.px-41 {
  padding-right: 41px;
  padding-left: 41px;
}

.py-41 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.pr-41 {
  padding-right: 41px;
}

.pl-41 {
  padding-left: 41px;
}

.pt-41 {
  padding-top: 41px;
}

.pb-41 {
  padding-bottom: 41px;
}

.fs-41 {
  font-size: 41px;
}

@media screen and (min-width: 768px) {
  .line-height-md-41 {
    line-height: 41px;
  }
  .gap-md-41 {
    gap: 41px;
  }
  .gap-x-md-41 {
    -moz-column-gap: 41px;
         column-gap: 41px;
  }
  .gap-y-md-41 {
    row-gap: 41px;
  }
  .rounded-md-41 {
    border-radius: 41px;
  }
  .mb-md-41 {
    margin-bottom: 41px;
  }
  .mt-md-41 {
    margin-top: 41px;
  }
  .mr-md-41 {
    margin-right: 41px;
  }
  .ml-md-41 {
    margin-left: 41px;
  }
  .mx-md-41 {
    margin-right: 41px;
    margin-left: 41px;
  }
  .my-md-41 {
    margin-top: 41px;
    margin-bottom: 41px;
  }
  .p-md-41 {
    padding: 41px;
  }
  .px-md-41 {
    padding-right: 41px;
    padding-left: 41px;
  }
  .py-md-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .pr-md-41 {
    padding-right: 41px;
  }
  .pl-md-41 {
    padding-left: 41px;
  }
  .pt-md-41 {
    padding-top: 41px;
  }
  .pb-md-41 {
    padding-bottom: 41px;
  }
  .fs-md-41 {
    font-size: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-41 {
    line-height: 41px;
  }
  .gap-xl-41 {
    gap: 41px;
  }
  .gap-x-xl-41 {
    -moz-column-gap: 41px;
         column-gap: 41px;
  }
  .gap-y-xl-41 {
    row-gap: 41px;
  }
  .rounded-xl-41 {
    border-radius: 41px;
  }
  .mb-xl-41 {
    margin-bottom: 41px;
  }
  .mt-xl-41 {
    margin-top: 41px;
  }
  .mr-xl-41 {
    margin-right: 41px;
  }
  .ml-xl-41 {
    margin-left: 41px;
  }
  .mx-xl-41 {
    margin-right: 41px;
    margin-left: 41px;
  }
  .my-xl-41 {
    margin-top: 41px;
    margin-bottom: 41px;
  }
  .p-xl-41 {
    padding: 41px;
  }
  .px-xl-41 {
    padding-right: 41px;
    padding-left: 41px;
  }
  .py-xl-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .pr-xl-41 {
    padding-right: 41px;
  }
  .pl-xl-41 {
    padding-left: 41px;
  }
  .pt-xl-41 {
    padding-top: 41px;
  }
  .pb-xl-41 {
    padding-bottom: 41px;
  }
  .fs-xl-41 {
    font-size: 41px;
  }
}
.line-height-42 {
  line-height: 42px;
}

.gap-42 {
  gap: 42px;
}

.gap-x-42 {
  -moz-column-gap: 42px;
       column-gap: 42px;
}

.gap-y-42 {
  row-gap: 42px;
}

.rounded-42 {
  border-radius: 42px;
}

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

.mt-42 {
  margin-top: 42px;
}

.mr-42 {
  margin-right: 42px;
}

.ml-42 {
  margin-left: 42px;
}

.mx-42 {
  margin-right: 42px;
  margin-left: 42px;
}

.my-42 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.p-42 {
  padding: 42px;
}

.px-42 {
  padding-right: 42px;
  padding-left: 42px;
}

.py-42 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.pr-42 {
  padding-right: 42px;
}

.pl-42 {
  padding-left: 42px;
}

.pt-42 {
  padding-top: 42px;
}

.pb-42 {
  padding-bottom: 42px;
}

.fs-42 {
  font-size: 42px;
}

@media screen and (min-width: 768px) {
  .line-height-md-42 {
    line-height: 42px;
  }
  .gap-md-42 {
    gap: 42px;
  }
  .gap-x-md-42 {
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
  .gap-y-md-42 {
    row-gap: 42px;
  }
  .rounded-md-42 {
    border-radius: 42px;
  }
  .mb-md-42 {
    margin-bottom: 42px;
  }
  .mt-md-42 {
    margin-top: 42px;
  }
  .mr-md-42 {
    margin-right: 42px;
  }
  .ml-md-42 {
    margin-left: 42px;
  }
  .mx-md-42 {
    margin-right: 42px;
    margin-left: 42px;
  }
  .my-md-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .p-md-42 {
    padding: 42px;
  }
  .px-md-42 {
    padding-right: 42px;
    padding-left: 42px;
  }
  .py-md-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .pr-md-42 {
    padding-right: 42px;
  }
  .pl-md-42 {
    padding-left: 42px;
  }
  .pt-md-42 {
    padding-top: 42px;
  }
  .pb-md-42 {
    padding-bottom: 42px;
  }
  .fs-md-42 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-42 {
    line-height: 42px;
  }
  .gap-xl-42 {
    gap: 42px;
  }
  .gap-x-xl-42 {
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
  .gap-y-xl-42 {
    row-gap: 42px;
  }
  .rounded-xl-42 {
    border-radius: 42px;
  }
  .mb-xl-42 {
    margin-bottom: 42px;
  }
  .mt-xl-42 {
    margin-top: 42px;
  }
  .mr-xl-42 {
    margin-right: 42px;
  }
  .ml-xl-42 {
    margin-left: 42px;
  }
  .mx-xl-42 {
    margin-right: 42px;
    margin-left: 42px;
  }
  .my-xl-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .p-xl-42 {
    padding: 42px;
  }
  .px-xl-42 {
    padding-right: 42px;
    padding-left: 42px;
  }
  .py-xl-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .pr-xl-42 {
    padding-right: 42px;
  }
  .pl-xl-42 {
    padding-left: 42px;
  }
  .pt-xl-42 {
    padding-top: 42px;
  }
  .pb-xl-42 {
    padding-bottom: 42px;
  }
  .fs-xl-42 {
    font-size: 42px;
  }
}
.line-height-43 {
  line-height: 43px;
}

.gap-43 {
  gap: 43px;
}

.gap-x-43 {
  -moz-column-gap: 43px;
       column-gap: 43px;
}

.gap-y-43 {
  row-gap: 43px;
}

.rounded-43 {
  border-radius: 43px;
}

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

.mt-43 {
  margin-top: 43px;
}

.mr-43 {
  margin-right: 43px;
}

.ml-43 {
  margin-left: 43px;
}

.mx-43 {
  margin-right: 43px;
  margin-left: 43px;
}

.my-43 {
  margin-top: 43px;
  margin-bottom: 43px;
}

.p-43 {
  padding: 43px;
}

.px-43 {
  padding-right: 43px;
  padding-left: 43px;
}

.py-43 {
  padding-top: 43px;
  padding-bottom: 43px;
}

.pr-43 {
  padding-right: 43px;
}

.pl-43 {
  padding-left: 43px;
}

.pt-43 {
  padding-top: 43px;
}

.pb-43 {
  padding-bottom: 43px;
}

.fs-43 {
  font-size: 43px;
}

@media screen and (min-width: 768px) {
  .line-height-md-43 {
    line-height: 43px;
  }
  .gap-md-43 {
    gap: 43px;
  }
  .gap-x-md-43 {
    -moz-column-gap: 43px;
         column-gap: 43px;
  }
  .gap-y-md-43 {
    row-gap: 43px;
  }
  .rounded-md-43 {
    border-radius: 43px;
  }
  .mb-md-43 {
    margin-bottom: 43px;
  }
  .mt-md-43 {
    margin-top: 43px;
  }
  .mr-md-43 {
    margin-right: 43px;
  }
  .ml-md-43 {
    margin-left: 43px;
  }
  .mx-md-43 {
    margin-right: 43px;
    margin-left: 43px;
  }
  .my-md-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }
  .p-md-43 {
    padding: 43px;
  }
  .px-md-43 {
    padding-right: 43px;
    padding-left: 43px;
  }
  .py-md-43 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .pr-md-43 {
    padding-right: 43px;
  }
  .pl-md-43 {
    padding-left: 43px;
  }
  .pt-md-43 {
    padding-top: 43px;
  }
  .pb-md-43 {
    padding-bottom: 43px;
  }
  .fs-md-43 {
    font-size: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-43 {
    line-height: 43px;
  }
  .gap-xl-43 {
    gap: 43px;
  }
  .gap-x-xl-43 {
    -moz-column-gap: 43px;
         column-gap: 43px;
  }
  .gap-y-xl-43 {
    row-gap: 43px;
  }
  .rounded-xl-43 {
    border-radius: 43px;
  }
  .mb-xl-43 {
    margin-bottom: 43px;
  }
  .mt-xl-43 {
    margin-top: 43px;
  }
  .mr-xl-43 {
    margin-right: 43px;
  }
  .ml-xl-43 {
    margin-left: 43px;
  }
  .mx-xl-43 {
    margin-right: 43px;
    margin-left: 43px;
  }
  .my-xl-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }
  .p-xl-43 {
    padding: 43px;
  }
  .px-xl-43 {
    padding-right: 43px;
    padding-left: 43px;
  }
  .py-xl-43 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .pr-xl-43 {
    padding-right: 43px;
  }
  .pl-xl-43 {
    padding-left: 43px;
  }
  .pt-xl-43 {
    padding-top: 43px;
  }
  .pb-xl-43 {
    padding-bottom: 43px;
  }
  .fs-xl-43 {
    font-size: 43px;
  }
}
.line-height-44 {
  line-height: 44px;
}

.gap-44 {
  gap: 44px;
}

.gap-x-44 {
  -moz-column-gap: 44px;
       column-gap: 44px;
}

.gap-y-44 {
  row-gap: 44px;
}

.rounded-44 {
  border-radius: 44px;
}

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

.mt-44 {
  margin-top: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mx-44 {
  margin-right: 44px;
  margin-left: 44px;
}

.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.p-44 {
  padding: 44px;
}

.px-44 {
  padding-right: 44px;
  padding-left: 44px;
}

.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.pr-44 {
  padding-right: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.pt-44 {
  padding-top: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.fs-44 {
  font-size: 44px;
}

@media screen and (min-width: 768px) {
  .line-height-md-44 {
    line-height: 44px;
  }
  .gap-md-44 {
    gap: 44px;
  }
  .gap-x-md-44 {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .gap-y-md-44 {
    row-gap: 44px;
  }
  .rounded-md-44 {
    border-radius: 44px;
  }
  .mb-md-44 {
    margin-bottom: 44px;
  }
  .mt-md-44 {
    margin-top: 44px;
  }
  .mr-md-44 {
    margin-right: 44px;
  }
  .ml-md-44 {
    margin-left: 44px;
  }
  .mx-md-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .my-md-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-md-44 {
    padding: 44px;
  }
  .px-md-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .py-md-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .pr-md-44 {
    padding-right: 44px;
  }
  .pl-md-44 {
    padding-left: 44px;
  }
  .pt-md-44 {
    padding-top: 44px;
  }
  .pb-md-44 {
    padding-bottom: 44px;
  }
  .fs-md-44 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-44 {
    line-height: 44px;
  }
  .gap-xl-44 {
    gap: 44px;
  }
  .gap-x-xl-44 {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .gap-y-xl-44 {
    row-gap: 44px;
  }
  .rounded-xl-44 {
    border-radius: 44px;
  }
  .mb-xl-44 {
    margin-bottom: 44px;
  }
  .mt-xl-44 {
    margin-top: 44px;
  }
  .mr-xl-44 {
    margin-right: 44px;
  }
  .ml-xl-44 {
    margin-left: 44px;
  }
  .mx-xl-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .my-xl-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-xl-44 {
    padding: 44px;
  }
  .px-xl-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .py-xl-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .pr-xl-44 {
    padding-right: 44px;
  }
  .pl-xl-44 {
    padding-left: 44px;
  }
  .pt-xl-44 {
    padding-top: 44px;
  }
  .pb-xl-44 {
    padding-bottom: 44px;
  }
  .fs-xl-44 {
    font-size: 44px;
  }
}
.line-height-45 {
  line-height: 45px;
}

.gap-45 {
  gap: 45px;
}

.gap-x-45 {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.gap-y-45 {
  row-gap: 45px;
}

.rounded-45 {
  border-radius: 45px;
}

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

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.p-45 {
  padding: 45px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.fs-45 {
  font-size: 45px;
}

@media screen and (min-width: 768px) {
  .line-height-md-45 {
    line-height: 45px;
  }
  .gap-md-45 {
    gap: 45px;
  }
  .gap-x-md-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .gap-y-md-45 {
    row-gap: 45px;
  }
  .rounded-md-45 {
    border-radius: 45px;
  }
  .mb-md-45 {
    margin-bottom: 45px;
  }
  .mt-md-45 {
    margin-top: 45px;
  }
  .mr-md-45 {
    margin-right: 45px;
  }
  .ml-md-45 {
    margin-left: 45px;
  }
  .mx-md-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-md-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-md-45 {
    padding: 45px;
  }
  .px-md-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-md-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-md-45 {
    padding-right: 45px;
  }
  .pl-md-45 {
    padding-left: 45px;
  }
  .pt-md-45 {
    padding-top: 45px;
  }
  .pb-md-45 {
    padding-bottom: 45px;
  }
  .fs-md-45 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-45 {
    line-height: 45px;
  }
  .gap-xl-45 {
    gap: 45px;
  }
  .gap-x-xl-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .gap-y-xl-45 {
    row-gap: 45px;
  }
  .rounded-xl-45 {
    border-radius: 45px;
  }
  .mb-xl-45 {
    margin-bottom: 45px;
  }
  .mt-xl-45 {
    margin-top: 45px;
  }
  .mr-xl-45 {
    margin-right: 45px;
  }
  .ml-xl-45 {
    margin-left: 45px;
  }
  .mx-xl-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-xl-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-xl-45 {
    padding: 45px;
  }
  .px-xl-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-xl-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-xl-45 {
    padding-right: 45px;
  }
  .pl-xl-45 {
    padding-left: 45px;
  }
  .pt-xl-45 {
    padding-top: 45px;
  }
  .pb-xl-45 {
    padding-bottom: 45px;
  }
  .fs-xl-45 {
    font-size: 45px;
  }
}
.line-height-46 {
  line-height: 46px;
}

.gap-46 {
  gap: 46px;
}

.gap-x-46 {
  -moz-column-gap: 46px;
       column-gap: 46px;
}

.gap-y-46 {
  row-gap: 46px;
}

.rounded-46 {
  border-radius: 46px;
}

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

.mt-46 {
  margin-top: 46px;
}

.mr-46 {
  margin-right: 46px;
}

.ml-46 {
  margin-left: 46px;
}

.mx-46 {
  margin-right: 46px;
  margin-left: 46px;
}

.my-46 {
  margin-top: 46px;
  margin-bottom: 46px;
}

.p-46 {
  padding: 46px;
}

.px-46 {
  padding-right: 46px;
  padding-left: 46px;
}

.py-46 {
  padding-top: 46px;
  padding-bottom: 46px;
}

.pr-46 {
  padding-right: 46px;
}

.pl-46 {
  padding-left: 46px;
}

.pt-46 {
  padding-top: 46px;
}

.pb-46 {
  padding-bottom: 46px;
}

.fs-46 {
  font-size: 46px;
}

@media screen and (min-width: 768px) {
  .line-height-md-46 {
    line-height: 46px;
  }
  .gap-md-46 {
    gap: 46px;
  }
  .gap-x-md-46 {
    -moz-column-gap: 46px;
         column-gap: 46px;
  }
  .gap-y-md-46 {
    row-gap: 46px;
  }
  .rounded-md-46 {
    border-radius: 46px;
  }
  .mb-md-46 {
    margin-bottom: 46px;
  }
  .mt-md-46 {
    margin-top: 46px;
  }
  .mr-md-46 {
    margin-right: 46px;
  }
  .ml-md-46 {
    margin-left: 46px;
  }
  .mx-md-46 {
    margin-right: 46px;
    margin-left: 46px;
  }
  .my-md-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .p-md-46 {
    padding: 46px;
  }
  .px-md-46 {
    padding-right: 46px;
    padding-left: 46px;
  }
  .py-md-46 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .pr-md-46 {
    padding-right: 46px;
  }
  .pl-md-46 {
    padding-left: 46px;
  }
  .pt-md-46 {
    padding-top: 46px;
  }
  .pb-md-46 {
    padding-bottom: 46px;
  }
  .fs-md-46 {
    font-size: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-46 {
    line-height: 46px;
  }
  .gap-xl-46 {
    gap: 46px;
  }
  .gap-x-xl-46 {
    -moz-column-gap: 46px;
         column-gap: 46px;
  }
  .gap-y-xl-46 {
    row-gap: 46px;
  }
  .rounded-xl-46 {
    border-radius: 46px;
  }
  .mb-xl-46 {
    margin-bottom: 46px;
  }
  .mt-xl-46 {
    margin-top: 46px;
  }
  .mr-xl-46 {
    margin-right: 46px;
  }
  .ml-xl-46 {
    margin-left: 46px;
  }
  .mx-xl-46 {
    margin-right: 46px;
    margin-left: 46px;
  }
  .my-xl-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .p-xl-46 {
    padding: 46px;
  }
  .px-xl-46 {
    padding-right: 46px;
    padding-left: 46px;
  }
  .py-xl-46 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .pr-xl-46 {
    padding-right: 46px;
  }
  .pl-xl-46 {
    padding-left: 46px;
  }
  .pt-xl-46 {
    padding-top: 46px;
  }
  .pb-xl-46 {
    padding-bottom: 46px;
  }
  .fs-xl-46 {
    font-size: 46px;
  }
}
.line-height-47 {
  line-height: 47px;
}

.gap-47 {
  gap: 47px;
}

.gap-x-47 {
  -moz-column-gap: 47px;
       column-gap: 47px;
}

.gap-y-47 {
  row-gap: 47px;
}

.rounded-47 {
  border-radius: 47px;
}

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

.mt-47 {
  margin-top: 47px;
}

.mr-47 {
  margin-right: 47px;
}

.ml-47 {
  margin-left: 47px;
}

.mx-47 {
  margin-right: 47px;
  margin-left: 47px;
}

.my-47 {
  margin-top: 47px;
  margin-bottom: 47px;
}

.p-47 {
  padding: 47px;
}

.px-47 {
  padding-right: 47px;
  padding-left: 47px;
}

.py-47 {
  padding-top: 47px;
  padding-bottom: 47px;
}

.pr-47 {
  padding-right: 47px;
}

.pl-47 {
  padding-left: 47px;
}

.pt-47 {
  padding-top: 47px;
}

.pb-47 {
  padding-bottom: 47px;
}

.fs-47 {
  font-size: 47px;
}

@media screen and (min-width: 768px) {
  .line-height-md-47 {
    line-height: 47px;
  }
  .gap-md-47 {
    gap: 47px;
  }
  .gap-x-md-47 {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }
  .gap-y-md-47 {
    row-gap: 47px;
  }
  .rounded-md-47 {
    border-radius: 47px;
  }
  .mb-md-47 {
    margin-bottom: 47px;
  }
  .mt-md-47 {
    margin-top: 47px;
  }
  .mr-md-47 {
    margin-right: 47px;
  }
  .ml-md-47 {
    margin-left: 47px;
  }
  .mx-md-47 {
    margin-right: 47px;
    margin-left: 47px;
  }
  .my-md-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  .p-md-47 {
    padding: 47px;
  }
  .px-md-47 {
    padding-right: 47px;
    padding-left: 47px;
  }
  .py-md-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .pr-md-47 {
    padding-right: 47px;
  }
  .pl-md-47 {
    padding-left: 47px;
  }
  .pt-md-47 {
    padding-top: 47px;
  }
  .pb-md-47 {
    padding-bottom: 47px;
  }
  .fs-md-47 {
    font-size: 47px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-47 {
    line-height: 47px;
  }
  .gap-xl-47 {
    gap: 47px;
  }
  .gap-x-xl-47 {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }
  .gap-y-xl-47 {
    row-gap: 47px;
  }
  .rounded-xl-47 {
    border-radius: 47px;
  }
  .mb-xl-47 {
    margin-bottom: 47px;
  }
  .mt-xl-47 {
    margin-top: 47px;
  }
  .mr-xl-47 {
    margin-right: 47px;
  }
  .ml-xl-47 {
    margin-left: 47px;
  }
  .mx-xl-47 {
    margin-right: 47px;
    margin-left: 47px;
  }
  .my-xl-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  .p-xl-47 {
    padding: 47px;
  }
  .px-xl-47 {
    padding-right: 47px;
    padding-left: 47px;
  }
  .py-xl-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .pr-xl-47 {
    padding-right: 47px;
  }
  .pl-xl-47 {
    padding-left: 47px;
  }
  .pt-xl-47 {
    padding-top: 47px;
  }
  .pb-xl-47 {
    padding-bottom: 47px;
  }
  .fs-xl-47 {
    font-size: 47px;
  }
}
.line-height-48 {
  line-height: 48px;
}

.gap-48 {
  gap: 48px;
}

.gap-x-48 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.gap-y-48 {
  row-gap: 48px;
}

.rounded-48 {
  border-radius: 48px;
}

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

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mx-48 {
  margin-right: 48px;
  margin-left: 48px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.p-48 {
  padding: 48px;
}

.px-48 {
  padding-right: 48px;
  padding-left: 48px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.fs-48 {
  font-size: 48px;
}

@media screen and (min-width: 768px) {
  .line-height-md-48 {
    line-height: 48px;
  }
  .gap-md-48 {
    gap: 48px;
  }
  .gap-x-md-48 {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .gap-y-md-48 {
    row-gap: 48px;
  }
  .rounded-md-48 {
    border-radius: 48px;
  }
  .mb-md-48 {
    margin-bottom: 48px;
  }
  .mt-md-48 {
    margin-top: 48px;
  }
  .mr-md-48 {
    margin-right: 48px;
  }
  .ml-md-48 {
    margin-left: 48px;
  }
  .mx-md-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .my-md-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-md-48 {
    padding: 48px;
  }
  .px-md-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .py-md-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pr-md-48 {
    padding-right: 48px;
  }
  .pl-md-48 {
    padding-left: 48px;
  }
  .pt-md-48 {
    padding-top: 48px;
  }
  .pb-md-48 {
    padding-bottom: 48px;
  }
  .fs-md-48 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-48 {
    line-height: 48px;
  }
  .gap-xl-48 {
    gap: 48px;
  }
  .gap-x-xl-48 {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .gap-y-xl-48 {
    row-gap: 48px;
  }
  .rounded-xl-48 {
    border-radius: 48px;
  }
  .mb-xl-48 {
    margin-bottom: 48px;
  }
  .mt-xl-48 {
    margin-top: 48px;
  }
  .mr-xl-48 {
    margin-right: 48px;
  }
  .ml-xl-48 {
    margin-left: 48px;
  }
  .mx-xl-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .my-xl-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-xl-48 {
    padding: 48px;
  }
  .px-xl-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .py-xl-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pr-xl-48 {
    padding-right: 48px;
  }
  .pl-xl-48 {
    padding-left: 48px;
  }
  .pt-xl-48 {
    padding-top: 48px;
  }
  .pb-xl-48 {
    padding-bottom: 48px;
  }
  .fs-xl-48 {
    font-size: 48px;
  }
}
.line-height-49 {
  line-height: 49px;
}

.gap-49 {
  gap: 49px;
}

.gap-x-49 {
  -moz-column-gap: 49px;
       column-gap: 49px;
}

.gap-y-49 {
  row-gap: 49px;
}

.rounded-49 {
  border-radius: 49px;
}

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

.mt-49 {
  margin-top: 49px;
}

.mr-49 {
  margin-right: 49px;
}

.ml-49 {
  margin-left: 49px;
}

.mx-49 {
  margin-right: 49px;
  margin-left: 49px;
}

.my-49 {
  margin-top: 49px;
  margin-bottom: 49px;
}

.p-49 {
  padding: 49px;
}

.px-49 {
  padding-right: 49px;
  padding-left: 49px;
}

.py-49 {
  padding-top: 49px;
  padding-bottom: 49px;
}

.pr-49 {
  padding-right: 49px;
}

.pl-49 {
  padding-left: 49px;
}

.pt-49 {
  padding-top: 49px;
}

.pb-49 {
  padding-bottom: 49px;
}

.fs-49 {
  font-size: 49px;
}

@media screen and (min-width: 768px) {
  .line-height-md-49 {
    line-height: 49px;
  }
  .gap-md-49 {
    gap: 49px;
  }
  .gap-x-md-49 {
    -moz-column-gap: 49px;
         column-gap: 49px;
  }
  .gap-y-md-49 {
    row-gap: 49px;
  }
  .rounded-md-49 {
    border-radius: 49px;
  }
  .mb-md-49 {
    margin-bottom: 49px;
  }
  .mt-md-49 {
    margin-top: 49px;
  }
  .mr-md-49 {
    margin-right: 49px;
  }
  .ml-md-49 {
    margin-left: 49px;
  }
  .mx-md-49 {
    margin-right: 49px;
    margin-left: 49px;
  }
  .my-md-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }
  .p-md-49 {
    padding: 49px;
  }
  .px-md-49 {
    padding-right: 49px;
    padding-left: 49px;
  }
  .py-md-49 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .pr-md-49 {
    padding-right: 49px;
  }
  .pl-md-49 {
    padding-left: 49px;
  }
  .pt-md-49 {
    padding-top: 49px;
  }
  .pb-md-49 {
    padding-bottom: 49px;
  }
  .fs-md-49 {
    font-size: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-49 {
    line-height: 49px;
  }
  .gap-xl-49 {
    gap: 49px;
  }
  .gap-x-xl-49 {
    -moz-column-gap: 49px;
         column-gap: 49px;
  }
  .gap-y-xl-49 {
    row-gap: 49px;
  }
  .rounded-xl-49 {
    border-radius: 49px;
  }
  .mb-xl-49 {
    margin-bottom: 49px;
  }
  .mt-xl-49 {
    margin-top: 49px;
  }
  .mr-xl-49 {
    margin-right: 49px;
  }
  .ml-xl-49 {
    margin-left: 49px;
  }
  .mx-xl-49 {
    margin-right: 49px;
    margin-left: 49px;
  }
  .my-xl-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }
  .p-xl-49 {
    padding: 49px;
  }
  .px-xl-49 {
    padding-right: 49px;
    padding-left: 49px;
  }
  .py-xl-49 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .pr-xl-49 {
    padding-right: 49px;
  }
  .pl-xl-49 {
    padding-left: 49px;
  }
  .pt-xl-49 {
    padding-top: 49px;
  }
  .pb-xl-49 {
    padding-bottom: 49px;
  }
  .fs-xl-49 {
    font-size: 49px;
  }
}
.line-height-50 {
  line-height: 50px;
}

.gap-50 {
  gap: 50px;
}

.gap-x-50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.gap-y-50 {
  row-gap: 50px;
}

.rounded-50 {
  border-radius: 50px;
}

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

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-50 {
  padding: 50px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.fs-50 {
  font-size: 50px;
}

@media screen and (min-width: 768px) {
  .line-height-md-50 {
    line-height: 50px;
  }
  .gap-md-50 {
    gap: 50px;
  }
  .gap-x-md-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .gap-y-md-50 {
    row-gap: 50px;
  }
  .rounded-md-50 {
    border-radius: 50px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .mx-md-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-md-50 {
    padding: 50px;
  }
  .px-md-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .fs-md-50 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-50 {
    line-height: 50px;
  }
  .gap-xl-50 {
    gap: 50px;
  }
  .gap-x-xl-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .gap-y-xl-50 {
    row-gap: 50px;
  }
  .rounded-xl-50 {
    border-radius: 50px;
  }
  .mb-xl-50 {
    margin-bottom: 50px;
  }
  .mt-xl-50 {
    margin-top: 50px;
  }
  .mr-xl-50 {
    margin-right: 50px;
  }
  .ml-xl-50 {
    margin-left: 50px;
  }
  .mx-xl-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-xl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-xl-50 {
    padding: 50px;
  }
  .px-xl-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-xl-50 {
    padding-right: 50px;
  }
  .pl-xl-50 {
    padding-left: 50px;
  }
  .pt-xl-50 {
    padding-top: 50px;
  }
  .pb-xl-50 {
    padding-bottom: 50px;
  }
  .fs-xl-50 {
    font-size: 50px;
  }
}
.line-height-51 {
  line-height: 51px;
}

.gap-51 {
  gap: 51px;
}

.gap-x-51 {
  -moz-column-gap: 51px;
       column-gap: 51px;
}

.gap-y-51 {
  row-gap: 51px;
}

.rounded-51 {
  border-radius: 51px;
}

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

.mt-51 {
  margin-top: 51px;
}

.mr-51 {
  margin-right: 51px;
}

.ml-51 {
  margin-left: 51px;
}

.mx-51 {
  margin-right: 51px;
  margin-left: 51px;
}

.my-51 {
  margin-top: 51px;
  margin-bottom: 51px;
}

.p-51 {
  padding: 51px;
}

.px-51 {
  padding-right: 51px;
  padding-left: 51px;
}

.py-51 {
  padding-top: 51px;
  padding-bottom: 51px;
}

.pr-51 {
  padding-right: 51px;
}

.pl-51 {
  padding-left: 51px;
}

.pt-51 {
  padding-top: 51px;
}

.pb-51 {
  padding-bottom: 51px;
}

.fs-51 {
  font-size: 51px;
}

@media screen and (min-width: 768px) {
  .line-height-md-51 {
    line-height: 51px;
  }
  .gap-md-51 {
    gap: 51px;
  }
  .gap-x-md-51 {
    -moz-column-gap: 51px;
         column-gap: 51px;
  }
  .gap-y-md-51 {
    row-gap: 51px;
  }
  .rounded-md-51 {
    border-radius: 51px;
  }
  .mb-md-51 {
    margin-bottom: 51px;
  }
  .mt-md-51 {
    margin-top: 51px;
  }
  .mr-md-51 {
    margin-right: 51px;
  }
  .ml-md-51 {
    margin-left: 51px;
  }
  .mx-md-51 {
    margin-right: 51px;
    margin-left: 51px;
  }
  .my-md-51 {
    margin-top: 51px;
    margin-bottom: 51px;
  }
  .p-md-51 {
    padding: 51px;
  }
  .px-md-51 {
    padding-right: 51px;
    padding-left: 51px;
  }
  .py-md-51 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .pr-md-51 {
    padding-right: 51px;
  }
  .pl-md-51 {
    padding-left: 51px;
  }
  .pt-md-51 {
    padding-top: 51px;
  }
  .pb-md-51 {
    padding-bottom: 51px;
  }
  .fs-md-51 {
    font-size: 51px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-51 {
    line-height: 51px;
  }
  .gap-xl-51 {
    gap: 51px;
  }
  .gap-x-xl-51 {
    -moz-column-gap: 51px;
         column-gap: 51px;
  }
  .gap-y-xl-51 {
    row-gap: 51px;
  }
  .rounded-xl-51 {
    border-radius: 51px;
  }
  .mb-xl-51 {
    margin-bottom: 51px;
  }
  .mt-xl-51 {
    margin-top: 51px;
  }
  .mr-xl-51 {
    margin-right: 51px;
  }
  .ml-xl-51 {
    margin-left: 51px;
  }
  .mx-xl-51 {
    margin-right: 51px;
    margin-left: 51px;
  }
  .my-xl-51 {
    margin-top: 51px;
    margin-bottom: 51px;
  }
  .p-xl-51 {
    padding: 51px;
  }
  .px-xl-51 {
    padding-right: 51px;
    padding-left: 51px;
  }
  .py-xl-51 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .pr-xl-51 {
    padding-right: 51px;
  }
  .pl-xl-51 {
    padding-left: 51px;
  }
  .pt-xl-51 {
    padding-top: 51px;
  }
  .pb-xl-51 {
    padding-bottom: 51px;
  }
  .fs-xl-51 {
    font-size: 51px;
  }
}
.line-height-52 {
  line-height: 52px;
}

.gap-52 {
  gap: 52px;
}

.gap-x-52 {
  -moz-column-gap: 52px;
       column-gap: 52px;
}

.gap-y-52 {
  row-gap: 52px;
}

.rounded-52 {
  border-radius: 52px;
}

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

.mt-52 {
  margin-top: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.ml-52 {
  margin-left: 52px;
}

.mx-52 {
  margin-right: 52px;
  margin-left: 52px;
}

.my-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.p-52 {
  padding: 52px;
}

.px-52 {
  padding-right: 52px;
  padding-left: 52px;
}

.py-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.pr-52 {
  padding-right: 52px;
}

.pl-52 {
  padding-left: 52px;
}

.pt-52 {
  padding-top: 52px;
}

.pb-52 {
  padding-bottom: 52px;
}

.fs-52 {
  font-size: 52px;
}

@media screen and (min-width: 768px) {
  .line-height-md-52 {
    line-height: 52px;
  }
  .gap-md-52 {
    gap: 52px;
  }
  .gap-x-md-52 {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
  .gap-y-md-52 {
    row-gap: 52px;
  }
  .rounded-md-52 {
    border-radius: 52px;
  }
  .mb-md-52 {
    margin-bottom: 52px;
  }
  .mt-md-52 {
    margin-top: 52px;
  }
  .mr-md-52 {
    margin-right: 52px;
  }
  .ml-md-52 {
    margin-left: 52px;
  }
  .mx-md-52 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .my-md-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-md-52 {
    padding: 52px;
  }
  .px-md-52 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .py-md-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .pr-md-52 {
    padding-right: 52px;
  }
  .pl-md-52 {
    padding-left: 52px;
  }
  .pt-md-52 {
    padding-top: 52px;
  }
  .pb-md-52 {
    padding-bottom: 52px;
  }
  .fs-md-52 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-52 {
    line-height: 52px;
  }
  .gap-xl-52 {
    gap: 52px;
  }
  .gap-x-xl-52 {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
  .gap-y-xl-52 {
    row-gap: 52px;
  }
  .rounded-xl-52 {
    border-radius: 52px;
  }
  .mb-xl-52 {
    margin-bottom: 52px;
  }
  .mt-xl-52 {
    margin-top: 52px;
  }
  .mr-xl-52 {
    margin-right: 52px;
  }
  .ml-xl-52 {
    margin-left: 52px;
  }
  .mx-xl-52 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .my-xl-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-xl-52 {
    padding: 52px;
  }
  .px-xl-52 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .py-xl-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .pr-xl-52 {
    padding-right: 52px;
  }
  .pl-xl-52 {
    padding-left: 52px;
  }
  .pt-xl-52 {
    padding-top: 52px;
  }
  .pb-xl-52 {
    padding-bottom: 52px;
  }
  .fs-xl-52 {
    font-size: 52px;
  }
}
.line-height-53 {
  line-height: 53px;
}

.gap-53 {
  gap: 53px;
}

.gap-x-53 {
  -moz-column-gap: 53px;
       column-gap: 53px;
}

.gap-y-53 {
  row-gap: 53px;
}

.rounded-53 {
  border-radius: 53px;
}

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

.mt-53 {
  margin-top: 53px;
}

.mr-53 {
  margin-right: 53px;
}

.ml-53 {
  margin-left: 53px;
}

.mx-53 {
  margin-right: 53px;
  margin-left: 53px;
}

.my-53 {
  margin-top: 53px;
  margin-bottom: 53px;
}

.p-53 {
  padding: 53px;
}

.px-53 {
  padding-right: 53px;
  padding-left: 53px;
}

.py-53 {
  padding-top: 53px;
  padding-bottom: 53px;
}

.pr-53 {
  padding-right: 53px;
}

.pl-53 {
  padding-left: 53px;
}

.pt-53 {
  padding-top: 53px;
}

.pb-53 {
  padding-bottom: 53px;
}

.fs-53 {
  font-size: 53px;
}

@media screen and (min-width: 768px) {
  .line-height-md-53 {
    line-height: 53px;
  }
  .gap-md-53 {
    gap: 53px;
  }
  .gap-x-md-53 {
    -moz-column-gap: 53px;
         column-gap: 53px;
  }
  .gap-y-md-53 {
    row-gap: 53px;
  }
  .rounded-md-53 {
    border-radius: 53px;
  }
  .mb-md-53 {
    margin-bottom: 53px;
  }
  .mt-md-53 {
    margin-top: 53px;
  }
  .mr-md-53 {
    margin-right: 53px;
  }
  .ml-md-53 {
    margin-left: 53px;
  }
  .mx-md-53 {
    margin-right: 53px;
    margin-left: 53px;
  }
  .my-md-53 {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .p-md-53 {
    padding: 53px;
  }
  .px-md-53 {
    padding-right: 53px;
    padding-left: 53px;
  }
  .py-md-53 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .pr-md-53 {
    padding-right: 53px;
  }
  .pl-md-53 {
    padding-left: 53px;
  }
  .pt-md-53 {
    padding-top: 53px;
  }
  .pb-md-53 {
    padding-bottom: 53px;
  }
  .fs-md-53 {
    font-size: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-53 {
    line-height: 53px;
  }
  .gap-xl-53 {
    gap: 53px;
  }
  .gap-x-xl-53 {
    -moz-column-gap: 53px;
         column-gap: 53px;
  }
  .gap-y-xl-53 {
    row-gap: 53px;
  }
  .rounded-xl-53 {
    border-radius: 53px;
  }
  .mb-xl-53 {
    margin-bottom: 53px;
  }
  .mt-xl-53 {
    margin-top: 53px;
  }
  .mr-xl-53 {
    margin-right: 53px;
  }
  .ml-xl-53 {
    margin-left: 53px;
  }
  .mx-xl-53 {
    margin-right: 53px;
    margin-left: 53px;
  }
  .my-xl-53 {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .p-xl-53 {
    padding: 53px;
  }
  .px-xl-53 {
    padding-right: 53px;
    padding-left: 53px;
  }
  .py-xl-53 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .pr-xl-53 {
    padding-right: 53px;
  }
  .pl-xl-53 {
    padding-left: 53px;
  }
  .pt-xl-53 {
    padding-top: 53px;
  }
  .pb-xl-53 {
    padding-bottom: 53px;
  }
  .fs-xl-53 {
    font-size: 53px;
  }
}
.line-height-54 {
  line-height: 54px;
}

.gap-54 {
  gap: 54px;
}

.gap-x-54 {
  -moz-column-gap: 54px;
       column-gap: 54px;
}

.gap-y-54 {
  row-gap: 54px;
}

.rounded-54 {
  border-radius: 54px;
}

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

.mt-54 {
  margin-top: 54px;
}

.mr-54 {
  margin-right: 54px;
}

.ml-54 {
  margin-left: 54px;
}

.mx-54 {
  margin-right: 54px;
  margin-left: 54px;
}

.my-54 {
  margin-top: 54px;
  margin-bottom: 54px;
}

.p-54 {
  padding: 54px;
}

.px-54 {
  padding-right: 54px;
  padding-left: 54px;
}

.py-54 {
  padding-top: 54px;
  padding-bottom: 54px;
}

.pr-54 {
  padding-right: 54px;
}

.pl-54 {
  padding-left: 54px;
}

.pt-54 {
  padding-top: 54px;
}

.pb-54 {
  padding-bottom: 54px;
}

.fs-54 {
  font-size: 54px;
}

@media screen and (min-width: 768px) {
  .line-height-md-54 {
    line-height: 54px;
  }
  .gap-md-54 {
    gap: 54px;
  }
  .gap-x-md-54 {
    -moz-column-gap: 54px;
         column-gap: 54px;
  }
  .gap-y-md-54 {
    row-gap: 54px;
  }
  .rounded-md-54 {
    border-radius: 54px;
  }
  .mb-md-54 {
    margin-bottom: 54px;
  }
  .mt-md-54 {
    margin-top: 54px;
  }
  .mr-md-54 {
    margin-right: 54px;
  }
  .ml-md-54 {
    margin-left: 54px;
  }
  .mx-md-54 {
    margin-right: 54px;
    margin-left: 54px;
  }
  .my-md-54 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .p-md-54 {
    padding: 54px;
  }
  .px-md-54 {
    padding-right: 54px;
    padding-left: 54px;
  }
  .py-md-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pr-md-54 {
    padding-right: 54px;
  }
  .pl-md-54 {
    padding-left: 54px;
  }
  .pt-md-54 {
    padding-top: 54px;
  }
  .pb-md-54 {
    padding-bottom: 54px;
  }
  .fs-md-54 {
    font-size: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-54 {
    line-height: 54px;
  }
  .gap-xl-54 {
    gap: 54px;
  }
  .gap-x-xl-54 {
    -moz-column-gap: 54px;
         column-gap: 54px;
  }
  .gap-y-xl-54 {
    row-gap: 54px;
  }
  .rounded-xl-54 {
    border-radius: 54px;
  }
  .mb-xl-54 {
    margin-bottom: 54px;
  }
  .mt-xl-54 {
    margin-top: 54px;
  }
  .mr-xl-54 {
    margin-right: 54px;
  }
  .ml-xl-54 {
    margin-left: 54px;
  }
  .mx-xl-54 {
    margin-right: 54px;
    margin-left: 54px;
  }
  .my-xl-54 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .p-xl-54 {
    padding: 54px;
  }
  .px-xl-54 {
    padding-right: 54px;
    padding-left: 54px;
  }
  .py-xl-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pr-xl-54 {
    padding-right: 54px;
  }
  .pl-xl-54 {
    padding-left: 54px;
  }
  .pt-xl-54 {
    padding-top: 54px;
  }
  .pb-xl-54 {
    padding-bottom: 54px;
  }
  .fs-xl-54 {
    font-size: 54px;
  }
}
.line-height-55 {
  line-height: 55px;
}

.gap-55 {
  gap: 55px;
}

.gap-x-55 {
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.gap-y-55 {
  row-gap: 55px;
}

.rounded-55 {
  border-radius: 55px;
}

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

.mt-55 {
  margin-top: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mx-55 {
  margin-right: 55px;
  margin-left: 55px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.p-55 {
  padding: 55px;
}

.px-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.fs-55 {
  font-size: 55px;
}

@media screen and (min-width: 768px) {
  .line-height-md-55 {
    line-height: 55px;
  }
  .gap-md-55 {
    gap: 55px;
  }
  .gap-x-md-55 {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .gap-y-md-55 {
    row-gap: 55px;
  }
  .rounded-md-55 {
    border-radius: 55px;
  }
  .mb-md-55 {
    margin-bottom: 55px;
  }
  .mt-md-55 {
    margin-top: 55px;
  }
  .mr-md-55 {
    margin-right: 55px;
  }
  .ml-md-55 {
    margin-left: 55px;
  }
  .mx-md-55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .my-md-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .p-md-55 {
    padding: 55px;
  }
  .px-md-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .py-md-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pr-md-55 {
    padding-right: 55px;
  }
  .pl-md-55 {
    padding-left: 55px;
  }
  .pt-md-55 {
    padding-top: 55px;
  }
  .pb-md-55 {
    padding-bottom: 55px;
  }
  .fs-md-55 {
    font-size: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-55 {
    line-height: 55px;
  }
  .gap-xl-55 {
    gap: 55px;
  }
  .gap-x-xl-55 {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .gap-y-xl-55 {
    row-gap: 55px;
  }
  .rounded-xl-55 {
    border-radius: 55px;
  }
  .mb-xl-55 {
    margin-bottom: 55px;
  }
  .mt-xl-55 {
    margin-top: 55px;
  }
  .mr-xl-55 {
    margin-right: 55px;
  }
  .ml-xl-55 {
    margin-left: 55px;
  }
  .mx-xl-55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .my-xl-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .p-xl-55 {
    padding: 55px;
  }
  .px-xl-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .py-xl-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pr-xl-55 {
    padding-right: 55px;
  }
  .pl-xl-55 {
    padding-left: 55px;
  }
  .pt-xl-55 {
    padding-top: 55px;
  }
  .pb-xl-55 {
    padding-bottom: 55px;
  }
  .fs-xl-55 {
    font-size: 55px;
  }
}
.line-height-56 {
  line-height: 56px;
}

.gap-56 {
  gap: 56px;
}

.gap-x-56 {
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.gap-y-56 {
  row-gap: 56px;
}

.rounded-56 {
  border-radius: 56px;
}

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

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mx-56 {
  margin-right: 56px;
  margin-left: 56px;
}

.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.p-56 {
  padding: 56px;
}

.px-56 {
  padding-right: 56px;
  padding-left: 56px;
}

.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.fs-56 {
  font-size: 56px;
}

@media screen and (min-width: 768px) {
  .line-height-md-56 {
    line-height: 56px;
  }
  .gap-md-56 {
    gap: 56px;
  }
  .gap-x-md-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
  .gap-y-md-56 {
    row-gap: 56px;
  }
  .rounded-md-56 {
    border-radius: 56px;
  }
  .mb-md-56 {
    margin-bottom: 56px;
  }
  .mt-md-56 {
    margin-top: 56px;
  }
  .mr-md-56 {
    margin-right: 56px;
  }
  .ml-md-56 {
    margin-left: 56px;
  }
  .mx-md-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .my-md-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-md-56 {
    padding: 56px;
  }
  .px-md-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .py-md-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pr-md-56 {
    padding-right: 56px;
  }
  .pl-md-56 {
    padding-left: 56px;
  }
  .pt-md-56 {
    padding-top: 56px;
  }
  .pb-md-56 {
    padding-bottom: 56px;
  }
  .fs-md-56 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-56 {
    line-height: 56px;
  }
  .gap-xl-56 {
    gap: 56px;
  }
  .gap-x-xl-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
  .gap-y-xl-56 {
    row-gap: 56px;
  }
  .rounded-xl-56 {
    border-radius: 56px;
  }
  .mb-xl-56 {
    margin-bottom: 56px;
  }
  .mt-xl-56 {
    margin-top: 56px;
  }
  .mr-xl-56 {
    margin-right: 56px;
  }
  .ml-xl-56 {
    margin-left: 56px;
  }
  .mx-xl-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .my-xl-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-xl-56 {
    padding: 56px;
  }
  .px-xl-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .py-xl-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pr-xl-56 {
    padding-right: 56px;
  }
  .pl-xl-56 {
    padding-left: 56px;
  }
  .pt-xl-56 {
    padding-top: 56px;
  }
  .pb-xl-56 {
    padding-bottom: 56px;
  }
  .fs-xl-56 {
    font-size: 56px;
  }
}
.line-height-57 {
  line-height: 57px;
}

.gap-57 {
  gap: 57px;
}

.gap-x-57 {
  -moz-column-gap: 57px;
       column-gap: 57px;
}

.gap-y-57 {
  row-gap: 57px;
}

.rounded-57 {
  border-radius: 57px;
}

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

.mt-57 {
  margin-top: 57px;
}

.mr-57 {
  margin-right: 57px;
}

.ml-57 {
  margin-left: 57px;
}

.mx-57 {
  margin-right: 57px;
  margin-left: 57px;
}

.my-57 {
  margin-top: 57px;
  margin-bottom: 57px;
}

.p-57 {
  padding: 57px;
}

.px-57 {
  padding-right: 57px;
  padding-left: 57px;
}

.py-57 {
  padding-top: 57px;
  padding-bottom: 57px;
}

.pr-57 {
  padding-right: 57px;
}

.pl-57 {
  padding-left: 57px;
}

.pt-57 {
  padding-top: 57px;
}

.pb-57 {
  padding-bottom: 57px;
}

.fs-57 {
  font-size: 57px;
}

@media screen and (min-width: 768px) {
  .line-height-md-57 {
    line-height: 57px;
  }
  .gap-md-57 {
    gap: 57px;
  }
  .gap-x-md-57 {
    -moz-column-gap: 57px;
         column-gap: 57px;
  }
  .gap-y-md-57 {
    row-gap: 57px;
  }
  .rounded-md-57 {
    border-radius: 57px;
  }
  .mb-md-57 {
    margin-bottom: 57px;
  }
  .mt-md-57 {
    margin-top: 57px;
  }
  .mr-md-57 {
    margin-right: 57px;
  }
  .ml-md-57 {
    margin-left: 57px;
  }
  .mx-md-57 {
    margin-right: 57px;
    margin-left: 57px;
  }
  .my-md-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }
  .p-md-57 {
    padding: 57px;
  }
  .px-md-57 {
    padding-right: 57px;
    padding-left: 57px;
  }
  .py-md-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .pr-md-57 {
    padding-right: 57px;
  }
  .pl-md-57 {
    padding-left: 57px;
  }
  .pt-md-57 {
    padding-top: 57px;
  }
  .pb-md-57 {
    padding-bottom: 57px;
  }
  .fs-md-57 {
    font-size: 57px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-57 {
    line-height: 57px;
  }
  .gap-xl-57 {
    gap: 57px;
  }
  .gap-x-xl-57 {
    -moz-column-gap: 57px;
         column-gap: 57px;
  }
  .gap-y-xl-57 {
    row-gap: 57px;
  }
  .rounded-xl-57 {
    border-radius: 57px;
  }
  .mb-xl-57 {
    margin-bottom: 57px;
  }
  .mt-xl-57 {
    margin-top: 57px;
  }
  .mr-xl-57 {
    margin-right: 57px;
  }
  .ml-xl-57 {
    margin-left: 57px;
  }
  .mx-xl-57 {
    margin-right: 57px;
    margin-left: 57px;
  }
  .my-xl-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }
  .p-xl-57 {
    padding: 57px;
  }
  .px-xl-57 {
    padding-right: 57px;
    padding-left: 57px;
  }
  .py-xl-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .pr-xl-57 {
    padding-right: 57px;
  }
  .pl-xl-57 {
    padding-left: 57px;
  }
  .pt-xl-57 {
    padding-top: 57px;
  }
  .pb-xl-57 {
    padding-bottom: 57px;
  }
  .fs-xl-57 {
    font-size: 57px;
  }
}
.line-height-58 {
  line-height: 58px;
}

.gap-58 {
  gap: 58px;
}

.gap-x-58 {
  -moz-column-gap: 58px;
       column-gap: 58px;
}

.gap-y-58 {
  row-gap: 58px;
}

.rounded-58 {
  border-radius: 58px;
}

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

.mt-58 {
  margin-top: 58px;
}

.mr-58 {
  margin-right: 58px;
}

.ml-58 {
  margin-left: 58px;
}

.mx-58 {
  margin-right: 58px;
  margin-left: 58px;
}

.my-58 {
  margin-top: 58px;
  margin-bottom: 58px;
}

.p-58 {
  padding: 58px;
}

.px-58 {
  padding-right: 58px;
  padding-left: 58px;
}

.py-58 {
  padding-top: 58px;
  padding-bottom: 58px;
}

.pr-58 {
  padding-right: 58px;
}

.pl-58 {
  padding-left: 58px;
}

.pt-58 {
  padding-top: 58px;
}

.pb-58 {
  padding-bottom: 58px;
}

.fs-58 {
  font-size: 58px;
}

@media screen and (min-width: 768px) {
  .line-height-md-58 {
    line-height: 58px;
  }
  .gap-md-58 {
    gap: 58px;
  }
  .gap-x-md-58 {
    -moz-column-gap: 58px;
         column-gap: 58px;
  }
  .gap-y-md-58 {
    row-gap: 58px;
  }
  .rounded-md-58 {
    border-radius: 58px;
  }
  .mb-md-58 {
    margin-bottom: 58px;
  }
  .mt-md-58 {
    margin-top: 58px;
  }
  .mr-md-58 {
    margin-right: 58px;
  }
  .ml-md-58 {
    margin-left: 58px;
  }
  .mx-md-58 {
    margin-right: 58px;
    margin-left: 58px;
  }
  .my-md-58 {
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .p-md-58 {
    padding: 58px;
  }
  .px-md-58 {
    padding-right: 58px;
    padding-left: 58px;
  }
  .py-md-58 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .pr-md-58 {
    padding-right: 58px;
  }
  .pl-md-58 {
    padding-left: 58px;
  }
  .pt-md-58 {
    padding-top: 58px;
  }
  .pb-md-58 {
    padding-bottom: 58px;
  }
  .fs-md-58 {
    font-size: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-58 {
    line-height: 58px;
  }
  .gap-xl-58 {
    gap: 58px;
  }
  .gap-x-xl-58 {
    -moz-column-gap: 58px;
         column-gap: 58px;
  }
  .gap-y-xl-58 {
    row-gap: 58px;
  }
  .rounded-xl-58 {
    border-radius: 58px;
  }
  .mb-xl-58 {
    margin-bottom: 58px;
  }
  .mt-xl-58 {
    margin-top: 58px;
  }
  .mr-xl-58 {
    margin-right: 58px;
  }
  .ml-xl-58 {
    margin-left: 58px;
  }
  .mx-xl-58 {
    margin-right: 58px;
    margin-left: 58px;
  }
  .my-xl-58 {
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .p-xl-58 {
    padding: 58px;
  }
  .px-xl-58 {
    padding-right: 58px;
    padding-left: 58px;
  }
  .py-xl-58 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .pr-xl-58 {
    padding-right: 58px;
  }
  .pl-xl-58 {
    padding-left: 58px;
  }
  .pt-xl-58 {
    padding-top: 58px;
  }
  .pb-xl-58 {
    padding-bottom: 58px;
  }
  .fs-xl-58 {
    font-size: 58px;
  }
}
.line-height-59 {
  line-height: 59px;
}

.gap-59 {
  gap: 59px;
}

.gap-x-59 {
  -moz-column-gap: 59px;
       column-gap: 59px;
}

.gap-y-59 {
  row-gap: 59px;
}

.rounded-59 {
  border-radius: 59px;
}

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

.mt-59 {
  margin-top: 59px;
}

.mr-59 {
  margin-right: 59px;
}

.ml-59 {
  margin-left: 59px;
}

.mx-59 {
  margin-right: 59px;
  margin-left: 59px;
}

.my-59 {
  margin-top: 59px;
  margin-bottom: 59px;
}

.p-59 {
  padding: 59px;
}

.px-59 {
  padding-right: 59px;
  padding-left: 59px;
}

.py-59 {
  padding-top: 59px;
  padding-bottom: 59px;
}

.pr-59 {
  padding-right: 59px;
}

.pl-59 {
  padding-left: 59px;
}

.pt-59 {
  padding-top: 59px;
}

.pb-59 {
  padding-bottom: 59px;
}

.fs-59 {
  font-size: 59px;
}

@media screen and (min-width: 768px) {
  .line-height-md-59 {
    line-height: 59px;
  }
  .gap-md-59 {
    gap: 59px;
  }
  .gap-x-md-59 {
    -moz-column-gap: 59px;
         column-gap: 59px;
  }
  .gap-y-md-59 {
    row-gap: 59px;
  }
  .rounded-md-59 {
    border-radius: 59px;
  }
  .mb-md-59 {
    margin-bottom: 59px;
  }
  .mt-md-59 {
    margin-top: 59px;
  }
  .mr-md-59 {
    margin-right: 59px;
  }
  .ml-md-59 {
    margin-left: 59px;
  }
  .mx-md-59 {
    margin-right: 59px;
    margin-left: 59px;
  }
  .my-md-59 {
    margin-top: 59px;
    margin-bottom: 59px;
  }
  .p-md-59 {
    padding: 59px;
  }
  .px-md-59 {
    padding-right: 59px;
    padding-left: 59px;
  }
  .py-md-59 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .pr-md-59 {
    padding-right: 59px;
  }
  .pl-md-59 {
    padding-left: 59px;
  }
  .pt-md-59 {
    padding-top: 59px;
  }
  .pb-md-59 {
    padding-bottom: 59px;
  }
  .fs-md-59 {
    font-size: 59px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-59 {
    line-height: 59px;
  }
  .gap-xl-59 {
    gap: 59px;
  }
  .gap-x-xl-59 {
    -moz-column-gap: 59px;
         column-gap: 59px;
  }
  .gap-y-xl-59 {
    row-gap: 59px;
  }
  .rounded-xl-59 {
    border-radius: 59px;
  }
  .mb-xl-59 {
    margin-bottom: 59px;
  }
  .mt-xl-59 {
    margin-top: 59px;
  }
  .mr-xl-59 {
    margin-right: 59px;
  }
  .ml-xl-59 {
    margin-left: 59px;
  }
  .mx-xl-59 {
    margin-right: 59px;
    margin-left: 59px;
  }
  .my-xl-59 {
    margin-top: 59px;
    margin-bottom: 59px;
  }
  .p-xl-59 {
    padding: 59px;
  }
  .px-xl-59 {
    padding-right: 59px;
    padding-left: 59px;
  }
  .py-xl-59 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .pr-xl-59 {
    padding-right: 59px;
  }
  .pl-xl-59 {
    padding-left: 59px;
  }
  .pt-xl-59 {
    padding-top: 59px;
  }
  .pb-xl-59 {
    padding-bottom: 59px;
  }
  .fs-xl-59 {
    font-size: 59px;
  }
}
.line-height-60 {
  line-height: 60px;
}

.gap-60 {
  gap: 60px;
}

.gap-x-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.gap-y-60 {
  row-gap: 60px;
}

.rounded-60 {
  border-radius: 60px;
}

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

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-60 {
  padding: 60px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.fs-60 {
  font-size: 60px;
}

@media screen and (min-width: 768px) {
  .line-height-md-60 {
    line-height: 60px;
  }
  .gap-md-60 {
    gap: 60px;
  }
  .gap-x-md-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .gap-y-md-60 {
    row-gap: 60px;
  }
  .rounded-md-60 {
    border-radius: 60px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mr-md-60 {
    margin-right: 60px;
  }
  .ml-md-60 {
    margin-left: 60px;
  }
  .mx-md-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-md-60 {
    padding: 60px;
  }
  .px-md-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-md-60 {
    padding-right: 60px;
  }
  .pl-md-60 {
    padding-left: 60px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .fs-md-60 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-60 {
    line-height: 60px;
  }
  .gap-xl-60 {
    gap: 60px;
  }
  .gap-x-xl-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .gap-y-xl-60 {
    row-gap: 60px;
  }
  .rounded-xl-60 {
    border-radius: 60px;
  }
  .mb-xl-60 {
    margin-bottom: 60px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mr-xl-60 {
    margin-right: 60px;
  }
  .ml-xl-60 {
    margin-left: 60px;
  }
  .mx-xl-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-xl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-xl-60 {
    padding: 60px;
  }
  .px-xl-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-xl-60 {
    padding-right: 60px;
  }
  .pl-xl-60 {
    padding-left: 60px;
  }
  .pt-xl-60 {
    padding-top: 60px;
  }
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .fs-xl-60 {
    font-size: 60px;
  }
}
.line-height-61 {
  line-height: 61px;
}

.gap-61 {
  gap: 61px;
}

.gap-x-61 {
  -moz-column-gap: 61px;
       column-gap: 61px;
}

.gap-y-61 {
  row-gap: 61px;
}

.rounded-61 {
  border-radius: 61px;
}

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

.mt-61 {
  margin-top: 61px;
}

.mr-61 {
  margin-right: 61px;
}

.ml-61 {
  margin-left: 61px;
}

.mx-61 {
  margin-right: 61px;
  margin-left: 61px;
}

.my-61 {
  margin-top: 61px;
  margin-bottom: 61px;
}

.p-61 {
  padding: 61px;
}

.px-61 {
  padding-right: 61px;
  padding-left: 61px;
}

.py-61 {
  padding-top: 61px;
  padding-bottom: 61px;
}

.pr-61 {
  padding-right: 61px;
}

.pl-61 {
  padding-left: 61px;
}

.pt-61 {
  padding-top: 61px;
}

.pb-61 {
  padding-bottom: 61px;
}

.fs-61 {
  font-size: 61px;
}

@media screen and (min-width: 768px) {
  .line-height-md-61 {
    line-height: 61px;
  }
  .gap-md-61 {
    gap: 61px;
  }
  .gap-x-md-61 {
    -moz-column-gap: 61px;
         column-gap: 61px;
  }
  .gap-y-md-61 {
    row-gap: 61px;
  }
  .rounded-md-61 {
    border-radius: 61px;
  }
  .mb-md-61 {
    margin-bottom: 61px;
  }
  .mt-md-61 {
    margin-top: 61px;
  }
  .mr-md-61 {
    margin-right: 61px;
  }
  .ml-md-61 {
    margin-left: 61px;
  }
  .mx-md-61 {
    margin-right: 61px;
    margin-left: 61px;
  }
  .my-md-61 {
    margin-top: 61px;
    margin-bottom: 61px;
  }
  .p-md-61 {
    padding: 61px;
  }
  .px-md-61 {
    padding-right: 61px;
    padding-left: 61px;
  }
  .py-md-61 {
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .pr-md-61 {
    padding-right: 61px;
  }
  .pl-md-61 {
    padding-left: 61px;
  }
  .pt-md-61 {
    padding-top: 61px;
  }
  .pb-md-61 {
    padding-bottom: 61px;
  }
  .fs-md-61 {
    font-size: 61px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-61 {
    line-height: 61px;
  }
  .gap-xl-61 {
    gap: 61px;
  }
  .gap-x-xl-61 {
    -moz-column-gap: 61px;
         column-gap: 61px;
  }
  .gap-y-xl-61 {
    row-gap: 61px;
  }
  .rounded-xl-61 {
    border-radius: 61px;
  }
  .mb-xl-61 {
    margin-bottom: 61px;
  }
  .mt-xl-61 {
    margin-top: 61px;
  }
  .mr-xl-61 {
    margin-right: 61px;
  }
  .ml-xl-61 {
    margin-left: 61px;
  }
  .mx-xl-61 {
    margin-right: 61px;
    margin-left: 61px;
  }
  .my-xl-61 {
    margin-top: 61px;
    margin-bottom: 61px;
  }
  .p-xl-61 {
    padding: 61px;
  }
  .px-xl-61 {
    padding-right: 61px;
    padding-left: 61px;
  }
  .py-xl-61 {
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .pr-xl-61 {
    padding-right: 61px;
  }
  .pl-xl-61 {
    padding-left: 61px;
  }
  .pt-xl-61 {
    padding-top: 61px;
  }
  .pb-xl-61 {
    padding-bottom: 61px;
  }
  .fs-xl-61 {
    font-size: 61px;
  }
}
.line-height-62 {
  line-height: 62px;
}

.gap-62 {
  gap: 62px;
}

.gap-x-62 {
  -moz-column-gap: 62px;
       column-gap: 62px;
}

.gap-y-62 {
  row-gap: 62px;
}

.rounded-62 {
  border-radius: 62px;
}

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

.mt-62 {
  margin-top: 62px;
}

.mr-62 {
  margin-right: 62px;
}

.ml-62 {
  margin-left: 62px;
}

.mx-62 {
  margin-right: 62px;
  margin-left: 62px;
}

.my-62 {
  margin-top: 62px;
  margin-bottom: 62px;
}

.p-62 {
  padding: 62px;
}

.px-62 {
  padding-right: 62px;
  padding-left: 62px;
}

.py-62 {
  padding-top: 62px;
  padding-bottom: 62px;
}

.pr-62 {
  padding-right: 62px;
}

.pl-62 {
  padding-left: 62px;
}

.pt-62 {
  padding-top: 62px;
}

.pb-62 {
  padding-bottom: 62px;
}

.fs-62 {
  font-size: 62px;
}

@media screen and (min-width: 768px) {
  .line-height-md-62 {
    line-height: 62px;
  }
  .gap-md-62 {
    gap: 62px;
  }
  .gap-x-md-62 {
    -moz-column-gap: 62px;
         column-gap: 62px;
  }
  .gap-y-md-62 {
    row-gap: 62px;
  }
  .rounded-md-62 {
    border-radius: 62px;
  }
  .mb-md-62 {
    margin-bottom: 62px;
  }
  .mt-md-62 {
    margin-top: 62px;
  }
  .mr-md-62 {
    margin-right: 62px;
  }
  .ml-md-62 {
    margin-left: 62px;
  }
  .mx-md-62 {
    margin-right: 62px;
    margin-left: 62px;
  }
  .my-md-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }
  .p-md-62 {
    padding: 62px;
  }
  .px-md-62 {
    padding-right: 62px;
    padding-left: 62px;
  }
  .py-md-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .pr-md-62 {
    padding-right: 62px;
  }
  .pl-md-62 {
    padding-left: 62px;
  }
  .pt-md-62 {
    padding-top: 62px;
  }
  .pb-md-62 {
    padding-bottom: 62px;
  }
  .fs-md-62 {
    font-size: 62px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-62 {
    line-height: 62px;
  }
  .gap-xl-62 {
    gap: 62px;
  }
  .gap-x-xl-62 {
    -moz-column-gap: 62px;
         column-gap: 62px;
  }
  .gap-y-xl-62 {
    row-gap: 62px;
  }
  .rounded-xl-62 {
    border-radius: 62px;
  }
  .mb-xl-62 {
    margin-bottom: 62px;
  }
  .mt-xl-62 {
    margin-top: 62px;
  }
  .mr-xl-62 {
    margin-right: 62px;
  }
  .ml-xl-62 {
    margin-left: 62px;
  }
  .mx-xl-62 {
    margin-right: 62px;
    margin-left: 62px;
  }
  .my-xl-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }
  .p-xl-62 {
    padding: 62px;
  }
  .px-xl-62 {
    padding-right: 62px;
    padding-left: 62px;
  }
  .py-xl-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .pr-xl-62 {
    padding-right: 62px;
  }
  .pl-xl-62 {
    padding-left: 62px;
  }
  .pt-xl-62 {
    padding-top: 62px;
  }
  .pb-xl-62 {
    padding-bottom: 62px;
  }
  .fs-xl-62 {
    font-size: 62px;
  }
}
.line-height-63 {
  line-height: 63px;
}

.gap-63 {
  gap: 63px;
}

.gap-x-63 {
  -moz-column-gap: 63px;
       column-gap: 63px;
}

.gap-y-63 {
  row-gap: 63px;
}

.rounded-63 {
  border-radius: 63px;
}

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

.mt-63 {
  margin-top: 63px;
}

.mr-63 {
  margin-right: 63px;
}

.ml-63 {
  margin-left: 63px;
}

.mx-63 {
  margin-right: 63px;
  margin-left: 63px;
}

.my-63 {
  margin-top: 63px;
  margin-bottom: 63px;
}

.p-63 {
  padding: 63px;
}

.px-63 {
  padding-right: 63px;
  padding-left: 63px;
}

.py-63 {
  padding-top: 63px;
  padding-bottom: 63px;
}

.pr-63 {
  padding-right: 63px;
}

.pl-63 {
  padding-left: 63px;
}

.pt-63 {
  padding-top: 63px;
}

.pb-63 {
  padding-bottom: 63px;
}

.fs-63 {
  font-size: 63px;
}

@media screen and (min-width: 768px) {
  .line-height-md-63 {
    line-height: 63px;
  }
  .gap-md-63 {
    gap: 63px;
  }
  .gap-x-md-63 {
    -moz-column-gap: 63px;
         column-gap: 63px;
  }
  .gap-y-md-63 {
    row-gap: 63px;
  }
  .rounded-md-63 {
    border-radius: 63px;
  }
  .mb-md-63 {
    margin-bottom: 63px;
  }
  .mt-md-63 {
    margin-top: 63px;
  }
  .mr-md-63 {
    margin-right: 63px;
  }
  .ml-md-63 {
    margin-left: 63px;
  }
  .mx-md-63 {
    margin-right: 63px;
    margin-left: 63px;
  }
  .my-md-63 {
    margin-top: 63px;
    margin-bottom: 63px;
  }
  .p-md-63 {
    padding: 63px;
  }
  .px-md-63 {
    padding-right: 63px;
    padding-left: 63px;
  }
  .py-md-63 {
    padding-top: 63px;
    padding-bottom: 63px;
  }
  .pr-md-63 {
    padding-right: 63px;
  }
  .pl-md-63 {
    padding-left: 63px;
  }
  .pt-md-63 {
    padding-top: 63px;
  }
  .pb-md-63 {
    padding-bottom: 63px;
  }
  .fs-md-63 {
    font-size: 63px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-63 {
    line-height: 63px;
  }
  .gap-xl-63 {
    gap: 63px;
  }
  .gap-x-xl-63 {
    -moz-column-gap: 63px;
         column-gap: 63px;
  }
  .gap-y-xl-63 {
    row-gap: 63px;
  }
  .rounded-xl-63 {
    border-radius: 63px;
  }
  .mb-xl-63 {
    margin-bottom: 63px;
  }
  .mt-xl-63 {
    margin-top: 63px;
  }
  .mr-xl-63 {
    margin-right: 63px;
  }
  .ml-xl-63 {
    margin-left: 63px;
  }
  .mx-xl-63 {
    margin-right: 63px;
    margin-left: 63px;
  }
  .my-xl-63 {
    margin-top: 63px;
    margin-bottom: 63px;
  }
  .p-xl-63 {
    padding: 63px;
  }
  .px-xl-63 {
    padding-right: 63px;
    padding-left: 63px;
  }
  .py-xl-63 {
    padding-top: 63px;
    padding-bottom: 63px;
  }
  .pr-xl-63 {
    padding-right: 63px;
  }
  .pl-xl-63 {
    padding-left: 63px;
  }
  .pt-xl-63 {
    padding-top: 63px;
  }
  .pb-xl-63 {
    padding-bottom: 63px;
  }
  .fs-xl-63 {
    font-size: 63px;
  }
}
.line-height-64 {
  line-height: 64px;
}

.gap-64 {
  gap: 64px;
}

.gap-x-64 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.gap-y-64 {
  row-gap: 64px;
}

.rounded-64 {
  border-radius: 64px;
}

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

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mx-64 {
  margin-right: 64px;
  margin-left: 64px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.p-64 {
  padding: 64px;
}

.px-64 {
  padding-right: 64px;
  padding-left: 64px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.fs-64 {
  font-size: 64px;
}

@media screen and (min-width: 768px) {
  .line-height-md-64 {
    line-height: 64px;
  }
  .gap-md-64 {
    gap: 64px;
  }
  .gap-x-md-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .gap-y-md-64 {
    row-gap: 64px;
  }
  .rounded-md-64 {
    border-radius: 64px;
  }
  .mb-md-64 {
    margin-bottom: 64px;
  }
  .mt-md-64 {
    margin-top: 64px;
  }
  .mr-md-64 {
    margin-right: 64px;
  }
  .ml-md-64 {
    margin-left: 64px;
  }
  .mx-md-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .my-md-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-md-64 {
    padding: 64px;
  }
  .px-md-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .py-md-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pr-md-64 {
    padding-right: 64px;
  }
  .pl-md-64 {
    padding-left: 64px;
  }
  .pt-md-64 {
    padding-top: 64px;
  }
  .pb-md-64 {
    padding-bottom: 64px;
  }
  .fs-md-64 {
    font-size: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-64 {
    line-height: 64px;
  }
  .gap-xl-64 {
    gap: 64px;
  }
  .gap-x-xl-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .gap-y-xl-64 {
    row-gap: 64px;
  }
  .rounded-xl-64 {
    border-radius: 64px;
  }
  .mb-xl-64 {
    margin-bottom: 64px;
  }
  .mt-xl-64 {
    margin-top: 64px;
  }
  .mr-xl-64 {
    margin-right: 64px;
  }
  .ml-xl-64 {
    margin-left: 64px;
  }
  .mx-xl-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .my-xl-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-xl-64 {
    padding: 64px;
  }
  .px-xl-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .py-xl-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pr-xl-64 {
    padding-right: 64px;
  }
  .pl-xl-64 {
    padding-left: 64px;
  }
  .pt-xl-64 {
    padding-top: 64px;
  }
  .pb-xl-64 {
    padding-bottom: 64px;
  }
  .fs-xl-64 {
    font-size: 64px;
  }
}
.line-height-65 {
  line-height: 65px;
}

.gap-65 {
  gap: 65px;
}

.gap-x-65 {
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.gap-y-65 {
  row-gap: 65px;
}

.rounded-65 {
  border-radius: 65px;
}

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

.mt-65 {
  margin-top: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mx-65 {
  margin-right: 65px;
  margin-left: 65px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.p-65 {
  padding: 65px;
}

.px-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.fs-65 {
  font-size: 65px;
}

@media screen and (min-width: 768px) {
  .line-height-md-65 {
    line-height: 65px;
  }
  .gap-md-65 {
    gap: 65px;
  }
  .gap-x-md-65 {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .gap-y-md-65 {
    row-gap: 65px;
  }
  .rounded-md-65 {
    border-radius: 65px;
  }
  .mb-md-65 {
    margin-bottom: 65px;
  }
  .mt-md-65 {
    margin-top: 65px;
  }
  .mr-md-65 {
    margin-right: 65px;
  }
  .ml-md-65 {
    margin-left: 65px;
  }
  .mx-md-65 {
    margin-right: 65px;
    margin-left: 65px;
  }
  .my-md-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .p-md-65 {
    padding: 65px;
  }
  .px-md-65 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .py-md-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .pr-md-65 {
    padding-right: 65px;
  }
  .pl-md-65 {
    padding-left: 65px;
  }
  .pt-md-65 {
    padding-top: 65px;
  }
  .pb-md-65 {
    padding-bottom: 65px;
  }
  .fs-md-65 {
    font-size: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-65 {
    line-height: 65px;
  }
  .gap-xl-65 {
    gap: 65px;
  }
  .gap-x-xl-65 {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .gap-y-xl-65 {
    row-gap: 65px;
  }
  .rounded-xl-65 {
    border-radius: 65px;
  }
  .mb-xl-65 {
    margin-bottom: 65px;
  }
  .mt-xl-65 {
    margin-top: 65px;
  }
  .mr-xl-65 {
    margin-right: 65px;
  }
  .ml-xl-65 {
    margin-left: 65px;
  }
  .mx-xl-65 {
    margin-right: 65px;
    margin-left: 65px;
  }
  .my-xl-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .p-xl-65 {
    padding: 65px;
  }
  .px-xl-65 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .py-xl-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .pr-xl-65 {
    padding-right: 65px;
  }
  .pl-xl-65 {
    padding-left: 65px;
  }
  .pt-xl-65 {
    padding-top: 65px;
  }
  .pb-xl-65 {
    padding-bottom: 65px;
  }
  .fs-xl-65 {
    font-size: 65px;
  }
}
.line-height-66 {
  line-height: 66px;
}

.gap-66 {
  gap: 66px;
}

.gap-x-66 {
  -moz-column-gap: 66px;
       column-gap: 66px;
}

.gap-y-66 {
  row-gap: 66px;
}

.rounded-66 {
  border-radius: 66px;
}

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

.mt-66 {
  margin-top: 66px;
}

.mr-66 {
  margin-right: 66px;
}

.ml-66 {
  margin-left: 66px;
}

.mx-66 {
  margin-right: 66px;
  margin-left: 66px;
}

.my-66 {
  margin-top: 66px;
  margin-bottom: 66px;
}

.p-66 {
  padding: 66px;
}

.px-66 {
  padding-right: 66px;
  padding-left: 66px;
}

.py-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}

.pr-66 {
  padding-right: 66px;
}

.pl-66 {
  padding-left: 66px;
}

.pt-66 {
  padding-top: 66px;
}

.pb-66 {
  padding-bottom: 66px;
}

.fs-66 {
  font-size: 66px;
}

@media screen and (min-width: 768px) {
  .line-height-md-66 {
    line-height: 66px;
  }
  .gap-md-66 {
    gap: 66px;
  }
  .gap-x-md-66 {
    -moz-column-gap: 66px;
         column-gap: 66px;
  }
  .gap-y-md-66 {
    row-gap: 66px;
  }
  .rounded-md-66 {
    border-radius: 66px;
  }
  .mb-md-66 {
    margin-bottom: 66px;
  }
  .mt-md-66 {
    margin-top: 66px;
  }
  .mr-md-66 {
    margin-right: 66px;
  }
  .ml-md-66 {
    margin-left: 66px;
  }
  .mx-md-66 {
    margin-right: 66px;
    margin-left: 66px;
  }
  .my-md-66 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .p-md-66 {
    padding: 66px;
  }
  .px-md-66 {
    padding-right: 66px;
    padding-left: 66px;
  }
  .py-md-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .pr-md-66 {
    padding-right: 66px;
  }
  .pl-md-66 {
    padding-left: 66px;
  }
  .pt-md-66 {
    padding-top: 66px;
  }
  .pb-md-66 {
    padding-bottom: 66px;
  }
  .fs-md-66 {
    font-size: 66px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-66 {
    line-height: 66px;
  }
  .gap-xl-66 {
    gap: 66px;
  }
  .gap-x-xl-66 {
    -moz-column-gap: 66px;
         column-gap: 66px;
  }
  .gap-y-xl-66 {
    row-gap: 66px;
  }
  .rounded-xl-66 {
    border-radius: 66px;
  }
  .mb-xl-66 {
    margin-bottom: 66px;
  }
  .mt-xl-66 {
    margin-top: 66px;
  }
  .mr-xl-66 {
    margin-right: 66px;
  }
  .ml-xl-66 {
    margin-left: 66px;
  }
  .mx-xl-66 {
    margin-right: 66px;
    margin-left: 66px;
  }
  .my-xl-66 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .p-xl-66 {
    padding: 66px;
  }
  .px-xl-66 {
    padding-right: 66px;
    padding-left: 66px;
  }
  .py-xl-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .pr-xl-66 {
    padding-right: 66px;
  }
  .pl-xl-66 {
    padding-left: 66px;
  }
  .pt-xl-66 {
    padding-top: 66px;
  }
  .pb-xl-66 {
    padding-bottom: 66px;
  }
  .fs-xl-66 {
    font-size: 66px;
  }
}
.line-height-67 {
  line-height: 67px;
}

.gap-67 {
  gap: 67px;
}

.gap-x-67 {
  -moz-column-gap: 67px;
       column-gap: 67px;
}

.gap-y-67 {
  row-gap: 67px;
}

.rounded-67 {
  border-radius: 67px;
}

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

.mt-67 {
  margin-top: 67px;
}

.mr-67 {
  margin-right: 67px;
}

.ml-67 {
  margin-left: 67px;
}

.mx-67 {
  margin-right: 67px;
  margin-left: 67px;
}

.my-67 {
  margin-top: 67px;
  margin-bottom: 67px;
}

.p-67 {
  padding: 67px;
}

.px-67 {
  padding-right: 67px;
  padding-left: 67px;
}

.py-67 {
  padding-top: 67px;
  padding-bottom: 67px;
}

.pr-67 {
  padding-right: 67px;
}

.pl-67 {
  padding-left: 67px;
}

.pt-67 {
  padding-top: 67px;
}

.pb-67 {
  padding-bottom: 67px;
}

.fs-67 {
  font-size: 67px;
}

@media screen and (min-width: 768px) {
  .line-height-md-67 {
    line-height: 67px;
  }
  .gap-md-67 {
    gap: 67px;
  }
  .gap-x-md-67 {
    -moz-column-gap: 67px;
         column-gap: 67px;
  }
  .gap-y-md-67 {
    row-gap: 67px;
  }
  .rounded-md-67 {
    border-radius: 67px;
  }
  .mb-md-67 {
    margin-bottom: 67px;
  }
  .mt-md-67 {
    margin-top: 67px;
  }
  .mr-md-67 {
    margin-right: 67px;
  }
  .ml-md-67 {
    margin-left: 67px;
  }
  .mx-md-67 {
    margin-right: 67px;
    margin-left: 67px;
  }
  .my-md-67 {
    margin-top: 67px;
    margin-bottom: 67px;
  }
  .p-md-67 {
    padding: 67px;
  }
  .px-md-67 {
    padding-right: 67px;
    padding-left: 67px;
  }
  .py-md-67 {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .pr-md-67 {
    padding-right: 67px;
  }
  .pl-md-67 {
    padding-left: 67px;
  }
  .pt-md-67 {
    padding-top: 67px;
  }
  .pb-md-67 {
    padding-bottom: 67px;
  }
  .fs-md-67 {
    font-size: 67px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-67 {
    line-height: 67px;
  }
  .gap-xl-67 {
    gap: 67px;
  }
  .gap-x-xl-67 {
    -moz-column-gap: 67px;
         column-gap: 67px;
  }
  .gap-y-xl-67 {
    row-gap: 67px;
  }
  .rounded-xl-67 {
    border-radius: 67px;
  }
  .mb-xl-67 {
    margin-bottom: 67px;
  }
  .mt-xl-67 {
    margin-top: 67px;
  }
  .mr-xl-67 {
    margin-right: 67px;
  }
  .ml-xl-67 {
    margin-left: 67px;
  }
  .mx-xl-67 {
    margin-right: 67px;
    margin-left: 67px;
  }
  .my-xl-67 {
    margin-top: 67px;
    margin-bottom: 67px;
  }
  .p-xl-67 {
    padding: 67px;
  }
  .px-xl-67 {
    padding-right: 67px;
    padding-left: 67px;
  }
  .py-xl-67 {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .pr-xl-67 {
    padding-right: 67px;
  }
  .pl-xl-67 {
    padding-left: 67px;
  }
  .pt-xl-67 {
    padding-top: 67px;
  }
  .pb-xl-67 {
    padding-bottom: 67px;
  }
  .fs-xl-67 {
    font-size: 67px;
  }
}
.line-height-68 {
  line-height: 68px;
}

.gap-68 {
  gap: 68px;
}

.gap-x-68 {
  -moz-column-gap: 68px;
       column-gap: 68px;
}

.gap-y-68 {
  row-gap: 68px;
}

.rounded-68 {
  border-radius: 68px;
}

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

.mt-68 {
  margin-top: 68px;
}

.mr-68 {
  margin-right: 68px;
}

.ml-68 {
  margin-left: 68px;
}

.mx-68 {
  margin-right: 68px;
  margin-left: 68px;
}

.my-68 {
  margin-top: 68px;
  margin-bottom: 68px;
}

.p-68 {
  padding: 68px;
}

.px-68 {
  padding-right: 68px;
  padding-left: 68px;
}

.py-68 {
  padding-top: 68px;
  padding-bottom: 68px;
}

.pr-68 {
  padding-right: 68px;
}

.pl-68 {
  padding-left: 68px;
}

.pt-68 {
  padding-top: 68px;
}

.pb-68 {
  padding-bottom: 68px;
}

.fs-68 {
  font-size: 68px;
}

@media screen and (min-width: 768px) {
  .line-height-md-68 {
    line-height: 68px;
  }
  .gap-md-68 {
    gap: 68px;
  }
  .gap-x-md-68 {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
  .gap-y-md-68 {
    row-gap: 68px;
  }
  .rounded-md-68 {
    border-radius: 68px;
  }
  .mb-md-68 {
    margin-bottom: 68px;
  }
  .mt-md-68 {
    margin-top: 68px;
  }
  .mr-md-68 {
    margin-right: 68px;
  }
  .ml-md-68 {
    margin-left: 68px;
  }
  .mx-md-68 {
    margin-right: 68px;
    margin-left: 68px;
  }
  .my-md-68 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-md-68 {
    padding: 68px;
  }
  .px-md-68 {
    padding-right: 68px;
    padding-left: 68px;
  }
  .py-md-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .pr-md-68 {
    padding-right: 68px;
  }
  .pl-md-68 {
    padding-left: 68px;
  }
  .pt-md-68 {
    padding-top: 68px;
  }
  .pb-md-68 {
    padding-bottom: 68px;
  }
  .fs-md-68 {
    font-size: 68px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-68 {
    line-height: 68px;
  }
  .gap-xl-68 {
    gap: 68px;
  }
  .gap-x-xl-68 {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
  .gap-y-xl-68 {
    row-gap: 68px;
  }
  .rounded-xl-68 {
    border-radius: 68px;
  }
  .mb-xl-68 {
    margin-bottom: 68px;
  }
  .mt-xl-68 {
    margin-top: 68px;
  }
  .mr-xl-68 {
    margin-right: 68px;
  }
  .ml-xl-68 {
    margin-left: 68px;
  }
  .mx-xl-68 {
    margin-right: 68px;
    margin-left: 68px;
  }
  .my-xl-68 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-xl-68 {
    padding: 68px;
  }
  .px-xl-68 {
    padding-right: 68px;
    padding-left: 68px;
  }
  .py-xl-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .pr-xl-68 {
    padding-right: 68px;
  }
  .pl-xl-68 {
    padding-left: 68px;
  }
  .pt-xl-68 {
    padding-top: 68px;
  }
  .pb-xl-68 {
    padding-bottom: 68px;
  }
  .fs-xl-68 {
    font-size: 68px;
  }
}
.line-height-69 {
  line-height: 69px;
}

.gap-69 {
  gap: 69px;
}

.gap-x-69 {
  -moz-column-gap: 69px;
       column-gap: 69px;
}

.gap-y-69 {
  row-gap: 69px;
}

.rounded-69 {
  border-radius: 69px;
}

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

.mt-69 {
  margin-top: 69px;
}

.mr-69 {
  margin-right: 69px;
}

.ml-69 {
  margin-left: 69px;
}

.mx-69 {
  margin-right: 69px;
  margin-left: 69px;
}

.my-69 {
  margin-top: 69px;
  margin-bottom: 69px;
}

.p-69 {
  padding: 69px;
}

.px-69 {
  padding-right: 69px;
  padding-left: 69px;
}

.py-69 {
  padding-top: 69px;
  padding-bottom: 69px;
}

.pr-69 {
  padding-right: 69px;
}

.pl-69 {
  padding-left: 69px;
}

.pt-69 {
  padding-top: 69px;
}

.pb-69 {
  padding-bottom: 69px;
}

.fs-69 {
  font-size: 69px;
}

@media screen and (min-width: 768px) {
  .line-height-md-69 {
    line-height: 69px;
  }
  .gap-md-69 {
    gap: 69px;
  }
  .gap-x-md-69 {
    -moz-column-gap: 69px;
         column-gap: 69px;
  }
  .gap-y-md-69 {
    row-gap: 69px;
  }
  .rounded-md-69 {
    border-radius: 69px;
  }
  .mb-md-69 {
    margin-bottom: 69px;
  }
  .mt-md-69 {
    margin-top: 69px;
  }
  .mr-md-69 {
    margin-right: 69px;
  }
  .ml-md-69 {
    margin-left: 69px;
  }
  .mx-md-69 {
    margin-right: 69px;
    margin-left: 69px;
  }
  .my-md-69 {
    margin-top: 69px;
    margin-bottom: 69px;
  }
  .p-md-69 {
    padding: 69px;
  }
  .px-md-69 {
    padding-right: 69px;
    padding-left: 69px;
  }
  .py-md-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .pr-md-69 {
    padding-right: 69px;
  }
  .pl-md-69 {
    padding-left: 69px;
  }
  .pt-md-69 {
    padding-top: 69px;
  }
  .pb-md-69 {
    padding-bottom: 69px;
  }
  .fs-md-69 {
    font-size: 69px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-69 {
    line-height: 69px;
  }
  .gap-xl-69 {
    gap: 69px;
  }
  .gap-x-xl-69 {
    -moz-column-gap: 69px;
         column-gap: 69px;
  }
  .gap-y-xl-69 {
    row-gap: 69px;
  }
  .rounded-xl-69 {
    border-radius: 69px;
  }
  .mb-xl-69 {
    margin-bottom: 69px;
  }
  .mt-xl-69 {
    margin-top: 69px;
  }
  .mr-xl-69 {
    margin-right: 69px;
  }
  .ml-xl-69 {
    margin-left: 69px;
  }
  .mx-xl-69 {
    margin-right: 69px;
    margin-left: 69px;
  }
  .my-xl-69 {
    margin-top: 69px;
    margin-bottom: 69px;
  }
  .p-xl-69 {
    padding: 69px;
  }
  .px-xl-69 {
    padding-right: 69px;
    padding-left: 69px;
  }
  .py-xl-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .pr-xl-69 {
    padding-right: 69px;
  }
  .pl-xl-69 {
    padding-left: 69px;
  }
  .pt-xl-69 {
    padding-top: 69px;
  }
  .pb-xl-69 {
    padding-bottom: 69px;
  }
  .fs-xl-69 {
    font-size: 69px;
  }
}
.line-height-70 {
  line-height: 70px;
}

.gap-70 {
  gap: 70px;
}

.gap-x-70 {
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.gap-y-70 {
  row-gap: 70px;
}

.rounded-70 {
  border-radius: 70px;
}

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

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.p-70 {
  padding: 70px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.fs-70 {
  font-size: 70px;
}

@media screen and (min-width: 768px) {
  .line-height-md-70 {
    line-height: 70px;
  }
  .gap-md-70 {
    gap: 70px;
  }
  .gap-x-md-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .gap-y-md-70 {
    row-gap: 70px;
  }
  .rounded-md-70 {
    border-radius: 70px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mr-md-70 {
    margin-right: 70px;
  }
  .ml-md-70 {
    margin-left: 70px;
  }
  .mx-md-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .p-md-70 {
    padding: 70px;
  }
  .px-md-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-md-70 {
    padding-right: 70px;
  }
  .pl-md-70 {
    padding-left: 70px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .fs-md-70 {
    font-size: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-70 {
    line-height: 70px;
  }
  .gap-xl-70 {
    gap: 70px;
  }
  .gap-x-xl-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .gap-y-xl-70 {
    row-gap: 70px;
  }
  .rounded-xl-70 {
    border-radius: 70px;
  }
  .mb-xl-70 {
    margin-bottom: 70px;
  }
  .mt-xl-70 {
    margin-top: 70px;
  }
  .mr-xl-70 {
    margin-right: 70px;
  }
  .ml-xl-70 {
    margin-left: 70px;
  }
  .mx-xl-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .my-xl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .p-xl-70 {
    padding: 70px;
  }
  .px-xl-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .py-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-xl-70 {
    padding-right: 70px;
  }
  .pl-xl-70 {
    padding-left: 70px;
  }
  .pt-xl-70 {
    padding-top: 70px;
  }
  .pb-xl-70 {
    padding-bottom: 70px;
  }
  .fs-xl-70 {
    font-size: 70px;
  }
}
.line-height-71 {
  line-height: 71px;
}

.gap-71 {
  gap: 71px;
}

.gap-x-71 {
  -moz-column-gap: 71px;
       column-gap: 71px;
}

.gap-y-71 {
  row-gap: 71px;
}

.rounded-71 {
  border-radius: 71px;
}

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

.mt-71 {
  margin-top: 71px;
}

.mr-71 {
  margin-right: 71px;
}

.ml-71 {
  margin-left: 71px;
}

.mx-71 {
  margin-right: 71px;
  margin-left: 71px;
}

.my-71 {
  margin-top: 71px;
  margin-bottom: 71px;
}

.p-71 {
  padding: 71px;
}

.px-71 {
  padding-right: 71px;
  padding-left: 71px;
}

.py-71 {
  padding-top: 71px;
  padding-bottom: 71px;
}

.pr-71 {
  padding-right: 71px;
}

.pl-71 {
  padding-left: 71px;
}

.pt-71 {
  padding-top: 71px;
}

.pb-71 {
  padding-bottom: 71px;
}

.fs-71 {
  font-size: 71px;
}

@media screen and (min-width: 768px) {
  .line-height-md-71 {
    line-height: 71px;
  }
  .gap-md-71 {
    gap: 71px;
  }
  .gap-x-md-71 {
    -moz-column-gap: 71px;
         column-gap: 71px;
  }
  .gap-y-md-71 {
    row-gap: 71px;
  }
  .rounded-md-71 {
    border-radius: 71px;
  }
  .mb-md-71 {
    margin-bottom: 71px;
  }
  .mt-md-71 {
    margin-top: 71px;
  }
  .mr-md-71 {
    margin-right: 71px;
  }
  .ml-md-71 {
    margin-left: 71px;
  }
  .mx-md-71 {
    margin-right: 71px;
    margin-left: 71px;
  }
  .my-md-71 {
    margin-top: 71px;
    margin-bottom: 71px;
  }
  .p-md-71 {
    padding: 71px;
  }
  .px-md-71 {
    padding-right: 71px;
    padding-left: 71px;
  }
  .py-md-71 {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  .pr-md-71 {
    padding-right: 71px;
  }
  .pl-md-71 {
    padding-left: 71px;
  }
  .pt-md-71 {
    padding-top: 71px;
  }
  .pb-md-71 {
    padding-bottom: 71px;
  }
  .fs-md-71 {
    font-size: 71px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-71 {
    line-height: 71px;
  }
  .gap-xl-71 {
    gap: 71px;
  }
  .gap-x-xl-71 {
    -moz-column-gap: 71px;
         column-gap: 71px;
  }
  .gap-y-xl-71 {
    row-gap: 71px;
  }
  .rounded-xl-71 {
    border-radius: 71px;
  }
  .mb-xl-71 {
    margin-bottom: 71px;
  }
  .mt-xl-71 {
    margin-top: 71px;
  }
  .mr-xl-71 {
    margin-right: 71px;
  }
  .ml-xl-71 {
    margin-left: 71px;
  }
  .mx-xl-71 {
    margin-right: 71px;
    margin-left: 71px;
  }
  .my-xl-71 {
    margin-top: 71px;
    margin-bottom: 71px;
  }
  .p-xl-71 {
    padding: 71px;
  }
  .px-xl-71 {
    padding-right: 71px;
    padding-left: 71px;
  }
  .py-xl-71 {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  .pr-xl-71 {
    padding-right: 71px;
  }
  .pl-xl-71 {
    padding-left: 71px;
  }
  .pt-xl-71 {
    padding-top: 71px;
  }
  .pb-xl-71 {
    padding-bottom: 71px;
  }
  .fs-xl-71 {
    font-size: 71px;
  }
}
.line-height-72 {
  line-height: 72px;
}

.gap-72 {
  gap: 72px;
}

.gap-x-72 {
  -moz-column-gap: 72px;
       column-gap: 72px;
}

.gap-y-72 {
  row-gap: 72px;
}

.rounded-72 {
  border-radius: 72px;
}

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

.mt-72 {
  margin-top: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mx-72 {
  margin-right: 72px;
  margin-left: 72px;
}

.my-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.p-72 {
  padding: 72px;
}

.px-72 {
  padding-right: 72px;
  padding-left: 72px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.pr-72 {
  padding-right: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.fs-72 {
  font-size: 72px;
}

@media screen and (min-width: 768px) {
  .line-height-md-72 {
    line-height: 72px;
  }
  .gap-md-72 {
    gap: 72px;
  }
  .gap-x-md-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
  .gap-y-md-72 {
    row-gap: 72px;
  }
  .rounded-md-72 {
    border-radius: 72px;
  }
  .mb-md-72 {
    margin-bottom: 72px;
  }
  .mt-md-72 {
    margin-top: 72px;
  }
  .mr-md-72 {
    margin-right: 72px;
  }
  .ml-md-72 {
    margin-left: 72px;
  }
  .mx-md-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .my-md-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-md-72 {
    padding: 72px;
  }
  .px-md-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .py-md-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pr-md-72 {
    padding-right: 72px;
  }
  .pl-md-72 {
    padding-left: 72px;
  }
  .pt-md-72 {
    padding-top: 72px;
  }
  .pb-md-72 {
    padding-bottom: 72px;
  }
  .fs-md-72 {
    font-size: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-72 {
    line-height: 72px;
  }
  .gap-xl-72 {
    gap: 72px;
  }
  .gap-x-xl-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
  .gap-y-xl-72 {
    row-gap: 72px;
  }
  .rounded-xl-72 {
    border-radius: 72px;
  }
  .mb-xl-72 {
    margin-bottom: 72px;
  }
  .mt-xl-72 {
    margin-top: 72px;
  }
  .mr-xl-72 {
    margin-right: 72px;
  }
  .ml-xl-72 {
    margin-left: 72px;
  }
  .mx-xl-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .my-xl-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-xl-72 {
    padding: 72px;
  }
  .px-xl-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .py-xl-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pr-xl-72 {
    padding-right: 72px;
  }
  .pl-xl-72 {
    padding-left: 72px;
  }
  .pt-xl-72 {
    padding-top: 72px;
  }
  .pb-xl-72 {
    padding-bottom: 72px;
  }
  .fs-xl-72 {
    font-size: 72px;
  }
}
.line-height-73 {
  line-height: 73px;
}

.gap-73 {
  gap: 73px;
}

.gap-x-73 {
  -moz-column-gap: 73px;
       column-gap: 73px;
}

.gap-y-73 {
  row-gap: 73px;
}

.rounded-73 {
  border-radius: 73px;
}

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

.mt-73 {
  margin-top: 73px;
}

.mr-73 {
  margin-right: 73px;
}

.ml-73 {
  margin-left: 73px;
}

.mx-73 {
  margin-right: 73px;
  margin-left: 73px;
}

.my-73 {
  margin-top: 73px;
  margin-bottom: 73px;
}

.p-73 {
  padding: 73px;
}

.px-73 {
  padding-right: 73px;
  padding-left: 73px;
}

.py-73 {
  padding-top: 73px;
  padding-bottom: 73px;
}

.pr-73 {
  padding-right: 73px;
}

.pl-73 {
  padding-left: 73px;
}

.pt-73 {
  padding-top: 73px;
}

.pb-73 {
  padding-bottom: 73px;
}

.fs-73 {
  font-size: 73px;
}

@media screen and (min-width: 768px) {
  .line-height-md-73 {
    line-height: 73px;
  }
  .gap-md-73 {
    gap: 73px;
  }
  .gap-x-md-73 {
    -moz-column-gap: 73px;
         column-gap: 73px;
  }
  .gap-y-md-73 {
    row-gap: 73px;
  }
  .rounded-md-73 {
    border-radius: 73px;
  }
  .mb-md-73 {
    margin-bottom: 73px;
  }
  .mt-md-73 {
    margin-top: 73px;
  }
  .mr-md-73 {
    margin-right: 73px;
  }
  .ml-md-73 {
    margin-left: 73px;
  }
  .mx-md-73 {
    margin-right: 73px;
    margin-left: 73px;
  }
  .my-md-73 {
    margin-top: 73px;
    margin-bottom: 73px;
  }
  .p-md-73 {
    padding: 73px;
  }
  .px-md-73 {
    padding-right: 73px;
    padding-left: 73px;
  }
  .py-md-73 {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .pr-md-73 {
    padding-right: 73px;
  }
  .pl-md-73 {
    padding-left: 73px;
  }
  .pt-md-73 {
    padding-top: 73px;
  }
  .pb-md-73 {
    padding-bottom: 73px;
  }
  .fs-md-73 {
    font-size: 73px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-73 {
    line-height: 73px;
  }
  .gap-xl-73 {
    gap: 73px;
  }
  .gap-x-xl-73 {
    -moz-column-gap: 73px;
         column-gap: 73px;
  }
  .gap-y-xl-73 {
    row-gap: 73px;
  }
  .rounded-xl-73 {
    border-radius: 73px;
  }
  .mb-xl-73 {
    margin-bottom: 73px;
  }
  .mt-xl-73 {
    margin-top: 73px;
  }
  .mr-xl-73 {
    margin-right: 73px;
  }
  .ml-xl-73 {
    margin-left: 73px;
  }
  .mx-xl-73 {
    margin-right: 73px;
    margin-left: 73px;
  }
  .my-xl-73 {
    margin-top: 73px;
    margin-bottom: 73px;
  }
  .p-xl-73 {
    padding: 73px;
  }
  .px-xl-73 {
    padding-right: 73px;
    padding-left: 73px;
  }
  .py-xl-73 {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .pr-xl-73 {
    padding-right: 73px;
  }
  .pl-xl-73 {
    padding-left: 73px;
  }
  .pt-xl-73 {
    padding-top: 73px;
  }
  .pb-xl-73 {
    padding-bottom: 73px;
  }
  .fs-xl-73 {
    font-size: 73px;
  }
}
.line-height-74 {
  line-height: 74px;
}

.gap-74 {
  gap: 74px;
}

.gap-x-74 {
  -moz-column-gap: 74px;
       column-gap: 74px;
}

.gap-y-74 {
  row-gap: 74px;
}

.rounded-74 {
  border-radius: 74px;
}

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

.mt-74 {
  margin-top: 74px;
}

.mr-74 {
  margin-right: 74px;
}

.ml-74 {
  margin-left: 74px;
}

.mx-74 {
  margin-right: 74px;
  margin-left: 74px;
}

.my-74 {
  margin-top: 74px;
  margin-bottom: 74px;
}

.p-74 {
  padding: 74px;
}

.px-74 {
  padding-right: 74px;
  padding-left: 74px;
}

.py-74 {
  padding-top: 74px;
  padding-bottom: 74px;
}

.pr-74 {
  padding-right: 74px;
}

.pl-74 {
  padding-left: 74px;
}

.pt-74 {
  padding-top: 74px;
}

.pb-74 {
  padding-bottom: 74px;
}

.fs-74 {
  font-size: 74px;
}

@media screen and (min-width: 768px) {
  .line-height-md-74 {
    line-height: 74px;
  }
  .gap-md-74 {
    gap: 74px;
  }
  .gap-x-md-74 {
    -moz-column-gap: 74px;
         column-gap: 74px;
  }
  .gap-y-md-74 {
    row-gap: 74px;
  }
  .rounded-md-74 {
    border-radius: 74px;
  }
  .mb-md-74 {
    margin-bottom: 74px;
  }
  .mt-md-74 {
    margin-top: 74px;
  }
  .mr-md-74 {
    margin-right: 74px;
  }
  .ml-md-74 {
    margin-left: 74px;
  }
  .mx-md-74 {
    margin-right: 74px;
    margin-left: 74px;
  }
  .my-md-74 {
    margin-top: 74px;
    margin-bottom: 74px;
  }
  .p-md-74 {
    padding: 74px;
  }
  .px-md-74 {
    padding-right: 74px;
    padding-left: 74px;
  }
  .py-md-74 {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .pr-md-74 {
    padding-right: 74px;
  }
  .pl-md-74 {
    padding-left: 74px;
  }
  .pt-md-74 {
    padding-top: 74px;
  }
  .pb-md-74 {
    padding-bottom: 74px;
  }
  .fs-md-74 {
    font-size: 74px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-74 {
    line-height: 74px;
  }
  .gap-xl-74 {
    gap: 74px;
  }
  .gap-x-xl-74 {
    -moz-column-gap: 74px;
         column-gap: 74px;
  }
  .gap-y-xl-74 {
    row-gap: 74px;
  }
  .rounded-xl-74 {
    border-radius: 74px;
  }
  .mb-xl-74 {
    margin-bottom: 74px;
  }
  .mt-xl-74 {
    margin-top: 74px;
  }
  .mr-xl-74 {
    margin-right: 74px;
  }
  .ml-xl-74 {
    margin-left: 74px;
  }
  .mx-xl-74 {
    margin-right: 74px;
    margin-left: 74px;
  }
  .my-xl-74 {
    margin-top: 74px;
    margin-bottom: 74px;
  }
  .p-xl-74 {
    padding: 74px;
  }
  .px-xl-74 {
    padding-right: 74px;
    padding-left: 74px;
  }
  .py-xl-74 {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .pr-xl-74 {
    padding-right: 74px;
  }
  .pl-xl-74 {
    padding-left: 74px;
  }
  .pt-xl-74 {
    padding-top: 74px;
  }
  .pb-xl-74 {
    padding-bottom: 74px;
  }
  .fs-xl-74 {
    font-size: 74px;
  }
}
.line-height-75 {
  line-height: 75px;
}

.gap-75 {
  gap: 75px;
}

.gap-x-75 {
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.gap-y-75 {
  row-gap: 75px;
}

.rounded-75 {
  border-radius: 75px;
}

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

.mt-75 {
  margin-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mx-75 {
  margin-right: 75px;
  margin-left: 75px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.p-75 {
  padding: 75px;
}

.px-75 {
  padding-right: 75px;
  padding-left: 75px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.fs-75 {
  font-size: 75px;
}

@media screen and (min-width: 768px) {
  .line-height-md-75 {
    line-height: 75px;
  }
  .gap-md-75 {
    gap: 75px;
  }
  .gap-x-md-75 {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .gap-y-md-75 {
    row-gap: 75px;
  }
  .rounded-md-75 {
    border-radius: 75px;
  }
  .mb-md-75 {
    margin-bottom: 75px;
  }
  .mt-md-75 {
    margin-top: 75px;
  }
  .mr-md-75 {
    margin-right: 75px;
  }
  .ml-md-75 {
    margin-left: 75px;
  }
  .mx-md-75 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .my-md-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .p-md-75 {
    padding: 75px;
  }
  .px-md-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .py-md-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pr-md-75 {
    padding-right: 75px;
  }
  .pl-md-75 {
    padding-left: 75px;
  }
  .pt-md-75 {
    padding-top: 75px;
  }
  .pb-md-75 {
    padding-bottom: 75px;
  }
  .fs-md-75 {
    font-size: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-75 {
    line-height: 75px;
  }
  .gap-xl-75 {
    gap: 75px;
  }
  .gap-x-xl-75 {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .gap-y-xl-75 {
    row-gap: 75px;
  }
  .rounded-xl-75 {
    border-radius: 75px;
  }
  .mb-xl-75 {
    margin-bottom: 75px;
  }
  .mt-xl-75 {
    margin-top: 75px;
  }
  .mr-xl-75 {
    margin-right: 75px;
  }
  .ml-xl-75 {
    margin-left: 75px;
  }
  .mx-xl-75 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .my-xl-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .p-xl-75 {
    padding: 75px;
  }
  .px-xl-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .py-xl-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pr-xl-75 {
    padding-right: 75px;
  }
  .pl-xl-75 {
    padding-left: 75px;
  }
  .pt-xl-75 {
    padding-top: 75px;
  }
  .pb-xl-75 {
    padding-bottom: 75px;
  }
  .fs-xl-75 {
    font-size: 75px;
  }
}
.line-height-76 {
  line-height: 76px;
}

.gap-76 {
  gap: 76px;
}

.gap-x-76 {
  -moz-column-gap: 76px;
       column-gap: 76px;
}

.gap-y-76 {
  row-gap: 76px;
}

.rounded-76 {
  border-radius: 76px;
}

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

.mt-76 {
  margin-top: 76px;
}

.mr-76 {
  margin-right: 76px;
}

.ml-76 {
  margin-left: 76px;
}

.mx-76 {
  margin-right: 76px;
  margin-left: 76px;
}

.my-76 {
  margin-top: 76px;
  margin-bottom: 76px;
}

.p-76 {
  padding: 76px;
}

.px-76 {
  padding-right: 76px;
  padding-left: 76px;
}

.py-76 {
  padding-top: 76px;
  padding-bottom: 76px;
}

.pr-76 {
  padding-right: 76px;
}

.pl-76 {
  padding-left: 76px;
}

.pt-76 {
  padding-top: 76px;
}

.pb-76 {
  padding-bottom: 76px;
}

.fs-76 {
  font-size: 76px;
}

@media screen and (min-width: 768px) {
  .line-height-md-76 {
    line-height: 76px;
  }
  .gap-md-76 {
    gap: 76px;
  }
  .gap-x-md-76 {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
  .gap-y-md-76 {
    row-gap: 76px;
  }
  .rounded-md-76 {
    border-radius: 76px;
  }
  .mb-md-76 {
    margin-bottom: 76px;
  }
  .mt-md-76 {
    margin-top: 76px;
  }
  .mr-md-76 {
    margin-right: 76px;
  }
  .ml-md-76 {
    margin-left: 76px;
  }
  .mx-md-76 {
    margin-right: 76px;
    margin-left: 76px;
  }
  .my-md-76 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-md-76 {
    padding: 76px;
  }
  .px-md-76 {
    padding-right: 76px;
    padding-left: 76px;
  }
  .py-md-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .pr-md-76 {
    padding-right: 76px;
  }
  .pl-md-76 {
    padding-left: 76px;
  }
  .pt-md-76 {
    padding-top: 76px;
  }
  .pb-md-76 {
    padding-bottom: 76px;
  }
  .fs-md-76 {
    font-size: 76px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-76 {
    line-height: 76px;
  }
  .gap-xl-76 {
    gap: 76px;
  }
  .gap-x-xl-76 {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
  .gap-y-xl-76 {
    row-gap: 76px;
  }
  .rounded-xl-76 {
    border-radius: 76px;
  }
  .mb-xl-76 {
    margin-bottom: 76px;
  }
  .mt-xl-76 {
    margin-top: 76px;
  }
  .mr-xl-76 {
    margin-right: 76px;
  }
  .ml-xl-76 {
    margin-left: 76px;
  }
  .mx-xl-76 {
    margin-right: 76px;
    margin-left: 76px;
  }
  .my-xl-76 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-xl-76 {
    padding: 76px;
  }
  .px-xl-76 {
    padding-right: 76px;
    padding-left: 76px;
  }
  .py-xl-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .pr-xl-76 {
    padding-right: 76px;
  }
  .pl-xl-76 {
    padding-left: 76px;
  }
  .pt-xl-76 {
    padding-top: 76px;
  }
  .pb-xl-76 {
    padding-bottom: 76px;
  }
  .fs-xl-76 {
    font-size: 76px;
  }
}
.line-height-77 {
  line-height: 77px;
}

.gap-77 {
  gap: 77px;
}

.gap-x-77 {
  -moz-column-gap: 77px;
       column-gap: 77px;
}

.gap-y-77 {
  row-gap: 77px;
}

.rounded-77 {
  border-radius: 77px;
}

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

.mt-77 {
  margin-top: 77px;
}

.mr-77 {
  margin-right: 77px;
}

.ml-77 {
  margin-left: 77px;
}

.mx-77 {
  margin-right: 77px;
  margin-left: 77px;
}

.my-77 {
  margin-top: 77px;
  margin-bottom: 77px;
}

.p-77 {
  padding: 77px;
}

.px-77 {
  padding-right: 77px;
  padding-left: 77px;
}

.py-77 {
  padding-top: 77px;
  padding-bottom: 77px;
}

.pr-77 {
  padding-right: 77px;
}

.pl-77 {
  padding-left: 77px;
}

.pt-77 {
  padding-top: 77px;
}

.pb-77 {
  padding-bottom: 77px;
}

.fs-77 {
  font-size: 77px;
}

@media screen and (min-width: 768px) {
  .line-height-md-77 {
    line-height: 77px;
  }
  .gap-md-77 {
    gap: 77px;
  }
  .gap-x-md-77 {
    -moz-column-gap: 77px;
         column-gap: 77px;
  }
  .gap-y-md-77 {
    row-gap: 77px;
  }
  .rounded-md-77 {
    border-radius: 77px;
  }
  .mb-md-77 {
    margin-bottom: 77px;
  }
  .mt-md-77 {
    margin-top: 77px;
  }
  .mr-md-77 {
    margin-right: 77px;
  }
  .ml-md-77 {
    margin-left: 77px;
  }
  .mx-md-77 {
    margin-right: 77px;
    margin-left: 77px;
  }
  .my-md-77 {
    margin-top: 77px;
    margin-bottom: 77px;
  }
  .p-md-77 {
    padding: 77px;
  }
  .px-md-77 {
    padding-right: 77px;
    padding-left: 77px;
  }
  .py-md-77 {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .pr-md-77 {
    padding-right: 77px;
  }
  .pl-md-77 {
    padding-left: 77px;
  }
  .pt-md-77 {
    padding-top: 77px;
  }
  .pb-md-77 {
    padding-bottom: 77px;
  }
  .fs-md-77 {
    font-size: 77px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-77 {
    line-height: 77px;
  }
  .gap-xl-77 {
    gap: 77px;
  }
  .gap-x-xl-77 {
    -moz-column-gap: 77px;
         column-gap: 77px;
  }
  .gap-y-xl-77 {
    row-gap: 77px;
  }
  .rounded-xl-77 {
    border-radius: 77px;
  }
  .mb-xl-77 {
    margin-bottom: 77px;
  }
  .mt-xl-77 {
    margin-top: 77px;
  }
  .mr-xl-77 {
    margin-right: 77px;
  }
  .ml-xl-77 {
    margin-left: 77px;
  }
  .mx-xl-77 {
    margin-right: 77px;
    margin-left: 77px;
  }
  .my-xl-77 {
    margin-top: 77px;
    margin-bottom: 77px;
  }
  .p-xl-77 {
    padding: 77px;
  }
  .px-xl-77 {
    padding-right: 77px;
    padding-left: 77px;
  }
  .py-xl-77 {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .pr-xl-77 {
    padding-right: 77px;
  }
  .pl-xl-77 {
    padding-left: 77px;
  }
  .pt-xl-77 {
    padding-top: 77px;
  }
  .pb-xl-77 {
    padding-bottom: 77px;
  }
  .fs-xl-77 {
    font-size: 77px;
  }
}
.line-height-78 {
  line-height: 78px;
}

.gap-78 {
  gap: 78px;
}

.gap-x-78 {
  -moz-column-gap: 78px;
       column-gap: 78px;
}

.gap-y-78 {
  row-gap: 78px;
}

.rounded-78 {
  border-radius: 78px;
}

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

.mt-78 {
  margin-top: 78px;
}

.mr-78 {
  margin-right: 78px;
}

.ml-78 {
  margin-left: 78px;
}

.mx-78 {
  margin-right: 78px;
  margin-left: 78px;
}

.my-78 {
  margin-top: 78px;
  margin-bottom: 78px;
}

.p-78 {
  padding: 78px;
}

.px-78 {
  padding-right: 78px;
  padding-left: 78px;
}

.py-78 {
  padding-top: 78px;
  padding-bottom: 78px;
}

.pr-78 {
  padding-right: 78px;
}

.pl-78 {
  padding-left: 78px;
}

.pt-78 {
  padding-top: 78px;
}

.pb-78 {
  padding-bottom: 78px;
}

.fs-78 {
  font-size: 78px;
}

@media screen and (min-width: 768px) {
  .line-height-md-78 {
    line-height: 78px;
  }
  .gap-md-78 {
    gap: 78px;
  }
  .gap-x-md-78 {
    -moz-column-gap: 78px;
         column-gap: 78px;
  }
  .gap-y-md-78 {
    row-gap: 78px;
  }
  .rounded-md-78 {
    border-radius: 78px;
  }
  .mb-md-78 {
    margin-bottom: 78px;
  }
  .mt-md-78 {
    margin-top: 78px;
  }
  .mr-md-78 {
    margin-right: 78px;
  }
  .ml-md-78 {
    margin-left: 78px;
  }
  .mx-md-78 {
    margin-right: 78px;
    margin-left: 78px;
  }
  .my-md-78 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  .p-md-78 {
    padding: 78px;
  }
  .px-md-78 {
    padding-right: 78px;
    padding-left: 78px;
  }
  .py-md-78 {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .pr-md-78 {
    padding-right: 78px;
  }
  .pl-md-78 {
    padding-left: 78px;
  }
  .pt-md-78 {
    padding-top: 78px;
  }
  .pb-md-78 {
    padding-bottom: 78px;
  }
  .fs-md-78 {
    font-size: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-78 {
    line-height: 78px;
  }
  .gap-xl-78 {
    gap: 78px;
  }
  .gap-x-xl-78 {
    -moz-column-gap: 78px;
         column-gap: 78px;
  }
  .gap-y-xl-78 {
    row-gap: 78px;
  }
  .rounded-xl-78 {
    border-radius: 78px;
  }
  .mb-xl-78 {
    margin-bottom: 78px;
  }
  .mt-xl-78 {
    margin-top: 78px;
  }
  .mr-xl-78 {
    margin-right: 78px;
  }
  .ml-xl-78 {
    margin-left: 78px;
  }
  .mx-xl-78 {
    margin-right: 78px;
    margin-left: 78px;
  }
  .my-xl-78 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  .p-xl-78 {
    padding: 78px;
  }
  .px-xl-78 {
    padding-right: 78px;
    padding-left: 78px;
  }
  .py-xl-78 {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .pr-xl-78 {
    padding-right: 78px;
  }
  .pl-xl-78 {
    padding-left: 78px;
  }
  .pt-xl-78 {
    padding-top: 78px;
  }
  .pb-xl-78 {
    padding-bottom: 78px;
  }
  .fs-xl-78 {
    font-size: 78px;
  }
}
.line-height-79 {
  line-height: 79px;
}

.gap-79 {
  gap: 79px;
}

.gap-x-79 {
  -moz-column-gap: 79px;
       column-gap: 79px;
}

.gap-y-79 {
  row-gap: 79px;
}

.rounded-79 {
  border-radius: 79px;
}

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

.mt-79 {
  margin-top: 79px;
}

.mr-79 {
  margin-right: 79px;
}

.ml-79 {
  margin-left: 79px;
}

.mx-79 {
  margin-right: 79px;
  margin-left: 79px;
}

.my-79 {
  margin-top: 79px;
  margin-bottom: 79px;
}

.p-79 {
  padding: 79px;
}

.px-79 {
  padding-right: 79px;
  padding-left: 79px;
}

.py-79 {
  padding-top: 79px;
  padding-bottom: 79px;
}

.pr-79 {
  padding-right: 79px;
}

.pl-79 {
  padding-left: 79px;
}

.pt-79 {
  padding-top: 79px;
}

.pb-79 {
  padding-bottom: 79px;
}

.fs-79 {
  font-size: 79px;
}

@media screen and (min-width: 768px) {
  .line-height-md-79 {
    line-height: 79px;
  }
  .gap-md-79 {
    gap: 79px;
  }
  .gap-x-md-79 {
    -moz-column-gap: 79px;
         column-gap: 79px;
  }
  .gap-y-md-79 {
    row-gap: 79px;
  }
  .rounded-md-79 {
    border-radius: 79px;
  }
  .mb-md-79 {
    margin-bottom: 79px;
  }
  .mt-md-79 {
    margin-top: 79px;
  }
  .mr-md-79 {
    margin-right: 79px;
  }
  .ml-md-79 {
    margin-left: 79px;
  }
  .mx-md-79 {
    margin-right: 79px;
    margin-left: 79px;
  }
  .my-md-79 {
    margin-top: 79px;
    margin-bottom: 79px;
  }
  .p-md-79 {
    padding: 79px;
  }
  .px-md-79 {
    padding-right: 79px;
    padding-left: 79px;
  }
  .py-md-79 {
    padding-top: 79px;
    padding-bottom: 79px;
  }
  .pr-md-79 {
    padding-right: 79px;
  }
  .pl-md-79 {
    padding-left: 79px;
  }
  .pt-md-79 {
    padding-top: 79px;
  }
  .pb-md-79 {
    padding-bottom: 79px;
  }
  .fs-md-79 {
    font-size: 79px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-79 {
    line-height: 79px;
  }
  .gap-xl-79 {
    gap: 79px;
  }
  .gap-x-xl-79 {
    -moz-column-gap: 79px;
         column-gap: 79px;
  }
  .gap-y-xl-79 {
    row-gap: 79px;
  }
  .rounded-xl-79 {
    border-radius: 79px;
  }
  .mb-xl-79 {
    margin-bottom: 79px;
  }
  .mt-xl-79 {
    margin-top: 79px;
  }
  .mr-xl-79 {
    margin-right: 79px;
  }
  .ml-xl-79 {
    margin-left: 79px;
  }
  .mx-xl-79 {
    margin-right: 79px;
    margin-left: 79px;
  }
  .my-xl-79 {
    margin-top: 79px;
    margin-bottom: 79px;
  }
  .p-xl-79 {
    padding: 79px;
  }
  .px-xl-79 {
    padding-right: 79px;
    padding-left: 79px;
  }
  .py-xl-79 {
    padding-top: 79px;
    padding-bottom: 79px;
  }
  .pr-xl-79 {
    padding-right: 79px;
  }
  .pl-xl-79 {
    padding-left: 79px;
  }
  .pt-xl-79 {
    padding-top: 79px;
  }
  .pb-xl-79 {
    padding-bottom: 79px;
  }
  .fs-xl-79 {
    font-size: 79px;
  }
}
.line-height-80 {
  line-height: 80px;
}

.gap-80 {
  gap: 80px;
}

.gap-x-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.gap-y-80 {
  row-gap: 80px;
}

.rounded-80 {
  border-radius: 80px;
}

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

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-80 {
  padding: 80px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.fs-80 {
  font-size: 80px;
}

@media screen and (min-width: 768px) {
  .line-height-md-80 {
    line-height: 80px;
  }
  .gap-md-80 {
    gap: 80px;
  }
  .gap-x-md-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .gap-y-md-80 {
    row-gap: 80px;
  }
  .rounded-md-80 {
    border-radius: 80px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mr-md-80 {
    margin-right: 80px;
  }
  .ml-md-80 {
    margin-left: 80px;
  }
  .mx-md-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-md-80 {
    padding: 80px;
  }
  .px-md-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-md-80 {
    padding-right: 80px;
  }
  .pl-md-80 {
    padding-left: 80px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .fs-md-80 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-80 {
    line-height: 80px;
  }
  .gap-xl-80 {
    gap: 80px;
  }
  .gap-x-xl-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .gap-y-xl-80 {
    row-gap: 80px;
  }
  .rounded-xl-80 {
    border-radius: 80px;
  }
  .mb-xl-80 {
    margin-bottom: 80px;
  }
  .mt-xl-80 {
    margin-top: 80px;
  }
  .mr-xl-80 {
    margin-right: 80px;
  }
  .ml-xl-80 {
    margin-left: 80px;
  }
  .mx-xl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .my-xl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-xl-80 {
    padding: 80px;
  }
  .px-xl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .py-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-xl-80 {
    padding-right: 80px;
  }
  .pl-xl-80 {
    padding-left: 80px;
  }
  .pt-xl-80 {
    padding-top: 80px;
  }
  .pb-xl-80 {
    padding-bottom: 80px;
  }
  .fs-xl-80 {
    font-size: 80px;
  }
}
.line-height-81 {
  line-height: 81px;
}

.gap-81 {
  gap: 81px;
}

.gap-x-81 {
  -moz-column-gap: 81px;
       column-gap: 81px;
}

.gap-y-81 {
  row-gap: 81px;
}

.rounded-81 {
  border-radius: 81px;
}

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

.mt-81 {
  margin-top: 81px;
}

.mr-81 {
  margin-right: 81px;
}

.ml-81 {
  margin-left: 81px;
}

.mx-81 {
  margin-right: 81px;
  margin-left: 81px;
}

.my-81 {
  margin-top: 81px;
  margin-bottom: 81px;
}

.p-81 {
  padding: 81px;
}

.px-81 {
  padding-right: 81px;
  padding-left: 81px;
}

.py-81 {
  padding-top: 81px;
  padding-bottom: 81px;
}

.pr-81 {
  padding-right: 81px;
}

.pl-81 {
  padding-left: 81px;
}

.pt-81 {
  padding-top: 81px;
}

.pb-81 {
  padding-bottom: 81px;
}

.fs-81 {
  font-size: 81px;
}

@media screen and (min-width: 768px) {
  .line-height-md-81 {
    line-height: 81px;
  }
  .gap-md-81 {
    gap: 81px;
  }
  .gap-x-md-81 {
    -moz-column-gap: 81px;
         column-gap: 81px;
  }
  .gap-y-md-81 {
    row-gap: 81px;
  }
  .rounded-md-81 {
    border-radius: 81px;
  }
  .mb-md-81 {
    margin-bottom: 81px;
  }
  .mt-md-81 {
    margin-top: 81px;
  }
  .mr-md-81 {
    margin-right: 81px;
  }
  .ml-md-81 {
    margin-left: 81px;
  }
  .mx-md-81 {
    margin-right: 81px;
    margin-left: 81px;
  }
  .my-md-81 {
    margin-top: 81px;
    margin-bottom: 81px;
  }
  .p-md-81 {
    padding: 81px;
  }
  .px-md-81 {
    padding-right: 81px;
    padding-left: 81px;
  }
  .py-md-81 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .pr-md-81 {
    padding-right: 81px;
  }
  .pl-md-81 {
    padding-left: 81px;
  }
  .pt-md-81 {
    padding-top: 81px;
  }
  .pb-md-81 {
    padding-bottom: 81px;
  }
  .fs-md-81 {
    font-size: 81px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-81 {
    line-height: 81px;
  }
  .gap-xl-81 {
    gap: 81px;
  }
  .gap-x-xl-81 {
    -moz-column-gap: 81px;
         column-gap: 81px;
  }
  .gap-y-xl-81 {
    row-gap: 81px;
  }
  .rounded-xl-81 {
    border-radius: 81px;
  }
  .mb-xl-81 {
    margin-bottom: 81px;
  }
  .mt-xl-81 {
    margin-top: 81px;
  }
  .mr-xl-81 {
    margin-right: 81px;
  }
  .ml-xl-81 {
    margin-left: 81px;
  }
  .mx-xl-81 {
    margin-right: 81px;
    margin-left: 81px;
  }
  .my-xl-81 {
    margin-top: 81px;
    margin-bottom: 81px;
  }
  .p-xl-81 {
    padding: 81px;
  }
  .px-xl-81 {
    padding-right: 81px;
    padding-left: 81px;
  }
  .py-xl-81 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .pr-xl-81 {
    padding-right: 81px;
  }
  .pl-xl-81 {
    padding-left: 81px;
  }
  .pt-xl-81 {
    padding-top: 81px;
  }
  .pb-xl-81 {
    padding-bottom: 81px;
  }
  .fs-xl-81 {
    font-size: 81px;
  }
}
.line-height-82 {
  line-height: 82px;
}

.gap-82 {
  gap: 82px;
}

.gap-x-82 {
  -moz-column-gap: 82px;
       column-gap: 82px;
}

.gap-y-82 {
  row-gap: 82px;
}

.rounded-82 {
  border-radius: 82px;
}

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

.mt-82 {
  margin-top: 82px;
}

.mr-82 {
  margin-right: 82px;
}

.ml-82 {
  margin-left: 82px;
}

.mx-82 {
  margin-right: 82px;
  margin-left: 82px;
}

.my-82 {
  margin-top: 82px;
  margin-bottom: 82px;
}

.p-82 {
  padding: 82px;
}

.px-82 {
  padding-right: 82px;
  padding-left: 82px;
}

.py-82 {
  padding-top: 82px;
  padding-bottom: 82px;
}

.pr-82 {
  padding-right: 82px;
}

.pl-82 {
  padding-left: 82px;
}

.pt-82 {
  padding-top: 82px;
}

.pb-82 {
  padding-bottom: 82px;
}

.fs-82 {
  font-size: 82px;
}

@media screen and (min-width: 768px) {
  .line-height-md-82 {
    line-height: 82px;
  }
  .gap-md-82 {
    gap: 82px;
  }
  .gap-x-md-82 {
    -moz-column-gap: 82px;
         column-gap: 82px;
  }
  .gap-y-md-82 {
    row-gap: 82px;
  }
  .rounded-md-82 {
    border-radius: 82px;
  }
  .mb-md-82 {
    margin-bottom: 82px;
  }
  .mt-md-82 {
    margin-top: 82px;
  }
  .mr-md-82 {
    margin-right: 82px;
  }
  .ml-md-82 {
    margin-left: 82px;
  }
  .mx-md-82 {
    margin-right: 82px;
    margin-left: 82px;
  }
  .my-md-82 {
    margin-top: 82px;
    margin-bottom: 82px;
  }
  .p-md-82 {
    padding: 82px;
  }
  .px-md-82 {
    padding-right: 82px;
    padding-left: 82px;
  }
  .py-md-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .pr-md-82 {
    padding-right: 82px;
  }
  .pl-md-82 {
    padding-left: 82px;
  }
  .pt-md-82 {
    padding-top: 82px;
  }
  .pb-md-82 {
    padding-bottom: 82px;
  }
  .fs-md-82 {
    font-size: 82px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-82 {
    line-height: 82px;
  }
  .gap-xl-82 {
    gap: 82px;
  }
  .gap-x-xl-82 {
    -moz-column-gap: 82px;
         column-gap: 82px;
  }
  .gap-y-xl-82 {
    row-gap: 82px;
  }
  .rounded-xl-82 {
    border-radius: 82px;
  }
  .mb-xl-82 {
    margin-bottom: 82px;
  }
  .mt-xl-82 {
    margin-top: 82px;
  }
  .mr-xl-82 {
    margin-right: 82px;
  }
  .ml-xl-82 {
    margin-left: 82px;
  }
  .mx-xl-82 {
    margin-right: 82px;
    margin-left: 82px;
  }
  .my-xl-82 {
    margin-top: 82px;
    margin-bottom: 82px;
  }
  .p-xl-82 {
    padding: 82px;
  }
  .px-xl-82 {
    padding-right: 82px;
    padding-left: 82px;
  }
  .py-xl-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .pr-xl-82 {
    padding-right: 82px;
  }
  .pl-xl-82 {
    padding-left: 82px;
  }
  .pt-xl-82 {
    padding-top: 82px;
  }
  .pb-xl-82 {
    padding-bottom: 82px;
  }
  .fs-xl-82 {
    font-size: 82px;
  }
}
.line-height-83 {
  line-height: 83px;
}

.gap-83 {
  gap: 83px;
}

.gap-x-83 {
  -moz-column-gap: 83px;
       column-gap: 83px;
}

.gap-y-83 {
  row-gap: 83px;
}

.rounded-83 {
  border-radius: 83px;
}

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

.mt-83 {
  margin-top: 83px;
}

.mr-83 {
  margin-right: 83px;
}

.ml-83 {
  margin-left: 83px;
}

.mx-83 {
  margin-right: 83px;
  margin-left: 83px;
}

.my-83 {
  margin-top: 83px;
  margin-bottom: 83px;
}

.p-83 {
  padding: 83px;
}

.px-83 {
  padding-right: 83px;
  padding-left: 83px;
}

.py-83 {
  padding-top: 83px;
  padding-bottom: 83px;
}

.pr-83 {
  padding-right: 83px;
}

.pl-83 {
  padding-left: 83px;
}

.pt-83 {
  padding-top: 83px;
}

.pb-83 {
  padding-bottom: 83px;
}

.fs-83 {
  font-size: 83px;
}

@media screen and (min-width: 768px) {
  .line-height-md-83 {
    line-height: 83px;
  }
  .gap-md-83 {
    gap: 83px;
  }
  .gap-x-md-83 {
    -moz-column-gap: 83px;
         column-gap: 83px;
  }
  .gap-y-md-83 {
    row-gap: 83px;
  }
  .rounded-md-83 {
    border-radius: 83px;
  }
  .mb-md-83 {
    margin-bottom: 83px;
  }
  .mt-md-83 {
    margin-top: 83px;
  }
  .mr-md-83 {
    margin-right: 83px;
  }
  .ml-md-83 {
    margin-left: 83px;
  }
  .mx-md-83 {
    margin-right: 83px;
    margin-left: 83px;
  }
  .my-md-83 {
    margin-top: 83px;
    margin-bottom: 83px;
  }
  .p-md-83 {
    padding: 83px;
  }
  .px-md-83 {
    padding-right: 83px;
    padding-left: 83px;
  }
  .py-md-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .pr-md-83 {
    padding-right: 83px;
  }
  .pl-md-83 {
    padding-left: 83px;
  }
  .pt-md-83 {
    padding-top: 83px;
  }
  .pb-md-83 {
    padding-bottom: 83px;
  }
  .fs-md-83 {
    font-size: 83px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-83 {
    line-height: 83px;
  }
  .gap-xl-83 {
    gap: 83px;
  }
  .gap-x-xl-83 {
    -moz-column-gap: 83px;
         column-gap: 83px;
  }
  .gap-y-xl-83 {
    row-gap: 83px;
  }
  .rounded-xl-83 {
    border-radius: 83px;
  }
  .mb-xl-83 {
    margin-bottom: 83px;
  }
  .mt-xl-83 {
    margin-top: 83px;
  }
  .mr-xl-83 {
    margin-right: 83px;
  }
  .ml-xl-83 {
    margin-left: 83px;
  }
  .mx-xl-83 {
    margin-right: 83px;
    margin-left: 83px;
  }
  .my-xl-83 {
    margin-top: 83px;
    margin-bottom: 83px;
  }
  .p-xl-83 {
    padding: 83px;
  }
  .px-xl-83 {
    padding-right: 83px;
    padding-left: 83px;
  }
  .py-xl-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .pr-xl-83 {
    padding-right: 83px;
  }
  .pl-xl-83 {
    padding-left: 83px;
  }
  .pt-xl-83 {
    padding-top: 83px;
  }
  .pb-xl-83 {
    padding-bottom: 83px;
  }
  .fs-xl-83 {
    font-size: 83px;
  }
}
.line-height-84 {
  line-height: 84px;
}

.gap-84 {
  gap: 84px;
}

.gap-x-84 {
  -moz-column-gap: 84px;
       column-gap: 84px;
}

.gap-y-84 {
  row-gap: 84px;
}

.rounded-84 {
  border-radius: 84px;
}

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

.mt-84 {
  margin-top: 84px;
}

.mr-84 {
  margin-right: 84px;
}

.ml-84 {
  margin-left: 84px;
}

.mx-84 {
  margin-right: 84px;
  margin-left: 84px;
}

.my-84 {
  margin-top: 84px;
  margin-bottom: 84px;
}

.p-84 {
  padding: 84px;
}

.px-84 {
  padding-right: 84px;
  padding-left: 84px;
}

.py-84 {
  padding-top: 84px;
  padding-bottom: 84px;
}

.pr-84 {
  padding-right: 84px;
}

.pl-84 {
  padding-left: 84px;
}

.pt-84 {
  padding-top: 84px;
}

.pb-84 {
  padding-bottom: 84px;
}

.fs-84 {
  font-size: 84px;
}

@media screen and (min-width: 768px) {
  .line-height-md-84 {
    line-height: 84px;
  }
  .gap-md-84 {
    gap: 84px;
  }
  .gap-x-md-84 {
    -moz-column-gap: 84px;
         column-gap: 84px;
  }
  .gap-y-md-84 {
    row-gap: 84px;
  }
  .rounded-md-84 {
    border-radius: 84px;
  }
  .mb-md-84 {
    margin-bottom: 84px;
  }
  .mt-md-84 {
    margin-top: 84px;
  }
  .mr-md-84 {
    margin-right: 84px;
  }
  .ml-md-84 {
    margin-left: 84px;
  }
  .mx-md-84 {
    margin-right: 84px;
    margin-left: 84px;
  }
  .my-md-84 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .p-md-84 {
    padding: 84px;
  }
  .px-md-84 {
    padding-right: 84px;
    padding-left: 84px;
  }
  .py-md-84 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .pr-md-84 {
    padding-right: 84px;
  }
  .pl-md-84 {
    padding-left: 84px;
  }
  .pt-md-84 {
    padding-top: 84px;
  }
  .pb-md-84 {
    padding-bottom: 84px;
  }
  .fs-md-84 {
    font-size: 84px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-84 {
    line-height: 84px;
  }
  .gap-xl-84 {
    gap: 84px;
  }
  .gap-x-xl-84 {
    -moz-column-gap: 84px;
         column-gap: 84px;
  }
  .gap-y-xl-84 {
    row-gap: 84px;
  }
  .rounded-xl-84 {
    border-radius: 84px;
  }
  .mb-xl-84 {
    margin-bottom: 84px;
  }
  .mt-xl-84 {
    margin-top: 84px;
  }
  .mr-xl-84 {
    margin-right: 84px;
  }
  .ml-xl-84 {
    margin-left: 84px;
  }
  .mx-xl-84 {
    margin-right: 84px;
    margin-left: 84px;
  }
  .my-xl-84 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .p-xl-84 {
    padding: 84px;
  }
  .px-xl-84 {
    padding-right: 84px;
    padding-left: 84px;
  }
  .py-xl-84 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .pr-xl-84 {
    padding-right: 84px;
  }
  .pl-xl-84 {
    padding-left: 84px;
  }
  .pt-xl-84 {
    padding-top: 84px;
  }
  .pb-xl-84 {
    padding-bottom: 84px;
  }
  .fs-xl-84 {
    font-size: 84px;
  }
}
.line-height-85 {
  line-height: 85px;
}

.gap-85 {
  gap: 85px;
}

.gap-x-85 {
  -moz-column-gap: 85px;
       column-gap: 85px;
}

.gap-y-85 {
  row-gap: 85px;
}

.rounded-85 {
  border-radius: 85px;
}

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

.mt-85 {
  margin-top: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mx-85 {
  margin-right: 85px;
  margin-left: 85px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.p-85 {
  padding: 85px;
}

.px-85 {
  padding-right: 85px;
  padding-left: 85px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.fs-85 {
  font-size: 85px;
}

@media screen and (min-width: 768px) {
  .line-height-md-85 {
    line-height: 85px;
  }
  .gap-md-85 {
    gap: 85px;
  }
  .gap-x-md-85 {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .gap-y-md-85 {
    row-gap: 85px;
  }
  .rounded-md-85 {
    border-radius: 85px;
  }
  .mb-md-85 {
    margin-bottom: 85px;
  }
  .mt-md-85 {
    margin-top: 85px;
  }
  .mr-md-85 {
    margin-right: 85px;
  }
  .ml-md-85 {
    margin-left: 85px;
  }
  .mx-md-85 {
    margin-right: 85px;
    margin-left: 85px;
  }
  .my-md-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .p-md-85 {
    padding: 85px;
  }
  .px-md-85 {
    padding-right: 85px;
    padding-left: 85px;
  }
  .py-md-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .pr-md-85 {
    padding-right: 85px;
  }
  .pl-md-85 {
    padding-left: 85px;
  }
  .pt-md-85 {
    padding-top: 85px;
  }
  .pb-md-85 {
    padding-bottom: 85px;
  }
  .fs-md-85 {
    font-size: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-85 {
    line-height: 85px;
  }
  .gap-xl-85 {
    gap: 85px;
  }
  .gap-x-xl-85 {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .gap-y-xl-85 {
    row-gap: 85px;
  }
  .rounded-xl-85 {
    border-radius: 85px;
  }
  .mb-xl-85 {
    margin-bottom: 85px;
  }
  .mt-xl-85 {
    margin-top: 85px;
  }
  .mr-xl-85 {
    margin-right: 85px;
  }
  .ml-xl-85 {
    margin-left: 85px;
  }
  .mx-xl-85 {
    margin-right: 85px;
    margin-left: 85px;
  }
  .my-xl-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .p-xl-85 {
    padding: 85px;
  }
  .px-xl-85 {
    padding-right: 85px;
    padding-left: 85px;
  }
  .py-xl-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .pr-xl-85 {
    padding-right: 85px;
  }
  .pl-xl-85 {
    padding-left: 85px;
  }
  .pt-xl-85 {
    padding-top: 85px;
  }
  .pb-xl-85 {
    padding-bottom: 85px;
  }
  .fs-xl-85 {
    font-size: 85px;
  }
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.footer {
  background: #183883;
  color: #fff;
  font-weight: 500;
  line-height: 160%;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__container {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 1200px) {
  .footer__container {
    padding-bottom: 65px;
  }
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #0093dd;
}
.footer__top {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .footer__top {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__top {
    padding: 12px 52 px;
  }
}
@media screen and (min-width: 1440px) {
  .footer__top {
    padding-right: 117px;
  }
}
.footer__logo .logo {
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .footer__logo .logo {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer__logo {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__logo {
    gap: 65px;
  }
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .footer__list {
    gap: 24px;
    margin-top: 52px;
    display: grid;
    grid-template-columns: 1.5fr 0.7fr 1fr 1.5fr;
  }
}
@media screen and (min-width: 1200px) {
  .footer__list {
    gap: 40px;
    grid-template-columns: 330px auto auto 312px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .footer__list {
    gap: 83px;
  }
}
.footer__item ul {
  display: grid;
  gap: 7px;
}
@media screen and (max-width: 991px) {
  .footer__item:nth-of-type(2), .footer__item:nth-of-type(3) {
    width: calc(50% - 15px);
  }
}
.footer__item-contact ul {
  display: grid;
  gap: 10px;
}
.footer__item-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer__item-contact li:not(:first-child) {
  align-items: center;
}
.footer__item-contact li img {
  flex-shrink: 0;
}

.fixed-socials {
  position: fixed;
  right: 2%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 10px;
  bottom: 11%;
}
@media screen and (min-width: 1200px) {
  .fixed-socials {
    gap: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 1%;
  }
}
.fixed-socials a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #183883;
  border: 1px solid #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.fixed-socials a img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.btn-back-top {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: none;
  position: fixed;
  bottom: 4%;
  right: 1%;
  z-index: 99;
}
.btn-back-top.show {
  display: block;
}

.header {
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
  background: #fff;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
}
.header ul {
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .header ul {
    border: none;
    padding: 0;
    margin: 0;
  }
}
.header__top {
  font-size: 12px;
  gap: 4px;
  transition: 0.3s all ease-in-out;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .header__top {
    font-size: 14px;
  }
}
.header__top.show {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .header__top {
    font-size: 16px;
    gap: 8px;
  }
}
.header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .header__main {
    gap: 40px;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .header__main {
    gap: 68px;
  }
}
.header__actions .form-search {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__actions .form-search {
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    padding: 24px 39px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s all ease-in-out;
    transform: translateY(-10px);
  }
  .header__actions .form-search.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header__actions .form-search input {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
  }
  .header__actions .form-search input::-moz-placeholder {
    color: #8c8c8c;
  }
  .header__actions .form-search input::placeholder {
    color: #8c8c8c;
  }
  .header__actions .form-search button {
    background: #fff;
    color: #0093dd;
    border: 1px solid #0093dd;
    border-radius: 30px;
    outline: none;
    padding: 10px 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
    letter-spacing: 0.16px;
  }
}
.header .form-search-mobile {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  align-items: stretch;
  margin-top: 12px;
}
.header .form-search-mobile input {
  border: none;
  outline: none;
  padding: 8px 55px 8px 16px;
  width: 100%;
}
.header .form-search-mobile button {
  background: #0093dd;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .header .nav__has-submenu:hover .nav-submenu, .header .nav__has-submenu.active .nav-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header .nav__has-submenu:hover > .nav__link, .header .nav__has-submenu.active > .nav__link {
    color: #0093dd;
  }
  .header .nav__has-submenu:hover > .nav__link + .icon-arrow svg path, .header .nav__has-submenu.active > .nav__link + .icon-arrow svg path {
    stroke: #0093dd;
  }
}
@media screen and (max-width: 1199px) {
  .header__nav {
    position: fixed;
    height: 100vh;
    width: 300px;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 40px 20px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 16px;
    align-self: stretch;
  }
}
.header__nav.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.header__nav .nav__item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header__nav .nav__item {
    height: 100%;
  }
}
.header__nav .nav__item .icon-arrow svg {
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1199px) {
  .header__nav .nav__item .icon-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
}
.header__nav .nav__link {
  font-weight: 600;
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 1200px) {
  .header__nav .nav__link {
    border: none !important;
    display: inline-flex;
    align-items: center;
    padding: 0;
    height: 100%;
  }
}
.header__nav .nav__link:hover, .header__nav .nav__link.active {
  color: #0093dd;
}
.header__nav .nav__link:hover + .icon-arrow svg path, .header__nav .nav__link.active + .icon-arrow svg path {
  stroke: #0093dd;
}
.header__nav .nav-submenu {
  padding-left: 10px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 1200px) {
  .header__nav .nav-submenu {
    border: none;
    padding: 0;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    top: calc(100% + 11px);
    left: -23px;
    min-width: 178px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
    pointer-events: none;
    z-index: 9999;
  }
  .header__nav .nav-submenu::before {
    content: "";
    position: absolute;
    top: -30px;
    height: 40px;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}
.header__nav .nav-submenu .nav__item:last-child {
  border-bottom: none;
}
.header__nav .nav-submenu .nav__item:last-child .nav__link {
  border-bottom: none;
}
@media screen and (min-width: 1200px) {
  .header__nav .nav-submenu .nav__item .nav__link {
    padding: 10px 20px !important;
    transition: 0.3s all ease-in-out;
    display: block;
    width: 100%;
    background: #fff;
  }
  .header__nav .nav-submenu .nav__item .nav__link:hover, .header__nav .nav-submenu .nav__item .nav__link.active {
    background: linear-gradient(0deg, rgba(207, 236, 255, 0.6) 0%, rgba(207, 236, 255, 0.6) 100%), #fff;
  }
}

.product-card, .product-card--large {
  transition: all 0.3s ease;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-card:hover .product-card-image .image, .product-card--large:hover .product-card-image .image {
  transform: scale(1.05);
}
.product-card:hover .product-card-title, .product-card--large:hover .product-card-title {
  color: #0093dd;
}
.product-card-image {
  padding: 15px 12px;
}
.product-card-image .image {
  width: 100%;
  height: 223px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.product-card-image .tag {
  position: absolute;
  top: 5px;
  right: 8px;
  z-index: 2;
}
.product-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.product-card-title:hover {
  color: #0093dd;
}
@media screen and (max-width: 767px) {
  .product-card-price .price-new {
    font-size: 14px;
  }
}
.product-card-price .percent {
  border-radius: 8px 8px 8px 0px;
  background: rgba(0, 147, 221, 0.15);
  padding: 2px 7px;
}
.product-card-promotion {
  margin-top: auto;
}
.product-card .progress-bar, .product-card--large .progress-bar {
  height: 7px;
  border-radius: 30px;
  border: 1px solid #eb5757;
  background-color: rgba(235, 87, 87, 0.1);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-card .progress-bar-fill, .product-card--large .progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #eb5757;
}

@media screen and (min-width: 992px) {
  .product-card--large .product-card-image {
    padding: 21px 18px;
  }
  .product-card--large .product-card-image .image {
    height: 323px;
  }
}

.event-card:hover .event-card__img img {
  transform: scale(1.05);
}
.event-card:hover .event-card__title {
  color: #0093dd;
}
.event-card__img {
  position: relative;
  padding-bottom: 56.25%;
}
.event-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease;
}
.event-card .tag-live {
  background: #e33b3b;
  line-height: 140%;
}
.event-card .tag-view {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  line-height: 140%;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: #828282;
}
.breadcrumb-item a {
  color: #828282;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.breadcrumb-item.active a {
  color: #333;
}

.pagination {
  margin-top: 48px;
  margin-bottom: 0;
  border-top: 1px solid #eaecf0;
  padding-top: 21px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 100%;
}
.pagination .page-item.active .page-link {
  color: #07b;
  background: #e6f1f8;
}
.pagination .page-link {
  color: #667085;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  padding: 2px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  outline: 0;
}

.section-banner-home {
  position: relative;
}
.section-banner-home .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section-banner-home .swiper-slide {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .section-banner-home .swiper-slide {
    height: calc(100vh - 136px);
  }
}
.section-banner-home .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-banner-home .swiper-pagination {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  gap: 16px;
  display: flex;
  align-items: center;
  bottom: 33px;
}
.section-banner-home .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent !important;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.section-banner-home .swiper-pagination-bullet .number {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-banner-home .swiper-pagination-bullet .time-wrapper {
  display: none;
  position: relative;
  height: 1px;
  border-radius: 8px;
  background: #fff;
  width: 69px;
}
.section-banner-home .swiper-pagination-bullet .time-wrapper .time {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 3px;
  border-radius: 8px;
  background: #fff;
  width: 0%;
  transition: width 5s linear;
}
.section-banner-home .swiper-pagination-bullet-active .time-wrapper {
  display: block;
}
.section-banner-home .swiper-pagination-bullet-active .number {
  background: #183883;
}
.section-banner-home .banner__content {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  max-width: 468px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-banner-home .banner__content {
    top: 40%;
    max-width: 310px;
  }
}
@media screen and (min-width: 1200px) {
  .section-banner-home .banner__content {
    top: 35%;
  }
}
.section-banner-home .banner__title {
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.56px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-banner-home .banner__title {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .section-banner-home .banner__title {
    font-size: 56px;
  }
}
.section-banner-home .banner__desc {
  font-family: "Bonheur Royale", cursive;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 14px;
}
@media screen and (min-width: 1200px) {
  .section-banner-home .banner__desc {
    font-size: 36px;
  }
}
.section-banner-home .banner__link {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 20px;
  border-radius: 60px;
  background: #183883;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-banner-home .banner__link {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.section-banner-home .banner__link svg {
  transform: translateY(1px);
}
.section-banner-home .banner__link:hover {
  background: #fff;
  color: #0093dd;
}
.section-banner-home .banner__link:hover svg path {
  stroke: #0093dd;
}

.mouse-scroll {
  position: absolute;
  bottom: 4%;
  right: 1%;
  z-index: 9;
  width: -moz-fit-content;
  width: fit-content;
}
.mouse-scroll .arrow-scroll {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mouse-scroll .arrow-scroll svg {
  animation: scroll 1s infinite alternate;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
.section-categories {
  padding: 40px 0;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 1200px) {
  .section-categories {
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .section-categories .swiper {
    width: 92.1666666667%;
    margin: 0 auto;
  }
}
.section-categories .swiper-wrapper {
  overflow: visible;
  align-items: stretch;
}
.section-categories .swiper-slide {
  height: auto;
}
@media screen and (max-width: 767px) {
  .section-categories .swiper-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
  }
}
.section-categories .swiper-button-prev, .section-categories .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section-categories .swiper-button-prev, .section-categories .swiper-button-next {
    position: static;
    transform: unset;
  }
}
.section-categories .swiper-button-prev {
  left: 0;
}
.section-categories .swiper-button-next {
  right: 0;
}
.section-categories .category-item {
  transition: color 0.3s ease;
}
.section-categories .category-item:hover {
  color: #0093dd;
}

.section-banners-between {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .section-banners-between {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-featured-products .swiper-wrapper {
  align-items: stretch;
}
.section-featured-products .swiper-slide {
  height: auto;
}
.section-featured-products .swiper-button-prev, .section-featured-products .swiper-button-next {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
}

.section-combo {
  background: #c2e2f2;
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .section-combo {
    padding-bottom: 64px;
  }
}
.section-combo .combo__list {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .section-combo .combo__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 155px 155px;
    gap: 10px;
  }
}
@media screen and (min-width: 992px) {
  .section-combo .combo__list {
    grid-template-rows: 186px 186px;
    gap: 16px;
  }
}
.section-combo .combo__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .section-combo .combo__item:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}

.section-category-book .filter__groups .dropdown-toggle, .product__page-category-c2 .sidebar__list .filter__groups .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  line-height: 160%;
  color: #333;
  border-radius: 100px;
  border: 1px solid #828282;
  background: transparent;
  min-height: 46px;
  padding: 8px;
}
@media screen and (min-width: 1200px) {
  .section-category-book .filter__groups .dropdown-toggle, .product__page-category-c2 .sidebar__list .filter__groups .dropdown-toggle {
    padding: 6px 12px;
  }
}
.section-category-book .filter__groups .dropdown-toggle::after, .product__page-category-c2 .sidebar__list .filter__groups .dropdown-toggle::after {
  display: none;
}
.section-category-book .filter__groups .dropdown-menu, .product__page-category-c2 .sidebar__list .filter__groups .dropdown-menu {
  border-radius: 8px;
  border: 1px solid #f2f4f7;
  background: #fff;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  width: 320px;
  z-index: 98;
}
@media screen and (max-width: 991px) {
  .section-category-book .filter__groups .dropdown-menu, .product__page-category-c2 .sidebar__list .filter__groups .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-category-book .filter__groups-wrapper, .product__page-category-c2 .sidebar__list .filter__groups-wrapper {
  max-height: 350px;
  overflow-y: auto;
}
@media screen and (min-width: 1200px) {
  .section-category-book .filter__groups-wrapper, .product__page-category-c2 .sidebar__list .filter__groups-wrapper {
    max-height: 500px;
  }
}
.section-category-book .filter__groups-wrapper::-webkit-scrollbar, .product__page-category-c2 .sidebar__list .filter__groups-wrapper::-webkit-scrollbar {
  background: transparent;
  width: 8px;
}
.section-category-book .filter__groups-wrapper::-webkit-scrollbar-thumb, .product__page-category-c2 .sidebar__list .filter__groups-wrapper::-webkit-scrollbar-thumb {
  background: #eaecf0;
  border-radius: 30px;
}
.section-category-book .category-book--top, .product__page-category-c2 .sidebar__list .category-book--top {
  position: relative;
}
.section-category-book .category-book--top .swiper-slide, .product__page-category-c2 .sidebar__list .category-book--top .swiper-slide {
  width: auto;
}
.section-category-book .category-book--top .category-checked-list, .product__page-category-c2 .sidebar__list .category-book--top .category-checked-list {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .section-category-book .category-book--top .category-checked-list, .product__page-category-c2 .sidebar__list .category-book--top .category-checked-list {
    width: calc(100% - 180px);
  }
}
@media screen and (min-width: 1200px) {
  .section-category-book .category-book--top .category-checked-list, .product__page-category-c2 .sidebar__list .category-book--top .category-checked-list {
    width: calc(100% - 200px);
  }
}
.section-category-book .category-book__list, .product__page-category-c2 .sidebar__list .category-book__list {
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .section-category-book .category-book__list, .product__page-category-c2 .sidebar__list .category-book__list {
    margin-top: 40px;
  }
}
.section-category-book .category-book__list .swiper-slide, .product__page-category-c2 .sidebar__list .category-book__list .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-education-products {
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .section-education-products {
    padding-bottom: 60px;
  }
}
.section-education-products .swiper .swiper-wrapper {
  align-items: stretch;
}
.section-education-products .swiper .swiper-slide {
  height: auto;
}

.section-equipment .equipment__list {
  display: grid;
  gap: 32px 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .section-equipment .equipment__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
  }
}
@media screen and (min-width: 992px) {
  .section-equipment .equipment__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-equipment .equipment__list {
    gap: 48px 60px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .section-equipment .equipment__list {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
}

.head-top .btn-view-all svg {
  transition: all 0.3s ease;
}
.head-top .btn-view-all:hover {
  color: #0093dd;
}
.head-top .btn-view-all:hover svg path {
  stroke: #0093dd;
}

.section-event .event__list {
  display: grid;
  gap: 24px 16px;
}
@media screen and (min-width: 768px) {
  .section-event .event__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .section-event .event__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 16px;
  }
}

.product__page-category-c1 .product__list, .result-search-product .product__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .product__page-category-c1 .product__list, .result-search-product .product__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .product__page-category-c1 .product__list, .result-search-product .product__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 52px;
  }
}

.product__list-asset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .product__list-asset {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 30px;
  }
}
@media screen and (min-width: 992px) {
  .product__list-asset {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .product__list-asset {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 52px;
  }
}

.product__page-category-c2 {
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .product__page-category-c2 {
    padding-bottom: 100px;
  }
}
.product__page-category-c2 .sort-filter .sort-grid-layout {
  background: #e0e0e0;
  border-radius: 8px;
  padding: 5px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 40px;
  letter-spacing: 1.6px;
  z-index: 2;
}
.product__page-category-c2 .sort-filter .sort-grid-layout.active {
  display: flex;
}
.product__page-category-c2 .sort-filter .sort-grid-layout::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  bottom: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e0e0e0;
}
.product__page-category-c2 .sort-filter .sort-grid-layout-item {
  min-width: 20px;
  text-align: center;
  cursor: pointer;
  color: #828282;
}
.product__page-category-c2 .sort-filter .sort-grid-layout-item.active {
  color: #333;
}
.product__page-category-c2 .sidebar {
  margin: 24px 0 40px;
}
@media screen and (min-width: 992px) {
  .product__page-category-c2 .sidebar {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background: #fff;
  }
}
@media screen and (max-width: 991px) {
  .product__page-category-c2 .sidebar__list {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 991;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    transform: translateX(100%);
    transition: 0.3s all ease-in-out;
  }
}
.product__page-category-c2 .sidebar__list.active {
  transform: translateX(0);
}
.product__page-category-c2 .sidebar__list .filter__groups-wrapper {
  max-height: calc(100vh - 66px);
  height: 100%;
}
.product__page-category-c2 .sidebar__list .filter__groups-wrapper h4, .product__page-category-c2 .sidebar__list .filter__groups-wrapper .h4 {
  margin-top: 12px;
}
@media screen and (min-width: 1200px) {
  .product__page-category-c2 .sidebar__list .btn-filter-mobile {
    padding-bottom: 29px;
  }
}
.product__page-category-c2 .sidebar__title {
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .product__page-category-c2 .sidebar__title {
    border-radius: 0;
  }
}
.product__page-category-c2 .product__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 22px;
}
@media screen and (min-width: 768px) {
  .product__page-category-c2 .product__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .product__page-category-c2 .product__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 52px;
  }
  .product__page-category-c2 .product__list.show-grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 55px;
  }
}
@media screen and (min-width: 992px) {
  .product__page-category-c2 .main-wrapper {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .product__page-category-c2 .main-wrapper {
    grid-template-columns: 273px 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .product__page-category-c2 .main-content-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }
}

.product-detail-page .product__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .product-detail-page .product__wrapper {
    grid-template-columns: 49.3333333333% 1fr;
    display: grid;
  }
}
.product-detail-page .product__slides {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column-reverse;
  gap: 34px;
}
.product-detail-page .product__slides .image {
  display: block;
}
@media screen and (min-width: 1200px) {
  .product-detail-page .product__slides {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 24px 33px;
  }
}
.product-detail-page .product__slides .product__slide--main .swiper {
  height: 100%;
}
.product-detail-page .product__slides .product__slide--main .swiper-slide .image {
  padding-bottom: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .product-detail-page .product__slides .product__slide--main .swiper-slide .image {
    padding-bottom: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .product-detail-page .product__slides .product__slide--main .swiper-slide .image {
    padding-bottom: 580px;
  }
}
.product-detail-page .product__slides .product__slide--main .swiper-slide .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .product-detail-page .product__slides .product__slide--thumbs .swiper {
    max-height: 460px;
    height: 460px;
  }
}
@media screen and (min-width: 1440px) {
  .product-detail-page .product__slides .product__slide--thumbs .swiper {
    max-height: 550px;
    height: 550px;
  }
}
.product-detail-page .product__slides .product__slide--thumbs .swiper-slide {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding: 6px;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .product-detail-page .product__slides .product__slide--thumbs .swiper-slide {
    height: 100px;
  }
}
.product-detail-page .product__slides .product__slide--thumbs .swiper-slide .image {
  position: relative;
  height: 100%;
}
.product-detail-page .product__slides .product__slide--thumbs .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail-page .product__slides .product__slide--thumbs .swiper-slide .image::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  z-index: 2;
}
.product-detail-page .product__slides .product__slide--thumbs .swiper-slide-thumb-active {
  border: 1px solid #0093dd;
}
.product-detail-page .product__slides .product__slide--thumbs .swiper-slide-thumb-active .image::before {
  background: transparent;
}
.product-detail-page .product__slides .product__slide--thumbs .swiper-slide-video .image {
  position: relative;
}
.product-detail-page .product__slides .product__slide--thumbs .swiper-slide-video .image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  background-image: url("../images/btn-auto-play.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 3;
}
.product-detail-page .product__slides .product__slide--thumbs [class*=swiper-button] {
  position: static;
  transform: unset;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .product-detail-page .product__slides .product__slide--thumbs [class*=swiper-button].swiper-button-prev {
    transform: rotate(-90deg);
  }
  .product-detail-page .product__slides .product__slide--thumbs [class*=swiper-button].swiper-button-next {
    transform: rotate(-90deg);
  }
}
.product-detail-page .product__content-right {
  padding: 20px;
  border-radius: 4px;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .product-detail-page .product__content-right {
    padding: 22px 24px;
  }
}
.product-detail-page .product__content-right .percent {
  border-radius: 8px 8px 8px 0px;
  background: rgba(0, 147, 221, 0.15);
  padding: 2px 7px;
  color: #183883;
  font-size: 12px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.product-detail-page .product__content-right .product__title {
  font-size: 28px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .product-detail-page .product__content-right .product__title {
    font-size: 32px;
  }
}
.product-detail-page .product__content-right .product__price--box {
  border-radius: 2px;
  background: #f6f6f6;
  padding: 20px 14px 20px 24px;
}
@media screen and (min-width: 1200px) {
  .product-detail-page .product__content-right .product__price--box {
    min-height: 114px;
    padding: 20px 14px 20px 24px;
  }
}
.product-detail-page .product__content-right .product__price .price {
  font-size: 28px;
  line-height: 1.6071428571;
}
@media screen and (min-width: 1200px) {
  .product-detail-page .product__content-right .product__price .price {
    font-size: 32px;
  }
}
.product-detail-page .product__content-right .product__info--list {
  list-style: none;
  padding-left: 0;
}
.product-detail-page .product__content-right .product__info--list li {
  padding-left: 20px;
  position: relative;
}
.product-detail-page .product__content-right .product__info--list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #0093dd;
}
.product-detail-page .product__content-right .product__info--quantity .quantity-box {
  border-radius: 2px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.product-detail-page .product__content-right .product__info--quantity .quantity-input {
  width: 26px;
  height: 26px;
  text-align: center;
  flex-shrink: 0;
}
.product-detail-page .product__content-right .product__info--quantity .quantity-input::-webkit-outer-spin-button, .product-detail-page .product__content-right .product__info--quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-detail-page .product__content-right .product__info--quantity-btn {
  width: 26px;
  height: 26px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-page .product__content-right .product__info--btn [class*=btn] {
  font-weight: 600;
  letter-spacing: 0.18px;
  padding: 15px 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  border-radius: 60px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-detail-page .product__content-right .product__info--btn [class*=btn] {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  .product-detail-page .product__content-right .product__info--btn [class*=btn] {
    font-size: 18px;
  }
}
.product-detail-page .product__content-right .product__info--btn [class*=btn]:hover {
  transform: translateY(-2px);
}
.product-detail-page .product__content-right .product__info--btn .btn-add-to-cart {
  color: #0093dd;
  background: rgba(0, 147, 221, 0.2);
}
.product-detail-page .product__content-right .product__info--btn .btn-add-to-cart:hover {
  background: rgba(0, 147, 221, 0.5);
}
.product-detail-page .product__content-right .product__info--btn .btn-buy-now {
  color: #fff;
  background: #183883;
}
.product-detail-page .product__content-right .product__info--btn .btn-buy-now:hover {
  background: transparent;
  border-color: #183883;
  color: #183883;
}
.product-detail-page .product__description {
  border-radius: 4px;
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .product-detail-page .product__description {
    padding: 25px 39px 25px 33px;
  }
}
.product-detail-page .product__description--title {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .product-detail-page .product__description--title {
    font-size: 28px;
  }
}

.cart-empty {
  padding: 22px 0 74px;
}
@media screen and (min-width: 1200px) {
  .cart-empty {
    margin-bottom: 70px;
  }
}
.cart-empty .wrapper {
  max-width: 790px;
  margin: 0 auto;
}
.cart-empty .btn-add-to-cart {
  min-width: 204px;
  color: #fff;
}
.cart-empty .btn-add-to-cart:hover {
  background: #0093dd;
  border-color: #0093dd;
  color: #fff;
}

.cart-site {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .cart-site {
    padding-bottom: 100px;
  }
}

.cart__table {
  padding: 16px 12px;
}
.cart__table .cart__table-header {
  border-radius: 4px;
  background: rgba(0, 147, 221, 0.08);
  display: none;
  padding: 14px 20px;
  color: #183883;
  font-weight: 600;
  min-height: 45px;
  text-transform: capitalize;
  margin-bottom: 28px;
}
@media screen and (min-width: 1200px) {
  .cart__table .cart__table-header {
    display: grid;
    gap: 10px;
    grid-template-columns: 40px 1fr 150px 150px 150px 30px;
    align-items: center;
    justify-content: space-between;
  }
}
.cart__table .cart__table-header-item:first-child {
  width: 40px;
}
.cart__table .cart__item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0px 8px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 1200px) {
  .cart__table .cart__item {
    display: grid;
    gap: 10px;
    grid-template-columns: 40px 1fr 150px 150px 150px 30px;
    padding-bottom: 32px;
    margin: 0 24px 32px;
  }
}
@media screen and (min-width: 1440px) {
  .cart__table .cart__item {
    padding-bottom: 42px;
    margin-bottom: 42px;
  }
}
.cart__table .cart__item-checkbox input {
  display: none;
}
.cart__table .cart__item-checkbox input:checked + .checkmark {
  background: #00b44d;
}
.cart__table .cart__item-checkbox input:checked + .checkmark::after {
  display: block;
}
.cart__table .cart__item-checkbox .checkmark {
  display: block;
  width: 22px;
  height: 22px;
  background: #f2f2f2;
  position: relative;
  margin: 0;
  cursor: pointer;
  border-radius: 2px;
}
.cart__table .cart__item-checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 11px;
  height: 7px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #fff;
  transform: rotate(-45deg);
  display: none;
}
.cart__table .cart__item-product {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: calc(100% - 30px);
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .cart__table .cart__item-product {
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .cart__table .cart__item-product {
    margin: 0;
    gap: 24px;
  }
}
.cart__table .cart__item-product .image {
  width: 75px;
  height: 85px;
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
  background: #fff;
  padding: 4px;
}
@media screen and (min-width: 1200px) {
  .cart__table .cart__item-product .image {
    padding: 7px;
    width: 92px;
    height: 130px;
  }
}
.cart__table .cart__item-product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart__table .cart__item-product .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media screen and (min-width: 1200px) {
  .cart__table .cart__item-product .name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .cart__table .cart__item-product .name {
    font-size: 20px;
  }
}
.cart__table .cart__item-product .name:hover {
  color: #0093dd;
}
.cart__table .cart__item-product .code {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .cart__table .cart__item-product .code {
    font-size: 16px;
  }
}
.cart__table .cart__item-price {
  margin-left: 117px;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .cart__table .cart__item-price {
    font-size: 18px;
    margin: 0;
    font-size: 18px;
  }
}
.cart__table .cart__item-price .price-old {
  font-size: 13px;
  margin-top: 8px;
}
@media screen and (max-width: 1199px) {
  .cart__table .cart__item-quantity {
    padding: 0;
    min-height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .cart__table .cart__item-total {
    margin-top: 8px;
    margin-left: auto;
    text-align: right;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .cart__table .cart__item-delete {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
  }
}

.cart__footer {
  border-radius: 4px;
  background: #fff;
  padding: 20px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 1200px) {
  .cart__footer {
    padding: 32px 44px 35px;
  }
}
.cart__footer-list {
  max-width: 483px;
  width: 100%;
  margin-left: auto;
}
.cart__footer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cart__footer-item span {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #0093dd;
  margin-right: 12px;
  transform: translateY(-3px);
}

.create-orders-site {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .create-orders-site {
    padding-bottom: 100px;
  }
}
.create-orders-site .header-create-orders {
  margin: 23px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .create-orders-site .header-create-orders {
    margin: 40px 0 23px;
    flex-direction: row;
    gap: 86px;
  }
  .create-orders-site .header-create-orders .block-empty {
    width: 230px;
  }
}
.create-orders-site .step-create-orders {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  max-width: 568px;
  width: 100%;
  margin: 0 auto;
}
.create-orders-site .step-create-orders .step {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: relative;
  flex-shrink: 0;
}
.create-orders-site .step-create-orders .step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: #e0e0e0;
  font-size: 15px;
  color: #a1a1a1;
  font-weight: 700;
  line-height: 140%;
  height: 100%;
  width: 100%;
}
.create-orders-site .step-create-orders .step.active {
  border-color: rgba(0, 147, 221, 0.15);
}
.create-orders-site .step-create-orders .step.active span {
  background-color: #0093dd;
  color: #fff;
}
.create-orders-site .orders-content {
  padding: 25px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .create-orders-site .orders-content {
    padding: 25px 44px 55px;
  }
}
.create-orders-site .orders-content .create-orders-content-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.create-orders-site .orders-content .create-orders-content-form .grid-form {
  display: grid;
  gap: 28px 16px;
}
@media screen and (min-width: 992px) {
  .create-orders-site .orders-content .create-orders-content-form .grid-form {
    grid-template-columns: repeat(3, 1fr);
  }
}
.create-orders-site .orders-content .create-orders-content-form .form-group label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #000;
}
.create-orders-site .orders-content .create-orders-content-form .form-group label sup {
  color: #d91f26;
}
.create-orders-site .orders-content .create-orders-content-form .form-group .note {
  min-height: 100px;
}
@media screen and (max-width: 991px) {
  .create-orders-site .orders-content .create-orders-content-form textarea {
    min-height: 100px;
  }
}
.create-orders-site .orders-content .create-orders-content-form .form-control {
  border-radius: 1px;
  border: 1px solid #d4d4d4;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 14px;
}
.create-orders-site .orders-content .create-orders-content-form .form-control::-moz-placeholder {
  color: #828282;
}
.create-orders-site .orders-content .create-orders-content-form .form-control:-moz-placeholder-shown {
  color: #828282;
}
.create-orders-site .orders-content .create-orders-content-form .form-control::placeholder, .create-orders-site .orders-content .create-orders-content-form .form-control:placeholder-shown {
  color: #828282;
}
.create-orders-site .orders-content .create-orders-content-form .export-invoices input[type=checkbox] {
  display: none;
}
.create-orders-site .orders-content .create-orders-content-form .export-invoices input[type=checkbox]:checked + .form-check-label::before {
  background-color: #00b44d;
}
.create-orders-site .orders-content .create-orders-content-form .export-invoices input[type=checkbox]:checked + .form-check-label::after {
  display: block;
}
.create-orders-site .orders-content .create-orders-content-form .export-invoices input[type=checkbox]:checked ~ .form-export-invoices {
  display: block;
}
.create-orders-site .orders-content .create-orders-content-form .export-invoices .form-check-label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.create-orders-site .orders-content .create-orders-content-form .export-invoices .form-check-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #f2f2f2;
  border-radius: 2px;
}
.create-orders-site .orders-content .create-orders-content-form .export-invoices .form-check-label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  display: none;
}
.create-orders-site .orders-content .create-orders-content-form .export-invoices .form-export-invoices {
  display: none;
}

.box__payment {
  border-radius: 1px;
  border: 1px solid #d4d4d4;
}
.box__payment-wrapper {
  border-radius: 8px;
  background: #f2f2f2;
  padding: 12px;
}
@media screen and (min-width: 1200px) {
  .box__payment-wrapper {
    padding: 12px 24px;
  }
}
.box__payment-list {
  display: grid;
  gap: 21px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .box__payment-list {
    grid-template-columns: repeat(auto-fill, minmax(0, 167px));
  }
}
.box__payment-item {
  border-radius: 8px;
  border: 2px solid #ced4da;
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(16, 24, 40, 0.05);
  opacity: 0.5;
  padding: 12px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
}
.box__payment-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.box__payment-item.active {
  border-color: #0093dd;
  opacity: 1;
}

.orders-success .box-orders {
  border-radius: 1px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 15px;
}
.orders-success .box-orders:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .orders-success .box-orders {
    padding: 15px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .orders-success .box-orders-product .wrapper {
    max-height: 114px;
    overflow-y: auto;
  }
  .orders-success .box-orders-product .wrapper::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
    background-color: rgba(224, 224, 224, 0.8);
  }
  .orders-success .box-orders-product .wrapper::-webkit-scrollbar-thumb {
    background-color: #b9b9b9;
    border-radius: 10px;
  }
}
.orders-success .box-orders-product .list {
  display: grid;
  gap: 12px;
}
.orders-success .box-orders-product .list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .orders-success .box-orders-product .list .item {
    gap: 60px;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 320px 20% 40px 180px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .orders-success .box-orders-product .list .item {
    gap: 80px;
    grid-template-columns: 380px 20% 40px 180px;
  }
}
.orders-success .box-orders-product .list .item__name {
  flex-basis: 100%;
}
@media screen and (min-width: 1200px) {
  .orders-success .box-orders-product .list .item__name {
    flex-basis: unset;
    max-width: 380px;
  }
}
.orders-success .box-orders-product .list .item__code {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  word-break: break-all;
}
.orders-success .box-orders-product .list .item__code span {
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .orders-success .box-orders-product .list .item__code span {
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) {
  .orders-success .box-orders-product .list .item__code {
    flex-basis: 60%;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .orders-success .box-orders-product .list .item__code {
    flex-basis: unset;
  }
}
.orders-success .box-orders-product .list .item__price {
  flex: 1;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .orders-success .box-orders-product .list .item__price {
    flex-basis: unset;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .orders-success .box-orders-info .list {
    grid-template-columns: 350px auto;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .orders-success .box-orders-info .list {
    -moz-column-gap: 80px;
         column-gap: 80px;
    grid-template-columns: 380px auto;
  }
}
.orders-success .box-orders-payment {
  color: #4f4f4f;
}
.orders-success .box-orders-payment .box {
  border-radius: 8px;
  background: rgba(0, 147, 221, 0.08);
  padding: 18px 16px;
}
.orders-success .box-orders-payment .list {
  max-width: 364px;
  width: 100%;
}
.orders-success .box-orders-payment .item {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.orders-success .box-orders-payment .item span {
  flex-grow: 1;
  text-align: right;
  flex-shrink: 0;
}
.orders-success .box-orders-payment .box-account {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .orders-success .box-orders-payment .box-account {
    display: grid;
    grid-template-columns: 140px 1fr;
  }
}
.orders-success .box-orders-payment .box-account .img-bank,
.orders-success .box-orders-payment .box-account .img-qr,
.orders-success .box-orders-payment .box-account .box-account-info {
  border-radius: 8px;
  border: 0.8px solid #bdbdbd;
  background: #fff;
}
.orders-success .box-orders-payment .box-account .img-bank:not(.box-account-info),
.orders-success .box-orders-payment .box-account .img-qr:not(.box-account-info),
.orders-success .box-orders-payment .box-account .box-account-info:not(.box-account-info) {
  min-height: 86px;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.orders-success .box-orders-payment .box-account .img-bank:not(.box-account-info) img,
.orders-success .box-orders-payment .box-account .img-qr:not(.box-account-info) img,
.orders-success .box-orders-payment .box-account .box-account-info:not(.box-account-info) img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.orders-success .box-orders-payment .box-account .box-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .orders-success .box-orders-payment .box-account .box-img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.orders-success .box-orders-payment .box-account .box-account-info {
  padding: 16px;
}
.orders-success .box-orders-payment .box-account .box-account-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: space-between;
}
.orders-success .box-orders-payment .box-account .box-account-info-item:not(:first-child) {
  flex-wrap: wrap;
}
.orders-success .box-orders-payment .box-account .box-account-info-item span {
  flex-shrink: 0;
}
.orders-success .box-orders-payment .box-account .box-account-info-item:not(:last-child) {
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e9ebec;
}

.about-site {
  background: #fff;
}
.about-site .title-about {
  font-size: 26px;
  line-height: 140%;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .about-site .title-about {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .about-site .title-about {
    font-size: 32px;
  }
}
.about-site .about-us {
  display: grid;
  gap: 30px;
  margin: 40px 0;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .about-site .about-us {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .about-site .about-us {
    margin: 60px 0;
    grid-template-columns: 1fr 50%;
    gap: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .about-site .about-us {
    gap: 93px;
  }
}
.about-site .about-us .image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
  height: 338px;
}
.about-site .about-us .image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/about-us-icon-video.png");
  height: 100%;
  width: 100%;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.about-site .about-us .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-site .about-us .content {
  line-height: 160%;
}
.about-site .about-us .content * {
  margin-bottom: 0;
}
.about-site .company {
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .about-site .company {
    padding-bottom: 74px;
  }
}
.about-site .company__table table {
  --bs-table-striped-bg: rgba(0, 147, 221, 0.05);
  --bs-table-bg: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1200px) {
  .about-site .company__table table > :not(caption) > * > * {
    padding: 21px 39px;
  }
}
@media screen and (min-width: 1200px) {
  .about-site .company__table table {
    font-size: 20px;
    line-height: 160%;
  }
  .about-site .company__table table > :not(caption) > * > * {
    padding: 21px 39px;
  }
}

.mission {
  padding: 40px 0;
  background: #f6f6f6;
}
@media screen and (min-width: 1200px) {
  .mission {
    padding: 62px 0 76px;
  }
}
.mission__list {
  display: grid;
  gap: 27px;
}
@media screen and (min-width: 768px) {
  .mission__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mission__item {
  border-radius: 8px;
  background: #fff;
  padding: 24px 16px;
  text-align: center;
  color: #585858;
}
.mission__item h3, .mission__item .h3 {
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .mission__item h3, .mission__item .h3 {
    font-size: 24px;
  }
}
.mission__item .image {
  text-align: center;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}
.mission__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .mission__item .image {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 992px) {
  .mission__item {
    padding: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .mission__item {
    padding: 36px 28px;
  }
}

.organizational {
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .organizational {
    padding: 80px 0 93px;
  }
  .organizational h2, .organizational .h2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

.history {
  padding: 40px 0;
  background: #f6f6f6;
}
@media screen and (min-width: 1200px) {
  .history {
    padding: 66px 0;
  }
}
@media screen and (min-width: 1200px) {
  .history__title {
    margin-bottom: 40px;
  }
}
.history__item {
  background: #fff;
  color: #585858;
  padding: 40px 26px;
  width: 301px;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .history__item {
    padding: 56px 26px;
    min-height: 394px;
  }
}
.history__item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -38px;
  background-image: url("../images/history-icon.png");
  width: 83px;
  height: 88%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.history__item .date {
  font-size: 28px;
}
@media screen and (min-width: 1200px) {
  .history__item .date {
    font-size: 32px;
  }
}
.history .swiper-slide {
  width: 353px;
  height: auto;
}
.history .swiper-slide.last-item .history__item::before {
  display: none;
}

.task {
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .task {
    padding: 80px 0 72px;
  }
}
.task__accordion .accordion-item {
  border: 0;
  padding: 30px 0px;
  border-top: 1px solid #e9e9e9;
}
.task__accordion .accordion-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.task__accordion .accordion-item:last-child {
  border-bottom: 1px solid #e9e9e9;
}
.task__accordion .accordion-button {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  border: none;
  background: transparent;
  outline: 0;
  box-shadow: none;
}
.task__accordion .accordion-button::after {
  --bs-accordion-btn-icon: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaAQMAAACThN6NAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAZQTFRFAAAAAJPdB2nOfwAAAAJ0Uk5TAP9bkSK1AAAAGElEQVR4nGNk4PnCwEgm8Z+B4SCEoMAUAPkRG5ttJ/geAAAAAElFTkSuQmCC);
  --bs-accordion-btn-active-icon: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAACAQMAAACTwzVFAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAZQTFRFAJPdAJPdRfHy+wAAAAJ0Uk5Tf//zNkeMAAAAD0lEQVR4nGOsb2A4yAgiABFTA4N4473/AAAAAElFTkSuQmCC);
  position: absolute;
  top: 5px;
  right: 0;
  transform: unset !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  text-align: center;
  margin: 0 auto;
  background-position: center;
}
.task__accordion .accordion-button .title,
.task__accordion .accordion-button .desc {
  width: calc(100% - 30px);
}
@media screen and (min-width: 768px) {
  .task__accordion .accordion-button .title,
  .task__accordion .accordion-button .desc {
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1200px) {
  .task__accordion .accordion-button .title,
  .task__accordion .accordion-button .desc {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1440px) {
  .task__accordion .accordion-button .title,
  .task__accordion .accordion-button .desc {
    width: calc(100% - 170px);
  }
}
.task__accordion .accordion-button .title {
  font-size: 21px;
  font-weight: normal;
  color: #1c1c1c;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .task__accordion .accordion-button .title {
    font-size: 28px;
    line-height: 150%;
  }
}
.task__accordion .accordion-button .desc {
  color: #585858;
  font-weight: 500;
  line-height: 140%;
  display: none;
}
.task__accordion .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}
.task__accordion .accordion-button:not(.collapsed) .desc {
  display: block;
}

.activity {
  padding: 40px 0;
  background: #f6f6f6;
}
@media screen and (min-width: 1200px) {
  .activity {
    padding: 74px 0 90px;
  }
}
.activity__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .activity__title {
    margin-bottom: 40px;
  }
}
.activity__list {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .activity__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 162px);
  }
}
.activity__item {
  display: grid;
  gap: 16px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: box-shadow 0.3s;
}
.activity__item:hover .content {
  opacity: 1;
  visibility: visible;
}
.activity__item:hover .image img {
  transform: scale(1.1);
}
.activity__item .image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .activity__item .image {
    padding-top: 333px;
  }
}
.activity__item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.activity__item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background: rgba(24, 56, 131, 0.6);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .activity__item .content {
    padding: 20px;
  }
}
.activity__item .content .date {
  font-size: 16px;
  font-weight: 500;
}
.activity__item .content .title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .activity__item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .activity__item:nth-child(1) .content .title {
    font-size: 18px;
    line-height: 140%;
  }
}
@media screen and (min-width: 1200px) {
  .activity__item:nth-child(1) .content .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .activity__item:nth-child(2) {
    grid-column: 3/5;
    grid-row: 2/-1;
  }
}
@media screen and (min-width: 768px) {
  .activity__item:nth-child(2) .content .title {
    font-size: 18px;
    line-height: 140%;
  }
}
@media screen and (min-width: 1200px) {
  .activity__item:nth-child(2) .content .title {
    font-size: 24px;
  }
}
.activity .swiper-wrapper {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.activity-detail-site {
  background: #fff;
}
.activity-detail-site .main-title {
  margin: 18px 0;
}
@media screen and (min-width: 768px) {
  .activity-detail-site .main-title {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .activity-detail-site .main-title {
    margin-top: 60px;
  }
}
.activity-detail-site .main__wrapper {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .activity-detail-site .main__wrapper {
    padding-bottom: 104px;
    max-width: 998px;
    margin: 0 auto;
  }
}
.activity-detail-site .activity__related {
  background: #f6f6f6;
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .activity-detail-site .activity__related {
    padding: 62px 0 94px;
  }
}
.activity-detail-site .list-activity {
  display: grid;
  gap: 27px 16px;
}
@media screen and (min-width: 768px) {
  .activity-detail-site .list-activity {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .activity-detail-site .list-activity {
    gap: 27px;
  }
}
.activity-detail-site .list-activity .item {
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .activity-detail-site .list-activity .item {
    padding: 32px 28px;
  }
}
.activity-detail-site .list-activity .item:hover .title {
  color: #0093dd;
}
.activity-detail-site .list-activity .item:hover .img img {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.activity-detail-site .list-activity .item .img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.activity-detail-site .list-activity .item .img img {
  width: 100%;
  height: 169px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.activity-detail-site .list-activity .item .title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.livestream-site, .search-result-video {
  padding-bottom: 80px;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .livestream-site, .search-result-video {
    padding-bottom: 120px;
  }
}
.livestream-site .title-page, .search-result-video .title-page {
  margin: 40px 0 21px;
}
.livestream-site .livestream__list, .search-result-video .livestream__list {
  display: grid;
  gap: 32px 16px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .livestream-site .livestream__list, .search-result-video .livestream__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .livestream-site .livestream__list, .search-result-video .livestream__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .livestream-site .livestream__list, .search-result-video .livestream__list {
    gap: 48px 16px;
  }
}

.modal-livestream .modal-dialog, .modal-livestream-success .modal-dialog {
  max-width: 632px;
}
.modal-livestream .modal-content, .modal-livestream-success .modal-content {
  border-radius: 0;
  border: none;
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .modal-livestream .modal-content, .modal-livestream-success .modal-content {
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  .modal-livestream .modal-content, .modal-livestream-success .modal-content {
    padding: 50px 36px;
  }
}
.modal-livestream .modal-title, .modal-livestream-success .modal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .modal-livestream .modal-title, .modal-livestream-success .modal-title {
    font-size: 32px;
  }
}
.modal-livestream sup, .modal-livestream-success sup {
  color: #d91f26;
  font-size: 17px;
  line-height: normal;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}
.modal-livestream .form-group, .modal-livestream-success .form-group {
  margin-bottom: 16px;
}
.modal-livestream .form-group > label, .modal-livestream-success .form-group > label {
  font-weight: 500;
  margin-bottom: 8px;
}
.modal-livestream .form-control, .modal-livestream-success .form-control {
  padding: 10px 14px;
  border-radius: 1px;
  border: 1px solid #d4d4d4;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  min-height: 42px;
}
.modal-livestream .form-control::-moz-placeholder, .modal-livestream-success .form-control::-moz-placeholder {
  color: #828282;
}
.modal-livestream .form-control::placeholder, .modal-livestream-success .form-control::placeholder {
  color: #828282;
}
.modal-livestream .form-check, .modal-livestream-success .form-check {
  padding: 0;
}
.modal-livestream .form-check input, .modal-livestream-success .form-check input {
  display: none;
}
.modal-livestream .form-check input:checked + label:before, .modal-livestream-success .form-check input:checked + label:before {
  background: #00b44d;
  border: 1px solid #00b44d;
}
.modal-livestream .form-check label, .modal-livestream-success .form-check label {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 0;
  padding-left: 35px;
}
.modal-livestream .form-check label:before, .modal-livestream-success .form-check label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  top: 0;
  left: 0;
}
.modal-livestream .form-check label::after, .modal-livestream-success .form-check label::after {
  top: 4px;
  left: 9px;
}

.modal-livestream-success .modal-content {
  min-height: 457px;
}

.contact-site {
  background: #fff;
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .contact-site {
    padding-bottom: 140px;
  }
}
.contact-site .contact__main {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .contact-site .contact__main {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .contact-site .contact__main {
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-site .contact__main {
    grid-template-columns: 42.1666666667% 43.3333333333%;
    justify-content: space-between;
  }
}
.contact-site .contact__infor .map {
  height: 432px;
}
.contact-site .contact__infor .map img,
.contact-site .contact__infor .map iframe {
  width: 100%;
  height: 100%;
}
.contact-site .contact__form sup {
  color: #d91f26;
  vertical-align: -webkit-baseline-middle;
  font-size: 18px;
}
.contact-site .contact__form .form-group label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.contact-site .contact__form .form-control {
  padding: 8px 12px;
  border-radius: 4px;
  border: 0.8px solid #1c1c1c;
  min-height: 40px;
  margin-bottom: 20px;
  outline: none;
  box-shadow: none;
}
.contact-site .contact__form .form-control::-moz-placeholder {
  color: #acacac;
}
.contact-site .contact__form .form-control::placeholder {
  color: #acacac;
}
.contact-site .contact__form textarea {
  min-height: 106px;
}

.search-site {
  background: #f3f3f3;
}
.search-site .search-form {
  gap: 12px;
}
.search-site .search-form .form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .search-site .search-form .form {
    display: grid;
    grid-template-columns: 1fr 27.0833333333% max-content;
    gap: 12px;
  }
}
.search-site .search-form .form-control,
.search-site .search-form .dropdown-toggle {
  padding: 11px 20px;
  min-height: 44px;
  font-weight: 500;
  background: #fff;
  border-radius: 40px;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  margin: 0;
  border: 0;
}
.search-site .search-form .form-control::-moz-placeholder, .search-site .search-form .dropdown-toggle::-moz-placeholder {
  color: #828282;
  font-weight: normal;
}
.search-site .search-form .form-control::placeholder,
.search-site .search-form .dropdown-toggle::placeholder {
  color: #828282;
  font-weight: normal;
}
.search-site .search-form .dropdown-toggle {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.search-site .search-form .dropdown-toggle::after {
  display: none;
}
.search-site .search-form .dropdown-toggle span {
  display: block;
  text-align: left;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-site .search-form .btn-group {
  flex-grow: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .search-site .search-form .btn-group {
    max-width: calc(100% - 152px);
  }
}
.search-site .search-form .dropdown-menu {
  border: 1px solid #f2f4f7;
  background: #fff;
  box-shadow: 0px 0px 16px -4px rgba(16, 24, 40, 0.12), 0px 0px 6px -2px rgba(16, 24, 40, 0.12);
  font-weight: 500;
  border-radius: 0;
  width: 100%;
  padding: 0;
}
.search-site .search-form .dropdown-menu .dropdown-item {
  padding: 10px 14px;
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  word-wrap: break-word;
  white-space: normal;
}
.search-site .search-form .dropdown-menu .dropdown-item:hover, .search-site .search-form .dropdown-menu .dropdown-item.active {
  background: rgba(0, 147, 221, 0.08);
  color: #0093dd;
}

.search__result--wrapper {
  display: grid;
  gap: 44px;
}
@media screen and (min-width: 1200px) {
  .search__result--wrapper {
    gap: 88px;
  }
}

.shareholder-site {
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .shareholder-site {
    padding-bottom: 160px;
  }
}
.shareholder-site .title-page {
  margin: 30px 0;
}
@media screen and (min-width: 1200px) {
  .shareholder-site .title-page {
    margin: 40px 0 65px;
  }
}
.shareholder-site .shareholder {
  display: grid;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .shareholder-site .shareholder {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 992px) {
  .shareholder-site .shareholder {
    grid-template-columns: minmax(0, 288px) 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .shareholder-site .shareholder {
    gap: 60px;
  }
}
@media screen and (min-width: 992px) {
  .shareholder-site .shareholder .sidebar {
    position: sticky;
    top: 40px;
  }
}
.shareholder-site .shareholder .sidebar .checked-assets {
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}
.shareholder-site .shareholder .sidebar .checked-assets.active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.shareholder-site .shareholder .sidebar .checked-assets label {
  padding: 30px 0 30px 35px;
}
.shareholder-site .shareholder .sidebar .checked-assets label::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shareholder-site .shareholder .sidebar .checked-assets label::after {
  left: 4px;
  top: calc(50% - 3px);
  transform: rotate(45deg) translateY(-50%);
}
.shareholder-site .shareholder .sidebar .checked-assets:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
}
.shareholder-site .shareholder .picker-date {
  padding: 12px 8px 12px 20px;
  min-height: 44px;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px 10px;
}
@media screen and (min-width: 992px) {
  .shareholder-site .shareholder .picker-date {
    max-width: 506px;
    border-radius: 200px;
  }
}
.shareholder-site .shareholder .picker-date .line {
  width: 1px;
  height: 25px;
  background: #bdbdbd;
  display: none;
}
@media screen and (min-width: 768px) {
  .shareholder-site .shareholder .picker-date .line {
    display: block;
  }
}
.shareholder-site .shareholder .picker-date .picker-date__input {
  border: none;
  outline: none;
  background: transparent;
  width: 110px;
}
.shareholder-site .shareholder .picker-date .picker-date__input:placeholder {
  color: #4f4f4f;
}
.shareholder-site .shareholder .picker-date .btn-search-date {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .shareholder-site .shareholder .picker-date .btn-search-date {
    flex-basis: auto;
  }
}
.shareholder-site .shareholder .picker-date .btn-search-date .search {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  gap: 8px;
  padding: 12px 15px;
}
@media screen and (min-width: 992px) {
  .shareholder-site .shareholder .picker-date .btn-search-date .search {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 0;
  }
}
.shareholder-site .shareholder__list {
  display: grid;
  gap: 16px;
}
.shareholder-site .shareholder__item {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 1200px) {
  .shareholder-site .shareholder__item {
    gap: 24px;
    padding: 18px 20px;
  }
}
.shareholder-site .shareholder__item-image {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .shareholder-site .shareholder__item-image {
    width: 136px;
    height: 102px;
  }
}
.shareholder-site .shareholder__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shareholder-site .shareholder__item-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.shareholder-site .shareholder__item-title:hover {
  color: #0093dd;
}
@media screen and (min-width: 1200px) {
  .shareholder-site .shareholder__item-title {
    font-size: 20px;
  }
}
.shareholder-site .pagination {
  margin-top: 12px;
}

.error-404 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .error-404__content {
    order: 2;
  }
  .error-404__image {
    order: 1;
  }
}
.error-404 .title-page {
  line-height: 140%;
}
@media screen and (min-width: 1200px) {
  .error-404 {
    padding-bottom: 200px;
  }
}
.error-404 .wrapper {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .error-404 .wrapper {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .error-404 .wrapper {
    gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .error-404 .wrapper {
    grid-template-columns: 40% 42.75%;
  }
}
.error-404 [class*=button-asset] {
  border: 1px solid #0093dd;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1200px) {
  .error-404 [class*=button-asset] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news-feature .news__list {
  display: grid;
  gap: 24px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .news-feature .news__list {
    grid-template-columns: 1fr 0.4fr 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .news-feature .news__list {
    gap: 49px 42px;
  }
}
.news-feature .news__item:hover .news__title {
  color: #0093dd;
}
.news-feature .news__item:hover .news__image img {
  transform: scale(1.05);
}
.news-feature .news__title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
.news-feature .news__title:hover {
  color: #0093dd;
}
.news-feature .news__date {
  color: var(--Gray-3, #828282);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 12px;
}
.news-feature .news__image {
  position: relative;
  overflow: hidden;
}
.news-feature .news__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  inset: 0;
  transition: all 0.3s ease;
}
.news-feature .news__item--feature {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .news-feature .news__item--feature {
    grid-column: span 2;
    grid-row: span 3;
  }
}
.news-feature .news__item--feature .news__image {
  position: relative;
  padding-bottom: 59.5%;
}
.news-feature .news__item--feature .news__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .news-feature .news__item--feature .news__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .news-feature .news__item--feature .news__title {
    font-size: 24px;
  }
}
.news-feature .news__item--thumbnail {
  display: grid;
  align-items: start;
  grid-template-columns: 120px 1fr;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .news-feature .news__item--thumbnail {
    grid-template-columns: 218px 1fr;
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .news-feature .news__item--thumbnail {
    gap: 24px;
  }
}
.news-feature .news__item--thumbnail .news__image {
  height: 120px;
}
@media screen and (min-width: 1200px) {
  .news-feature .news__item--thumbnail .news__image {
    height: 155px;
  }
}
.news-feature .news__item--thumbnail .news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-feature .news__item--thumbnail .news__title {
  font-size: 16px;
}

.blog_post_container .news-item-card .thumb--img {
  position: relative;
  overflow: hidden;
}
.blog_post_container .news-item-card .thumb--img img {
  transition: all 0.3s ease;
}
.blog_post_container .news-item-card .title {
  transition: all 0.3s ease;
}
.blog_post_container .news-item-card:hover .title {
  color: #0093dd;
}
.blog_post_container .news-item-card:hover .thumb--img img {
  transform: scale(1.05);
}/*# sourceMappingURL=style.css.map */