@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: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
}

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

::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, img {
  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, .banner__hero-content,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 24px;
  --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, .banner__hero-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .banner__hero-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .banner__hero-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .banner__hero-content {
    max-width: 1152px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
}

.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 > * {
  -ms-flex-negative: 0;
      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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
          box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.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);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          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::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-ms-input-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::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.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::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 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::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 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);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          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);
  -ms-flex-negative: 0;
      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 {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          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;
  -webkit-filter: 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;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: 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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          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, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -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: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  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) ~ 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(:-ms-input-placeholder) ~ 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);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder) ~ 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:not(:-ms-input-placeholder) ~ 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);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          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);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          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);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          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);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          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;
      -ms-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);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    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;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          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 {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    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;
  }
}
.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  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 {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, .navbar > .banner__hero-content,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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);
  -webkit-transition: var(--bs-navbar-toggler-transition);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
          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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          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: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
          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);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
          transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      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);
  -webkit-transition: var(--bs-accordion-btn-icon-transition);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
          box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

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

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

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

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

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  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);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    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;
  -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
          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);
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  -webkit-transition: var(--bs-progress-bar-transition);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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);
  }
}
.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%);
  -webkit-box-sizing: content-box;
          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;
  -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
          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;
      -ms-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

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

[data-bs-theme=dark] .btn-close {
  -webkit-filter: var(--bs-btn-close-white-filter);
          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: 24px;
  --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);
  -webkit-box-shadow: var(--bs-toast-box-shadow);
          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: -webkit-max-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
  }
}
.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 {
  -ms-touch-action: pan-y;
      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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          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;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    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 {
  -webkit-filter: invert(1) grayscale(100);
          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 {
  -webkit-filter: invert(1) grayscale(100);
          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%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            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;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            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-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
            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);
    -webkit-transform: translateX(100%);
            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);
    -webkit-transform: translateY(-100%);
            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);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
            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);
    -webkit-transform: translateX(100%);
            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);
    -webkit-transform: translateY(-100%);
            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);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
            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);
    -webkit-transform: translateX(100%);
            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);
    -webkit-transform: translateY(-100%);
            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);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
            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);
    -webkit-transform: translateX(100%);
            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);
    -webkit-transform: translateY(-100%);
            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);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-transition: var(--bs-offcanvas-transition);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    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);
  -webkit-transform: translateX(-100%);
          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);
  -webkit-transform: translateX(100%);
          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);
  -webkit-transform: translateY(-100%);
          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);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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 {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@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%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

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

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
          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;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      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;
  -ms-flex-item-align: stretch;
      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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

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

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0, .about-us-home .about__content p, [class*=swiper-button] {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
     -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 {
  --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;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-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 {
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -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: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/Lexend-ExtraLight.woff2") format("woff2"), url("../assets/fonts/Lexend-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/Lexend-Light.woff2") format("woff2"), url("../assets/fonts/Lexend-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/Lexend-Medium.woff2") format("woff2"), url("../assets/fonts/Lexend-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/Lexend-Regular.woff2") format("woff2"), url("../assets/fonts/Lexend-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/Lexend-Black.woff2") format("woff2"), url("../assets/fonts/Lexend-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/Lexend-Thin.woff2") format("woff2"), url("../assets/fonts/Lexend-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/Lexend-SemiBold.woff2") format("woff2"), url("../assets/fonts/Lexend-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/Lexend-Bold.woff2") format("woff2"), url("../assets/fonts/Lexend-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/Lexend-ExtraBold.woff2") format("woff2"), url("../assets/fonts/Lexend-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "Lexend";
  --font-size-base: 16px;
  --line-height-base: 1.75;
  --font-weight-base: 400;
  --color-base: #131313;
  --color-gradient: linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%);
  --color-gray-6: #666;
  --color-white: #fff;
  --color-gray-bd: #bdbdbd;
  --color-blue: #01518f;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: var(--color-base);
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-weight: var(--font-weight-base);
  background-color: var(--color-white);
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

.color-gray-6 {
  color: var(--color-gray-6);
}

.bg-blue {
  background-color: var(--color-blue);
}

.bg-xanhlam {
  background: var(--Xanh-lam, linear-gradient(90deg, #01abe0 0%, #01518f 100%));
  backdrop-filter: blur(4px);
}

.bg-xanhlam2 {
  background: -webkit-gradient(linear, left top, right top, from(#0167aa), to(#014987));
  background: linear-gradient(90deg, #0167aa 0%, #014987 100%);
  backdrop-filter: blur(4px);
}

.color-blue {
  color: var(--color-blue);
}

.overlay-backdrop {
  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 {
  display: block;
  opacity: 1;
}

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

@media screen and (min-width: 1200px) {
  .w-xl-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.font-superlight {
  font-weight: 300;
}

.button-base {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 5px 12px;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-base svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .button-base {
    padding: 10px 24px;
  }
}

.button-hover-gradient:hover {
  color: var(--color-white) !important;
  border-color: transparent;
  background: var(--color-gradient);
}
.button-hover-gradient:hover svg path {
  fill: var(--color-white);
}

.button-color-gray {
  color: var(--color-gray-6);
  border: 1px solid currentColor;
}

.title-primary {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -1.08px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .title-primary {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .title-primary {
    font-size: 36px;
  }
}

.title-secondary {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.16;
}
@media screen and (min-width: 768px) {
  .title-secondary {
    font-size: 24px;
  }
}

.title-gradient, .news-section .news__name:hover, .footer__main a:hover {
  background: var(--color-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.line-break {
  width: 72px;
  height: 1px;
  background: var(--color-base);
}

main:not(.detail-project-main) {
  padding-top: 64px;
}
@media screen and (min-width: 1200px) {
  main:not(.detail-project-main) {
    padding-top: 80px;
  }
}

.swiper-slide {
  height: auto;
}

[class*=swiper-button] {
  width: 40px;
  height: 40px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-white);
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
[class*=swiper-button]::after {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-base);
}
[class*=swiper-button].swiper-button-lock {
  display: none !important;
}

.button-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#4a7d2b), color-stop(40.87%, #7cbc07), color-stop(67.31%, #01abe0), to(#01518f));
  background: linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%);
  display: inline-block;
  padding: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button-gradient span {
  color: #999;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 4px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

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

.gap-6 {
  gap: 6px;
}

.gap-x-6 {
  -webkit-column-gap: 6px;
     -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 (min-width: 576px) {
  .lh-sm-6 {
    line-height: 6px;
  }
  .gap-sm-6 {
    gap: 6px;
  }
  .gap-x-sm-6 {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  .gap-y-sm-6 {
    row-gap: 6px;
  }
  .rounded-sm-6 {
    border-radius: 6px;
  }
  .mb-sm-6 {
    margin-bottom: 6px;
  }
  .mt-sm-6 {
    margin-top: 6px;
  }
  .mr-sm-6 {
    margin-right: 6px;
  }
  .ml-sm-6 {
    margin-left: 6px;
  }
  .mx-sm-6 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .my-sm-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .p-sm-6 {
    padding: 6px;
  }
  .px-sm-6 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .py-sm-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pr-sm-6 {
    padding-right: 6px;
  }
  .pl-sm-6 {
    padding-left: 6px;
  }
  .pt-sm-6 {
    padding-top: 6px;
  }
  .pb-sm-6 {
    padding-bottom: 6px;
  }
  .fs-sm-6 {
    font-size: 6px;
  }
}
@media (min-width: 768px) {
  .lh-md-6 {
    line-height: 6px;
  }
  .gap-md-6 {
    gap: 6px;
  }
  .gap-x-md-6 {
    -webkit-column-gap: 6px;
       -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 (min-width: 992px) {
  .lh-lg-6 {
    line-height: 6px;
  }
  .gap-lg-6 {
    gap: 6px;
  }
  .gap-x-lg-6 {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  .gap-y-lg-6 {
    row-gap: 6px;
  }
  .rounded-lg-6 {
    border-radius: 6px;
  }
  .mb-lg-6 {
    margin-bottom: 6px;
  }
  .mt-lg-6 {
    margin-top: 6px;
  }
  .mr-lg-6 {
    margin-right: 6px;
  }
  .ml-lg-6 {
    margin-left: 6px;
  }
  .mx-lg-6 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .my-lg-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .p-lg-6 {
    padding: 6px;
  }
  .px-lg-6 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .py-lg-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pr-lg-6 {
    padding-right: 6px;
  }
  .pl-lg-6 {
    padding-left: 6px;
  }
  .pt-lg-6 {
    padding-top: 6px;
  }
  .pb-lg-6 {
    padding-bottom: 6px;
  }
  .fs-lg-6 {
    font-size: 6px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-6 {
    line-height: 6px;
  }
  .gap-xl-6 {
    gap: 6px;
  }
  .gap-x-xl-6 {
    -webkit-column-gap: 6px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-6 {
    line-height: 6px;
  }
  .gap-xxl-6 {
    gap: 6px;
  }
  .gap-x-xxl-6 {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  .gap-y-xxl-6 {
    row-gap: 6px;
  }
  .rounded-xxl-6 {
    border-radius: 6px;
  }
  .mb-xxl-6 {
    margin-bottom: 6px;
  }
  .mt-xxl-6 {
    margin-top: 6px;
  }
  .mr-xxl-6 {
    margin-right: 6px;
  }
  .ml-xxl-6 {
    margin-left: 6px;
  }
  .mx-xxl-6 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .my-xxl-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .p-xxl-6 {
    padding: 6px;
  }
  .px-xxl-6 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .py-xxl-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pr-xxl-6 {
    padding-right: 6px;
  }
  .pl-xxl-6 {
    padding-left: 6px;
  }
  .pt-xxl-6 {
    padding-top: 6px;
  }
  .pb-xxl-6 {
    padding-bottom: 6px;
  }
  .fs-xxl-6 {
    font-size: 6px;
  }
}
.lh-7 {
  line-height: 7px;
}

.gap-7 {
  gap: 7px;
}

.gap-x-7 {
  -webkit-column-gap: 7px;
     -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 (min-width: 576px) {
  .lh-sm-7 {
    line-height: 7px;
  }
  .gap-sm-7 {
    gap: 7px;
  }
  .gap-x-sm-7 {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }
  .gap-y-sm-7 {
    row-gap: 7px;
  }
  .rounded-sm-7 {
    border-radius: 7px;
  }
  .mb-sm-7 {
    margin-bottom: 7px;
  }
  .mt-sm-7 {
    margin-top: 7px;
  }
  .mr-sm-7 {
    margin-right: 7px;
  }
  .ml-sm-7 {
    margin-left: 7px;
  }
  .mx-sm-7 {
    margin-right: 7px;
    margin-left: 7px;
  }
  .my-sm-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .p-sm-7 {
    padding: 7px;
  }
  .px-sm-7 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .py-sm-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pr-sm-7 {
    padding-right: 7px;
  }
  .pl-sm-7 {
    padding-left: 7px;
  }
  .pt-sm-7 {
    padding-top: 7px;
  }
  .pb-sm-7 {
    padding-bottom: 7px;
  }
  .fs-sm-7 {
    font-size: 7px;
  }
}
@media (min-width: 768px) {
  .lh-md-7 {
    line-height: 7px;
  }
  .gap-md-7 {
    gap: 7px;
  }
  .gap-x-md-7 {
    -webkit-column-gap: 7px;
       -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 (min-width: 992px) {
  .lh-lg-7 {
    line-height: 7px;
  }
  .gap-lg-7 {
    gap: 7px;
  }
  .gap-x-lg-7 {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }
  .gap-y-lg-7 {
    row-gap: 7px;
  }
  .rounded-lg-7 {
    border-radius: 7px;
  }
  .mb-lg-7 {
    margin-bottom: 7px;
  }
  .mt-lg-7 {
    margin-top: 7px;
  }
  .mr-lg-7 {
    margin-right: 7px;
  }
  .ml-lg-7 {
    margin-left: 7px;
  }
  .mx-lg-7 {
    margin-right: 7px;
    margin-left: 7px;
  }
  .my-lg-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .p-lg-7 {
    padding: 7px;
  }
  .px-lg-7 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .py-lg-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pr-lg-7 {
    padding-right: 7px;
  }
  .pl-lg-7 {
    padding-left: 7px;
  }
  .pt-lg-7 {
    padding-top: 7px;
  }
  .pb-lg-7 {
    padding-bottom: 7px;
  }
  .fs-lg-7 {
    font-size: 7px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-7 {
    line-height: 7px;
  }
  .gap-xl-7 {
    gap: 7px;
  }
  .gap-x-xl-7 {
    -webkit-column-gap: 7px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-7 {
    line-height: 7px;
  }
  .gap-xxl-7 {
    gap: 7px;
  }
  .gap-x-xxl-7 {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }
  .gap-y-xxl-7 {
    row-gap: 7px;
  }
  .rounded-xxl-7 {
    border-radius: 7px;
  }
  .mb-xxl-7 {
    margin-bottom: 7px;
  }
  .mt-xxl-7 {
    margin-top: 7px;
  }
  .mr-xxl-7 {
    margin-right: 7px;
  }
  .ml-xxl-7 {
    margin-left: 7px;
  }
  .mx-xxl-7 {
    margin-right: 7px;
    margin-left: 7px;
  }
  .my-xxl-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .p-xxl-7 {
    padding: 7px;
  }
  .px-xxl-7 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .py-xxl-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pr-xxl-7 {
    padding-right: 7px;
  }
  .pl-xxl-7 {
    padding-left: 7px;
  }
  .pt-xxl-7 {
    padding-top: 7px;
  }
  .pb-xxl-7 {
    padding-bottom: 7px;
  }
  .fs-xxl-7 {
    font-size: 7px;
  }
}
.lh-8 {
  line-height: 8px;
}

.gap-8 {
  gap: 8px;
}

.gap-x-8 {
  -webkit-column-gap: 8px;
     -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 (min-width: 576px) {
  .lh-sm-8 {
    line-height: 8px;
  }
  .gap-sm-8 {
    gap: 8px;
  }
  .gap-x-sm-8 {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .gap-y-sm-8 {
    row-gap: 8px;
  }
  .rounded-sm-8 {
    border-radius: 8px;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mr-sm-8 {
    margin-right: 8px;
  }
  .ml-sm-8 {
    margin-left: 8px;
  }
  .mx-sm-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .my-sm-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-sm-8 {
    padding: 8px;
  }
  .px-sm-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .py-sm-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pr-sm-8 {
    padding-right: 8px;
  }
  .pl-sm-8 {
    padding-left: 8px;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .fs-sm-8 {
    font-size: 8px;
  }
}
@media (min-width: 768px) {
  .lh-md-8 {
    line-height: 8px;
  }
  .gap-md-8 {
    gap: 8px;
  }
  .gap-x-md-8 {
    -webkit-column-gap: 8px;
       -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 (min-width: 992px) {
  .lh-lg-8 {
    line-height: 8px;
  }
  .gap-lg-8 {
    gap: 8px;
  }
  .gap-x-lg-8 {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .gap-y-lg-8 {
    row-gap: 8px;
  }
  .rounded-lg-8 {
    border-radius: 8px;
  }
  .mb-lg-8 {
    margin-bottom: 8px;
  }
  .mt-lg-8 {
    margin-top: 8px;
  }
  .mr-lg-8 {
    margin-right: 8px;
  }
  .ml-lg-8 {
    margin-left: 8px;
  }
  .mx-lg-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .my-lg-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-lg-8 {
    padding: 8px;
  }
  .px-lg-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .py-lg-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pr-lg-8 {
    padding-right: 8px;
  }
  .pl-lg-8 {
    padding-left: 8px;
  }
  .pt-lg-8 {
    padding-top: 8px;
  }
  .pb-lg-8 {
    padding-bottom: 8px;
  }
  .fs-lg-8 {
    font-size: 8px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-8 {
    line-height: 8px;
  }
  .gap-xl-8 {
    gap: 8px;
  }
  .gap-x-xl-8 {
    -webkit-column-gap: 8px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-8 {
    line-height: 8px;
  }
  .gap-xxl-8 {
    gap: 8px;
  }
  .gap-x-xxl-8 {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .gap-y-xxl-8 {
    row-gap: 8px;
  }
  .rounded-xxl-8 {
    border-radius: 8px;
  }
  .mb-xxl-8 {
    margin-bottom: 8px;
  }
  .mt-xxl-8 {
    margin-top: 8px;
  }
  .mr-xxl-8 {
    margin-right: 8px;
  }
  .ml-xxl-8 {
    margin-left: 8px;
  }
  .mx-xxl-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .my-xxl-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-xxl-8 {
    padding: 8px;
  }
  .px-xxl-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .py-xxl-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pr-xxl-8 {
    padding-right: 8px;
  }
  .pl-xxl-8 {
    padding-left: 8px;
  }
  .pt-xxl-8 {
    padding-top: 8px;
  }
  .pb-xxl-8 {
    padding-bottom: 8px;
  }
  .fs-xxl-8 {
    font-size: 8px;
  }
}
.lh-9 {
  line-height: 9px;
}

.gap-9 {
  gap: 9px;
}

.gap-x-9 {
  -webkit-column-gap: 9px;
     -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 (min-width: 576px) {
  .lh-sm-9 {
    line-height: 9px;
  }
  .gap-sm-9 {
    gap: 9px;
  }
  .gap-x-sm-9 {
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
  }
  .gap-y-sm-9 {
    row-gap: 9px;
  }
  .rounded-sm-9 {
    border-radius: 9px;
  }
  .mb-sm-9 {
    margin-bottom: 9px;
  }
  .mt-sm-9 {
    margin-top: 9px;
  }
  .mr-sm-9 {
    margin-right: 9px;
  }
  .ml-sm-9 {
    margin-left: 9px;
  }
  .mx-sm-9 {
    margin-right: 9px;
    margin-left: 9px;
  }
  .my-sm-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .p-sm-9 {
    padding: 9px;
  }
  .px-sm-9 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .py-sm-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pr-sm-9 {
    padding-right: 9px;
  }
  .pl-sm-9 {
    padding-left: 9px;
  }
  .pt-sm-9 {
    padding-top: 9px;
  }
  .pb-sm-9 {
    padding-bottom: 9px;
  }
  .fs-sm-9 {
    font-size: 9px;
  }
}
@media (min-width: 768px) {
  .lh-md-9 {
    line-height: 9px;
  }
  .gap-md-9 {
    gap: 9px;
  }
  .gap-x-md-9 {
    -webkit-column-gap: 9px;
       -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 (min-width: 992px) {
  .lh-lg-9 {
    line-height: 9px;
  }
  .gap-lg-9 {
    gap: 9px;
  }
  .gap-x-lg-9 {
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
  }
  .gap-y-lg-9 {
    row-gap: 9px;
  }
  .rounded-lg-9 {
    border-radius: 9px;
  }
  .mb-lg-9 {
    margin-bottom: 9px;
  }
  .mt-lg-9 {
    margin-top: 9px;
  }
  .mr-lg-9 {
    margin-right: 9px;
  }
  .ml-lg-9 {
    margin-left: 9px;
  }
  .mx-lg-9 {
    margin-right: 9px;
    margin-left: 9px;
  }
  .my-lg-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .p-lg-9 {
    padding: 9px;
  }
  .px-lg-9 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .py-lg-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pr-lg-9 {
    padding-right: 9px;
  }
  .pl-lg-9 {
    padding-left: 9px;
  }
  .pt-lg-9 {
    padding-top: 9px;
  }
  .pb-lg-9 {
    padding-bottom: 9px;
  }
  .fs-lg-9 {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-9 {
    line-height: 9px;
  }
  .gap-xl-9 {
    gap: 9px;
  }
  .gap-x-xl-9 {
    -webkit-column-gap: 9px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-9 {
    line-height: 9px;
  }
  .gap-xxl-9 {
    gap: 9px;
  }
  .gap-x-xxl-9 {
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
  }
  .gap-y-xxl-9 {
    row-gap: 9px;
  }
  .rounded-xxl-9 {
    border-radius: 9px;
  }
  .mb-xxl-9 {
    margin-bottom: 9px;
  }
  .mt-xxl-9 {
    margin-top: 9px;
  }
  .mr-xxl-9 {
    margin-right: 9px;
  }
  .ml-xxl-9 {
    margin-left: 9px;
  }
  .mx-xxl-9 {
    margin-right: 9px;
    margin-left: 9px;
  }
  .my-xxl-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .p-xxl-9 {
    padding: 9px;
  }
  .px-xxl-9 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .py-xxl-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pr-xxl-9 {
    padding-right: 9px;
  }
  .pl-xxl-9 {
    padding-left: 9px;
  }
  .pt-xxl-9 {
    padding-top: 9px;
  }
  .pb-xxl-9 {
    padding-bottom: 9px;
  }
  .fs-xxl-9 {
    font-size: 9px;
  }
}
.lh-10 {
  line-height: 10px;
}

.gap-10 {
  gap: 10px;
}

.gap-x-10 {
  -webkit-column-gap: 10px;
     -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 (min-width: 576px) {
  .lh-sm-10 {
    line-height: 10px;
  }
  .gap-sm-10 {
    gap: 10px;
  }
  .gap-x-sm-10 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .gap-y-sm-10 {
    row-gap: 10px;
  }
  .rounded-sm-10 {
    border-radius: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .mx-sm-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .px-sm-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .fs-sm-10 {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .lh-md-10 {
    line-height: 10px;
  }
  .gap-md-10 {
    gap: 10px;
  }
  .gap-x-md-10 {
    -webkit-column-gap: 10px;
       -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 (min-width: 992px) {
  .lh-lg-10 {
    line-height: 10px;
  }
  .gap-lg-10 {
    gap: 10px;
  }
  .gap-x-lg-10 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .gap-y-lg-10 {
    row-gap: 10px;
  }
  .rounded-lg-10 {
    border-radius: 10px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .mx-lg-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-lg-10 {
    padding: 10px;
  }
  .px-lg-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .fs-lg-10 {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-10 {
    line-height: 10px;
  }
  .gap-xl-10 {
    gap: 10px;
  }
  .gap-x-xl-10 {
    -webkit-column-gap: 10px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-10 {
    line-height: 10px;
  }
  .gap-xxl-10 {
    gap: 10px;
  }
  .gap-x-xxl-10 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .gap-y-xxl-10 {
    row-gap: 10px;
  }
  .rounded-xxl-10 {
    border-radius: 10px;
  }
  .mb-xxl-10 {
    margin-bottom: 10px;
  }
  .mt-xxl-10 {
    margin-top: 10px;
  }
  .mr-xxl-10 {
    margin-right: 10px;
  }
  .ml-xxl-10 {
    margin-left: 10px;
  }
  .mx-xxl-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-xxl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-xxl-10 {
    padding: 10px;
  }
  .px-xxl-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-xxl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-xxl-10 {
    padding-right: 10px;
  }
  .pl-xxl-10 {
    padding-left: 10px;
  }
  .pt-xxl-10 {
    padding-top: 10px;
  }
  .pb-xxl-10 {
    padding-bottom: 10px;
  }
  .fs-xxl-10 {
    font-size: 10px;
  }
}
.lh-11 {
  line-height: 11px;
}

.gap-11 {
  gap: 11px;
}

.gap-x-11 {
  -webkit-column-gap: 11px;
     -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 (min-width: 576px) {
  .lh-sm-11 {
    line-height: 11px;
  }
  .gap-sm-11 {
    gap: 11px;
  }
  .gap-x-sm-11 {
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
  }
  .gap-y-sm-11 {
    row-gap: 11px;
  }
  .rounded-sm-11 {
    border-radius: 11px;
  }
  .mb-sm-11 {
    margin-bottom: 11px;
  }
  .mt-sm-11 {
    margin-top: 11px;
  }
  .mr-sm-11 {
    margin-right: 11px;
  }
  .ml-sm-11 {
    margin-left: 11px;
  }
  .mx-sm-11 {
    margin-right: 11px;
    margin-left: 11px;
  }
  .my-sm-11 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .p-sm-11 {
    padding: 11px;
  }
  .px-sm-11 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .py-sm-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .pr-sm-11 {
    padding-right: 11px;
  }
  .pl-sm-11 {
    padding-left: 11px;
  }
  .pt-sm-11 {
    padding-top: 11px;
  }
  .pb-sm-11 {
    padding-bottom: 11px;
  }
  .fs-sm-11 {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .lh-md-11 {
    line-height: 11px;
  }
  .gap-md-11 {
    gap: 11px;
  }
  .gap-x-md-11 {
    -webkit-column-gap: 11px;
       -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 (min-width: 992px) {
  .lh-lg-11 {
    line-height: 11px;
  }
  .gap-lg-11 {
    gap: 11px;
  }
  .gap-x-lg-11 {
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
  }
  .gap-y-lg-11 {
    row-gap: 11px;
  }
  .rounded-lg-11 {
    border-radius: 11px;
  }
  .mb-lg-11 {
    margin-bottom: 11px;
  }
  .mt-lg-11 {
    margin-top: 11px;
  }
  .mr-lg-11 {
    margin-right: 11px;
  }
  .ml-lg-11 {
    margin-left: 11px;
  }
  .mx-lg-11 {
    margin-right: 11px;
    margin-left: 11px;
  }
  .my-lg-11 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .p-lg-11 {
    padding: 11px;
  }
  .px-lg-11 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .py-lg-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .pr-lg-11 {
    padding-right: 11px;
  }
  .pl-lg-11 {
    padding-left: 11px;
  }
  .pt-lg-11 {
    padding-top: 11px;
  }
  .pb-lg-11 {
    padding-bottom: 11px;
  }
  .fs-lg-11 {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-11 {
    line-height: 11px;
  }
  .gap-xl-11 {
    gap: 11px;
  }
  .gap-x-xl-11 {
    -webkit-column-gap: 11px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-11 {
    line-height: 11px;
  }
  .gap-xxl-11 {
    gap: 11px;
  }
  .gap-x-xxl-11 {
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
  }
  .gap-y-xxl-11 {
    row-gap: 11px;
  }
  .rounded-xxl-11 {
    border-radius: 11px;
  }
  .mb-xxl-11 {
    margin-bottom: 11px;
  }
  .mt-xxl-11 {
    margin-top: 11px;
  }
  .mr-xxl-11 {
    margin-right: 11px;
  }
  .ml-xxl-11 {
    margin-left: 11px;
  }
  .mx-xxl-11 {
    margin-right: 11px;
    margin-left: 11px;
  }
  .my-xxl-11 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .p-xxl-11 {
    padding: 11px;
  }
  .px-xxl-11 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .py-xxl-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .pr-xxl-11 {
    padding-right: 11px;
  }
  .pl-xxl-11 {
    padding-left: 11px;
  }
  .pt-xxl-11 {
    padding-top: 11px;
  }
  .pb-xxl-11 {
    padding-bottom: 11px;
  }
  .fs-xxl-11 {
    font-size: 11px;
  }
}
.lh-12 {
  line-height: 12px;
}

.gap-12 {
  gap: 12px;
}

.gap-x-12 {
  -webkit-column-gap: 12px;
     -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 (min-width: 576px) {
  .lh-sm-12 {
    line-height: 12px;
  }
  .gap-sm-12 {
    gap: 12px;
  }
  .gap-x-sm-12 {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .gap-y-sm-12 {
    row-gap: 12px;
  }
  .rounded-sm-12 {
    border-radius: 12px;
  }
  .mb-sm-12 {
    margin-bottom: 12px;
  }
  .mt-sm-12 {
    margin-top: 12px;
  }
  .mr-sm-12 {
    margin-right: 12px;
  }
  .ml-sm-12 {
    margin-left: 12px;
  }
  .mx-sm-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .my-sm-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-sm-12 {
    padding: 12px;
  }
  .px-sm-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .py-sm-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pr-sm-12 {
    padding-right: 12px;
  }
  .pl-sm-12 {
    padding-left: 12px;
  }
  .pt-sm-12 {
    padding-top: 12px;
  }
  .pb-sm-12 {
    padding-bottom: 12px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .lh-md-12 {
    line-height: 12px;
  }
  .gap-md-12 {
    gap: 12px;
  }
  .gap-x-md-12 {
    -webkit-column-gap: 12px;
       -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 (min-width: 992px) {
  .lh-lg-12 {
    line-height: 12px;
  }
  .gap-lg-12 {
    gap: 12px;
  }
  .gap-x-lg-12 {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .gap-y-lg-12 {
    row-gap: 12px;
  }
  .rounded-lg-12 {
    border-radius: 12px;
  }
  .mb-lg-12 {
    margin-bottom: 12px;
  }
  .mt-lg-12 {
    margin-top: 12px;
  }
  .mr-lg-12 {
    margin-right: 12px;
  }
  .ml-lg-12 {
    margin-left: 12px;
  }
  .mx-lg-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .my-lg-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-lg-12 {
    padding: 12px;
  }
  .px-lg-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .py-lg-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pr-lg-12 {
    padding-right: 12px;
  }
  .pl-lg-12 {
    padding-left: 12px;
  }
  .pt-lg-12 {
    padding-top: 12px;
  }
  .pb-lg-12 {
    padding-bottom: 12px;
  }
  .fs-lg-12 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-12 {
    line-height: 12px;
  }
  .gap-xl-12 {
    gap: 12px;
  }
  .gap-x-xl-12 {
    -webkit-column-gap: 12px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-12 {
    line-height: 12px;
  }
  .gap-xxl-12 {
    gap: 12px;
  }
  .gap-x-xxl-12 {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .gap-y-xxl-12 {
    row-gap: 12px;
  }
  .rounded-xxl-12 {
    border-radius: 12px;
  }
  .mb-xxl-12 {
    margin-bottom: 12px;
  }
  .mt-xxl-12 {
    margin-top: 12px;
  }
  .mr-xxl-12 {
    margin-right: 12px;
  }
  .ml-xxl-12 {
    margin-left: 12px;
  }
  .mx-xxl-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .my-xxl-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-xxl-12 {
    padding: 12px;
  }
  .px-xxl-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .py-xxl-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pr-xxl-12 {
    padding-right: 12px;
  }
  .pl-xxl-12 {
    padding-left: 12px;
  }
  .pt-xxl-12 {
    padding-top: 12px;
  }
  .pb-xxl-12 {
    padding-bottom: 12px;
  }
  .fs-xxl-12 {
    font-size: 12px;
  }
}
.lh-13 {
  line-height: 13px;
}

.gap-13 {
  gap: 13px;
}

.gap-x-13 {
  -webkit-column-gap: 13px;
     -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 (min-width: 576px) {
  .lh-sm-13 {
    line-height: 13px;
  }
  .gap-sm-13 {
    gap: 13px;
  }
  .gap-x-sm-13 {
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }
  .gap-y-sm-13 {
    row-gap: 13px;
  }
  .rounded-sm-13 {
    border-radius: 13px;
  }
  .mb-sm-13 {
    margin-bottom: 13px;
  }
  .mt-sm-13 {
    margin-top: 13px;
  }
  .mr-sm-13 {
    margin-right: 13px;
  }
  .ml-sm-13 {
    margin-left: 13px;
  }
  .mx-sm-13 {
    margin-right: 13px;
    margin-left: 13px;
  }
  .my-sm-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .p-sm-13 {
    padding: 13px;
  }
  .px-sm-13 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .py-sm-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .pr-sm-13 {
    padding-right: 13px;
  }
  .pl-sm-13 {
    padding-left: 13px;
  }
  .pt-sm-13 {
    padding-top: 13px;
  }
  .pb-sm-13 {
    padding-bottom: 13px;
  }
  .fs-sm-13 {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .lh-md-13 {
    line-height: 13px;
  }
  .gap-md-13 {
    gap: 13px;
  }
  .gap-x-md-13 {
    -webkit-column-gap: 13px;
       -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 (min-width: 992px) {
  .lh-lg-13 {
    line-height: 13px;
  }
  .gap-lg-13 {
    gap: 13px;
  }
  .gap-x-lg-13 {
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }
  .gap-y-lg-13 {
    row-gap: 13px;
  }
  .rounded-lg-13 {
    border-radius: 13px;
  }
  .mb-lg-13 {
    margin-bottom: 13px;
  }
  .mt-lg-13 {
    margin-top: 13px;
  }
  .mr-lg-13 {
    margin-right: 13px;
  }
  .ml-lg-13 {
    margin-left: 13px;
  }
  .mx-lg-13 {
    margin-right: 13px;
    margin-left: 13px;
  }
  .my-lg-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .p-lg-13 {
    padding: 13px;
  }
  .px-lg-13 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .py-lg-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .pr-lg-13 {
    padding-right: 13px;
  }
  .pl-lg-13 {
    padding-left: 13px;
  }
  .pt-lg-13 {
    padding-top: 13px;
  }
  .pb-lg-13 {
    padding-bottom: 13px;
  }
  .fs-lg-13 {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-13 {
    line-height: 13px;
  }
  .gap-xl-13 {
    gap: 13px;
  }
  .gap-x-xl-13 {
    -webkit-column-gap: 13px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-13 {
    line-height: 13px;
  }
  .gap-xxl-13 {
    gap: 13px;
  }
  .gap-x-xxl-13 {
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }
  .gap-y-xxl-13 {
    row-gap: 13px;
  }
  .rounded-xxl-13 {
    border-radius: 13px;
  }
  .mb-xxl-13 {
    margin-bottom: 13px;
  }
  .mt-xxl-13 {
    margin-top: 13px;
  }
  .mr-xxl-13 {
    margin-right: 13px;
  }
  .ml-xxl-13 {
    margin-left: 13px;
  }
  .mx-xxl-13 {
    margin-right: 13px;
    margin-left: 13px;
  }
  .my-xxl-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .p-xxl-13 {
    padding: 13px;
  }
  .px-xxl-13 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .py-xxl-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .pr-xxl-13 {
    padding-right: 13px;
  }
  .pl-xxl-13 {
    padding-left: 13px;
  }
  .pt-xxl-13 {
    padding-top: 13px;
  }
  .pb-xxl-13 {
    padding-bottom: 13px;
  }
  .fs-xxl-13 {
    font-size: 13px;
  }
}
.lh-14 {
  line-height: 14px;
}

.gap-14 {
  gap: 14px;
}

.gap-x-14 {
  -webkit-column-gap: 14px;
     -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 (min-width: 576px) {
  .lh-sm-14 {
    line-height: 14px;
  }
  .gap-sm-14 {
    gap: 14px;
  }
  .gap-x-sm-14 {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
  .gap-y-sm-14 {
    row-gap: 14px;
  }
  .rounded-sm-14 {
    border-radius: 14px;
  }
  .mb-sm-14 {
    margin-bottom: 14px;
  }
  .mt-sm-14 {
    margin-top: 14px;
  }
  .mr-sm-14 {
    margin-right: 14px;
  }
  .ml-sm-14 {
    margin-left: 14px;
  }
  .mx-sm-14 {
    margin-right: 14px;
    margin-left: 14px;
  }
  .my-sm-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .p-sm-14 {
    padding: 14px;
  }
  .px-sm-14 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .py-sm-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .pr-sm-14 {
    padding-right: 14px;
  }
  .pl-sm-14 {
    padding-left: 14px;
  }
  .pt-sm-14 {
    padding-top: 14px;
  }
  .pb-sm-14 {
    padding-bottom: 14px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .lh-md-14 {
    line-height: 14px;
  }
  .gap-md-14 {
    gap: 14px;
  }
  .gap-x-md-14 {
    -webkit-column-gap: 14px;
       -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 (min-width: 992px) {
  .lh-lg-14 {
    line-height: 14px;
  }
  .gap-lg-14 {
    gap: 14px;
  }
  .gap-x-lg-14 {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
  .gap-y-lg-14 {
    row-gap: 14px;
  }
  .rounded-lg-14 {
    border-radius: 14px;
  }
  .mb-lg-14 {
    margin-bottom: 14px;
  }
  .mt-lg-14 {
    margin-top: 14px;
  }
  .mr-lg-14 {
    margin-right: 14px;
  }
  .ml-lg-14 {
    margin-left: 14px;
  }
  .mx-lg-14 {
    margin-right: 14px;
    margin-left: 14px;
  }
  .my-lg-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .p-lg-14 {
    padding: 14px;
  }
  .px-lg-14 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .py-lg-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .pr-lg-14 {
    padding-right: 14px;
  }
  .pl-lg-14 {
    padding-left: 14px;
  }
  .pt-lg-14 {
    padding-top: 14px;
  }
  .pb-lg-14 {
    padding-bottom: 14px;
  }
  .fs-lg-14 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-14 {
    line-height: 14px;
  }
  .gap-xl-14 {
    gap: 14px;
  }
  .gap-x-xl-14 {
    -webkit-column-gap: 14px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-14 {
    line-height: 14px;
  }
  .gap-xxl-14 {
    gap: 14px;
  }
  .gap-x-xxl-14 {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
  .gap-y-xxl-14 {
    row-gap: 14px;
  }
  .rounded-xxl-14 {
    border-radius: 14px;
  }
  .mb-xxl-14 {
    margin-bottom: 14px;
  }
  .mt-xxl-14 {
    margin-top: 14px;
  }
  .mr-xxl-14 {
    margin-right: 14px;
  }
  .ml-xxl-14 {
    margin-left: 14px;
  }
  .mx-xxl-14 {
    margin-right: 14px;
    margin-left: 14px;
  }
  .my-xxl-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .p-xxl-14 {
    padding: 14px;
  }
  .px-xxl-14 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .py-xxl-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .pr-xxl-14 {
    padding-right: 14px;
  }
  .pl-xxl-14 {
    padding-left: 14px;
  }
  .pt-xxl-14 {
    padding-top: 14px;
  }
  .pb-xxl-14 {
    padding-bottom: 14px;
  }
  .fs-xxl-14 {
    font-size: 14px;
  }
}
.lh-15 {
  line-height: 15px;
}

.gap-15 {
  gap: 15px;
}

.gap-x-15 {
  -webkit-column-gap: 15px;
     -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 (min-width: 576px) {
  .lh-sm-15 {
    line-height: 15px;
  }
  .gap-sm-15 {
    gap: 15px;
  }
  .gap-x-sm-15 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .gap-y-sm-15 {
    row-gap: 15px;
  }
  .rounded-sm-15 {
    border-radius: 15px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .mx-sm-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-sm-15 {
    padding: 15px;
  }
  .px-sm-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .fs-sm-15 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .lh-md-15 {
    line-height: 15px;
  }
  .gap-md-15 {
    gap: 15px;
  }
  .gap-x-md-15 {
    -webkit-column-gap: 15px;
       -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 (min-width: 992px) {
  .lh-lg-15 {
    line-height: 15px;
  }
  .gap-lg-15 {
    gap: 15px;
  }
  .gap-x-lg-15 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .gap-y-lg-15 {
    row-gap: 15px;
  }
  .rounded-lg-15 {
    border-radius: 15px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .mx-lg-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-lg-15 {
    padding: 15px;
  }
  .px-lg-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .fs-lg-15 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-15 {
    line-height: 15px;
  }
  .gap-xl-15 {
    gap: 15px;
  }
  .gap-x-xl-15 {
    -webkit-column-gap: 15px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-15 {
    line-height: 15px;
  }
  .gap-xxl-15 {
    gap: 15px;
  }
  .gap-x-xxl-15 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .gap-y-xxl-15 {
    row-gap: 15px;
  }
  .rounded-xxl-15 {
    border-radius: 15px;
  }
  .mb-xxl-15 {
    margin-bottom: 15px;
  }
  .mt-xxl-15 {
    margin-top: 15px;
  }
  .mr-xxl-15 {
    margin-right: 15px;
  }
  .ml-xxl-15 {
    margin-left: 15px;
  }
  .mx-xxl-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-xxl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-xxl-15 {
    padding: 15px;
  }
  .px-xxl-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-xxl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-xxl-15 {
    padding-right: 15px;
  }
  .pl-xxl-15 {
    padding-left: 15px;
  }
  .pt-xxl-15 {
    padding-top: 15px;
  }
  .pb-xxl-15 {
    padding-bottom: 15px;
  }
  .fs-xxl-15 {
    font-size: 15px;
  }
}
.lh-16 {
  line-height: 16px;
}

.gap-16 {
  gap: 16px;
}

.gap-x-16 {
  -webkit-column-gap: 16px;
     -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 (min-width: 576px) {
  .lh-sm-16 {
    line-height: 16px;
  }
  .gap-sm-16 {
    gap: 16px;
  }
  .gap-x-sm-16 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .gap-y-sm-16 {
    row-gap: 16px;
  }
  .rounded-sm-16 {
    border-radius: 16px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mr-sm-16 {
    margin-right: 16px;
  }
  .ml-sm-16 {
    margin-left: 16px;
  }
  .mx-sm-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .my-sm-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-sm-16 {
    padding: 16px;
  }
  .px-sm-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .py-sm-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pr-sm-16 {
    padding-right: 16px;
  }
  .pl-sm-16 {
    padding-left: 16px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .fs-sm-16 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .lh-md-16 {
    line-height: 16px;
  }
  .gap-md-16 {
    gap: 16px;
  }
  .gap-x-md-16 {
    -webkit-column-gap: 16px;
       -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 (min-width: 992px) {
  .lh-lg-16 {
    line-height: 16px;
  }
  .gap-lg-16 {
    gap: 16px;
  }
  .gap-x-lg-16 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .gap-y-lg-16 {
    row-gap: 16px;
  }
  .rounded-lg-16 {
    border-radius: 16px;
  }
  .mb-lg-16 {
    margin-bottom: 16px;
  }
  .mt-lg-16 {
    margin-top: 16px;
  }
  .mr-lg-16 {
    margin-right: 16px;
  }
  .ml-lg-16 {
    margin-left: 16px;
  }
  .mx-lg-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .my-lg-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-lg-16 {
    padding: 16px;
  }
  .px-lg-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .py-lg-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pr-lg-16 {
    padding-right: 16px;
  }
  .pl-lg-16 {
    padding-left: 16px;
  }
  .pt-lg-16 {
    padding-top: 16px;
  }
  .pb-lg-16 {
    padding-bottom: 16px;
  }
  .fs-lg-16 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-16 {
    line-height: 16px;
  }
  .gap-xl-16 {
    gap: 16px;
  }
  .gap-x-xl-16 {
    -webkit-column-gap: 16px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-16 {
    line-height: 16px;
  }
  .gap-xxl-16 {
    gap: 16px;
  }
  .gap-x-xxl-16 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .gap-y-xxl-16 {
    row-gap: 16px;
  }
  .rounded-xxl-16 {
    border-radius: 16px;
  }
  .mb-xxl-16 {
    margin-bottom: 16px;
  }
  .mt-xxl-16 {
    margin-top: 16px;
  }
  .mr-xxl-16 {
    margin-right: 16px;
  }
  .ml-xxl-16 {
    margin-left: 16px;
  }
  .mx-xxl-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .my-xxl-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-xxl-16 {
    padding: 16px;
  }
  .px-xxl-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .py-xxl-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pr-xxl-16 {
    padding-right: 16px;
  }
  .pl-xxl-16 {
    padding-left: 16px;
  }
  .pt-xxl-16 {
    padding-top: 16px;
  }
  .pb-xxl-16 {
    padding-bottom: 16px;
  }
  .fs-xxl-16 {
    font-size: 16px;
  }
}
.lh-17 {
  line-height: 17px;
}

.gap-17 {
  gap: 17px;
}

.gap-x-17 {
  -webkit-column-gap: 17px;
     -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 (min-width: 576px) {
  .lh-sm-17 {
    line-height: 17px;
  }
  .gap-sm-17 {
    gap: 17px;
  }
  .gap-x-sm-17 {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
  .gap-y-sm-17 {
    row-gap: 17px;
  }
  .rounded-sm-17 {
    border-radius: 17px;
  }
  .mb-sm-17 {
    margin-bottom: 17px;
  }
  .mt-sm-17 {
    margin-top: 17px;
  }
  .mr-sm-17 {
    margin-right: 17px;
  }
  .ml-sm-17 {
    margin-left: 17px;
  }
  .mx-sm-17 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .my-sm-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .p-sm-17 {
    padding: 17px;
  }
  .px-sm-17 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .py-sm-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .pr-sm-17 {
    padding-right: 17px;
  }
  .pl-sm-17 {
    padding-left: 17px;
  }
  .pt-sm-17 {
    padding-top: 17px;
  }
  .pb-sm-17 {
    padding-bottom: 17px;
  }
  .fs-sm-17 {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .lh-md-17 {
    line-height: 17px;
  }
  .gap-md-17 {
    gap: 17px;
  }
  .gap-x-md-17 {
    -webkit-column-gap: 17px;
       -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 (min-width: 992px) {
  .lh-lg-17 {
    line-height: 17px;
  }
  .gap-lg-17 {
    gap: 17px;
  }
  .gap-x-lg-17 {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
  .gap-y-lg-17 {
    row-gap: 17px;
  }
  .rounded-lg-17 {
    border-radius: 17px;
  }
  .mb-lg-17 {
    margin-bottom: 17px;
  }
  .mt-lg-17 {
    margin-top: 17px;
  }
  .mr-lg-17 {
    margin-right: 17px;
  }
  .ml-lg-17 {
    margin-left: 17px;
  }
  .mx-lg-17 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .my-lg-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .p-lg-17 {
    padding: 17px;
  }
  .px-lg-17 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .py-lg-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .pr-lg-17 {
    padding-right: 17px;
  }
  .pl-lg-17 {
    padding-left: 17px;
  }
  .pt-lg-17 {
    padding-top: 17px;
  }
  .pb-lg-17 {
    padding-bottom: 17px;
  }
  .fs-lg-17 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-17 {
    line-height: 17px;
  }
  .gap-xl-17 {
    gap: 17px;
  }
  .gap-x-xl-17 {
    -webkit-column-gap: 17px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-17 {
    line-height: 17px;
  }
  .gap-xxl-17 {
    gap: 17px;
  }
  .gap-x-xxl-17 {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
  .gap-y-xxl-17 {
    row-gap: 17px;
  }
  .rounded-xxl-17 {
    border-radius: 17px;
  }
  .mb-xxl-17 {
    margin-bottom: 17px;
  }
  .mt-xxl-17 {
    margin-top: 17px;
  }
  .mr-xxl-17 {
    margin-right: 17px;
  }
  .ml-xxl-17 {
    margin-left: 17px;
  }
  .mx-xxl-17 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .my-xxl-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .p-xxl-17 {
    padding: 17px;
  }
  .px-xxl-17 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .py-xxl-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .pr-xxl-17 {
    padding-right: 17px;
  }
  .pl-xxl-17 {
    padding-left: 17px;
  }
  .pt-xxl-17 {
    padding-top: 17px;
  }
  .pb-xxl-17 {
    padding-bottom: 17px;
  }
  .fs-xxl-17 {
    font-size: 17px;
  }
}
.lh-18 {
  line-height: 18px;
}

.gap-18 {
  gap: 18px;
}

.gap-x-18 {
  -webkit-column-gap: 18px;
     -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 (min-width: 576px) {
  .lh-sm-18 {
    line-height: 18px;
  }
  .gap-sm-18 {
    gap: 18px;
  }
  .gap-x-sm-18 {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .gap-y-sm-18 {
    row-gap: 18px;
  }
  .rounded-sm-18 {
    border-radius: 18px;
  }
  .mb-sm-18 {
    margin-bottom: 18px;
  }
  .mt-sm-18 {
    margin-top: 18px;
  }
  .mr-sm-18 {
    margin-right: 18px;
  }
  .ml-sm-18 {
    margin-left: 18px;
  }
  .mx-sm-18 {
    margin-right: 18px;
    margin-left: 18px;
  }
  .my-sm-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .p-sm-18 {
    padding: 18px;
  }
  .px-sm-18 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .py-sm-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .pr-sm-18 {
    padding-right: 18px;
  }
  .pl-sm-18 {
    padding-left: 18px;
  }
  .pt-sm-18 {
    padding-top: 18px;
  }
  .pb-sm-18 {
    padding-bottom: 18px;
  }
  .fs-sm-18 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .lh-md-18 {
    line-height: 18px;
  }
  .gap-md-18 {
    gap: 18px;
  }
  .gap-x-md-18 {
    -webkit-column-gap: 18px;
       -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 (min-width: 992px) {
  .lh-lg-18 {
    line-height: 18px;
  }
  .gap-lg-18 {
    gap: 18px;
  }
  .gap-x-lg-18 {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .gap-y-lg-18 {
    row-gap: 18px;
  }
  .rounded-lg-18 {
    border-radius: 18px;
  }
  .mb-lg-18 {
    margin-bottom: 18px;
  }
  .mt-lg-18 {
    margin-top: 18px;
  }
  .mr-lg-18 {
    margin-right: 18px;
  }
  .ml-lg-18 {
    margin-left: 18px;
  }
  .mx-lg-18 {
    margin-right: 18px;
    margin-left: 18px;
  }
  .my-lg-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .p-lg-18 {
    padding: 18px;
  }
  .px-lg-18 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .py-lg-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .pr-lg-18 {
    padding-right: 18px;
  }
  .pl-lg-18 {
    padding-left: 18px;
  }
  .pt-lg-18 {
    padding-top: 18px;
  }
  .pb-lg-18 {
    padding-bottom: 18px;
  }
  .fs-lg-18 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-18 {
    line-height: 18px;
  }
  .gap-xl-18 {
    gap: 18px;
  }
  .gap-x-xl-18 {
    -webkit-column-gap: 18px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-18 {
    line-height: 18px;
  }
  .gap-xxl-18 {
    gap: 18px;
  }
  .gap-x-xxl-18 {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .gap-y-xxl-18 {
    row-gap: 18px;
  }
  .rounded-xxl-18 {
    border-radius: 18px;
  }
  .mb-xxl-18 {
    margin-bottom: 18px;
  }
  .mt-xxl-18 {
    margin-top: 18px;
  }
  .mr-xxl-18 {
    margin-right: 18px;
  }
  .ml-xxl-18 {
    margin-left: 18px;
  }
  .mx-xxl-18 {
    margin-right: 18px;
    margin-left: 18px;
  }
  .my-xxl-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .p-xxl-18 {
    padding: 18px;
  }
  .px-xxl-18 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .py-xxl-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .pr-xxl-18 {
    padding-right: 18px;
  }
  .pl-xxl-18 {
    padding-left: 18px;
  }
  .pt-xxl-18 {
    padding-top: 18px;
  }
  .pb-xxl-18 {
    padding-bottom: 18px;
  }
  .fs-xxl-18 {
    font-size: 18px;
  }
}
.lh-19 {
  line-height: 19px;
}

.gap-19 {
  gap: 19px;
}

.gap-x-19 {
  -webkit-column-gap: 19px;
     -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 (min-width: 576px) {
  .lh-sm-19 {
    line-height: 19px;
  }
  .gap-sm-19 {
    gap: 19px;
  }
  .gap-x-sm-19 {
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
  }
  .gap-y-sm-19 {
    row-gap: 19px;
  }
  .rounded-sm-19 {
    border-radius: 19px;
  }
  .mb-sm-19 {
    margin-bottom: 19px;
  }
  .mt-sm-19 {
    margin-top: 19px;
  }
  .mr-sm-19 {
    margin-right: 19px;
  }
  .ml-sm-19 {
    margin-left: 19px;
  }
  .mx-sm-19 {
    margin-right: 19px;
    margin-left: 19px;
  }
  .my-sm-19 {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .p-sm-19 {
    padding: 19px;
  }
  .px-sm-19 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .py-sm-19 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .pr-sm-19 {
    padding-right: 19px;
  }
  .pl-sm-19 {
    padding-left: 19px;
  }
  .pt-sm-19 {
    padding-top: 19px;
  }
  .pb-sm-19 {
    padding-bottom: 19px;
  }
  .fs-sm-19 {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .lh-md-19 {
    line-height: 19px;
  }
  .gap-md-19 {
    gap: 19px;
  }
  .gap-x-md-19 {
    -webkit-column-gap: 19px;
       -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 (min-width: 992px) {
  .lh-lg-19 {
    line-height: 19px;
  }
  .gap-lg-19 {
    gap: 19px;
  }
  .gap-x-lg-19 {
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
  }
  .gap-y-lg-19 {
    row-gap: 19px;
  }
  .rounded-lg-19 {
    border-radius: 19px;
  }
  .mb-lg-19 {
    margin-bottom: 19px;
  }
  .mt-lg-19 {
    margin-top: 19px;
  }
  .mr-lg-19 {
    margin-right: 19px;
  }
  .ml-lg-19 {
    margin-left: 19px;
  }
  .mx-lg-19 {
    margin-right: 19px;
    margin-left: 19px;
  }
  .my-lg-19 {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .p-lg-19 {
    padding: 19px;
  }
  .px-lg-19 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .py-lg-19 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .pr-lg-19 {
    padding-right: 19px;
  }
  .pl-lg-19 {
    padding-left: 19px;
  }
  .pt-lg-19 {
    padding-top: 19px;
  }
  .pb-lg-19 {
    padding-bottom: 19px;
  }
  .fs-lg-19 {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-19 {
    line-height: 19px;
  }
  .gap-xl-19 {
    gap: 19px;
  }
  .gap-x-xl-19 {
    -webkit-column-gap: 19px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-19 {
    line-height: 19px;
  }
  .gap-xxl-19 {
    gap: 19px;
  }
  .gap-x-xxl-19 {
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
  }
  .gap-y-xxl-19 {
    row-gap: 19px;
  }
  .rounded-xxl-19 {
    border-radius: 19px;
  }
  .mb-xxl-19 {
    margin-bottom: 19px;
  }
  .mt-xxl-19 {
    margin-top: 19px;
  }
  .mr-xxl-19 {
    margin-right: 19px;
  }
  .ml-xxl-19 {
    margin-left: 19px;
  }
  .mx-xxl-19 {
    margin-right: 19px;
    margin-left: 19px;
  }
  .my-xxl-19 {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .p-xxl-19 {
    padding: 19px;
  }
  .px-xxl-19 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .py-xxl-19 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .pr-xxl-19 {
    padding-right: 19px;
  }
  .pl-xxl-19 {
    padding-left: 19px;
  }
  .pt-xxl-19 {
    padding-top: 19px;
  }
  .pb-xxl-19 {
    padding-bottom: 19px;
  }
  .fs-xxl-19 {
    font-size: 19px;
  }
}
.lh-20 {
  line-height: 20px;
}

.gap-20 {
  gap: 20px;
}

.gap-x-20 {
  -webkit-column-gap: 20px;
     -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 (min-width: 576px) {
  .lh-sm-20 {
    line-height: 20px;
  }
  .gap-sm-20 {
    gap: 20px;
  }
  .gap-x-sm-20 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .gap-y-sm-20 {
    row-gap: 20px;
  }
  .rounded-sm-20 {
    border-radius: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .mx-sm-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .px-sm-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .fs-sm-20 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .lh-md-20 {
    line-height: 20px;
  }
  .gap-md-20 {
    gap: 20px;
  }
  .gap-x-md-20 {
    -webkit-column-gap: 20px;
       -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 (min-width: 992px) {
  .lh-lg-20 {
    line-height: 20px;
  }
  .gap-lg-20 {
    gap: 20px;
  }
  .gap-x-lg-20 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .gap-y-lg-20 {
    row-gap: 20px;
  }
  .rounded-lg-20 {
    border-radius: 20px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .mx-lg-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-lg-20 {
    padding: 20px;
  }
  .px-lg-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .fs-lg-20 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-20 {
    line-height: 20px;
  }
  .gap-xl-20 {
    gap: 20px;
  }
  .gap-x-xl-20 {
    -webkit-column-gap: 20px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-20 {
    line-height: 20px;
  }
  .gap-xxl-20 {
    gap: 20px;
  }
  .gap-x-xxl-20 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .gap-y-xxl-20 {
    row-gap: 20px;
  }
  .rounded-xxl-20 {
    border-radius: 20px;
  }
  .mb-xxl-20 {
    margin-bottom: 20px;
  }
  .mt-xxl-20 {
    margin-top: 20px;
  }
  .mr-xxl-20 {
    margin-right: 20px;
  }
  .ml-xxl-20 {
    margin-left: 20px;
  }
  .mx-xxl-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-xxl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-xxl-20 {
    padding: 20px;
  }
  .px-xxl-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-xxl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-xxl-20 {
    padding-right: 20px;
  }
  .pl-xxl-20 {
    padding-left: 20px;
  }
  .pt-xxl-20 {
    padding-top: 20px;
  }
  .pb-xxl-20 {
    padding-bottom: 20px;
  }
  .fs-xxl-20 {
    font-size: 20px;
  }
}
.lh-21 {
  line-height: 21px;
}

.gap-21 {
  gap: 21px;
}

.gap-x-21 {
  -webkit-column-gap: 21px;
     -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 (min-width: 576px) {
  .lh-sm-21 {
    line-height: 21px;
  }
  .gap-sm-21 {
    gap: 21px;
  }
  .gap-x-sm-21 {
    -webkit-column-gap: 21px;
       -moz-column-gap: 21px;
            column-gap: 21px;
  }
  .gap-y-sm-21 {
    row-gap: 21px;
  }
  .rounded-sm-21 {
    border-radius: 21px;
  }
  .mb-sm-21 {
    margin-bottom: 21px;
  }
  .mt-sm-21 {
    margin-top: 21px;
  }
  .mr-sm-21 {
    margin-right: 21px;
  }
  .ml-sm-21 {
    margin-left: 21px;
  }
  .mx-sm-21 {
    margin-right: 21px;
    margin-left: 21px;
  }
  .my-sm-21 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .p-sm-21 {
    padding: 21px;
  }
  .px-sm-21 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .py-sm-21 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .pr-sm-21 {
    padding-right: 21px;
  }
  .pl-sm-21 {
    padding-left: 21px;
  }
  .pt-sm-21 {
    padding-top: 21px;
  }
  .pb-sm-21 {
    padding-bottom: 21px;
  }
  .fs-sm-21 {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .lh-md-21 {
    line-height: 21px;
  }
  .gap-md-21 {
    gap: 21px;
  }
  .gap-x-md-21 {
    -webkit-column-gap: 21px;
       -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 (min-width: 992px) {
  .lh-lg-21 {
    line-height: 21px;
  }
  .gap-lg-21 {
    gap: 21px;
  }
  .gap-x-lg-21 {
    -webkit-column-gap: 21px;
       -moz-column-gap: 21px;
            column-gap: 21px;
  }
  .gap-y-lg-21 {
    row-gap: 21px;
  }
  .rounded-lg-21 {
    border-radius: 21px;
  }
  .mb-lg-21 {
    margin-bottom: 21px;
  }
  .mt-lg-21 {
    margin-top: 21px;
  }
  .mr-lg-21 {
    margin-right: 21px;
  }
  .ml-lg-21 {
    margin-left: 21px;
  }
  .mx-lg-21 {
    margin-right: 21px;
    margin-left: 21px;
  }
  .my-lg-21 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .p-lg-21 {
    padding: 21px;
  }
  .px-lg-21 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .py-lg-21 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .pr-lg-21 {
    padding-right: 21px;
  }
  .pl-lg-21 {
    padding-left: 21px;
  }
  .pt-lg-21 {
    padding-top: 21px;
  }
  .pb-lg-21 {
    padding-bottom: 21px;
  }
  .fs-lg-21 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-21 {
    line-height: 21px;
  }
  .gap-xl-21 {
    gap: 21px;
  }
  .gap-x-xl-21 {
    -webkit-column-gap: 21px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-21 {
    line-height: 21px;
  }
  .gap-xxl-21 {
    gap: 21px;
  }
  .gap-x-xxl-21 {
    -webkit-column-gap: 21px;
       -moz-column-gap: 21px;
            column-gap: 21px;
  }
  .gap-y-xxl-21 {
    row-gap: 21px;
  }
  .rounded-xxl-21 {
    border-radius: 21px;
  }
  .mb-xxl-21 {
    margin-bottom: 21px;
  }
  .mt-xxl-21 {
    margin-top: 21px;
  }
  .mr-xxl-21 {
    margin-right: 21px;
  }
  .ml-xxl-21 {
    margin-left: 21px;
  }
  .mx-xxl-21 {
    margin-right: 21px;
    margin-left: 21px;
  }
  .my-xxl-21 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .p-xxl-21 {
    padding: 21px;
  }
  .px-xxl-21 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .py-xxl-21 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .pr-xxl-21 {
    padding-right: 21px;
  }
  .pl-xxl-21 {
    padding-left: 21px;
  }
  .pt-xxl-21 {
    padding-top: 21px;
  }
  .pb-xxl-21 {
    padding-bottom: 21px;
  }
  .fs-xxl-21 {
    font-size: 21px;
  }
}
.lh-22 {
  line-height: 22px;
}

.gap-22 {
  gap: 22px;
}

.gap-x-22 {
  -webkit-column-gap: 22px;
     -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 (min-width: 576px) {
  .lh-sm-22 {
    line-height: 22px;
  }
  .gap-sm-22 {
    gap: 22px;
  }
  .gap-x-sm-22 {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
  .gap-y-sm-22 {
    row-gap: 22px;
  }
  .rounded-sm-22 {
    border-radius: 22px;
  }
  .mb-sm-22 {
    margin-bottom: 22px;
  }
  .mt-sm-22 {
    margin-top: 22px;
  }
  .mr-sm-22 {
    margin-right: 22px;
  }
  .ml-sm-22 {
    margin-left: 22px;
  }
  .mx-sm-22 {
    margin-right: 22px;
    margin-left: 22px;
  }
  .my-sm-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .p-sm-22 {
    padding: 22px;
  }
  .px-sm-22 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .py-sm-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .pr-sm-22 {
    padding-right: 22px;
  }
  .pl-sm-22 {
    padding-left: 22px;
  }
  .pt-sm-22 {
    padding-top: 22px;
  }
  .pb-sm-22 {
    padding-bottom: 22px;
  }
  .fs-sm-22 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .lh-md-22 {
    line-height: 22px;
  }
  .gap-md-22 {
    gap: 22px;
  }
  .gap-x-md-22 {
    -webkit-column-gap: 22px;
       -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 (min-width: 992px) {
  .lh-lg-22 {
    line-height: 22px;
  }
  .gap-lg-22 {
    gap: 22px;
  }
  .gap-x-lg-22 {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
  .gap-y-lg-22 {
    row-gap: 22px;
  }
  .rounded-lg-22 {
    border-radius: 22px;
  }
  .mb-lg-22 {
    margin-bottom: 22px;
  }
  .mt-lg-22 {
    margin-top: 22px;
  }
  .mr-lg-22 {
    margin-right: 22px;
  }
  .ml-lg-22 {
    margin-left: 22px;
  }
  .mx-lg-22 {
    margin-right: 22px;
    margin-left: 22px;
  }
  .my-lg-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .p-lg-22 {
    padding: 22px;
  }
  .px-lg-22 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .py-lg-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .pr-lg-22 {
    padding-right: 22px;
  }
  .pl-lg-22 {
    padding-left: 22px;
  }
  .pt-lg-22 {
    padding-top: 22px;
  }
  .pb-lg-22 {
    padding-bottom: 22px;
  }
  .fs-lg-22 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-22 {
    line-height: 22px;
  }
  .gap-xl-22 {
    gap: 22px;
  }
  .gap-x-xl-22 {
    -webkit-column-gap: 22px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-22 {
    line-height: 22px;
  }
  .gap-xxl-22 {
    gap: 22px;
  }
  .gap-x-xxl-22 {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
  .gap-y-xxl-22 {
    row-gap: 22px;
  }
  .rounded-xxl-22 {
    border-radius: 22px;
  }
  .mb-xxl-22 {
    margin-bottom: 22px;
  }
  .mt-xxl-22 {
    margin-top: 22px;
  }
  .mr-xxl-22 {
    margin-right: 22px;
  }
  .ml-xxl-22 {
    margin-left: 22px;
  }
  .mx-xxl-22 {
    margin-right: 22px;
    margin-left: 22px;
  }
  .my-xxl-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .p-xxl-22 {
    padding: 22px;
  }
  .px-xxl-22 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .py-xxl-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .pr-xxl-22 {
    padding-right: 22px;
  }
  .pl-xxl-22 {
    padding-left: 22px;
  }
  .pt-xxl-22 {
    padding-top: 22px;
  }
  .pb-xxl-22 {
    padding-bottom: 22px;
  }
  .fs-xxl-22 {
    font-size: 22px;
  }
}
.lh-23 {
  line-height: 23px;
}

.gap-23 {
  gap: 23px;
}

.gap-x-23 {
  -webkit-column-gap: 23px;
     -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 (min-width: 576px) {
  .lh-sm-23 {
    line-height: 23px;
  }
  .gap-sm-23 {
    gap: 23px;
  }
  .gap-x-sm-23 {
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
  }
  .gap-y-sm-23 {
    row-gap: 23px;
  }
  .rounded-sm-23 {
    border-radius: 23px;
  }
  .mb-sm-23 {
    margin-bottom: 23px;
  }
  .mt-sm-23 {
    margin-top: 23px;
  }
  .mr-sm-23 {
    margin-right: 23px;
  }
  .ml-sm-23 {
    margin-left: 23px;
  }
  .mx-sm-23 {
    margin-right: 23px;
    margin-left: 23px;
  }
  .my-sm-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .p-sm-23 {
    padding: 23px;
  }
  .px-sm-23 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .py-sm-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .pr-sm-23 {
    padding-right: 23px;
  }
  .pl-sm-23 {
    padding-left: 23px;
  }
  .pt-sm-23 {
    padding-top: 23px;
  }
  .pb-sm-23 {
    padding-bottom: 23px;
  }
  .fs-sm-23 {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .lh-md-23 {
    line-height: 23px;
  }
  .gap-md-23 {
    gap: 23px;
  }
  .gap-x-md-23 {
    -webkit-column-gap: 23px;
       -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 (min-width: 992px) {
  .lh-lg-23 {
    line-height: 23px;
  }
  .gap-lg-23 {
    gap: 23px;
  }
  .gap-x-lg-23 {
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
  }
  .gap-y-lg-23 {
    row-gap: 23px;
  }
  .rounded-lg-23 {
    border-radius: 23px;
  }
  .mb-lg-23 {
    margin-bottom: 23px;
  }
  .mt-lg-23 {
    margin-top: 23px;
  }
  .mr-lg-23 {
    margin-right: 23px;
  }
  .ml-lg-23 {
    margin-left: 23px;
  }
  .mx-lg-23 {
    margin-right: 23px;
    margin-left: 23px;
  }
  .my-lg-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .p-lg-23 {
    padding: 23px;
  }
  .px-lg-23 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .py-lg-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .pr-lg-23 {
    padding-right: 23px;
  }
  .pl-lg-23 {
    padding-left: 23px;
  }
  .pt-lg-23 {
    padding-top: 23px;
  }
  .pb-lg-23 {
    padding-bottom: 23px;
  }
  .fs-lg-23 {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-23 {
    line-height: 23px;
  }
  .gap-xl-23 {
    gap: 23px;
  }
  .gap-x-xl-23 {
    -webkit-column-gap: 23px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-23 {
    line-height: 23px;
  }
  .gap-xxl-23 {
    gap: 23px;
  }
  .gap-x-xxl-23 {
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
  }
  .gap-y-xxl-23 {
    row-gap: 23px;
  }
  .rounded-xxl-23 {
    border-radius: 23px;
  }
  .mb-xxl-23 {
    margin-bottom: 23px;
  }
  .mt-xxl-23 {
    margin-top: 23px;
  }
  .mr-xxl-23 {
    margin-right: 23px;
  }
  .ml-xxl-23 {
    margin-left: 23px;
  }
  .mx-xxl-23 {
    margin-right: 23px;
    margin-left: 23px;
  }
  .my-xxl-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .p-xxl-23 {
    padding: 23px;
  }
  .px-xxl-23 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .py-xxl-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .pr-xxl-23 {
    padding-right: 23px;
  }
  .pl-xxl-23 {
    padding-left: 23px;
  }
  .pt-xxl-23 {
    padding-top: 23px;
  }
  .pb-xxl-23 {
    padding-bottom: 23px;
  }
  .fs-xxl-23 {
    font-size: 23px;
  }
}
.lh-24 {
  line-height: 24px;
}

.gap-24 {
  gap: 24px;
}

.gap-x-24 {
  -webkit-column-gap: 24px;
     -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 (min-width: 576px) {
  .lh-sm-24 {
    line-height: 24px;
  }
  .gap-sm-24 {
    gap: 24px;
  }
  .gap-x-sm-24 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .gap-y-sm-24 {
    row-gap: 24px;
  }
  .rounded-sm-24 {
    border-radius: 24px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mr-sm-24 {
    margin-right: 24px;
  }
  .ml-sm-24 {
    margin-left: 24px;
  }
  .mx-sm-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .my-sm-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-sm-24 {
    padding: 24px;
  }
  .px-sm-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .py-sm-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pr-sm-24 {
    padding-right: 24px;
  }
  .pl-sm-24 {
    padding-left: 24px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .fs-sm-24 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .lh-md-24 {
    line-height: 24px;
  }
  .gap-md-24 {
    gap: 24px;
  }
  .gap-x-md-24 {
    -webkit-column-gap: 24px;
       -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 (min-width: 992px) {
  .lh-lg-24 {
    line-height: 24px;
  }
  .gap-lg-24 {
    gap: 24px;
  }
  .gap-x-lg-24 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .gap-y-lg-24 {
    row-gap: 24px;
  }
  .rounded-lg-24 {
    border-radius: 24px;
  }
  .mb-lg-24 {
    margin-bottom: 24px;
  }
  .mt-lg-24 {
    margin-top: 24px;
  }
  .mr-lg-24 {
    margin-right: 24px;
  }
  .ml-lg-24 {
    margin-left: 24px;
  }
  .mx-lg-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .my-lg-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-lg-24 {
    padding: 24px;
  }
  .px-lg-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .py-lg-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pr-lg-24 {
    padding-right: 24px;
  }
  .pl-lg-24 {
    padding-left: 24px;
  }
  .pt-lg-24 {
    padding-top: 24px;
  }
  .pb-lg-24 {
    padding-bottom: 24px;
  }
  .fs-lg-24 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-24 {
    line-height: 24px;
  }
  .gap-xl-24 {
    gap: 24px;
  }
  .gap-x-xl-24 {
    -webkit-column-gap: 24px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-24 {
    line-height: 24px;
  }
  .gap-xxl-24 {
    gap: 24px;
  }
  .gap-x-xxl-24 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .gap-y-xxl-24 {
    row-gap: 24px;
  }
  .rounded-xxl-24 {
    border-radius: 24px;
  }
  .mb-xxl-24 {
    margin-bottom: 24px;
  }
  .mt-xxl-24 {
    margin-top: 24px;
  }
  .mr-xxl-24 {
    margin-right: 24px;
  }
  .ml-xxl-24 {
    margin-left: 24px;
  }
  .mx-xxl-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .my-xxl-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-xxl-24 {
    padding: 24px;
  }
  .px-xxl-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .py-xxl-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pr-xxl-24 {
    padding-right: 24px;
  }
  .pl-xxl-24 {
    padding-left: 24px;
  }
  .pt-xxl-24 {
    padding-top: 24px;
  }
  .pb-xxl-24 {
    padding-bottom: 24px;
  }
  .fs-xxl-24 {
    font-size: 24px;
  }
}
.lh-25 {
  line-height: 25px;
}

.gap-25 {
  gap: 25px;
}

.gap-x-25 {
  -webkit-column-gap: 25px;
     -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 (min-width: 576px) {
  .lh-sm-25 {
    line-height: 25px;
  }
  .gap-sm-25 {
    gap: 25px;
  }
  .gap-x-sm-25 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .gap-y-sm-25 {
    row-gap: 25px;
  }
  .rounded-sm-25 {
    border-radius: 25px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mr-sm-25 {
    margin-right: 25px;
  }
  .ml-sm-25 {
    margin-left: 25px;
  }
  .mx-sm-25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-sm-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .p-sm-25 {
    padding: 25px;
  }
  .px-sm-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pr-sm-25 {
    padding-right: 25px;
  }
  .pl-sm-25 {
    padding-left: 25px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .fs-sm-25 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .lh-md-25 {
    line-height: 25px;
  }
  .gap-md-25 {
    gap: 25px;
  }
  .gap-x-md-25 {
    -webkit-column-gap: 25px;
       -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 (min-width: 992px) {
  .lh-lg-25 {
    line-height: 25px;
  }
  .gap-lg-25 {
    gap: 25px;
  }
  .gap-x-lg-25 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .gap-y-lg-25 {
    row-gap: 25px;
  }
  .rounded-lg-25 {
    border-radius: 25px;
  }
  .mb-lg-25 {
    margin-bottom: 25px;
  }
  .mt-lg-25 {
    margin-top: 25px;
  }
  .mr-lg-25 {
    margin-right: 25px;
  }
  .ml-lg-25 {
    margin-left: 25px;
  }
  .mx-lg-25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-lg-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .p-lg-25 {
    padding: 25px;
  }
  .px-lg-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pr-lg-25 {
    padding-right: 25px;
  }
  .pl-lg-25 {
    padding-left: 25px;
  }
  .pt-lg-25 {
    padding-top: 25px;
  }
  .pb-lg-25 {
    padding-bottom: 25px;
  }
  .fs-lg-25 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-25 {
    line-height: 25px;
  }
  .gap-xl-25 {
    gap: 25px;
  }
  .gap-x-xl-25 {
    -webkit-column-gap: 25px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-25 {
    line-height: 25px;
  }
  .gap-xxl-25 {
    gap: 25px;
  }
  .gap-x-xxl-25 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .gap-y-xxl-25 {
    row-gap: 25px;
  }
  .rounded-xxl-25 {
    border-radius: 25px;
  }
  .mb-xxl-25 {
    margin-bottom: 25px;
  }
  .mt-xxl-25 {
    margin-top: 25px;
  }
  .mr-xxl-25 {
    margin-right: 25px;
  }
  .ml-xxl-25 {
    margin-left: 25px;
  }
  .mx-xxl-25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-xxl-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .p-xxl-25 {
    padding: 25px;
  }
  .px-xxl-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-xxl-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pr-xxl-25 {
    padding-right: 25px;
  }
  .pl-xxl-25 {
    padding-left: 25px;
  }
  .pt-xxl-25 {
    padding-top: 25px;
  }
  .pb-xxl-25 {
    padding-bottom: 25px;
  }
  .fs-xxl-25 {
    font-size: 25px;
  }
}
.lh-26 {
  line-height: 26px;
}

.gap-26 {
  gap: 26px;
}

.gap-x-26 {
  -webkit-column-gap: 26px;
     -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 (min-width: 576px) {
  .lh-sm-26 {
    line-height: 26px;
  }
  .gap-sm-26 {
    gap: 26px;
  }
  .gap-x-sm-26 {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
  .gap-y-sm-26 {
    row-gap: 26px;
  }
  .rounded-sm-26 {
    border-radius: 26px;
  }
  .mb-sm-26 {
    margin-bottom: 26px;
  }
  .mt-sm-26 {
    margin-top: 26px;
  }
  .mr-sm-26 {
    margin-right: 26px;
  }
  .ml-sm-26 {
    margin-left: 26px;
  }
  .mx-sm-26 {
    margin-right: 26px;
    margin-left: 26px;
  }
  .my-sm-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .p-sm-26 {
    padding: 26px;
  }
  .px-sm-26 {
    padding-right: 26px;
    padding-left: 26px;
  }
  .py-sm-26 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .pr-sm-26 {
    padding-right: 26px;
  }
  .pl-sm-26 {
    padding-left: 26px;
  }
  .pt-sm-26 {
    padding-top: 26px;
  }
  .pb-sm-26 {
    padding-bottom: 26px;
  }
  .fs-sm-26 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .lh-md-26 {
    line-height: 26px;
  }
  .gap-md-26 {
    gap: 26px;
  }
  .gap-x-md-26 {
    -webkit-column-gap: 26px;
       -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 (min-width: 992px) {
  .lh-lg-26 {
    line-height: 26px;
  }
  .gap-lg-26 {
    gap: 26px;
  }
  .gap-x-lg-26 {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
  .gap-y-lg-26 {
    row-gap: 26px;
  }
  .rounded-lg-26 {
    border-radius: 26px;
  }
  .mb-lg-26 {
    margin-bottom: 26px;
  }
  .mt-lg-26 {
    margin-top: 26px;
  }
  .mr-lg-26 {
    margin-right: 26px;
  }
  .ml-lg-26 {
    margin-left: 26px;
  }
  .mx-lg-26 {
    margin-right: 26px;
    margin-left: 26px;
  }
  .my-lg-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .p-lg-26 {
    padding: 26px;
  }
  .px-lg-26 {
    padding-right: 26px;
    padding-left: 26px;
  }
  .py-lg-26 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .pr-lg-26 {
    padding-right: 26px;
  }
  .pl-lg-26 {
    padding-left: 26px;
  }
  .pt-lg-26 {
    padding-top: 26px;
  }
  .pb-lg-26 {
    padding-bottom: 26px;
  }
  .fs-lg-26 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-26 {
    line-height: 26px;
  }
  .gap-xl-26 {
    gap: 26px;
  }
  .gap-x-xl-26 {
    -webkit-column-gap: 26px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-26 {
    line-height: 26px;
  }
  .gap-xxl-26 {
    gap: 26px;
  }
  .gap-x-xxl-26 {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
  .gap-y-xxl-26 {
    row-gap: 26px;
  }
  .rounded-xxl-26 {
    border-radius: 26px;
  }
  .mb-xxl-26 {
    margin-bottom: 26px;
  }
  .mt-xxl-26 {
    margin-top: 26px;
  }
  .mr-xxl-26 {
    margin-right: 26px;
  }
  .ml-xxl-26 {
    margin-left: 26px;
  }
  .mx-xxl-26 {
    margin-right: 26px;
    margin-left: 26px;
  }
  .my-xxl-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .p-xxl-26 {
    padding: 26px;
  }
  .px-xxl-26 {
    padding-right: 26px;
    padding-left: 26px;
  }
  .py-xxl-26 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .pr-xxl-26 {
    padding-right: 26px;
  }
  .pl-xxl-26 {
    padding-left: 26px;
  }
  .pt-xxl-26 {
    padding-top: 26px;
  }
  .pb-xxl-26 {
    padding-bottom: 26px;
  }
  .fs-xxl-26 {
    font-size: 26px;
  }
}
.lh-27 {
  line-height: 27px;
}

.gap-27 {
  gap: 27px;
}

.gap-x-27 {
  -webkit-column-gap: 27px;
     -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 (min-width: 576px) {
  .lh-sm-27 {
    line-height: 27px;
  }
  .gap-sm-27 {
    gap: 27px;
  }
  .gap-x-sm-27 {
    -webkit-column-gap: 27px;
       -moz-column-gap: 27px;
            column-gap: 27px;
  }
  .gap-y-sm-27 {
    row-gap: 27px;
  }
  .rounded-sm-27 {
    border-radius: 27px;
  }
  .mb-sm-27 {
    margin-bottom: 27px;
  }
  .mt-sm-27 {
    margin-top: 27px;
  }
  .mr-sm-27 {
    margin-right: 27px;
  }
  .ml-sm-27 {
    margin-left: 27px;
  }
  .mx-sm-27 {
    margin-right: 27px;
    margin-left: 27px;
  }
  .my-sm-27 {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .p-sm-27 {
    padding: 27px;
  }
  .px-sm-27 {
    padding-right: 27px;
    padding-left: 27px;
  }
  .py-sm-27 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pr-sm-27 {
    padding-right: 27px;
  }
  .pl-sm-27 {
    padding-left: 27px;
  }
  .pt-sm-27 {
    padding-top: 27px;
  }
  .pb-sm-27 {
    padding-bottom: 27px;
  }
  .fs-sm-27 {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .lh-md-27 {
    line-height: 27px;
  }
  .gap-md-27 {
    gap: 27px;
  }
  .gap-x-md-27 {
    -webkit-column-gap: 27px;
       -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 (min-width: 992px) {
  .lh-lg-27 {
    line-height: 27px;
  }
  .gap-lg-27 {
    gap: 27px;
  }
  .gap-x-lg-27 {
    -webkit-column-gap: 27px;
       -moz-column-gap: 27px;
            column-gap: 27px;
  }
  .gap-y-lg-27 {
    row-gap: 27px;
  }
  .rounded-lg-27 {
    border-radius: 27px;
  }
  .mb-lg-27 {
    margin-bottom: 27px;
  }
  .mt-lg-27 {
    margin-top: 27px;
  }
  .mr-lg-27 {
    margin-right: 27px;
  }
  .ml-lg-27 {
    margin-left: 27px;
  }
  .mx-lg-27 {
    margin-right: 27px;
    margin-left: 27px;
  }
  .my-lg-27 {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .p-lg-27 {
    padding: 27px;
  }
  .px-lg-27 {
    padding-right: 27px;
    padding-left: 27px;
  }
  .py-lg-27 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pr-lg-27 {
    padding-right: 27px;
  }
  .pl-lg-27 {
    padding-left: 27px;
  }
  .pt-lg-27 {
    padding-top: 27px;
  }
  .pb-lg-27 {
    padding-bottom: 27px;
  }
  .fs-lg-27 {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-27 {
    line-height: 27px;
  }
  .gap-xl-27 {
    gap: 27px;
  }
  .gap-x-xl-27 {
    -webkit-column-gap: 27px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-27 {
    line-height: 27px;
  }
  .gap-xxl-27 {
    gap: 27px;
  }
  .gap-x-xxl-27 {
    -webkit-column-gap: 27px;
       -moz-column-gap: 27px;
            column-gap: 27px;
  }
  .gap-y-xxl-27 {
    row-gap: 27px;
  }
  .rounded-xxl-27 {
    border-radius: 27px;
  }
  .mb-xxl-27 {
    margin-bottom: 27px;
  }
  .mt-xxl-27 {
    margin-top: 27px;
  }
  .mr-xxl-27 {
    margin-right: 27px;
  }
  .ml-xxl-27 {
    margin-left: 27px;
  }
  .mx-xxl-27 {
    margin-right: 27px;
    margin-left: 27px;
  }
  .my-xxl-27 {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .p-xxl-27 {
    padding: 27px;
  }
  .px-xxl-27 {
    padding-right: 27px;
    padding-left: 27px;
  }
  .py-xxl-27 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pr-xxl-27 {
    padding-right: 27px;
  }
  .pl-xxl-27 {
    padding-left: 27px;
  }
  .pt-xxl-27 {
    padding-top: 27px;
  }
  .pb-xxl-27 {
    padding-bottom: 27px;
  }
  .fs-xxl-27 {
    font-size: 27px;
  }
}
.lh-28 {
  line-height: 28px;
}

.gap-28 {
  gap: 28px;
}

.gap-x-28 {
  -webkit-column-gap: 28px;
     -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 (min-width: 576px) {
  .lh-sm-28 {
    line-height: 28px;
  }
  .gap-sm-28 {
    gap: 28px;
  }
  .gap-x-sm-28 {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .gap-y-sm-28 {
    row-gap: 28px;
  }
  .rounded-sm-28 {
    border-radius: 28px;
  }
  .mb-sm-28 {
    margin-bottom: 28px;
  }
  .mt-sm-28 {
    margin-top: 28px;
  }
  .mr-sm-28 {
    margin-right: 28px;
  }
  .ml-sm-28 {
    margin-left: 28px;
  }
  .mx-sm-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .my-sm-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-sm-28 {
    padding: 28px;
  }
  .px-sm-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .py-sm-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .pr-sm-28 {
    padding-right: 28px;
  }
  .pl-sm-28 {
    padding-left: 28px;
  }
  .pt-sm-28 {
    padding-top: 28px;
  }
  .pb-sm-28 {
    padding-bottom: 28px;
  }
  .fs-sm-28 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .lh-md-28 {
    line-height: 28px;
  }
  .gap-md-28 {
    gap: 28px;
  }
  .gap-x-md-28 {
    -webkit-column-gap: 28px;
       -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 (min-width: 992px) {
  .lh-lg-28 {
    line-height: 28px;
  }
  .gap-lg-28 {
    gap: 28px;
  }
  .gap-x-lg-28 {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .gap-y-lg-28 {
    row-gap: 28px;
  }
  .rounded-lg-28 {
    border-radius: 28px;
  }
  .mb-lg-28 {
    margin-bottom: 28px;
  }
  .mt-lg-28 {
    margin-top: 28px;
  }
  .mr-lg-28 {
    margin-right: 28px;
  }
  .ml-lg-28 {
    margin-left: 28px;
  }
  .mx-lg-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .my-lg-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-lg-28 {
    padding: 28px;
  }
  .px-lg-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .py-lg-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .pr-lg-28 {
    padding-right: 28px;
  }
  .pl-lg-28 {
    padding-left: 28px;
  }
  .pt-lg-28 {
    padding-top: 28px;
  }
  .pb-lg-28 {
    padding-bottom: 28px;
  }
  .fs-lg-28 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-28 {
    line-height: 28px;
  }
  .gap-xl-28 {
    gap: 28px;
  }
  .gap-x-xl-28 {
    -webkit-column-gap: 28px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-28 {
    line-height: 28px;
  }
  .gap-xxl-28 {
    gap: 28px;
  }
  .gap-x-xxl-28 {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .gap-y-xxl-28 {
    row-gap: 28px;
  }
  .rounded-xxl-28 {
    border-radius: 28px;
  }
  .mb-xxl-28 {
    margin-bottom: 28px;
  }
  .mt-xxl-28 {
    margin-top: 28px;
  }
  .mr-xxl-28 {
    margin-right: 28px;
  }
  .ml-xxl-28 {
    margin-left: 28px;
  }
  .mx-xxl-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .my-xxl-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-xxl-28 {
    padding: 28px;
  }
  .px-xxl-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .py-xxl-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .pr-xxl-28 {
    padding-right: 28px;
  }
  .pl-xxl-28 {
    padding-left: 28px;
  }
  .pt-xxl-28 {
    padding-top: 28px;
  }
  .pb-xxl-28 {
    padding-bottom: 28px;
  }
  .fs-xxl-28 {
    font-size: 28px;
  }
}
.lh-29 {
  line-height: 29px;
}

.gap-29 {
  gap: 29px;
}

.gap-x-29 {
  -webkit-column-gap: 29px;
     -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 (min-width: 576px) {
  .lh-sm-29 {
    line-height: 29px;
  }
  .gap-sm-29 {
    gap: 29px;
  }
  .gap-x-sm-29 {
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
  }
  .gap-y-sm-29 {
    row-gap: 29px;
  }
  .rounded-sm-29 {
    border-radius: 29px;
  }
  .mb-sm-29 {
    margin-bottom: 29px;
  }
  .mt-sm-29 {
    margin-top: 29px;
  }
  .mr-sm-29 {
    margin-right: 29px;
  }
  .ml-sm-29 {
    margin-left: 29px;
  }
  .mx-sm-29 {
    margin-right: 29px;
    margin-left: 29px;
  }
  .my-sm-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .p-sm-29 {
    padding: 29px;
  }
  .px-sm-29 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .py-sm-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .pr-sm-29 {
    padding-right: 29px;
  }
  .pl-sm-29 {
    padding-left: 29px;
  }
  .pt-sm-29 {
    padding-top: 29px;
  }
  .pb-sm-29 {
    padding-bottom: 29px;
  }
  .fs-sm-29 {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  .lh-md-29 {
    line-height: 29px;
  }
  .gap-md-29 {
    gap: 29px;
  }
  .gap-x-md-29 {
    -webkit-column-gap: 29px;
       -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 (min-width: 992px) {
  .lh-lg-29 {
    line-height: 29px;
  }
  .gap-lg-29 {
    gap: 29px;
  }
  .gap-x-lg-29 {
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
  }
  .gap-y-lg-29 {
    row-gap: 29px;
  }
  .rounded-lg-29 {
    border-radius: 29px;
  }
  .mb-lg-29 {
    margin-bottom: 29px;
  }
  .mt-lg-29 {
    margin-top: 29px;
  }
  .mr-lg-29 {
    margin-right: 29px;
  }
  .ml-lg-29 {
    margin-left: 29px;
  }
  .mx-lg-29 {
    margin-right: 29px;
    margin-left: 29px;
  }
  .my-lg-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .p-lg-29 {
    padding: 29px;
  }
  .px-lg-29 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .py-lg-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .pr-lg-29 {
    padding-right: 29px;
  }
  .pl-lg-29 {
    padding-left: 29px;
  }
  .pt-lg-29 {
    padding-top: 29px;
  }
  .pb-lg-29 {
    padding-bottom: 29px;
  }
  .fs-lg-29 {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-29 {
    line-height: 29px;
  }
  .gap-xl-29 {
    gap: 29px;
  }
  .gap-x-xl-29 {
    -webkit-column-gap: 29px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-29 {
    line-height: 29px;
  }
  .gap-xxl-29 {
    gap: 29px;
  }
  .gap-x-xxl-29 {
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
  }
  .gap-y-xxl-29 {
    row-gap: 29px;
  }
  .rounded-xxl-29 {
    border-radius: 29px;
  }
  .mb-xxl-29 {
    margin-bottom: 29px;
  }
  .mt-xxl-29 {
    margin-top: 29px;
  }
  .mr-xxl-29 {
    margin-right: 29px;
  }
  .ml-xxl-29 {
    margin-left: 29px;
  }
  .mx-xxl-29 {
    margin-right: 29px;
    margin-left: 29px;
  }
  .my-xxl-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .p-xxl-29 {
    padding: 29px;
  }
  .px-xxl-29 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .py-xxl-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .pr-xxl-29 {
    padding-right: 29px;
  }
  .pl-xxl-29 {
    padding-left: 29px;
  }
  .pt-xxl-29 {
    padding-top: 29px;
  }
  .pb-xxl-29 {
    padding-bottom: 29px;
  }
  .fs-xxl-29 {
    font-size: 29px;
  }
}
.lh-30 {
  line-height: 30px;
}

.gap-30 {
  gap: 30px;
}

.gap-x-30 {
  -webkit-column-gap: 30px;
     -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 (min-width: 576px) {
  .lh-sm-30 {
    line-height: 30px;
  }
  .gap-sm-30 {
    gap: 30px;
  }
  .gap-x-sm-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .gap-y-sm-30 {
    row-gap: 30px;
  }
  .rounded-sm-30 {
    border-radius: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .mx-sm-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-sm-30 {
    padding: 30px;
  }
  .px-sm-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .fs-sm-30 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .lh-md-30 {
    line-height: 30px;
  }
  .gap-md-30 {
    gap: 30px;
  }
  .gap-x-md-30 {
    -webkit-column-gap: 30px;
       -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 (min-width: 992px) {
  .lh-lg-30 {
    line-height: 30px;
  }
  .gap-lg-30 {
    gap: 30px;
  }
  .gap-x-lg-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .gap-y-lg-30 {
    row-gap: 30px;
  }
  .rounded-lg-30 {
    border-radius: 30px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .mx-lg-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-lg-30 {
    padding: 30px;
  }
  .px-lg-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .fs-lg-30 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-30 {
    line-height: 30px;
  }
  .gap-xl-30 {
    gap: 30px;
  }
  .gap-x-xl-30 {
    -webkit-column-gap: 30px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-30 {
    line-height: 30px;
  }
  .gap-xxl-30 {
    gap: 30px;
  }
  .gap-x-xxl-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .gap-y-xxl-30 {
    row-gap: 30px;
  }
  .rounded-xxl-30 {
    border-radius: 30px;
  }
  .mb-xxl-30 {
    margin-bottom: 30px;
  }
  .mt-xxl-30 {
    margin-top: 30px;
  }
  .mr-xxl-30 {
    margin-right: 30px;
  }
  .ml-xxl-30 {
    margin-left: 30px;
  }
  .mx-xxl-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-xxl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-xxl-30 {
    padding: 30px;
  }
  .px-xxl-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-xxl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-xxl-30 {
    padding-right: 30px;
  }
  .pl-xxl-30 {
    padding-left: 30px;
  }
  .pt-xxl-30 {
    padding-top: 30px;
  }
  .pb-xxl-30 {
    padding-bottom: 30px;
  }
  .fs-xxl-30 {
    font-size: 30px;
  }
}
.lh-31 {
  line-height: 31px;
}

.gap-31 {
  gap: 31px;
}

.gap-x-31 {
  -webkit-column-gap: 31px;
     -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 (min-width: 576px) {
  .lh-sm-31 {
    line-height: 31px;
  }
  .gap-sm-31 {
    gap: 31px;
  }
  .gap-x-sm-31 {
    -webkit-column-gap: 31px;
       -moz-column-gap: 31px;
            column-gap: 31px;
  }
  .gap-y-sm-31 {
    row-gap: 31px;
  }
  .rounded-sm-31 {
    border-radius: 31px;
  }
  .mb-sm-31 {
    margin-bottom: 31px;
  }
  .mt-sm-31 {
    margin-top: 31px;
  }
  .mr-sm-31 {
    margin-right: 31px;
  }
  .ml-sm-31 {
    margin-left: 31px;
  }
  .mx-sm-31 {
    margin-right: 31px;
    margin-left: 31px;
  }
  .my-sm-31 {
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .p-sm-31 {
    padding: 31px;
  }
  .px-sm-31 {
    padding-right: 31px;
    padding-left: 31px;
  }
  .py-sm-31 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pr-sm-31 {
    padding-right: 31px;
  }
  .pl-sm-31 {
    padding-left: 31px;
  }
  .pt-sm-31 {
    padding-top: 31px;
  }
  .pb-sm-31 {
    padding-bottom: 31px;
  }
  .fs-sm-31 {
    font-size: 31px;
  }
}
@media (min-width: 768px) {
  .lh-md-31 {
    line-height: 31px;
  }
  .gap-md-31 {
    gap: 31px;
  }
  .gap-x-md-31 {
    -webkit-column-gap: 31px;
       -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 (min-width: 992px) {
  .lh-lg-31 {
    line-height: 31px;
  }
  .gap-lg-31 {
    gap: 31px;
  }
  .gap-x-lg-31 {
    -webkit-column-gap: 31px;
       -moz-column-gap: 31px;
            column-gap: 31px;
  }
  .gap-y-lg-31 {
    row-gap: 31px;
  }
  .rounded-lg-31 {
    border-radius: 31px;
  }
  .mb-lg-31 {
    margin-bottom: 31px;
  }
  .mt-lg-31 {
    margin-top: 31px;
  }
  .mr-lg-31 {
    margin-right: 31px;
  }
  .ml-lg-31 {
    margin-left: 31px;
  }
  .mx-lg-31 {
    margin-right: 31px;
    margin-left: 31px;
  }
  .my-lg-31 {
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .p-lg-31 {
    padding: 31px;
  }
  .px-lg-31 {
    padding-right: 31px;
    padding-left: 31px;
  }
  .py-lg-31 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pr-lg-31 {
    padding-right: 31px;
  }
  .pl-lg-31 {
    padding-left: 31px;
  }
  .pt-lg-31 {
    padding-top: 31px;
  }
  .pb-lg-31 {
    padding-bottom: 31px;
  }
  .fs-lg-31 {
    font-size: 31px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-31 {
    line-height: 31px;
  }
  .gap-xl-31 {
    gap: 31px;
  }
  .gap-x-xl-31 {
    -webkit-column-gap: 31px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-31 {
    line-height: 31px;
  }
  .gap-xxl-31 {
    gap: 31px;
  }
  .gap-x-xxl-31 {
    -webkit-column-gap: 31px;
       -moz-column-gap: 31px;
            column-gap: 31px;
  }
  .gap-y-xxl-31 {
    row-gap: 31px;
  }
  .rounded-xxl-31 {
    border-radius: 31px;
  }
  .mb-xxl-31 {
    margin-bottom: 31px;
  }
  .mt-xxl-31 {
    margin-top: 31px;
  }
  .mr-xxl-31 {
    margin-right: 31px;
  }
  .ml-xxl-31 {
    margin-left: 31px;
  }
  .mx-xxl-31 {
    margin-right: 31px;
    margin-left: 31px;
  }
  .my-xxl-31 {
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .p-xxl-31 {
    padding: 31px;
  }
  .px-xxl-31 {
    padding-right: 31px;
    padding-left: 31px;
  }
  .py-xxl-31 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pr-xxl-31 {
    padding-right: 31px;
  }
  .pl-xxl-31 {
    padding-left: 31px;
  }
  .pt-xxl-31 {
    padding-top: 31px;
  }
  .pb-xxl-31 {
    padding-bottom: 31px;
  }
  .fs-xxl-31 {
    font-size: 31px;
  }
}
.lh-32 {
  line-height: 32px;
}

.gap-32 {
  gap: 32px;
}

.gap-x-32 {
  -webkit-column-gap: 32px;
     -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 (min-width: 576px) {
  .lh-sm-32 {
    line-height: 32px;
  }
  .gap-sm-32 {
    gap: 32px;
  }
  .gap-x-sm-32 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .gap-y-sm-32 {
    row-gap: 32px;
  }
  .rounded-sm-32 {
    border-radius: 32px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mr-sm-32 {
    margin-right: 32px;
  }
  .ml-sm-32 {
    margin-left: 32px;
  }
  .mx-sm-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .my-sm-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-sm-32 {
    padding: 32px;
  }
  .px-sm-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .py-sm-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pr-sm-32 {
    padding-right: 32px;
  }
  .pl-sm-32 {
    padding-left: 32px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .fs-sm-32 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .lh-md-32 {
    line-height: 32px;
  }
  .gap-md-32 {
    gap: 32px;
  }
  .gap-x-md-32 {
    -webkit-column-gap: 32px;
       -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 (min-width: 992px) {
  .lh-lg-32 {
    line-height: 32px;
  }
  .gap-lg-32 {
    gap: 32px;
  }
  .gap-x-lg-32 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .gap-y-lg-32 {
    row-gap: 32px;
  }
  .rounded-lg-32 {
    border-radius: 32px;
  }
  .mb-lg-32 {
    margin-bottom: 32px;
  }
  .mt-lg-32 {
    margin-top: 32px;
  }
  .mr-lg-32 {
    margin-right: 32px;
  }
  .ml-lg-32 {
    margin-left: 32px;
  }
  .mx-lg-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .my-lg-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-lg-32 {
    padding: 32px;
  }
  .px-lg-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .py-lg-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pr-lg-32 {
    padding-right: 32px;
  }
  .pl-lg-32 {
    padding-left: 32px;
  }
  .pt-lg-32 {
    padding-top: 32px;
  }
  .pb-lg-32 {
    padding-bottom: 32px;
  }
  .fs-lg-32 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-32 {
    line-height: 32px;
  }
  .gap-xl-32 {
    gap: 32px;
  }
  .gap-x-xl-32 {
    -webkit-column-gap: 32px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-32 {
    line-height: 32px;
  }
  .gap-xxl-32 {
    gap: 32px;
  }
  .gap-x-xxl-32 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .gap-y-xxl-32 {
    row-gap: 32px;
  }
  .rounded-xxl-32 {
    border-radius: 32px;
  }
  .mb-xxl-32 {
    margin-bottom: 32px;
  }
  .mt-xxl-32 {
    margin-top: 32px;
  }
  .mr-xxl-32 {
    margin-right: 32px;
  }
  .ml-xxl-32 {
    margin-left: 32px;
  }
  .mx-xxl-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .my-xxl-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-xxl-32 {
    padding: 32px;
  }
  .px-xxl-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .py-xxl-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pr-xxl-32 {
    padding-right: 32px;
  }
  .pl-xxl-32 {
    padding-left: 32px;
  }
  .pt-xxl-32 {
    padding-top: 32px;
  }
  .pb-xxl-32 {
    padding-bottom: 32px;
  }
  .fs-xxl-32 {
    font-size: 32px;
  }
}
.lh-33 {
  line-height: 33px;
}

.gap-33 {
  gap: 33px;
}

.gap-x-33 {
  -webkit-column-gap: 33px;
     -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 (min-width: 576px) {
  .lh-sm-33 {
    line-height: 33px;
  }
  .gap-sm-33 {
    gap: 33px;
  }
  .gap-x-sm-33 {
    -webkit-column-gap: 33px;
       -moz-column-gap: 33px;
            column-gap: 33px;
  }
  .gap-y-sm-33 {
    row-gap: 33px;
  }
  .rounded-sm-33 {
    border-radius: 33px;
  }
  .mb-sm-33 {
    margin-bottom: 33px;
  }
  .mt-sm-33 {
    margin-top: 33px;
  }
  .mr-sm-33 {
    margin-right: 33px;
  }
  .ml-sm-33 {
    margin-left: 33px;
  }
  .mx-sm-33 {
    margin-right: 33px;
    margin-left: 33px;
  }
  .my-sm-33 {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  .p-sm-33 {
    padding: 33px;
  }
  .px-sm-33 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .py-sm-33 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .pr-sm-33 {
    padding-right: 33px;
  }
  .pl-sm-33 {
    padding-left: 33px;
  }
  .pt-sm-33 {
    padding-top: 33px;
  }
  .pb-sm-33 {
    padding-bottom: 33px;
  }
  .fs-sm-33 {
    font-size: 33px;
  }
}
@media (min-width: 768px) {
  .lh-md-33 {
    line-height: 33px;
  }
  .gap-md-33 {
    gap: 33px;
  }
  .gap-x-md-33 {
    -webkit-column-gap: 33px;
       -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 (min-width: 992px) {
  .lh-lg-33 {
    line-height: 33px;
  }
  .gap-lg-33 {
    gap: 33px;
  }
  .gap-x-lg-33 {
    -webkit-column-gap: 33px;
       -moz-column-gap: 33px;
            column-gap: 33px;
  }
  .gap-y-lg-33 {
    row-gap: 33px;
  }
  .rounded-lg-33 {
    border-radius: 33px;
  }
  .mb-lg-33 {
    margin-bottom: 33px;
  }
  .mt-lg-33 {
    margin-top: 33px;
  }
  .mr-lg-33 {
    margin-right: 33px;
  }
  .ml-lg-33 {
    margin-left: 33px;
  }
  .mx-lg-33 {
    margin-right: 33px;
    margin-left: 33px;
  }
  .my-lg-33 {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  .p-lg-33 {
    padding: 33px;
  }
  .px-lg-33 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .py-lg-33 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .pr-lg-33 {
    padding-right: 33px;
  }
  .pl-lg-33 {
    padding-left: 33px;
  }
  .pt-lg-33 {
    padding-top: 33px;
  }
  .pb-lg-33 {
    padding-bottom: 33px;
  }
  .fs-lg-33 {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-33 {
    line-height: 33px;
  }
  .gap-xl-33 {
    gap: 33px;
  }
  .gap-x-xl-33 {
    -webkit-column-gap: 33px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-33 {
    line-height: 33px;
  }
  .gap-xxl-33 {
    gap: 33px;
  }
  .gap-x-xxl-33 {
    -webkit-column-gap: 33px;
       -moz-column-gap: 33px;
            column-gap: 33px;
  }
  .gap-y-xxl-33 {
    row-gap: 33px;
  }
  .rounded-xxl-33 {
    border-radius: 33px;
  }
  .mb-xxl-33 {
    margin-bottom: 33px;
  }
  .mt-xxl-33 {
    margin-top: 33px;
  }
  .mr-xxl-33 {
    margin-right: 33px;
  }
  .ml-xxl-33 {
    margin-left: 33px;
  }
  .mx-xxl-33 {
    margin-right: 33px;
    margin-left: 33px;
  }
  .my-xxl-33 {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  .p-xxl-33 {
    padding: 33px;
  }
  .px-xxl-33 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .py-xxl-33 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .pr-xxl-33 {
    padding-right: 33px;
  }
  .pl-xxl-33 {
    padding-left: 33px;
  }
  .pt-xxl-33 {
    padding-top: 33px;
  }
  .pb-xxl-33 {
    padding-bottom: 33px;
  }
  .fs-xxl-33 {
    font-size: 33px;
  }
}
.lh-34 {
  line-height: 34px;
}

.gap-34 {
  gap: 34px;
}

.gap-x-34 {
  -webkit-column-gap: 34px;
     -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 (min-width: 576px) {
  .lh-sm-34 {
    line-height: 34px;
  }
  .gap-sm-34 {
    gap: 34px;
  }
  .gap-x-sm-34 {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
  .gap-y-sm-34 {
    row-gap: 34px;
  }
  .rounded-sm-34 {
    border-radius: 34px;
  }
  .mb-sm-34 {
    margin-bottom: 34px;
  }
  .mt-sm-34 {
    margin-top: 34px;
  }
  .mr-sm-34 {
    margin-right: 34px;
  }
  .ml-sm-34 {
    margin-left: 34px;
  }
  .mx-sm-34 {
    margin-right: 34px;
    margin-left: 34px;
  }
  .my-sm-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .p-sm-34 {
    padding: 34px;
  }
  .px-sm-34 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .py-sm-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .pr-sm-34 {
    padding-right: 34px;
  }
  .pl-sm-34 {
    padding-left: 34px;
  }
  .pt-sm-34 {
    padding-top: 34px;
  }
  .pb-sm-34 {
    padding-bottom: 34px;
  }
  .fs-sm-34 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .lh-md-34 {
    line-height: 34px;
  }
  .gap-md-34 {
    gap: 34px;
  }
  .gap-x-md-34 {
    -webkit-column-gap: 34px;
       -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 (min-width: 992px) {
  .lh-lg-34 {
    line-height: 34px;
  }
  .gap-lg-34 {
    gap: 34px;
  }
  .gap-x-lg-34 {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
  .gap-y-lg-34 {
    row-gap: 34px;
  }
  .rounded-lg-34 {
    border-radius: 34px;
  }
  .mb-lg-34 {
    margin-bottom: 34px;
  }
  .mt-lg-34 {
    margin-top: 34px;
  }
  .mr-lg-34 {
    margin-right: 34px;
  }
  .ml-lg-34 {
    margin-left: 34px;
  }
  .mx-lg-34 {
    margin-right: 34px;
    margin-left: 34px;
  }
  .my-lg-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .p-lg-34 {
    padding: 34px;
  }
  .px-lg-34 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .py-lg-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .pr-lg-34 {
    padding-right: 34px;
  }
  .pl-lg-34 {
    padding-left: 34px;
  }
  .pt-lg-34 {
    padding-top: 34px;
  }
  .pb-lg-34 {
    padding-bottom: 34px;
  }
  .fs-lg-34 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-34 {
    line-height: 34px;
  }
  .gap-xl-34 {
    gap: 34px;
  }
  .gap-x-xl-34 {
    -webkit-column-gap: 34px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-34 {
    line-height: 34px;
  }
  .gap-xxl-34 {
    gap: 34px;
  }
  .gap-x-xxl-34 {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
  .gap-y-xxl-34 {
    row-gap: 34px;
  }
  .rounded-xxl-34 {
    border-radius: 34px;
  }
  .mb-xxl-34 {
    margin-bottom: 34px;
  }
  .mt-xxl-34 {
    margin-top: 34px;
  }
  .mr-xxl-34 {
    margin-right: 34px;
  }
  .ml-xxl-34 {
    margin-left: 34px;
  }
  .mx-xxl-34 {
    margin-right: 34px;
    margin-left: 34px;
  }
  .my-xxl-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .p-xxl-34 {
    padding: 34px;
  }
  .px-xxl-34 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .py-xxl-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .pr-xxl-34 {
    padding-right: 34px;
  }
  .pl-xxl-34 {
    padding-left: 34px;
  }
  .pt-xxl-34 {
    padding-top: 34px;
  }
  .pb-xxl-34 {
    padding-bottom: 34px;
  }
  .fs-xxl-34 {
    font-size: 34px;
  }
}
.lh-35 {
  line-height: 35px;
}

.gap-35 {
  gap: 35px;
}

.gap-x-35 {
  -webkit-column-gap: 35px;
     -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 (min-width: 576px) {
  .lh-sm-35 {
    line-height: 35px;
  }
  .gap-sm-35 {
    gap: 35px;
  }
  .gap-x-sm-35 {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  .gap-y-sm-35 {
    row-gap: 35px;
  }
  .rounded-sm-35 {
    border-radius: 35px;
  }
  .mb-sm-35 {
    margin-bottom: 35px;
  }
  .mt-sm-35 {
    margin-top: 35px;
  }
  .mr-sm-35 {
    margin-right: 35px;
  }
  .ml-sm-35 {
    margin-left: 35px;
  }
  .mx-sm-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-sm-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .p-sm-35 {
    padding: 35px;
  }
  .px-sm-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-sm-35 {
    padding-right: 35px;
  }
  .pl-sm-35 {
    padding-left: 35px;
  }
  .pt-sm-35 {
    padding-top: 35px;
  }
  .pb-sm-35 {
    padding-bottom: 35px;
  }
  .fs-sm-35 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .lh-md-35 {
    line-height: 35px;
  }
  .gap-md-35 {
    gap: 35px;
  }
  .gap-x-md-35 {
    -webkit-column-gap: 35px;
       -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 (min-width: 992px) {
  .lh-lg-35 {
    line-height: 35px;
  }
  .gap-lg-35 {
    gap: 35px;
  }
  .gap-x-lg-35 {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  .gap-y-lg-35 {
    row-gap: 35px;
  }
  .rounded-lg-35 {
    border-radius: 35px;
  }
  .mb-lg-35 {
    margin-bottom: 35px;
  }
  .mt-lg-35 {
    margin-top: 35px;
  }
  .mr-lg-35 {
    margin-right: 35px;
  }
  .ml-lg-35 {
    margin-left: 35px;
  }
  .mx-lg-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-lg-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .p-lg-35 {
    padding: 35px;
  }
  .px-lg-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-lg-35 {
    padding-right: 35px;
  }
  .pl-lg-35 {
    padding-left: 35px;
  }
  .pt-lg-35 {
    padding-top: 35px;
  }
  .pb-lg-35 {
    padding-bottom: 35px;
  }
  .fs-lg-35 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-35 {
    line-height: 35px;
  }
  .gap-xl-35 {
    gap: 35px;
  }
  .gap-x-xl-35 {
    -webkit-column-gap: 35px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-35 {
    line-height: 35px;
  }
  .gap-xxl-35 {
    gap: 35px;
  }
  .gap-x-xxl-35 {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  .gap-y-xxl-35 {
    row-gap: 35px;
  }
  .rounded-xxl-35 {
    border-radius: 35px;
  }
  .mb-xxl-35 {
    margin-bottom: 35px;
  }
  .mt-xxl-35 {
    margin-top: 35px;
  }
  .mr-xxl-35 {
    margin-right: 35px;
  }
  .ml-xxl-35 {
    margin-left: 35px;
  }
  .mx-xxl-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-xxl-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .p-xxl-35 {
    padding: 35px;
  }
  .px-xxl-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-xxl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-xxl-35 {
    padding-right: 35px;
  }
  .pl-xxl-35 {
    padding-left: 35px;
  }
  .pt-xxl-35 {
    padding-top: 35px;
  }
  .pb-xxl-35 {
    padding-bottom: 35px;
  }
  .fs-xxl-35 {
    font-size: 35px;
  }
}
.lh-36 {
  line-height: 36px;
}

.gap-36 {
  gap: 36px;
}

.gap-x-36 {
  -webkit-column-gap: 36px;
     -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 (min-width: 576px) {
  .lh-sm-36 {
    line-height: 36px;
  }
  .gap-sm-36 {
    gap: 36px;
  }
  .gap-x-sm-36 {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
  .gap-y-sm-36 {
    row-gap: 36px;
  }
  .rounded-sm-36 {
    border-radius: 36px;
  }
  .mb-sm-36 {
    margin-bottom: 36px;
  }
  .mt-sm-36 {
    margin-top: 36px;
  }
  .mr-sm-36 {
    margin-right: 36px;
  }
  .ml-sm-36 {
    margin-left: 36px;
  }
  .mx-sm-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .my-sm-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-sm-36 {
    padding: 36px;
  }
  .px-sm-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .py-sm-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .pr-sm-36 {
    padding-right: 36px;
  }
  .pl-sm-36 {
    padding-left: 36px;
  }
  .pt-sm-36 {
    padding-top: 36px;
  }
  .pb-sm-36 {
    padding-bottom: 36px;
  }
  .fs-sm-36 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .lh-md-36 {
    line-height: 36px;
  }
  .gap-md-36 {
    gap: 36px;
  }
  .gap-x-md-36 {
    -webkit-column-gap: 36px;
       -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 (min-width: 992px) {
  .lh-lg-36 {
    line-height: 36px;
  }
  .gap-lg-36 {
    gap: 36px;
  }
  .gap-x-lg-36 {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
  .gap-y-lg-36 {
    row-gap: 36px;
  }
  .rounded-lg-36 {
    border-radius: 36px;
  }
  .mb-lg-36 {
    margin-bottom: 36px;
  }
  .mt-lg-36 {
    margin-top: 36px;
  }
  .mr-lg-36 {
    margin-right: 36px;
  }
  .ml-lg-36 {
    margin-left: 36px;
  }
  .mx-lg-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .my-lg-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-lg-36 {
    padding: 36px;
  }
  .px-lg-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .py-lg-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .pr-lg-36 {
    padding-right: 36px;
  }
  .pl-lg-36 {
    padding-left: 36px;
  }
  .pt-lg-36 {
    padding-top: 36px;
  }
  .pb-lg-36 {
    padding-bottom: 36px;
  }
  .fs-lg-36 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-36 {
    line-height: 36px;
  }
  .gap-xl-36 {
    gap: 36px;
  }
  .gap-x-xl-36 {
    -webkit-column-gap: 36px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-36 {
    line-height: 36px;
  }
  .gap-xxl-36 {
    gap: 36px;
  }
  .gap-x-xxl-36 {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
  .gap-y-xxl-36 {
    row-gap: 36px;
  }
  .rounded-xxl-36 {
    border-radius: 36px;
  }
  .mb-xxl-36 {
    margin-bottom: 36px;
  }
  .mt-xxl-36 {
    margin-top: 36px;
  }
  .mr-xxl-36 {
    margin-right: 36px;
  }
  .ml-xxl-36 {
    margin-left: 36px;
  }
  .mx-xxl-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .my-xxl-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-xxl-36 {
    padding: 36px;
  }
  .px-xxl-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .py-xxl-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .pr-xxl-36 {
    padding-right: 36px;
  }
  .pl-xxl-36 {
    padding-left: 36px;
  }
  .pt-xxl-36 {
    padding-top: 36px;
  }
  .pb-xxl-36 {
    padding-bottom: 36px;
  }
  .fs-xxl-36 {
    font-size: 36px;
  }
}
.lh-37 {
  line-height: 37px;
}

.gap-37 {
  gap: 37px;
}

.gap-x-37 {
  -webkit-column-gap: 37px;
     -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 (min-width: 576px) {
  .lh-sm-37 {
    line-height: 37px;
  }
  .gap-sm-37 {
    gap: 37px;
  }
  .gap-x-sm-37 {
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
  }
  .gap-y-sm-37 {
    row-gap: 37px;
  }
  .rounded-sm-37 {
    border-radius: 37px;
  }
  .mb-sm-37 {
    margin-bottom: 37px;
  }
  .mt-sm-37 {
    margin-top: 37px;
  }
  .mr-sm-37 {
    margin-right: 37px;
  }
  .ml-sm-37 {
    margin-left: 37px;
  }
  .mx-sm-37 {
    margin-right: 37px;
    margin-left: 37px;
  }
  .my-sm-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }
  .p-sm-37 {
    padding: 37px;
  }
  .px-sm-37 {
    padding-right: 37px;
    padding-left: 37px;
  }
  .py-sm-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .pr-sm-37 {
    padding-right: 37px;
  }
  .pl-sm-37 {
    padding-left: 37px;
  }
  .pt-sm-37 {
    padding-top: 37px;
  }
  .pb-sm-37 {
    padding-bottom: 37px;
  }
  .fs-sm-37 {
    font-size: 37px;
  }
}
@media (min-width: 768px) {
  .lh-md-37 {
    line-height: 37px;
  }
  .gap-md-37 {
    gap: 37px;
  }
  .gap-x-md-37 {
    -webkit-column-gap: 37px;
       -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 (min-width: 992px) {
  .lh-lg-37 {
    line-height: 37px;
  }
  .gap-lg-37 {
    gap: 37px;
  }
  .gap-x-lg-37 {
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
  }
  .gap-y-lg-37 {
    row-gap: 37px;
  }
  .rounded-lg-37 {
    border-radius: 37px;
  }
  .mb-lg-37 {
    margin-bottom: 37px;
  }
  .mt-lg-37 {
    margin-top: 37px;
  }
  .mr-lg-37 {
    margin-right: 37px;
  }
  .ml-lg-37 {
    margin-left: 37px;
  }
  .mx-lg-37 {
    margin-right: 37px;
    margin-left: 37px;
  }
  .my-lg-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }
  .p-lg-37 {
    padding: 37px;
  }
  .px-lg-37 {
    padding-right: 37px;
    padding-left: 37px;
  }
  .py-lg-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .pr-lg-37 {
    padding-right: 37px;
  }
  .pl-lg-37 {
    padding-left: 37px;
  }
  .pt-lg-37 {
    padding-top: 37px;
  }
  .pb-lg-37 {
    padding-bottom: 37px;
  }
  .fs-lg-37 {
    font-size: 37px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-37 {
    line-height: 37px;
  }
  .gap-xl-37 {
    gap: 37px;
  }
  .gap-x-xl-37 {
    -webkit-column-gap: 37px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-37 {
    line-height: 37px;
  }
  .gap-xxl-37 {
    gap: 37px;
  }
  .gap-x-xxl-37 {
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
  }
  .gap-y-xxl-37 {
    row-gap: 37px;
  }
  .rounded-xxl-37 {
    border-radius: 37px;
  }
  .mb-xxl-37 {
    margin-bottom: 37px;
  }
  .mt-xxl-37 {
    margin-top: 37px;
  }
  .mr-xxl-37 {
    margin-right: 37px;
  }
  .ml-xxl-37 {
    margin-left: 37px;
  }
  .mx-xxl-37 {
    margin-right: 37px;
    margin-left: 37px;
  }
  .my-xxl-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }
  .p-xxl-37 {
    padding: 37px;
  }
  .px-xxl-37 {
    padding-right: 37px;
    padding-left: 37px;
  }
  .py-xxl-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .pr-xxl-37 {
    padding-right: 37px;
  }
  .pl-xxl-37 {
    padding-left: 37px;
  }
  .pt-xxl-37 {
    padding-top: 37px;
  }
  .pb-xxl-37 {
    padding-bottom: 37px;
  }
  .fs-xxl-37 {
    font-size: 37px;
  }
}
.lh-38 {
  line-height: 38px;
}

.gap-38 {
  gap: 38px;
}

.gap-x-38 {
  -webkit-column-gap: 38px;
     -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 (min-width: 576px) {
  .lh-sm-38 {
    line-height: 38px;
  }
  .gap-sm-38 {
    gap: 38px;
  }
  .gap-x-sm-38 {
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
  }
  .gap-y-sm-38 {
    row-gap: 38px;
  }
  .rounded-sm-38 {
    border-radius: 38px;
  }
  .mb-sm-38 {
    margin-bottom: 38px;
  }
  .mt-sm-38 {
    margin-top: 38px;
  }
  .mr-sm-38 {
    margin-right: 38px;
  }
  .ml-sm-38 {
    margin-left: 38px;
  }
  .mx-sm-38 {
    margin-right: 38px;
    margin-left: 38px;
  }
  .my-sm-38 {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .p-sm-38 {
    padding: 38px;
  }
  .px-sm-38 {
    padding-right: 38px;
    padding-left: 38px;
  }
  .py-sm-38 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .pr-sm-38 {
    padding-right: 38px;
  }
  .pl-sm-38 {
    padding-left: 38px;
  }
  .pt-sm-38 {
    padding-top: 38px;
  }
  .pb-sm-38 {
    padding-bottom: 38px;
  }
  .fs-sm-38 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .lh-md-38 {
    line-height: 38px;
  }
  .gap-md-38 {
    gap: 38px;
  }
  .gap-x-md-38 {
    -webkit-column-gap: 38px;
       -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 (min-width: 992px) {
  .lh-lg-38 {
    line-height: 38px;
  }
  .gap-lg-38 {
    gap: 38px;
  }
  .gap-x-lg-38 {
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
  }
  .gap-y-lg-38 {
    row-gap: 38px;
  }
  .rounded-lg-38 {
    border-radius: 38px;
  }
  .mb-lg-38 {
    margin-bottom: 38px;
  }
  .mt-lg-38 {
    margin-top: 38px;
  }
  .mr-lg-38 {
    margin-right: 38px;
  }
  .ml-lg-38 {
    margin-left: 38px;
  }
  .mx-lg-38 {
    margin-right: 38px;
    margin-left: 38px;
  }
  .my-lg-38 {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .p-lg-38 {
    padding: 38px;
  }
  .px-lg-38 {
    padding-right: 38px;
    padding-left: 38px;
  }
  .py-lg-38 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .pr-lg-38 {
    padding-right: 38px;
  }
  .pl-lg-38 {
    padding-left: 38px;
  }
  .pt-lg-38 {
    padding-top: 38px;
  }
  .pb-lg-38 {
    padding-bottom: 38px;
  }
  .fs-lg-38 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-38 {
    line-height: 38px;
  }
  .gap-xl-38 {
    gap: 38px;
  }
  .gap-x-xl-38 {
    -webkit-column-gap: 38px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-38 {
    line-height: 38px;
  }
  .gap-xxl-38 {
    gap: 38px;
  }
  .gap-x-xxl-38 {
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
  }
  .gap-y-xxl-38 {
    row-gap: 38px;
  }
  .rounded-xxl-38 {
    border-radius: 38px;
  }
  .mb-xxl-38 {
    margin-bottom: 38px;
  }
  .mt-xxl-38 {
    margin-top: 38px;
  }
  .mr-xxl-38 {
    margin-right: 38px;
  }
  .ml-xxl-38 {
    margin-left: 38px;
  }
  .mx-xxl-38 {
    margin-right: 38px;
    margin-left: 38px;
  }
  .my-xxl-38 {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .p-xxl-38 {
    padding: 38px;
  }
  .px-xxl-38 {
    padding-right: 38px;
    padding-left: 38px;
  }
  .py-xxl-38 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .pr-xxl-38 {
    padding-right: 38px;
  }
  .pl-xxl-38 {
    padding-left: 38px;
  }
  .pt-xxl-38 {
    padding-top: 38px;
  }
  .pb-xxl-38 {
    padding-bottom: 38px;
  }
  .fs-xxl-38 {
    font-size: 38px;
  }
}
.lh-39 {
  line-height: 39px;
}

.gap-39 {
  gap: 39px;
}

.gap-x-39 {
  -webkit-column-gap: 39px;
     -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 (min-width: 576px) {
  .lh-sm-39 {
    line-height: 39px;
  }
  .gap-sm-39 {
    gap: 39px;
  }
  .gap-x-sm-39 {
    -webkit-column-gap: 39px;
       -moz-column-gap: 39px;
            column-gap: 39px;
  }
  .gap-y-sm-39 {
    row-gap: 39px;
  }
  .rounded-sm-39 {
    border-radius: 39px;
  }
  .mb-sm-39 {
    margin-bottom: 39px;
  }
  .mt-sm-39 {
    margin-top: 39px;
  }
  .mr-sm-39 {
    margin-right: 39px;
  }
  .ml-sm-39 {
    margin-left: 39px;
  }
  .mx-sm-39 {
    margin-right: 39px;
    margin-left: 39px;
  }
  .my-sm-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .p-sm-39 {
    padding: 39px;
  }
  .px-sm-39 {
    padding-right: 39px;
    padding-left: 39px;
  }
  .py-sm-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .pr-sm-39 {
    padding-right: 39px;
  }
  .pl-sm-39 {
    padding-left: 39px;
  }
  .pt-sm-39 {
    padding-top: 39px;
  }
  .pb-sm-39 {
    padding-bottom: 39px;
  }
  .fs-sm-39 {
    font-size: 39px;
  }
}
@media (min-width: 768px) {
  .lh-md-39 {
    line-height: 39px;
  }
  .gap-md-39 {
    gap: 39px;
  }
  .gap-x-md-39 {
    -webkit-column-gap: 39px;
       -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 (min-width: 992px) {
  .lh-lg-39 {
    line-height: 39px;
  }
  .gap-lg-39 {
    gap: 39px;
  }
  .gap-x-lg-39 {
    -webkit-column-gap: 39px;
       -moz-column-gap: 39px;
            column-gap: 39px;
  }
  .gap-y-lg-39 {
    row-gap: 39px;
  }
  .rounded-lg-39 {
    border-radius: 39px;
  }
  .mb-lg-39 {
    margin-bottom: 39px;
  }
  .mt-lg-39 {
    margin-top: 39px;
  }
  .mr-lg-39 {
    margin-right: 39px;
  }
  .ml-lg-39 {
    margin-left: 39px;
  }
  .mx-lg-39 {
    margin-right: 39px;
    margin-left: 39px;
  }
  .my-lg-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .p-lg-39 {
    padding: 39px;
  }
  .px-lg-39 {
    padding-right: 39px;
    padding-left: 39px;
  }
  .py-lg-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .pr-lg-39 {
    padding-right: 39px;
  }
  .pl-lg-39 {
    padding-left: 39px;
  }
  .pt-lg-39 {
    padding-top: 39px;
  }
  .pb-lg-39 {
    padding-bottom: 39px;
  }
  .fs-lg-39 {
    font-size: 39px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-39 {
    line-height: 39px;
  }
  .gap-xl-39 {
    gap: 39px;
  }
  .gap-x-xl-39 {
    -webkit-column-gap: 39px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-39 {
    line-height: 39px;
  }
  .gap-xxl-39 {
    gap: 39px;
  }
  .gap-x-xxl-39 {
    -webkit-column-gap: 39px;
       -moz-column-gap: 39px;
            column-gap: 39px;
  }
  .gap-y-xxl-39 {
    row-gap: 39px;
  }
  .rounded-xxl-39 {
    border-radius: 39px;
  }
  .mb-xxl-39 {
    margin-bottom: 39px;
  }
  .mt-xxl-39 {
    margin-top: 39px;
  }
  .mr-xxl-39 {
    margin-right: 39px;
  }
  .ml-xxl-39 {
    margin-left: 39px;
  }
  .mx-xxl-39 {
    margin-right: 39px;
    margin-left: 39px;
  }
  .my-xxl-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .p-xxl-39 {
    padding: 39px;
  }
  .px-xxl-39 {
    padding-right: 39px;
    padding-left: 39px;
  }
  .py-xxl-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .pr-xxl-39 {
    padding-right: 39px;
  }
  .pl-xxl-39 {
    padding-left: 39px;
  }
  .pt-xxl-39 {
    padding-top: 39px;
  }
  .pb-xxl-39 {
    padding-bottom: 39px;
  }
  .fs-xxl-39 {
    font-size: 39px;
  }
}
.lh-40 {
  line-height: 40px;
}

.gap-40 {
  gap: 40px;
}

.gap-x-40 {
  -webkit-column-gap: 40px;
     -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 (min-width: 576px) {
  .lh-sm-40 {
    line-height: 40px;
  }
  .gap-sm-40 {
    gap: 40px;
  }
  .gap-x-sm-40 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .gap-y-sm-40 {
    row-gap: 40px;
  }
  .rounded-sm-40 {
    border-radius: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .mx-sm-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-sm-40 {
    padding: 40px;
  }
  .px-sm-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .fs-sm-40 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .lh-md-40 {
    line-height: 40px;
  }
  .gap-md-40 {
    gap: 40px;
  }
  .gap-x-md-40 {
    -webkit-column-gap: 40px;
       -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 (min-width: 992px) {
  .lh-lg-40 {
    line-height: 40px;
  }
  .gap-lg-40 {
    gap: 40px;
  }
  .gap-x-lg-40 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .gap-y-lg-40 {
    row-gap: 40px;
  }
  .rounded-lg-40 {
    border-radius: 40px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .ml-lg-40 {
    margin-left: 40px;
  }
  .mx-lg-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-lg-40 {
    padding: 40px;
  }
  .px-lg-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .fs-lg-40 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-40 {
    line-height: 40px;
  }
  .gap-xl-40 {
    gap: 40px;
  }
  .gap-x-xl-40 {
    -webkit-column-gap: 40px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-40 {
    line-height: 40px;
  }
  .gap-xxl-40 {
    gap: 40px;
  }
  .gap-x-xxl-40 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .gap-y-xxl-40 {
    row-gap: 40px;
  }
  .rounded-xxl-40 {
    border-radius: 40px;
  }
  .mb-xxl-40 {
    margin-bottom: 40px;
  }
  .mt-xxl-40 {
    margin-top: 40px;
  }
  .mr-xxl-40 {
    margin-right: 40px;
  }
  .ml-xxl-40 {
    margin-left: 40px;
  }
  .mx-xxl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-xxl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-xxl-40 {
    padding: 40px;
  }
  .px-xxl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-xxl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-xxl-40 {
    padding-right: 40px;
  }
  .pl-xxl-40 {
    padding-left: 40px;
  }
  .pt-xxl-40 {
    padding-top: 40px;
  }
  .pb-xxl-40 {
    padding-bottom: 40px;
  }
  .fs-xxl-40 {
    font-size: 40px;
  }
}
.lh-41 {
  line-height: 41px;
}

.gap-41 {
  gap: 41px;
}

.gap-x-41 {
  -webkit-column-gap: 41px;
     -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 (min-width: 576px) {
  .lh-sm-41 {
    line-height: 41px;
  }
  .gap-sm-41 {
    gap: 41px;
  }
  .gap-x-sm-41 {
    -webkit-column-gap: 41px;
       -moz-column-gap: 41px;
            column-gap: 41px;
  }
  .gap-y-sm-41 {
    row-gap: 41px;
  }
  .rounded-sm-41 {
    border-radius: 41px;
  }
  .mb-sm-41 {
    margin-bottom: 41px;
  }
  .mt-sm-41 {
    margin-top: 41px;
  }
  .mr-sm-41 {
    margin-right: 41px;
  }
  .ml-sm-41 {
    margin-left: 41px;
  }
  .mx-sm-41 {
    margin-right: 41px;
    margin-left: 41px;
  }
  .my-sm-41 {
    margin-top: 41px;
    margin-bottom: 41px;
  }
  .p-sm-41 {
    padding: 41px;
  }
  .px-sm-41 {
    padding-right: 41px;
    padding-left: 41px;
  }
  .py-sm-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .pr-sm-41 {
    padding-right: 41px;
  }
  .pl-sm-41 {
    padding-left: 41px;
  }
  .pt-sm-41 {
    padding-top: 41px;
  }
  .pb-sm-41 {
    padding-bottom: 41px;
  }
  .fs-sm-41 {
    font-size: 41px;
  }
}
@media (min-width: 768px) {
  .lh-md-41 {
    line-height: 41px;
  }
  .gap-md-41 {
    gap: 41px;
  }
  .gap-x-md-41 {
    -webkit-column-gap: 41px;
       -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 (min-width: 992px) {
  .lh-lg-41 {
    line-height: 41px;
  }
  .gap-lg-41 {
    gap: 41px;
  }
  .gap-x-lg-41 {
    -webkit-column-gap: 41px;
       -moz-column-gap: 41px;
            column-gap: 41px;
  }
  .gap-y-lg-41 {
    row-gap: 41px;
  }
  .rounded-lg-41 {
    border-radius: 41px;
  }
  .mb-lg-41 {
    margin-bottom: 41px;
  }
  .mt-lg-41 {
    margin-top: 41px;
  }
  .mr-lg-41 {
    margin-right: 41px;
  }
  .ml-lg-41 {
    margin-left: 41px;
  }
  .mx-lg-41 {
    margin-right: 41px;
    margin-left: 41px;
  }
  .my-lg-41 {
    margin-top: 41px;
    margin-bottom: 41px;
  }
  .p-lg-41 {
    padding: 41px;
  }
  .px-lg-41 {
    padding-right: 41px;
    padding-left: 41px;
  }
  .py-lg-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .pr-lg-41 {
    padding-right: 41px;
  }
  .pl-lg-41 {
    padding-left: 41px;
  }
  .pt-lg-41 {
    padding-top: 41px;
  }
  .pb-lg-41 {
    padding-bottom: 41px;
  }
  .fs-lg-41 {
    font-size: 41px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-41 {
    line-height: 41px;
  }
  .gap-xl-41 {
    gap: 41px;
  }
  .gap-x-xl-41 {
    -webkit-column-gap: 41px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-41 {
    line-height: 41px;
  }
  .gap-xxl-41 {
    gap: 41px;
  }
  .gap-x-xxl-41 {
    -webkit-column-gap: 41px;
       -moz-column-gap: 41px;
            column-gap: 41px;
  }
  .gap-y-xxl-41 {
    row-gap: 41px;
  }
  .rounded-xxl-41 {
    border-radius: 41px;
  }
  .mb-xxl-41 {
    margin-bottom: 41px;
  }
  .mt-xxl-41 {
    margin-top: 41px;
  }
  .mr-xxl-41 {
    margin-right: 41px;
  }
  .ml-xxl-41 {
    margin-left: 41px;
  }
  .mx-xxl-41 {
    margin-right: 41px;
    margin-left: 41px;
  }
  .my-xxl-41 {
    margin-top: 41px;
    margin-bottom: 41px;
  }
  .p-xxl-41 {
    padding: 41px;
  }
  .px-xxl-41 {
    padding-right: 41px;
    padding-left: 41px;
  }
  .py-xxl-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .pr-xxl-41 {
    padding-right: 41px;
  }
  .pl-xxl-41 {
    padding-left: 41px;
  }
  .pt-xxl-41 {
    padding-top: 41px;
  }
  .pb-xxl-41 {
    padding-bottom: 41px;
  }
  .fs-xxl-41 {
    font-size: 41px;
  }
}
.lh-42 {
  line-height: 42px;
}

.gap-42 {
  gap: 42px;
}

.gap-x-42 {
  -webkit-column-gap: 42px;
     -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 (min-width: 576px) {
  .lh-sm-42 {
    line-height: 42px;
  }
  .gap-sm-42 {
    gap: 42px;
  }
  .gap-x-sm-42 {
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
  }
  .gap-y-sm-42 {
    row-gap: 42px;
  }
  .rounded-sm-42 {
    border-radius: 42px;
  }
  .mb-sm-42 {
    margin-bottom: 42px;
  }
  .mt-sm-42 {
    margin-top: 42px;
  }
  .mr-sm-42 {
    margin-right: 42px;
  }
  .ml-sm-42 {
    margin-left: 42px;
  }
  .mx-sm-42 {
    margin-right: 42px;
    margin-left: 42px;
  }
  .my-sm-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .p-sm-42 {
    padding: 42px;
  }
  .px-sm-42 {
    padding-right: 42px;
    padding-left: 42px;
  }
  .py-sm-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .pr-sm-42 {
    padding-right: 42px;
  }
  .pl-sm-42 {
    padding-left: 42px;
  }
  .pt-sm-42 {
    padding-top: 42px;
  }
  .pb-sm-42 {
    padding-bottom: 42px;
  }
  .fs-sm-42 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .lh-md-42 {
    line-height: 42px;
  }
  .gap-md-42 {
    gap: 42px;
  }
  .gap-x-md-42 {
    -webkit-column-gap: 42px;
       -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 (min-width: 992px) {
  .lh-lg-42 {
    line-height: 42px;
  }
  .gap-lg-42 {
    gap: 42px;
  }
  .gap-x-lg-42 {
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
  }
  .gap-y-lg-42 {
    row-gap: 42px;
  }
  .rounded-lg-42 {
    border-radius: 42px;
  }
  .mb-lg-42 {
    margin-bottom: 42px;
  }
  .mt-lg-42 {
    margin-top: 42px;
  }
  .mr-lg-42 {
    margin-right: 42px;
  }
  .ml-lg-42 {
    margin-left: 42px;
  }
  .mx-lg-42 {
    margin-right: 42px;
    margin-left: 42px;
  }
  .my-lg-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .p-lg-42 {
    padding: 42px;
  }
  .px-lg-42 {
    padding-right: 42px;
    padding-left: 42px;
  }
  .py-lg-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .pr-lg-42 {
    padding-right: 42px;
  }
  .pl-lg-42 {
    padding-left: 42px;
  }
  .pt-lg-42 {
    padding-top: 42px;
  }
  .pb-lg-42 {
    padding-bottom: 42px;
  }
  .fs-lg-42 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-42 {
    line-height: 42px;
  }
  .gap-xl-42 {
    gap: 42px;
  }
  .gap-x-xl-42 {
    -webkit-column-gap: 42px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-42 {
    line-height: 42px;
  }
  .gap-xxl-42 {
    gap: 42px;
  }
  .gap-x-xxl-42 {
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
  }
  .gap-y-xxl-42 {
    row-gap: 42px;
  }
  .rounded-xxl-42 {
    border-radius: 42px;
  }
  .mb-xxl-42 {
    margin-bottom: 42px;
  }
  .mt-xxl-42 {
    margin-top: 42px;
  }
  .mr-xxl-42 {
    margin-right: 42px;
  }
  .ml-xxl-42 {
    margin-left: 42px;
  }
  .mx-xxl-42 {
    margin-right: 42px;
    margin-left: 42px;
  }
  .my-xxl-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .p-xxl-42 {
    padding: 42px;
  }
  .px-xxl-42 {
    padding-right: 42px;
    padding-left: 42px;
  }
  .py-xxl-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .pr-xxl-42 {
    padding-right: 42px;
  }
  .pl-xxl-42 {
    padding-left: 42px;
  }
  .pt-xxl-42 {
    padding-top: 42px;
  }
  .pb-xxl-42 {
    padding-bottom: 42px;
  }
  .fs-xxl-42 {
    font-size: 42px;
  }
}
.lh-43 {
  line-height: 43px;
}

.gap-43 {
  gap: 43px;
}

.gap-x-43 {
  -webkit-column-gap: 43px;
     -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 (min-width: 576px) {
  .lh-sm-43 {
    line-height: 43px;
  }
  .gap-sm-43 {
    gap: 43px;
  }
  .gap-x-sm-43 {
    -webkit-column-gap: 43px;
       -moz-column-gap: 43px;
            column-gap: 43px;
  }
  .gap-y-sm-43 {
    row-gap: 43px;
  }
  .rounded-sm-43 {
    border-radius: 43px;
  }
  .mb-sm-43 {
    margin-bottom: 43px;
  }
  .mt-sm-43 {
    margin-top: 43px;
  }
  .mr-sm-43 {
    margin-right: 43px;
  }
  .ml-sm-43 {
    margin-left: 43px;
  }
  .mx-sm-43 {
    margin-right: 43px;
    margin-left: 43px;
  }
  .my-sm-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }
  .p-sm-43 {
    padding: 43px;
  }
  .px-sm-43 {
    padding-right: 43px;
    padding-left: 43px;
  }
  .py-sm-43 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .pr-sm-43 {
    padding-right: 43px;
  }
  .pl-sm-43 {
    padding-left: 43px;
  }
  .pt-sm-43 {
    padding-top: 43px;
  }
  .pb-sm-43 {
    padding-bottom: 43px;
  }
  .fs-sm-43 {
    font-size: 43px;
  }
}
@media (min-width: 768px) {
  .lh-md-43 {
    line-height: 43px;
  }
  .gap-md-43 {
    gap: 43px;
  }
  .gap-x-md-43 {
    -webkit-column-gap: 43px;
       -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 (min-width: 992px) {
  .lh-lg-43 {
    line-height: 43px;
  }
  .gap-lg-43 {
    gap: 43px;
  }
  .gap-x-lg-43 {
    -webkit-column-gap: 43px;
       -moz-column-gap: 43px;
            column-gap: 43px;
  }
  .gap-y-lg-43 {
    row-gap: 43px;
  }
  .rounded-lg-43 {
    border-radius: 43px;
  }
  .mb-lg-43 {
    margin-bottom: 43px;
  }
  .mt-lg-43 {
    margin-top: 43px;
  }
  .mr-lg-43 {
    margin-right: 43px;
  }
  .ml-lg-43 {
    margin-left: 43px;
  }
  .mx-lg-43 {
    margin-right: 43px;
    margin-left: 43px;
  }
  .my-lg-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }
  .p-lg-43 {
    padding: 43px;
  }
  .px-lg-43 {
    padding-right: 43px;
    padding-left: 43px;
  }
  .py-lg-43 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .pr-lg-43 {
    padding-right: 43px;
  }
  .pl-lg-43 {
    padding-left: 43px;
  }
  .pt-lg-43 {
    padding-top: 43px;
  }
  .pb-lg-43 {
    padding-bottom: 43px;
  }
  .fs-lg-43 {
    font-size: 43px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-43 {
    line-height: 43px;
  }
  .gap-xl-43 {
    gap: 43px;
  }
  .gap-x-xl-43 {
    -webkit-column-gap: 43px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-43 {
    line-height: 43px;
  }
  .gap-xxl-43 {
    gap: 43px;
  }
  .gap-x-xxl-43 {
    -webkit-column-gap: 43px;
       -moz-column-gap: 43px;
            column-gap: 43px;
  }
  .gap-y-xxl-43 {
    row-gap: 43px;
  }
  .rounded-xxl-43 {
    border-radius: 43px;
  }
  .mb-xxl-43 {
    margin-bottom: 43px;
  }
  .mt-xxl-43 {
    margin-top: 43px;
  }
  .mr-xxl-43 {
    margin-right: 43px;
  }
  .ml-xxl-43 {
    margin-left: 43px;
  }
  .mx-xxl-43 {
    margin-right: 43px;
    margin-left: 43px;
  }
  .my-xxl-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }
  .p-xxl-43 {
    padding: 43px;
  }
  .px-xxl-43 {
    padding-right: 43px;
    padding-left: 43px;
  }
  .py-xxl-43 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .pr-xxl-43 {
    padding-right: 43px;
  }
  .pl-xxl-43 {
    padding-left: 43px;
  }
  .pt-xxl-43 {
    padding-top: 43px;
  }
  .pb-xxl-43 {
    padding-bottom: 43px;
  }
  .fs-xxl-43 {
    font-size: 43px;
  }
}
.lh-44 {
  line-height: 44px;
}

.gap-44 {
  gap: 44px;
}

.gap-x-44 {
  -webkit-column-gap: 44px;
     -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 (min-width: 576px) {
  .lh-sm-44 {
    line-height: 44px;
  }
  .gap-sm-44 {
    gap: 44px;
  }
  .gap-x-sm-44 {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }
  .gap-y-sm-44 {
    row-gap: 44px;
  }
  .rounded-sm-44 {
    border-radius: 44px;
  }
  .mb-sm-44 {
    margin-bottom: 44px;
  }
  .mt-sm-44 {
    margin-top: 44px;
  }
  .mr-sm-44 {
    margin-right: 44px;
  }
  .ml-sm-44 {
    margin-left: 44px;
  }
  .mx-sm-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .my-sm-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-sm-44 {
    padding: 44px;
  }
  .px-sm-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .py-sm-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .pr-sm-44 {
    padding-right: 44px;
  }
  .pl-sm-44 {
    padding-left: 44px;
  }
  .pt-sm-44 {
    padding-top: 44px;
  }
  .pb-sm-44 {
    padding-bottom: 44px;
  }
  .fs-sm-44 {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  .lh-md-44 {
    line-height: 44px;
  }
  .gap-md-44 {
    gap: 44px;
  }
  .gap-x-md-44 {
    -webkit-column-gap: 44px;
       -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 (min-width: 992px) {
  .lh-lg-44 {
    line-height: 44px;
  }
  .gap-lg-44 {
    gap: 44px;
  }
  .gap-x-lg-44 {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }
  .gap-y-lg-44 {
    row-gap: 44px;
  }
  .rounded-lg-44 {
    border-radius: 44px;
  }
  .mb-lg-44 {
    margin-bottom: 44px;
  }
  .mt-lg-44 {
    margin-top: 44px;
  }
  .mr-lg-44 {
    margin-right: 44px;
  }
  .ml-lg-44 {
    margin-left: 44px;
  }
  .mx-lg-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .my-lg-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-lg-44 {
    padding: 44px;
  }
  .px-lg-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .py-lg-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .pr-lg-44 {
    padding-right: 44px;
  }
  .pl-lg-44 {
    padding-left: 44px;
  }
  .pt-lg-44 {
    padding-top: 44px;
  }
  .pb-lg-44 {
    padding-bottom: 44px;
  }
  .fs-lg-44 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-44 {
    line-height: 44px;
  }
  .gap-xl-44 {
    gap: 44px;
  }
  .gap-x-xl-44 {
    -webkit-column-gap: 44px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-44 {
    line-height: 44px;
  }
  .gap-xxl-44 {
    gap: 44px;
  }
  .gap-x-xxl-44 {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }
  .gap-y-xxl-44 {
    row-gap: 44px;
  }
  .rounded-xxl-44 {
    border-radius: 44px;
  }
  .mb-xxl-44 {
    margin-bottom: 44px;
  }
  .mt-xxl-44 {
    margin-top: 44px;
  }
  .mr-xxl-44 {
    margin-right: 44px;
  }
  .ml-xxl-44 {
    margin-left: 44px;
  }
  .mx-xxl-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .my-xxl-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-xxl-44 {
    padding: 44px;
  }
  .px-xxl-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .py-xxl-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .pr-xxl-44 {
    padding-right: 44px;
  }
  .pl-xxl-44 {
    padding-left: 44px;
  }
  .pt-xxl-44 {
    padding-top: 44px;
  }
  .pb-xxl-44 {
    padding-bottom: 44px;
  }
  .fs-xxl-44 {
    font-size: 44px;
  }
}
.lh-45 {
  line-height: 45px;
}

.gap-45 {
  gap: 45px;
}

.gap-x-45 {
  -webkit-column-gap: 45px;
     -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 (min-width: 576px) {
  .lh-sm-45 {
    line-height: 45px;
  }
  .gap-sm-45 {
    gap: 45px;
  }
  .gap-x-sm-45 {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
  .gap-y-sm-45 {
    row-gap: 45px;
  }
  .rounded-sm-45 {
    border-radius: 45px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .mr-sm-45 {
    margin-right: 45px;
  }
  .ml-sm-45 {
    margin-left: 45px;
  }
  .mx-sm-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-sm-45 {
    padding: 45px;
  }
  .px-sm-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-sm-45 {
    padding-right: 45px;
  }
  .pl-sm-45 {
    padding-left: 45px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .fs-sm-45 {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .lh-md-45 {
    line-height: 45px;
  }
  .gap-md-45 {
    gap: 45px;
  }
  .gap-x-md-45 {
    -webkit-column-gap: 45px;
       -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 (min-width: 992px) {
  .lh-lg-45 {
    line-height: 45px;
  }
  .gap-lg-45 {
    gap: 45px;
  }
  .gap-x-lg-45 {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
  .gap-y-lg-45 {
    row-gap: 45px;
  }
  .rounded-lg-45 {
    border-radius: 45px;
  }
  .mb-lg-45 {
    margin-bottom: 45px;
  }
  .mt-lg-45 {
    margin-top: 45px;
  }
  .mr-lg-45 {
    margin-right: 45px;
  }
  .ml-lg-45 {
    margin-left: 45px;
  }
  .mx-lg-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-lg-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-lg-45 {
    padding: 45px;
  }
  .px-lg-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-lg-45 {
    padding-right: 45px;
  }
  .pl-lg-45 {
    padding-left: 45px;
  }
  .pt-lg-45 {
    padding-top: 45px;
  }
  .pb-lg-45 {
    padding-bottom: 45px;
  }
  .fs-lg-45 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-45 {
    line-height: 45px;
  }
  .gap-xl-45 {
    gap: 45px;
  }
  .gap-x-xl-45 {
    -webkit-column-gap: 45px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-45 {
    line-height: 45px;
  }
  .gap-xxl-45 {
    gap: 45px;
  }
  .gap-x-xxl-45 {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
  .gap-y-xxl-45 {
    row-gap: 45px;
  }
  .rounded-xxl-45 {
    border-radius: 45px;
  }
  .mb-xxl-45 {
    margin-bottom: 45px;
  }
  .mt-xxl-45 {
    margin-top: 45px;
  }
  .mr-xxl-45 {
    margin-right: 45px;
  }
  .ml-xxl-45 {
    margin-left: 45px;
  }
  .mx-xxl-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-xxl-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-xxl-45 {
    padding: 45px;
  }
  .px-xxl-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-xxl-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-xxl-45 {
    padding-right: 45px;
  }
  .pl-xxl-45 {
    padding-left: 45px;
  }
  .pt-xxl-45 {
    padding-top: 45px;
  }
  .pb-xxl-45 {
    padding-bottom: 45px;
  }
  .fs-xxl-45 {
    font-size: 45px;
  }
}
.lh-46 {
  line-height: 46px;
}

.gap-46 {
  gap: 46px;
}

.gap-x-46 {
  -webkit-column-gap: 46px;
     -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 (min-width: 576px) {
  .lh-sm-46 {
    line-height: 46px;
  }
  .gap-sm-46 {
    gap: 46px;
  }
  .gap-x-sm-46 {
    -webkit-column-gap: 46px;
       -moz-column-gap: 46px;
            column-gap: 46px;
  }
  .gap-y-sm-46 {
    row-gap: 46px;
  }
  .rounded-sm-46 {
    border-radius: 46px;
  }
  .mb-sm-46 {
    margin-bottom: 46px;
  }
  .mt-sm-46 {
    margin-top: 46px;
  }
  .mr-sm-46 {
    margin-right: 46px;
  }
  .ml-sm-46 {
    margin-left: 46px;
  }
  .mx-sm-46 {
    margin-right: 46px;
    margin-left: 46px;
  }
  .my-sm-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .p-sm-46 {
    padding: 46px;
  }
  .px-sm-46 {
    padding-right: 46px;
    padding-left: 46px;
  }
  .py-sm-46 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .pr-sm-46 {
    padding-right: 46px;
  }
  .pl-sm-46 {
    padding-left: 46px;
  }
  .pt-sm-46 {
    padding-top: 46px;
  }
  .pb-sm-46 {
    padding-bottom: 46px;
  }
  .fs-sm-46 {
    font-size: 46px;
  }
}
@media (min-width: 768px) {
  .lh-md-46 {
    line-height: 46px;
  }
  .gap-md-46 {
    gap: 46px;
  }
  .gap-x-md-46 {
    -webkit-column-gap: 46px;
       -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 (min-width: 992px) {
  .lh-lg-46 {
    line-height: 46px;
  }
  .gap-lg-46 {
    gap: 46px;
  }
  .gap-x-lg-46 {
    -webkit-column-gap: 46px;
       -moz-column-gap: 46px;
            column-gap: 46px;
  }
  .gap-y-lg-46 {
    row-gap: 46px;
  }
  .rounded-lg-46 {
    border-radius: 46px;
  }
  .mb-lg-46 {
    margin-bottom: 46px;
  }
  .mt-lg-46 {
    margin-top: 46px;
  }
  .mr-lg-46 {
    margin-right: 46px;
  }
  .ml-lg-46 {
    margin-left: 46px;
  }
  .mx-lg-46 {
    margin-right: 46px;
    margin-left: 46px;
  }
  .my-lg-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .p-lg-46 {
    padding: 46px;
  }
  .px-lg-46 {
    padding-right: 46px;
    padding-left: 46px;
  }
  .py-lg-46 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .pr-lg-46 {
    padding-right: 46px;
  }
  .pl-lg-46 {
    padding-left: 46px;
  }
  .pt-lg-46 {
    padding-top: 46px;
  }
  .pb-lg-46 {
    padding-bottom: 46px;
  }
  .fs-lg-46 {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-46 {
    line-height: 46px;
  }
  .gap-xl-46 {
    gap: 46px;
  }
  .gap-x-xl-46 {
    -webkit-column-gap: 46px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-46 {
    line-height: 46px;
  }
  .gap-xxl-46 {
    gap: 46px;
  }
  .gap-x-xxl-46 {
    -webkit-column-gap: 46px;
       -moz-column-gap: 46px;
            column-gap: 46px;
  }
  .gap-y-xxl-46 {
    row-gap: 46px;
  }
  .rounded-xxl-46 {
    border-radius: 46px;
  }
  .mb-xxl-46 {
    margin-bottom: 46px;
  }
  .mt-xxl-46 {
    margin-top: 46px;
  }
  .mr-xxl-46 {
    margin-right: 46px;
  }
  .ml-xxl-46 {
    margin-left: 46px;
  }
  .mx-xxl-46 {
    margin-right: 46px;
    margin-left: 46px;
  }
  .my-xxl-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .p-xxl-46 {
    padding: 46px;
  }
  .px-xxl-46 {
    padding-right: 46px;
    padding-left: 46px;
  }
  .py-xxl-46 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .pr-xxl-46 {
    padding-right: 46px;
  }
  .pl-xxl-46 {
    padding-left: 46px;
  }
  .pt-xxl-46 {
    padding-top: 46px;
  }
  .pb-xxl-46 {
    padding-bottom: 46px;
  }
  .fs-xxl-46 {
    font-size: 46px;
  }
}
.lh-47 {
  line-height: 47px;
}

.gap-47 {
  gap: 47px;
}

.gap-x-47 {
  -webkit-column-gap: 47px;
     -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 (min-width: 576px) {
  .lh-sm-47 {
    line-height: 47px;
  }
  .gap-sm-47 {
    gap: 47px;
  }
  .gap-x-sm-47 {
    -webkit-column-gap: 47px;
       -moz-column-gap: 47px;
            column-gap: 47px;
  }
  .gap-y-sm-47 {
    row-gap: 47px;
  }
  .rounded-sm-47 {
    border-radius: 47px;
  }
  .mb-sm-47 {
    margin-bottom: 47px;
  }
  .mt-sm-47 {
    margin-top: 47px;
  }
  .mr-sm-47 {
    margin-right: 47px;
  }
  .ml-sm-47 {
    margin-left: 47px;
  }
  .mx-sm-47 {
    margin-right: 47px;
    margin-left: 47px;
  }
  .my-sm-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  .p-sm-47 {
    padding: 47px;
  }
  .px-sm-47 {
    padding-right: 47px;
    padding-left: 47px;
  }
  .py-sm-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .pr-sm-47 {
    padding-right: 47px;
  }
  .pl-sm-47 {
    padding-left: 47px;
  }
  .pt-sm-47 {
    padding-top: 47px;
  }
  .pb-sm-47 {
    padding-bottom: 47px;
  }
  .fs-sm-47 {
    font-size: 47px;
  }
}
@media (min-width: 768px) {
  .lh-md-47 {
    line-height: 47px;
  }
  .gap-md-47 {
    gap: 47px;
  }
  .gap-x-md-47 {
    -webkit-column-gap: 47px;
       -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 (min-width: 992px) {
  .lh-lg-47 {
    line-height: 47px;
  }
  .gap-lg-47 {
    gap: 47px;
  }
  .gap-x-lg-47 {
    -webkit-column-gap: 47px;
       -moz-column-gap: 47px;
            column-gap: 47px;
  }
  .gap-y-lg-47 {
    row-gap: 47px;
  }
  .rounded-lg-47 {
    border-radius: 47px;
  }
  .mb-lg-47 {
    margin-bottom: 47px;
  }
  .mt-lg-47 {
    margin-top: 47px;
  }
  .mr-lg-47 {
    margin-right: 47px;
  }
  .ml-lg-47 {
    margin-left: 47px;
  }
  .mx-lg-47 {
    margin-right: 47px;
    margin-left: 47px;
  }
  .my-lg-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  .p-lg-47 {
    padding: 47px;
  }
  .px-lg-47 {
    padding-right: 47px;
    padding-left: 47px;
  }
  .py-lg-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .pr-lg-47 {
    padding-right: 47px;
  }
  .pl-lg-47 {
    padding-left: 47px;
  }
  .pt-lg-47 {
    padding-top: 47px;
  }
  .pb-lg-47 {
    padding-bottom: 47px;
  }
  .fs-lg-47 {
    font-size: 47px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-47 {
    line-height: 47px;
  }
  .gap-xl-47 {
    gap: 47px;
  }
  .gap-x-xl-47 {
    -webkit-column-gap: 47px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-47 {
    line-height: 47px;
  }
  .gap-xxl-47 {
    gap: 47px;
  }
  .gap-x-xxl-47 {
    -webkit-column-gap: 47px;
       -moz-column-gap: 47px;
            column-gap: 47px;
  }
  .gap-y-xxl-47 {
    row-gap: 47px;
  }
  .rounded-xxl-47 {
    border-radius: 47px;
  }
  .mb-xxl-47 {
    margin-bottom: 47px;
  }
  .mt-xxl-47 {
    margin-top: 47px;
  }
  .mr-xxl-47 {
    margin-right: 47px;
  }
  .ml-xxl-47 {
    margin-left: 47px;
  }
  .mx-xxl-47 {
    margin-right: 47px;
    margin-left: 47px;
  }
  .my-xxl-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  .p-xxl-47 {
    padding: 47px;
  }
  .px-xxl-47 {
    padding-right: 47px;
    padding-left: 47px;
  }
  .py-xxl-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .pr-xxl-47 {
    padding-right: 47px;
  }
  .pl-xxl-47 {
    padding-left: 47px;
  }
  .pt-xxl-47 {
    padding-top: 47px;
  }
  .pb-xxl-47 {
    padding-bottom: 47px;
  }
  .fs-xxl-47 {
    font-size: 47px;
  }
}
.lh-48 {
  line-height: 48px;
}

.gap-48 {
  gap: 48px;
}

.gap-x-48 {
  -webkit-column-gap: 48px;
     -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 (min-width: 576px) {
  .lh-sm-48 {
    line-height: 48px;
  }
  .gap-sm-48 {
    gap: 48px;
  }
  .gap-x-sm-48 {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
  .gap-y-sm-48 {
    row-gap: 48px;
  }
  .rounded-sm-48 {
    border-radius: 48px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mt-sm-48 {
    margin-top: 48px;
  }
  .mr-sm-48 {
    margin-right: 48px;
  }
  .ml-sm-48 {
    margin-left: 48px;
  }
  .mx-sm-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .my-sm-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-sm-48 {
    padding: 48px;
  }
  .px-sm-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .py-sm-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pr-sm-48 {
    padding-right: 48px;
  }
  .pl-sm-48 {
    padding-left: 48px;
  }
  .pt-sm-48 {
    padding-top: 48px;
  }
  .pb-sm-48 {
    padding-bottom: 48px;
  }
  .fs-sm-48 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .lh-md-48 {
    line-height: 48px;
  }
  .gap-md-48 {
    gap: 48px;
  }
  .gap-x-md-48 {
    -webkit-column-gap: 48px;
       -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 (min-width: 992px) {
  .lh-lg-48 {
    line-height: 48px;
  }
  .gap-lg-48 {
    gap: 48px;
  }
  .gap-x-lg-48 {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
  .gap-y-lg-48 {
    row-gap: 48px;
  }
  .rounded-lg-48 {
    border-radius: 48px;
  }
  .mb-lg-48 {
    margin-bottom: 48px;
  }
  .mt-lg-48 {
    margin-top: 48px;
  }
  .mr-lg-48 {
    margin-right: 48px;
  }
  .ml-lg-48 {
    margin-left: 48px;
  }
  .mx-lg-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .my-lg-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-lg-48 {
    padding: 48px;
  }
  .px-lg-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .py-lg-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pr-lg-48 {
    padding-right: 48px;
  }
  .pl-lg-48 {
    padding-left: 48px;
  }
  .pt-lg-48 {
    padding-top: 48px;
  }
  .pb-lg-48 {
    padding-bottom: 48px;
  }
  .fs-lg-48 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-48 {
    line-height: 48px;
  }
  .gap-xl-48 {
    gap: 48px;
  }
  .gap-x-xl-48 {
    -webkit-column-gap: 48px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-48 {
    line-height: 48px;
  }
  .gap-xxl-48 {
    gap: 48px;
  }
  .gap-x-xxl-48 {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
  .gap-y-xxl-48 {
    row-gap: 48px;
  }
  .rounded-xxl-48 {
    border-radius: 48px;
  }
  .mb-xxl-48 {
    margin-bottom: 48px;
  }
  .mt-xxl-48 {
    margin-top: 48px;
  }
  .mr-xxl-48 {
    margin-right: 48px;
  }
  .ml-xxl-48 {
    margin-left: 48px;
  }
  .mx-xxl-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .my-xxl-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-xxl-48 {
    padding: 48px;
  }
  .px-xxl-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .py-xxl-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pr-xxl-48 {
    padding-right: 48px;
  }
  .pl-xxl-48 {
    padding-left: 48px;
  }
  .pt-xxl-48 {
    padding-top: 48px;
  }
  .pb-xxl-48 {
    padding-bottom: 48px;
  }
  .fs-xxl-48 {
    font-size: 48px;
  }
}
.lh-49 {
  line-height: 49px;
}

.gap-49 {
  gap: 49px;
}

.gap-x-49 {
  -webkit-column-gap: 49px;
     -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 (min-width: 576px) {
  .lh-sm-49 {
    line-height: 49px;
  }
  .gap-sm-49 {
    gap: 49px;
  }
  .gap-x-sm-49 {
    -webkit-column-gap: 49px;
       -moz-column-gap: 49px;
            column-gap: 49px;
  }
  .gap-y-sm-49 {
    row-gap: 49px;
  }
  .rounded-sm-49 {
    border-radius: 49px;
  }
  .mb-sm-49 {
    margin-bottom: 49px;
  }
  .mt-sm-49 {
    margin-top: 49px;
  }
  .mr-sm-49 {
    margin-right: 49px;
  }
  .ml-sm-49 {
    margin-left: 49px;
  }
  .mx-sm-49 {
    margin-right: 49px;
    margin-left: 49px;
  }
  .my-sm-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }
  .p-sm-49 {
    padding: 49px;
  }
  .px-sm-49 {
    padding-right: 49px;
    padding-left: 49px;
  }
  .py-sm-49 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .pr-sm-49 {
    padding-right: 49px;
  }
  .pl-sm-49 {
    padding-left: 49px;
  }
  .pt-sm-49 {
    padding-top: 49px;
  }
  .pb-sm-49 {
    padding-bottom: 49px;
  }
  .fs-sm-49 {
    font-size: 49px;
  }
}
@media (min-width: 768px) {
  .lh-md-49 {
    line-height: 49px;
  }
  .gap-md-49 {
    gap: 49px;
  }
  .gap-x-md-49 {
    -webkit-column-gap: 49px;
       -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 (min-width: 992px) {
  .lh-lg-49 {
    line-height: 49px;
  }
  .gap-lg-49 {
    gap: 49px;
  }
  .gap-x-lg-49 {
    -webkit-column-gap: 49px;
       -moz-column-gap: 49px;
            column-gap: 49px;
  }
  .gap-y-lg-49 {
    row-gap: 49px;
  }
  .rounded-lg-49 {
    border-radius: 49px;
  }
  .mb-lg-49 {
    margin-bottom: 49px;
  }
  .mt-lg-49 {
    margin-top: 49px;
  }
  .mr-lg-49 {
    margin-right: 49px;
  }
  .ml-lg-49 {
    margin-left: 49px;
  }
  .mx-lg-49 {
    margin-right: 49px;
    margin-left: 49px;
  }
  .my-lg-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }
  .p-lg-49 {
    padding: 49px;
  }
  .px-lg-49 {
    padding-right: 49px;
    padding-left: 49px;
  }
  .py-lg-49 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .pr-lg-49 {
    padding-right: 49px;
  }
  .pl-lg-49 {
    padding-left: 49px;
  }
  .pt-lg-49 {
    padding-top: 49px;
  }
  .pb-lg-49 {
    padding-bottom: 49px;
  }
  .fs-lg-49 {
    font-size: 49px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-49 {
    line-height: 49px;
  }
  .gap-xl-49 {
    gap: 49px;
  }
  .gap-x-xl-49 {
    -webkit-column-gap: 49px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-49 {
    line-height: 49px;
  }
  .gap-xxl-49 {
    gap: 49px;
  }
  .gap-x-xxl-49 {
    -webkit-column-gap: 49px;
       -moz-column-gap: 49px;
            column-gap: 49px;
  }
  .gap-y-xxl-49 {
    row-gap: 49px;
  }
  .rounded-xxl-49 {
    border-radius: 49px;
  }
  .mb-xxl-49 {
    margin-bottom: 49px;
  }
  .mt-xxl-49 {
    margin-top: 49px;
  }
  .mr-xxl-49 {
    margin-right: 49px;
  }
  .ml-xxl-49 {
    margin-left: 49px;
  }
  .mx-xxl-49 {
    margin-right: 49px;
    margin-left: 49px;
  }
  .my-xxl-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }
  .p-xxl-49 {
    padding: 49px;
  }
  .px-xxl-49 {
    padding-right: 49px;
    padding-left: 49px;
  }
  .py-xxl-49 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .pr-xxl-49 {
    padding-right: 49px;
  }
  .pl-xxl-49 {
    padding-left: 49px;
  }
  .pt-xxl-49 {
    padding-top: 49px;
  }
  .pb-xxl-49 {
    padding-bottom: 49px;
  }
  .fs-xxl-49 {
    font-size: 49px;
  }
}
.lh-50 {
  line-height: 50px;
}

.gap-50 {
  gap: 50px;
}

.gap-x-50 {
  -webkit-column-gap: 50px;
     -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 (min-width: 576px) {
  .lh-sm-50 {
    line-height: 50px;
  }
  .gap-sm-50 {
    gap: 50px;
  }
  .gap-x-sm-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .gap-y-sm-50 {
    row-gap: 50px;
  }
  .rounded-sm-50 {
    border-radius: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .mx-sm-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-sm-50 {
    padding: 50px;
  }
  .px-sm-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .fs-sm-50 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .lh-md-50 {
    line-height: 50px;
  }
  .gap-md-50 {
    gap: 50px;
  }
  .gap-x-md-50 {
    -webkit-column-gap: 50px;
       -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 (min-width: 992px) {
  .lh-lg-50 {
    line-height: 50px;
  }
  .gap-lg-50 {
    gap: 50px;
  }
  .gap-x-lg-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .gap-y-lg-50 {
    row-gap: 50px;
  }
  .rounded-lg-50 {
    border-radius: 50px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .mx-lg-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-lg-50 {
    padding: 50px;
  }
  .px-lg-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .fs-lg-50 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-50 {
    line-height: 50px;
  }
  .gap-xl-50 {
    gap: 50px;
  }
  .gap-x-xl-50 {
    -webkit-column-gap: 50px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-50 {
    line-height: 50px;
  }
  .gap-xxl-50 {
    gap: 50px;
  }
  .gap-x-xxl-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .gap-y-xxl-50 {
    row-gap: 50px;
  }
  .rounded-xxl-50 {
    border-radius: 50px;
  }
  .mb-xxl-50 {
    margin-bottom: 50px;
  }
  .mt-xxl-50 {
    margin-top: 50px;
  }
  .mr-xxl-50 {
    margin-right: 50px;
  }
  .ml-xxl-50 {
    margin-left: 50px;
  }
  .mx-xxl-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-xxl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-xxl-50 {
    padding: 50px;
  }
  .px-xxl-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-xxl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-xxl-50 {
    padding-right: 50px;
  }
  .pl-xxl-50 {
    padding-left: 50px;
  }
  .pt-xxl-50 {
    padding-top: 50px;
  }
  .pb-xxl-50 {
    padding-bottom: 50px;
  }
  .fs-xxl-50 {
    font-size: 50px;
  }
}
.lh-51 {
  line-height: 51px;
}

.gap-51 {
  gap: 51px;
}

.gap-x-51 {
  -webkit-column-gap: 51px;
     -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 (min-width: 576px) {
  .lh-sm-51 {
    line-height: 51px;
  }
  .gap-sm-51 {
    gap: 51px;
  }
  .gap-x-sm-51 {
    -webkit-column-gap: 51px;
       -moz-column-gap: 51px;
            column-gap: 51px;
  }
  .gap-y-sm-51 {
    row-gap: 51px;
  }
  .rounded-sm-51 {
    border-radius: 51px;
  }
  .mb-sm-51 {
    margin-bottom: 51px;
  }
  .mt-sm-51 {
    margin-top: 51px;
  }
  .mr-sm-51 {
    margin-right: 51px;
  }
  .ml-sm-51 {
    margin-left: 51px;
  }
  .mx-sm-51 {
    margin-right: 51px;
    margin-left: 51px;
  }
  .my-sm-51 {
    margin-top: 51px;
    margin-bottom: 51px;
  }
  .p-sm-51 {
    padding: 51px;
  }
  .px-sm-51 {
    padding-right: 51px;
    padding-left: 51px;
  }
  .py-sm-51 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .pr-sm-51 {
    padding-right: 51px;
  }
  .pl-sm-51 {
    padding-left: 51px;
  }
  .pt-sm-51 {
    padding-top: 51px;
  }
  .pb-sm-51 {
    padding-bottom: 51px;
  }
  .fs-sm-51 {
    font-size: 51px;
  }
}
@media (min-width: 768px) {
  .lh-md-51 {
    line-height: 51px;
  }
  .gap-md-51 {
    gap: 51px;
  }
  .gap-x-md-51 {
    -webkit-column-gap: 51px;
       -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 (min-width: 992px) {
  .lh-lg-51 {
    line-height: 51px;
  }
  .gap-lg-51 {
    gap: 51px;
  }
  .gap-x-lg-51 {
    -webkit-column-gap: 51px;
       -moz-column-gap: 51px;
            column-gap: 51px;
  }
  .gap-y-lg-51 {
    row-gap: 51px;
  }
  .rounded-lg-51 {
    border-radius: 51px;
  }
  .mb-lg-51 {
    margin-bottom: 51px;
  }
  .mt-lg-51 {
    margin-top: 51px;
  }
  .mr-lg-51 {
    margin-right: 51px;
  }
  .ml-lg-51 {
    margin-left: 51px;
  }
  .mx-lg-51 {
    margin-right: 51px;
    margin-left: 51px;
  }
  .my-lg-51 {
    margin-top: 51px;
    margin-bottom: 51px;
  }
  .p-lg-51 {
    padding: 51px;
  }
  .px-lg-51 {
    padding-right: 51px;
    padding-left: 51px;
  }
  .py-lg-51 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .pr-lg-51 {
    padding-right: 51px;
  }
  .pl-lg-51 {
    padding-left: 51px;
  }
  .pt-lg-51 {
    padding-top: 51px;
  }
  .pb-lg-51 {
    padding-bottom: 51px;
  }
  .fs-lg-51 {
    font-size: 51px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-51 {
    line-height: 51px;
  }
  .gap-xl-51 {
    gap: 51px;
  }
  .gap-x-xl-51 {
    -webkit-column-gap: 51px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-51 {
    line-height: 51px;
  }
  .gap-xxl-51 {
    gap: 51px;
  }
  .gap-x-xxl-51 {
    -webkit-column-gap: 51px;
       -moz-column-gap: 51px;
            column-gap: 51px;
  }
  .gap-y-xxl-51 {
    row-gap: 51px;
  }
  .rounded-xxl-51 {
    border-radius: 51px;
  }
  .mb-xxl-51 {
    margin-bottom: 51px;
  }
  .mt-xxl-51 {
    margin-top: 51px;
  }
  .mr-xxl-51 {
    margin-right: 51px;
  }
  .ml-xxl-51 {
    margin-left: 51px;
  }
  .mx-xxl-51 {
    margin-right: 51px;
    margin-left: 51px;
  }
  .my-xxl-51 {
    margin-top: 51px;
    margin-bottom: 51px;
  }
  .p-xxl-51 {
    padding: 51px;
  }
  .px-xxl-51 {
    padding-right: 51px;
    padding-left: 51px;
  }
  .py-xxl-51 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .pr-xxl-51 {
    padding-right: 51px;
  }
  .pl-xxl-51 {
    padding-left: 51px;
  }
  .pt-xxl-51 {
    padding-top: 51px;
  }
  .pb-xxl-51 {
    padding-bottom: 51px;
  }
  .fs-xxl-51 {
    font-size: 51px;
  }
}
.lh-52 {
  line-height: 52px;
}

.gap-52 {
  gap: 52px;
}

.gap-x-52 {
  -webkit-column-gap: 52px;
     -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 (min-width: 576px) {
  .lh-sm-52 {
    line-height: 52px;
  }
  .gap-sm-52 {
    gap: 52px;
  }
  .gap-x-sm-52 {
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
  }
  .gap-y-sm-52 {
    row-gap: 52px;
  }
  .rounded-sm-52 {
    border-radius: 52px;
  }
  .mb-sm-52 {
    margin-bottom: 52px;
  }
  .mt-sm-52 {
    margin-top: 52px;
  }
  .mr-sm-52 {
    margin-right: 52px;
  }
  .ml-sm-52 {
    margin-left: 52px;
  }
  .mx-sm-52 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .my-sm-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-sm-52 {
    padding: 52px;
  }
  .px-sm-52 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .py-sm-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .pr-sm-52 {
    padding-right: 52px;
  }
  .pl-sm-52 {
    padding-left: 52px;
  }
  .pt-sm-52 {
    padding-top: 52px;
  }
  .pb-sm-52 {
    padding-bottom: 52px;
  }
  .fs-sm-52 {
    font-size: 52px;
  }
}
@media (min-width: 768px) {
  .lh-md-52 {
    line-height: 52px;
  }
  .gap-md-52 {
    gap: 52px;
  }
  .gap-x-md-52 {
    -webkit-column-gap: 52px;
       -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 (min-width: 992px) {
  .lh-lg-52 {
    line-height: 52px;
  }
  .gap-lg-52 {
    gap: 52px;
  }
  .gap-x-lg-52 {
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
  }
  .gap-y-lg-52 {
    row-gap: 52px;
  }
  .rounded-lg-52 {
    border-radius: 52px;
  }
  .mb-lg-52 {
    margin-bottom: 52px;
  }
  .mt-lg-52 {
    margin-top: 52px;
  }
  .mr-lg-52 {
    margin-right: 52px;
  }
  .ml-lg-52 {
    margin-left: 52px;
  }
  .mx-lg-52 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .my-lg-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-lg-52 {
    padding: 52px;
  }
  .px-lg-52 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .py-lg-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .pr-lg-52 {
    padding-right: 52px;
  }
  .pl-lg-52 {
    padding-left: 52px;
  }
  .pt-lg-52 {
    padding-top: 52px;
  }
  .pb-lg-52 {
    padding-bottom: 52px;
  }
  .fs-lg-52 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-52 {
    line-height: 52px;
  }
  .gap-xl-52 {
    gap: 52px;
  }
  .gap-x-xl-52 {
    -webkit-column-gap: 52px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-52 {
    line-height: 52px;
  }
  .gap-xxl-52 {
    gap: 52px;
  }
  .gap-x-xxl-52 {
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
  }
  .gap-y-xxl-52 {
    row-gap: 52px;
  }
  .rounded-xxl-52 {
    border-radius: 52px;
  }
  .mb-xxl-52 {
    margin-bottom: 52px;
  }
  .mt-xxl-52 {
    margin-top: 52px;
  }
  .mr-xxl-52 {
    margin-right: 52px;
  }
  .ml-xxl-52 {
    margin-left: 52px;
  }
  .mx-xxl-52 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .my-xxl-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-xxl-52 {
    padding: 52px;
  }
  .px-xxl-52 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .py-xxl-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .pr-xxl-52 {
    padding-right: 52px;
  }
  .pl-xxl-52 {
    padding-left: 52px;
  }
  .pt-xxl-52 {
    padding-top: 52px;
  }
  .pb-xxl-52 {
    padding-bottom: 52px;
  }
  .fs-xxl-52 {
    font-size: 52px;
  }
}
.lh-53 {
  line-height: 53px;
}

.gap-53 {
  gap: 53px;
}

.gap-x-53 {
  -webkit-column-gap: 53px;
     -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 (min-width: 576px) {
  .lh-sm-53 {
    line-height: 53px;
  }
  .gap-sm-53 {
    gap: 53px;
  }
  .gap-x-sm-53 {
    -webkit-column-gap: 53px;
       -moz-column-gap: 53px;
            column-gap: 53px;
  }
  .gap-y-sm-53 {
    row-gap: 53px;
  }
  .rounded-sm-53 {
    border-radius: 53px;
  }
  .mb-sm-53 {
    margin-bottom: 53px;
  }
  .mt-sm-53 {
    margin-top: 53px;
  }
  .mr-sm-53 {
    margin-right: 53px;
  }
  .ml-sm-53 {
    margin-left: 53px;
  }
  .mx-sm-53 {
    margin-right: 53px;
    margin-left: 53px;
  }
  .my-sm-53 {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .p-sm-53 {
    padding: 53px;
  }
  .px-sm-53 {
    padding-right: 53px;
    padding-left: 53px;
  }
  .py-sm-53 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .pr-sm-53 {
    padding-right: 53px;
  }
  .pl-sm-53 {
    padding-left: 53px;
  }
  .pt-sm-53 {
    padding-top: 53px;
  }
  .pb-sm-53 {
    padding-bottom: 53px;
  }
  .fs-sm-53 {
    font-size: 53px;
  }
}
@media (min-width: 768px) {
  .lh-md-53 {
    line-height: 53px;
  }
  .gap-md-53 {
    gap: 53px;
  }
  .gap-x-md-53 {
    -webkit-column-gap: 53px;
       -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 (min-width: 992px) {
  .lh-lg-53 {
    line-height: 53px;
  }
  .gap-lg-53 {
    gap: 53px;
  }
  .gap-x-lg-53 {
    -webkit-column-gap: 53px;
       -moz-column-gap: 53px;
            column-gap: 53px;
  }
  .gap-y-lg-53 {
    row-gap: 53px;
  }
  .rounded-lg-53 {
    border-radius: 53px;
  }
  .mb-lg-53 {
    margin-bottom: 53px;
  }
  .mt-lg-53 {
    margin-top: 53px;
  }
  .mr-lg-53 {
    margin-right: 53px;
  }
  .ml-lg-53 {
    margin-left: 53px;
  }
  .mx-lg-53 {
    margin-right: 53px;
    margin-left: 53px;
  }
  .my-lg-53 {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .p-lg-53 {
    padding: 53px;
  }
  .px-lg-53 {
    padding-right: 53px;
    padding-left: 53px;
  }
  .py-lg-53 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .pr-lg-53 {
    padding-right: 53px;
  }
  .pl-lg-53 {
    padding-left: 53px;
  }
  .pt-lg-53 {
    padding-top: 53px;
  }
  .pb-lg-53 {
    padding-bottom: 53px;
  }
  .fs-lg-53 {
    font-size: 53px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-53 {
    line-height: 53px;
  }
  .gap-xl-53 {
    gap: 53px;
  }
  .gap-x-xl-53 {
    -webkit-column-gap: 53px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-53 {
    line-height: 53px;
  }
  .gap-xxl-53 {
    gap: 53px;
  }
  .gap-x-xxl-53 {
    -webkit-column-gap: 53px;
       -moz-column-gap: 53px;
            column-gap: 53px;
  }
  .gap-y-xxl-53 {
    row-gap: 53px;
  }
  .rounded-xxl-53 {
    border-radius: 53px;
  }
  .mb-xxl-53 {
    margin-bottom: 53px;
  }
  .mt-xxl-53 {
    margin-top: 53px;
  }
  .mr-xxl-53 {
    margin-right: 53px;
  }
  .ml-xxl-53 {
    margin-left: 53px;
  }
  .mx-xxl-53 {
    margin-right: 53px;
    margin-left: 53px;
  }
  .my-xxl-53 {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .p-xxl-53 {
    padding: 53px;
  }
  .px-xxl-53 {
    padding-right: 53px;
    padding-left: 53px;
  }
  .py-xxl-53 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .pr-xxl-53 {
    padding-right: 53px;
  }
  .pl-xxl-53 {
    padding-left: 53px;
  }
  .pt-xxl-53 {
    padding-top: 53px;
  }
  .pb-xxl-53 {
    padding-bottom: 53px;
  }
  .fs-xxl-53 {
    font-size: 53px;
  }
}
.lh-54 {
  line-height: 54px;
}

.gap-54 {
  gap: 54px;
}

.gap-x-54 {
  -webkit-column-gap: 54px;
     -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 (min-width: 576px) {
  .lh-sm-54 {
    line-height: 54px;
  }
  .gap-sm-54 {
    gap: 54px;
  }
  .gap-x-sm-54 {
    -webkit-column-gap: 54px;
       -moz-column-gap: 54px;
            column-gap: 54px;
  }
  .gap-y-sm-54 {
    row-gap: 54px;
  }
  .rounded-sm-54 {
    border-radius: 54px;
  }
  .mb-sm-54 {
    margin-bottom: 54px;
  }
  .mt-sm-54 {
    margin-top: 54px;
  }
  .mr-sm-54 {
    margin-right: 54px;
  }
  .ml-sm-54 {
    margin-left: 54px;
  }
  .mx-sm-54 {
    margin-right: 54px;
    margin-left: 54px;
  }
  .my-sm-54 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .p-sm-54 {
    padding: 54px;
  }
  .px-sm-54 {
    padding-right: 54px;
    padding-left: 54px;
  }
  .py-sm-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pr-sm-54 {
    padding-right: 54px;
  }
  .pl-sm-54 {
    padding-left: 54px;
  }
  .pt-sm-54 {
    padding-top: 54px;
  }
  .pb-sm-54 {
    padding-bottom: 54px;
  }
  .fs-sm-54 {
    font-size: 54px;
  }
}
@media (min-width: 768px) {
  .lh-md-54 {
    line-height: 54px;
  }
  .gap-md-54 {
    gap: 54px;
  }
  .gap-x-md-54 {
    -webkit-column-gap: 54px;
       -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 (min-width: 992px) {
  .lh-lg-54 {
    line-height: 54px;
  }
  .gap-lg-54 {
    gap: 54px;
  }
  .gap-x-lg-54 {
    -webkit-column-gap: 54px;
       -moz-column-gap: 54px;
            column-gap: 54px;
  }
  .gap-y-lg-54 {
    row-gap: 54px;
  }
  .rounded-lg-54 {
    border-radius: 54px;
  }
  .mb-lg-54 {
    margin-bottom: 54px;
  }
  .mt-lg-54 {
    margin-top: 54px;
  }
  .mr-lg-54 {
    margin-right: 54px;
  }
  .ml-lg-54 {
    margin-left: 54px;
  }
  .mx-lg-54 {
    margin-right: 54px;
    margin-left: 54px;
  }
  .my-lg-54 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .p-lg-54 {
    padding: 54px;
  }
  .px-lg-54 {
    padding-right: 54px;
    padding-left: 54px;
  }
  .py-lg-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pr-lg-54 {
    padding-right: 54px;
  }
  .pl-lg-54 {
    padding-left: 54px;
  }
  .pt-lg-54 {
    padding-top: 54px;
  }
  .pb-lg-54 {
    padding-bottom: 54px;
  }
  .fs-lg-54 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-54 {
    line-height: 54px;
  }
  .gap-xl-54 {
    gap: 54px;
  }
  .gap-x-xl-54 {
    -webkit-column-gap: 54px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-54 {
    line-height: 54px;
  }
  .gap-xxl-54 {
    gap: 54px;
  }
  .gap-x-xxl-54 {
    -webkit-column-gap: 54px;
       -moz-column-gap: 54px;
            column-gap: 54px;
  }
  .gap-y-xxl-54 {
    row-gap: 54px;
  }
  .rounded-xxl-54 {
    border-radius: 54px;
  }
  .mb-xxl-54 {
    margin-bottom: 54px;
  }
  .mt-xxl-54 {
    margin-top: 54px;
  }
  .mr-xxl-54 {
    margin-right: 54px;
  }
  .ml-xxl-54 {
    margin-left: 54px;
  }
  .mx-xxl-54 {
    margin-right: 54px;
    margin-left: 54px;
  }
  .my-xxl-54 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .p-xxl-54 {
    padding: 54px;
  }
  .px-xxl-54 {
    padding-right: 54px;
    padding-left: 54px;
  }
  .py-xxl-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pr-xxl-54 {
    padding-right: 54px;
  }
  .pl-xxl-54 {
    padding-left: 54px;
  }
  .pt-xxl-54 {
    padding-top: 54px;
  }
  .pb-xxl-54 {
    padding-bottom: 54px;
  }
  .fs-xxl-54 {
    font-size: 54px;
  }
}
.lh-55 {
  line-height: 55px;
}

.gap-55 {
  gap: 55px;
}

.gap-x-55 {
  -webkit-column-gap: 55px;
     -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 (min-width: 576px) {
  .lh-sm-55 {
    line-height: 55px;
  }
  .gap-sm-55 {
    gap: 55px;
  }
  .gap-x-sm-55 {
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }
  .gap-y-sm-55 {
    row-gap: 55px;
  }
  .rounded-sm-55 {
    border-radius: 55px;
  }
  .mb-sm-55 {
    margin-bottom: 55px;
  }
  .mt-sm-55 {
    margin-top: 55px;
  }
  .mr-sm-55 {
    margin-right: 55px;
  }
  .ml-sm-55 {
    margin-left: 55px;
  }
  .mx-sm-55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .my-sm-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .p-sm-55 {
    padding: 55px;
  }
  .px-sm-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .py-sm-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pr-sm-55 {
    padding-right: 55px;
  }
  .pl-sm-55 {
    padding-left: 55px;
  }
  .pt-sm-55 {
    padding-top: 55px;
  }
  .pb-sm-55 {
    padding-bottom: 55px;
  }
  .fs-sm-55 {
    font-size: 55px;
  }
}
@media (min-width: 768px) {
  .lh-md-55 {
    line-height: 55px;
  }
  .gap-md-55 {
    gap: 55px;
  }
  .gap-x-md-55 {
    -webkit-column-gap: 55px;
       -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 (min-width: 992px) {
  .lh-lg-55 {
    line-height: 55px;
  }
  .gap-lg-55 {
    gap: 55px;
  }
  .gap-x-lg-55 {
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }
  .gap-y-lg-55 {
    row-gap: 55px;
  }
  .rounded-lg-55 {
    border-radius: 55px;
  }
  .mb-lg-55 {
    margin-bottom: 55px;
  }
  .mt-lg-55 {
    margin-top: 55px;
  }
  .mr-lg-55 {
    margin-right: 55px;
  }
  .ml-lg-55 {
    margin-left: 55px;
  }
  .mx-lg-55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .my-lg-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .p-lg-55 {
    padding: 55px;
  }
  .px-lg-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .py-lg-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pr-lg-55 {
    padding-right: 55px;
  }
  .pl-lg-55 {
    padding-left: 55px;
  }
  .pt-lg-55 {
    padding-top: 55px;
  }
  .pb-lg-55 {
    padding-bottom: 55px;
  }
  .fs-lg-55 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-55 {
    line-height: 55px;
  }
  .gap-xl-55 {
    gap: 55px;
  }
  .gap-x-xl-55 {
    -webkit-column-gap: 55px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-55 {
    line-height: 55px;
  }
  .gap-xxl-55 {
    gap: 55px;
  }
  .gap-x-xxl-55 {
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }
  .gap-y-xxl-55 {
    row-gap: 55px;
  }
  .rounded-xxl-55 {
    border-radius: 55px;
  }
  .mb-xxl-55 {
    margin-bottom: 55px;
  }
  .mt-xxl-55 {
    margin-top: 55px;
  }
  .mr-xxl-55 {
    margin-right: 55px;
  }
  .ml-xxl-55 {
    margin-left: 55px;
  }
  .mx-xxl-55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .my-xxl-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .p-xxl-55 {
    padding: 55px;
  }
  .px-xxl-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .py-xxl-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pr-xxl-55 {
    padding-right: 55px;
  }
  .pl-xxl-55 {
    padding-left: 55px;
  }
  .pt-xxl-55 {
    padding-top: 55px;
  }
  .pb-xxl-55 {
    padding-bottom: 55px;
  }
  .fs-xxl-55 {
    font-size: 55px;
  }
}
.lh-56 {
  line-height: 56px;
}

.gap-56 {
  gap: 56px;
}

.gap-x-56 {
  -webkit-column-gap: 56px;
     -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 (min-width: 576px) {
  .lh-sm-56 {
    line-height: 56px;
  }
  .gap-sm-56 {
    gap: 56px;
  }
  .gap-x-sm-56 {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
  .gap-y-sm-56 {
    row-gap: 56px;
  }
  .rounded-sm-56 {
    border-radius: 56px;
  }
  .mb-sm-56 {
    margin-bottom: 56px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mr-sm-56 {
    margin-right: 56px;
  }
  .ml-sm-56 {
    margin-left: 56px;
  }
  .mx-sm-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .my-sm-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-sm-56 {
    padding: 56px;
  }
  .px-sm-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .py-sm-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pr-sm-56 {
    padding-right: 56px;
  }
  .pl-sm-56 {
    padding-left: 56px;
  }
  .pt-sm-56 {
    padding-top: 56px;
  }
  .pb-sm-56 {
    padding-bottom: 56px;
  }
  .fs-sm-56 {
    font-size: 56px;
  }
}
@media (min-width: 768px) {
  .lh-md-56 {
    line-height: 56px;
  }
  .gap-md-56 {
    gap: 56px;
  }
  .gap-x-md-56 {
    -webkit-column-gap: 56px;
       -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 (min-width: 992px) {
  .lh-lg-56 {
    line-height: 56px;
  }
  .gap-lg-56 {
    gap: 56px;
  }
  .gap-x-lg-56 {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
  .gap-y-lg-56 {
    row-gap: 56px;
  }
  .rounded-lg-56 {
    border-radius: 56px;
  }
  .mb-lg-56 {
    margin-bottom: 56px;
  }
  .mt-lg-56 {
    margin-top: 56px;
  }
  .mr-lg-56 {
    margin-right: 56px;
  }
  .ml-lg-56 {
    margin-left: 56px;
  }
  .mx-lg-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .my-lg-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-lg-56 {
    padding: 56px;
  }
  .px-lg-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .py-lg-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pr-lg-56 {
    padding-right: 56px;
  }
  .pl-lg-56 {
    padding-left: 56px;
  }
  .pt-lg-56 {
    padding-top: 56px;
  }
  .pb-lg-56 {
    padding-bottom: 56px;
  }
  .fs-lg-56 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-56 {
    line-height: 56px;
  }
  .gap-xl-56 {
    gap: 56px;
  }
  .gap-x-xl-56 {
    -webkit-column-gap: 56px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-56 {
    line-height: 56px;
  }
  .gap-xxl-56 {
    gap: 56px;
  }
  .gap-x-xxl-56 {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
  .gap-y-xxl-56 {
    row-gap: 56px;
  }
  .rounded-xxl-56 {
    border-radius: 56px;
  }
  .mb-xxl-56 {
    margin-bottom: 56px;
  }
  .mt-xxl-56 {
    margin-top: 56px;
  }
  .mr-xxl-56 {
    margin-right: 56px;
  }
  .ml-xxl-56 {
    margin-left: 56px;
  }
  .mx-xxl-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .my-xxl-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-xxl-56 {
    padding: 56px;
  }
  .px-xxl-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .py-xxl-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pr-xxl-56 {
    padding-right: 56px;
  }
  .pl-xxl-56 {
    padding-left: 56px;
  }
  .pt-xxl-56 {
    padding-top: 56px;
  }
  .pb-xxl-56 {
    padding-bottom: 56px;
  }
  .fs-xxl-56 {
    font-size: 56px;
  }
}
.lh-57 {
  line-height: 57px;
}

.gap-57 {
  gap: 57px;
}

.gap-x-57 {
  -webkit-column-gap: 57px;
     -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 (min-width: 576px) {
  .lh-sm-57 {
    line-height: 57px;
  }
  .gap-sm-57 {
    gap: 57px;
  }
  .gap-x-sm-57 {
    -webkit-column-gap: 57px;
       -moz-column-gap: 57px;
            column-gap: 57px;
  }
  .gap-y-sm-57 {
    row-gap: 57px;
  }
  .rounded-sm-57 {
    border-radius: 57px;
  }
  .mb-sm-57 {
    margin-bottom: 57px;
  }
  .mt-sm-57 {
    margin-top: 57px;
  }
  .mr-sm-57 {
    margin-right: 57px;
  }
  .ml-sm-57 {
    margin-left: 57px;
  }
  .mx-sm-57 {
    margin-right: 57px;
    margin-left: 57px;
  }
  .my-sm-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }
  .p-sm-57 {
    padding: 57px;
  }
  .px-sm-57 {
    padding-right: 57px;
    padding-left: 57px;
  }
  .py-sm-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .pr-sm-57 {
    padding-right: 57px;
  }
  .pl-sm-57 {
    padding-left: 57px;
  }
  .pt-sm-57 {
    padding-top: 57px;
  }
  .pb-sm-57 {
    padding-bottom: 57px;
  }
  .fs-sm-57 {
    font-size: 57px;
  }
}
@media (min-width: 768px) {
  .lh-md-57 {
    line-height: 57px;
  }
  .gap-md-57 {
    gap: 57px;
  }
  .gap-x-md-57 {
    -webkit-column-gap: 57px;
       -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 (min-width: 992px) {
  .lh-lg-57 {
    line-height: 57px;
  }
  .gap-lg-57 {
    gap: 57px;
  }
  .gap-x-lg-57 {
    -webkit-column-gap: 57px;
       -moz-column-gap: 57px;
            column-gap: 57px;
  }
  .gap-y-lg-57 {
    row-gap: 57px;
  }
  .rounded-lg-57 {
    border-radius: 57px;
  }
  .mb-lg-57 {
    margin-bottom: 57px;
  }
  .mt-lg-57 {
    margin-top: 57px;
  }
  .mr-lg-57 {
    margin-right: 57px;
  }
  .ml-lg-57 {
    margin-left: 57px;
  }
  .mx-lg-57 {
    margin-right: 57px;
    margin-left: 57px;
  }
  .my-lg-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }
  .p-lg-57 {
    padding: 57px;
  }
  .px-lg-57 {
    padding-right: 57px;
    padding-left: 57px;
  }
  .py-lg-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .pr-lg-57 {
    padding-right: 57px;
  }
  .pl-lg-57 {
    padding-left: 57px;
  }
  .pt-lg-57 {
    padding-top: 57px;
  }
  .pb-lg-57 {
    padding-bottom: 57px;
  }
  .fs-lg-57 {
    font-size: 57px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-57 {
    line-height: 57px;
  }
  .gap-xl-57 {
    gap: 57px;
  }
  .gap-x-xl-57 {
    -webkit-column-gap: 57px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-57 {
    line-height: 57px;
  }
  .gap-xxl-57 {
    gap: 57px;
  }
  .gap-x-xxl-57 {
    -webkit-column-gap: 57px;
       -moz-column-gap: 57px;
            column-gap: 57px;
  }
  .gap-y-xxl-57 {
    row-gap: 57px;
  }
  .rounded-xxl-57 {
    border-radius: 57px;
  }
  .mb-xxl-57 {
    margin-bottom: 57px;
  }
  .mt-xxl-57 {
    margin-top: 57px;
  }
  .mr-xxl-57 {
    margin-right: 57px;
  }
  .ml-xxl-57 {
    margin-left: 57px;
  }
  .mx-xxl-57 {
    margin-right: 57px;
    margin-left: 57px;
  }
  .my-xxl-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }
  .p-xxl-57 {
    padding: 57px;
  }
  .px-xxl-57 {
    padding-right: 57px;
    padding-left: 57px;
  }
  .py-xxl-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .pr-xxl-57 {
    padding-right: 57px;
  }
  .pl-xxl-57 {
    padding-left: 57px;
  }
  .pt-xxl-57 {
    padding-top: 57px;
  }
  .pb-xxl-57 {
    padding-bottom: 57px;
  }
  .fs-xxl-57 {
    font-size: 57px;
  }
}
.lh-58 {
  line-height: 58px;
}

.gap-58 {
  gap: 58px;
}

.gap-x-58 {
  -webkit-column-gap: 58px;
     -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 (min-width: 576px) {
  .lh-sm-58 {
    line-height: 58px;
  }
  .gap-sm-58 {
    gap: 58px;
  }
  .gap-x-sm-58 {
    -webkit-column-gap: 58px;
       -moz-column-gap: 58px;
            column-gap: 58px;
  }
  .gap-y-sm-58 {
    row-gap: 58px;
  }
  .rounded-sm-58 {
    border-radius: 58px;
  }
  .mb-sm-58 {
    margin-bottom: 58px;
  }
  .mt-sm-58 {
    margin-top: 58px;
  }
  .mr-sm-58 {
    margin-right: 58px;
  }
  .ml-sm-58 {
    margin-left: 58px;
  }
  .mx-sm-58 {
    margin-right: 58px;
    margin-left: 58px;
  }
  .my-sm-58 {
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .p-sm-58 {
    padding: 58px;
  }
  .px-sm-58 {
    padding-right: 58px;
    padding-left: 58px;
  }
  .py-sm-58 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .pr-sm-58 {
    padding-right: 58px;
  }
  .pl-sm-58 {
    padding-left: 58px;
  }
  .pt-sm-58 {
    padding-top: 58px;
  }
  .pb-sm-58 {
    padding-bottom: 58px;
  }
  .fs-sm-58 {
    font-size: 58px;
  }
}
@media (min-width: 768px) {
  .lh-md-58 {
    line-height: 58px;
  }
  .gap-md-58 {
    gap: 58px;
  }
  .gap-x-md-58 {
    -webkit-column-gap: 58px;
       -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 (min-width: 992px) {
  .lh-lg-58 {
    line-height: 58px;
  }
  .gap-lg-58 {
    gap: 58px;
  }
  .gap-x-lg-58 {
    -webkit-column-gap: 58px;
       -moz-column-gap: 58px;
            column-gap: 58px;
  }
  .gap-y-lg-58 {
    row-gap: 58px;
  }
  .rounded-lg-58 {
    border-radius: 58px;
  }
  .mb-lg-58 {
    margin-bottom: 58px;
  }
  .mt-lg-58 {
    margin-top: 58px;
  }
  .mr-lg-58 {
    margin-right: 58px;
  }
  .ml-lg-58 {
    margin-left: 58px;
  }
  .mx-lg-58 {
    margin-right: 58px;
    margin-left: 58px;
  }
  .my-lg-58 {
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .p-lg-58 {
    padding: 58px;
  }
  .px-lg-58 {
    padding-right: 58px;
    padding-left: 58px;
  }
  .py-lg-58 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .pr-lg-58 {
    padding-right: 58px;
  }
  .pl-lg-58 {
    padding-left: 58px;
  }
  .pt-lg-58 {
    padding-top: 58px;
  }
  .pb-lg-58 {
    padding-bottom: 58px;
  }
  .fs-lg-58 {
    font-size: 58px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-58 {
    line-height: 58px;
  }
  .gap-xl-58 {
    gap: 58px;
  }
  .gap-x-xl-58 {
    -webkit-column-gap: 58px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-58 {
    line-height: 58px;
  }
  .gap-xxl-58 {
    gap: 58px;
  }
  .gap-x-xxl-58 {
    -webkit-column-gap: 58px;
       -moz-column-gap: 58px;
            column-gap: 58px;
  }
  .gap-y-xxl-58 {
    row-gap: 58px;
  }
  .rounded-xxl-58 {
    border-radius: 58px;
  }
  .mb-xxl-58 {
    margin-bottom: 58px;
  }
  .mt-xxl-58 {
    margin-top: 58px;
  }
  .mr-xxl-58 {
    margin-right: 58px;
  }
  .ml-xxl-58 {
    margin-left: 58px;
  }
  .mx-xxl-58 {
    margin-right: 58px;
    margin-left: 58px;
  }
  .my-xxl-58 {
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .p-xxl-58 {
    padding: 58px;
  }
  .px-xxl-58 {
    padding-right: 58px;
    padding-left: 58px;
  }
  .py-xxl-58 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .pr-xxl-58 {
    padding-right: 58px;
  }
  .pl-xxl-58 {
    padding-left: 58px;
  }
  .pt-xxl-58 {
    padding-top: 58px;
  }
  .pb-xxl-58 {
    padding-bottom: 58px;
  }
  .fs-xxl-58 {
    font-size: 58px;
  }
}
.lh-59 {
  line-height: 59px;
}

.gap-59 {
  gap: 59px;
}

.gap-x-59 {
  -webkit-column-gap: 59px;
     -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 (min-width: 576px) {
  .lh-sm-59 {
    line-height: 59px;
  }
  .gap-sm-59 {
    gap: 59px;
  }
  .gap-x-sm-59 {
    -webkit-column-gap: 59px;
       -moz-column-gap: 59px;
            column-gap: 59px;
  }
  .gap-y-sm-59 {
    row-gap: 59px;
  }
  .rounded-sm-59 {
    border-radius: 59px;
  }
  .mb-sm-59 {
    margin-bottom: 59px;
  }
  .mt-sm-59 {
    margin-top: 59px;
  }
  .mr-sm-59 {
    margin-right: 59px;
  }
  .ml-sm-59 {
    margin-left: 59px;
  }
  .mx-sm-59 {
    margin-right: 59px;
    margin-left: 59px;
  }
  .my-sm-59 {
    margin-top: 59px;
    margin-bottom: 59px;
  }
  .p-sm-59 {
    padding: 59px;
  }
  .px-sm-59 {
    padding-right: 59px;
    padding-left: 59px;
  }
  .py-sm-59 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .pr-sm-59 {
    padding-right: 59px;
  }
  .pl-sm-59 {
    padding-left: 59px;
  }
  .pt-sm-59 {
    padding-top: 59px;
  }
  .pb-sm-59 {
    padding-bottom: 59px;
  }
  .fs-sm-59 {
    font-size: 59px;
  }
}
@media (min-width: 768px) {
  .lh-md-59 {
    line-height: 59px;
  }
  .gap-md-59 {
    gap: 59px;
  }
  .gap-x-md-59 {
    -webkit-column-gap: 59px;
       -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 (min-width: 992px) {
  .lh-lg-59 {
    line-height: 59px;
  }
  .gap-lg-59 {
    gap: 59px;
  }
  .gap-x-lg-59 {
    -webkit-column-gap: 59px;
       -moz-column-gap: 59px;
            column-gap: 59px;
  }
  .gap-y-lg-59 {
    row-gap: 59px;
  }
  .rounded-lg-59 {
    border-radius: 59px;
  }
  .mb-lg-59 {
    margin-bottom: 59px;
  }
  .mt-lg-59 {
    margin-top: 59px;
  }
  .mr-lg-59 {
    margin-right: 59px;
  }
  .ml-lg-59 {
    margin-left: 59px;
  }
  .mx-lg-59 {
    margin-right: 59px;
    margin-left: 59px;
  }
  .my-lg-59 {
    margin-top: 59px;
    margin-bottom: 59px;
  }
  .p-lg-59 {
    padding: 59px;
  }
  .px-lg-59 {
    padding-right: 59px;
    padding-left: 59px;
  }
  .py-lg-59 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .pr-lg-59 {
    padding-right: 59px;
  }
  .pl-lg-59 {
    padding-left: 59px;
  }
  .pt-lg-59 {
    padding-top: 59px;
  }
  .pb-lg-59 {
    padding-bottom: 59px;
  }
  .fs-lg-59 {
    font-size: 59px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-59 {
    line-height: 59px;
  }
  .gap-xl-59 {
    gap: 59px;
  }
  .gap-x-xl-59 {
    -webkit-column-gap: 59px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-59 {
    line-height: 59px;
  }
  .gap-xxl-59 {
    gap: 59px;
  }
  .gap-x-xxl-59 {
    -webkit-column-gap: 59px;
       -moz-column-gap: 59px;
            column-gap: 59px;
  }
  .gap-y-xxl-59 {
    row-gap: 59px;
  }
  .rounded-xxl-59 {
    border-radius: 59px;
  }
  .mb-xxl-59 {
    margin-bottom: 59px;
  }
  .mt-xxl-59 {
    margin-top: 59px;
  }
  .mr-xxl-59 {
    margin-right: 59px;
  }
  .ml-xxl-59 {
    margin-left: 59px;
  }
  .mx-xxl-59 {
    margin-right: 59px;
    margin-left: 59px;
  }
  .my-xxl-59 {
    margin-top: 59px;
    margin-bottom: 59px;
  }
  .p-xxl-59 {
    padding: 59px;
  }
  .px-xxl-59 {
    padding-right: 59px;
    padding-left: 59px;
  }
  .py-xxl-59 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .pr-xxl-59 {
    padding-right: 59px;
  }
  .pl-xxl-59 {
    padding-left: 59px;
  }
  .pt-xxl-59 {
    padding-top: 59px;
  }
  .pb-xxl-59 {
    padding-bottom: 59px;
  }
  .fs-xxl-59 {
    font-size: 59px;
  }
}
.lh-60 {
  line-height: 60px;
}

.gap-60 {
  gap: 60px;
}

.gap-x-60 {
  -webkit-column-gap: 60px;
     -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 (min-width: 576px) {
  .lh-sm-60 {
    line-height: 60px;
  }
  .gap-sm-60 {
    gap: 60px;
  }
  .gap-x-sm-60 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .gap-y-sm-60 {
    row-gap: 60px;
  }
  .rounded-sm-60 {
    border-radius: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .mx-sm-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-sm-60 {
    padding: 60px;
  }
  .px-sm-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .fs-sm-60 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .lh-md-60 {
    line-height: 60px;
  }
  .gap-md-60 {
    gap: 60px;
  }
  .gap-x-md-60 {
    -webkit-column-gap: 60px;
       -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 (min-width: 992px) {
  .lh-lg-60 {
    line-height: 60px;
  }
  .gap-lg-60 {
    gap: 60px;
  }
  .gap-x-lg-60 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .gap-y-lg-60 {
    row-gap: 60px;
  }
  .rounded-lg-60 {
    border-radius: 60px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .mx-lg-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-lg-60 {
    padding: 60px;
  }
  .px-lg-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .fs-lg-60 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-60 {
    line-height: 60px;
  }
  .gap-xl-60 {
    gap: 60px;
  }
  .gap-x-xl-60 {
    -webkit-column-gap: 60px;
       -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;
  }
}
@media (min-width: 1400px) {
  .lh-xxl-60 {
    line-height: 60px;
  }
  .gap-xxl-60 {
    gap: 60px;
  }
  .gap-x-xxl-60 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .gap-y-xxl-60 {
    row-gap: 60px;
  }
  .rounded-xxl-60 {
    border-radius: 60px;
  }
  .mb-xxl-60 {
    margin-bottom: 60px;
  }
  .mt-xxl-60 {
    margin-top: 60px;
  }
  .mr-xxl-60 {
    margin-right: 60px;
  }
  .ml-xxl-60 {
    margin-left: 60px;
  }
  .mx-xxl-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-xxl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-xxl-60 {
    padding: 60px;
  }
  .px-xxl-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-xxl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-xxl-60 {
    padding-right: 60px;
  }
  .pl-xxl-60 {
    padding-left: 60px;
  }
  .pt-xxl-60 {
    padding-top: 60px;
  }
  .pb-xxl-60 {
    padding-bottom: 60px;
  }
  .fs-xxl-60 {
    font-size: 60px;
  }
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gallery-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 66% 1fr;
  grid-template-rows: 1fr 1fr;
}
.gallery-grid img {
  width: 100%;
  height: 100%;
}
.gallery-grid .gallery-col-full {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-grid .gallery-col-big {
  grid-column: span 1;
  grid-row: span 2;
}
.gallery-grid .gallery-col-small {
  grid-column: span 1;
  grid-row: span 1;
}

.error-page {
  position: relative;
  overflow: hidden;
  padding: 80px 0 40px;
  min-height: 500px;
}
.error-page .bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.error-page__image {
  max-width: 200px;
}
.error-page .desc {
  color: var(--131313, #131313);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.16; /* 116.667% */
  margin: 20px 0;
}
.error-page .btn-back-home {
  border-radius: 100px;
  background: var(--Xanh-la, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 100%));
  backdrop-filter: blur(4px);
  padding: 12px 24px;
  border: 0;
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 16px;
  color: #ffffff;
}
.error-page .container, .error-page .banner__hero-content {
  position: relative;
}
@media screen and (min-width: 992px) {
  .error-page {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .error-page {
    padding-top: 100px;
    min-height: 100vh;
  }
  .error-page .desc {
    font-size: 24px;
  }
  .error-page__image {
    max-width: 100%;
  }
}

.search-page {
  padding: 60px 0;
  background: var(--F1ECE8, #f1ece8);
}
.search-page h1.title, .search-page .title.h1 {
  color: #131313;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33333; /* 133.333% */
  letter-spacing: -1.08px;
  margin-bottom: 24px;
}
.search-page-form {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--A5978A_AN-CUU, #a5978a);
}
.search-page-form form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-page-form form input {
  background: #fff;
  padding: 16px;
}
.search-page-form form button {
  background: var(--Gradien, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%));
  padding: 16px;
  border: 0;
  outline: 0;
  color: #fff;
  max-width: 200px;
}
.search-page-result .totals {
  font-size: 14px;
  margin-bottom: 24px;
}
.search-page-result .keyword {
  font-size: 18px;
  font-weight: 600;
}
.search-page .result-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.search-page .result-list .result-item {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
  position: relative;
}
.search-page .result-list .result-item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.search-page .result-list .result-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.search-page .result-list .result-item .info {
  padding: 16px;
  font-size: 14px;
}
.search-page .result-list .result-item .info .title {
  font-size: 18px;
}
.search-page .result-list .result-item .info .nd-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .search-page .result-list .result-item {
    grid-template-columns: 200px 1fr;
  }
  .search-page-form form {
    grid-template-columns: 1fr 166px;
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .search-page {
    padding: 100px 0;
  }
  .search-page h1.title, .search-page .title.h1 {
    font-size: 36px;
  }
  .search-page-result .totals {
    font-size: 16px;
  }
  .search-page-result .keyword {
    font-size: 24px;
  }
  .search-page-form {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .search-page .result-list .result-item {
    grid-template-columns: 360px 1fr;
  }
  .search-page .result-list .result-item .info {
    padding: 24px;
    font-size: 16px;
  }
  .search-page .result-list .result-item .info .title {
    font-size: 20px;
  }
}

#header__search-form {
  display: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  border-radius: 60px;
  border: 1px solid #bdbdbd;
  background: #fff;
  padding: 4px 12px 4px 24px;
  width: 100%;
  top: 100%;
  margin-top: 12px;
  z-index: 50;
}
#header__search-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#header__search-form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: unset;
}
@media screen and (min-width: 1200px) {
  #header__search-form {
    top: auto;
    margin-top: 0;
  }
  #header__search-form.active {
    width: 100%;
    position: absolute;
    left: 0;
    width: calc(100% - 75px);
  }
  #header__search-form.active .header__search-btn {
    margin-left: auto;
    border: 0;
  }
}

.header {
  background-color: var(--color-white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header.header-home {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header.header-home .header__hamburger svg path {
  fill: #fff;
}
.header.header-home .header__search-btn svg path {
  fill: #fff;
}
@media screen and (min-width: 1199px) {
  .header.header-home .header__menu-item a {
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    padding: 12px 0;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  position: relative;
}
.header__hamburger {
  width: 103px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .header__logo {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.header__logo a {
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .header__logo a {
    width: 100px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 32px;
    position: relative;
  }
}
@media screen and (max-width: 1199px) {
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: var(--color-white);
    z-index: 998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 16px 80px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    overflow-y: auto;
  }
  .header__menu::-webkit-scrollbar {
    display: none;
  }
  .header__menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 1200px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
.header__menu-item {
  position: relative;
  cursor: pointer;
}
.header__menu-item.active:before, .header__menu-item:hover:before {
  width: 32px;
}
@media screen and (min-width: 1200px) {
  .header__menu-item {
    padding: 28px 0;
  }
  .header__menu-item:before {
    content: "";
    background: var(--Gradien, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%));
    bottom: 4px;
    left: 0;
    width: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header__menu-item .arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1199px) {
  .header__menu-item .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 49px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9;
    cursor: pointer;
  }
  .header__menu-item .arrow.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.header__menu-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding: 12px 22px 12px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header__menu-item a:hover a, .header__menu-item a.active a {
  color: var(--color-gradient);
}
@media screen and (min-width: 1200px) {
  .header__menu-item a {
    border: none;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px;
  }
  .header__menu-item:hover > .header__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.header__submenu {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: var(--color-white);
  padding: 12px 0;
}
@media screen and (max-width: 1199px) {
  .header__submenu {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .header__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.header__submenu--level-2 {
  background: #fff;
  width: 100%;
  padding-left: 24px;
}
@media screen and (min-width: 1200px) {
  .header__submenu--level-2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    opacity: 0;
    padding-left: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 12px 24px;
  }
}
.header__submenu--level-2 .header__submenu-item {
  padding: 12px 0;
}
.header__submenu--level-2 .header__submenu-item a {
  background: var(--Linear, linear-gradient(0deg, #01abe0 0%, #01abe0 100%)) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.header__submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.header__submenu-item a {
  display: inline-block;
  background: #333;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__submenu-item a:hover {
  background: var(--Gradien, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1200px) {
  .header__submenu-item {
    color: var(--333333, #333);
    font-size: 14px;
    line-height: 1.71;
    padding: 12px 24px;
  }
  .header__submenu-item:not(:first-child) {
    border-top: 1px solid #ededed;
  }
  .header__submenu-item:hover > .arrow svg path {
    fill: #01abe0;
  }
  .header__submenu-item:hover > a {
    background: var(--Gradien, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }
  .header__submenu-item:hover > .header__submenu--level-2 {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    left: 100%;
    top: 0;
  }
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__search.active button {
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .header__search input {
    top: auto;
    margin-top: 0;
  }
  .header__search.active {
    width: 100%;
    position: absolute;
    left: 0;
    width: calc(100% - 75px);
  }
  .header__search.active .header__search-btn {
    margin-left: auto;
    border: 0;
  }
}
.header__search-btn {
  border: 1px solid var(--color-gray-bd);
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__search-btn svg path {
  fill: #333;
}
@media screen and (min-width: 1200px) {
  .header__search-btn {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    margin-left: auto;
  }
}
.header__language-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 8px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  border: 1px solid var(--color-gray-bd);
}
@media screen and (min-width: 1200px) {
  .header__language-btn {
    width: 70px;
  }
}
.header__language-btn img {
  border-radius: 2px;
  width: 21px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__language-btn::after {
  border-top-color: #ffffff;
}
.header.scrolled {
  background: #fff;
}
.header.scrolled a {
  color: #333;
}
.header.scrolled .header__menu-item a {
  color: #333;
}
.header.scrolled .header__search-btn svg path {
  fill: #333;
}
.header.scrolled .dropdown-toggle::after {
  border-top-color: #333;
}
.header.scrolled .header__hamburger svg path {
  fill: #333;
}

.sticky-header {
  background-color: #f1ece8;
  width: 100%;
}
.sticky-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
  position: relative;
}
.sticky-header-wrap .back-to-home {
  margin-right: auto;
}

.footer {
  background: #001a39;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.footer .top-footer {
  border-bottom: 1px solid #082e5c;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .footer__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer__item {
    width: 30%;
  }
  .footer__item:not(:last-child) {
    border-right: 1px solid #082e5c;
    padding-right: 12px;
    margin-right: 12px;
    width: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .footer__item {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    width: 100%;
  }
  .footer__item:not(:last-child) {
    border-right: 1px solid #082e5c;
    padding-right: 24px;
    margin-right: 24px;
    width: 100%;
    -ms-flex-preferred-size: 440px;
        flex-basis: 440px;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  border-top: 1px solid #082e5c;
  border-bottom: 1px solid #082e5c;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__bottom a:not(.dropdown-item) {
  padding: 12px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 4px;
  background: var(--Gradien, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%));
  backdrop-filter: blur(4px);
  color: var(--color-white);
}
.footer__bottom .btn-connect-group {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__bottom .btn-connect-group {
    max-width: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__bottom .btn-connect-group {
    max-width: 441px;
  }
}
.footer__bottom .btn-connect-group-btn {
  padding: 12px 48px 12px 24px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #ededed;
  backdrop-filter: blur(6px);
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  text-align: left;
  background-image: url("../images/select-icon.png");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: auto;
}
.footer__bottom .btn-connect-group-btn:focus {
  background-color: #082e5c;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer__bottom .dropdown-item {
  font-size: 14px;
}
.footer__bottom .dropdown-item:hover {
  background-color: #082e5c;
  color: var(--color-white);
}

.fixed-socials {
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 1000;
  border-radius: 4px 0 0 4px;
  background: var(--Linear, linear-gradient(0deg, #01518f 0%, #01518f 100%));
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .fixed-socials {
    bottom: 20%;
  }
}
.fixed-socials button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background: #01518f;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 2px;
}
@media screen and (min-width: 1200px) {
  .fixed-socials button {
    width: 60px;
    height: 60px;
  }
}
.fixed-socials button:hover {
  background: #00457a;
}
.fixed-socials button:not(:last-child) {
  border-bottom: 1px solid #00457a;
}

.custom-breadcrumb {
  background: #fff;
  border-top: 1px solid #f1ece8;
  border-bottom: 1px solid #f1ece8;
}
.custom-breadcrumb .breadcrumb {
  margin: 0;
  padding: 12px 0;
  --bs-breadcrumb-item-padding-x: 12px;
}
.custom-breadcrumb .breadcrumb-item {
  color: #666;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #ededed;
}

.banner-over-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 31.25%;
  overflow: hidden;
}
.banner-over-breadcrumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pagination {
  margin-top: 24px;
}
.pagination .page-link {
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  background: #fff;
  width: 48px;
  text-align: center;
  margin-right: 4px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .page-link:hover {
  background: #131313;
  color: #fff;
}
.pagination .page-link:hover svg path {
  fill: #fff;
}
.pagination .page-item.active .page-link {
  background: #131313;
  color: #fff;
}

.product-item {
  display: grid;
  background: #fff;
  position: relative;
  direction: ltr;
}
.product-item .hidden-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product-item:nth-child(2n+1) {
  direction: rtl;
}
.product-item:nth-child(2n+1) .product-item-info {
  text-align: left;
}
.product-item-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.product-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 61.728%;
  position: relative;
  overflow: hidden;
}
.product-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  padding: 24px;
}
.product-item-info > *:not(:last-child) {
  margin-bottom: 24px;
}
.product-item-info .name {
  color: var(--0E426A_AN-CUU, #0e426a);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1666666667;
}
.product-item-info .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 100px;
  border: 1px solid var(--0E426A_AN-CUU, #0e426a);
  backdrop-filter: blur(4px);
  direction: ltr;
}
.product-item:hover .product-item-info .button {
  color: #fff;
  background-color: #0e426a;
}
.product-item:hover .product-item-info .button svg path {
  fill: #fff;
}
.product-item:hover .product-item-img img {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
}
@media screen and (min-width: 992px) {
  .product-item {
    gap: 48px;
  }
  .product-item-info {
    font-size: 16px;
    padding: 48px;
  }
  .product-item-info .name {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .product-item {
    grid-template-columns: 648px 1fr;
  }
  .product-item-list {
    gap: 96px;
  }
}

.banner__hero {
  position: relative;
}
.banner__hero .swiper-slide {
  min-height: 100vh;
  padding-top: 64px;
}
@media screen and (min-width: 1200px) {
  .banner__hero .swiper-slide {
    padding-top: 80px;
  }
}
.banner__hero .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.banner__hero .swiper-button-next,
.banner__hero .swiper-button-prev {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: var(--color-white);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .banner__hero .swiper-button-next,
  .banner__hero .swiper-button-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.banner__hero .swiper-button-next::after,
.banner__hero .swiper-button-prev::after {
  color: #01518f;
  font-size: 16px;
  font-weight: bold;
}
.banner__hero .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  bottom: 24px;
}
.banner__hero .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 0 !important;
}
@media screen and (min-width: 1200px) {
  .banner__hero .swiper-pagination-bullet {
    width: 48px;
  }
}
.banner__hero .mouse-scroll {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
.banner__hero .mouse-scroll .line {
  -webkit-animation: dash 1s ease-in-out infinite alternate;
          animation: dash 1s ease-in-out infinite alternate;
}
.banner__hero .mouse-scroll .line:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.banner__hero .mouse-scroll .line:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.banner__hero .button-base {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}
.banner__hero .button-base:hover {
  border-color: transparent;
}
.banner__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  color: var(--color-white);
}
.banner__hero-content h1, .banner__hero-content .h1 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .banner__hero-content h1, .banner__hero-content .h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .banner__hero-content h1, .banner__hero-content .h1 {
    font-size: 36px;
  }
}
.banner__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__hero-image img,
.banner__hero-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes dash {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes dash {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.about-us-home {
  height: calc(100vh + 220px);
  padding: 40px 0;
  position: relative;
}
.about-us-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73.08%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 73.08%);
  z-index: 2;
}
.about-us-home .container, .about-us-home .banner__hero-content {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .about-us-home {
    padding-top: 96px;
    height: 1300px;
  }
}
.about-us-home .about__wrapper {
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .about-us-home .about__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: minmax(32.0921985816%, 362px) minmax(48.9361702128%, 552px);
  }
}
.project-section {
  background: #f1ece8;
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .project-section {
    padding-bottom: 96px;
  }
}
.project-section .text-bg {
  background: -webkit-gradient(linear, left top, right top, from(#4a7d2b), color-stop(40.87%, #7cbc07), color-stop(67.31%, #01abe0), to(#01518f));
  background: linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%);
  height: 200px;
  padding: 24px 0 56px;
}
.project-section .text-bg svg {
  width: -webkit-fill-available;
}
.project-section .project__swiper {
  margin-top: -105px;
  z-index: 2;
  position: relative;
}
.project-section .project__swiper .swiper {
  overflow: hidden;
  border-radius: 8px;
}
.project-section .project__swiper .controls [class*=swiper-button] {
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  width: 40px;
  height: 40px;
}
.project-section .project__swiper .controls [class*=swiper-button]::after {
  color: #333333;
  font-size: 10px;
}
.project-section .project__swiper .controls [class*=swiper-button].swiper-button-disabled {
  border: 1px solid var(--E8E1DC_boder, #e8e1dc);
  background: #fff;
  opacity: 1;
}
.project-section .project__swiper .controls [class*=swiper-button].swiper-button-disabled::after {
  color: #e8e1dc;
}
@media screen and (min-width: 1200px) {
  .project-section .project__swiper .controls .swiper-button-prev,
  .project-section .project__swiper .controls .swiper-rtl .swiper-button-next {
    left: -20px;
  }
  .project-section .project__swiper .controls .swiper-button-next {
    right: -20px;
  }
}
.project-section .project__swiper .controls .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  padding: 6px 12px;
}
.project-section .project__swiper .controls .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.project-section .project__swiper .controls .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.project-section .project__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.project-section .project__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  width: 100%;
  height: 53.3333333333%;
  pointer-events: none;
}
.project-section .project__item-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
@media screen and (min-width: 768px) {
  .project-section .project__item-image {
    padding-bottom: 56.25%;
  }
}
@media screen and (min-width: 992px) {
  .project-section .project__item-image {
    padding-bottom: 53.2%;
  }
}
.project-section .project__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project-section .project__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .project-section .project__item-content {
    padding: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .project-section .project__item-content {
    padding: 96px;
  }
}
.project-section .project__item-content .button-base {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .project-section .project__item-content .button-base {
    height: 48px;
  }
}
.project-section .project__item-title {
  color: var(--color-white);
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -1.08px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .project-section .swiper-pagination {
    bottom: 24px;
  }
}
.project-section .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.project-section .swiper-pagination-bullet-active {
  background: var(--color-white);
}
.project-section [class*=swiper-button-] {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}
.project-section [class*=swiper-button-].swiper-button-prev {
  left: 0;
}
.project-section [class*=swiper-button-].swiper-button-next {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .project-section [class*=swiper-button-].swiper-button-prev {
    left: -20px;
  }
  .project-section [class*=swiper-button-].swiper-button-next {
    right: -20px;
  }
}

.news-section {
  padding: 50px 0;
  background-image: url("../images/news-event-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .news-section {
    padding: 96px 0;
  }
}
.news-section .swiper {
  border-radius: 8px;
  overflow: hidden;
}
.news-section .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.news-section .swiper-slide {
  height: auto;
}
.news-section .swiper [class*=swiper-button-] {
  position: static;
  -webkit-transform: unset;
          transform: unset;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #a5978a;
  width: 40px;
  height: 40px;
}
.news-section .swiper [class*=swiper-button-]::after {
  color: var(--color-white);
  font-size: 14px;
  font-weight: bold;
}
.news-section .swiper [class*=swiper-button-].swiper-button-disabled {
  opacity: 1;
  background-color: var(--color-white);
}
.news-section .swiper [class*=swiper-button-].swiper-button-disabled::after {
  color: #a5978a;
}
.news-section .swiper-pagination {
  position: static;
  margin: 0;
}
.news-section .swiper-pagination-bullet {
  opacity: 1;
  background: #dad1ca;
}
.news-section .swiper-pagination-bullet-active {
  background: #a5978a;
}
.news-section .news__name {
  font-weight: 600;
}
.news-section .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.news-section .news__featured {
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .news-section .news__featured {
    display: grid;
    grid-template-columns: 45% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .news-section .news__featured {
    grid-template-columns: 40.0709219858% 1fr;
  }
}
.news-section .news__featured:hover .news__featured-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-section .news__featured-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 65.6%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .news-section .news__featured-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.news-section .news__featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.news-section .news__featured-content {
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .news-section .news__featured-content {
    padding: 32px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .news-section .news__featured-content {
    padding: 48px;
  }
}
.news-section .news__item {
  background: #fff;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.news-section .news__item:hover .news__item-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-section .news__item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--color-gradient);
  z-index: 1;
  bottom: 0;
}
.news-section .news__item-image {
  position: relative;
  padding-bottom: 62.5%;
}
.news-section .news__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.news-section .news__item-content {
  padding: 20px 16px;
}
@media screen and (min-width: 1200px) {
  .news-section .news__item-content {
    padding: 24px 20px;
  }
}

.recruitment-section {
  padding: 50px 0;
}
@media screen and (min-width: 1200px) {
  .recruitment-section {
    padding: 96px 0;
  }
}
.recruitment-section .recruitment__list a:hover {
  color: #4a7d2b;
  text-decoration: underline;
}
.recruitment-section .recruitment__list > tbody > tr:nth-of-type(odd) > * {
  background-color: #fff;
}
.recruitment-section .recruitment__list > tbody > tr:nth-of-type(even) > * {
  background-color: #F5F5F5;
}
.recruitment-section .recruitment__list table {
  --bs-table-border-color: #fff;
  --bs-table-striped-bg: #f5f5f5;
  --bs-table-hover-bg: #e1ecdb;
}
@media screen and (min-width: 1200px) {
  .recruitment-section .recruitment__list th,
  .recruitment-section .recruitment__list td {
    padding: 12px;
  }
}
.recruitment-section .recruitment__list thead tr {
  position: relative;
  background: var(--Gradien, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%));
}
.recruitment-section .recruitment__list thead th {
  background: transparent;
  color: var(--color-white);
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .recruitment-section .recruitment__list thead th:nth-of-type(1) {
    min-width: 456px;
  }
}
@media screen and (min-width: 768px) {
  .recruitment-section .recruitment__list thead th:nth-of-type(2) {
    min-width: 93px;
  }
}
@media screen and (min-width: 768px) {
  .recruitment-section .recruitment__list thead th:nth-of-type(4) {
    min-width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .recruitment-section .recruitment__list thead th:nth-of-type(3) {
    min-width: 438px;
  }
}
.recruitment-section .recruitment__list tbody td {
  vertical-align: initial;
}

.partner-section {
  padding: 50px 0;
  border-top: 1px solid #f1ece8;
}
@media screen and (min-width: 1200px) {
  .partner-section {
    padding: 96px 0;
  }
}
.partner-section .controls {
  padding-top: 96px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.partner-section .swiper [class*=swiper-button-] {
  position: static;
  -webkit-transform: unset;
          transform: unset;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #a5978a;
  width: 40px;
  height: 40px;
}
.partner-section .swiper [class*=swiper-button-]::after {
  color: var(--color-white);
  font-size: 14px;
  font-weight: bold;
}
.partner-section .swiper [class*=swiper-button-].swiper-button-disabled {
  opacity: 1;
  background-color: var(--color-white);
}
.partner-section .swiper [class*=swiper-button-].swiper-button-disabled::after {
  color: #a5978a;
}
.partner-section .swiper-pagination {
  position: static;
  margin: 0;
}
.partner-section .swiper-pagination-bullet {
  opacity: 1;
  background: #dad1ca;
}
.partner-section .swiper-pagination-bullet-active {
  background: #a5978a;
}
.partner-section .partner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f5f5f5;
}
.partner-section .partner__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.contact-section {
  background: #f1ece8;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  .contact-section {
    padding-bottom: 163px;
  }
}
.contact__form input,
.contact__form textarea {
  display: block;
  border-radius: 4px;
  border: 1px solid #ededed;
  backdrop-filter: blur(6px);
  padding: 16px 24px;
  width: 100%;
}
.contact__form input::-webkit-input-placeholder, .contact__form textarea::-webkit-input-placeholder {
  color: var(--color-gray-6);
}
.contact__form input::-moz-placeholder, .contact__form textarea::-moz-placeholder {
  color: var(--color-gray-6);
}
.contact__form input:-ms-input-placeholder, .contact__form textarea:-ms-input-placeholder {
  color: var(--color-gray-6);
}
.contact__form input::-ms-input-placeholder, .contact__form textarea::-ms-input-placeholder {
  color: var(--color-gray-6);
}
.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: var(--color-gray-6);
}
.contact__form .button-base {
  backdrop-filter: blur(4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--color-white);
  background: -webkit-gradient(linear, left top, right top, from(#4a7d2b), to(#7cbc07));
  background: linear-gradient(90deg, #4a7d2b 0%, #7cbc07 100%);
}
.contact__content {
  position: relative;
}
.contact__content .button-facebook-chat {
  background: -webkit-gradient(linear, left top, right top, from(#01abe0), to(#01518f));
  background: linear-gradient(90deg, #01abe0 0%, #01518f 100%);
}
.contact__content .button-zalo-chat {
  background: -webkit-gradient(linear, left top, right top, from(#0167aa), to(#014987));
  background: linear-gradient(90deg, #0167aa 0%, #014987 100%);
  backdrop-filter: blur(4px);
}
.contact__wrapper {
  background: var(--color-white);
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  padding: 32px 16px;
  max-width: 90%;
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .contact__wrapper {
    padding: 32px;
    grid-template-columns: 45% 1fr;
  }
}
@media screen and (min-width: 992px) {
  .contact__wrapper {
    max-width: 80%;
    margin-top: -117px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__wrapper {
    max-width: 936px;
    grid-template-columns: 360px 420px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 48px;
  }
}
.contact-text-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
  max-width: 88.28125%;
  width: 100%;
  margin: 0 auto;
}
.contact-text-bg svg {
  width: -webkit-fill-available;
  height: 100%;
}

.project-list-page {
  --F1ECE8: #f1ece8;
  --Gradien: linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%);
  --heading: 36px;
  --title: 24px;
  --normal: 16px;
  background: var(--F1ECE8);
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .project-list-page {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .project-list-page {
    padding: 100px 0;
  }
}
.project-list-page-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .project-list-page-main {
    gap: 48px;
  }
}
.project-list-page h1.title, .project-list-page .title.h1 {
  display: inline;
  background: var(--Gradien);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--title);
  text-transform: uppercase;
  line-height: 48px; /* 133.333% */
  letter-spacing: -1.08px;
}
@media screen and (min-width: 1200px) {
  .project-list-page h1.title, .project-list-page .title.h1 {
    font-size: var(--heading);
  }
}

.project-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  background: #fff;
}
.project-card-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 24px;
  color: #131313;
  font-size: 14px;
  align-self: start;
}
.project-card-info p {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .project-card-info {
    font-size: 16px;
    padding: 48px;
    gap: 24px;
  }
}
.project-card-name {
  font-size: 18px;
  margin: 0;
}
.project-card-attributes .attribute {
  border-top: 1px solid #e8e1dc;
}
.project-card-attributes .attribute:last-child {
  border-bottom: 1px solid #e8e1dc;
}
.project-card .attribute {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding: 11px 0;
}
.project-card .attribute .name {
  color: #999;
}
.project-card-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  line-height: 1.5;
  font-size: 14px;
  border: 1px solid #01518f;
  color: #01518f;
  background: #fff;
  gap: 4px;
}
.project-card-button svg path {
  fill: currentColor;
}
.project-card-button:hover {
  background: var(--Gradien, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%));
  backdrop-filter: blur(4px);
  color: #fff;
  border: 1px solid transparent;
}
.project-card-gallery {
  min-width: 0;
}
.project-card-gallery-img {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 53.2%;
}
.project-card-gallery-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-card .swiper-pagination {
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  padding: 4px;
  width: auto !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  vertical-align: middle;
}
.project-card .swiper-pagination-bullet {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin: 0 6px !important;
}
.project-card .swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (min-width: 992px) {
  .project-card {
    gap: 0;
  }
  .project-card-button {
    padding: 11px 24px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .project-card-name {
    font-size: 24px;
  }
}

.detail-project-main {
  position: relative;
  background: #f1ece8;
  z-index: 10;
}
.detail-project-main .banner__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.detail-project-main .mouse-scroll {
  bottom: 5%;
}
.detail-project-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2002;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.detail-project-menu-wrap {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-project-menu .logo-white,
.detail-project-menu .logo-color {
  position: relative;
  z-index: 20;
}
.detail-project-menu a {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding: 12px 0;
}
.detail-project-menu a:before {
  content: "";
  background: #fff;
  bottom: 4px;
  left: 50%;
  width: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  position: absolute;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.detail-project-menu a.active, .detail-project-menu a:hover {
  color: #fff;
}
.detail-project-menu a.active:before, .detail-project-menu a:hover:before {
  width: 32px;
}
.detail-project-menu-style {
  background: #fff;
  position: relative;
}
.detail-project-menu-style a {
  color: #a5978a;
}
.detail-project-menu-style a:before {
  background: #0e426a;
}
.detail-project-menu-style a.active, .detail-project-menu-style a:hover {
  color: #0e426a;
}
.detail-project-menu .logo-color {
  display: none;
}
.detail-project-menu-toggle {
  background: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 20;
}
.detail-project-menu-toggle svg path {
  fill: #131313;
}
.detail-project-menu.scrolled {
  background: #fff;
  position: fixed;
}
.detail-project-menu.scrolled .logo-color {
  display: block;
}
.detail-project-menu.scrolled .logo-white {
  display: none;
}
.detail-project-menu.scrolled a {
  color: #a5978a;
}
.detail-project-menu.scrolled a:before {
  background: #0e426a;
}
.detail-project-menu.scrolled a.active, .detail-project-menu.scrolled a:hover {
  color: #0e426a;
}
.detail-project-menu.scrolled-toggle svg path {
  fill: #fff;
}
.detail-project-menu #ver-menu {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .detail-project-menu #ver-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    top: auto;
    left: auto;
    height: unset;
    background: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 1199px) {
  .detail-project-menu a {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .detail-project-menu-wrap.is-open #ver-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.detail-project-short-desc {
  background: #f1ece8;
  padding: 90px 0 50px;
  color: var(--131313, #131313);
  font-size: 16px;
  line-height: 1.75;
  position: relative;
}
.detail-project-short-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 159%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73.08%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 73.08%);
  pointer-events: none;
}
.detail-project-short-desc .container, .detail-project-short-desc .banner__hero-content {
  position: relative;
  z-index: 1;
}
.detail-project-tab-name {
  color: var(--A5978A_AN-CUU, #a5978a);
  font-size: 14px;
  line-height: 1.7142857143;
}
.detail-project-tab-title {
  color: var(--0E426A_AN-CUU, #0e426a);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 48px 0;
}
.detail-project-features {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  width: 100%;
}
.detail-project-features::before, .detail-project-features::after {
  content: "";
  position: absolute;
  z-index: 2;
}
.detail-project-features::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 31%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f0ed), to(rgba(241, 236, 232, 0)));
  background: linear-gradient(180deg, #f4f0ed 0%, rgba(241, 236, 232, 0) 100%);
}
.detail-project-features::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1ece8), to(rgba(241, 236, 232, 0)));
  background: linear-gradient(0deg, #f1ece8 0%, rgba(241, 236, 232, 0) 100%);
}
.detail-project-features .bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.detail-project-features .feature-list {
  width: 100%;
  z-index: 5;
}
.detail-project-features .feature-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .detail-project-features .feature-list {
    position: absolute;
    bottom: 25px;
    left: 0;
  }
  .detail-project-features .feature-list-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .detail-project-features {
    padding-bottom: 56.67%;
  }
}
.detail-project-content {
  padding: 48px 0;
}
.detail-project-content p {
  margin: 0 0 24px 0;
}
.detail-project-shortlink-swiper .controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}
.detail-project-shortlink-swiper .controls .swiper-pagination-progressbar,
.detail-project-shortlink-swiper .controls .swiper-button-next,
.detail-project-shortlink-swiper .controls .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.detail-project-shortlink-swiper .controls [class*=swiper-button] {
  border-radius: 100px;
  border: 1px solid var(--E8E1DC_boder, #0e426a);
  background: var(--0E426A_AN-CUU, #0e426a);
  width: 40px;
  height: 40px;
}
.detail-project-shortlink-swiper .controls [class*=swiper-button]::after {
  color: #fff;
  font-size: 10px;
}
.detail-project-shortlink-swiper .controls [class*=swiper-button].swiper-button-disabled {
  border: 1px solid var(--E8E1DC_boder, #e8e1dc);
  background: #fff;
  opacity: 1;
}
.detail-project-shortlink-swiper .controls [class*=swiper-button].swiper-button-disabled::after {
  color: #e8e1dc;
}
.detail-project-shortlink-swiper .controls-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-project-shortlink-swiper .controls-nav > * {
  margin-left: 24px !important;
}
.detail-project-shortlink-swiper .controls-pagination .swiper-pagination-progressbar {
  background: #bdbdbd;
}
.detail-project-shortlink-swiper .controls-pagination .swiper-pagination-progressbar-fill {
  background: var(--0E426A_AN-CUU, #0e426a);
}
.detail-project-shortlink-swiper .swiper-slide {
  height: auto;
}
.detail-project-shortlink-swiper .shortlink-card-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
  height: 100%;
}
.detail-project-shortlink-swiper .shortlink-card {
  background: var(--0E426A_AN-CUU, #0e426a);
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail-project-shortlink-swiper .shortlink-card .info {
  position: absolute;
  bottom: 0;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  margin-top: 44px;
  left: 0;
  width: 100%;
}
.detail-project-shortlink-swiper .shortlink-card .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.detail-project-shortlink-swiper .shortlink-card.short-card-big .img {
  display: inline-block;
  width: 100%;
  padding-bottom: 77.7778%;
  position: relative;
}
.detail-project-shortlink-swiper .shortlink-card.short-card-big .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 992px) {
  .detail-project-shortlink-swiper .swiper-slide {
    width: 648px;
    height: 504px;
    height: auto;
  }
}
.detail-project-quality {
  padding-bottom: 90px;
  padding-top: 50px;
}
.detail-project-scale {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media screen and (min-width: 576px) {
  .detail-project-scale {
    margin-left: calc((100% - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .detail-project-scale {
    margin-left: calc((100% - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .detail-project-scale {
    margin-left: calc((100% - 936px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .detail-project-scale {
    margin-left: calc((100% - 1132px) / 2);
  }
}
.detail-project-scale .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.detail-project-scale .box-title h2, .detail-project-scale .box-title .h2 {
  color: var(--0E426A_AN-CUU, #0e426a);
  font-size: 24px;
  line-height: 1.16;
  margin: 0 0 24px 0;
}
.detail-project-scale .swiper-slide {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.6;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .detail-project-scale .swiper-slide {
    width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .detail-project-scale .swiper-slide {
    width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .detail-project-scale .swiper-slide {
    width: 936px;
  }
}
.detail-project-scale .swiper-slide-active {
  opacity: 1;
}
.detail-project-scale .project-scale-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.detail-project-scale .project-scale-item .img img {
  width: 100%;
  height: auto;
  display: block;
}
.detail-project-scale .custom-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .detail-project-scale .custom-navs {
    width: 1128px;
    margin-left: -96px;
  }
}
.detail-project-scale .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.detail-project-quality-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  color: var(--131313, #131313);
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75; /* 175% */
}
.detail-project-quality-list .box-title h2, .detail-project-quality-list .box-title .h2 {
  color: var(--0E426A_AN-CUU, #0e426a);
  font-size: 24px;
  line-height: 1.16;
}
@media screen and (min-width: 1200px) {
  .detail-project-quality-list {
    gap: 48px;
  }
}
.detail-project-quality-item {
  display: grid;
  grid-template-columns: 1fr 57%;
}
.detail-project-quality-item .info {
  padding-top: 24px;
  padding-right: 48px;
  direction: ltr;
}
.detail-project-quality-item .info .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 12px 0;
}
.detail-project-quality-item-reverse {
  direction: rtl;
}
.detail-project-quality-item-reverse .info {
  padding-right: 0;
  padding-left: 48px;
  text-align: left;
}
.detail-project-quality-item-full {
  grid-template-columns: 1fr;
}
.detail-project-quality-item-full .img {
  width: 100%;
  text-align: center;
}
.detail-project-quality-item .img {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.detail-project-quality-item .img .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 68px;
  height: 68px;
}
.detail-project-quality-item .img .button-behind {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .detail-project-quality-item {
    grid-template-columns: 1fr;
  }
  .detail-project-quality-item .info {
    padding: 0;
  }
  .detail-project-quality-item .img .icon {
    width: 48px;
    height: 48px;
  }
}
.detail-project-legal h1, .detail-project-legal .h1 {
  color: var(--0E426A_AN-CUU, #0e426a);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .detail-project-legal h1, .detail-project-legal .h1 {
    margin: 0 0 48px 0;
  }
}
.detail-project-legal-description {
  padding-top: 90px;
  padding-bottom: 50px;
  position: relative;
}
.detail-project-legal-description::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.detail-project-legal-description .container, .detail-project-legal-description .banner__hero-content {
  position: relative;
  z-index: 1;
}
.detail-project-legal h2.title, .detail-project-legal .title.h2 {
  color: var(--0E426A_AN-CUU, #0e426a);
  font-size: 24px;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  margin: 0 0 24px 0;
  text-transform: uppercase;
}
.detail-project-legal .timeline {
  padding-top: 80px;
  padding-bottom: 45px;
}
.detail-project-legal .timeline .container, .detail-project-legal .timeline .banner__hero-content {
  position: relative;
}
.detail-project-legal .timeline .container > img, .detail-project-legal .timeline .banner__hero-content > img {
  position: relative;
  z-index: 1;
}
.detail-project-legal .timeline .title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.detail-project-legal .timeline .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-project-legal .timeline .bg img {
  width: 100%;
  height: auto;
}
.detail-project-legal .clearance {
  padding-top: 45px;
  padding-bottom: 90px;
}
.detail-project-legal .clearance .title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.detail-project-price {
  background: #f1ece8;
  padding: 90px 0 50px;
  color: var(--131313, #131313);
  font-size: 16px;
  line-height: 1.75;
  position: relative;
}
.detail-project-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 159%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73.08%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 73.08%);
  pointer-events: none;
}
.detail-project-price .container, .detail-project-price .banner__hero-content {
  position: relative;
  z-index: 1;
}
.detail-project-price h1, .detail-project-price .h1 {
  color: var(--0E426A_AN-CUU, #0e426a);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 24px;
}
.detail-project-price .attributes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 48px;
}
.detail-project-price .attributes-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 12px;
}
.detail-project-price .attributes .name {
  color: #666;
}
.detail-project-price .contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 48px;
}
.detail-project-price .contact-item {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.12);
  padding: 24px;
  color: #666;
}
.detail-project-price .contact-item-title {
  color: #131313;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1666666667;
  margin: 0 0 24px 0;
}
.detail-project-price .contact-item input,
.detail-project-price .contact-item textarea {
  width: 100%;
  padding: 15px 24px;
  border-radius: 4px;
  border: 1px solid #ededed;
  backdrop-filter: blur(6px);
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
}
.detail-project-price .contact-item-logo {
  width: 120px;
  height: 28px;
}
.detail-project-price .contact-item-sub-title {
  color: #131313;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  margin: 24px 0 8px 0;
}
.detail-project-price .contact p {
  color: #666;
}
.detail-project-price .contact-social {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.detail-project-price .contact-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0e426a;
  padding: 12px 24px;
  border: 1px solid var(--0E426A_AN-CUU, #0e426a);
  backdrop-filter: blur(4px);
}
.detail-project-price .contact-social li a svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
@media screen and (min-width: 992px) {
  .detail-project-price .contact {
    grid-template-columns: 1fr 1fr;
  }
  .detail-project-price .contact-item {
    padding: 48px;
  }
  .detail-project-price .contact-item-title {
    font-size: 24px;
    margin: 0 0 24px 0;
  }
  .detail-project-price .contact-item input,
  .detail-project-price .contact-item textarea {
    padding: 15px 24px;
  }
  .detail-project-price .contact-social {
    margin: 48px 0 0;
    grid-template-columns: 1fr 1fr;
  }
}
.detail-project-position {
  background: #f1ece8;
  color: var(--131313, #131313);
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .detail-project-position {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .detail-project-position {
    padding: 100px 0;
  }
}
.detail-project-position::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 159%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73.08%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 73.08%);
  pointer-events: none;
}
.detail-project-position .container, .detail-project-position .banner__hero-content {
  position: relative;
  z-index: 1;
}
.detail-project-position-direct {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.detail-project-position-direct .item {
  border-top: 1px solid #131313;
  padding-top: 24px;
  color: var(--666666, #666);
}
.detail-project-position-direct .item .name {
  color: #131313;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px; /* 175% */
  margin: 0 0 4px 0;
}
@media screen and (min-width: 992px) {
  .detail-project-position-direct {
    grid-template-columns: repeat(4, 1fr);
  }
}
.detail-project-connection {
  padding: 40px 0;
  background: #0c436a;
  color: white;
}
.detail-project-connection .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  margin: 0 0 12px 0;
}
.detail-project-connection .img {
  margin-top: 48px;
}
@media screen and (min-width: 992px) {
  .detail-project-connection {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .detail-project-connection {
    padding: 100px 0;
  }
}
.detail-project-connected {
  padding: 40px 0;
  background: var(--A5978A_AN-CUU, #a5978a);
  color: white;
}
.detail-project-connected .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  margin: 0 0 12px 0;
}
.detail-project-connected .img {
  margin-top: 48px;
}
@media screen and (min-width: 992px) {
  .detail-project-connected {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .detail-project-connected {
    padding: 100px 0;
  }
}
.detail-project-connected .list-connected {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 80px;
  margin-top: 48px;
}
.detail-project-connected .list-connected .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 240px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--0E426A_AN-CUU, #0e426a);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
}
.detail-project-connected .list-connected .item-logo {
  padding: 50px 40px 50px 41px;
  background: var(--0E426A_AN-CUU, #0e426a);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.detail-project-connected .list-connected .item-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -72px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V8V7ZM65.7071 8.70711C66.0976 8.31658 66.0976 7.68342 65.7071 7.29289L59.3431 0.928932C58.9526 0.538408 58.3195 0.538408 57.9289 0.928932C57.5384 1.31946 57.5384 1.95262 57.9289 2.34315L63.5858 8L57.9289 13.6569C57.5384 14.0474 57.5384 14.6805 57.9289 15.0711C58.3195 15.4616 58.9526 15.4616 59.3431 15.0711L65.7071 8.70711ZM1 8V9H65V8V7H1V8Z' fill='%230E426A'/%3E%3C/svg%3E");
  width: 64px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}
.detail-project-connected .list-connected .item-logo::before {
  content: attr(data-distance);
  position: absolute;
  top: 50%;
  right: -56px;
  margin-top: -26px;
  color: #0e426a;
}
.detail-project-connected .list-connected .item-blank {
  border-radius: 8px;
  border: 1px solid var(--0E426A_AN-CUU, #0e426a);
  opacity: 0.3;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
}
.detail-project-connected .list-connected .item-blank::after, .detail-project-connected .list-connected .item-blank::before {
  display: none;
}
.detail-project-connected .list-connected .item .icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail-project-connected .list-connected .item .value {
  color: var(--0E426A_AN-CUU, #0e426a);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.detail-project-connected .list-connected-child {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 80px;
}
.detail-project-connected .list-connected-child .item {
  position: relative;
}
.detail-project-connected .list-connected-child .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -72px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V8V7ZM65.7071 8.70711C66.0976 8.31658 66.0976 7.68342 65.7071 7.29289L59.3431 0.928932C58.9526 0.538408 58.3195 0.538408 57.9289 0.928932C57.5384 1.31946 57.5384 1.95262 57.9289 2.34315L63.5858 8L57.9289 13.6569C57.5384 14.0474 57.5384 14.6805 57.9289 15.0711C58.3195 15.4616 58.9526 15.4616 59.3431 15.0711L65.7071 8.70711ZM1 8V9H65V8V7H1V8Z' fill='%230E426A'/%3E%3C/svg%3E");
  width: 64px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}
.detail-project-connected .list-connected-child .item::before {
  content: attr(data-distance);
  position: absolute;
  top: 50%;
  right: -56px;
  margin-top: -26px;
  color: #0e426a;
}
.detail-project-connected .list-connected-child .item:nth-child(4) {
  grid-column-start: 4;
  grid-column-end: 3;
  grid-row-start: calc(0 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(4)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(4)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 2;
  grid-row-start: calc(0 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(5)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(5)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(6) {
  grid-column-start: 2;
  grid-column-end: 1;
  grid-row-start: calc(0 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(6)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(6)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(10) {
  grid-column-start: 4;
  grid-column-end: 3;
  grid-row-start: calc(1 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(10)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(10)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(11) {
  grid-column-start: 3;
  grid-column-end: 2;
  grid-row-start: calc(1 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(11)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(11)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(12) {
  grid-column-start: 2;
  grid-column-end: 1;
  grid-row-start: calc(1 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(12)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(12)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(16) {
  grid-column-start: 4;
  grid-column-end: 3;
  grid-row-start: calc(2 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(16)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(16)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(17) {
  grid-column-start: 3;
  grid-column-end: 2;
  grid-row-start: calc(2 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(17)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(17)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(18) {
  grid-column-start: 2;
  grid-column-end: 1;
  grid-row-start: calc(2 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(18)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(18)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(22) {
  grid-column-start: 4;
  grid-column-end: 3;
  grid-row-start: calc(3 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(22)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(22)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(23) {
  grid-column-start: 3;
  grid-column-end: 2;
  grid-row-start: calc(3 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(23)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(23)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(24) {
  grid-column-start: 2;
  grid-column-end: 1;
  grid-row-start: calc(3 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(24)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(24)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(28) {
  grid-column-start: 4;
  grid-column-end: 3;
  grid-row-start: calc(4 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(28)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(28)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(29) {
  grid-column-start: 3;
  grid-column-end: 2;
  grid-row-start: calc(4 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(29)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(29)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(30) {
  grid-column-start: 2;
  grid-column-end: 1;
  grid-row-start: calc(4 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(30)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(30)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(34) {
  grid-column-start: 4;
  grid-column-end: 3;
  grid-row-start: calc(5 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(34)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(34)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(35) {
  grid-column-start: 3;
  grid-column-end: 2;
  grid-row-start: calc(5 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(35)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(35)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(36) {
  grid-column-start: 2;
  grid-column-end: 1;
  grid-row-start: calc(5 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(36)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(36)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(40) {
  grid-column-start: 4;
  grid-column-end: 3;
  grid-row-start: calc(6 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(40)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(40)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(41) {
  grid-column-start: 3;
  grid-column-end: 2;
  grid-row-start: calc(6 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(41)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(41)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(42) {
  grid-column-start: 2;
  grid-column-end: 1;
  grid-row-start: calc(6 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(42)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(42)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(46) {
  grid-column-start: 4;
  grid-column-end: 3;
  grid-row-start: calc(7 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(46)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(46)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(47) {
  grid-column-start: 3;
  grid-column-end: 2;
  grid-row-start: calc(7 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(47)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(47)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(48) {
  grid-column-start: 2;
  grid-column-end: 1;
  grid-row-start: calc(7 * 2 + 2);
}
.detail-project-connected .list-connected-child .item:nth-child(48)::after {
  left: -72px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M65 7C65.5523 7 66 7.44772 66 8C66 8.55228 65.5523 9 65 9V8V7ZM0.292892 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM65 8V9H1V8V7H65V8Z' fill='%230E426A'/%3E%3C/svg%3E");
}
.detail-project-connected .list-connected-child .item:nth-child(48)::before {
  left: -56px;
}
.detail-project-connected .list-connected-child .item:nth-child(6n+3)::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='71' height='329' viewBox='0 0 71 329' fill='none'%3E%3Cpath d='M1 0C0.447715 0 0 0.447715 0 1C0 1.55228 0.447715 2 1 2V1V0ZM70 1H71V0H70V1ZM70 321V322H71V321H70ZM0.292893 320.293C-0.0976311 320.683 -0.0976311 321.317 0.292893 321.707L6.65685 328.071C7.04738 328.462 7.68054 328.462 8.07107 328.071C8.46159 327.681 8.46159 327.047 8.07107 326.657L2.41421 321L8.07107 315.343C8.46159 314.953 8.46159 314.319 8.07107 313.929C7.68054 313.538 7.04738 313.538 6.65685 313.929L0.292893 320.293ZM1 1V2H70V1V0H1V1ZM70 1H69V321H70H71V1H70ZM70 321V320H1V321V322H70V321Z' fill='%230E426A'/%3E%3C/svg%3E");
  width: 69px;
  height: 320px;
  top: 50%;
  right: -69px;
  background-size: contain;
  background-repeat: no-repeat;
}
.detail-project-connected .list-connected-child .item:nth-child(6n+3):before {
  margin-top: 280px;
}
.detail-project-connected .list-connected-child .item:nth-child(6n+6)::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='329' viewBox='0 0 67 329' fill='none'%3E%3Cpath d='M66 0C66.5523 0 67 0.447715 67 1C67 1.55228 66.5523 2 66 2V1V0ZM1.5 1H0.5V0H1.5V1ZM1.5 321V322H0.5V321H1.5ZM66.7071 320.293C67.0976 320.683 67.0976 321.317 66.7071 321.707L60.3431 328.071C59.9526 328.462 59.3195 328.462 58.9289 328.071C58.5384 327.681 58.5384 327.047 58.9289 326.657L64.5858 321L58.9289 315.343C58.5384 314.953 58.5384 314.319 58.9289 313.929C59.3195 313.538 59.9526 313.538 60.3431 313.929L66.7071 320.293ZM66 1V2H1.5V1V0H66V1ZM1.5 1H2.5V321H1.5H0.5V1H1.5ZM1.5 321V320H66V321V322H1.5V321Z' fill='%230E426A'/%3E%3C/svg%3E");
  width: 69px;
  height: 320px;
  top: 50%;
  left: -69px;
  background-size: contain;
  background-repeat: no-repeat;
}
.detail-project-connected .list-connected-child .item:nth-child(6n+6):before {
  margin-top: 280px;
}
@media screen and (max-width: 1199px) {
  .detail-project-connected .list-connected {
    grid-template-columns: 150px 1fr;
    gap: 80px;
  }
  .detail-project-connected .list-connected .item {
    width: 150px;
    height: 180px;
  }
  .detail-project-connected .list-connected .item .value {
    font-size: 14px;
  }
  .detail-project-connected .list-connected-child {
    grid-template-columns: repeat(3, 150px);
    gap: 80px;
  }
}
@media screen and (max-width: 991px) {
  .detail-project-connected .list-connected {
    gap: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail-project-connected .list-connected .item-logo::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -72px !important;
    left: auto !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V8V7ZM65.7071 8.70711C66.0976 8.31658 66.0976 7.68342 65.7071 7.29289L59.3431 0.928932C58.9526 0.538408 58.3195 0.538408 57.9289 0.928932C57.5384 1.31946 57.5384 1.95262 57.9289 2.34315L63.5858 8L57.9289 13.6569C57.5384 14.0474 57.5384 14.6805 57.9289 15.0711C58.3195 15.4616 58.9526 15.4616 59.3431 15.0711L65.7071 8.70711ZM1 8V9H65V8V7H1V8Z' fill='%230E426A'/%3E%3C/svg%3E") !important;
    width: 64px !important;
    height: 14px !important;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
    top: 100%;
    right: auto !important;
    bottom: 0;
    margin-top: 32px;
  }
  .detail-project-connected .list-connected .item-logo::before {
    left: 0;
    right: -56px !important;
    margin-top: 20px !important;
    top: 100%;
    width: 100%;
  }
  .detail-project-connected .list-connected-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail-project-connected .list-connected-child .item::after, .detail-project-connected .list-connected-child .item:nth-child(6n+3)::after, .detail-project-connected .list-connected-child .item:nth-child(6n+6)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -72px !important;
    left: auto !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='16' viewBox='0 0 66 16' fill='none'%3E%3Cpath d='M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V8V7ZM65.7071 8.70711C66.0976 8.31658 66.0976 7.68342 65.7071 7.29289L59.3431 0.928932C58.9526 0.538408 58.3195 0.538408 57.9289 0.928932C57.5384 1.31946 57.5384 1.95262 57.9289 2.34315L63.5858 8L57.9289 13.6569C57.5384 14.0474 57.5384 14.6805 57.9289 15.0711C58.3195 15.4616 58.9526 15.4616 59.3431 15.0711L65.7071 8.70711ZM1 8V9H65V8V7H1V8Z' fill='%230E426A'/%3E%3C/svg%3E") !important;
    width: 64px !important;
    height: 14px !important;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
    top: 100%;
    right: auto !important;
    bottom: 0;
    margin-top: 32px;
  }
  .detail-project-connected .list-connected-child .item::before, .detail-project-connected .list-connected-child .item:nth-child(4)::before, .detail-project-connected .list-connected-child .item:nth-child(6n+6)::before, .detail-project-connected .list-connected-child .item:nth-child(5)::before, .detail-project-connected .list-connected-child .item:nth-child(10)::before {
    left: 0;
    right: -56px !important;
    margin-top: 20px !important;
    top: 100%;
    width: 100%;
  }
}
.detail-project-prods {
  background: var(--F1ECE8, #f1ece8);
  padding: 40px 0;
  position: relative;
}
.detail-project-prods::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
.detail-project-prods .container, .detail-project-prods .banner__hero-content {
  position: relative;
  z-index: 1;
}
.detail-project-prods-content {
  padding: 40px 0;
}
.detail-project-prods-content h1.title, .detail-project-prods-content .title.h1 {
  color: var(--131313, #131313);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 24px 0;
  text-align: center;
}
.detail-project-prods-content .group-nd-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.detail-project-prods-content .gallery-swiper {
  position: relative;
  min-width: 0;
}
.detail-project-prods-content .gallery-col,
.detail-project-prods-content .gallery-row {
  display: grid;
  gap: 24px;
}
.detail-project-prods-content .gallery-row {
  grid-template-columns: 1fr;
}
.detail-project-prods-content .gallery-col {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .detail-project-prods-content .gallery-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.detail-project-prods-content .controls [class*=swiper-button] {
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  width: 40px;
  height: 40px;
}
.detail-project-prods-content .controls [class*=swiper-button]::after {
  color: #333333;
  font-size: 10px;
}
.detail-project-prods-content .controls [class*=swiper-button].swiper-button-disabled {
  border: 1px solid var(--E8E1DC_boder, #e8e1dc);
  background: #fff;
  opacity: 1;
}
.detail-project-prods-content .controls [class*=swiper-button].swiper-button-disabled::after {
  color: #e8e1dc;
}
@media screen and (max-width: 992px) {
  .detail-project-prods-content .controls [class*=swiper-button].swiper-button-next {
    right: 0;
  }
  .detail-project-prods-content .controls [class*=swiper-button].swiper-button-prev {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .detail-project-prods-content .controls .swiper-button-prev,
  .detail-project-prods-content .controls .swiper-rtl .swiper-button-next {
    left: -20px;
  }
  .detail-project-prods-content .controls .swiper-button-next {
    right: -20px;
  }
}
.detail-project-prods-content .controls .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  padding: 6px 12px;
}
.detail-project-prods-content .controls .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.detail-project-prods-content .controls .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (min-width: 992px) {
  .detail-project-prods-content {
    padding: 60px 0;
  }
  .detail-project-prods-content h1.title, .detail-project-prods-content .title.h1 {
    margin: 0 0 48px 0;
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .detail-project-prods-content {
    padding: 100px 0;
  }
}
.detail-project-related {
  padding: 40px 0;
}
.detail-project-related .title {
  color: var(--0E426A_AN-CUU, #0e426a);
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 24px 0;
}
.detail-project-related .project-card-button:hover {
  background: #0e426a;
}
@media screen and (min-width: 992px) {
  .detail-project-related {
    padding: 60px 0;
  }
  .detail-project-related .title {
    margin: 0 0 48px 0;
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .detail-project-related {
    padding: 100px 0;
  }
}
.detail-project-utilities {
  padding: 40px 0;
}
.detail-project-utilities .title {
  color: var(--0E426A_AN-CUU, #0e426a);
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 24px 0;
}
.detail-project-utilities .desc {
  text-align: center;
  margin-bottom: 24px;
}
.detail-project-utilities .sub-title {
  color: var(--0E426A_AN-CUU, #0e426a);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.16667;
  margin: 0 0 12px 0;
}
.detail-project-utilities .gallery {
  display: grid;
  margin-bottom: 24px;
  gap: 24px;
}
.detail-project-utilities .gallery-col {
  grid-template-columns: 1fr;
}
.detail-project-utilities .gallery-col > * {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 992px) {
  .detail-project-utilities .gallery-col {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
  }
  .detail-project-utilities .gallery-col > *:nth-child(3n+1) {
    grid-column: span 2;
    grid-row: span 2;
    height: 505px;
  }
  .detail-project-utilities .gallery-col > * {
    height: 240px;
  }
}
.detail-project-utilities-block {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .detail-project-utilities {
    padding: 60px 0;
  }
  .detail-project-utilities .title {
    margin: 0 0 48px 0;
    font-size: 40px;
  }
  .detail-project-utilities .sub-title {
    font-size: 24px;
  }
  .detail-project-utilities .desc {
    margin-bottom: 48px;
  }
  .detail-project-utilities-block {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .detail-project-utilities {
    padding: 100px 0;
  }
  .detail-project-utilities .desc {
    margin-bottom: 96px;
  }
  .detail-project-utilities-block {
    margin-bottom: 96px;
  }
}
.detail-project-news {
  padding: 40px 0;
}
.detail-project-news .title {
  color: var(--0E426A_AN-CUU, #0e426a);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 24px 0;
}
.detail-project-news .new-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .detail-project-news {
    padding: 60px 0;
  }
  .detail-project-news .title {
    margin: 0 0 48px 0;
    font-size: 40px;
  }
  .detail-project-news .new-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .detail-project-news {
    padding: 100px 0;
  }
}

.feature-list .item {
  padding: 12px;
  background: radial-gradient(156.78% 141.42% at 100% 100%, #185f95 0%, #0e426a 47.85%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature-list .item-name {
  color: var(--A5978A_AN-CUU, #a5978a);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.feature-list .item-value {
  color: var(--FFFFFF, #fff);
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  border-top: 1px solid var(--A5978A_AN-CUU, #a5978a);
  margin-top: 8px;
  padding-top: 8px;
}
.feature-list .item sup,
.feature-list .item span {
  font-size: 18px;
  top: -1em;
  position: relative;
}
@media screen and (min-width: 992px) {
  .feature-list .item {
    padding: 24px;
  }
  .feature-list .item-name {
    font-size: 16px;
  }
  .feature-list .item-value {
    font-size: 64px;
    margin-top: 12px;
    padding-top: 12px;
  }
  .feature-list .item sup,
  .feature-list .item span {
    font-size: 36px;
    top: -0.5em;
  }
}

.work-page {
  --heading: 36px;
  --title: 24px;
  --normal: 18px;
}
.work-page-desc {
  padding: 40px 0;
}
.work-page-desc-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work-page-desc-col .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--title);
}
.work-page-desc-col .title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: var(--Gradien, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  position: relative;
  line-height: 1.5;
  letter-spacing: -1.08px;
  font-weight: 600;
}
.work-page-desc-col .nd-content {
  color: #131313;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.work-page-desc-col .nd-content p {
  margin: 0 0 24px 0;
}
@media screen and (min-width: 992px) {
  .work-page-desc-col .nd-content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .work-page-desc-col .title {
    font-size: var(--heading);
  }
}
@media screen and (min-width: 992px) {
  .work-page-desc {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .work-page-desc {
    padding: 100px 0;
  }
}
.work-page-personnal-bg {
  position: relative;
  width: 100%;
  display: inline-block;
  height: 800px;
  overflow: hidden;
}
.work-page-personnal-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 1;
}
.work-page-personnal-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.work-page-personnal-top {
  position: relative;
  padding-bottom: 96px;
}
.work-page-personnal-top .gradient-title {
  font-size: var(--title);
  text-align: center;
  background: var(--Gradien, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 1200px) {
  .work-page-personnal-top .gradient-title {
    margin: 0 0 48px 0;
    font-size: var(--heading);
  }
}
.work-page-personnal-top .title {
  color: #131313;
  font-size: var(--normal);
  line-height: 1.1666666667;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 1200px) {
  .work-page-personnal-top .title {
    margin: 0 0 48px 0;
    font-size: var(--title);
  }
}
.work-page-personnal-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .work-page-personnal-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .work-page-personnal-col {
    grid-template-columns: 1fr 528px;
    gap: 48px;
  }
}
.work-page-personnal .list-welfare {
  display: grid;
  gap: 12px;
}
.work-page-personnal .list-welfare ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.work-page-personnal .list-welfare ul li {
  position: relative;
  margin-bottom: 12px;
}
.work-page-personnal .list-welfare ul li::before {
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.6 17.3L5 12.7L7 10.8L9.6 13.4L17 6L19 8L9.6 17.3Z' fill='url(%23paint0_linear_1199_5004)' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1199_5004' x1='5' y1='11.65' x2='19' y2='11.65' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234A7D2B' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 6px;
}
@media screen and (min-width: 992px) {
  .work-page-personnal .list-welfare ul li {
    float: left;
    width: 50%;
  }
}
.work-page-personnal-bonus {
  position: relative;
  padding: 90px 0;
}
.work-page-personnal-bonus-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.work-page-personnal-bonus .container, .work-page-personnal-bonus .banner__hero-content {
  position: relative;
  z-index: 5;
}
.work-page-personnal-bonus .title {
  text-align: left;
}
.work-page-personnal-bonus .list-bonus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin-top: 48px;
}
.work-page-personnal-bonus .list-bonus .item {
  padding: 24px 12px;
  background: #fff;
}
.work-page-personnal-bonus .list-bonus .item .number {
  display: inline;
  font-size: var(--heading);
  background: var(--Gradien, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  line-height: normal;
}
.work-page-personnal-bonus .list-bonus .item .desc {
  margin: 12px 0 0 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .work-page-personnal-bonus .list-bonus {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .work-page-personnal-bonus .list-bonus {
    grid-template-columns: repeat(3, 1fr);
  }
  .work-page-personnal-bonus .list-bonus .item {
    padding: 48px 24px;
  }
  .work-page-personnal-bonus .list-bonus .item .number {
    font-size: 48px;
  }
  .work-page-personnal-bonus .list-bonus .item .desc {
    font-size: 16px;
    margin: 24px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .work-page-personnal-bonus .list-bonus .item .number {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .work-page-personnal-bonus {
    padding: 140px 0;
  }
}
@media (min-width: 1440px) {
  .work-page-personnal-bonus {
    padding: 280px 0;
  }
}
.work-page-jobs .title {
  font-size: var(--title);
  text-align: center;
  background: var(--Gradien, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 24px 0;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .work-page-jobs .title {
    margin: 0 0 48px 0;
    font-size: var(--heading);
  }
}
.work-page-jobs a:hover {
  color: #4a7d2b;
  text-decoration: underline;
}
.work-page-jobs table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  --bs-table-border-color: #fff;
  --bs-table-striped-bg: #f5f5f5;
  --bs-table-hover-bg: #e1ecdb;
}
@media screen and (min-width: 768px) {
  .work-page-jobs table {
    min-width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .work-page-jobs table th,
  .work-page-jobs table td {
    padding: 12px;
  }
}
.work-page-jobs table thead tr {
  position: relative;
  background: var(--Gradien, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%));
}
.work-page-jobs table thead th {
  background: transparent;
  color: var(--color-white);
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .work-page-jobs table thead th:nth-of-type(1) {
    min-width: 456px;
  }
}
@media screen and (min-width: 768px) {
  .work-page-jobs table thead th:nth-of-type(2) {
    min-width: 93px;
  }
}
@media screen and (min-width: 768px) {
  .work-page-jobs table thead th:nth-of-type(4) {
    min-width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .work-page-jobs table thead th:nth-of-type(3) {
    min-width: 438px;
  }
}
.work-page-jobs table tbody td {
  vertical-align: initial;
}
.work-page-contact {
  position: relative;
  background: #f1ece8;
  padding-bottom: 160px;
}
.work-page-contact-box {
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.work-page-contact .work-page-detail-form {
  margin-top: 0;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
}
.work-page-contact .logo-underpage {
  position: absolute;
  bottom: 0;
}

.work-page-detail {
  --heading: 36px;
  --title: 24px;
  --normal: 18px;
  background: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .work-page-detail {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .work-page-detail {
    padding: 100px 0;
  }
}
.work-page-detail .title {
  color: #131313;
  font-size: var(--title);
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: -1.08px;
}
@media screen and (min-width: 1200px) {
  .work-page-detail .title {
    font-size: var(--heading);
  }
}
.work-page-detail-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #f1ece8;
}
.work-page-detail-list .item {
  padding: 0 12px;
  border-left: 1px solid #a5978a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
.work-page-detail-list .item:nth-child(3n+2) {
  grid-column: span 1;
}
.work-page-detail-list .item span {
  display: block;
}
.work-page-detail-list .item .name {
  color: var(--666666, #666);
  margin-bottom: 8px;
}
.work-page-detail-list .item .value {
  color: var(--131313, #131313);
}
@media screen and (min-width: 992px) {
  .work-page-detail-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .work-page-detail-list .item {
    font-size: 16px;
  }
  .work-page-detail-list .item:nth-child(3n+2) {
    grid-column: span 1;
  }
}
@media screen and (min-width: 1200px) {
  .work-page-detail-list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 48px;
    padding: 48px 0;
  }
  .work-page-detail-list .item:nth-child(3n+2) {
    grid-column: span 2;
  }
}
.work-page-detail-content .block-item {
  margin-top: 48px;
}
.work-page-detail-content .title {
  font-size: 24px;
  margin: 0 0 24px 0;
}
.work-page-detail-form {
  background: var(--F1ECE8, #f1ece8);
  padding: 24px;
  margin-top: 24px;
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr;
}
.work-page-detail-form input,
.work-page-detail-form textarea {
  width: 100%;
  padding: 15px 24px;
  border-radius: 4px;
  border: 1px solid #dadada;
  background: #fff;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
}
.work-page-detail-form .upload-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.work-page-detail-form .upload-file-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #dadada;
  background: #fff;
}
.work-page-detail-form .upload-file-text {
  color: #666;
  font-size: 14px;
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .work-page-detail-form .upload-file {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.work-page-detail-form form .button-base {
  background: var(--Xanh-la, linear-gradient(90deg, #4a7d2b 0%, #7cbc07 100%));
  backdrop-filter: blur(4px);
  color: #fff;
  padding: 12px 24px;
}
.work-page-detail-form .contact-item-title {
  color: #131313;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1666666667;
  margin: 0 0 24px 0;
}
.work-page-detail-form .contact-item-logo {
  width: 120px;
  height: 28px;
}
.work-page-detail-form .contact-item-sub-title {
  color: #131313;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  margin: 24px 0 8px 0;
}
.work-page-detail-form .contact p {
  color: #666;
}
.work-page-detail-form .contact-social {
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.work-page-detail-form .contact-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #666;
  padding: 12px 24px;
  border: 1px solid var(--0E426A_AN-CUU, #666);
  backdrop-filter: blur(4px);
}
.work-page-detail-form .contact-social li a svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.work-page-detail-form .contact-social li a:hover {
  color: #fff;
  background: #0e426a;
}
.work-page-detail-form .contact-social li a:hover svg .path-color {
  fill: #01518f;
}
.work-page-detail-form .contact-social li a:hover svg path:not(.path-color) {
  fill: #fff;
}
@media screen and (min-width: 992px) {
  .work-page-detail-form {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .work-page-detail-form {
    padding: 48px;
    margin-top: 48px;
    gap: 48px;
  }
}

.new-list-page {
  --F1ECE8: #f1ece8;
  --Gradien: linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%);
  --heading: 36px;
  --title: 24px;
  --normal: 16px;
  background: var(--F1ECE8);
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .new-list-page {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .new-list-page {
    padding: 100px 0;
  }
}
.new-list-page-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .new-list-page-main {
    grid-template-columns: repeat(2, 1fr);
  }
  .new-list-page-main .new-list-card-big {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1200px) {
  .new-list-page-main {
    grid-template-columns: repeat(3, 1fr);
  }
  .new-list-page-main .new-list-card-big {
    grid-column: span 3;
  }
}
.new-list-page h1.title, .new-list-page .title.h1 {
  display: inline;
  background: var(--Gradien);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--title);
  text-transform: uppercase;
  line-height: 48px; /* 133.333% */
  letter-spacing: -1.08px;
}
@media screen and (min-width: 1200px) {
  .new-list-page h1.title, .new-list-page .title.h1 {
    font-size: var(--heading);
  }
}

.new-list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.new-list-card-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 24px;
  color: #131313;
  font-size: 14px;
  align-self: start;
}
.new-list-card-info p {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .new-list-card-info {
    font-size: 16px;
  }
}
.new-list-card .img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-bottom: 61.111%;
  position: relative;
}
.new-list-card .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.new-list-card .name {
  font-size: 16px;
  margin: 0;
  line-height: 1.75;
}
.new-list-card-big {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
}
.new-list-card-big .img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-bottom: 61.111%;
  position: relative;
}
.new-list-card-big .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.new-list-card-big .category span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  padding: 4px 12px;
  font-size: 14px;
  color: #999;
}
.new-list-card-big .name {
  font-size: 16px;
  margin: 0;
  line-height: 1.75;
}
@media screen and (min-width: 1200px) {
  .new-list-card-big .name {
    margin-top: 12px;
  }
}
.new-list-card-big-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 24px;
  color: #131313;
  font-size: 14px;
  align-self: start;
}
.new-list-card-big-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 1200px) {
  .new-list-card-big-info {
    font-size: 16px;
    padding: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .new-list-card-big {
    grid-template-columns: 40% 60%;
  }
}

.new-detail-page {
  --Gradien: linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%);
  --heading: 36px;
  --title: 24px;
  --normal: 16px;
}
.new-detail-page .box-title {
  margin-bottom: 40px;
}
.new-detail-page .new-detail-page-content {
  background: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .new-detail-page .new-detail-page-content {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .new-detail-page .new-detail-page-content {
    padding: 100px 0;
  }
}
.new-detail-page h1.title, .new-detail-page .title.h1 {
  color: #131313;
  font-size: var(--title);
  font-style: normal;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: -1.08px;
  margin: 0 0 12px 0;
}
@media screen and (min-width: 1200px) {
  .new-detail-page h1.title, .new-detail-page .title.h1 {
    font-size: var(--heading);
  }
}
.new-detail-page .created {
  color: #999;
  font-size: 14px;
}
.new-detail-page .nd-content {
  color: var(--131313, #131313);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  margin: 0 0 24px 0;
}
.new-detail-page .nd-content img, .new-detail-page .nd-content iframe {
  max-width: 100%;
  height: auto;
}
.new-detail-page .news-list-related {
  background: var(--F1ECE8, #f1ece8);
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .new-detail-page .news-list-related {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .new-detail-page .news-list-related {
    padding: 100px 0;
  }
}
.new-detail-page .news-list-related .title {
  background: var(--Gradien);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--title);
  text-transform: uppercase;
  line-height: 48px; /* 133.333% */
  letter-spacing: -1.08px;
  text-align: center;
  margin: 0 0 48px 0;
}
@media screen and (min-width: 1200px) {
  .new-detail-page .news-list-related .title {
    font-size: var(--heading);
  }
}
.new-detail-page .news-list-related .swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 48px 0;
}
.new-detail-page .news-list-related .swiper-controls .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  margin: 0 24px;
}
.new-detail-page .news-list-related .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background: #dad1ca;
  opacity: 1;
  margin: 0 6px;
}
.new-detail-page .news-list-related .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  background: #a5978a;
}
.new-detail-page .news-list-related .swiper-controls [class*=swiper-button] {
  background: #fff;
  padding: 8px;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
}
.new-detail-page .news-list-related .swiper-controls [class*=swiper-button] svg {
  width: 24px;
  height: 24px;
}
.new-detail-page .news-list-related .swiper-controls [class*=swiper-button] svg path {
  fill: #a5978a;
}
.new-detail-page .news-list-related .swiper-controls [class*=swiper-button]::after {
  display: none !important;
}
.new-detail-page .news-list-related .swiper-controls [class*=swiper-button]:hover {
  background: #a5978a;
}
.new-detail-page .news-list-related .swiper-controls [class*=swiper-button]:hover svg path {
  fill: #fff;
}

.contact-page {
  --Gradien: linear-gradient(
    90deg,
    #4a7d2b 0%,
    #7cbc07 40.87%,
    #01abe0 67.31%,
    #01518f 100%
  );
  --heading: 36px;
  --title: 24px;
  --normal: 16px;
  background: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .contact-page {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page {
    padding: 100px 0;
  }
}
.contact-page h1.title, .contact-page .title.h1 {
  display: inline-block;
  background: var(--Gradien);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--title);
  text-transform: uppercase;
  line-height: 48px; /* 133.333% */
  letter-spacing: -1.08px;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 1200px) {
  .contact-page h1.title, .contact-page .title.h1 {
    font-size: var(--heading);
  }
}
.contact-page h2.title, .contact-page .title.h2 {
  color: var(--131313, #131313);
  font-size: 24px;
  line-height: 1.1666666667; /* 116.667% */
  margin: 24px 0;
}
.contact-page-address {
  margin: 24px 0 48px 0;
}
.contact-page-address .item {
  margin: 0 0 12px 0;
}
.contact-page-address .item .name {
  display: inline-block;
  width: 120px;
  color: #666;
  margin-right: 12px;
}
.contact-page-address-big .item .name {
  width: auto;
}
@media screen and (min-width: 992px) {
  .contact-page-address {
    margin: 24px 0 96px 0;
  }
  .contact-page-address-big .item .name {
    width: 200px;
  }
}
.contact-page-maps {
  margin-bottom: 48px;
  display: block;
  position: relative;
}
.contact-page-maps iframe {
  width: 100%;
  height: 320px;
  border: none;
}
@media screen and (min-width: 768px) {
  .contact-page-maps iframe {
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page-maps iframe {
    height: 600px;
  }
}
.contact-page-socials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.contact-page-socials .item {
  border-radius: 8px;
  border: 1px solid var(--F1ECE8, #f1ece8);
  background: #fff;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px 0;
}
.contact-page-socials .item .icon {
  width: 40px;
  height: 40px;
}
.contact-page-socials .item .icon img,
.contact-page-socials .item .icon svg {
  width: 100%;
}
.contact-page-socials .item .name {
  display: block;
  margin: 12px 0 0;
}
@media screen and (min-width: 992px) {
  .contact-page-socials {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .contact-page-socials .item {
    padding: 40px 0;
  }
  .contact-page-socials .item .icon {
    width: 60px;
    height: 60px;
  }
}

.about-page {
  --Gradien: linear-gradient(90deg, #4a7d2b 0%, #7cbc07 40.87%, #01abe0 67.31%, #01518f 100%);
  --heading: 36px;
  --title: 24px;
  --normal: 16px;
}
.about-page-desc {
  background: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .about-page-desc {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-page-desc {
    padding: 100px 0;
  }
}
.about-page .container, .about-page .banner__hero-content {
  position: relative;
  z-index: 5;
}
.about-page .bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.about-page .box-title {
  text-align: center;
}
.about-page h1.title, .about-page .title.h1 {
  background: var(--Gradien);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--title);
  text-transform: uppercase;
  line-height: 48px; /* 133.333% */
  letter-spacing: -1.08px;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 1200px) {
  .about-page h1.title, .about-page .title.h1 {
    font-size: var(--heading);
    margin: 0 0 48px 0;
  }
}
.about-page .item {
  margin-bottom: 48px;
}
.about-page .item-content {
  color: #131313;
  font-size: 16px;
}
.about-page .item-content p {
  margin: 0 0 24px 0;
  text-align: justify;
}
.about-page .item-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1666666667;
  margin: 0 0 24px 0;
}
.about-page .item-col {
  display: grid;
  gap: 24px;
}
.about-page .item-col .item-content {
  padding: 24px;
}
@media screen and (min-width: 992px) {
  .about-page .item-col {
    grid-template-columns: 1fr 456px;
  }
  .about-page .item-col-reverse {
    grid-auto-flow: dense;
    direction: rtl;
  }
  .about-page .item-col-reverse .item-content {
    text-align: left;
  }
  .about-page .item-col .item-content {
    padding: 24px 24px 24px 0;
  }
}
.about-page-partners {
  padding: 40px 0 80px;
  position: relative;
  background: #f1ece8;
}
@media screen and (min-width: 992px) {
  .about-page-partners {
    padding: 60px 0 120px;
  }
}
@media screen and (min-width: 1200px) {
  .about-page-partners {
    padding: 100px 0 200px;
  }
}
.about-page-partners .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1666666667;
  margin: 0 0 24px 0;
}
.about-page-partners .list-partners {
  padding: 48px 0;
  position: relative;
}
.about-page-partners .list-partners::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background: var(--0E426A_AN-CUU, #0e426a);
  width: 2px;
  height: 100%;
  margin-left: 12px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .about-page-partners .list-partners::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    margin-left: -1px;
  }
}
.about-page-partners .partner-item {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  position: relative;
}
.about-page-partners .partner-item-card {
  padding: 4px;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  direction: ltr;
  margin-left: 48px;
}
.about-page-partners .partner-item-card .avatar {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: var(--Gray-4, #bdbdbd);
  background: -webkit-gradient(linear, left bottom, left top, from(#ddf0ff), to(#ddf0ff));
  background: linear-gradient(0deg, #ddf0ff 0%, #ddf0ff 100%);
  height: 100%;
}
.about-page-partners .partner-item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  padding: 12px 12px 12px 0;
  cursor: pointer;
}
.about-page-partners .partner-item .info .name {
  color: var(--131313, #131313);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.about-page-partners .partner-item .info .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 1px;
  background: #999;
}
.about-page-partners .partner-item .info .position {
  color: #333;
  font-size: 14px;
}
.about-page-partners .partner-item .info .icon-view-modal {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: var(--666666, #666);
  cursor: pointer;
}
.about-page-partners .partner-item .info .icon-view-modal .txt {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about-page-partners .partner-item .info:hover .icon-view-modal .txt {
  opacity: 1;
  visibility: visible;
}
.about-page-partners .partner-item-dots {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4a7d2b), to(#7cbc07));
  background: linear-gradient(180deg, #4a7d2b 0%, #7cbc07 100%);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: -24px;
}
.about-page-partners .partner-item:nth-child(1) .partner-item-dots {
  background: var(--Linear, linear-gradient(0deg, #01518f 0%, #01518f 100%));
}
.about-page-partners .partner-item:nth-child(2) .partner-item-dots {
  background: -webkit-gradient(linear, left top, left bottom, from(#01518f), to(#01abe0));
  background: linear-gradient(180deg, #01518f 0%, #01abe0 100%);
}
.about-page-partners .partner-item:nth-child(3) .partner-item-dots {
  background: -webkit-gradient(linear, left top, left bottom, from(#019cd6), to(#2aac9c));
  background: linear-gradient(180deg, #019cd6 0%, #2aac9c 100%);
}
.about-page-partners .partner-item:nth-child(4) .partner-item-dots {
  background: -webkit-gradient(linear, left top, left bottom, from(#7cbc07), to(#4a7d2b));
  background: linear-gradient(180deg, #7cbc07 0%, #4a7d2b 100%);
}
.about-page-partners .partner-item:nth-child(5) .partner-item-dots {
  background: -webkit-gradient(linear, left top, left bottom, from(#4a7d2b), to(#7cbc07));
  background: linear-gradient(180deg, #4a7d2b 0%, #7cbc07 100%);
}
@media screen and (min-width: 992px) {
  .about-page-partners .partner-item {
    grid-template-columns: 1fr 24px 1fr;
    gap: 48px;
  }
  .about-page-partners .partner-item:nth-child(even) {
    grid-auto-flow: dense;
    direction: rtl;
  }
  .about-page-partners .partner-item-card {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-page-partners .partner-item-card .avatar {
    width: 120px;
    height: 120px;
  }
  .about-page-partners .partner-item-card .info {
    margin-left: 24px;
  }
  .about-page-partners .partner-item-dots {
    position: relative;
    z-index: 5;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-page-partners .partner-item {
    gap: 73px;
  }
  .about-page-partners .partner-item-card .avatar {
    width: 160px;
    height: 160px;
  }
  .about-page-partners .partner-item-card .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-page-partners .partner-item-card .info .name {
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

.modal-partner .modal-body {
  padding: 24px;
  position: relative;
}
.modal-partner .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.modal-partner .modal-header {
  background-color: #ffffff;
}
.modal-partner .partner-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  padding: 12px 12px 12px 0;
  cursor: pointer;
}
.modal-partner .partner-name .name {
  color: var(--131313, #131313);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.modal-partner .partner-name .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 1px;
  background: #999;
}
.modal-partner .partner-name .position {
  color: #333;
  font-size: 14px;
}
.modal-partner .partner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 24px;
}
.modal-partner .partner-info .ava {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin-right: 30px;
}
.modal-partner .partner-info .ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-partner .partner-info .info {
  margin-left: 24px;
  margin-top: 24px;
}
.modal-partner .btn-close {
  width: 24px;
  height: 24px;
}
.modal-partner .modal-content {
  background: var(--F1ECE8, #f1ece8);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  color: var(--131313, #131313);
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
@media screen and (min-width: 576px) {
  .modal-partner .modal-dialog {
    max-width: 80vw;
  }
}
@media screen and (min-width: 992px) {
  .modal-partner .modal-dialog {
    max-width: 800px;
  }
  .modal-partner .modal-body {
    padding: 48px;
  }
  .modal-partner .partner-info {
    padding-bottom: 48px;
  }
  .modal-partner .partner-info .ava {
    width: 160px;
    height: 160px;
  }
  .modal-partner .partner-info .info {
    margin-left: 24px;
  }
  .modal-partner .modal-content {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .modal-partner .modal-dialog {
    max-width: 1128px;
  }
  .modal-partner .partner-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-partner .partner-info .ava {
    width: 200px;
    height: 200px;
  }
  .modal-partner .partner-info .info {
    margin-left: 48px;
  }
}

.comming-soon {
  text-align: center;
  position: relative;
  padding: 40px 0;
}
.comming-soon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.comming-soon-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comming-soon .container, .comming-soon .banner__hero-content {
  position: relative;
  z-index: 5;
}
.comming-soon h1, .comming-soon .h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 100;
  letter-spacing: -2.88px;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.comming-soon-backhome .back-to-home {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border: 1px solid var(--FFFFFF, #fff);
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(4px);
  color: #004E2B;
  font-weight: 400;
}
.comming-soon-content {
  padding-top: 145px;
  padding-bottom: 145px;
}
@media screen and (min-width: 992px) {
  .comming-soon {
    padding: 60px 0;
  }
  .comming-soon h1, .comming-soon .h1 {
    font-size: 76px;
  }
  .comming-soon-content {
    padding-top: 185px;
    padding-bottom: 185px;
  }
}
@media screen and (min-width: 1200px) {
  .comming-soon {
    padding: 100px 0;
  }
  .comming-soon h1, .comming-soon .h1 {
    font-size: 96px;
  }
  .comming-soon-content {
    padding-top: 235px;
    padding-bottom: 235px;
  }
}