@charset "UTF-8";
:root {
  --bs-black: #000000;
  --bs-gray: #adb5bd;
  --bs-white: #ffffff;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e6e6e6;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #424242;
  --bs-gray-800: #343a40;
  --bs-gray-900: #1e1e1e;
  --bs-primary: #17172b;
  --bs-secondary: #d3b98a;
  --bs-grey: #979797;
  --bs-white: #ffffff;
  --bs-primary-rgb: 23, 23, 43;
  --bs-secondary-rgb: 211, 185, 138;
  --bs-grey-rgb: 151, 151, 151;
  --bs-white-rgb: 255, 255, 255;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 23, 23, 43;
  --bs-font-sans-serif: "futura-pt", sans-serif;
  --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: #ffffff;
  --bs-body-bg: #17172b;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  line-height: 1.25;
}

h1, .h1 {
  font-size: 3.4375rem;
}

h2, .h2 {
  font-size: 2.75rem;
}

h3, .h3 {
  font-size: 1.5625rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

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

abbr[title],
abbr[data-bs-original-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: 800;
}

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

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

code {
  font-size: 0.875rem;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #1e1e1e;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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: #6c757d;
  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]::-webkit-calendar-picker-indicator {
  display: none;
}

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: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

::-webkit-file-upload-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;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  p {
    margin-bottom: 1.5rem;
  }
}

a {
  transition: color 0.15s ease-out;
}
a:hover, a:focus {
  outline: 0;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 14px);
  padding-left: var(--bs-gutter-x, 14px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1220px;
  }
}
@media (min-width: 1710px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1582px;
  }
}
.container {
  --bs-gutter-x: 14px;
}
@media (max-width: 575.98px) {
  .container {
    --bs-gutter-x: 1.75rem;
  }
}
.container .container {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container .container {
    --bs-gutter-x: 0;
  }
}
.container .container-sm {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container .container-sm {
    --bs-gutter-x: 0;
  }
}
.container .container-md {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container .container-md {
    --bs-gutter-x: 0;
  }
}
.container .container-lg {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container .container-lg {
    --bs-gutter-x: 0;
  }
}
.container .container-xl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container .container-xl {
    --bs-gutter-x: 0;
  }
}
.container .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container .container-xxl {
    --bs-gutter-x: 0;
  }
}
.container .container-fluid, .container .container-sm, .container .container-md, .container .container-lg, .container .container-xl, .container .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container .container-fluid, .container .container-sm, .container .container-md, .container .container-lg, .container .container-xl, .container .container-xxl {
    --bs-gutter-x: 0;
  }
}

.container-sm {
  --bs-gutter-x: 14px;
}
@media (max-width: 575.98px) {
  .container-sm {
    --bs-gutter-x: 1.75rem;
  }
}
.container-sm .container {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-sm .container {
    --bs-gutter-x: 0;
  }
}
.container-sm .container-sm {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-sm .container-sm {
    --bs-gutter-x: 0;
  }
}
.container-sm .container-md {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-sm .container-md {
    --bs-gutter-x: 0;
  }
}
.container-sm .container-lg {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-sm .container-lg {
    --bs-gutter-x: 0;
  }
}
.container-sm .container-xl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-sm .container-xl {
    --bs-gutter-x: 0;
  }
}
.container-sm .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-sm .container-xxl {
    --bs-gutter-x: 0;
  }
}
.container-sm .container-fluid, .container-sm .container-sm, .container-sm .container-md, .container-sm .container-lg, .container-sm .container-xl, .container-sm .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-sm .container-fluid, .container-sm .container-sm, .container-sm .container-md, .container-sm .container-lg, .container-sm .container-xl, .container-sm .container-xxl {
    --bs-gutter-x: 0;
  }
}

.container-md {
  --bs-gutter-x: 14px;
}
@media (max-width: 575.98px) {
  .container-md {
    --bs-gutter-x: 1.75rem;
  }
}
.container-md .container {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-md .container {
    --bs-gutter-x: 0;
  }
}
.container-md .container-sm {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-md .container-sm {
    --bs-gutter-x: 0;
  }
}
.container-md .container-md {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-md .container-md {
    --bs-gutter-x: 0;
  }
}
.container-md .container-lg {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-md .container-lg {
    --bs-gutter-x: 0;
  }
}
.container-md .container-xl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-md .container-xl {
    --bs-gutter-x: 0;
  }
}
.container-md .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-md .container-xxl {
    --bs-gutter-x: 0;
  }
}
.container-md .container-fluid, .container-md .container-sm, .container-md .container-md, .container-md .container-lg, .container-md .container-xl, .container-md .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-md .container-fluid, .container-md .container-sm, .container-md .container-md, .container-md .container-lg, .container-md .container-xl, .container-md .container-xxl {
    --bs-gutter-x: 0;
  }
}

.container-lg {
  --bs-gutter-x: 14px;
}
@media (max-width: 575.98px) {
  .container-lg {
    --bs-gutter-x: 1.75rem;
  }
}
.container-lg .container {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-lg .container {
    --bs-gutter-x: 0;
  }
}
.container-lg .container-sm {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-lg .container-sm {
    --bs-gutter-x: 0;
  }
}
.container-lg .container-md {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-lg .container-md {
    --bs-gutter-x: 0;
  }
}
.container-lg .container-lg {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-lg .container-lg {
    --bs-gutter-x: 0;
  }
}
.container-lg .container-xl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-lg .container-xl {
    --bs-gutter-x: 0;
  }
}
.container-lg .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-lg .container-xxl {
    --bs-gutter-x: 0;
  }
}
.container-lg .container-fluid, .container-lg .container-sm, .container-lg .container-md, .container-lg .container-lg, .container-lg .container-xl, .container-lg .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-lg .container-fluid, .container-lg .container-sm, .container-lg .container-md, .container-lg .container-lg, .container-lg .container-xl, .container-lg .container-xxl {
    --bs-gutter-x: 0;
  }
}

.container-xl {
  --bs-gutter-x: 14px;
}
@media (max-width: 575.98px) {
  .container-xl {
    --bs-gutter-x: 1.75rem;
  }
}
.container-xl .container {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xl .container {
    --bs-gutter-x: 0;
  }
}
.container-xl .container-sm {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xl .container-sm {
    --bs-gutter-x: 0;
  }
}
.container-xl .container-md {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xl .container-md {
    --bs-gutter-x: 0;
  }
}
.container-xl .container-lg {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xl .container-lg {
    --bs-gutter-x: 0;
  }
}
.container-xl .container-xl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xl .container-xl {
    --bs-gutter-x: 0;
  }
}
.container-xl .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xl .container-xxl {
    --bs-gutter-x: 0;
  }
}
.container-xl .container-fluid, .container-xl .container-sm, .container-xl .container-md, .container-xl .container-lg, .container-xl .container-xl, .container-xl .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xl .container-fluid, .container-xl .container-sm, .container-xl .container-md, .container-xl .container-lg, .container-xl .container-xl, .container-xl .container-xxl {
    --bs-gutter-x: 0;
  }
}

.container-xxl {
  --bs-gutter-x: 14px;
}
@media (max-width: 575.98px) {
  .container-xxl {
    --bs-gutter-x: 1.75rem;
  }
}
.container-xxl .container {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xxl .container {
    --bs-gutter-x: 0;
  }
}
.container-xxl .container-sm {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xxl .container-sm {
    --bs-gutter-x: 0;
  }
}
.container-xxl .container-md {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xxl .container-md {
    --bs-gutter-x: 0;
  }
}
.container-xxl .container-lg {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xxl .container-lg {
    --bs-gutter-x: 0;
  }
}
.container-xxl .container-xl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xxl .container-xl {
    --bs-gutter-x: 0;
  }
}
.container-xxl .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xxl .container-xxl {
    --bs-gutter-x: 0;
  }
}
.container-xxl .container-fluid, .container-xxl .container-sm, .container-xxl .container-md, .container-xxl .container-lg, .container-xxl .container-xl, .container-xxl .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-xxl .container-fluid, .container-xxl .container-sm, .container-xxl .container-md, .container-xxl .container-lg, .container-xxl .container-xl, .container-xxl .container-xxl {
    --bs-gutter-x: 0;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  --bs-gutter-x: 14px;
}
@media (max-width: 575.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 1.75rem;
  }
}
.container-fluid .container, .container-sm .container, .container-md .container, .container-lg .container, .container-xl .container, .container-xxl .container {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-fluid .container, .container-sm .container, .container-md .container, .container-lg .container, .container-xl .container, .container-xxl .container {
    --bs-gutter-x: 0;
  }
}
.container-fluid .container-sm, .container-sm .container-sm, .container-md .container-sm, .container-lg .container-sm, .container-xl .container-sm, .container-xxl .container-sm {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-fluid .container-sm, .container-sm .container-sm, .container-md .container-sm, .container-lg .container-sm, .container-xl .container-sm, .container-xxl .container-sm {
    --bs-gutter-x: 0;
  }
}
.container-fluid .container-md, .container-sm .container-md, .container-md .container-md, .container-lg .container-md, .container-xl .container-md, .container-xxl .container-md {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-fluid .container-md, .container-sm .container-md, .container-md .container-md, .container-lg .container-md, .container-xl .container-md, .container-xxl .container-md {
    --bs-gutter-x: 0;
  }
}
.container-fluid .container-lg, .container-sm .container-lg, .container-md .container-lg, .container-lg .container-lg, .container-xl .container-lg, .container-xxl .container-lg {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-fluid .container-lg, .container-sm .container-lg, .container-md .container-lg, .container-lg .container-lg, .container-xl .container-lg, .container-xxl .container-lg {
    --bs-gutter-x: 0;
  }
}
.container-fluid .container-xl, .container-sm .container-xl, .container-md .container-xl, .container-lg .container-xl, .container-xl .container-xl, .container-xxl .container-xl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-fluid .container-xl, .container-sm .container-xl, .container-md .container-xl, .container-lg .container-xl, .container-xl .container-xl, .container-xxl .container-xl {
    --bs-gutter-x: 0;
  }
}
.container-fluid .container-xxl, .container-sm .container-xxl, .container-md .container-xxl, .container-lg .container-xxl, .container-xl .container-xxl, .container-xxl .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-fluid .container-xxl, .container-sm .container-xxl, .container-md .container-xxl, .container-lg .container-xxl, .container-xl .container-xxl, .container-xxl .container-xxl {
    --bs-gutter-x: 0;
  }
}
.container-fluid .container-fluid, .container-sm .container-fluid, .container-md .container-fluid, .container-lg .container-fluid, .container-xl .container-fluid, .container-xxl .container-fluid, .container-fluid .container-sm, .container-sm .container-sm, .container-md .container-sm, .container-lg .container-sm, .container-xl .container-sm, .container-xxl .container-sm, .container-fluid .container-md, .container-sm .container-md, .container-md .container-md, .container-lg .container-md, .container-xl .container-md, .container-xxl .container-md, .container-fluid .container-lg, .container-sm .container-lg, .container-md .container-lg, .container-lg .container-lg, .container-xl .container-lg, .container-xxl .container-lg, .container-fluid .container-xl, .container-sm .container-xl, .container-md .container-xl, .container-lg .container-xl, .container-xl .container-xl, .container-xxl .container-xl, .container-fluid .container-xxl, .container-sm .container-xxl, .container-md .container-xxl, .container-lg .container-xxl, .container-xl .container-xxl, .container-xxl .container-xxl {
  --bs-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .container-fluid .container-fluid, .container-sm .container-fluid, .container-md .container-fluid, .container-lg .container-fluid, .container-xl .container-fluid, .container-xxl .container-fluid, .container-fluid .container-sm, .container-sm .container-sm, .container-md .container-sm, .container-lg .container-sm, .container-xl .container-sm, .container-xxl .container-sm, .container-fluid .container-md, .container-sm .container-md, .container-md .container-md, .container-lg .container-md, .container-xl .container-md, .container-xxl .container-md, .container-fluid .container-lg, .container-sm .container-lg, .container-md .container-lg, .container-lg .container-lg, .container-xl .container-lg, .container-xxl .container-lg, .container-fluid .container-xl, .container-sm .container-xl, .container-md .container-xl, .container-lg .container-xl, .container-xl .container-xl, .container-xxl .container-xl, .container-fluid .container-xxl, .container-sm .container-xxl, .container-md .container-xxl, .container-lg .container-xxl, .container-xl .container-xxl, .container-xxl .container-xxl {
    --bs-gutter-x: 0;
  }
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  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;
}

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

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

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

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

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

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

.overflow-scroll {
  overflow: 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-table {
  display: table !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-base {
  font-family: var(--bs-font-sans-serif) !important;
}

.font-primary {
  font-family: var(--bs-font-sans-serif) !important;
}

.font-secondary {
  font-family: var(--bs-font-sans-serif) !important;
}

.fs-h1 {
  font-size: 3.4375rem !important;
}

.fs-h2 {
  font-size: 2.75rem !important;
}

.fs-h3 {
  font-size: 1.5625rem !important;
}

.fs-h4 {
  font-size: 1.5rem !important;
}

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

.fs-xs {
  font-size: 0.75rem !important;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.fs-lg {
  font-size: 1.125rem !important;
}

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

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

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

.fw-lightest {
  font-weight: 100 !important;
}

.fw-lighter {
  font-weight: 200 !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: 800 !important;
}

.fw-boldest {
  font-weight: 900 !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: 1.75 !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-none {
  text-transform: none !important;
}

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

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

.text-capitalize {
  text-transform: capitalize !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-grey {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-grey-rgb), var(--bs-text-opacity)) !important;
}

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

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-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: #6c757d !important;
}

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

.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-grey {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-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-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-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;
}

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

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

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

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

.visible {
  visibility: visible !important;
}

.hidden {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .overflow-sm-auto {
    overflow: auto !important;
  }
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  .overflow-sm-visible {
    overflow: visible !important;
  }
  .overflow-sm-scroll {
    overflow: scroll !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-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-quarter {
    margin: 0.25rem !important;
  }
  .m-sm-half {
    margin: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-1-half {
    margin: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-2-half {
    margin: 2.5rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-3-half {
    margin: 3.5rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-quarter {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-1-half {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-2-half {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-3-half {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !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-quarter {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-1-half {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-2-half {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-3-half {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-quarter {
    margin-top: 0.25rem !important;
  }
  .mt-sm-half {
    margin-top: 0.5rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-1-half {
    margin-top: 1.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-2-half {
    margin-top: 2.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-3-half {
    margin-top: 3.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-quarter {
    margin-right: 0.25rem !important;
  }
  .me-sm-half {
    margin-right: 0.5rem !important;
  }
  .me-sm-1 {
    margin-right: 1rem !important;
  }
  .me-sm-1-half {
    margin-right: 1.5rem !important;
  }
  .me-sm-2 {
    margin-right: 2rem !important;
  }
  .me-sm-2-half {
    margin-right: 2.5rem !important;
  }
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  .me-sm-3-half {
    margin-right: 3.5rem !important;
  }
  .me-sm-4 {
    margin-right: 4rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-quarter {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-half {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-1-half {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-2-half {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-3-half {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-quarter {
    margin-left: 0.25rem !important;
  }
  .ms-sm-half {
    margin-left: 0.5rem !important;
  }
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
  .ms-sm-1-half {
    margin-left: 1.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
  .ms-sm-2-half {
    margin-left: 2.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  .ms-sm-3-half {
    margin-left: 3.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-quarter {
    padding: 0.25rem !important;
  }
  .p-sm-half {
    padding: 0.5rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-1-half {
    padding: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-2-half {
    padding: 2.5rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-3-half {
    padding: 3.5rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-quarter {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-1-half {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-2-half {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-3-half {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-quarter {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-1-half {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-2-half {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-3-half {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-quarter {
    padding-top: 0.25rem !important;
  }
  .pt-sm-half {
    padding-top: 0.5rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-1-half {
    padding-top: 1.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-2-half {
    padding-top: 2.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-3-half {
    padding-top: 3.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-quarter {
    padding-right: 0.25rem !important;
  }
  .pe-sm-half {
    padding-right: 0.5rem !important;
  }
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
  .pe-sm-1-half {
    padding-right: 1.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
  .pe-sm-2-half {
    padding-right: 2.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  .pe-sm-3-half {
    padding-right: 3.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-quarter {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-half {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-1-half {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-2-half {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-3-half {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-quarter {
    padding-left: 0.25rem !important;
  }
  .ps-sm-half {
    padding-left: 0.5rem !important;
  }
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
  .ps-sm-1-half {
    padding-left: 1.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
  .ps-sm-2-half {
    padding-left: 2.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  .ps-sm-3-half {
    padding-left: 3.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
  .fs-sm-h1 {
    font-size: 3.4375rem !important;
  }
  .fs-sm-h2 {
    font-size: 2.75rem !important;
  }
  .fs-sm-h3 {
    font-size: 1.5625rem !important;
  }
  .fs-sm-h4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-base {
    font-size: 1rem !important;
  }
  .fs-sm-xs {
    font-size: 0.75rem !important;
  }
  .fs-sm-sm {
    font-size: 0.875rem !important;
  }
  .fs-sm-lg {
    font-size: 1.125rem !important;
  }
  .fs-sm-xl {
    font-size: 1.25rem !important;
  }
  .fw-sm-lightest {
    font-weight: 100 !important;
  }
  .fw-sm-lighter {
    font-weight: 200 !important;
  }
  .fw-sm-light {
    font-weight: 300 !important;
  }
  .fw-sm-normal {
    font-weight: 400 !important;
  }
  .fw-sm-medium {
    font-weight: 500 !important;
  }
  .fw-sm-semibold {
    font-weight: 600 !important;
  }
  .fw-sm-bold {
    font-weight: 700 !important;
  }
  .fw-sm-bolder {
    font-weight: 800 !important;
  }
  .fw-sm-boldest {
    font-weight: 900 !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) {
  .overflow-md-auto {
    overflow: auto !important;
  }
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .overflow-md-visible {
    overflow: visible !important;
  }
  .overflow-md-scroll {
    overflow: scroll !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-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-quarter {
    margin: 0.25rem !important;
  }
  .m-md-half {
    margin: 0.5rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-1-half {
    margin: 1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-2-half {
    margin: 2.5rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-3-half {
    margin: 3.5rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-quarter {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-1-half {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-2-half {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-3-half {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !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-quarter {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-1-half {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-2-half {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-3-half {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-quarter {
    margin-top: 0.25rem !important;
  }
  .mt-md-half {
    margin-top: 0.5rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-1-half {
    margin-top: 1.5rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-2-half {
    margin-top: 2.5rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-3-half {
    margin-top: 3.5rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-quarter {
    margin-right: 0.25rem !important;
  }
  .me-md-half {
    margin-right: 0.5rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-1-half {
    margin-right: 1.5rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-2-half {
    margin-right: 2.5rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-3-half {
    margin-right: 3.5rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-quarter {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-half {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-1-half {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-2-half {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-3-half {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-quarter {
    margin-left: 0.25rem !important;
  }
  .ms-md-half {
    margin-left: 0.5rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-1-half {
    margin-left: 1.5rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-2-half {
    margin-left: 2.5rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-3-half {
    margin-left: 3.5rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-quarter {
    padding: 0.25rem !important;
  }
  .p-md-half {
    padding: 0.5rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-1-half {
    padding: 1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-2-half {
    padding: 2.5rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-3-half {
    padding: 3.5rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-quarter {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-1-half {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-2-half {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-3-half {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-quarter {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-1-half {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-2-half {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-3-half {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-quarter {
    padding-top: 0.25rem !important;
  }
  .pt-md-half {
    padding-top: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-1-half {
    padding-top: 1.5rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-2-half {
    padding-top: 2.5rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-3-half {
    padding-top: 3.5rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-quarter {
    padding-right: 0.25rem !important;
  }
  .pe-md-half {
    padding-right: 0.5rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-1-half {
    padding-right: 1.5rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-2-half {
    padding-right: 2.5rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-3-half {
    padding-right: 3.5rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-quarter {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-half {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-1-half {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-2-half {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-3-half {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-quarter {
    padding-left: 0.25rem !important;
  }
  .ps-md-half {
    padding-left: 0.5rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-1-half {
    padding-left: 1.5rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-2-half {
    padding-left: 2.5rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-3-half {
    padding-left: 3.5rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .fs-md-h1 {
    font-size: 3.4375rem !important;
  }
  .fs-md-h2 {
    font-size: 2.75rem !important;
  }
  .fs-md-h3 {
    font-size: 1.5625rem !important;
  }
  .fs-md-h4 {
    font-size: 1.5rem !important;
  }
  .fs-md-base {
    font-size: 1rem !important;
  }
  .fs-md-xs {
    font-size: 0.75rem !important;
  }
  .fs-md-sm {
    font-size: 0.875rem !important;
  }
  .fs-md-lg {
    font-size: 1.125rem !important;
  }
  .fs-md-xl {
    font-size: 1.25rem !important;
  }
  .fw-md-lightest {
    font-weight: 100 !important;
  }
  .fw-md-lighter {
    font-weight: 200 !important;
  }
  .fw-md-light {
    font-weight: 300 !important;
  }
  .fw-md-normal {
    font-weight: 400 !important;
  }
  .fw-md-medium {
    font-weight: 500 !important;
  }
  .fw-md-semibold {
    font-weight: 600 !important;
  }
  .fw-md-bold {
    font-weight: 700 !important;
  }
  .fw-md-bolder {
    font-weight: 800 !important;
  }
  .fw-md-boldest {
    font-weight: 900 !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) {
  .overflow-lg-auto {
    overflow: auto !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .overflow-lg-visible {
    overflow: visible !important;
  }
  .overflow-lg-scroll {
    overflow: scroll !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-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-quarter {
    margin: 0.25rem !important;
  }
  .m-lg-half {
    margin: 0.5rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-1-half {
    margin: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-2-half {
    margin: 2.5rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-3-half {
    margin: 3.5rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-quarter {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-1-half {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-2-half {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-3-half {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !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-quarter {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-1-half {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-2-half {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-3-half {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-quarter {
    margin-top: 0.25rem !important;
  }
  .mt-lg-half {
    margin-top: 0.5rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-1-half {
    margin-top: 1.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-2-half {
    margin-top: 2.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-3-half {
    margin-top: 3.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-quarter {
    margin-right: 0.25rem !important;
  }
  .me-lg-half {
    margin-right: 0.5rem !important;
  }
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  .me-lg-1-half {
    margin-right: 1.5rem !important;
  }
  .me-lg-2 {
    margin-right: 2rem !important;
  }
  .me-lg-2-half {
    margin-right: 2.5rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-3-half {
    margin-right: 3.5rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-quarter {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-half {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-1-half {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-2-half {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-3-half {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-quarter {
    margin-left: 0.25rem !important;
  }
  .ms-lg-half {
    margin-left: 0.5rem !important;
  }
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .ms-lg-1-half {
    margin-left: 1.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .ms-lg-2-half {
    margin-left: 2.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-3-half {
    margin-left: 3.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-quarter {
    padding: 0.25rem !important;
  }
  .p-lg-half {
    padding: 0.5rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-1-half {
    padding: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-2-half {
    padding: 2.5rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-3-half {
    padding: 3.5rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-quarter {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-1-half {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-2-half {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-3-half {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-quarter {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-1-half {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-2-half {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-3-half {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-quarter {
    padding-top: 0.25rem !important;
  }
  .pt-lg-half {
    padding-top: 0.5rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-1-half {
    padding-top: 1.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-2-half {
    padding-top: 2.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-3-half {
    padding-top: 3.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-quarter {
    padding-right: 0.25rem !important;
  }
  .pe-lg-half {
    padding-right: 0.5rem !important;
  }
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pe-lg-1-half {
    padding-right: 1.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pe-lg-2-half {
    padding-right: 2.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-3-half {
    padding-right: 3.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-quarter {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-half {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-1-half {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-2-half {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-3-half {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-quarter {
    padding-left: 0.25rem !important;
  }
  .ps-lg-half {
    padding-left: 0.5rem !important;
  }
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .ps-lg-1-half {
    padding-left: 1.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .ps-lg-2-half {
    padding-left: 2.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-3-half {
    padding-left: 3.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .fs-lg-h1 {
    font-size: 3.4375rem !important;
  }
  .fs-lg-h2 {
    font-size: 2.75rem !important;
  }
  .fs-lg-h3 {
    font-size: 1.5625rem !important;
  }
  .fs-lg-h4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-base {
    font-size: 1rem !important;
  }
  .fs-lg-xs {
    font-size: 0.75rem !important;
  }
  .fs-lg-sm {
    font-size: 0.875rem !important;
  }
  .fs-lg-lg {
    font-size: 1.125rem !important;
  }
  .fs-lg-xl {
    font-size: 1.25rem !important;
  }
  .fw-lg-lightest {
    font-weight: 100 !important;
  }
  .fw-lg-lighter {
    font-weight: 200 !important;
  }
  .fw-lg-light {
    font-weight: 300 !important;
  }
  .fw-lg-normal {
    font-weight: 400 !important;
  }
  .fw-lg-medium {
    font-weight: 500 !important;
  }
  .fw-lg-semibold {
    font-weight: 600 !important;
  }
  .fw-lg-bold {
    font-weight: 700 !important;
  }
  .fw-lg-bolder {
    font-weight: 800 !important;
  }
  .fw-lg-boldest {
    font-weight: 900 !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: 1280px) {
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  .overflow-xl-visible {
    overflow: visible !important;
  }
  .overflow-xl-scroll {
    overflow: scroll !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-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-quarter {
    margin: 0.25rem !important;
  }
  .m-xl-half {
    margin: 0.5rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-1-half {
    margin: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .m-xl-2-half {
    margin: 2.5rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-3-half {
    margin: 3.5rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-quarter {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-1-half {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-2-half {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-3-half {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !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-quarter {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-1-half {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-2-half {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-3-half {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-quarter {
    margin-top: 0.25rem !important;
  }
  .mt-xl-half {
    margin-top: 0.5rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-1-half {
    margin-top: 1.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-2-half {
    margin-top: 2.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-3-half {
    margin-top: 3.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-quarter {
    margin-right: 0.25rem !important;
  }
  .me-xl-half {
    margin-right: 0.5rem !important;
  }
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  .me-xl-1-half {
    margin-right: 1.5rem !important;
  }
  .me-xl-2 {
    margin-right: 2rem !important;
  }
  .me-xl-2-half {
    margin-right: 2.5rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-3-half {
    margin-right: 3.5rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-quarter {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-half {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-1-half {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-2-half {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-3-half {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-quarter {
    margin-left: 0.25rem !important;
  }
  .ms-xl-half {
    margin-left: 0.5rem !important;
  }
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  .ms-xl-1-half {
    margin-left: 1.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
  .ms-xl-2-half {
    margin-left: 2.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-3-half {
    margin-left: 3.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-quarter {
    padding: 0.25rem !important;
  }
  .p-xl-half {
    padding: 0.5rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-1-half {
    padding: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .p-xl-2-half {
    padding: 2.5rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-3-half {
    padding: 3.5rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-quarter {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-1-half {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-2-half {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-3-half {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-quarter {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-1-half {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-2-half {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-3-half {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-quarter {
    padding-top: 0.25rem !important;
  }
  .pt-xl-half {
    padding-top: 0.5rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-1-half {
    padding-top: 1.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-2-half {
    padding-top: 2.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-3-half {
    padding-top: 3.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-quarter {
    padding-right: 0.25rem !important;
  }
  .pe-xl-half {
    padding-right: 0.5rem !important;
  }
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  .pe-xl-1-half {
    padding-right: 1.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
  .pe-xl-2-half {
    padding-right: 2.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-3-half {
    padding-right: 3.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-quarter {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-half {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-1-half {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-2-half {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-3-half {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-quarter {
    padding-left: 0.25rem !important;
  }
  .ps-xl-half {
    padding-left: 0.5rem !important;
  }
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  .ps-xl-1-half {
    padding-left: 1.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
  .ps-xl-2-half {
    padding-left: 2.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-3-half {
    padding-left: 3.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .fs-xl-h1 {
    font-size: 3.4375rem !important;
  }
  .fs-xl-h2 {
    font-size: 2.75rem !important;
  }
  .fs-xl-h3 {
    font-size: 1.5625rem !important;
  }
  .fs-xl-h4 {
    font-size: 1.5rem !important;
  }
  .fs-xl-base {
    font-size: 1rem !important;
  }
  .fs-xl-xs {
    font-size: 0.75rem !important;
  }
  .fs-xl-sm {
    font-size: 0.875rem !important;
  }
  .fs-xl-lg {
    font-size: 1.125rem !important;
  }
  .fs-xl-xl {
    font-size: 1.25rem !important;
  }
  .fw-xl-lightest {
    font-weight: 100 !important;
  }
  .fw-xl-lighter {
    font-weight: 200 !important;
  }
  .fw-xl-light {
    font-weight: 300 !important;
  }
  .fw-xl-normal {
    font-weight: 400 !important;
  }
  .fw-xl-medium {
    font-weight: 500 !important;
  }
  .fw-xl-semibold {
    font-weight: 600 !important;
  }
  .fw-xl-bold {
    font-weight: 700 !important;
  }
  .fw-xl-bolder {
    font-weight: 800 !important;
  }
  .fw-xl-boldest {
    font-weight: 900 !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: 1710px) {
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  .overflow-xxl-scroll {
    overflow: scroll !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-quarter {
    margin: 0.25rem !important;
  }
  .m-xxl-half {
    margin: 0.5rem !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .m-xxl-1-half {
    margin: 1.5rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .m-xxl-2-half {
    margin: 2.5rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .m-xxl-3-half {
    margin: 3.5rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-quarter {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-1-half {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-2-half {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-3-half {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-quarter {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-1-half {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-2-half {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-3-half {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-quarter {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-half {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxl-1-half {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxl-2-half {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxl-3-half {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-quarter {
    margin-right: 0.25rem !important;
  }
  .me-xxl-half {
    margin-right: 0.5rem !important;
  }
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxl-1-half {
    margin-right: 1.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxl-2-half {
    margin-right: 2.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxl-3-half {
    margin-right: 3.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-quarter {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-half {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-1-half {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-2-half {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-3-half {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-quarter {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-half {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxl-1-half {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxl-2-half {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxl-3-half {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-quarter {
    padding: 0.25rem !important;
  }
  .p-xxl-half {
    padding: 0.5rem !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .p-xxl-1-half {
    padding: 1.5rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .p-xxl-2-half {
    padding: 2.5rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .p-xxl-3-half {
    padding: 3.5rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-quarter {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-1-half {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-2-half {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-3-half {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-quarter {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-1-half {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-2-half {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-3-half {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-quarter {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-half {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxl-1-half {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxl-2-half {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxl-3-half {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-quarter {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-half {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxl-1-half {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxl-2-half {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxl-3-half {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-quarter {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-half {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-1-half {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-2-half {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-3-half {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-quarter {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-half {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxl-1-half {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxl-2-half {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxl-3-half {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
  .fs-xxl-h1 {
    font-size: 3.4375rem !important;
  }
  .fs-xxl-h2 {
    font-size: 2.75rem !important;
  }
  .fs-xxl-h3 {
    font-size: 1.5625rem !important;
  }
  .fs-xxl-h4 {
    font-size: 1.5rem !important;
  }
  .fs-xxl-base {
    font-size: 1rem !important;
  }
  .fs-xxl-xs {
    font-size: 0.75rem !important;
  }
  .fs-xxl-sm {
    font-size: 0.875rem !important;
  }
  .fs-xxl-lg {
    font-size: 1.125rem !important;
  }
  .fs-xxl-xl {
    font-size: 1.25rem !important;
  }
  .fw-xxl-lightest {
    font-weight: 100 !important;
  }
  .fw-xxl-lighter {
    font-weight: 200 !important;
  }
  .fw-xxl-light {
    font-weight: 300 !important;
  }
  .fw-xxl-normal {
    font-weight: 400 !important;
  }
  .fw-xxl-medium {
    font-weight: 500 !important;
  }
  .fw-xxl-semibold {
    font-weight: 600 !important;
  }
  .fw-xxl-bold {
    font-weight: 700 !important;
  }
  .fw-xxl-bolder {
    font-weight: 800 !important;
  }
  .fw-xxl-boldest {
    font-weight: 900 !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.justify-content-center-special > :first-child {
  margin-left: auto;
}
.justify-content-center-special > :last-child {
  margin-right: auto;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

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

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.25;
}

.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.25;
}

.display-3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.25;
}

.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25;
}

.display-5 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.25;
}

.display-6 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
}

.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.875rem;
  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.875rem;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
}
@media (max-width: 991.98px) {
  h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1.5rem;
  }
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
.h1 a:hover,
.h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
  color: #ffffff;
}

h1, .h1 {
  line-height: 70/55;
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  h1, .h1 {
    font-size: calc(-0.15625rem + 100vw * 0.044921875);
  }
}
@media (min-width: 1280px) {
  h1, .h1 {
    font-size: 3.4375rem;
  }
}

@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  h2, .h2 {
    font-size: calc(0.25rem + 100vw * 0.03125);
  }
}
@media (min-width: 1280px) {
  h2, .h2 {
    font-size: 2.75rem;
  }
}

h3, .h3 {
  letter-spacing: 0.12em;
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  h3, .h3 {
    font-size: calc(1.40625rem + 100vw * 0.001953125);
  }
}
@media (min-width: 1280px) {
  h3, .h3 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  h4, .h4 {
    font-size: calc(0.875rem + 100vw * 0.0078125);
  }
}
@media (min-width: 1280px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  h5, .h5 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  h5, .h5 {
    font-size: calc(0.625rem + 100vw * 0.0078125);
  }
}
@media (min-width: 1280px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  h6, .h6 {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  h6, .h6 {
    font-size: calc(0.375rem + 100vw * 0.0078125);
  }
}
@media (min-width: 1280px) {
  h6, .h6 {
    font-size: 1rem;
  }
}

.lead {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .lead {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .lead {
    font-size: calc(1.125rem + 100vw * 0);
  }
}
@media (min-width: 1280px) {
  .lead {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .lead {
    margin-bottom: 1.5rem;
  }
}

small,
.small {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  small,
.small {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  small,
.small {
    font-size: calc(0.875rem + 100vw * 0);
  }
}
@media (min-width: 1280px) {
  small,
.small {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  small,
.small {
    margin-bottom: 1.5rem;
  }
}

.headline-sm {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.612em;
  line-height: 2;
}

.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  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;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.25rem 2.875rem;
  font-size: 0.875rem;
  border-radius: 45px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #ffffff;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(23, 23, 43, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #ffffff;
  background-color: #17172b;
  border-color: #17172b;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #141425;
  border-color: #121222;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: #141425;
  border-color: #121222;
  box-shadow: 0 0 0 0.25rem rgba(58, 58, 75, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #121222;
  border-color: #111120;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 58, 75, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #17172b;
  border-color: #17172b;
}

.btn-secondary {
  color: #17172b;
  background-color: #d3b98a;
  border-color: #d3b98a;
}
.btn-secondary:hover {
  color: #17172b;
  background-color: #dac49c;
  border-color: #d7c096;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #17172b;
  background-color: #dac49c;
  border-color: #d7c096;
  box-shadow: 0 0 0 0.25rem rgba(183, 161, 124, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #17172b;
  background-color: #dcc7a1;
  border-color: #d7c096;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(183, 161, 124, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #17172b;
  background-color: #d3b98a;
  border-color: #d3b98a;
}

.btn-grey {
  color: #17172b;
  background-color: #979797;
  border-color: #979797;
}
.btn-grey:hover {
  color: #17172b;
  background-color: #a7a7a7;
  border-color: #a1a1a1;
}
.btn-check:focus + .btn-grey, .btn-grey:focus {
  color: #17172b;
  background-color: #a7a7a7;
  border-color: #a1a1a1;
  box-shadow: 0 0 0 0.25rem rgba(132, 132, 135, 0.5);
}
.btn-check:checked + .btn-grey, .btn-check:active + .btn-grey, .btn-grey:active, .btn-grey.active, .show > .btn-grey.dropdown-toggle {
  color: #17172b;
  background-color: #acacac;
  border-color: #a1a1a1;
}
.btn-check:checked + .btn-grey:focus, .btn-check:active + .btn-grey:focus, .btn-grey:active:focus, .btn-grey.active:focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(132, 132, 135, 0.5);
}
.btn-grey:disabled, .btn-grey.disabled {
  color: #17172b;
  background-color: #979797;
  border-color: #979797;
}

.btn-white {
  color: #17172b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #17172b;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #17172b;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(220, 220, 223, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #17172b;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 220, 223, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #17172b;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-primary {
  color: #17172b;
  border-color: #17172b;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #17172b;
  border-color: #17172b;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 23, 43, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #17172b;
  border-color: #17172b;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 23, 43, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #17172b;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #d3b98a;
  border-color: #d3b98a;
}
.btn-outline-secondary:hover {
  color: #17172b;
  background-color: #d3b98a;
  border-color: #d3b98a;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 185, 138, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #17172b;
  background-color: #d3b98a;
  border-color: #d3b98a;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 185, 138, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #d3b98a;
  background-color: transparent;
}

.btn-outline-grey {
  color: #979797;
  border-color: #979797;
}
.btn-outline-grey:hover {
  color: #17172b;
  background-color: #979797;
  border-color: #979797;
}
.btn-check:focus + .btn-outline-grey, .btn-outline-grey:focus {
  box-shadow: 0 0 0 0.25rem rgba(151, 151, 151, 0.5);
}
.btn-check:checked + .btn-outline-grey, .btn-check:active + .btn-outline-grey, .btn-outline-grey:active, .btn-outline-grey.active, .btn-outline-grey.dropdown-toggle.show {
  color: #17172b;
  background-color: #979797;
  border-color: #979797;
}
.btn-check:checked + .btn-outline-grey:focus, .btn-check:active + .btn-outline-grey:focus, .btn-outline-grey:active:focus, .btn-outline-grey.active:focus, .btn-outline-grey.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(151, 151, 151, 0.5);
}
.btn-outline-grey:disabled, .btn-outline-grey.disabled {
  color: #979797;
  background-color: transparent;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  color: #17172b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #17172b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #17172b;
  text-decoration: underline;
}
.btn-link:hover {
  color: #cccccc;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.75rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.btn {
  text-transform: uppercase;
}
.btn.btn-outline-grey {
  color: #ffffff;
}

.btn-circle {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #979797;
  padding: 0.75rem;
  background-color: rgba(255, 255, 255, 0.38);
  color: #000000;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  font-size: 1rem;
  border-radius: 50%;
}
.btn-circle:hover, .btn-circle:focus-visible {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
.btn-circle .icon {
  display: block;
}
.btn-circle-icon-flipx {
  transform: scaleX(-1);
}

.base-timer-btn {
  padding: 0.25rem 0.25rem;
  border: 0;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
  transition: background 0.2s ease-in-out;
}
.base-timer-btn:hover, .base-timer-btn:focus-visible {
  background-color: white;
}
.base-timer-btn__text {
  line-height: 1.1428571429;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}

.base-timer {
  position: relative;
  width: 2rem;
  height: 2rem;
}
.base-timer__circle {
  fill: none;
  stroke: none;
}
.base-timer__path-elapsed {
  stroke-width: 0.5rem;
  stroke: rgba(255, 255, 255, 0.8);
}
.base-timer__path-remaining {
  stroke-width: 0.375rem;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}
.base-timer__path-remaining.green {
  color: #17172b;
}
.base-timer__path-remaining.orange {
  color: orange;
}
.base-timer__path-remaining.red {
  color: red;
}
.base-timer__label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #17172b;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #ffffff;
  background-color: #17172b;
  border-color: #8b8b95;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(23, 23, 43, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e6e6e6;
  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: #ffffff;
  background-color: #e6e6e6;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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, 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;
}
.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: #ffffff;
  background-color: #e6e6e6;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dbdbdb;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dbdbdb;
}
.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: #ffffff;
  background-color: #e6e6e6;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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, 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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dbdbdb;
}

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

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.5rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.5rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #17172b;
  background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #8b8b95;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(23, 23, 43, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e6e6e6;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ffffff;
}

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  border-radius: 0.75rem;
}

.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-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #17172b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1.5px solid rgba(235, 235, 245, 0.3);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #8b8b95;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(23, 23, 43, 0.25);
}
.form-check-input:checked {
  background-color: #d3b98a;
  border-color: #d3b98a;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath fill='%2317172B' d='M13.322,17.104 L19.897,10.214 C20.0822955,10.0160239 20.3413377,9.90367137 20.6125,9.90367137 C20.8836623,9.90367137 21.1427045,10.0160239 21.328,10.214 C21.7217682,10.6364733 21.7217682,11.2915267 21.328,11.714 L13.322,20.096 L8.675,15.227 C8.2812318,14.8045267 8.2812318,14.1494733 8.675,13.727 C8.86029552,13.5290239 9.11933773,13.4166714 9.3905,13.4166714 C9.66166227,13.4166714 9.92070448,13.5290239 10.106,13.727 L13.322,17.104 Z'/%3E%3C/svg%3E");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #17172b;
  border-color: #17172b;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: 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");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238b8b95'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #17172b, 0 0 0 0.25rem rgba(23, 23, 43, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #17172b, 0 0 0 0.25rem rgba(23, 23, 43, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #17172b;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b9b9bf;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #17172b;
  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;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b9b9bf;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 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-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #e6e6e6;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
}

.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.125rem;
  border-radius: 0.75rem;
}

.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: 0.25rem;
}

.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),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  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),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  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: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #198754;
}

.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: #ffffff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.5rem;
}

.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: #198754;
  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.73L.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: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 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: #198754;
}
.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"] {
  padding-right: 4.125rem;
  background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"), 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.73L.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-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: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.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: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.5rem;
}

.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: #dc3545;
  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: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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: #dc3545;
}
.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"] {
  padding-right: 4.125rem;
  background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"), 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-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: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

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

.img-full-width {
  display: block;
  width: 100%;
  height: auto;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}
.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: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.5rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

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

.alert-primary {
  color: #0e0e1a;
  background-color: #d1d1d5;
  border-color: #b9b9bf;
}
.alert-primary .alert-link {
  color: #0b0b15;
}

.alert-secondary {
  color: #625851;
  background-color: #f6f1e8;
  border-color: #f2eadc;
}
.alert-secondary .alert-link {
  color: #4e4641;
}

.alert-grey {
  color: #5b5b5b;
  background-color: #eaeaea;
  border-color: #e0e0e0;
}
.alert-grey .alert-link {
  color: #494949;
}

.alert-white {
  color: #747480;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: #5d5d66;
}

:root {
  --el-color-white:#ffffff;
  --el-color-black:#000000;
  --el-color-primary-rgb:64,158,255;
  --el-color-success-rgb:103,194,58;
  --el-color-warning-rgb:230,162,60;
  --el-color-danger-rgb:245,108,108;
  --el-color-error-rgb:245,108,108;
  --el-color-info-rgb:144,147,153;
  --el-font-size-extra-large:20px;
  --el-font-size-large:18px;
  --el-font-size-medium:16px;
  --el-font-size-base:14px;
  --el-font-size-small:13px;
  --el-font-size-extra-small:12px;
  --el-font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  --el-font-weight-primary:500;
  --el-font-line-height-primary:24px;
  --el-index-normal:1;
  --el-index-top:1000;
  --el-index-popper:2000;
  --el-border-radius-base:4px;
  --el-border-radius-small:2px;
  --el-border-radius-round:20px;
  --el-border-radius-circle:100%;
  --el-transition-duration:0.3s;
  --el-transition-duration-fast:0.2s;
  --el-transition-function-ease-in-out-bezier:cubic-bezier(0.645, 0.045, 0.355, 1);
  --el-transition-function-fast-bezier:cubic-bezier(0.23, 1, 0.32, 1);
  --el-transition-all:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-fade:opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
  --el-transition-md-fade:transform var(--el-transition-duration) var(--el-transition-function-fast-bezier),opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
  --el-transition-fade-linear:opacity var(--el-transition-duration-fast) linear;
  --el-transition-border:border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-box-shadow:box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-color:color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-component-size-large:40px;
  --el-component-size:32px;
  --el-component-size-small:24px;
}

:root {
  color-scheme: light;
  --el-color-white:#ffffff;
  --el-color-black:#000000;
  --el-color-primary:#409eff;
  --el-color-primary-light-3:#79bbff;
  --el-color-primary-light-5:#a0cfff;
  --el-color-primary-light-7:#c6e2ff;
  --el-color-primary-light-8:#d9ecff;
  --el-color-primary-light-9:#ecf5ff;
  --el-color-primary-dark-2:#337ecc;
  --el-color-success:#67c23a;
  --el-color-success-light-3:#95d475;
  --el-color-success-light-5:#b3e19d;
  --el-color-success-light-7:#d1edc4;
  --el-color-success-light-8:#e1f3d8;
  --el-color-success-light-9:#f0f9eb;
  --el-color-success-dark-2:#529b2e;
  --el-color-warning:#e6a23c;
  --el-color-warning-light-3:#eebe77;
  --el-color-warning-light-5:#f3d19e;
  --el-color-warning-light-7:#f8e3c5;
  --el-color-warning-light-8:#faecd8;
  --el-color-warning-light-9:#fdf6ec;
  --el-color-warning-dark-2:#b88230;
  --el-color-danger:#f56c6c;
  --el-color-danger-light-3:#f89898;
  --el-color-danger-light-5:#fab6b6;
  --el-color-danger-light-7:#fcd3d3;
  --el-color-danger-light-8:#fde2e2;
  --el-color-danger-light-9:#fef0f0;
  --el-color-danger-dark-2:#c45656;
  --el-color-error:#f56c6c;
  --el-color-error-light-3:#f89898;
  --el-color-error-light-5:#fab6b6;
  --el-color-error-light-7:#fcd3d3;
  --el-color-error-light-8:#fde2e2;
  --el-color-error-light-9:#fef0f0;
  --el-color-error-dark-2:#c45656;
  --el-color-info:#909399;
  --el-color-info-light-3:#b1b3b8;
  --el-color-info-light-5:#c8c9cc;
  --el-color-info-light-7:#dedfe0;
  --el-color-info-light-8:#e9e9eb;
  --el-color-info-light-9:#f4f4f5;
  --el-color-info-dark-2:#73767a;
  --el-bg-color:#ffffff;
  --el-bg-color-page:#f2f3f5;
  --el-bg-color-overlay:#ffffff;
  --el-text-color-primary:#303133;
  --el-text-color-regular:#606266;
  --el-text-color-secondary:#909399;
  --el-text-color-placeholder:#a8abb2;
  --el-text-color-disabled:#c0c4cc;
  --el-border-color:#dcdfe6;
  --el-border-color-light:#e4e7ed;
  --el-border-color-lighter:#ebeef5;
  --el-border-color-extra-light:#f2f6fc;
  --el-border-color-dark:#d4d7de;
  --el-border-color-darker:#cdd0d6;
  --el-fill-color:#f0f2f5;
  --el-fill-color-light:#f5f7fa;
  --el-fill-color-lighter:#fafafa;
  --el-fill-color-extra-light:#fafcff;
  --el-fill-color-dark:#ebedf0;
  --el-fill-color-darker:#e6e8eb;
  --el-fill-color-blank:#ffffff;
  --el-box-shadow:0px 12px 32px 4px rgba(0, 0, 0, 0.04),0px 8px 20px rgba(0, 0, 0, 0.08);
  --el-box-shadow-light:0px 0px 12px rgba(0, 0, 0, 0.12);
  --el-box-shadow-lighter:0px 0px 6px rgba(0, 0, 0, 0.12);
  --el-box-shadow-dark:0px 16px 48px 16px rgba(0, 0, 0, 0.08),0px 12px 32px rgba(0, 0, 0, 0.12),0px 8px 16px -8px rgba(0, 0, 0, 0.16);
  --el-disabled-bg-color:var(--el-fill-color-light);
  --el-disabled-text-color:var(--el-text-color-placeholder);
  --el-disabled-border-color:var(--el-border-color-light);
  --el-overlay-color:rgba(0, 0, 0, 0.8);
  --el-overlay-color-light:rgba(0, 0, 0, 0.7);
  --el-overlay-color-lighter:rgba(0, 0, 0, 0.5);
  --el-mask-color:rgba(255, 255, 255, 0.9);
  --el-mask-color-extra-light:rgba(255, 255, 255, 0.3);
  --el-border-width:1px;
  --el-border-style:solid;
  --el-border-color-hover:var(--el-text-color-disabled);
  --el-border:var(--el-border-width) var(--el-border-style) var(--el-border-color);
  --el-svg-monochrome-grey:var(--el-border-color);
}

.fade-in-linear-enter-active, .fade-in-linear-leave-active {
  transition: var(--el-transition-fade-linear);
}

.fade-in-linear-enter-from, .fade-in-linear-leave-to {
  opacity: 0;
}

.el-fade-in-linear-enter-active, .el-fade-in-linear-leave-active {
  transition: var(--el-transition-fade-linear);
}

.el-fade-in-linear-enter-from, .el-fade-in-linear-leave-to {
  opacity: 0;
}

.el-fade-in-enter-active, .el-fade-in-leave-active {
  transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
}

.el-fade-in-enter-from, .el-fade-in-leave-active {
  opacity: 0;
}

.el-zoom-in-center-enter-active, .el-zoom-in-center-leave-active {
  transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
}

.el-zoom-in-center-enter-from, .el-zoom-in-center-leave-active {
  opacity: 0;
  transform: scaleX(0);
}

.el-zoom-in-top-enter-active, .el-zoom-in-top-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: var(--el-transition-md-fade);
  transform-origin: center top;
}

.el-zoom-in-top-enter-active[data-popper-placement^=top], .el-zoom-in-top-leave-active[data-popper-placement^=top] {
  transform-origin: center bottom;
}

.el-zoom-in-top-enter-from, .el-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}

.el-zoom-in-bottom-enter-active, .el-zoom-in-bottom-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: var(--el-transition-md-fade);
  transform-origin: center bottom;
}

.el-zoom-in-bottom-enter-from, .el-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0);
}

.el-zoom-in-left-enter-active, .el-zoom-in-left-leave-active {
  opacity: 1;
  transform: scale(1, 1);
  transition: var(--el-transition-md-fade);
  transform-origin: top left;
}

.el-zoom-in-left-enter-from, .el-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
}

.collapse-transition {
  transition: var(--el-transition-duration) height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out;
}

.el-collapse-transition-enter-active, .el-collapse-transition-leave-active {
  transition: var(--el-transition-duration) max-height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out;
}

.horizontal-collapse-transition {
  transition: var(--el-transition-duration) width ease-in-out, var(--el-transition-duration) padding-left ease-in-out, var(--el-transition-duration) padding-right ease-in-out;
}

.el-list-enter-active, .el-list-leave-active {
  transition: all 1s;
}

.el-list-enter-from, .el-list-leave-to {
  opacity: 0;
  transform: translateY(-30px);
}

.el-list-leave-active {
  position: absolute !important;
}

.el-opacity-transition {
  transition: opacity var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
}

.el-icon-loading {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.el-icon--right {
  margin-left: 5px;
}

.el-icon--left {
  margin-right: 5px;
}

@-webkit-keyframes rotating {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes rotating {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.el-icon {
  --color:inherit;
  height: 1em;
  width: 1em;
  line-height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  fill: currentColor;
  color: var(--color);
  font-size: inherit;
}

.el-icon.is-loading {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.el-icon svg {
  height: 1em;
  width: 1em;
}

.el-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  height: 100%;
  background-color: var(--el-overlay-color-lighter);
  overflow: auto;
}

.el-overlay .el-overlay-root {
  height: 0;
}

:root {
  --el-popup-modal-bg-color:var(--el-color-black);
  --el-popup-modal-opacity:0.5;
}

.v-modal-enter {
  -webkit-animation: v-modal-in var(--el-transition-duration-fast) ease;
  animation: v-modal-in var(--el-transition-duration-fast) ease;
}

.v-modal-leave {
  -webkit-animation: v-modal-out var(--el-transition-duration-fast) ease forwards;
  animation: v-modal-out var(--el-transition-duration-fast) ease forwards;
}

@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: var(--el-popup-modal-opacity);
  background: var(--el-popup-modal-bg-color);
}

.el-popup-parent--hidden {
  overflow: hidden;
}

.el-dialog {
  --el-dialog-width:50%;
  --el-dialog-margin-top:15vh;
  --el-dialog-bg-color:var(--el-bg-color);
  --el-dialog-box-shadow:var(--el-box-shadow);
  --el-dialog-title-font-size:var(--el-font-size-large);
  --el-dialog-content-font-size:14px;
  --el-dialog-font-line-height:var(--el-font-line-height-primary);
  --el-dialog-padding-primary:20px;
  --el-dialog-border-radius:var(--el-border-radius-small);
  position: relative;
  margin: var(--el-dialog-margin-top, 15vh) auto 50px;
  background: var(--el-dialog-bg-color);
  border-radius: var(--el-dialog-border-radius);
  box-shadow: var(--el-dialog-box-shadow);
  box-sizing: border-box;
  width: var(--el-dialog-width, 50%);
}

.el-dialog:focus {
  outline: 0 !important;
}

.el-dialog.is-align-center {
  margin: auto;
}

.el-dialog.is-fullscreen {
  --el-dialog-width:100%;
  --el-dialog-margin-top:0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}

.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}

.el-dialog.is-draggable .el-dialog__header {
  cursor: move;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.el-dialog__header {
  padding: var(--el-dialog-padding-primary);
  padding-bottom: 10px;
  margin-right: 16px;
  word-break: break-all;
}

.el-dialog__headerbtn {
  position: absolute;
  top: 6px;
  right: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: var(--el-message-close-size, 16px);
}

.el-dialog__headerbtn .el-dialog__close {
  color: var(--el-color-info);
  font-size: inherit;
}

.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
  color: var(--el-color-primary);
}

.el-dialog__title {
  line-height: var(--el-dialog-font-line-height);
  font-size: var(--el-dialog-title-font-size);
  color: var(--el-text-color-primary);
}

.el-dialog__body {
  padding: calc(var(--el-dialog-padding-primary) + 10px) var(--el-dialog-padding-primary);
  color: var(--el-text-color-regular);
  font-size: var(--el-dialog-content-font-size);
  word-break: break-all;
}

.el-dialog__footer {
  padding: var(--el-dialog-padding-primary);
  padding-top: 10px;
  text-align: right;
  box-sizing: border-box;
}

.el-dialog--center {
  text-align: center;
}

.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 25px calc(var(--el-dialog-padding-primary) + 5px) 30px;
}

.el-dialog--center .el-dialog__footer {
  text-align: inherit;
}

.el-overlay-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.dialog-fade-enter-active {
  -webkit-animation: modal-fade-in var(--el-transition-duration);
  animation: modal-fade-in var(--el-transition-duration);
}

.dialog-fade-enter-active .el-overlay-dialog {
  -webkit-animation: dialog-fade-in var(--el-transition-duration);
  animation: dialog-fade-in var(--el-transition-duration);
}

.dialog-fade-leave-active {
  -webkit-animation: modal-fade-out var(--el-transition-duration);
  animation: modal-fade-out var(--el-transition-duration);
}

.dialog-fade-leave-active .el-overlay-dialog {
  -webkit-animation: dialog-fade-out var(--el-transition-duration);
  animation: dialog-fade-out var(--el-transition-duration);
}

@-webkit-keyframes dialog-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes dialog-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes dialog-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
@keyframes dialog-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes modal-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modal-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.el-dialog {
  max-width: 46.75rem;
}
.el-dialog__body {
  --el-dialog-content-font-size: 1rem;
  --el-text-color-regular: #17172b;
}
@media (min-width: 768px) {
  .el-dialog__body {
    padding-left: 6rem;
    padding-right: 6rem;
    --el-dialog-content-font-size: 1.0625rem;
  }
}
.el-dialog__body .text-secondary {
  color: #9E8152 !important;
}

.el-popper {
  --el-popper-border-radius:var(--el-popover-border-radius, 4px);
}

.el-popper {
  position: absolute;
  border-radius: var(--el-popper-border-radius);
  padding: 5px 11px;
  z-index: 2000;
  font-size: 12px;
  line-height: 20px;
  min-width: 10px;
  word-wrap: break-word;
  visibility: visible;
}

.el-popper.is-dark {
  color: var(--el-bg-color);
  background: var(--el-text-color-primary);
  border: 1px solid var(--el-text-color-primary);
}

.el-popper.is-dark .el-popper__arrow::before {
  border: 1px solid var(--el-text-color-primary);
  background: var(--el-text-color-primary);
  right: 0;
}

.el-popper.is-light {
  background: var(--el-bg-color-overlay);
  border: 1px solid var(--el-border-color-light);
}

.el-popper.is-light .el-popper__arrow::before {
  border: 1px solid var(--el-border-color-light);
  background: var(--el-bg-color-overlay);
  right: 0;
}

.el-popper.is-pure {
  padding: 0;
}

.el-popper__arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.el-popper__arrow::before {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: -1;
  content: " ";
  transform: rotate(45deg);
  background: var(--el-text-color-primary);
  box-sizing: border-box;
}

.el-popper[data-popper-placement^=top] > .el-popper__arrow {
  bottom: -5px;
}

.el-popper[data-popper-placement^=top] > .el-popper__arrow::before {
  border-bottom-right-radius: 2px;
}

.el-popper[data-popper-placement^=bottom] > .el-popper__arrow {
  top: -5px;
}

.el-popper[data-popper-placement^=bottom] > .el-popper__arrow::before {
  border-top-left-radius: 2px;
}

.el-popper[data-popper-placement^=left] > .el-popper__arrow {
  right: -5px;
}

.el-popper[data-popper-placement^=left] > .el-popper__arrow::before {
  border-top-right-radius: 2px;
}

.el-popper[data-popper-placement^=right] > .el-popper__arrow {
  left: -5px;
}

.el-popper[data-popper-placement^=right] > .el-popper__arrow::before {
  border-bottom-left-radius: 2px;
}

.el-popper[data-popper-placement^=top] .el-popper__arrow::before {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
}

.el-popper[data-popper-placement^=bottom] .el-popper__arrow::before {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}

.el-popper[data-popper-placement^=left] .el-popper__arrow::before {
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}

.el-popper[data-popper-placement^=right] .el-popper__arrow::before {
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.el-popper.is-light {
  color: #17172b;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

#app {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
}

.main {
  flex-grow: 1;
  padding-bottom: 100px;
}
.main--component-Login {
  display: flex;
}
.main--component-Login + .footer {
  padding-top: 0;
  padding-bottom: 0;
}
.main--component-Login + .footer::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 20%;
  background: url(/images/goldcity-min.png?febd9bf68efa72201f713d510d3e146a) no-repeat top center;
  background-size: cover;
}

.header {
  position: relative;
  z-index: 1030;
  padding-top: 5.5rem;
  height: 10.5rem;
}
@media (max-width: 991.98px) {
  .header {
    padding-top: 2.5rem;
    height: 7.5rem;
  }
}
.header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 992px) {
  .header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
}
.header .logo {
  margin: 10px 0;
}
.header .btn-circle {
  border: 0;
}
.header-logout {
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.625rem;
}

.footer {
  padding: 6.25rem 0;
  margin-top: auto;
}
.footer-nav {
  margin-bottom: 0;
}
.footer-nav-item:last-child {
  margin-bottom: 0 !important;
}
.footer-nav-link {
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.182em;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.login {
  display: flex;
  align-items: center;
  width: 100%;
}
.login-btn {
  width: 100%;
  max-width: 27.375rem;
}
.login-text {
  font-size: 0.875rem;
  letter-spacing: 0.00667em;
  color: #737B84;
}
.login-text a {
  color: inherit;
}
.login-text a:hover, .login-text a:focus-visible {
  color: #ffffff;
}

.groups-item,
.project-list-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 2.25rem 5rem 2.25rem 2.25rem;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .groups-item,
.project-list-item {
    padding: 1.5rem 4rem 1.5rem 1.5rem;
  }
}
.groups-item:hover .btn-circle, .groups-item:focus-visible .btn-circle,
.project-list-item:hover .btn-circle,
.project-list-item:focus-visible .btn-circle {
  background-color: #ffffff;
  color: #17172b;
}
.groups-item-title,
.project-list-item-title {
  min-height: 24%;
  margin-bottom: 0;
}
.groups-item .btn-circle,
.project-list-item .btn-circle {
  position: absolute;
  top: 2rem;
  right: 2.25rem;
}
@media (max-width: 991.98px) {
  .groups-item .btn-circle,
.project-list-item .btn-circle {
    top: 1.5rem;
    right: 1.5rem;
  }
}

.groups-item {
  min-height: 24.375rem;
  border: 1px solid #979797;
}
@media (max-width: 1709.98px) {
  .groups-item {
    min-height: 19.25rem;
  }
}
@media (max-width: 1279.98px) {
  .groups-item {
    min-height: 23.0625rem;
  }
}
@media (max-width: 991.98px) {
  .groups-item {
    min-height: 16.875rem;
  }
}
.groups-item .btn-circle {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.location-link {
  color: rgba(255, 255, 255, 0.7);
}
.location-link:hover, .location-link:focus-visible, .location-link.active {
  color: #ffffff;
}

.project-list-item {
  min-height: 31.375rem;
}
@media (max-width: 1709.98px) {
  .project-list-item {
    min-height: 24.875rem;
  }
}
@media (max-width: 1279.98px) {
  .project-list-item {
    min-height: 29.8125rem;
  }
}
@media (max-width: 991.98px) {
  .project-list-item {
    min-height: 21.875rem;
  }
}
.project-list-item:hover .project-list-item-img-wrapper::before, .project-list-item:focus-visible .project-list-item-img-wrapper::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.project-list-item-img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.project-list-item-img-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.8));
  transition: background-color 0.2s ease-in-out;
}
.project-list-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .project-detail {
    padding: 0 3.5rem;
  }
}
.project-detail .page-hero {
  display: flex;
  align-items: center;
  position: relative;
  min-height: calc(75vh - 6.25rem);
  max-height: 54.375rem;
  margin-top: -7.5rem;
  margin-bottom: 6.25rem;
  padding-top: 7.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .project-detail .page-hero {
    margin-top: -7.375rem;
    padding-top: 7.375rem;
  }
}
@media (min-height: 901px) {
  .project-detail .page-hero {
    min-height: 50vh;
  }
}
.project-detail .page-hero-image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.project-detail .page-hero-image-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.8));
}
.project-detail .page-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project-detail .page-hero-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.contacts {
  margin-bottom: 6.25rem;
}
.contacts-item--no-image {
  text-align: center;
}
@media (max-width: 767.98px) {
  .contacts-item--no-image .contacts-content-detail {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .contacts-item--no-image .contacts-content-detail {
    font-size: calc(0.875rem + 100vw * 0.0078125);
  }
}
@media (min-width: 1280px) {
  .contacts-item--no-image .contacts-content-detail {
    font-size: 1.5rem;
  }
}
.contacts-content:not(:first-child) {
  margin-top: 2.25rem;
}
.contacts-content-detail {
  letter-spacing: 0.058em;
  line-height: 1.6470588235;
}
@media (max-width: 767.98px) {
  .contacts-content-detail {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .contacts-content-detail {
    font-size: calc(0.9375rem + 100vw * 0.00390625);
  }
}
@media (min-width: 1280px) {
  .contacts-content-detail {
    font-size: 1.25rem;
  }
}
.contacts-content-detail a {
  font-weight: 500;
}

.downloads {
  margin-bottom: 6.25rem;
}
.downloads-group:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 991.98px) {
  .downloads-group:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.downloads-header {
  margin-bottom: 3.75rem;
}
@media (max-width: 991.98px) {
  .downloads-header {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .downloads-header .buttons .btn:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .downloads-header .buttons .btn:not(:last-child) {
    margin-right: 2.875rem;
  }
}
.downloads-item {
  display: flex;
  padding-top: 1.25rem;
}
@media (max-width: 991.98px) {
  .downloads-item {
    padding-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .downloads-item {
    padding-top: 0.75rem;
  }
}
.downloads-item--link .downloads-item-col {
  width: 100% !important;
  padding-left: 3.875rem;
}
@media (max-width: 767.98px) {
  .downloads-item--link .downloads-item-col {
    padding-left: 2.875rem;
    padding-bottom: 0.75rem !important;
  }
}
.downloads-item--link .downloads-item-col::after {
  content: "" !important;
}
.downloads-item--link .downloads-item-col a {
  text-decoration: none;
}
.downloads-item.active .downloads-item-col {
  color: #d3b98a;
}
.downloads-item.active .downloads-item-col::after {
  height: 2px;
  background-color: #d3b98a;
}
.downloads-item .form-check {
  display: flex;
  margin: 0;
  padding-left: 0;
}
.downloads-item-col {
  position: relative;
  padding-bottom: 1.25rem;
  transition: color 0.3s ease-out;
  line-height: 1.4;
  letter-spacing: 0.01333em;
}
@media (max-width: 767.98px) {
  .downloads-item-col {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .downloads-item-col {
    font-size: calc(0.625rem + 100vw * 0.0078125);
  }
}
@media (min-width: 1280px) {
  .downloads-item-col {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .downloads-item-col {
    padding-bottom: 1rem;
  }
}
.downloads-item-col:not(:last-child) {
  padding-top: 0.5625rem;
  margin-right: 0.75rem;
}
.downloads-item-col .form-check-input {
  border-radius: 50%;
  min-width: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 2rem 0 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .downloads-item-col .form-check-input {
    margin-right: 1rem;
  }
}
.downloads-item-col::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.18);
  transition: all 0.3s ease-out;
}
@media (max-width: 767.98px) {
  .downloads-item-col:first-child::after {
    content: none;
  }
}
.downloads-item-col:nth-child(1) {
  width: 100%;
}
@media (min-width: 768px) {
  .downloads-item-col:nth-child(1) {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .downloads-item-col:nth-child(1) {
    padding-bottom: 0;
  }
}
.downloads-item-col:nth-child(2) {
  width: calc(100% - 6.25rem);
}
@media (min-width: 768px) {
  .downloads-item-col:nth-child(2) {
    width: calc(40% - 7.25rem);
  }
}
@media (min-width: 1280px) {
  .downloads-item-col:nth-child(2) {
    width: calc(40% - 11.5rem);
  }
}
@media (max-width: 767.98px) {
  .downloads-item-col:nth-child(2) {
    padding-top: 0.25rem;
    padding-left: 2.875rem;
  }
}
.downloads-item-col:nth-child(3) {
  width: 5.5rem;
}
@media (min-width: 768px) {
  .downloads-item-col:nth-child(3) {
    width: 5.75rem;
  }
}
@media (min-width: 1280px) {
  .downloads-item-col:nth-child(3) {
    width: 10rem;
  }
}
@media (max-width: 767.98px) {
  .downloads-item-col:nth-child(3) {
    padding-bottom: 0.25rem;
  }
}
.downloads-item-text {
  display: inline-block;
  padding-top: calc((1.875rem - 1.4em) * 0.5);
  color: inherit;
}
.downloads-item-text--link {
  transition: opacity 0.2s ease-in-out;
}
.downloads-item-text--link:hover, .downloads-item-text--link:focus-visible {
  color: inherit;
  opacity: 0.7;
}
.downloads-item-info {
  position: relative;
}
.downloads-item-info.active .icon-cloud {
  opacity: 0;
}
.downloads-item-info.active .icon-cloud-downloaded {
  opacity: 1;
}
.downloads-item-info .icon {
  display: block;
  color: #575768;
  font-size: 3rem;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 767.98px) {
  .downloads-item-info .icon {
    font-size: 2.5rem;
  }
}
.downloads-item-info .icon-cloud-downloaded {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.cta-list {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .cta-list {
    padding-top: 6.25rem;
  }
}
