﻿@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*
*/
:root,
[data-bs-theme=light] {
  --bs-blue: #033c73;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #c71c22;
  --bs-orange: #fd7e14;
  --bs-yellow: #dd5600;
  --bs-green: #73a839;
  --bs-teal: #20c997;
  --bs-cyan: #2fa4e7;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #868e96;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #868e96;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2fa4e7;
  --bs-secondary: #e9ecef;
  --bs-success: #73a839;
  --bs-info: #033c73;
  --bs-warning: #dd5600;
  --bs-danger: #c71c22;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-primary-rgb: 47, 164, 231;
  --bs-secondary-rgb: 233, 236, 239;
  --bs-success-rgb: 115, 168, 57;
  --bs-info-rgb: 3, 60, 115;
  --bs-warning-rgb: 221, 86, 0;
  --bs-danger-rgb: 199, 28, 34;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-primary-text-emphasis: rgb(18.8, 65.6, 92.4);
  --bs-secondary-text-emphasis: rgb(93.2, 94.4, 95.6);
  --bs-success-text-emphasis: rgb(46, 67.2, 22.8);
  --bs-info-text-emphasis: rgb(1.2, 24, 46);
  --bs-warning-text-emphasis: rgb(88.4, 34.4, 0);
  --bs-danger-text-emphasis: rgb(79.6, 11.2, 13.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(213.4, 236.8, 250.2);
  --bs-secondary-bg-subtle: rgb(250.6, 251.2, 251.8);
  --bs-success-bg-subtle: rgb(227, 237.6, 215.4);
  --bs-info-bg-subtle: rgb(204.6, 216, 227);
  --bs-warning-bg-subtle: rgb(248.2, 221.2, 204);
  --bs-danger-bg-subtle: rgb(243.8, 209.6, 210.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(171.8, 218.6, 245.4);
  --bs-secondary-border-subtle: rgb(246.2, 247.4, 248.6);
  --bs-success-border-subtle: rgb(199, 220.2, 175.8);
  --bs-info-border-subtle: rgb(154.2, 177, 199);
  --bs-warning-border-subtle: rgb(241.4, 187.4, 153);
  --bs-danger-border-subtle: rgb(232.6, 164.2, 166.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #495057;
  --bs-body-color-rgb: 73, 80, 87;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(73, 80, 87, 0.75);
  --bs-secondary-color-rgb: 73, 80, 87;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(73, 80, 87, 0.5);
  --bs-tertiary-color-rgb: 73, 80, 87;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #2fa4e7;
  --bs-link-color: #2fa4e7;
  --bs-link-color-rgb: 47, 164, 231;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(37.6, 131.2, 184.8);
  --bs-link-hover-color-rgb: 38, 131, 185;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #495057;
  --bs-highlight-bg: rgb(248.2, 221.2, 204);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(47, 164, 231, 0.25);
  --bs-form-valid-color: #73a839;
  --bs-form-valid-border-color: #73a839;
  --bs-form-invalid-color: #c71c22;
  --bs-form-invalid-border-color: #c71c22;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(130.2, 200.4, 240.6);
  --bs-secondary-text-emphasis: rgb(241.8, 243.6, 245.4);
  --bs-success-text-emphasis: rgb(171, 202.8, 136.2);
  --bs-info-text-emphasis: rgb(103.8, 138, 171);
  --bs-warning-text-emphasis: rgb(234.6, 153.6, 102);
  --bs-danger-text-emphasis: rgb(221.4, 118.8, 122.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(9.4, 32.8, 46.2);
  --bs-secondary-bg-subtle: rgb(46.6, 47.2, 47.8);
  --bs-success-bg-subtle: rgb(23, 33.6, 11.4);
  --bs-info-bg-subtle: rgb(0.6, 12, 23);
  --bs-warning-bg-subtle: rgb(44.2, 17.2, 0);
  --bs-danger-bg-subtle: rgb(39.8, 5.6, 6.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(28.2, 98.4, 138.6);
  --bs-secondary-border-subtle: rgb(139.8, 141.6, 143.4);
  --bs-success-border-subtle: rgb(69, 100.8, 34.2);
  --bs-info-border-subtle: rgb(1.8, 36, 69);
  --bs-warning-border-subtle: rgb(132.6, 51.6, 0);
  --bs-danger-border-subtle: rgb(119.4, 16.8, 20.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(130.2, 200.4, 240.6);
  --bs-link-hover-color: rgb(155.16, 211.32, 243.48);
  --bs-link-color-rgb: 130, 200, 241;
  --bs-link-hover-color-rgb: 155, 211, 243;
  --bs-code-color: rgb(241.2, 139.2, 186);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(88.4, 34.4, 0);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(171, 202.8, 136.2);
  --bs-form-valid-border-color: rgb(171, 202.8, 136.2);
  --bs-form-invalid-color: rgb(221.4, 118.8, 122.4);
  --bs-form-invalid-border-color: rgb(221.4, 118.8, 122.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    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: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(213.4, 236.8, 250.2);
  --bs-table-border-color: rgb(170.72, 189.44, 200.16);
  --bs-table-striped-bg: rgb(202.73, 224.96, 237.69);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(192.06, 213.12, 225.18);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(197.395, 219.04, 231.435);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(250.6, 251.2, 251.8);
  --bs-table-border-color: rgb(200.48, 200.96, 201.44);
  --bs-table-striped-bg: rgb(238.07, 238.64, 239.21);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(225.54, 226.08, 226.62);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(231.805, 232.36, 232.915);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(227, 237.6, 215.4);
  --bs-table-border-color: rgb(181.6, 190.08, 172.32);
  --bs-table-striped-bg: rgb(215.65, 225.72, 204.63);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(204.3, 213.84, 193.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(209.975, 219.78, 199.245);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(204.6, 216, 227);
  --bs-table-border-color: rgb(163.68, 172.8, 181.6);
  --bs-table-striped-bg: rgb(194.37, 205.2, 215.65);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(184.14, 194.4, 204.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(189.255, 199.8, 209.975);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248.2, 221.2, 204);
  --bs-table-border-color: rgb(198.56, 176.96, 163.2);
  --bs-table-striped-bg: rgb(235.79, 210.14, 193.8);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.38, 199.08, 183.6);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.585, 204.61, 188.7);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(243.8, 209.6, 210.8);
  --bs-table-border-color: rgb(195.04, 167.68, 168.64);
  --bs-table-striped-bg: rgb(231.61, 199.12, 200.26);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(219.42, 188.64, 189.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(225.515, 193.88, 194.99);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #343a40;
  --bs-table-border-color: rgb(92.6, 97.4, 102.2);
  --bs-table-striped-bg: rgb(62.15, 67.85, 73.55);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(72.3, 77.7, 83.1);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(67.225, 72.775, 78.325);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c71c22'%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='%23c71c22' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c71c22'%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='%23c71c22' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

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

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

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

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

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2fa4e7;
  --bs-btn-border-color: #2fa4e7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(39.95, 139.4, 196.35);
  --bs-btn-hover-border-color: rgb(37.6, 131.2, 184.8);
  --bs-btn-focus-shadow-rgb: 78, 178, 235;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(37.6, 131.2, 184.8);
  --bs-btn-active-border-color: rgb(35.25, 123, 173.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2fa4e7;
  --bs-btn-disabled-border-color: #2fa4e7;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #e9ecef;
  --bs-btn-border-color: #e9ecef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(236.3, 238.85, 241.4);
  --bs-btn-hover-border-color: rgb(235.2, 237.9, 240.6);
  --bs-btn-focus-shadow-rgb: 198, 201, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(237.4, 239.8, 242.2);
  --bs-btn-active-border-color: rgb(235.2, 237.9, 240.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e9ecef;
  --bs-btn-disabled-border-color: #e9ecef;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #73a839;
  --bs-btn-border-color: #73a839;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(97.75, 142.8, 48.45);
  --bs-btn-hover-border-color: rgb(92, 134.4, 45.6);
  --bs-btn-focus-shadow-rgb: 136, 181, 87;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(92, 134.4, 45.6);
  --bs-btn-active-border-color: rgb(86.25, 126, 42.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #73a839;
  --bs-btn-disabled-border-color: #73a839;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #033c73;
  --bs-btn-border-color: #033c73;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(2.55, 51, 97.75);
  --bs-btn-hover-border-color: rgb(2.4, 48, 92);
  --bs-btn-focus-shadow-rgb: 41, 89, 136;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(2.4, 48, 92);
  --bs-btn-active-border-color: rgb(2.25, 45, 86.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #033c73;
  --bs-btn-disabled-border-color: #033c73;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dd5600;
  --bs-btn-border-color: #dd5600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187.85, 73.1, 0);
  --bs-btn-hover-border-color: rgb(176.8, 68.8, 0);
  --bs-btn-focus-shadow-rgb: 226, 111, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176.8, 68.8, 0);
  --bs-btn-active-border-color: rgb(165.75, 64.5, 0);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dd5600;
  --bs-btn-disabled-border-color: #dd5600;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c71c22;
  --bs-btn-border-color: #c71c22;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(169.15, 23.8, 28.9);
  --bs-btn-hover-border-color: rgb(159.2, 22.4, 27.2);
  --bs-btn-focus-shadow-rgb: 207, 62, 67;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(159.2, 22.4, 27.2);
  --bs-btn-active-border-color: rgb(149.25, 21, 25.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c71c22;
  --bs-btn-disabled-border-color: #c71c22;
}

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

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(82.45, 87.55, 92.65);
  --bs-btn-hover-border-color: rgb(72.3, 77.7, 83.1);
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(92.6, 97.4, 102.2);
  --bs-btn-active-border-color: rgb(72.3, 77.7, 83.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #343a40;
  --bs-btn-disabled-border-color: #343a40;
}

.btn-outline-primary {
  --bs-btn-color: #2fa4e7;
  --bs-btn-border-color: #2fa4e7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2fa4e7;
  --bs-btn-hover-border-color: #2fa4e7;
  --bs-btn-focus-shadow-rgb: 47, 164, 231;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2fa4e7;
  --bs-btn-active-border-color: #2fa4e7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2fa4e7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2fa4e7;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #e9ecef;
  --bs-btn-border-color: #e9ecef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e9ecef;
  --bs-btn-hover-border-color: #e9ecef;
  --bs-btn-focus-shadow-rgb: 233, 236, 239;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e9ecef;
  --bs-btn-active-border-color: #e9ecef;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e9ecef;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9ecef;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #73a839;
  --bs-btn-border-color: #73a839;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #73a839;
  --bs-btn-hover-border-color: #73a839;
  --bs-btn-focus-shadow-rgb: 115, 168, 57;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #73a839;
  --bs-btn-active-border-color: #73a839;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #73a839;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #73a839;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #033c73;
  --bs-btn-border-color: #033c73;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #033c73;
  --bs-btn-hover-border-color: #033c73;
  --bs-btn-focus-shadow-rgb: 3, 60, 115;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #033c73;
  --bs-btn-active-border-color: #033c73;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #033c73;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #033c73;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #dd5600;
  --bs-btn-border-color: #dd5600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dd5600;
  --bs-btn-hover-border-color: #dd5600;
  --bs-btn-focus-shadow-rgb: 221, 86, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dd5600;
  --bs-btn-active-border-color: #dd5600;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dd5600;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dd5600;
  --bs-gradient: none;
}

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

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

.btn-outline-dark {
  --bs-btn-color: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb: 52, 58, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #343a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #343a40;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #868e96;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 78, 178, 235;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.navbar.bg-primary {
  background-image: linear-gradient(rgb(80.28, 178.56, 234.84), #2fa4e7 60%, rgb(44.18, 154.16, 217.14));
}
.navbar.bg-secondary {
  background-image: linear-gradient(rgb(236.52, 239.04, 241.56), #e9ecef 60%, rgb(219.02, 221.84, 224.66));
}
.navbar.bg-success {
  background-image: linear-gradient(rgb(137.4, 181.92, 88.68), #73a839 60%, rgb(108.1, 157.92, 53.58));
}
.navbar.bg-info {
  background-image: linear-gradient(rgb(43.32, 91.2, 137.4), #033c73 60%, rgb(2.82, 56.4, 108.1));
}
.navbar.bg-warning {
  background-image: linear-gradient(rgb(226.44, 113.04, 40.8), #dd5600 60%, rgb(207.74, 80.84, 0));
}
.navbar.bg-danger {
  background-image: linear-gradient(rgb(207.96, 64.32, 69.36), #c71c22 60%, rgb(187.06, 26.32, 31.96));
}
.navbar.bg-light {
  background-image: linear-gradient(rgb(249.12, 249.96, 250.8), #f8f9fa 60%, rgb(233.12, 234.06, 235));
}
.navbar.bg-dark {
  background-image: linear-gradient(rgb(84.48, 89.52, 94.56), #343a40 60%, rgb(48.88, 54.52, 60.16));
}

.navbar-brand,
.nav-link {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.btn {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.btn-secondary,
.btn-outline-secondary {
  color: #495057;
}

.btn-primary {
  background-image: linear-gradient(rgb(80.28, 178.56, 234.84), #2fa4e7 60%, rgb(44.18, 154.16, 217.14));
}

.btn-primary:hover {
  background-image: linear-gradient(#2fa4e7, rgb(44.65, 155.8, 219.45) 60%, rgb(39.95, 139.4, 196.35));
}

.btn-primary:active {
  background-image: linear-gradient(rgb(37.6, 131.2, 184.8), rgb(37.6, 131.2, 184.8) 60%, rgb(32.9, 114.8, 161.7));
}

.btn-check:checked + .btn-primary {
  background-image: linear-gradient(rgb(37.6, 131.2, 184.8), rgb(37.6, 131.2, 184.8) 60%, rgb(32.9, 114.8, 161.7));
}

.btn-secondary {
  background-image: linear-gradient(rgb(236.52, 239.04, 241.56), #e9ecef 60%, rgb(219.02, 221.84, 224.66));
}

.btn-secondary:hover {
  background-image: linear-gradient(#e9ecef, rgb(221.35, 224.2, 227.05) 60%, rgb(198.05, 200.6, 203.15));
}

.btn-secondary:active {
  background-image: linear-gradient(rgb(186.4, 188.8, 191.2), rgb(186.4, 188.8, 191.2) 60%, rgb(163.1, 165.2, 167.3));
}

.btn-check:checked + .btn-secondary {
  background-image: linear-gradient(rgb(186.4, 188.8, 191.2), rgb(186.4, 188.8, 191.2) 60%, rgb(163.1, 165.2, 167.3));
}

.btn-success {
  background-image: linear-gradient(rgb(137.4, 181.92, 88.68), #73a839 60%, rgb(108.1, 157.92, 53.58));
}

.btn-success:hover {
  background-image: linear-gradient(#73a839, rgb(109.25, 159.6, 54.15) 60%, rgb(97.75, 142.8, 48.45));
}

.btn-success:active {
  background-image: linear-gradient(rgb(92, 134.4, 45.6), rgb(92, 134.4, 45.6) 60%, rgb(80.5, 117.6, 39.9));
}

.btn-check:checked + .btn-success {
  background-image: linear-gradient(rgb(92, 134.4, 45.6), rgb(92, 134.4, 45.6) 60%, rgb(80.5, 117.6, 39.9));
}

.btn-info {
  background-image: linear-gradient(rgb(43.32, 91.2, 137.4), #033c73 60%, rgb(2.82, 56.4, 108.1));
}

.btn-info:hover {
  background-image: linear-gradient(#033c73, rgb(2.85, 57, 109.25) 60%, rgb(2.55, 51, 97.75));
}

.btn-info:active {
  background-image: linear-gradient(rgb(2.4, 48, 92), rgb(2.4, 48, 92) 60%, rgb(2.1, 42, 80.5));
}

.btn-check:checked + .btn-info {
  background-image: linear-gradient(rgb(2.4, 48, 92), rgb(2.4, 48, 92) 60%, rgb(2.1, 42, 80.5));
}

.btn-warning {
  background-image: linear-gradient(rgb(226.44, 113.04, 40.8), #dd5600 60%, rgb(207.74, 80.84, 0));
}

.btn-warning:hover {
  background-image: linear-gradient(#dd5600, rgb(209.95, 81.7, 0) 60%, rgb(187.85, 73.1, 0));
}

.btn-warning:active {
  background-image: linear-gradient(rgb(176.8, 68.8, 0), rgb(176.8, 68.8, 0) 60%, rgb(154.7, 60.2, 0));
}

.btn-check:checked + .btn-warning {
  background-image: linear-gradient(rgb(176.8, 68.8, 0), rgb(176.8, 68.8, 0) 60%, rgb(154.7, 60.2, 0));
}

.btn-danger {
  background-image: linear-gradient(rgb(207.96, 64.32, 69.36), #c71c22 60%, rgb(187.06, 26.32, 31.96));
}

.btn-danger:hover {
  background-image: linear-gradient(#c71c22, rgb(189.05, 26.6, 32.3) 60%, rgb(169.15, 23.8, 28.9));
}

.btn-danger:active {
  background-image: linear-gradient(rgb(159.2, 22.4, 27.2), rgb(159.2, 22.4, 27.2) 60%, rgb(139.3, 19.6, 23.8));
}

.btn-check:checked + .btn-danger {
  background-image: linear-gradient(rgb(159.2, 22.4, 27.2), rgb(159.2, 22.4, 27.2) 60%, rgb(139.3, 19.6, 23.8));
}

.btn-light {
  background-image: linear-gradient(rgb(249.12, 249.96, 250.8), #f8f9fa 60%, rgb(233.12, 234.06, 235));
}

.btn-light:hover {
  background-image: linear-gradient(#f8f9fa, rgb(235.6, 236.55, 237.5) 60%, rgb(210.8, 211.65, 212.5));
}

.btn-light:active {
  background-image: linear-gradient(rgb(198.4, 199.2, 200), rgb(198.4, 199.2, 200) 60%, rgb(173.6, 174.3, 175));
}

.btn-check:checked + .btn-light {
  background-image: linear-gradient(rgb(198.4, 199.2, 200), rgb(198.4, 199.2, 200) 60%, rgb(173.6, 174.3, 175));
}

.btn-dark {
  background-image: linear-gradient(rgb(84.48, 89.52, 94.56), #343a40 60%, rgb(48.88, 54.52, 60.16));
}

.btn-dark:hover {
  background-image: linear-gradient(#343a40, rgb(49.4, 55.1, 60.8) 60%, rgb(44.2, 49.3, 54.4));
}

.btn-dark:active {
  background-image: linear-gradient(rgb(41.6, 46.4, 51.2), rgb(41.6, 46.4, 51.2) 60%, rgb(36.4, 40.6, 44.8));
}

.btn-check:checked + .btn-dark {
  background-image: linear-gradient(rgb(41.6, 46.4, 51.2), rgb(41.6, 46.4, 51.2) 60%, rgb(36.4, 40.6, 44.8));
}

.text-secondary {
  color: #adb5bd !important;
}

.bg-primary h1, .bg-primary .h1,
.bg-primary h2,
.bg-primary .h2,
.bg-primary h3,
.bg-primary .h3,
.bg-primary h4,
.bg-primary .h4,
.bg-primary h5,
.bg-primary .h5,
.bg-primary h6,
.bg-primary .h6,
.bg-success h1,
.bg-success .h1,
.bg-success h2,
.bg-success .h2,
.bg-success h3,
.bg-success .h3,
.bg-success h4,
.bg-success .h4,
.bg-success h5,
.bg-success .h5,
.bg-success h6,
.bg-success .h6,
.bg-info h1,
.bg-info .h1,
.bg-info h2,
.bg-info .h2,
.bg-info h3,
.bg-info .h3,
.bg-info h4,
.bg-info .h4,
.bg-info h5,
.bg-info .h5,
.bg-info h6,
.bg-info .h6,
.bg-warning h1,
.bg-warning .h1,
.bg-warning h2,
.bg-warning .h2,
.bg-warning h3,
.bg-warning .h3,
.bg-warning h4,
.bg-warning .h4,
.bg-warning h5,
.bg-warning .h5,
.bg-warning h6,
.bg-warning .h6,
.bg-danger h1,
.bg-danger .h1,
.bg-danger h2,
.bg-danger .h2,
.bg-danger h3,
.bg-danger .h3,
.bg-danger h4,
.bg-danger .h4,
.bg-danger h5,
.bg-danger .h5,
.bg-danger h6,
.bg-danger .h6,
.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6 {
  color: #fff;
}

.dropdown-menu .dropdown-header {
  color: #868e96;
}

.badge.bg-secondary, .badge.bg-light {
  color: #343a40;
}

.chosen-select,
.chosen-select-deselect {
  width: 100%;
}

.chosen-container {
  display: inline-block;
  position: relative;
  width: 100% !important;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
  user-select: none;
}
.chosen-container .chosen-drop {
  background: var(--bs-body-bg);
  border: 1px solid rgb(151, 209.5, 243);
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}
.chosen-container .chosen-results {
  margin: 0;
  position: relative;
  max-height: 15rem;
  padding: 0.5rem 0 0 0;
  color: #868e96;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0.25rem 0.25rem 0.25rem 1.5rem;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  color: #868e96;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  padding-left: 0.75rem;
  color: #adb5bd;
  font-weight: normal;
  text-transform: uppercase;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 1.5rem;
}
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.chosen-container .chosen-results li.result-selected {
  color: #495057;
}
.chosen-container .chosen-results li.result-selected:before {
  display: inline-block;
  position: relative;
  top: 0.3rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -1.25rem;
  content: "";
  /*          background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='#495057' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");
            background-size: 1.25rem 1.25rem;
            background-position: center center;
            background-repeat: no-repeat;
  */
}
.chosen-container .chosen-results li.highlighted {
  background-color: #2fa4e7;
  background-image: none;
  color: white;
}
.chosen-container .chosen-results li.highlighted:before {
  /*          background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");
  */
}
.chosen-container .chosen-results li.highlighted em {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ced4da;
}
.chosen-container .chosen-results .no-results {
  display: list-item;
  padding: 0.25rem 0 1rem 1.065rem;
  color: #c71c22;
}
.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 0.25rem;
  position: absolute;
  text-align: center;
  width: 20rem;
  z-index: 1;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 0.5rem;
}

.chosen-container-single .chosen-single {
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid var(--bs-border-color);
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
  color: #868e96;
  display: block;
  height: calc(1.5em + 0.75rem);
  overflow: hidden;
  line-height: calc(1.5em + 0.75rem);
  padding: 0 0 0 0.75rem;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  display: inline-block;
  position: absolute;
  top: 0.325rem;
  right: 2rem;
  width: 2rem;
  height: 1.5rem;
  cursor: pointer;
  /*      background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='#c71c22' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
        background-size: 1.5rem 1.5rem;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: $chosen-background;
  */
  box-shadow: 4px 0 16px 16px var(--bs-body-bg);
}
.chosen-container-single .chosen-single abbr:hover {
  /*        background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='rgb(109.5814977974, 15.4185022026, 18.7224669604)' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  */
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 1.5rem;
  text-overflow: ellipsis;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}
.chosen-container-single .chosen-single div {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  padding-left: 0.5rem;
  background-color: var(--bs-body-bg);
}
.chosen-container-single .chosen-single div:after {
  display: inline-block;
  position: relative;
  top: 0.125rem;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  /*        background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='#adb5bd' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/></svg>");
          background-size: 2rem 2rem;
          background-position: center center;
          background-repeat: no-repeat;
  */
}
.chosen-container-single .chosen-single:not(.chosen-single-with-deselect) div:after {
  background-color: var(--bs-body-bg);
  box-shadow: 4px 0 16px 16px var(--bs-body-bg);
}
.chosen-container-single .chosen-default {
  color: #adb5bd;
}
.chosen-container-single a:not([href]):not([tabindex]) {
  color: var(--bs-secondary-color) !important;
}
.chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
  color: #868e96 !important;
}
.chosen-container-single .chosen-search-input {
  border: none;
}
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 0.5rem 0.5rem 0 0.5rem;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}
.chosen-container-single .chosen-search:after {
  display: inline-block;
  position: relative;
  top: 0.365rem;
  left: -1.75rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  /*      background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='#adb5bd' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/></svg>");
        background-size: 1.25rem 1.25rem;
        background-position: center center;
        background-repeat: no-repeat;
  */
}
.chosen-container-single .chosen-search input[type=text] {
  background-color: #f8f9fa;
  border: 1px solid var(--bs-border-color);
  outline: none;
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  width: 100%;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
  background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search {
  display: none;
}

.chosen-container-multi .chosen-choices {
  background-color: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
  cursor: text;
  height: auto !important;
  margin: 0;
  padding: 0.175rem;
  overflow: hidden;
  position: relative;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type=text] {
  width: 100% !important;
  margin: 0;
  padding: 0.175rem 0.175rem 0.175rem 0.5rem;
  border: 0 !important;
  background: transparent !important;
  color: var(--bs-secondary-color);
  outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #ced4da;
}
.chosen-container-multi .chosen-choices .search-choice {
  background-clip: padding-box;
  position: relative;
  max-width: 320px;
  margin: 0.175rem 0.25rem;
  padding: 0.25rem 1.5rem 0.25rem 0.25rem;
  border: 1px solid var(--bs-border-color);
  background-color: #f8f9fa;
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
  cursor: default;
  font-size: 0.875rem;
  line-height: 1;
  color: #868e96;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  display: inline-block;
  position: absolute;
  top: 0.2rem;
  right: 0.125rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  /*        background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='#c71c22' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
          background-size: 1rem 1rem;
          background-position: center center;
          background-repeat: no-repeat;
  */
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  /*          background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='rgb(109.5814977974, 15.4185022026, 18.7224669604)' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  */
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #dee2e6;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}

.chosen-container-active .chosen-single {
  border: 1px solid rgb(151, 209.5, 243);
  box-shadow: 0 0 0 0.2rem rgba(151, 209.5, 243, 0.5);
  transition: border linear 0ms, box-shadow linear 0ms;
}
@media (prefers-reduced-motion: reduce) {
  .chosen-container-active .chosen-single {
    transition: none;
  }
}
.chosen-container-active.is-valid .chosen-single {
  box-shadow: 0 0 0 0.2rem rgba(115, 168, 57, 0.4);
}
.chosen-container-active.is-invalid .chosen-single {
  box-shadow: 0 0 0 0.2rem rgba(199, 28, 34, 0.4);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: var(--bs-body-bg);
  border: 1px solid rgb(151, 209.5, 243);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  transition: border linear 0ms, box-shadow linear 0ms;
}
@media (prefers-reduced-motion: reduce) {
  .chosen-container-active.chosen-with-drop .chosen-single {
    transition: none;
  }
}
.chosen-container-active.chosen-with-drop .chosen-single div:after {
  display: inline-block;
  position: relative;
  top: 0.125rem;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  /*        background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='#adb5bd' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/></svg>");
          background-size: 2rem 2rem;
          background-position: center center;
          background-repeat: no-repeat;
  */
}
.chosen-container-active .chosen-choices {
  border: 1px solid rgb(151, 209.5, 243);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: border linear 0ms, box-shadow linear 0ms;
}
@media (prefers-reduced-motion: reduce) {
  .chosen-container-active .chosen-choices {
    transition: none;
  }
}
.chosen-container-active .chosen-choices .search-field input[type=text] {
  color: #868e96 !important;
}
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-search-input {
  display: inline-block;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-container-optgroup-clickable li.group-result {
  text-transform: none !important;
}
.chosen-container-optgroup-clickable li.group-result:hover {
  background-color: #2fa4e7;
  color: white;
  cursor: pointer;
}
.chosen-container-optgroup-clickable li.group-result:hover em {
  color: white;
}

.chosen-container.is-valid .chosen-single,
.chosen-container.is-valid .chosen-choices,
.chosen-container.is-valid .chosen-drop, .chosen-container:valid .chosen-single,
.chosen-container:valid .chosen-choices,
.chosen-container:valid .chosen-drop {
  border-color: #73a839;
}
.chosen-container.is-invalid .chosen-single,
.chosen-container.is-invalid .chosen-choices,
.chosen-container.is-invalid .chosen-drop, .chosen-container:invalid .chosen-single,
.chosen-container:invalid .chosen-choices,
.chosen-container:invalid .chosen-drop {
  border-color: #c71c22;
}

input[type=text].chosen-focus-input {
  position: absolute;
  top: -9000px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  outline: 0;
}

.input-group:nth-of-type(1) .chosen-container .chosen-choices {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(:nth-of-type(1)) .chosen-container .chosen-choices {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group:not(:nth-of-type(1)) .input-group-prepend .input-group-text {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.input-group .chosen-container {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
}
.input-group .chosen-choices .search-field {
  min-height: calc(1.5em + 0.75rem);
}

.bootstrap-dialog {
  /* dialog types */
  /**
   * Icon animation
   * Copied from font-awesome: http://fontawesome.io/
   **/
  /** End of icon animation **/
}

.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}

.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 14px;
}

.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}

.bootstrap-dialog .bootstrap-dialog-close-button {
  float: right;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.bootstrap-dialog .btn-close {
  float: right !important;
  color: white !important;
}

.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 1172px) {
  .bootstrap-dialog .modal-xl {
    max-width: 95%;
  }
}
.bootstrap-dialog .modal-lg .bootstrap4-dialog-button:first-child {
  margin-top: 8px;
}

.bootstrap-dialog.type-default .modal-header {
  background-color: #fff;
}

.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333;
}

.bootstrap-dialog.type-info .modal-header {
  background-color: #17a2b8;
}

.bootstrap-dialog.type-primary .modal-header {
  background-color: #007bff;
}

.bootstrap-dialog.type-secondary .modal-header {
  background-color: #6c757d;
}

.bootstrap-dialog.type-success .modal-header {
  background-color: #28a745;
}

.bootstrap-dialog.type-warning .modal-header {
  background-color: #ffc107;
}

.bootstrap-dialog.type-danger .modal-header {
  background-color: #dc3545;
}

.bootstrap-dialog.type-light .modal-header {
  background-color: #f8f9fa;
}

.bootstrap-dialog.type-dark .modal-header {
  background-color: #343a40;
}

.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}

.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}

.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}

.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.bootstrap-dialog-footer-buttons {
  display: flex;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.bootstrap-dialog-header {
  display: contents;
}

/*
*/
a {
  text-decoration: none;
}

.breadcrumb {
  line-height: 2.5rem !important;
}

#desktop, .desktop {
  min-width: 1024px !important;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  padding-left: 10px;
  cursor: pointer;
}

.btn-secondary {
  background-image: linear-gradient(#edeff2, #e9ecef 60%, #dbdee1);
  background-color: #e9ecef;
  border-color: #e9ecef;
}

ul.dropdown-menu {
  margin-top: -1px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

nav.desktop {
  min-width: 1024px !important;
}

.jumbotron h1, .jumbotron .h1 {
  font-size: 3rem;
}
.jumbotron h1 small, .jumbotron .h1 small, .jumbotron h1 .small, .jumbotron .h1 .small {
  font-size: 0.8rem;
  color: white;
}
@media (max-width: 420px) {
  .jumbotron h1, .jumbotron .h1 {
    font-size: 2.2rem;
  }
}

a.content {
  text-decoration: underline;
}

.upload-logo {
  cursor: pointer;
  color: white;
}

#home-link {
  display: none;
  position: absolute;
  text-align: center;
  font-size: 1.3em;
  top: 45px;
  left: 20%;
  width: 120px;
  background-color: white;
  z-index: 400;
  padding: 8px;
  border-radius: 5px;
}
#home-link a {
  text-decoration: none;
}

.spinner,
.spinner1,
.spinner-phone {
  background-color: white;
  position: fixed;
  border-radius: 7px;
  padding: 10px;
  display: none;
  height: 70px;
  text-align: center;
  top: 35%;
  left: 43%;
  z-index: 1025;
  font-weight: 700;
}

.spinner1 {
  left: 23%;
}

.spinner-phone {
  left: 40%;
  top: 40%;
  z-index: 450;
}

p.inverse {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 1.3rem;
  padding: 15px;
}

#phone p.inverse, #phone p.inverse-default {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

@media (max-width: 524px) {
  p.inverse {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    font-size: 0.9rem;
    width: 100%;
  }
}
p.inverse-default {
  background: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  color: white;
  font-size: 1.3rem !important;
  padding: 10px;
}

h1.inverse-default, .inverse-default.h1, h2.inverse-default, .inverse-default.h2 {
  background: #033C73 linear-gradient(180deg, #295988, #033C73) repeat-x !important;
  color: white;
  padding: 10px !important;
  font-size: 1.3rem !important;
  margin-top: 15px;
}

h3.inverse-default, .inverse-default.h3, h4.inverse-default, .inverse-default.h4 {
  background: #033C73 linear-gradient(180deg, #295988, #033C73) repeat-x !important;
  color: white;
  padding: 10px !important;
  font-size: 1.3rem;
  font-weight: 500;
}

h4.inverse, .inverse.h4 {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 500;
}

p.inverse-brand {
  background: #033C73 linear-gradient(180deg, #295988, #033C73) repeat-x !important;
  color: white;
  padding: 10px 10px 10px 10px;
  font-size: 1.3rem;
}

.dark-bg {
  background: #033C73 linear-gradient(180deg, #295988, #033C73) repeat-x !important;
  border-bottom: 1px solid rgb(1.7033898305, 34.0677966102, 65.2966101695);
  color: white;
}

.light-bg {
  background: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  border-bottom: 1px solid rgb(38.3403141361, 159.9738219895, 229.6596858639);
  color: white;
}

.lightgray-bg {
  background-color: #dedede;
}

.bc-bg {
  background-color: #e9ecef;
}

.default-header-bg {
  background-color: #54b4eb;
}

.card-header.bg-primary a {
  color: white !important;
  padding-left: 7px;
}

.prod-container.showcase-container-inverse {
  width: 215px;
  height: auto;
  margin: 15px 15px 5px 0;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
}
@media (max-width: 524px) {
  .prod-container.showcase-container-inverse {
    width: 139px;
    margin: 5px 5px 10px 0;
    padding: 5px;
    height: auto;
  }
}

.prod-container {
  width: 260px;
  height: auto;
  margin: 5px;
  background-color: white;
  border-radius: 5px;
}
@media (max-width: 359px) {
  .prod-container {
    width: 155px;
    font-size: 0.85rem;
    height: 340px;
  }
}
@media (min-width: 360px) and (max-width: 374px) {
  .prod-container {
    width: 155px;
    font-size: 0.9rem;
    height: 350px;
  }
}
@media (min-width: 375px) and (max-width: 420px) {
  .prod-container {
    width: 160px;
    font-size: 0.95rem;
    height: 360px;
  }
}
.prod-container-caption {
  position: relative;
  padding: 5px;
  height: auto;
}
@media (max-width: 529px) {
  .prod-container-caption {
    height: 154px;
  }
}
.prod-container-caption a {
  text-decoration: none;
}
.prod-container-caption a:hover {
  text-decoration: none;
}
.prod-container-caption .brand-name {
  color: #868e96;
  font-weight: 700;
  font-size: 1.2em;
}
.prod-container-caption .prod-no {
  color: #2fa4e7;
  font-size: 0.9em;
  font-weight: 700;
}
.prod-container-caption .prod-desc {
  color: #868e96;
}
.prod-container-caption .price, .prod-container-caption .old-price {
  color: #0d5f23;
  font-weight: 700;
}
.prod-container-caption .discount-price {
  color: white;
  font-weight: 700;
}
.prod-container-caption .star-rating img {
  margin: 2px 0 0 0;
}
.prod-container-inverse {
  background-color: rgba(0, 0, 0, 0.5);
}
.prod-container-inverse .brand-name {
  font-weight: 700;
  font-size: 1.2em;
}
.prod-container-inverse .prod-no {
  color: #2fa4e7;
}
.prod-container-inverse .prod-desc {
  color: #adb5bd;
}
.prod-container-inverse .price {
  color: #868e96;
}

.prod-container-lg {
  height: auto;
  margin: 15px;
  padding: 10px;
  border-radius: 5px;
}
@media (max-width: 360px) {
  .prod-container-lg {
    height: auto;
    margin: 5px;
  }
}
@media (min-width: 361px) and (max-width: 375px) {
  .prod-container-lg {
    height: auto;
    margin: 10px;
  }
}
@media (min-width: 376px) and (max-width: 420px) {
  .prod-container-lg {
    height: auto;
    margin: 10px;
    align-content: start !important;
  }
}
.prod-container-lg-caption {
  position: relative;
  padding: 10px;
  height: 130px;
}
.prod-container-lg a {
  text-decoration: none;
}
.prod-container-lg a:hover {
  text-decoration: none;
}
.prod-container-lg .brand-name {
  color: #868e96;
  font-weight: 700;
  font-size: 1.2em;
}
.prod-container-lg .prod-no {
  color: #2fa4e7;
  font-size: 0.9em;
  font-weight: 700;
}
.prod-container-lg .prod-desc {
  color: #868e96;
}
.prod-container-lg .price {
  color: #0d5f23;
  font-weight: 700;
}
.prod-container-lg .star-rating img {
  margin: 2px 0 0 0;
}
.prod-container-lg-inverse {
  background-color: rgba(0, 0, 0, 0.5);
}
.prod-container-lg-inverse .brand-name {
  font-size: 1.2em;
}
.prod-container-lg-inverse .prod-no {
  color: #2fa4e7;
}
.prod-container-lg-inverse .prod-desc {
  color: #adb5bd;
}
.prod-container-lg-inverse .price {
  color: #868e96;
}

.prod-container-category {
  height: auto;
  margin: 15px;
  margin-top: 70px;
  max-width: 290px;
}
@media (max-width: 360px) {
  .prod-container-category {
    height: auto;
    margin: 10%;
  }
}
@media (min-width: 361px) and (max-width: 375px) {
  .prod-container-category {
    height: auto;
    margin: 10%;
  }
}
@media (min-width: 376px) and (max-width: 420px) {
  .prod-container-category {
    height: auto;
    margin: 10%;
  }
}
.prod-container-category-caption {
  position: relative;
  padding: 10px;
}
.prod-container-category a {
  text-decoration: none;
}
.prod-container-category a:hover {
  text-decoration: none;
}
.prod-container-category .brand-name {
  color: #868e96;
  font-weight: 900;
  font-size: 1.3em;
}
.prod-container-category .prod-no {
  color: #2fa4e7;
  font-size: 0.9em;
  font-weight: 800;
}
.prod-container-category .prod-desc {
  color: #868e96;
}
.prod-container-category .price {
  color: #0d5f23;
  font-weight: 900;
}
.prod-container-category .star-rating img {
  margin: 2px 0 0 0;
}
.prod-container-category-inverse {
  background-color: rgba(0, 0, 0, 0.5);
}
.prod-container-category-inverse .brand-name {
  font-size: 1.2em;
}
.prod-container-category-inverse .prod-no {
  color: #2fa4e7;
}
.prod-container-category-inverse .prod-desc {
  color: #adb5bd;
}
.prod-container-category-inverse .price {
  color: #868e96;
}

.pagination-centered {
  text-align: center;
}

.pagination > .active > a {
  background-color: #2fa4e7;
  color: white;
}

.strike-through {
  text-decoration: line-through;
}

.strong {
  font-weight: 700;
}

.fa-cc-amex {
  color: #31708f;
}

.fa-cc-visa {
  color: #3a87ad;
}

.fa-cc-mastercard, .fa-cc-discover {
  color: #8a6d3b;
}

i.fa-asterisk {
  color: rgb(174.9579646018, 180.25, 185.5420353982);
  font-size: 0.7em;
  font-weight: 500;
}

.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
}

.jumbotron {
  margin-bottom: 0;
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 12px;
  right: 12px;
}

.modal-dialog .close {
  color: white;
  opacity: 0.6;
}
.modal-dialog .close:hover {
  opacity: 1;
}
.modal-dialog .modal-footer {
  text-align: left;
}

.dd-selected-text {
  color: rgb(174.9579646018, 180.25, 185.5420353982);
}

.drop-cap {
  font-size: 3em;
  font-weight: 800;
  color: #868e96;
  float: left;
  margin: -10px 3px -10px 0;
}

.qq-upload-button {
  max-width: 320px;
}

a.back-to-top {
  display: none;
  width: 50px;
  height: 50px;
  border: 3px solid gray;
  padding-left: 9px;
  padding-top: 7px;
  position: fixed;
  z-index: 999;
  right: 50px;
  bottom: 100px;
  border-radius: 25px;
  color: #2fa4e7;
}

a.back-to-top:hover {
  color: #2fa4e7;
  border: 3px solid #2fa4e7;
}

a.chat {
  position: fixed;
  right: 25px;
  bottom: 20px;
}

.old-price {
  text-decoration: line-through;
}

.discount-price {
  color: white;
  font-weight: 700;
}

.prod-elevate {
  position: relative;
  top: -45px;
  background-color: transparent;
}

.help-block {
  font-size: 0.95em !important;
  color: red;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 359px) {
  .breadcrumb-hidden {
    display: none;
  }
  .col-sm-12 h1, .col-sm-12 .h1 {
    margin-left: 0.5rem;
  }
}
@media (min-width: 420px) {
  .breadcrumb {
    padding-left: 0.25rem !important;
  }
}
.card-body {
  background: white !important;
  overflow: visible !important;
}

.hidden {
  display: none;
}

.alert {
  padding: 0.75rem;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-feedback .form-control {
  padding-right: 47.5px;
}

.has-feedback .form-control-feedback {
  position: relative;
  top: 12px;
  right: 0;
}

.form-control-feedback {
  position: relative;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

#DoubleCheck {
  visibility: hidden;
}

.sale-price {
  color: red;
  font-weight: 700;
}

.fv-plugins-icon .fa .fa-asterisk {
  position: relative;
  right: 20px;
  top: 20px;
}

#responsive_nav .navbar-brand {
  font-size: 2em !important;
}
#responsive_nav .lightblue-bg {
  background-color: #2c9ad9 !important;
  color: #000000 !important;
}
#responsive_nav .darkblue-bg {
  background-color: #033c73 !important;
  color: #FFFFFF !important;
}
#responsive_nav .btn {
  background-color: #033c73 !important;
  background-color: #033c73 !important;
  border-color: #033c73 !important;
  color: #ffffff !important;
  background-image: none !important;
}
#responsive_nav .border-warning {
  border-color: #033c73 !important;
}
#responsive_nav .btn-warning {
  background-color: #033c73 !important;
  border-color: #033c73 !important;
  color: #ffffff !important;
  background-image: none !important;
}
#responsive_nav .bg-warning {
  background-color: #033c73 !important;
}
#responsive_nav a {
  font-size: calc(0.75rem + 0.6vw);
  font-weight: 500;
}
#responsive_nav .superNav {
  font-size: 13px;
}
#responsive_nav .form-control {
  outline: none !important;
  box-shadow: none !important;
}
@media screen and (max-width: 540px) {
  #responsive_nav .centerOnMobile {
    text-align: center;
  }
}
#responsive_nav #login_header {
  font-size: calc(0.5rem + 0.5vw);
}
#responsive_nav .dropdown-styling {
  font-weight: 500;
  font-size: calc(0.55rem + 0.55vw);
  align-content: start;
  justify-content: flex-start;
}
#responsive_nav .top-header-styling {
  font-weight: 600;
  font-size: calc(0.6rem + 0.55vw);
}
#responsive_nav .offcanvas-styling {
  color: #ffffff !important;
  font-size: calc(1rem + 1vw);
  align-content: end;
}
#responsive_nav .offcanvas-logo-text {
  color: #FFFFFF !important;
  font-weight: 900 !important;
  font-size: calc(1.3rem + 1.5vw);
  margin-left: 1% !important;
  margin-top: 2% !important;
}

.phone-hero-text-style-1 {
  color: #fff;
  font-size: calc(2.575rem + 9.9375vw);
  text-align: center;
  font-weight: 900 !important;
  margin-top: 6%;
}
@media (min-width: 1920px) {
  .phone-hero-text-style-1 {
    font-size: 14.5rem;
  }
}

.phone-hero-text-style-2 {
  color: #fff;
  text-align: center;
  font-size: calc(1.925rem + 5.0625vw);
  font-weight: 900 !important;
  margin-top: -0.9em !important;
}
@media (min-width: 1920px) {
  .phone-hero-text-style-2 {
    font-size: 8rem;
  }
}

.phone-hero-text-style-4 {
  color: #fff;
  font-size: calc(2.575rem + 9.9375vw);
  text-align: center;
  font-weight: 900 !important;
}
@media (min-width: 1920px) {
  .phone-hero-text-style-4 {
    font-size: 14.5rem;
  }
}

.phone-hero-text-style-3 {
  color: #fff;
  text-align: center;
  font-size: calc(1.375rem + 0.9375vw);
  margin-top: 0.5em !important;
  margin-bottom: 3em !important;
  font-style: italic !important;
}
@media (min-width: 1920px) {
  .phone-hero-text-style-3 {
    font-size: 2.5rem;
  }
}

.phone-hero-text {
  color: #fff;
  text-align: center;
  font-style: italic;
  font-size: calc(1rem + 1.5vw) !important;
  margin-top: 7rem !important;
  margin-bottom: 2.5em !important;
}

.responsive-hero-title {
  font-size: calc(1.675rem + 3.1875vw);
  font-weight: bold !important;
  white-space: nowrap !important;
  margin-top: -0.4em !important;
}
@media (min-width: 1920px) {
  .responsive-hero-title {
    font-size: 5.5rem;
  }
}

.responsive-hero-line1 {
  color: #212529;
  font-size: calc(1.325rem + 0.5625vw);
  white-space: nowrap !important;
  line-height: 80%;
  font-style: italic !important;
  margin-top: 0, 75rem;
}
@media (min-width: 1920px) {
  .responsive-hero-line1 {
    font-size: 2rem;
  }
}

.thebest {
  box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, 0.7);
}

.responsive-hero-line2 {
  color: #2fa4e7 !important;
  font-size: calc(1.875rem + 4.6875vw);
  font-weight: bold !important;
  margin-top: -0.45em !important;
  white-space: nowrap !important;
  text-align: start !important;
  line-height: 80%;
}
@media (min-width: 1920px) {
  .responsive-hero-line2 {
    font-size: 7.5rem;
  }
}

.responsive-hero-line3 {
  color: #033c73 !important;
  font-size: calc(1.925rem + 5.0625vw);
  white-space: nowrap !important;
  font-weight: bold !important;
}
@media (min-width: 1920px) {
  .responsive-hero-line3 {
    font-size: 8rem;
  }
}

body {
  font-family: Roboto, Arial, sanserif !important;
}

.stitch-america-header-font {
  color: #ffffff !important;
  font-size: calc(0.5rem + 1vw) !important;
}

#responsive_body h2, #responsive_body .h2 {
  font-weight: 600;
  font-size: calc(1.425rem + 1.3125vw);
}
@media (min-width: 1920px) {
  #responsive_body h2, #responsive_body .h2 {
    font-size: 3rem;
  }
}
#responsive_body h3, #responsive_body .h3 {
  font-weight: 600 !important;
  font-size: calc(0.7rem + 1.6vw) !important;
}
#responsive_body h4, #responsive_body .h4 {
  font-weight: 500 !important;
  font-size: calc(0.45rem + 0.8vw) !important;
  color: #2fa4e7 !important;
}

.cat-desc h2, .cat-desc .h2 {
  font-size: calc(1.305rem + 0.4125vw);
}
@media (min-width: 1920px) {
  .cat-desc h2, .cat-desc .h2 {
    font-size: 1.8rem;
  }
}

#desktop {
  min-width: 1024px;
}

a#log-in {
  cursor: pointer;
}

.navbar-brand {
  font-size: 1rem !important;
}

li.top-ten {
  padding-left: 20px;
  color: rgb(5.593220339, 111.8644067797, 214.406779661);
}

.logo {
  float: left;
  padding-top: 5px;
}

.logo-xs {
  margin-left: 5px;
}

.phone {
  float: left !important;
  color: white;
}
.phone a {
  color: white;
}

/*#phone {
    display: none;
}

#alternate-phone {
    display: none;
}
*/
.navbar-toggler {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

@media (max-width: 360px) {
  .phone-icon {
    display: none;
  }
}
@media (max-width: 320px) {
  .flag-visibility {
    display: none;
  }
}
#hover-cart {
  opacity: 0;
  position: absolute;
  top: -500px;
  background-color: white;
  left: 70%;
  top: 50px;
  width: auto;
  height: auto;
  padding: 15px;
  border: 1px solid #adb5bd;
  border-radius: 5px;
  z-index: 900;
  Float: left;
}
#hover-cart .hover-cart-summary {
  margin: 0 auto;
}
#hover-cart .hover-cart-summary .prod-img {
  clear: both;
  float: left;
  margin-top: 10px;
}
#hover-cart .hover-cart-summary a {
  font-size: 0.9em;
}
#hover-cart .hover-cart-summary .prod-details {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
#hover-cart .hover-cart-summary .prod-details .brand {
  font-size: 1.1em;
  font-weight: 700;
  color: #868e96;
}
#hover-cart .hover-cart-total {
  clear: both;
  padding-top: 10px;
  font-size: 1.2em;
  color: #2fa4e7;
  font-weight: 700;
  width: 100%;
}
#hover-cart .hover-cart-total table {
  width: 100%;
}
#hover-cart .hover-cart-total table td {
  width: 50%;
}
#hover-cart .hover-cart-total .cart-total {
  color: #868e96;
}

.ui-front {
  z-index: 2000;
}

.ui-nav-item {
  font-size: 0.9em;
}

footer li {
  list-style: none;
}

footer .light-bg {
  color: #033c73;
  padding-top: 20px;
}
footer .light-bg a {
  color: white;
}
footer .light-bg p {
  font-size: 1.1em;
}
footer .light-bg p.headline {
  font-size: calc(1.5rem + 1vw);
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
}
footer .light-bg p.sm-headline {
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 15px;
}
footer .light-bg p.sm {
  margin-left: 15px;
  font-size: 1.1em;
}

footer .dark-bg a {
  color: white;
  text-decoration: none;
}
footer .dark-bg p.headline {
  font-size: calc(0.9rem + 0.8vw);
  font-weight: 400;
  line-height: 125%;
  /*            font-style: italic;
  */
  /*            @media (max-width: 350) {
                  font-size: 1.2em;
              }
  */
}
footer .dark-bg p.xs-headline {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 5px 0 5px;
  margin: 0;
}
footer .dark-bg p.sm {
  margin-left: 15px;
  font-size: 1.1em;
}
footer .dark-bg p.xs {
  margin: 0;
  font-size: 0.9em;
  padding: 0 5px 10px 5px;
}
footer .dark-bg .phonenumber {
  font-size: calc(1rem + 1vw);
  font-style: normal !important;
  font-weight: 900;
  margin-top: 1% !important;
  text-align: center !important;
}

.expert {
  text-align: center;
}

.sm-contact {
  margin-top: 10px;
  font-size: 0.9rem;
}

.contact-us {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.1em;
}

.xs-contact-us {
  padding: 10px;
  margin-top: 15px;
  font-size: 0.8em;
}

.credits {
  text-align: center;
  font-size: 0.9em;
  padding-bottom: 10px;
}

.xs-credits {
  padding-top: 10px;
  font-size: 0.8rem;
}

#footerflag {
  /*    max-width: 75% !important;
      height: auto !important;
  */
  padding-left: 25% !important;
  padding-bottom: 5% !important;
}

.lightblue-headline {
  font-size: calc(1.1rem + 1.5vw) !important;
  font-weight: 900 !important;
  line-height: 90% !important;
  line-height: 70% !important;
}

.lightblue-footer-text {
  font-size: calc(0.45rem + 0.7vw) !important;
  font-weight: 500 !important;
}

body {
  font-family: Roboto, Arial, sanserif !important;
}

#SA-carousel {
  z-index: 200;
}
#SA-carousel .carousel-caption {
  text-align: left;
  top: 20%;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  #SA-carousel .carousel-caption {
    top: 5%;
  }
}
#SA-carousel h1, #SA-carousel .h1 {
  color: white;
}
#SA-carousel .carousel-indicators li {
  background-color: #808080;
  border: solid 1px white;
}

#desktop #SA-carousel {
  min-width: 1024px;
  position: relative;
  top: -45px;
}
#desktop #SA-carousel h1, #desktop #SA-carousel .h1 {
  font-size: 5em;
}

#tablet #SA-carousel h1, #tablet #SA-carousel .h1 {
  font-size: 4em;
}

#phone #SA-carousel h1, #phone #SA-carousel .h1 {
  font-size: 3em;
}

/*@media (min-width: 600px) {
    #SA-carousel {

        & h1 {
            font-size: 4.5em;
        }
    }
}


@media (max-width : 599px) {

    #SA-carousel {

        & h1 {
            font-size: 3.5em;
        }
    }
}*/
/*@media (min-device-width: 481px) and (max-device-width : 1024px) {

    #tabletslider {

        #SA-carousel {

            & h1 {
                font-size: 5em;
            }
        }
    }
}*/
.review {
  width: 300px !important;
  height: auto;
  margin: 45px 25px 0 0;
}
.review .twitter {
  background: white;
  padding: 15px;
  border-radius: 20px;
  float: left;
  min-width: 300px;
}
.review .twitter:after {
  content: "";
  position: relative;
  top: 50px;
  left: 20%;
  border: 20px solid transparent;
  border-top-color: white;
}
.review .showcase {
  background: white;
  padding: 15px;
  border-radius: 0;
  float: left;
  min-width: 200px;
}

.contrib {
  text-align: right;
  margin: 20px 15px 10px 0;
}

#bestsellers1 {
  background-color: ActiveBorder;
}

.best-sellers-category {
  background: rgba(255, 255, 255, 0.5) !important;
  height: 70px;
}
.best-sellers-category h2, .best-sellers-category .h2 {
  font-size: 3em !important;
}

.bs-discount-price {
  color: white;
}

#new-arrivals h2, #new-arrivals .h2 {
  color: white;
}

.mb-3 .float-right select {
  z-index: 1000;
}

#category-page {
  min-height: 550px;
}
#category-page a {
  text-decoration: none;
}

div.default-header {
  background-image: linear-gradient(rgb(83.5793103448, 180.0034482759, 235.2206896552), #2fa4e7 60%, rgb(28.7103448276, 155.9982758621, 228.8896551724));
  color: white;
  font-size: 1.5em;
  width: 100% !important;
  /*    padding: 2%;
      margin-bottom: 1%;
  */
  height: 3.5rem;
}

.form-control.slim {
  /*margin-bottom: 10px;*/
  padding: 3px 12px;
}

select#CurrentPage.btn-default {
  color: #2fa4e7;
}

.filters > .navbar-default {
  background-color: white;
  background-image: none;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.filter-title {
  margin-left: 1.5%;
  margin-top: 1%;
  font-size: 1.25em !important;
}

#gotopager > select {
  max-width: 170px;
}

#bestsellers-categoryname, #new-arrivals-categoryname {
  max-width: 160px;
}

@media (max-width: 900px) {
  .filters .navbar-default {
    background-color: #2fa4e7;
    background-image: -webkit-linear-gradient(#54b4eb, #41ace9 60%, #26a0e6);
    background-image: -o-linear-gradient(#54b4eb, #41ace9 60%, #26a0e6);
    background-image: linear-gradient(#54b4eb, #41ace9 60%, #26a0e6);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff54b4eb", endColorstr="#ff26a0e6", GradientType=0);
  }
  .filters .navbar-header {
    float: none;
  }
  .filters .navbar-toggle {
    display: block;
    float: left;
    margin-left: 10px;
  }
  .filters .navbar-collapse.collapse {
    display: none !important;
  }
  .filters .navbar-nav {
    float: none !important;
    margin-bottom: 10px;
  }
  .filters .navbar-nav > li {
    float: none;
    margin: 0 0 0 10px;
  }
  .filters .navbar-nav > li > .btn {
    width: 220px;
  }
  .filters .navbar-nav > li > .btn form-control.slim {
    width: auto;
  }
  .filters .collapse.in {
    display: block !important;
  }
}
@media (min-width: 901px) {
  .filters {
    /*& .navbar-default {
        background-color: #2fa4e7;
        background-image: -webkit-linear-gradient(#54b4eb, #41ace9 60%, #26a0e6);
        background-image: -o-linear-gradient(#54b4eb, #41ace9 60%, #26a0e6);
        background-image: linear-gradient(#54b4eb, #41ace9 60%, #26a0e6);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff26a0e6', GradientType=0);
        padding-left: 5px;
        max-height: 52px;
    }*/
  }
  .filters .navbar-header {
    float: none;
  }
  .filters .navbar-collapse.collapse {
    visibility: visible;
    padding-left: 0;
    padding-right: 0;
  }
  .filters .navbar-nav {
    float: none !important;
    margin-bottom: 10px;
  }
  .filters .collapse.in {
    display: block !important;
  }
}
.quick-selector {
  margin-bottom: 15px;
}

.alpha-listing a {
  color: gray;
  font-size: 1.2em;
  font-weight: 700;
}

#prev-link,
#next-link {
  cursor: pointer;
}

.clear-fltrs {
  margin-top: 3px;
}
.clear-fltrs .badge {
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  z-index: 2000;
}

.inventory-warning {
  position: relative;
  top: -130px;
  font-size: 1em;
}
.inventory-warning p {
  font-size: 1em;
  width: auto;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 524px) {
  .inventory-warning {
    position: relative;
    top: -130px;
    font-size: 1em;
  }
  .inventory-warning p {
    font-size: 1em;
    width: auto;
    font-weight: 700;
    text-align: center;
  }
}
.cat-warning {
  background-color: rgba(255, 0, 0, 0.5);
  color: white;
  margin-bottom: -45px;
  border-radius: 7px;
  padding: 10px;
}

@media (max-width: 524px) {
  .cat-warning {
    background-color: rgba(255, 0, 0, 0.5);
    color: white;
    margin-bottom: -45px;
    border-radius: 7px;
    padding: 10px;
    font-size: 1em;
  }
}
.sanmar-sucks {
  color: orange;
  font-weight: 700;
}

.cat-description {
  font-size: 0.9rem;
}

@media (max-width: 576px) {
  .cat-description {
    font-size: 0.8rem;
  }
}
.card-header {
  padding: 0 !important;
}

.login-form, #retrieve-pass {
  margin-top: 30px;
}
.login-form a.forgot-pw, #retrieve-pass a.forgot-pw {
  text-decoration: underline;
  font-size: 0.9rem;
}
.login-form input, #retrieve-pass input {
  margin-top: 5px;
}
.login-form .close, #retrieve-pass .close {
  color: white;
  opacity: 0.6;
}
.login-form .close:hover, #retrieve-pass .close:hover {
  opacity: 1;
}
.login-form .mb-3, #retrieve-pass .mb-3 {
  margin-bottom: 10px;
}

.login-entry {
  background-color: white;
  border: 1px solid #cdcdcd;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 5px;
  min-width: 320px;
}

.mb-3.control-label {
  visibility: hidden;
}

h3.form-signin-heading, .form-signin-heading.h3 {
  font-size: 1.8em;
}

.bg-image {
  width: 100%;
  height: auto;
}

.modal-dialog {
  width: 400px;
  top: 150px;
  z-index: 3000;
}
.modal-dialog .bootstrap-dialog-title {
  font-size: 1.6em;
}

@media (max-width: 580px) {
  .modal-dialog {
    width: 300px;
    top: 75px;
    z-index: 3000;
  }
  .modal-dialog .bootstrap-dialog-title {
    font-size: 1.6em;
  }
}
#desktop #sign-in, #desktop #signin, #desktop #retrieve-pass {
  min-height: 520px;
}

@media (max-width: 550px) {
  .login-form .modal-dialog {
    width: 330px;
    top: 20px;
  }
}
@media (max-width: 325px) {
  .login-form .modal-dialog {
    width: 300px;
    top: 20px;
  }
}

@media (max-width: 550px) {
  .sign-in-first .modal-dialog {
    width: 330px;
    top: 50px;
  }
}
@media (max-width: 325px) {
  .sign-in-first .modal-dialog {
    width: 300px;
    top: 50px;
  }
}

.side-cart-summary {
  margin: 0 0 15px 0;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
.side-cart-summary table {
  border-collapse: collapse;
  border: 1px solid var(--bs-border-color);
  padding: 15px;
}
.side-cart-summary table th {
  background-color: #033c73;
  color: white;
  padding-left: 15px !important;
  font-size: 1.1em;
  font-weight: 700;
}
.side-cart-summary table td.right {
  text-align: right;
}
.side-cart-summary table td.last {
  padding-bottom: 10px;
}
.side-cart-summary table .sm-prod-summary {
  float: left;
  clear: both;
}
.side-cart-summary table .sm-prod-summary .prod-img {
  float: left;
}
.side-cart-summary table .sm-prod-summary .prod-details {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.side-cart-summary table .sm-prod-summary .prod-details .brand {
  font-size: 1.1em;
  font-weight: 700;
  color: #868e96;
}
.side-cart-summary table .sm-prod-summary .prod-details a {
  font-size: 0.9em;
}
.side-cart-summary p.design-display {
  margin: 0 0 10px;
  /*        text-align: center;
  */
}
.side-cart-summary p.design-display.top-padding {
  text-align: left;
}
.side-cart-summary p.design-display img {
  max-width: 260px;
}

.upload-form .modal-dialog {
  top: 3vh;
  width: 580px;
}
.upload-form .modal-dialog #btn-save-uses {
  margin-top: 15px;
}
.upload-form .modal-dialog #fine-uploader .qq-upload-button-selector {
  width: auto;
  margin-bottom: 10px;
}
.upload-form .modal-dialog #fine-uploader .qq-upload-file {
  font-size: 0.9em;
}
.upload-form .modal-dialog h4, .upload-form .modal-dialog .h4 {
  margin-top: 0;
}
.upload-form .modal-dialog .close {
  color: white;
  opacity: 0.6;
}
.upload-form .modal-dialog .close:hover {
  opacity: 1;
}
.upload-form .modal-dialog .complete-process {
  display: none;
}
.upload-form .modal-dialog table {
  width: 100%;
}
.upload-form .modal-dialog table td {
  vertical-align: middle;
  padding: 5px;
}
.upload-form .modal-dialog .thumbnail {
  float: left;
  display: none;
  width: 200px;
  margin-left: 15px;
}
.upload-form .modal-dialog .thumbnail .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  padding: 10px;
  font-weight: 500;
}
.upload-form .modal-dialog #upload-alert {
  width: 320px;
  float: left;
}
.upload-form .modal-dialog #upload-comments {
  display: none;
  margin-bottom: 15px;
}
.upload-form .modal-dialog #upload-success .btn {
  margin-bottom: 15px;
}

.mobile-h1 {
  font-size: 1rem !important;
  color: white;
}

.test-class {
  color: purple;
}

.nav-link {
  color: white !important;
}

f {
  background-image: url("/home-images/10offsale.jpg");
}
f h1, f .h1, f h2, f .h2, f h3, f .h3, f h4, f .h4 {
  color: #2fa4e7 !important;
  white-space: nowrap;
}
f .col-md-2 {
  text-align: center;
}

#phone #hero, #phone #dual-hero {
  /*        height: 32em;
  */
  display: block;
}
#phone #dual-hero-1, #phone #dual-hero-2 {
  /*        height: 20em;
  */
}

#hero, #hero-1, #hero-3, #dual-hero, #dual-hero-1, #dual-hero-2 {
  /*    height: 45rem;
  */
  display: block;
}

#bestsellers {
  display: block;
}
#bestsellers h1, #bestsellers .h1, #bestsellers h2, #bestsellers .h2 {
  color: white;
}

/*#favorite-brands {
    height: 35rem;
    display: block;
}
h2 small {
    font-size: 0.4em;
}

#more-content {
    background-color: rgba(0, 0, 0, 0.70);

    & h2 {
        color: white;
    }
}

#more-content .btn-primary {
    margin-right: 15px;
    margin-bottom: 20px;
    /*font-size: 1.3em;*/
/*}
*/
#sub-navigation {
  background: #dee2e6;
  width: 100%;
}

h1.store-title, .store-title.h1 {
  font-weight: 500 !important;
  font-size: calc(0.45rem + 0.8vw) !important;
  color: #2fa4e7 !important;
}

#dual-hero {
  /*    @media only screen and (max-width: 460px) {
          a {
              position: relative;
              left: 25%;
              top: 200px;
          }
      }

      a {
          position: relative;
          left: 25%;
          top: 500px;
      }
  */
}
#dual-hero h2, #dual-hero .h2 {
  color: white;
  font-size: 1.75em;
}
#dual-hero .hero-headline {
  font-size: calc(1.25rem + 1vw);
  position: absolute;
  left: 15%;
  top: 50%;
  color: white;
}
#dual-hero .hero-headline-2 {
  font-size: calc(1.25rem + 1vw);
  font-weight: 900;
  position: absolute;
  top: 29%;
  right: 20%;
}

#desktop .hero-headline-background-1 {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: relative;
  top: -10rem;
  height: 10rem;
  white-space: nowrap;
  padding: 15px;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}
#desktop .hero-headline-background-1 a {
  display: inline;
  position: relative;
  top: -10px;
  left: 40px;
}
#desktop .hero-headline-background {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: relative;
  top: 10rem;
  height: 16rem;
  white-space: nowrap;
  padding: 15px;
  width: 100%;
}
#desktop .hero-headline-background a {
  display: inline;
  position: relative;
  top: 50px;
  left: 45px;
}
#desktop .hero-headline-background a.dual-btn {
  display: inline;
  position: relative;
  top: 100px;
  left: 50px;
}
#desktop .headline-background {
  background-color: rgb(0, 0, 0);
}
#desktop .headline-background h2, #desktop .headline-background .h2 {
  color: white;
}
#desktop .hero-subheadline-background {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  float: right;
  position: relative;
  top: 40px;
  padding: 15px;
  width: 50%;
}
#desktop .hero-headline-1 {
  font-size: 3rem !important;
  display: inline;
}
#desktop .hero-headline {
  font-size: 3rem !important;
  position: relative;
  top: 40px;
  color: white;
}
#desktop .small-hero-text {
  font-size: 1.5em;
  font-weight: lighter;
  display: block;
}
#desktop .hero-subheadline-1 {
  color: #fff;
  font-size: 1em;
}
#desktop .hero-subheadline {
  color: #fff;
  font-size: 1.3em;
  position: relative;
  top: 40px;
}
#desktop h2, #desktop .h2 {
  font-size: 2.5rem;
}
#desktop #home-slider {
  z-index: 200;
  margin-bottom: -45px;
}
#desktop #why-stitch-america {
  padding-bottom: 25px;
}
#desktop #why-stitch-america h3, #desktop #why-stitch-america .h3 {
  text-transform: none;
  font-weight: 700;
  min-width: 540px;
}
#desktop #why-stitch-america .md-text, #desktop #why-stitch-america .lg-text {
  font-size: 1.1rem;
}
#desktop .context-menu {
  background-color: rgba(0, 0, 0, 0.31);
  z-index: 300;
  position: relative;
  top: -1px;
}
#desktop .context-menu .nav-pills {
  margin-left: -12px;
}
#desktop .context-menu .nav-pills a {
  /*font-size: 1.2em;*/
  color: white;
}
#desktop .context-menu .nav-pills a:hover {
  color: #212529;
  border-radius: 0;
}
#desktop .larger {
  font-size: 1.1rem;
}
#desktop #hero-4 {
  min-height: 420px;
}
#desktop #hero-div img {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  #desktop #hero-div img {
    margin-bottom: -24px;
  }
}
#desktop .hero-text {
  background: white;
  width: 100%;
  margin-left: 3rem;
}
#desktop .hero-text .hero-title {
  font-size: calc(2.025rem + 5.8125vw);
  margin-bottom: 0.2em !important;
  font-weight: bold !important;
  white-space: nowrap !important;
}
@media (min-width: 1920px) {
  #desktop .hero-text .hero-title {
    font-size: 9rem;
  }
}
#desktop .hero-text .hero-line1 {
  color: #212529;
  font-size: calc(2.1rem + 6.375vw);
  margin-top: -0.8em;
  font-weight: bold !important;
  white-space: nowrap !important;
}
@media (min-width: 1920px) {
  #desktop .hero-text .hero-line1 {
    font-size: 9.75rem;
  }
}
#desktop .hero-text .hero-line2 {
  font-size: calc(1.7rem + 3.375vw);
  margin-top: -0.8em;
  font-weight: bold !important;
  white-space: nowrap !important;
}
@media (min-width: 1920px) {
  #desktop .hero-text .hero-line2 {
    font-size: 5.75rem;
  }
}
#desktop .hero-text .hero-line3 {
  font-size: calc(1.325rem + 0.5625vw);
  margin-top: -0.6em;
  margin-bottom: 0.7em;
  white-space: nowrap !important;
}
@media (min-width: 1920px) {
  #desktop .hero-text .hero-line3 {
    font-size: 2rem;
  }
}
#desktop #hero-5 {
  min-height: 540px;
}
#desktop .hero-text-1 {
  background: white;
}
#desktop .hero-text-1 .hero-title-1 {
  font-size: calc(2.005rem + 5.6625vw);
  font-weight: bold !important;
  white-space: nowrap !important;
  margin-top: 0.5em;
}
@media (min-width: 1920px) {
  #desktop .hero-text-1 .hero-title-1 {
    font-size: 8.8rem;
  }
}
#desktop .hero-text-1 .hero-line1a {
  color: black;
  font-size: 9em;
  margin-top: -0.75em;
  font-weight: bold !important;
  white-space: nowrap !important;
}
#desktop .hero-text-1 .hero-line2a {
  font-size: calc(1.7rem + 3.375vw);
  margin-top: -2rem;
  font-weight: bold !important;
  white-space: nowrap !important;
  color: black;
}
@media (min-width: 1920px) {
  #desktop .hero-text-1 .hero-line2a {
    font-size: 5.75rem;
  }
}
#desktop .hero-text-1 .hero-line3a {
  color: #212529;
  font-size: calc(1.375rem + 0.9375vw);
  margin-top: -0.75em;
  margin-bottom: 1.25em;
  white-space: nowrap !important;
}
@media (min-width: 1920px) {
  #desktop .hero-text-1 .hero-line3a {
    font-size: 2.5rem;
  }
}
#desktop .hero-btn {
  margin-left: 10em;
}

#tablet {
  /*    #dual-hero {
          height: 60em !important;
      }
  */
  /*    #dual-hero-1, #dual-hero-2 {
          height: 30em;
      }

  */
}
#tablet h2, #tablet .h2 {
  font-size: 2.5rem;
}
#tablet .hero-headline-background {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  position: relative;
  top: 7rem;
  width: 100%;
  max-width: 100%;
  height: 240px;
}
#tablet .hero-headline-background a {
  position: relative;
  top: 20px;
}
#tablet .hero-subheadline-background {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  float: right;
  position: relative;
  top: 220px;
  width: 580px;
  height: 60px;
  padding-top: 15px;
}
#tablet .hero-headline {
  font-size: 2.75em !important;
  position: relative;
  top: 20px;
  color: white;
}
#tablet .hero-button {
  float: left;
  position: relative;
  top: 250px;
}
#tablet .small-hero-text {
  font-size: 1.5em;
  font-weight: lighter;
  display: block;
}
#tablet .hero-subheadline {
  font-size: 1.75em;
  color: #fff;
  margin-bottom: 0;
}
#tablet #home-slider {
  z-index: 200;
}
@media (min-width: 768px) {
  #tablet #home-slider {
    margin-top: -45px;
  }
}
#tablet #hero, #tablet #hero-1, #tablet #hero-2, #tablet #hero-3 {
  z-index: -200;
}
#tablet #hero a, #tablet #hero-1 a, #tablet #hero-2 a, #tablet #hero-3 a {
  /*            position: relative;
              top: 160px;
              left: 30px;
  */
}
#tablet #hero .hero-container-overlay, #tablet #hero-1 .hero-container-overlay, #tablet #hero-2 .hero-container-overlay, #tablet #hero-3 .hero-container-overlay {
  position: relative;
  top: 50px;
}
#tablet #hero .hero-container-overlay li, #tablet #hero-1 .hero-container-overlay li, #tablet #hero-2 .hero-container-overlay li, #tablet #hero-3 .hero-container-overlay li {
  margin-bottom: 10px;
}
#tablet #hero .hero-container-overlay h1, #tablet #hero .hero-container-overlay .h1, #tablet #hero-1 .hero-container-overlay h1, #tablet #hero-1 .hero-container-overlay .h1, #tablet #hero-2 .hero-container-overlay h1, #tablet #hero-2 .hero-container-overlay .h1, #tablet #hero-3 .hero-container-overlay h1, #tablet #hero-3 .hero-container-overlay .h1 {
  color: white;
  /*font-size: 2.75em;*/
}
#tablet #hero .hero-container-overlay h2, #tablet #hero .hero-container-overlay .h2, #tablet #hero-1 .hero-container-overlay h2, #tablet #hero-1 .hero-container-overlay .h2, #tablet #hero-2 .hero-container-overlay h2, #tablet #hero-2 .hero-container-overlay .h2, #tablet #hero-3 .hero-container-overlay h2, #tablet #hero-3 .hero-container-overlay .h2 {
  color: white;
  /*font-size: 2em;*/
  display: inline;
}
#tablet #hero .hero-container-overlay h2 small, #tablet #hero .hero-container-overlay .h2 small, #tablet #hero .hero-container-overlay h2 .small, #tablet #hero .hero-container-overlay .h2 .small, #tablet #hero-1 .hero-container-overlay h2 small, #tablet #hero-1 .hero-container-overlay .h2 small, #tablet #hero-1 .hero-container-overlay h2 .small, #tablet #hero-1 .hero-container-overlay .h2 .small, #tablet #hero-2 .hero-container-overlay h2 small, #tablet #hero-2 .hero-container-overlay .h2 small, #tablet #hero-2 .hero-container-overlay h2 .small, #tablet #hero-2 .hero-container-overlay .h2 .small, #tablet #hero-3 .hero-container-overlay h2 small, #tablet #hero-3 .hero-container-overlay .h2 small, #tablet #hero-3 .hero-container-overlay h2 .small, #tablet #hero-3 .hero-container-overlay .h2 .small {
  font-size: 0.4em;
  color: #dedede;
}
#tablet #hero .hero-container-overlay .fa, #tablet #hero-1 .hero-container-overlay .fa, #tablet #hero-2 .hero-container-overlay .fa, #tablet #hero-3 .hero-container-overlay .fa {
  color: #88c149;
  font-size: 2.2em;
  margin-right: 20px;
}
#tablet #hero .hero-container-overlay .wide-indent, #tablet #hero-1 .hero-container-overlay .wide-indent, #tablet #hero-2 .hero-container-overlay .wide-indent, #tablet #hero-3 .hero-container-overlay .wide-indent {
  margin-left: 25px;
}
#tablet #why-stitch-america {
  padding-bottom: 25px;
}
#tablet #why-stitch-america h3, #tablet #why-stitch-america .h3 {
  /*font-size: 3em;*/
  text-transform: none;
  font-weight: 700;
  text-align: center;
}
#tablet .context-menu {
  background-color: rgba(0, 0, 0, 0.31);
  z-index: 300;
  position: relative;
  top: -1px;
}
#tablet .context-menu .nav-pills {
  margin-left: -12px;
}
#tablet .context-menu .nav-pills a {
  /*font-size: 1.2em;*/
  color: white;
}
#tablet .context-menu .nav-pills a:hover {
  color: #212529;
  border-radius: 0;
}
#tablet #hero-4 {
  min-height: 300px;
}
#tablet .hero-text {
  background: white;
  margin-top: 3rem;
}
#tablet .hero-text .hero-title {
  font-size: calc(1.725rem + 3.5625vw);
  margin-bottom: 0.2em !important;
  font-weight: bold !important;
  white-space: nowrap !important;
}
@media (min-width: 1920px) {
  #tablet .hero-text .hero-title {
    font-size: 6rem;
  }
}
#tablet .hero-text .hero-line1 {
  color: #212529;
  font-size: calc(1.875rem + 4.6875vw);
  margin-top: -0.7em;
  font-weight: bold !important;
  white-space: nowrap !important;
}
@media (min-width: 1920px) {
  #tablet .hero-text .hero-line1 {
    font-size: 7.5rem;
  }
}
#tablet .hero-text .hero-line2 {
  color: #212529;
  font-size: calc(1.455rem + 1.5375vw);
  margin-top: -1.1em;
  font-weight: bold !important;
  white-space: nowrap !important;
}
@media (min-width: 1920px) {
  #tablet .hero-text .hero-line2 {
    font-size: 3.3rem;
  }
}
#tablet .hero-text .hero-line3 {
  color: #212529;
  font-size: 1.1rem;
  margin-top: -1.3em;
  margin-bottom: 1.2em;
  white-space: nowrap !important;
}
#tablet .hero-btn {
  margin-left: 2.5em;
}
#tablet #hero-div img {
  overflow: hidden;
}

#phone .h1 {
  font-size: 1.9rem !important;
}
#phone .hero-headline-background-1 {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: relative;
  top: 1.5rem;
  height: 130px;
  width: 100%;
  float: left;
}
#phone .hero-headline-background {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: relative;
  /*        top: 6rem;
  */
  height: 160px;
  width: 100%;
  float: left;
}
#phone .hero-headline {
  color: #fff;
  font-size: 1.6em;
  margin-top: 10px;
}
#phone .small-hero-text {
  font-weight: lighter;
  display: block;
}
#phone .hero-subheadline {
  font-size: 1.25em;
  color: #fff;
}
#phone .go-btn {
  float: left;
  position: relative;
  top: 5rem;
}
#phone #hero, #phone #hero-1, #phone #hero-2, #phone #hero-3 {
  z-index: -200;
}
#phone #hero .hero-container-overlay, #phone #hero-1 .hero-container-overlay, #phone #hero-2 .hero-container-overlay, #phone #hero-3 .hero-container-overlay {
  position: relative;
  top: 75px;
}
#phone #hero .hero-container-overlay li, #phone #hero-1 .hero-container-overlay li, #phone #hero-2 .hero-container-overlay li, #phone #hero-3 .hero-container-overlay li {
  margin-bottom: 10px;
}
#phone #hero .hero-container-overlay h1, #phone #hero .hero-container-overlay .h1, #phone #hero-1 .hero-container-overlay h1, #phone #hero-1 .hero-container-overlay .h1, #phone #hero-2 .hero-container-overlay h1, #phone #hero-2 .hero-container-overlay .h1, #phone #hero-3 .hero-container-overlay h1, #phone #hero-3 .hero-container-overlay .h1 {
  color: white;
  /*font-size: 1.2em;*/
}
#phone #hero .hero-container-overlay h2, #phone #hero .hero-container-overlay .h2, #phone #hero-1 .hero-container-overlay h2, #phone #hero-1 .hero-container-overlay .h2, #phone #hero-2 .hero-container-overlay h2, #phone #hero-2 .hero-container-overlay .h2, #phone #hero-3 .hero-container-overlay h2, #phone #hero-3 .hero-container-overlay .h2 {
  color: white;
  /*font-size: 2em;*/
  display: inline;
}
#phone #hero .hero-container-overlay h2 small, #phone #hero .hero-container-overlay .h2 small, #phone #hero .hero-container-overlay h2 .small, #phone #hero .hero-container-overlay .h2 .small, #phone #hero-1 .hero-container-overlay h2 small, #phone #hero-1 .hero-container-overlay .h2 small, #phone #hero-1 .hero-container-overlay h2 .small, #phone #hero-1 .hero-container-overlay .h2 .small, #phone #hero-2 .hero-container-overlay h2 small, #phone #hero-2 .hero-container-overlay .h2 small, #phone #hero-2 .hero-container-overlay h2 .small, #phone #hero-2 .hero-container-overlay .h2 .small, #phone #hero-3 .hero-container-overlay h2 small, #phone #hero-3 .hero-container-overlay .h2 small, #phone #hero-3 .hero-container-overlay h2 .small, #phone #hero-3 .hero-container-overlay .h2 .small {
  font-size: 0.4em;
  color: #dedede;
}
#phone #hero .hero-container-overlay .fa, #phone #hero-1 .hero-container-overlay .fa, #phone #hero-2 .hero-container-overlay .fa, #phone #hero-3 .hero-container-overlay .fa {
  color: #88c149;
  font-size: 2.2em;
  margin-right: 20px;
}
#phone #hero .hero-container-overlay .wide-indent, #phone #hero-1 .hero-container-overlay .wide-indent, #phone #hero-2 .hero-container-overlay .wide-indent, #phone #hero-3 .hero-container-overlay .wide-indent {
  margin-left: 50px;
}

@media (max-width: 360px) {
  #bestsellers .btn-success, #new-arrivals .btn-success, #showcase .btn-success {
    font-size: 1rem;
  }
}

.whats-next .fa {
  color: green;
}
.whats-next i.nexticons {
  padding-left: 35%;
}
.whats-next .topiconpadding {
  padding-top: 25px;
  padding-left: 29%;
}
.whats-next ul {
  list-style: none;
  margin-left: -35px;
}
.whats-next ul li {
  font-size: 1.1em;
  color: #343a40;
}
@media (max-width: 420px) {
  .whats-next ul li {
    font-size: 1rem;
  }
}
.whats-next h3, .whats-next .h3 {
  color: white;
  padding: 15px;
}
.whats-next .col-sm-2 h3, .whats-next .col-sm-2 .h3 {
  text-align: center;
  color: #2fa4e7;
  padding: 0px;
}
.whats-next h3.header, .whats-next .header.h3 {
  /*font-size: 2em;*/
  color: white;
  padding: 15px;
  /*width: 90%;*/
  text-align: left;
}
.whats-next h3.header small, .whats-next .header.h3 small, .whats-next h3.header .small, .whats-next .header.h3 .small {
  color: #2fa4e7;
  font-weight: 700;
}
.whats-next #upload {
  color: white !important;
}
.whats-next .vertical-align {
  vertical-align: middle;
}

.wn {
  color: #868e96;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
@media (max-width: 420px) {
  .wn {
    font-size: 0.95rem;
  }
}

.video {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

#videos h3, #videos .h3 {
  /*font-size: 1.6em;*/
  padding-bottom: 15px;
}
#videos .card-body {
  padding: 5px;
}
#videos .panel-footer {
  padding: 5px 15px;
}

#blog {
  background-color: #dedede;
  background: url("/blog-images/about-bg.jpg");
  /*min-height: 400px;*/
}
#blog h2, #blog .h2, #blog p {
  color: white;
  margin-top: 15px;
}
#blog h1, #blog .h1 {
  color: white;
}
#blog li {
  /*font-size: 1.2em;*/
}
#blog li a {
  color: #fff;
}
#blog p a {
  /*font-size: 1.2em;*/
}
#blog hr {
  border-color: #fff;
}
#blog .custom-bullets li {
  display: block;
  margin-left: -10px;
  color: #fff;
}
#blog .custom-bullets li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\e080";
  font-family: "Glyphicons Halflings";
  /*font-size: 12px;*/
  float: left;
  margin-top: 4px;
  margin-left: -27px;
  color: white;
}

#favorite-brands h2, #favorite-brands .h2 {
  color: white;
}

#popular-destinations h1, #popular-destinations .h1 {
  font-size: 2rem;
}
#popular-destinations a {
  background-color: lightskyblue;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  color: #033c73;
  display: block;
}

.sub-nav {
  float: left;
  padding: 0.75rem 1.5rem 0.5rem 0;
}
.sub-nav h3, .sub-nav .h3 {
  font-size: 1.25rem;
}

#brands .col-sm-4 a {
  font-size: 1.1em;
}
@media (max-width: 1024px) {
  #brands .col-sm-4 a {
    font-size: 1.25em;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  #brands .col-sm-4 a {
    font-size: 1.3em;
    line-height: 1.75;
    margin-left: 15px;
  }
}

#brands .alpha-listing a {
  font-size: 1.4em;
  line-height: 1.5em;
}
@media (max-width: 1024px) {
  #brands .alpha-listing a {
    font-size: 1.5em;
    line-height: 1.5;
    padding: 5px;
  }
}
@media (max-width: 600px) {
  #brands .alpha-listing a {
    font-size: 1.6em;
    line-height: 1.75;
  }
}

#all-categories a.content {
  color: #868e96;
}

#desktop#product-page {
  min-width: 1024px;
}

.prod-left-col {
  text-align: center;
}

.alt-view {
  margin: 0 auto;
  display: inline-block;
}
.alt-view img {
  border: solid 1px #ddd;
  margin: 5px;
}

.bigger-alt-view {
  float: left;
  display: none;
}

#sizes table.sizes {
  margin: 0 auto;
  margin-top: 15px;
  width: auto;
}
#sizes table.sizes tr th {
  background-color: #2fa4e7;
  color: white;
  padding: 5px;
  text-align: center;
  font-weight: 500;
}
#sizes table.sizes tr td {
  text-align: center;
}
#sizes table.sizes tr td input {
  width: 35px;
  margin: 2px auto;
  font-size: 0.9em;
  text-align: center;
}

.prod-no {
  color: #868e96;
  font-size: 1.2em;
  font-weight: 700;
}

#product-page .card-header h4, #product-page .card-header .h4, #revised-product-page .card-header h4, #revised-product-page .card-header .h4, #product-page-v2 .card-header h4, #product-page-v2 .card-header .h4 {
  text-transform: none;
}
#product-page .panel.more-links, #revised-product-page .panel.more-links, #product-page-v2 .panel.more-links {
  width: 220px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#product-page .panel.more-links a, #revised-product-page .panel.more-links a, #product-page-v2 .panel.more-links a {
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
#product-page .panel-collapse.collapse.in, #revised-product-page .panel-collapse.collapse.in, #product-page-v2 .panel-collapse.collapse.in {
  height: 190px;
}
#product-page .panel-collapse.print.collapse.in, #revised-product-page .panel-collapse.print.collapse.in, #product-page-v2 .panel-collapse.print.collapse.in {
  height: 90px;
}
#product-page .alert-info, #revised-product-page .alert-info, #product-page-v2 .alert-info {
  text-align: left;
  font-size: 0.9em;
}
#product-page .star-rating img, #revised-product-page .star-rating img, #product-page-v2 .star-rating img {
  margin: 0 0 7px 5px;
}
#product-page #proddesc, #revised-product-page #proddesc, #product-page-v2 #proddesc {
  font-size: 1.05rem;
  width: 95%;
}
#product-page #swatches, #product-page #swatches-lg, #revised-product-page #swatches, #revised-product-page #swatches-lg, #product-page-v2 #swatches, #product-page-v2 #swatches-lg {
  /*        margin-top: 10px;
  */
  margin-bottom: 15px;
  width: 100%;
  z-index: 4000;
}
#product-page #swatches .showmulti, #product-page #swatches-lg .showmulti, #revised-product-page #swatches .showmulti, #revised-product-page #swatches-lg .showmulti, #product-page-v2 #swatches .showmulti, #product-page-v2 #swatches-lg .showmulti {
  display: none;
}
#product-page #swatches .swatch, #product-page #swatches-lg .swatch, #revised-product-page #swatches .swatch, #revised-product-page #swatches-lg .swatch, #product-page-v2 #swatches .swatch, #product-page-v2 #swatches-lg .swatch {
  width: 45px;
  height: 45px;
  margin: 2px;
  float: left;
  border: 1px outset #868e96;
  text-align: center;
  padding-top: 7px;
}
#product-page #swatches .swatch :hover, #product-page #swatches-lg .swatch :hover, #revised-product-page #swatches .swatch :hover, #revised-product-page #swatches-lg .swatch :hover, #product-page-v2 #swatches .swatch :hover, #product-page-v2 #swatches-lg .swatch :hover {
  border: 2px inset #868e96;
}
#product-page #swatches .swatch-lg, #product-page #swatches-lg .swatch-lg, #revised-product-page #swatches .swatch-lg, #revised-product-page #swatches-lg .swatch-lg, #product-page-v2 #swatches .swatch-lg, #product-page-v2 #swatches-lg .swatch-lg {
  width: 58px;
  height: 58px;
  margin: 2px;
  float: left;
  border: 1px outset #adb5bd;
  text-align: center;
  padding-top: 7px;
}
#product-page #swatches .swatch-lg table, #product-page #swatches-lg .swatch-lg table, #revised-product-page #swatches .swatch-lg table, #revised-product-page #swatches-lg .swatch-lg table, #product-page-v2 #swatches .swatch-lg table, #product-page-v2 #swatches-lg .swatch-lg table {
  width: 45px;
  height: 45px;
  padding: 0;
  border-collapse: collapse;
}
#product-page #swatches .swatch-pic, #product-page #swatches-lg .swatch-pic, #revised-product-page #swatches .swatch-pic, #revised-product-page #swatches-lg .swatch-pic, #product-page-v2 #swatches .swatch-pic, #product-page-v2 #swatches-lg .swatch-pic {
  width: 58px;
  height: 58px;
  margin: 4px;
  float: left;
  padding-top: 5px;
}
#product-page table.swatchtable, #revised-product-page table.swatchtable, #product-page-v2 table.swatchtable {
  border-collapse: collapse;
}
#product-page table.swatchtable td.multiswatch, #revised-product-page table.swatchtable td.multiswatch, #product-page-v2 table.swatchtable td.multiswatch {
  border: 0;
}
#product-page table.longswatchtable, #revised-product-page table.longswatchtable, #product-page-v2 table.longswatchtable {
  border-collapse: collapse;
}
#product-page .price-lg, #revised-product-page .price-lg, #product-page-v2 .price-lg {
  font-size: 1.2em;
  font-weight: 500;
  padding: 10px;
}
#product-page .price-lg small, #product-page .price-lg .small, #revised-product-page .price-lg small, #revised-product-page .price-lg .small, #product-page-v2 .price-lg small, #product-page-v2 .price-lg .small {
  font-size: 0.7em;
}
#product-page .prodVideo, #revised-product-page .prodVideo, #product-page-v2 .prodVideo {
  object-fit: scale-down;
}
#product-page .card-sm, #revised-product-page .card-sm, #product-page-v2 .card-sm {
  font-size: 0.9rem;
  padding: 0.5rem !important;
  text-align: left;
}

#tablet #prices {
  width: 100%;
}
#tablet #prices .prices {
  width: 100%;
}
#tablet #prices .prices table th {
  background-color: #2fa4e7;
  color: white;
  text-align: center;
  font-weight: 500;
  padding: 7px;
}
#tablet #prices .prices table table.print-prices {
  float: none;
  margin: 0 auto;
}

#prices {
  margin: 15px 0;
}
#prices .prices {
  text-align: center;
}
#prices .prices table th {
  background-color: #2fa4e7;
  color: white;
  text-align: center;
  font-weight: 500;
  padding: 7px;
}
#prices .prices table th.special-th {
  background-color: #2fa4e7;
  color: white;
  text-align: center;
  font-weight: 500;
  padding: 7px;
}
#prices .prices table td {
  padding: 5px 6px 5px 6px;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  #prices .prices table td {
    padding: 5px 6px 5px 6px;
    font-size: 0.9em;
  }
}
#prices .prices table td.special-header {
  color: white !important;
}
#prices .prices table td.pre-row {
  background-color: rgb(92.724137931, 184.0043103448, 236.275862069);
  color: white;
}
#prices .prices table td.now-row {
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
}
#prices .prices table td.price-now {
  background-color: rgb(207.0344827586, 234.0150862069, 249.4655172414);
  color: rgb(255, 0, 0);
  font-weight: 600;
}
#prices .prices table td[id^=x] {
  text-decoration: line-through;
}

table.print-prices {
  float: left;
  width: 200px;
  text-align: center;
}

#more-about-prices {
  float: left;
  width: 450px;
  padding-left: 10px;
}

.no-pics {
  position: relative;
  top: -20px;
}
.no-pics p {
  font-size: 1em;
  width: auto;
  max-height: 50px;
  border-radius: 7px;
}

.inv-warning {
  /*    position: relative;
      top: -150px;
  */
}
.inv-warning p {
  font-size: 1.2em;
  width: auto;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.warning, .stop, .caution {
  background-color: rgba(255, 106, 0, 0.5);
  color: white;
  height: 55px;
  padding-top: 15px;
  margin-bottom: -50px;
  border-radius: 7px;
  text-align: center;
}

.stop {
  background-color: rgba(255, 0, 0, 0.5);
  text-align: center !important;
  position: relative;
  top: -150px;
}

.caution {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  /*    margin-top: 150px;
      margin-bottom: -150px;
  */
  height: 95px;
  font-size: 1em !important;
  font-weight: 500 !important;
  text-align: left;
}

#phone .caution {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  /*        margin-top: 150px;
          margin-bottom: -150px;
  */
  height: 95px;
  font-size: 0.8em !important;
  font-weight: 500 !important;
  text-align: left;
  padding-bottom: 20px;
}
#phone .breadcrumb {
  font-size: 0.9em;
}
#phone h3, #phone .h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
#phone .print-header h3, #phone .print-header .h3 {
  margin-left: 15px;
}
#phone #proddesc {
  font-size: 0.9em;
}
#phone #swatches {
  margin-bottom: 10px;
}
#phone #addtocart {
  margin: 10px 0 10px 0;
}
#phone .swatch {
  width: 38px;
  height: 38px;
  margin: 1px;
  float: left;
  border: 1px solid #adb5bd;
}
#phone #sizes table.sizes {
  margin: 0;
  margin-bottom: 10px;
  width: auto;
  font-size: 0.9em;
  text-align: center;
}
#phone #sizes table.sizes th {
  background-color: #2fa4e7;
  color: white;
  padding: 3px;
  font-weight: 500;
}
#phone #sizes input {
  width: 27px;
  margin: 1px auto;
}
@media (min-width: 321px) {
  #phone #sizes input {
    width: 35px;
    margin: 2px auto;
  }
}
#phone #prices {
  font-size: 0.9em;
  margin: 10px 0 10px 0;
}
#phone #prices th {
  background-color: #2fa4e7;
  color: white;
  padding: 4px;
  font-weight: 500;
  text-align: center;
}
#phone #prices td {
  padding: 5px;
}
@media (max-width: 330px) {
  #phone #prices td {
    padding: 4px;
  }
}
#phone #prices th.special-th {
  background-color: #2fa4e7;
  color: white;
  text-align: center;
  font-weight: 500;
  padding: 7px;
}
#phone #prices td {
  padding: 5px 6px 5px 6px;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  #phone #prices td {
    padding: 5px 6px 5px 6px;
    font-size: 0.9em;
  }
}
#phone #prices td.special-header {
  color: white !important;
  text-align: center !important;
}
#phone #prices td.pre-row {
  background-color: rgb(92.724137931, 184.0043103448, 236.275862069);
  color: white;
}
#phone #prices td.now-row {
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
}
#phone #prices td.price-now {
  background-color: rgb(207.0344827586, 234.0150862069, 249.4655172414);
  color: rgb(255, 0, 0);
  font-weight: 600;
}
#phone #prices td[id^=x] {
  text-decoration: line-through;
}
#phone .review {
  margin: 5px;
}
#phone .review-body {
  font-size: 0.9rem;
}
#phone .whats-included {
  font-size: 0.9rem;
}

#reviews-details {
  padding-bottom: 20px;
}

.price-includes {
  float: left;
  margin-top: 20px !important;
  text-align: left;
  border: 3px inset #999;
  padding: 2px;
  padding-left: 7px;
}
.price-includes i {
  color: #3c763d;
}

.qty-error .modal-dialog {
  top: 150px;
  width: 215px;
}
.qty-error .modal-footer {
  text-align: left;
}
.qty-error .close {
  color: white;
  opacity: 0.6;
}
.qty-error .close:hover {
  opacity: 1;
}

.disclaimers {
  float: left;
  text-align: left;
  padding: 15px;
  width: 200px;
  height: auto;
  background-color: #adb5bd;
  margin: 0 0 0 30px;
  font-size: 0.9em;
}

.print-disclaimers {
  float: left;
  text-align: left;
  padding: 15px;
  padding-bottom: 10px;
  height: auto;
  background-color: #adb5bd;
  font-size: 0.9em;
  margin-left: 20px;
}

.print-header {
  position: relative;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: -35px;
}
.print-header h3, .print-header .h3 {
  color: white;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
}

#colorname {
  color: #868e96;
  font-size: 1rem;
  font-weight: 500;
}

/*changed for new product page*/
.add-cart-section {
  /*    border: 1px solid #ddd;
      padding: 10px;
      margin-top: 15px;
      min-width: 360px;
  */
}

#related {
  /*    margin: 0 auto;
      margin-top: 20px;
      width: 100%;

      .label {
          font-size: 1.1em;
          font-weight: 500;
          padding: 10px 80px;
          border-radius: 0;
      }

      .prod-related {
          margin: 0 auto;
      }

      .sm-prod-no {
          font-size: 0.95em;
      }


      .prod-var {
          margin: 0 auto;
          margin-top: 10px;
          margin-bottom: 10px;
          float: left;
          width: 50%;
          max-width: 155px;
      }
  */
  /*    .prod-desc-width-restricted {
          max-width: 140px;
          font-size: 0.85em;
      }
  */
}

#prod-other-links {
  margin: 0 auto;
}

.products-sidebar {
  margin: 0 auto;
  margin-top: 20px;
}

.products-sidebar .prod-container-caption {
  height: auto;
  padding: 5px 15px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.products-sidebar .label {
  font-size: 1.1em;
  font-weight: 500;
  padding: 10px 40px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.bottom-swatches {
  margin-bottom: 10px;
}

.reviewer {
  font-size: 0.9em;
  color: #999;
  margin-left: 5px;
}

.prod-container-revised {
  text-align: center;
  width: 170px;
  float: left;
  margin-right: 10px;
}

.review-title {
  font-size: 1.1em;
  color: #2fa4e7;
  font-weight: 700;
}

.review-body {
  margin-top: 10px;
}

.color-check {
  color: #999;
}

.image-24-2 {
  margin-top: 15px;
  margin-bottom: -10px;
}

#addtocart {
  margin: 15px;
}

.double-indent {
  margin-left: 20px;
}

.prod-features {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.discount-pricing-container {
  position: relative;
  top: 25px;
}

.discount-pricing {
  margin: auto;
  width: 140px;
  padding: 10px 10px;
  background-color: rgba(255, 0, 0, 0.6);
  color: white;
  font-weight: 700;
  font-size: 1.2em;
  border-radius: 4px;
  text-align: center;
  /*z-index: 888;*/
}

.card-header {
  padding: 0.5rem !important;
}

.reviews-link {
  font-size: 0.95rem;
  font-weight: 600;
}

.prod-related-multiple {
  max-width: 46%;
  float: left;
  margin-right: 8px;
}

.related-prod-desc {
  color: dimgrey;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 700;
}

.related-price {
  color: green;
  text-decoration: none;
}

.swatch-pic-sm {
  width: 52px;
  height: 52px;
  margin: 2px;
  float: left;
  padding-top: 4px;
}

.prodno {
  font-size: 0.8em;
  color: dimgray;
}

#cart hr {
  margin: 10px 0;
}
#cart > h1, #cart > .h1 {
  font-size: 2em;
  margin-top: 1rem;
}
#cart #accordion {
  margin-top: 15px;
  z-index: -100;
}
@media (max-width: 524px) {
  #cart #accordion {
    margin-top: 5px;
  }
}
#cart #accordion a {
  text-decoration: none;
}
#cart .alert {
  margin-bottom: 5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#cart .alert h5, #cart .alert .h5 {
  margin-top: 0;
}

.cart-detail {
  width: 100%;
  float: left;
}
@media (max-width: 524px) {
  .cart-detail {
    margin: 0;
  }
}
.cart-detail table {
  width: 100%;
}
.cart-detail table th {
  background-color: #2fa4e7;
  color: white;
  font-weight: 600;
  padding: 0.5rem;
}
.cart-detail table th.your-products {
  text-align: left;
  font-size: 1.1em;
}
.cart-detail table td {
  font-size: 0.9em;
  text-align: center;
  /*            padding: 0.5rem;
  */
}
.cart-detail table td.prod-col {
  padding-right: 20px;
  width: 60%;
}
@media (max-width: 524px) {
  .cart-detail table td.prod-col {
    padding: 5px;
  }
}
.cart-detail table td.prod-col .prod-pic {
  float: left;
  width: 140px;
  padding-right: 10px;
}
@media (max-width: 524px) {
  .cart-detail table td.prod-col .prod-pic {
    width: 100px;
    padding: 5px;
    height: auto;
  }
}
.cart-detail table td.prod-col .prod-desc {
  float: left;
  margin-top: 10px;
  text-align: left;
}
.cart-detail table td.prod-col .prod-desc .brand {
  font-size: 1.2em;
  color: #868e96;
  font-weight: 700;
}
.cart-detail table td.prod-col .prod-desc .description {
  font-size: 0.95em;
}
.cart-detail table td.prod-col .alert {
  padding: 0 10px !important;
}
.cart-detail table td.empty {
  font-size: 1.1em;
  padding-top: 25px;
}
.cart-detail table td input.qty {
  width: 2.75rem;
  text-align: center;
}
.cart-detail table td.right {
  text-align: right;
}

.cart-summary {
  width: 100%;
  float: left;
}
.cart-summary #change-zip {
  cursor: pointer;
}
.cart-summary table {
  width: 100%;
  margin-bottom: 0;
}
.cart-summary table th {
  background-color: #868e96;
  color: white;
  padding: 8px;
  font-weight: 600;
}
.cart-summary table td {
  padding: 10px 0 2px 0px;
  font-size: 0.9em;
}
.cart-summary table td.right {
  text-align: right;
}
.cart-summary table td input {
  width: 75px;
  text-align: center;
  margin-right: -8px;
  font-size: 0.9em;
}
.cart-summary table td .alert {
  padding: 10px;
}
.cart-summary table td .no-top-border {
  border-top: 0;
  padding: 0 0 10px 0;
}

.btn-sec {
  margin-right: 7px;
}
@media (max-width: 524px) {
  .btn-sec {
    margin-bottom: 5px;
  }
}

.card-body {
  font-size: 0.9rem;
}

#checkout .badge {
  font-size: 1em;
  border-radius: 5px;
}
#checkout #checkout-details-alert {
  display: none;
  margin-top: 15px;
  margin-bottom: 10px;
}
#checkout h3, #checkout .h3 {
  margin-top: 0;
  margin-bottom: 0;
}
#checkout h4.inverse-default, #checkout .inverse-default.h4 {
  width: 100%;
  margin-bottom: 10px;
}
#checkout .well {
  margin-top: 10px;
}
#checkout .well a:not(.btn) {
  font-size: 0.9em;
  text-decoration: underline;
  cursor: pointer;
}
#checkout .well .sec-code {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 65%;
}
#checkout .addy {
  padding-top: 10px;
}
#checkout .btn {
  margin-bottom: 5px;
}
#checkout .need-cvv .has-feedback .form-control-feedback {
  top: 35px;
  right: 0;
}
#checkout .need-cvv .form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 45px;
}
@media (max-width: 524px) {
  #checkout .checkout-details-buttons {
    margin-left: 15px;
    margin-top: 10px;
  }
}
#checkout .checkbox label {
  font-size: 0.9em;
}
#checkout .checkbox label input {
  position: relative;
  top: 2px;
}
#checkout .btn-group.emb-options {
  width: 100%;
}
#checkout .cc-img {
  margin-bottom: 15px;
  max-width: 100%;
}
#checkout .dd-selected img {
  vertical-align: middle;
  padding-right: 15px;
}
#checkout .dd-option-image, #checkout .dd-selected-image {
  float: left;
  margin-right: 15px;
  max-width: 120px;
  max-height: 100px;
}
#checkout .dd-selected-text {
  color: gray;
  padding-right: 15px;
}
#checkout .dd-options, #checkout .dd-click-off-close {
  overflow-y: auto !important;
}
#checkout #designs {
  margin-top: 15px;
}
#checkout .design-select {
  position: static;
  float: left;
}
#checkout .design-image {
  float: left;
}
#checkout .design-details {
  float: left;
  margin-left: 20px;
}
#checkout #design-options, #checkout #graphic-options {
  margin-top: 25px;
}
#checkout #design-options a, #checkout #graphic-options a {
  text-decoration: none;
}
#checkout #design-options .dd-desc, #checkout #graphic-options .dd-desc {
  color: #868e96;
}
#checkout .emb-options > .btn {
  text-align: left;
  margin-bottom: 0;
}
#checkout .fa-ban {
  color: red;
}
#checkout .fa-times-circle-o {
  color: #868e96;
}
#checkout .fa-warning {
  color: #8a6d3b;
}
#checkout .fill-in-addy {
  margin-bottom: 55px;
}
#checkout .mb-3 {
  margin-bottom: 5px;
}
#checkout .mb-3 .narrow {
  width: 50%;
  float: left;
  padding-right: 15px;
}
#checkout .mb-3 .very-narrow {
  width: 25%;
}
#checkout .mb-3 .extra-narrow {
  float: left;
  text-align: center;
  margin: 5px 15px 10px 0;
}
#checkout .mb-3 .label {
  float: left;
  font-size: 1em;
  padding: 12px 20px 12px 20px;
  margin-right: 10px;
}
#checkout .mb-3 .expr-label {
  float: left;
  color: rgb(188.610619469, 193, 197.389380531);
  font-size: 2.2em;
  font-weight: 700;
  padding: 0 8px 0 8px;
  display: inline-block;
}
#checkout .mb-3 .cc-date {
  float: left;
}
#checkout .new-cc .fa-close {
  display: none;
}
#checkout .no-charge {
  margin-top: 5px;
}
#checkout .no-margin {
  margin-top: 0;
}
#checkout .panel.no-margin {
  margin-bottom: 0;
}
#checkout .card-body.no-padding {
  padding: 0;
}
#checkout .payment .payment-detail {
  padding-top: 15px;
}
#checkout .payment a:not(.btn) {
  font-size: 0.9em;
  text-decoration: underline;
}
#checkout #shipping-choices {
  font-size: 0.9em;
}
#checkout textarea {
  margin-top: 10px;
}

#design-buttons .btn {
  margin-top: 10px;
  margin-bottom: 0;
  width: 315px;
  text-align: left;
}

#emb-button {
  margin-bottom: 20px;
  width: 310px;
}

.emb-location {
  float: none;
  margin-top: 15px;
}

.emb-buttons .btn {
  margin-bottom: 0;
}

#how-many {
  margin-bottom: 15px;
}

.indent {
  margin-left: 5px;
}

#location-choice {
  max-width: 370px;
}

.more-designs-select {
  display: none;
}

.no-designs-choices {
  display: none;
}

.ihd .alert {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: -5px;
}
.ihd .close {
  color: white;
  opacity: 0.6;
}
.ihd .close:hover {
  opacity: 1;
}
.ihd label {
  font-weight: 500;
}
.ihd .modal-dialog {
  width: 300px;
}
@media (max-width: 524px) {
  .ihd .modal-dialog {
    width: 280px;
  }
}
.ihd .modal-dialog input {
  width: 60%;
  padding-right: 40px;
}
.ihd .modal-dialog input .form-control-feedback {
  top: 12px;
  right: 60%;
}
.ihd .modal-footer {
  text-align: left;
}

/*div.datepicker.dropdown-menu {
    z-index: 1075;
    padding: 10px;
}*/
.uploadimg {
  margin-top: 10px;
}

.new-design-form .modal-dialog {
  width: 360px;
}

textarea.text-design {
  width: 100%;
}

textarea.stock-design {
  width: 100%;
}

.upload-form a.dd-selected {
  color: #868e96;
  text-decoration: none;
}

.thank-you .modal-dialog {
  width: 425px;
}

@media (max-width: 400px) {
  .thank-you .modal-dialog {
    width: 300px;
  }
}
.this-design {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-design .modal-dialog {
  width: 380px;
}

.need-cvv .form-control-feedback {
  top: 12px;
  right: 83px;
}

.new-sec-code .form-control-feedback {
  top: 12px;
  right: 128px;
}

.half-error-msg {
  float: left;
  width: 50%;
}

a#SMS {
  text-decoration: underline;
}

@media (max-width: 524px) {
  .checkout-validation .modal-dialog {
    width: 280px;
  }
}

#cc-month, #cc-year {
  display: inline-block;
}

#embroidery .fa {
  font-size: 1.1em;
  color: #868e96;
  font-weight: 700;
}
#embroidery .jumbotron {
  background: url("/Content-images/security-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}
#embroidery .jumbotron #learnmore h3, #embroidery .jumbotron #learnmore .h3 {
  margin-bottom: 15px;
  font-size: 1.75em;
}
#embroidery .jumbotron ul {
  list-style: none;
  margin-left: -35px;
}
#embroidery .jumbotron ul .wn {
  font-size: 1.1em;
  color: #868e96;
  margin-top: 15px;
  margin-bottom: 25px;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #embroidery .jumbotron {
    background: url("/content-images/embroiderymobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #embroidery .jumbotron {
    background: url("/Content-images/embroiderymobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#UploadSuccess {
  /* Mobile CSS Rules */
  /* Retina CSS Rules */
}
#UploadSuccess .jumbotron {
  background: url("/Content-images/orangethreadBG.jpg");
  height: 32vh;
  color: white;
  min-height: 320px;
}
#UploadSuccess #my-upload {
  margin-top: 15px;
}
#UploadSuccess #my-upload .thumbnail {
  margin-bottom: 0;
}
#UploadSuccess p#uses.text-center {
  width: 100% !important;
  font-size: 1.3em;
}
#UploadSuccess .btn-default {
  margin-right: 10px;
}
#UploadSuccess .this-upload {
  float: left;
  padding: 20px;
}
#UploadSuccess .this-upload .upl-img {
  position: relative;
  height: 150px;
  width: 150px;
}
#UploadSuccess .this-upload .upl-img > img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  border: 2px solid #e5dede;
  border-radius: 4px;
}
#UploadSuccess #status p.alert {
  font-size: 1.4em;
}
#UploadSuccess .qtip {
  max-width: none;
}
#UploadSuccess #bestsellers {
  background-image: url("/common-images/greenBG.jpg");
}
@media (max-width: 480px) {
  #UploadSuccess #uploadsuccess .jumbotron {
    background: url("/content-images/orangethreadBGmobile.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
  #UploadSuccess #uploadsuccess p#uses {
    font-size: 1.4em;
    width: 100%;
  }
  #UploadSuccess #uploadsuccess #my-previous-uploads {
    float: left;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #UploadSuccess #uploadsuccess .jumbotron {
    background: url("/Content-images/orangethreadBGmobile@2x.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}

/*  large screen only*/
@media (min-width: 768px) {
  #addresses {
    min-height: 550px;
  }
  #addresses .well {
    min-height: 145px;
    width: 460px;
  }
  #addresses .well .addy {
    float: left;
    min-width: 220px;
  }
  #addresses .well .buttons {
    float: right;
  }
  #addresses .well .buttons .btn {
    min-width: 155px;
    margin-bottom: 5px;
    text-align: left;
  }
  #addresses .card-body {
    font-size: 1rem;
  }
  #new-address h4.inverse, #new-address .inverse.h4,
  #new-payment h4.inverse,
  #new-payment .inverse.h4 {
    background-image: linear-gradient(rgb(83.5793103448, 180.0034482759, 235.2206896552), #2fa4e7 60%, rgb(28.7103448276, 155.9982758621, 228.8896551724));
    color: white;
    padding: 10px 10px 10px 10px;
    font-size: 1.2em;
    margin-top: 15px;
  }
  #new-address .mb-3,
  #new-payment .mb-3 {
    width: 50%;
  }
  #new-address .form-control.narrow,
  #new-payment .form-control.narrow {
    width: 140px;
    float: left;
    margin-bottom: 5px;
  }
  #new-address #address-book,
  #new-payment #address-book {
    margin-bottom: 10px;
  }
  #new-address .well,
  #new-payment .well {
    min-height: 145px;
    width: 460px;
  }
  #new-address .well .addy, #new-address .well .billing-addy,
  #new-payment .well .addy,
  #new-payment .well .billing-addy {
    float: left;
    min-width: 220px;
  }
  #new-address .well a,
  #new-payment .well a {
    text-decoration: underline;
    font-size: 0.85em;
  }
  #payments, #new-payment {
    min-height: 550px;
  }
  #payments .well, #new-payment .well {
    min-height: 240px;
    max-width: 460px;
  }
  #payments .well .addy, #payments .well .billing-addy, #new-payment .well .addy, #new-payment .well .billing-addy {
    float: left;
    min-width: 220px;
  }
  #payments .well .buttons, #new-payment .well .buttons {
    float: right;
    clear: right;
  }
  #payments .well .buttons .btn, #new-payment .well .buttons .btn {
    min-width: 155px;
    margin-bottom: 5px;
    text-align: left;
  }
  #payments .card-body, #new-payment .card-body {
    font-size: 1rem;
  }
}
/*.mb-3 {
    margin-bottom: 0.5rem !important;
}
*/
.new-cc {
  height: 48px !important;
  min-height: 48px !important;
}

.very-narrow {
  width: 75px;
  height: calc(3.5rem + var(--bs-border-width) * 1.5);
  float: left;
  padding-right: 5px !important;
}

#new-address h4.inverse, #new-address .inverse.h4,
#new-payment h4.inverse,
#new-payment .inverse.h4 {
  background-image: linear-gradient(rgb(83.5793103448, 180.0034482759, 235.2206896552), #2fa4e7 60%, rgb(28.7103448276, 155.9982758621, 228.8896551724));
  color: white;
  padding: 10px 10px 10px 10px;
  margin-top: 15px;
}

/*  phone  */
@media (max-width: 480px) {
  #addresses .card-body {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
#why-us .jumbotron {
  background: url("/Content-images/why-us-BG.jpg");
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #why-us .jumbotron {
    background: url("/content-images/why-usmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #why-us .jumbotron {
    background: url("/Content-images/why-usmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#stock-designs {
  min-height: 575px;
}
#stock-designs .jumbotron {
  background: url("/content-images/stock-designs-BG.jpg");
  height: 30vh;
  min-height: 310px;
  color: white;
}
#stock-designs a {
  text-decoration: underline;
  cursor: pointer;
}
#stock-designs .input-group-btn {
  font-size: 0.9em;
}
#stock-designs table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
#stock-designs table td {
  padding: 8px;
  width: 16%;
}
#stock-designs table td.search-results {
  padding: 10px;
  font-size: 1.1em;
  font-weight: 700;
}

.stock-design .modal-dialog {
  width: 370px;
}

.stock-design-detail .modal-dialog {
  width: 340px;
}
.stock-design-detail .modal-dialog img {
  margin-bottom: 10px;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #stock-designs .jumbotron {
    background: url("/content-images/stock-designsmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
  #stock-designs .jumbotron h1, #stock-designs .jumbotron .h1 {
    font-size: 3em;
  }
  #stock-designs .jumbotron h1 small, #stock-designs .jumbotron .h1 small, #stock-designs .jumbotron h1 .small, #stock-designs .jumbotron .h1 .small {
    font-size: 0.4em;
    color: white;
  }
  #stock-designs .jumbotron p {
    font-size: 1.25em;
  }
  #stock-designs .col-sm-12 p {
    font-size: 1.5em;
  }
  #stock-designs .col-sm-6 p {
    font-size: 1.15em;
  }
  #stock-designs h1, #stock-designs .h1 {
    font-size: 3em;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #stock-designs .jumbotron {
    background: url("/Content-images/stock-designsmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#personalization .jumbotron {
  background: url("/Content-images/personalization-BG.jpg");
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #personalization .jumbotron {
    background: url("/content-images/personalizationmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #personalization .jumbotron {
    background: url("/Content-images/personalizationmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#patches .jumbotron {
  background: url("/Content-images/patches-BG.jpg");
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #patches .jumbotron {
    background: url("/content-images/patchesmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #patches .jumbotron {
    background: url("/Content-images/patchesmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#how-long .jumbotron {
  background: url("/Content-images/how-long-BG.jpg");
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #how-long .jumbotron {
    background: url("/content-images/how-longmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #how-long .jumbotron {
    background: url("/Content-images/how-longmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#fonts a:not(.btn) {
  text-decoration: underline;
}
#fonts .jumbotron {
  background: url("/Content-images/fonts-BG.jpg");
  height: 40vh;
  min-height: 320px;
  color: white;
}
#fonts table {
  width: 100%;
}
#fonts table tr th {
  font-size: 1.2em;
  text-align: center;
  background-color: #2fa4e7;
  color: white;
  padding: 10px;
}
#fonts table tr td {
  text-align: center;
  padding: 8px;
  vertical-align: middle;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #fonts .jumbotron {
    background: url("/content-images/fontsmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #fonts .jumbotron {
    background: url("/Content-images/fontsmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
.embroideryBGcolor {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.embroideryBGcolor h2, .embroideryBGcolor .h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}

#embroidery-guidelines .jumbotron {
  background: url("/Content-images/embroidery-guidelines-BG.jpg");
  min-height: 360px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #embroidery-guidelines .jumbotron {
    background: url("/content-images/embroidery-guidelinesmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #embroidery-guidelines .jumbotron {
    background: url("/Content-images/embroidery-guidelinesmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#embroidery-digitizing .jumbotron {
  background: url("/Content-images/embroidery-digitizing-BG.jpg");
  height: 40vh;
  min-height: 300px;
  color: white;
}
#embroidery-digitizing .jumbotron h1, #embroidery-digitizing .jumbotron .h1 {
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #embroidery-digitizing .jumbotron {
    background: url("/content-images/embroidery-digitizingmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #embroidery-digitizing .jumbotron {
    background: url("/Content-images/embroidery-digitizingmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#embroidery-designs .jumbotron {
  background: url("/Content-images/embroidery-designs-BG.jpg");
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #embroidery-designs .jumbotron {
    background: url("/content-images/embroidery-designsmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #embroidery-designs .jumbotron {
    background: url("/Content-images/embroidery-designsmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#color-palette a:not(.btn) {
  text-decoration: underline;
}
#color-palette .jumbotron {
  background: url("/Content-images/color-palette-BG.jpg");
  min-height: 300px;
  height: 40vh;
  color: white;
}
#color-palette table {
  width: 100%;
}
#color-palette table tr {
  height: 34px;
}
#color-palette table tr td {
  width: 10%;
  text-align: center;
}
#color-palette .swatch {
  height: 24px;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #color-palette .jumbotron {
    background: url("/content-images/color-palettemobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #color-palette .jumbotron {
    background: url("/Content-images/color-palettemobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#my-account {
  min-height: 510px;
}
#my-account a {
  cursor: pointer;
}
#my-account a:not(.btn) {
  text-decoration: underline;
}
#my-account .badge {
  font-size: 1em;
  border-radius: 5px;
}
#my-account .btn {
  margin-bottom: 5px;
}
#my-account .card-header {
  color: white;
  font-size: 1.2rem;
  background-color: #11b5f3;
}
#my-account p {
  margin-left: 5px;
}

#payments .card-body {
  width: 22rem;
}

#my-favorites a {
  text-decoration: underline;
  font-size: 0.9em;
}
#my-favorites a.prodno {
  text-decoration: none;
  font-size: 1.1em;
}
#my-favorites a.prodno:hover {
  text-decoration: underline;
}
#my-favorites .center {
  text-align: center;
}
#my-favorites .swatch {
  height: 24px;
}
#my-favorites .card-header {
  color: white;
  font-size: 1.2rem;
  padding-left: 10px !important;
}

#my-designs {
  min-height: 555px;
}
#my-designs .this-design {
  margin-top: 15px;
  margin-bottom: 10px;
}
#my-designs .design-desc {
  float: left;
  width: 260px;
}
#my-designs .design-image {
  float: left;
  margin-left: 50px;
}

#my-artwork {
  min-height: 555px;
}
#my-artwork .this-artwork {
  margin-top: 15px;
  margin-bottom: 10px;
}
#my-artwork .art-desc {
  float: left;
  width: 310px;
  min-height: 150px;
}
#my-artwork .art-image {
  float: left;
  margin-left: 45px;
}
#my-artwork .art-image img {
  max-width: 320px;
}

#my-orders {
  min-height: 540px;
}
#my-orders h4, #my-orders .h4, #my-orders h5, #my-orders .h5 {
  color: #495057;
}
#my-orders .embroidery {
  float: left;
}
#my-orders .panel-title {
  font-size: 1.2em;
  color: #868e96;
}
#my-orders .panel-title small, #my-orders .panel-title .small {
  font-size: 0.8em;
  color: #868e96;
}
#my-orders .order-buttons {
  float: right;
  margin-top: 10px;
}
@media (max-width: 524px) {
  #my-orders .order-buttons {
    float: left;
  }
}
#my-orders .order-buttons .btn {
  margin-bottom: 5px;
}
#my-orders .prod-desc {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  width: 350px;
}
#my-orders .prod-header {
  clear: both;
}
#my-orders .prod-image {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}

#my-products {
  min-height: 540px;
}
#my-products .prod-button {
  float: right;
  margin-left: 15px;
}
#my-products .prod-button .btn {
  margin-bottom: 5px;
}
#my-products .prod-image {
  float: left;
}

#myprofile {
  /*    & .form-horizontal .col-sm-6 {

          & .has-feedback .form-control-feedback.bv-no-label {
              top: 12px;
              right: -2px;
          }
      }
  */
}
#myprofile a:not(.btn) {
  text-decoration: underline;
}
#myprofile ol.breadcrumb.container {
  margin-bottom: 10px;
}
#myprofile .err-msg {
  float: left;
  margin-top: -15px;
  margin-bottom: 15px;
}
#myprofile .err-msg.narrow {
  width: 50%;
}
#myprofile .err-msg.very-narrow {
  width: 25%;
  font-size: 0.9em;
}
#myprofile .form-control.narrow {
  float: left;
  width: 50%;
}
#myprofile .form-control.very-narrow {
  float: left;
  width: 25%;
  font-size: 0.9em;
}
#myprofile .form-control.real-narrow {
  float: left;
  width: 25%;
  font-size: 0.9em;
}

.text-message > #my-text > h3, .text-message > #my-text > .h3 {
  font-size: 1.6em;
}

.back-to-myacct {
  margin: 10px 0 10px 0;
}

.breadcrumb > .active.last-step {
  font-size: 1.2em;
  color: #2fa4e7;
}

#final-review {
  min-height: 540px;
}
#final-review h2, #final-review .h2 {
  font-size: 1.2em;
}
#final-review h4, #final-review .h4 {
  font-size: 1rem;
  color: #033c73;
}
#final-review .alert {
  font-size: 1rem;
  margin-bottom: 0;
}
#final-review .badge {
  font-size: 0.9rem;
}
#final-review .side-cart-summary {
  margin-top: 0;
}

#search-results {
  min-height: 570px;
}
#search-results h2, #search-results .h2 {
  font-size: 1.4em;
}
#search-results h5, #search-results .h5 {
  font-size: 1.5em;
  margin-bottom: 0;
}
#search-results h6, #search-results .h6 {
  font-size: 1.3em;
  margin-bottom: 0;
}
#search-results .prod-no {
  font-size: 0.75em;
}
#search-results .masonry-results a {
  text-decoration: none;
}
#search-results .masonry-results a .prod-desc,
#search-results .masonry-results a .sub-head {
  color: #868e96;
  font-weight: 600;
  width: 200px;
}
@media (max-width: 524px) {
  #search-results .masonry-results a .prod-desc,
  #search-results .masonry-results a .sub-head {
    width: 139px;
  }
}
#search-results .masonry-results a .price {
  color: #0d5f23;
  font-weight: 600;
}
#search-results .masonry-results hr {
  margin-top: 2px;
  margin-bottom: 2px;
}
#search-results .masonry-results .cat-container {
  float: left;
  width: 210px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media (max-width: 524px) {
  #search-results .masonry-results .cat-container {
    width: 139px;
    margin: 5px 5px 10px 0;
    padding: 7px;
    height: auto;
  }
}
#search-results .masonry-results .prod-container {
  margin: 0;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media (max-width: 524px) {
  #search-results .masonry-results .prod-container {
    width: 139px;
    margin: 5px 5px 10px 0;
    padding: 7px;
    height: auto;
  }
}
#search-results #gotopager {
  margin-top: 15px;
}
#search-results .search-warning {
  position: relative;
  /*    top: -120px;
  */
}
#search-results .search-warning p {
  font-size: 1.2em;
  width: auto;
  font-weight: 700;
  text-align: center;
}

.search-discount-price {
  color: #0d5f23;
  font-size: 1.1em;
  font-weight: 700;
}

#ss360SearchButton, #ss360SearchButton1 {
  color: white !important;
  border: 1px solid #73a839;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#jackets .jumbotron {
  background: url("/Content-images/jackets-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
  margin-bottom: 0 !important;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #jackets .jumbotron {
    background: url("/content-images/jacketsmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
    margin-bottom: 0 !important;
  }
  #jackets .jumbotron #category-images {
    padding-bottom: 35px;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #jackets .jumbotron {
    background: url("/Content-images/jacketsmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#tshirts .jumbotron {
  background: url("/Content-images/tshirts-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

#reviewthanks .jumbotron {
  background: url("/Content-images/tshirts-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #tshirts .jumbotron {
    background: url("/Content-images/tshirts-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 300px;
    height: 40vh;
    color: white;
  }
}
#reviewthanks .jumbotron {
  background: url("/Content-images/tshirts-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

#shirts .jumbotron {
  background: url("/Content-images/shirts-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
  margin-bottom: 0 !important;
  /* Mobile CSS Rules */
  /* Retina CSS Rules */
}
#shirts .jumbotron h1, #shirts .jumbotron .h1 {
  color: #303030;
}
@media (max-width: 480px) {
  #shirts .jumbotron .jumbotron {
    background: url("/content-images/shirtsmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #shirts .jumbotron .jumbotron {
    background: url("/Content-images/shirtsmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}

#polos .jumbotron {
  background: url("/Content-images/polos-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #polos .jumbotron {
    background: url("/Content-images/polos-BG.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
}
#headwear .jumbotron {
  background: url("/Content-images/headwear-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
  margin-bottom: 0 !important;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #headwear .jumbotron {
    background: url("/content-images/headwearmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #headwear .jumbotron {
    background: url("/Content-images/headwearmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#faq .jumbotron {
  background: url("/Content-images/faq-BG.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #faq .jumbotron {
    background: url("/content-images/faqmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #faq .jumbotron {
    background: url("/Content-images/faqmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#guarantee .jumbotron {
  background: url("/Content-images/guarantee-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #guarantee .jumbotron {
    background: url("/content-images/guaranteemobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #guarantee .jumbotron {
    background: url("/Content-images/guaranteemobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#desktop #help-index a, #responsive_body #help-index a {
  cursor: pointer;
}
#desktop #help-index .btn-sm, #desktop #help-index .btn-group-sm > .btn, #responsive_body #help-index .btn-sm, #responsive_body #help-index .btn-group-sm > .btn {
  margin-top: 5px;
  margin-bottom: 0;
}
#desktop #help-index h3, #desktop #help-index .h3, #responsive_body #help-index h3, #responsive_body #help-index .h3 {
  margin-top: 5px;
}
#desktop #help-index h4, #desktop #help-index .h4, #responsive_body #help-index h4, #responsive_body #help-index .h4 {
  margin-top: 0;
}
#desktop #help-index h6.title, #desktop #help-index .title.h6, #responsive_body #help-index h6.title, #responsive_body #help-index .title.h6 {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}
#desktop #help-index .list-group-item-text, #responsive_body #help-index .list-group-item-text {
  padding-bottom: 5px;
}
#desktop #help-index .help-link-footer, #responsive_body #help-index .help-link-footer {
  position: relative;
  top: -50px;
  width: 128px;
  height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
#desktop #help-index .help-link-footer h5, #desktop #help-index .help-link-footer .h5, #responsive_body #help-index .help-link-footer h5, #responsive_body #help-index .help-link-footer .h5 {
  color: white;
  font-size: 0.9rem;
  padding: 17px 0;
}
#desktop #help-index .photo-link, #responsive_body #help-index .photo-link {
  margin: 10px 10px -45px 0;
  float: left;
}

#help-index .card-header.card-primary {
  background: #2fa4e7 !important;
  color: white !important;
  font-size: 1.1rem;
}
#help-index .card-header.card-primary a {
  color: white !important;
  padding-left: 8px;
}
#help-index .card-header {
  padding-left: 0.75rem !important;
}
#help-index .card-header h3, #help-index .card-header .h3 {
  padding-left: 0.25rem !important;
  font-size: 1.2rem;
  color: white;
}
#help-index .card-body {
  color: #2fa4e7;
  font-size: 0.95rem;
}

#register {
  /*.indent{
      margin-left: 10px;
  }*/
  /*    & label {
          font-weight: 500;
      }
  */
}
#register a {
  text-decoration: underline;
}
#register .alert {
  margin-bottom: 5px;
}
#register .mb-3 {
  margin-bottom: 5px;
}
#register .form-control {
  margin-bottom: 5px;
}
#register .form-control.narrow {
  float: left;
  width: 50%;
}
#register .form-control.very-narrow {
  float: left;
  width: 25%;
}
#register hr {
  margin: 10px;
}

#send-message {
  min-height: 570px;
}
#send-message .alert {
  margin-top: 0;
  margin-bottom: 5px;
}
#send-message .btn {
  margin-bottom: 5px;
  display: inline-block;
}
#send-message .mb-3 {
  margin-bottom: 5px;
}
#send-message label {
  width: 140px;
  font-weight: 500;
  font-size: 0.95em;
}
#send-message p.send-buttons {
  margin-top: 10px;
}
#send-message .spacer {
  height: 20px;
}
#send-message .has-feedback .form-control-feedback {
  top: 15px;
  right: 0;
}
#send-message .form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 8px;
}
#send-message #captchaText {
  width: 60px;
}
#send-message #captchaInput {
  width: 40px;
  margin-right: 15px;
}
#send-message p.instructions {
  font-size: 0.9rem;
}

#aboutus .jumbotron {
  background: url("/content-images/aboutus-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 50vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #aboutus {
    /* Retina CSS Rules */
  }
  #aboutus .jumbotron {
    background: url("/content-images/aboutusmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
@media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 13/10), only screen and (max-width: 480px) and (min-resolution: 120dpi) {
  #aboutus #aboutus .jumbotron {
    background: url("/Content-images/aboutusmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#reorders .jumbotron {
  background: url("/Content-images/reorder-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #reorders .jumbotron {
    background: url("/content-images/reordermobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #reorders .jumbotron {
    background: url("/Content-images/reordermobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#rushservice .jumbotron {
  background: url("/Content-images/rushorder-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #rushservice .jumbotron {
    background: url("/content-images/rushordermobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #rushservice .jumbotron {
    background: url("/Content-images/rushordermobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#security .jumbotron {
  background: url("/Content-images/security-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #security .jumbotron {
    background: url("/content-images/securitymobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #security .jumbotron {
    background: url("/Content-images/securitymobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#thankyou .jumbotron {
  background: url("/Content-images/thanks-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #thankyou .jumbotron {
    background: url("/content-images/thanksmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #thankyou .jumbotron {
    background: url("/Content-images/thanksmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#ladiesouterwear .jumbotron {
  background: url("/Content-images/ladiesouterwear-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #ladiesouterwear .jumbotron {
    background: url("/content-images/ladiesouterwearmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #ladiesouterwear .jumbotron {
    background: url("/Content-images/ladiesouterwearmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#ladiesshirts .jumbotron {
  background: url("/Content-images/ladiesshirts-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #ladiesshirts .jumbotron {
    background: url("/content-images/ladiesshirtsmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #ladiesshirts .jumbotron {
    background: url("/Content-images/ladiesshirtsmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#excessstitches .jumbotron {
  background: url("/Content-images/excess-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #excessstitches .jumbotron {
    background: url("/content-images/excessmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
  #excessstitches .jumbotron small, #excessstitches .jumbotron .small {
    font-size: 0.4em;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #excessstitches .jumbotron {
    background: url("/Content-images/excessmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#lessthan12 .jumbotron {
  background: url("/Content-images/lessthan12-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #lessthan12 .jumbotron {
    background: url("/content-images/lessthan12mobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #lessthan12 .jumbotron {
    background: url("/Content-images/lessthan12mobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#morethanone .jumbotron {
  background: url("/Content-images/morethan1-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #morethanone .jumbotron {
    background: url("/content-images/morethan1mobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #morethanone .jumbotron {
    background: url("/Content-images/morethan1mobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#error-page {
  min-height: 510px;
}
#error-page h2, #error-page .h2 {
  font-size: 1.5em !important;
}
#error-page .ss360-tc-bg {
  background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
}
#error-page .ss360-n-section {
  font-size: 14px !important;
}
#error-page .ss360-nav--tabs.ss360-nav--top .ss360-nav__pre {
  flex-grow: 0 !important;
}
#error-page h1, #error-page .h1,
#error-page h5,
#error-page .h5,
#error-page h6,
#error-page .h6,
#error-page p {
  margin-top: 15px;
  margin-bottom: 20px;
}
#error-page h1 small, #error-page .h1 small, #error-page h1 .small, #error-page .h1 .small,
#error-page h5 small,
#error-page .h5 small,
#error-page h5 .small,
#error-page .h5 .small,
#error-page h6 small,
#error-page .h6 small,
#error-page h6 .small,
#error-page .h6 .small,
#error-page p small,
#error-page p .small {
  font-size: 1.1em;
}
#error-page img {
  margin-top: 15px;
}
#error-page h5, #error-page .h5 {
  font-size: 1.1em;
}

#order-print h5, #order-print .h5,
#order-print h6,
#order-print .h6 {
  font-size: 1.2em;
}
#order-print table {
  width: 100%;
}
#order-print table .right {
  text-align: right;
  float: right;
}
#order-print .design-details {
  float: left;
  margin-right: 100px;
}

#new-payment a:not(.btn) {
  text-decoration: underline;
}
#new-payment i.form-control-feedback.bv-no-label {
  top: 12px;
  left: 245px;
}
#new-payment .very-narrow {
  width: 75px;
}

#new-address i.form-control-feedback.bv-no-label {
  top: 12px;
  left: 245px;
}

#privacy .jumbotron {
  background: url("/Content-images/privacy-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #privacy .jumbotron {
    background: url("/content-images/privacymobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #privacy .jumbotron {
    background: url("/Content-images/privacymobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#ladies {
  /* Mobile CSS Rules */
  /* Retina CSS Rules */
}
#ladies .jumbotron {
  background: url("/Content-images/ladies-BG.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  margin-bottom: 0;
}
#ladies .jumbotron h1, #ladies .jumbotron .h1 {
  color: white;
}
@media (max-width: 480px) {
  #ladies .jumbotron {
    background: url("/content-images/ladiesmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #ladies .jumbotron {
    background: url("/Content-images/ladiesmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}

#athletic .jumbotron {
  background-image: url("/Content-images/athletic-BG.jpg");
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #athletic .jumbotron {
    background-image: url("/content-images/athleticmobile-bg.jpg");
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #athletic .jumbotron {
    background-image: url("/Content-images/athleticmobile@2x-bg.jpg");
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#workwear {
  /* Mobile CSS Rules */
  /* Retina CSS Rules */
}
#workwear .jumbotron {
  background: url("/Content-images/workwear-BG.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
  margin-bottom: 0 !important;
}
@media (max-width: 480px) {
  #workwear .jumbotron {
    background: url("/content-images/workwearmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #workwear .jumbotron {
    background: url("/Content-images/workwearmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}

#accessories {
  /* Mobile CSS Rules */
  /* Retina CSS Rules */
}
#accessories .jumbotron {
  background: url("/Content-images/accessories-BG.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #accessories .jumbotron {
    background: url("/content-images/accessoriesmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #accessories .jumbotron {
    background: url("/Content-images/accessoriesmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}

#customdesigns .jumbotron {
  background: url("/Content-images/tshirts-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
  margin-bottom: 0;
}
#customdesigns #category-images {
  padding-bottom: 25px;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #customdesigns .jumbotron {
    background: url("/content-images/tshirtsmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #customdesigns .jumbotron {
    background: url("/Content-images/tshirtsmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#freeembroidery .jumbotron {
  background: url("/Content-images/tshirts-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #freeembroidery .jumbotron {
    background: url("/content-images/tshirtsmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #freeembroidery .jumbotron {
    background: url("/Content-images/tshirtsmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#embroideryfactory .jumbotron {
  background: url("/content-images/embroideryfactory-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #embroideryfactory .jumbotron {
    background: url("/content-images/embroideryfactorymobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #embroideryfactory .jumbotron {
    background: url("/Content-images/embroideryfactorymobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#pricing .jumbotron {
  background: url("/content-images/pricing-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #pricing .jumbotron {
    background: url("/content-images/pricingmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #pricing .jumbotron {
    background: url("/Content-images/pricingmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#returns textarea {
  min-height: 140px;
}
#returns .jumbotron {
  background: url("/content-images/returns-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}
#returns .jumbotron .form-control {
  margin-bottom: 10px;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #returns .jumbotron {
    background: url("/content-images/returnsmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #returns .jumbotron {
    background: url("/Content-images/returnsmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#usingmyaccount .jumbotron {
  background: url("/content-images/outerwear-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #usingmyaccount .jumbotron {
    background: url("/content-images/outerwear-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 300px;
    height: 40vh;
    color: white;
  }
}
#sizescale .jumbotron {
  background: url("/content-images/sizescale-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}
#sizescale tr {
  text-align: center;
}
#sizescale th {
  background-color: #2fa4e7;
  padding: 10px;
  color: white;
  text-align: center;
}
#sizescale tr.subheader {
  background-color: rgb(161.3103448276, 214.0107758621, 244.1896551724);
}
#sizescale td {
  width: 10%;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #sizescale .jumbotron {
    background: url("/content-images/sizescalemobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #sizescale .jumbotron {
    background: url("/Content-images/sizescalemobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#whyregister .jumbotron {
  background: url("/content-images/faq-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #whyregister .jumbotron {
    background: url("/content-images/faqmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #whyregister .jumbotron {
    background: url("/Content-images/faqmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#review {
  min-height: 500px;
}
#review .smallspacer {
  height: 20px;
}
#review .narrow {
  width: 140px;
}
#review .prod-identifier {
  font-size: 1.2em;
  padding-top: 15px;
  font-weight: 700;
  padding-bottom: 5px;
  color: #033c73;
  text-transform: uppercase;
}
#review #prod-desc {
  margin-bottom: 15px;
}
#review .form-control {
  margin-bottom: 10px;
}
#review textarea {
  height: 120px;
}

.mb-3.narrow.has-feedback .form-control-feedback {
  top: 4px;
}

#unapproved-reviews {
  min-height: 550px;
}
#unapproved-reviews th {
  background-color: #2fa4e7;
  padding: 10px;
  color: white;
}
#unapproved-reviews tr.subheader {
  background-color: rgb(161.3103448276, 214.0107758621, 244.1896551724);
}

#approve {
  min-height: 600px;
}
#approve .col-sm-2 {
  text-align: right;
}
#approve .danger {
  color: red;
  font-weight: 800;
  font-size: 1.1em;
}
#approve table tr {
  vertical-align: middle;
}
#approve table td.right {
  text-align: right;
  width: 125px;
}
#approve table td.field .form-control.narrow {
  width: 120px;
}
#approve textarea {
  height: 120px;
}

#desktop#product-page {
  min-width: 1024px;
}

.prod-left-col {
  text-align: center;
}

.alt-view {
  margin: 0 auto;
  display: inline-block;
}
.alt-view img {
  border: solid 1px #ddd;
  margin: 5px;
}

.bigger-alt-view {
  float: left;
  display: none;
}

#sizes table.sizes {
  margin: 0 auto;
  margin-top: 15px;
  width: auto;
}
#sizes table.sizes tr th {
  background-color: #2fa4e7;
  color: white;
  padding: 5px;
  text-align: center;
  font-weight: 500;
}
#sizes table.sizes tr td {
  text-align: center;
}
#sizes table.sizes tr td input {
  width: 35px;
  margin: 2px auto;
  font-size: 0.9em;
  text-align: center;
}

.prod-no {
  color: #868e96;
  font-size: 1.2em;
  font-weight: 700;
}

#product-page .card-header h4, #product-page .card-header .h4, #revised-product-page .card-header h4, #revised-product-page .card-header .h4, #product-page-v2 .card-header h4, #product-page-v2 .card-header .h4 {
  text-transform: none;
}
#product-page .panel.more-links, #revised-product-page .panel.more-links, #product-page-v2 .panel.more-links {
  width: 220px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#product-page .panel.more-links a, #revised-product-page .panel.more-links a, #product-page-v2 .panel.more-links a {
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
#product-page .panel-collapse.collapse.in, #revised-product-page .panel-collapse.collapse.in, #product-page-v2 .panel-collapse.collapse.in {
  height: 190px;
}
#product-page .panel-collapse.print.collapse.in, #revised-product-page .panel-collapse.print.collapse.in, #product-page-v2 .panel-collapse.print.collapse.in {
  height: 90px;
}
#product-page .alert-info, #revised-product-page .alert-info, #product-page-v2 .alert-info {
  text-align: left;
  font-size: 0.9em;
}
#product-page .star-rating img, #revised-product-page .star-rating img, #product-page-v2 .star-rating img {
  margin: 0 0 7px 5px;
}
#product-page #proddesc, #revised-product-page #proddesc, #product-page-v2 #proddesc {
  font-size: 1.05rem;
  width: 95%;
}
#product-page #swatches, #product-page #swatches-lg, #revised-product-page #swatches, #revised-product-page #swatches-lg, #product-page-v2 #swatches, #product-page-v2 #swatches-lg {
  /*        margin-top: 10px;
  */
  margin-bottom: 15px;
  width: 100%;
  z-index: 4000;
}
#product-page #swatches .showmulti, #product-page #swatches-lg .showmulti, #revised-product-page #swatches .showmulti, #revised-product-page #swatches-lg .showmulti, #product-page-v2 #swatches .showmulti, #product-page-v2 #swatches-lg .showmulti {
  display: none;
}
#product-page #swatches .swatch, #product-page #swatches-lg .swatch, #revised-product-page #swatches .swatch, #revised-product-page #swatches-lg .swatch, #product-page-v2 #swatches .swatch, #product-page-v2 #swatches-lg .swatch {
  width: 45px;
  height: 45px;
  margin: 2px;
  float: left;
  border: 1px outset #868e96;
  text-align: center;
  padding-top: 7px;
}
#product-page #swatches .swatch :hover, #product-page #swatches-lg .swatch :hover, #revised-product-page #swatches .swatch :hover, #revised-product-page #swatches-lg .swatch :hover, #product-page-v2 #swatches .swatch :hover, #product-page-v2 #swatches-lg .swatch :hover {
  border: 2px inset #868e96;
}
#product-page #swatches .swatch-lg, #product-page #swatches-lg .swatch-lg, #revised-product-page #swatches .swatch-lg, #revised-product-page #swatches-lg .swatch-lg, #product-page-v2 #swatches .swatch-lg, #product-page-v2 #swatches-lg .swatch-lg {
  width: 58px;
  height: 58px;
  margin: 2px;
  float: left;
  border: 1px outset #adb5bd;
  text-align: center;
  padding-top: 7px;
}
#product-page #swatches .swatch-lg table, #product-page #swatches-lg .swatch-lg table, #revised-product-page #swatches .swatch-lg table, #revised-product-page #swatches-lg .swatch-lg table, #product-page-v2 #swatches .swatch-lg table, #product-page-v2 #swatches-lg .swatch-lg table {
  width: 45px;
  height: 45px;
  padding: 0;
  border-collapse: collapse;
}
#product-page #swatches .swatch-pic, #product-page #swatches-lg .swatch-pic, #revised-product-page #swatches .swatch-pic, #revised-product-page #swatches-lg .swatch-pic, #product-page-v2 #swatches .swatch-pic, #product-page-v2 #swatches-lg .swatch-pic {
  width: 58px;
  height: 58px;
  margin: 4px;
  float: left;
  padding-top: 5px;
}
#product-page table.swatchtable, #revised-product-page table.swatchtable, #product-page-v2 table.swatchtable {
  border-collapse: collapse;
}
#product-page table.swatchtable td.multiswatch, #revised-product-page table.swatchtable td.multiswatch, #product-page-v2 table.swatchtable td.multiswatch {
  border: 0;
}
#product-page table.longswatchtable, #revised-product-page table.longswatchtable, #product-page-v2 table.longswatchtable {
  border-collapse: collapse;
}
#product-page .price-lg, #revised-product-page .price-lg, #product-page-v2 .price-lg {
  font-size: 1.2em;
  font-weight: 500;
  padding: 10px;
}
#product-page .price-lg small, #product-page .price-lg .small, #revised-product-page .price-lg small, #revised-product-page .price-lg .small, #product-page-v2 .price-lg small, #product-page-v2 .price-lg .small {
  font-size: 0.7em;
}
#product-page .prodVideo, #revised-product-page .prodVideo, #product-page-v2 .prodVideo {
  object-fit: scale-down;
}
#product-page .card-sm, #revised-product-page .card-sm, #product-page-v2 .card-sm {
  font-size: 0.9rem;
  padding: 0.5rem !important;
  text-align: left;
}

#tablet #prices {
  width: 100%;
}
#tablet #prices .prices {
  width: 100%;
}
#tablet #prices .prices table th {
  background-color: #2fa4e7;
  color: white;
  text-align: center;
  font-weight: 500;
  padding: 7px;
}
#tablet #prices .prices table table.print-prices {
  float: none;
  margin: 0 auto;
}

#prices {
  margin: 15px 0;
}
#prices .prices {
  text-align: center;
}
#prices .prices table th {
  background-color: #2fa4e7;
  color: white;
  text-align: center;
  font-weight: 500;
  padding: 7px;
}
#prices .prices table th.special-th {
  background-color: #2fa4e7;
  color: white;
  text-align: center;
  font-weight: 500;
  padding: 7px;
}
#prices .prices table td {
  padding: 5px 6px 5px 6px;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  #prices .prices table td {
    padding: 5px 6px 5px 6px;
    font-size: 0.9em;
  }
}
#prices .prices table td.special-header {
  color: white !important;
}
#prices .prices table td.pre-row {
  background-color: rgb(92.724137931, 184.0043103448, 236.275862069);
  color: white;
}
#prices .prices table td.now-row {
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
}
#prices .prices table td.price-now {
  background-color: rgb(207.0344827586, 234.0150862069, 249.4655172414);
  color: rgb(255, 0, 0);
  font-weight: 600;
}
#prices .prices table td[id^=x] {
  text-decoration: line-through;
}

table.print-prices {
  float: left;
  width: 200px;
  text-align: center;
}

#more-about-prices {
  float: left;
  width: 450px;
  padding-left: 10px;
}

.no-pics {
  position: relative;
  top: -20px;
}
.no-pics p {
  font-size: 1em;
  width: auto;
  max-height: 50px;
  border-radius: 7px;
}

.inv-warning {
  /*    position: relative;
      top: -150px;
  */
}
.inv-warning p {
  font-size: 1.2em;
  width: auto;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.warning, .stop, .caution {
  background-color: rgba(255, 106, 0, 0.5);
  color: white;
  height: 55px;
  padding-top: 15px;
  margin-bottom: -50px;
  border-radius: 7px;
  text-align: center;
}

.stop {
  background-color: rgba(255, 0, 0, 0.5);
  text-align: center !important;
  position: relative;
  top: -150px;
}

.caution {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  /*    margin-top: 150px;
      margin-bottom: -150px;
  */
  height: 95px;
  font-size: 1em !important;
  font-weight: 500 !important;
  text-align: left;
}

#phone .caution {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  /*        margin-top: 150px;
          margin-bottom: -150px;
  */
  height: 95px;
  font-size: 0.8em !important;
  font-weight: 500 !important;
  text-align: left;
  padding-bottom: 20px;
}
#phone .breadcrumb {
  font-size: 0.9em;
}
#phone h3, #phone .h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
#phone .print-header h3, #phone .print-header .h3 {
  margin-left: 15px;
}
#phone #proddesc {
  font-size: 0.9em;
}
#phone #swatches {
  margin-bottom: 10px;
}
#phone #addtocart {
  margin: 10px 0 10px 0;
}
#phone .swatch {
  width: 38px;
  height: 38px;
  margin: 1px;
  float: left;
  border: 1px solid #adb5bd;
}
#phone #sizes table.sizes {
  margin: 0;
  margin-bottom: 10px;
  width: auto;
  font-size: 0.9em;
  text-align: center;
}
#phone #sizes table.sizes th {
  background-color: #2fa4e7;
  color: white;
  padding: 3px;
  font-weight: 500;
}
#phone #sizes input {
  width: 27px;
  margin: 1px auto;
}
@media (min-width: 321px) {
  #phone #sizes input {
    width: 35px;
    margin: 2px auto;
  }
}
#phone #prices {
  font-size: 0.9em;
  margin: 10px 0 10px 0;
}
#phone #prices th {
  background-color: #2fa4e7;
  color: white;
  padding: 4px;
  font-weight: 500;
  text-align: center;
}
#phone #prices td {
  padding: 5px;
}
@media (max-width: 330px) {
  #phone #prices td {
    padding: 4px;
  }
}
#phone #prices th.special-th {
  background-color: #2fa4e7;
  color: white;
  text-align: center;
  font-weight: 500;
  padding: 7px;
}
#phone #prices td {
  padding: 5px 6px 5px 6px;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  #phone #prices td {
    padding: 5px 6px 5px 6px;
    font-size: 0.9em;
  }
}
#phone #prices td.special-header {
  color: white !important;
  text-align: center !important;
}
#phone #prices td.pre-row {
  background-color: rgb(92.724137931, 184.0043103448, 236.275862069);
  color: white;
}
#phone #prices td.now-row {
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
}
#phone #prices td.price-now {
  background-color: rgb(207.0344827586, 234.0150862069, 249.4655172414);
  color: rgb(255, 0, 0);
  font-weight: 600;
}
#phone #prices td[id^=x] {
  text-decoration: line-through;
}
#phone .review {
  margin: 5px;
}
#phone .review-body {
  font-size: 0.9rem;
}
#phone .whats-included {
  font-size: 0.9rem;
}

#reviews-details {
  padding-bottom: 20px;
}

.price-includes {
  float: left;
  margin-top: 20px !important;
  text-align: left;
  border: 3px inset #999;
  padding: 2px;
  padding-left: 7px;
}
.price-includes i {
  color: #3c763d;
}

.qty-error .modal-dialog {
  top: 150px;
  width: 215px;
}
.qty-error .modal-footer {
  text-align: left;
}
.qty-error .close {
  color: white;
  opacity: 0.6;
}
.qty-error .close:hover {
  opacity: 1;
}

.disclaimers {
  float: left;
  text-align: left;
  padding: 15px;
  width: 200px;
  height: auto;
  background-color: #adb5bd;
  margin: 0 0 0 30px;
  font-size: 0.9em;
}

.print-disclaimers {
  float: left;
  text-align: left;
  padding: 15px;
  padding-bottom: 10px;
  height: auto;
  background-color: #adb5bd;
  font-size: 0.9em;
  margin-left: 20px;
}

.print-header {
  position: relative;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: -35px;
}
.print-header h3, .print-header .h3 {
  color: white;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
}

#colorname {
  color: #868e96;
  font-size: 1rem;
  font-weight: 500;
}

/*changed for new product page*/
.add-cart-section {
  /*    border: 1px solid #ddd;
      padding: 10px;
      margin-top: 15px;
      min-width: 360px;
  */
}

#related {
  /*    margin: 0 auto;
      margin-top: 20px;
      width: 100%;

      .label {
          font-size: 1.1em;
          font-weight: 500;
          padding: 10px 80px;
          border-radius: 0;
      }

      .prod-related {
          margin: 0 auto;
      }

      .sm-prod-no {
          font-size: 0.95em;
      }


      .prod-var {
          margin: 0 auto;
          margin-top: 10px;
          margin-bottom: 10px;
          float: left;
          width: 50%;
          max-width: 155px;
      }
  */
  /*    .prod-desc-width-restricted {
          max-width: 140px;
          font-size: 0.85em;
      }
  */
}

#prod-other-links {
  margin: 0 auto;
}

.products-sidebar {
  margin: 0 auto;
  margin-top: 20px;
}

.products-sidebar .prod-container-caption {
  height: auto;
  padding: 5px 15px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.products-sidebar .label {
  font-size: 1.1em;
  font-weight: 500;
  padding: 10px 40px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.bottom-swatches {
  margin-bottom: 10px;
}

.reviewer {
  font-size: 0.9em;
  color: #999;
  margin-left: 5px;
}

.prod-container-revised {
  text-align: center;
  width: 170px;
  float: left;
  margin-right: 10px;
}

.review-title {
  font-size: 1.1em;
  color: #2fa4e7;
  font-weight: 700;
}

.review-body {
  margin-top: 10px;
}

.color-check {
  color: #999;
}

.image-24-2 {
  margin-top: 15px;
  margin-bottom: -10px;
}

#addtocart {
  margin: 15px;
}

.double-indent {
  margin-left: 20px;
}

.prod-features {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.discount-pricing-container {
  position: relative;
  top: 25px;
}

.discount-pricing {
  margin: auto;
  width: 140px;
  padding: 10px 10px;
  background-color: rgba(255, 0, 0, 0.6);
  color: white;
  font-weight: 700;
  font-size: 1.2em;
  border-radius: 4px;
  text-align: center;
  /*z-index: 888;*/
}

.card-header {
  padding: 0.5rem !important;
}

.reviews-link {
  font-size: 0.95rem;
  font-weight: 600;
}

.prod-related-multiple {
  max-width: 46%;
  float: left;
  margin-right: 8px;
}

.related-prod-desc {
  color: dimgrey;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 700;
}

.related-price {
  color: green;
  text-decoration: none;
}

.swatch-pic-sm {
  width: 52px;
  height: 52px;
  margin: 2px;
  float: left;
  padding-top: 4px;
}

.prodno {
  font-size: 0.8em;
  color: dimgray;
}

#proof-approval {
  min-height: 550px;
}
#proof-approval .alert {
  margin-bottom: 10px;
}
#proof-approval th {
  background-color: #2fa4e7;
  padding: 10px;
  color: white;
}
#proof-approval td {
  vertical-align: middle !important;
}
#proof-approval tr.subheader {
  background-color: rgb(161.3103448276, 214.0107758621, 244.1896551724);
}
#proof-approval td.status {
  font-weight: 800;
  color: #468847;
}

#approval-detail {
  min-height: 550px;
}
#approval-detail .proof-image {
  float: left;
  padding-top: 10px;
  /*border-top: 1px dashed $gray-600;*/
}
#approval-detail .proof-image img {
  width: 100%;
}
#approval-detail .width {
  text-align: center;
}
#approval-detail .height {
  float: left;
  margin-right: -35px;
}
#approval-detail .design-specs {
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}
#approval-detail .fixed-width {
  width: 100px;
  padding-right: 15px;
  text-align: right;
}
#approval-detail .proof-buttons {
  float: left;
  margin-top: 10px;
  margin-left: 30px;
}
#approval-detail .proof-buttons .btn {
  margin-bottom: 5px;
}
#approval-detail .design-disclaimer {
  text-align: center;
  margin-top: 15px;
}

#outerwear {
  /* Mobile CSS Rules */
  /* Retina CSS Rules */
}
#outerwear .jumbotron {
  background: url("/Content-images/outerwear-BG.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}
@media (max-width: 480px) {
  #outerwear .jumbotron {
    background: url("/content-images/outerwearmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
    margin-bottom: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #outerwear .jumbotron {
    background: url("/Content-images/outerwearmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}

#printed .jumbotron {
  background: url("/Content-images/print-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}
#printed .these-categories {
  margin-left: auto;
  margin-right: auto;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #printed .jumbotron {
    background: url("/content-images/printmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    color: white;
  }
  #printed .these-categories {
    margin-left: auto;
    margin-right: auto;
  }
  #printed p {
    width: 100%;
  }
  #printed h1, #printed .h1 {
    font-size: 1.8rem;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #printed .jumbotron {
    background: url("/Content-images/printmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-width: 100%;
    color: white;
  }
  #printed .jumbotron p {
    width: 100%;
  }
  #printed .jumbotron h1, #printed .jumbotron .h1 {
    font-size: 1.8rem;
  }
}
#print-cart {
  min-height: 525px;
}
#print-cart .alert {
  margin-bottom: 5px;
}
#print-cart .alert h4, #print-cart .alert .h4 {
  margin-bottom: 5px;
}
#print-cart h3, #print-cart .h3 {
  background-color: #868e96;
  color: white;
  width: 100%;
  padding: 7px;
  margin-bottom: 15px;
  font-size: 1.1em;
}
#print-cart h4:not(.panel-title), #print-cart .h4:not(.panel-title) {
  margin-bottom: 15px;
}
#print-cart .panel-group {
  margin-top: 10px;
}

#corporateapparel .jumbotron {
  background: url("/Content-images/polos-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #corporateapparel .jumbotron {
    background: url("/Content-images/polosmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #corporateapparel .jumbotron {
    background: url("/Content-images/polosmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#custom-embroidery .jumbotron {
  background: url("/Content-images/morethan1-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #custom-embroidery .jumbotron {
    background: url("/Content-images/morethan1mobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
  #custom-embroidery a {
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #custom-embroidery .jumbotron {
    background: url("/Content-images/morethan1mobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#customembroideredblankets .jumbotron {
  background: url("/Content-images/security-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}
#customembroideredblankets a {
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #customembroideredblankets .jumbotron {
    background: url("/Content-images/securitymobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #customembroideredblankets .jumbotron {
    background: url("/Content-images/securitymobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#customembroideredcaps .jumbotron {
  background: url("/Content-images/headwear-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #customembroideredcaps .jumbotron {
    background: url("/Content-images/headwearmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #customembroideredcaps .jumbotron {
    background: url("/Content-images/headwearmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
  }
}
#custom-embroidered-caps-hats .jumbotron {
  background: url("/Content-images/headwear-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 200px;
  height: 30vh;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #custom-embroidered-caps-hats .jumbotron {
    background: url("/Content-images/headwearmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 280px;
    height: 30vh;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #custom-embroidered-caps-hats .jumbotron {
    background: url("/Content-images/headwearmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
  }
}
#customembroideredshirts h1, #customembroideredshirts .h1, #custom-embroidered-shirts h1, #custom-embroidered-shirts .h1, #custom-embroidered-caps-hats h1, #custom-embroidered-caps-hats .h1 {
  font-weight: 700 !important;
}
#customembroideredshirts h2, #customembroideredshirts .h2, #custom-embroidered-shirts h2, #custom-embroidered-shirts .h2, #custom-embroidered-caps-hats h2, #custom-embroidered-caps-hats .h2 {
  font-size: calc(1.375rem + 0.9375vw);
}
@media (min-width: 1920px) {
  #customembroideredshirts h2, #customembroideredshirts .h2, #custom-embroidered-shirts h2, #custom-embroidered-shirts .h2, #custom-embroidered-caps-hats h2, #custom-embroidered-caps-hats .h2 {
    font-size: 2.5rem;
  }
}

#customembroideredshirts .jumbotron, #custom-embroidered-shirts .jumbotron {
  background: url("/Content-images/shirts-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 250px;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #customembroideredshirts .jumbotron, #custom-embroideered-shirts .jumbotron {
    background: url("/Content-images/shirtsmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 250px;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #customembroideredshirts .jumbotron, #custom-embroidered-shirts .jumbotron {
    background: url("/Content-images/shirtsmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
  }
}
#customembroideredflexfit .jumbotron {
  background: url("/Content-images/headwear-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}
#customembroideredflexfit .jumbotron a {
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #customembroideredflexfit .jumbotron {
    background: url("/Content-images/headwearmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
  #customembroideredflexfit .jumbotron a {
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #customembroideredflexfit .jumbotron {
    background: url("/Content-images/headwearmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#customembroideredbags .jumbotron {
  background: url("/Content-images/how-long-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}
#customembroideredbags a {
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #customembroideredbags .jumbotron {
    background: url("/Content-images/how-longmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
  #customembroideredbags a {
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #customembroideredbags .jumbotron {
    background: url("/Content-images/how-longmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#customembroideredclothing .jumbotron {
  background: url("/Content-images/polos-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}
#customembroideredclothing a {
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #customembroideredclothing .jumbotron {
    background: url("/Content-images/polosmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
  #customembroideredclothing a {
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #customembroideredclothing .jumbotron {
    background: url("/Content-images/polosmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#customembroideredjackets .jumbotron {
  background: url("/Content-images/outerwear-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #customembroideredjackets .jumbotron {
    background: url("/Content-images/outerwearmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
  #customembroideredjackets a {
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #customembroideredjackets .jumbotron {
    background: url("/Content-images/outerwearmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#customembroideredpolos .jumbotron {
  background: url("/Content-images/polos-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}
#customembroideredpolos a {
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #customembroideredpolos .jumbotron {
    background: url("/Content-images/polosmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
  #customembroideredpolos a {
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #customembroideredpolos .jumbotron {
    background: url("/Content-images/polosmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#customembroideredsweatshirts .jumbotron {
  background: url("/Content-images/security-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}
#customembroideredsweatshirts .jumbotron a {
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #customembroideredsweatshirts .jumbotron {
    background: url("/Content-images/securitymobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #customembroideredsweatshirts .jumbotron {
    background: url("/Content-images/securitymobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#customembroideredtowels .jumbotron {
  background: url("/content-images/reorder-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}
#customembroideredtowels a {
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #customembroideredtowels .jumbotron {
    background: url("/Content-images/reordermobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
  #customembroideredtowels a {
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #customembroideredtowels .jumbotron {
    background: url("/Content-images/reordermobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#customembroideredtshirts .jumbotron {
  background: url("/content-images/tshirts-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}
#customembroideredtshirts .jumbotron a {
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #customembroideredtshirts .jumbotron {
    background: url("/Content-images/tshirtsmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
  #customembroideredtshirts .jumbotron a {
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #customembroideredtshirts .jumbotron {
    background: url("/Content-images/tshirtsmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#monogramming .jumbotron {
  background: url("/content-images/pricing-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px;
  height: 40vh;
  color: white;
}
#monogramming .jumbotron a {
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #monogramming .jumbotron {
    background: url("/Content-images/pricingmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
    height: 40vh;
    color: white;
  }
  #monogramming .jumbotron a {
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #monogramming .jumbotron {
    background: url("/Content-images/pricingmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
.title {
  color: #868e96;
  font-weight: 700 !important;
  font-size: calc(1.375rem + 0.9375vw);
  margin-top: 1.5rem;
}
@media (min-width: 1920px) {
  .title {
    font-size: 2.5rem;
  }
}

#video-tour {
  min-height: 560px;
}

#site-map h3, #site-map .h3 {
  color: #868e96;
}
#site-map h4, #site-map .h4 {
  text-transform: capitalize;
}

#quote textarea {
  height: 90px;
}
#quote #ContactPhone {
  margin-top: 15px;
}
#quote #qty {
  width: 125px;
}
#quote input#qty.form-control {
  padding-right: 15px;
}
#quote input#qty.form-control .form-control-feedback {
  right: 200px;
}
#quote i[data-field=g-recaptcha-response] {
  position: relative;
  left: 300px;
  top: -90px;
}

#blog_v2 h1, #blog_v2 .h1 {
  font-size: calc(2rem + 0.9375vw) !important;
  font-weight: 900;
}

#blogindex .fbmargin {
  margin: 30px 0 30px 0;
}
#blogindex hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
#blogindex .profile-padding {
  padding-top: 40px;
}
#blogindex h1, #blogindex .h1,
#blogindex h2,
#blogindex .h2,
#blogindex h3,
#blogindex .h3,
#blogindex h4,
#blogindex .h4,
#blogindex h5,
#blogindex .h5,
#blogindex h6,
#blogindex .h6 {
  font-weight: 800;
}
#blogindex .intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
#blogindex .intro-header .site-heading,
#blogindex .intro-header .post-heading,
#blogindex .intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  #blogindex .intro-header .site-heading,
  #blogindex .intro-header .post-heading,
  #blogindex .intro-header .page-heading {
    padding: 150px 0;
  }
}
#blogindex .intro-header .site-heading,
#blogindex .intro-header .page-heading {
  text-align: center;
}
#blogindex .intro-header .site-heading h1, #blogindex .intro-header .site-heading .h1,
#blogindex .intro-header .page-heading h1,
#blogindex .intro-header .page-heading .h1 {
  margin-top: 0;
  font-size: 50px;
  color: #fff;
  text-align: left;
}
#blogindex .intro-header .site-heading .subheading,
#blogindex .intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #blogindex .intro-header .site-heading h1, #blogindex .intro-header .site-heading .h1,
  #blogindex .intro-header .page-heading h1,
  #blogindex .intro-header .page-heading .h1 {
    font-size: 5.5em;
  }
}
#blogindex .intro-header .post-heading h1, #blogindex .intro-header .post-heading .h1 {
  font-size: 35px;
}
#blogindex .intro-header .post-heading .subheading,
#blogindex .intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
#blogindex .intro-header .post-heading .subheading {
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
#blogindex .intro-header .post-heading .meta {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
#blogindex .intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  #blogindex .intro-header .post-heading h1, #blogindex .intro-header .post-heading .h1 {
    font-size: 55px;
  }
  #blogindex .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}

#blogpost h1, #blogpost .h1 {
  color: white;
}
#blogpost .meta {
  color: white;
}
#blogpost h4.blog, #blogpost .blog.h4 {
  text-align: center !important;
  margin-top: 10px !important;
}

#blogpost-new a {
  text-decoration: underline;
}
#blogpost-new .fbmargin {
  margin: 30px 0 30px 0;
}
#blogpost-new .blog__page img {
  width: 100%;
  max-width: 560px;
  height: 100%;
  max-height: 451px;
}
#blogpost-new h1, #blogpost-new .h1,
#blogpost-new h2,
#blogpost-new .h2,
#blogpost-new h3,
#blogpost-new .h3,
#blogpost-new h4,
#blogpost-new .h4,
#blogpost-new h5,
#blogpost-new .h5,
#blogpost-new h6,
#blogpost-new .h6 {
  font-weight: 800;
}
#blogpost-new .intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
#blogpost-new .intro-header .site-heading,
#blogpost-new .intro-header .post-heading,
#blogpost-new .intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  #blogpost-new .intro-header .site-heading,
  #blogpost-new .intro-header .post-heading,
  #blogpost-new .intro-header .page-heading {
    padding: 150px 0;
    color: white;
  }
}
#blogpost-new .intro-header .site-heading,
#blogpost-new .intro-header .page-heading {
  text-align: center;
}
#blogpost-new .intro-header .site-heading h1, #blogpost-new .intro-header .site-heading .h1,
#blogpost-new .intro-header .page-heading h1,
#blogpost-new .intro-header .page-heading .h1 {
  margin-top: 0;
  font-size: 50px;
  color: #fff;
  text-align: left;
}
#blogpost-new .intro-header .site-heading .subheading,
#blogpost-new .intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-weight: 300;
  margin: 20px 0 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #blogpost-new .intro-header .site-heading h1, #blogpost-new .intro-header .site-heading .h1,
  #blogpost-new .intro-header .page-heading h1,
  #blogpost-new .intro-header .page-heading .h1 {
    font-size: 6em;
  }
}
#blogpost-new .intro-header .post-heading h1, #blogpost-new .intro-header .post-heading .h1 {
  font-size: 35px;
}
#blogpost-new .intro-header .post-heading .subheading,
#blogpost-new .intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
#blogpost-new .intro-header .post-heading .subheading {
  font-size: 24px;
  margin: 20px 0 20px;
  font-weight: 600;
  color: white;
}
#blogpost-new .intro-header .post-heading .meta {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
#blogpost-new .intro-header .post-heading .meta a {
  color: white;
}

#blogindex .profile-padding {
  padding-top: 35px;
}
#blogindex p a {
  text-decoration: underline;
}
#blogindex h1, #blogindex .h1,
#blogindex h2,
#blogindex .h2,
#blogindex h3,
#blogindex .h3,
#blogindex h4,
#blogindex .h4,
#blogindex h5,
#blogindex .h5 {
  font-weight: 800;
}
#blogindex h4.blog, #blogindex .blog.h4 {
  text-align: center !important;
  margin-top: 10px !important;
}
#blogindex blockquote {
  color: #808080;
  font-style: italic;
}
#blogindex hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
#blogindex .intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
#blogindex .intro-header .site-heading,
#blogindex .intro-header .post-heading,
#blogindex .intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  #blogindex .intro-header .site-heading,
  #blogindex .intro-header .post-heading,
  #blogindex .intro-header .page-heading {
    padding: 150px 0;
  }
}
#blogindex .intro-header .site-heading,
#blogindex .intro-header .page-heading {
  text-align: center;
}
#blogindex .intro-header .site-heading h1, #blogindex .intro-header .site-heading .h1,
#blogindex .intro-header .page-heading h1,
#blogindex .intro-header .page-heading .h1 {
  margin-top: 0;
  font-size: 50px;
  color: #fff;
  text-align: left;
}
#blogindex .intro-header .site-heading .subheading,
#blogindex .intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #blogindex .intro-header .site-heading h1, #blogindex .intro-header .site-heading .h1,
  #blogindex .intro-header .page-heading h1,
  #blogindex .intro-header .page-heading .h1 {
    font-size: 5.5em;
  }
}
#blogindex .intro-header .post-heading h1, #blogindex .intro-header .post-heading .h1 {
  font-size: 35px;
}
#blogindex .intro-header .post-heading .subheading,
#blogindex .intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
#blogindex .intro-header .post-heading .subheading {
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
#blogindex .intro-header .post-heading .meta {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
#blogindex .intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  #blogindex .intro-header .post-heading h1, #blogindex .intro-header .post-heading .h1 {
    font-size: 55px;
  }
  #blogindex .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
#blogindex .section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
#blogindex .caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#blogindex footer {
  padding: 50px 0 65px;
}
#blogindex footer .list-inline {
  margin: 0;
  padding: 0;
}
#blogindex footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
#blogindex .floating-label-mb-3 {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
#blogindex .floating-label-mb-3 input,
#blogindex .floating-label-mb-3 textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
#blogindex .floating-label-mb-3 label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
#blogindex .floating-label-mb-3::not(:first-child) {
  padding-left: 14px;
  border-start: 1px solid #eeeeee;
}
#blogindex .floating-label-mb-3-with-value label {
  top: 0;
  opacity: 1;
}
#blogindex .floating-label-mb-3-with-focus label {
  color: #0085a1;
}
#blogindex form .row:first-child .floating-label-mb-3 {
  border-top: 1px solid #eeeeee;
}
#blogindex .h3 {
  text-transform: none;
}
#blogindex .pager {
  margin: 20px 0 0;
}
#blogindex .pager li > a,
#blogindex .pager li > span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
#blogindex .pager li > a:hover,
#blogindex .pager li > a:focus {
  color: white;
  background-color: #0085a1;
  border: 1px solid #0085a1;
}
#blogindex .pager .disabled > a,
#blogindex .pager .disabled > a:hover,
#blogindex .pager .disabled > a:focus,
#blogindex .pager .disabled > span {
  color: #808080;
  background-color: #404040;
  cursor: not-allowed;
}
#blogindex ::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
#blogindex ::selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
#blogindex img::selection {
  color: white;
  background: transparent;
}
#blogindex img::-moz-selection {
  color: white;
  background: transparent;
}
#blogindex body {
  webkit-tap-highlight-color: #0085a1;
}

#shipping .jumbotron {
  background: url("/Content-images/shipping-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  height: 40vh;
  color: white;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #shipping .jumbotron {
    background: url("/content-images/shippingmobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #shipping .jumbotron {
    background: url("/Content-images/shippingmobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
#upload-image .container {
  min-height: 700px;
}
#upload-image .container .this-upload {
  float: left;
  padding: 20px;
}
#upload-image .container .this-upload .upl-img {
  position: relative;
  height: 150px;
  width: 150px;
}
#upload-image .container .this-upload .upl-img > img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  border: 2px solid #e5dede;
  border-radius: 4px;
}
#upload-image .container .status p {
  font-size: 1.4em;
}
#upload-image .container #upload {
  display: none;
}
#upload-image .container #upload .thumbnail, #upload-image .container #upload .modalpicholder, #upload-image .container #upload #item-option {
  float: left;
}
#upload-image .container #upload #options {
  display: none;
}
#upload-image .container #upload #options select {
  font-size: 1em;
}
#upload-image .container #upload #options .btn-success {
  font-size: 1.2em;
  margin-bottom: 10px;
  margin-top: 10px;
}
#upload-image .container #upload #location-option {
  display: none;
}
#upload-image .container #upload #location-option #more-locations, #upload-image .container #upload #location-option #finish {
  font-size: 1em;
  margin-bottom: 10px;
}
#upload-image .container #fine-uploader .qq-upload-button-selector {
  width: 180px;
  margin-bottom: 10px;
}
#upload-image .container #fine-uploader .qq-upload-file {
  font-size: 0.9em;
}

.hover-details {
  display: none;
  padding: 15px;
}

.qtip {
  max-width: none !important;
}
.qtip .qtip-content .data-title {
  color: #2fa4e7;
  font-weight: 700;
}

.small-link {
  font-size: 0.7em;
}

#hide-uploads {
  cursor: pointer;
}

#shirt-locations, #hat-locations, #outerwear-locations, #blanket-locations, #bag-locations, #visor-locations, #beanie-locations, #patch-locations {
  display: none;
}

#showcase {
  background-color: #fff;
}
#showcase h2, #showcase .h2 {
  color: #317eac;
}
#showcase .review {
  float: left;
}

.showcase-details {
  display: none;
}

.showcase-details h2, .showcase-details .h2 {
  font-size: 3em !important;
}

.showcase-details small, .showcase-details .small {
  font-size: 0.5em !important;
}

.showcase-padding {
  padding-bottom: 15px;
}

@media (min-width: 299px) {
  #showcase .review {
    width: 280px;
  }
}
@media (min-width: 600px) {
  #showcase .review {
    width: 210px;
  }
}
@media (min-width: 768px) {
  #showcase .review {
    width: 200px;
  }
}
@media (min-width: 1199px) {
  #showcase .review {
    width: 205px;
  }
}
#showcase .review h2, #showcase .review .h2 {
  font-size: 3em;
}
#showcase .review small, #showcase .review .small {
  font-size: 2em;
}

#update-graphic {
  min-height: 565px;
}
#update-graphic p {
  font-size: 1.2em;
}
#update-graphic textarea {
  margin-bottom: 15px;
}
#update-graphic #current-image {
  float: left;
  width: auto;
}
#update-graphic #options {
  float: left;
}
#update-graphic #location-option {
  display: none;
}
#update-graphic #shirt-locations, #update-graphic #hat-locations, #update-graphic #outerwear-locations, #update-graphic #blanket-locations, #update-graphic #bag-locations, #update-graphic #visor-locations, #update-graphic #beanie-locations {
  display: none;
}

#reorder {
  min-height: 620px;
}
#reorder p.alert {
  font-size: 1.2em;
}
#reorder .this-prod {
  float: left;
  width: 250px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#reorder .this-prod .well {
  height: 100px;
}
#reorder .label {
  float: left;
  text-align: left;
  font-size: 1.1em;
  font-style: normal;
}
#reorder .this-design {
  float: left;
  margin: 10px 25px 15px 0;
}
#reorder .this-design .design-image {
  height: 150px;
  display: table-cell;
  vertical-align: middle;
}

#packery, #isotope, #masonry {
  background-color: white;
}

.reg-image {
  width: 10%;
}

.wide-image {
  width: 20%;
}

.reg-image-mobile {
  width: 25%;
}

.wide-image-mobile {
  width: 50%;
}

.reg-image-index {
  width: 20%;
}

.wide-image-index {
  width: 40%;
}

.reg-image-tablet {
  width: 25%;
}

.wide-image-tablet {
  width: 50%;
}

.reg-prod-showcase-desktop {
  width: 33.3333%;
}

.wide-prod-showcase-desktop {
  width: 66.6666%;
}

.reg-prod-showcase-desktop-50 {
  width: 50%;
}

.wide-prod-showcase-desktop-100 {
  width: 100%;
}

.showcase-details, .prod-display, .showcase-image {
  float: left;
}

.showcase-image {
  padding: 15px;
}

.prod-display .price {
  font-size: 1.2em;
  color: #777;
}

.showcase-details h2, .showcase-details .h2 {
  margin-bottom: 1px;
}

.showcase-prodno {
  font-size: 1.3em;
  color: #777;
}

.design-info {
  color: #0094ff;
  padding-top: 10px;
}

.showcase-caption {
  width: 100%;
  background-color: #0094ff;
  color: white;
  font-size: 1.1em;
  padding: 10px;
  margin-top: 10px;
}

.showcase-panel {
  padding: 0;
  margin-top: -1px;
  margin-right: -1px;
}

.showcase-link {
  display: inline-block;
  margin-bottom: 10px;
}

#puffyembroidery .jumbotron {
  background: url("/Content-images/3dembroidery-BG.jpg");
  min-height: 300px;
  height: 40vh;
  color: lightblue;
}
#puffyembroidery .jumbotron h1, #puffyembroidery .jumbotron .h1 {
  /*            color: #333;
              opacity: 0.8;
  */
}
#puffyembroidery .list-group-item {
  background-color: #f7f5f5;
}
#puffyembroidery .badge {
  font-size: 1.1rem !important;
}

/* Mobile CSS Rules */
@media (max-width: 480px) {
  #puffyembroidery .jumbotron {
    background: url("/content-images/3dembroiderymobile-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 390px;
    height: 40vh;
    color: white;
  }
}
/* Retina CSS Rules */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #puffyembroidery .jumbotron {
    background: url("/Content-images/3dembroiderymobile@2x-bg.jpg") no-repeat center center scroll;
    background-size: cover;
    min-height: 390px;
    min-width: 100%;
    height: 40vh;
    color: white;
  }
}
.jumbotron {
  padding-bottom: 0 !important;
}

h1.small, .small.h1 {
  font-size: 0.4em;
  color: white;
}

div[id^=photocontainer] {
  float: left;
  margin: 1px 5px;
  width: 145px;
  height: 216px;
  z-index: 1;
  position: relative;
}
@media (max-width: 529px) {
  div[id^=photocontainer] {
    width: 135px;
    margin: 5px;
  }
}

div[id^=textboxbottom] {
  width: 145px;
  height: 50px;
  float: left;
  position: relative;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 2;
  margin-top: -50px;
}
@media (max-width: 529px) {
  div[id^=textboxbottom] {
    width: 135px;
  }
}

.linktext {
  color: #fff;
  z-index: 4;
  text-align: center;
  padding-top: 15px;
  text-decoration: none;
  position: relative;
  font-weight: 700;
}

.these-categories {
  padding-bottom: 1.25rem;
}

.hero-container {
  text-align: center;
}
.hero-container .hero-video {
  width: 100%;
  height: auto;
  position: relative;
  top: -45px;
  z-index: 0;
  margin-bottom: -45px;
}
.hero-container h1, .hero-container .h1 {
  z-index: 1;
  position: absolute;
  top: 20%;
  color: #fff;
  font-size: 7.5em !important;
  padding: 11% 0 0 0;
  text-align: center;
  width: 100%;
}
.hero-container h2, .hero-container .h2 {
  z-index: 1;
  position: absolute;
  top: 18%;
  color: #fff;
  font-style: italic;
  font-size: 3.75em !important;
  padding: 19% 0 0 0;
  text-align: center;
  width: 100%;
}
.hero-container #hero-button {
  position: absolute;
  top: 75%;
  left: 45%;
  z-index: 1;
}

#checkout-now {
  /* ======== */
  /* General  */
  /* ======== */
  min-height: 600px;
  /* =========== */
  /* EWmbroidery */
  /* =========== */
  /* ======== */
  /* Shipping */
  /* ======== */
}
#checkout-now h3, #checkout-now .h3 {
  color: #868e96;
}
#checkout-now h3 a, #checkout-now .h3 a {
  font-size: 1.1rem;
  padding-left: 10px;
}
#checkout-now select {
  overflow-y: visible !important;
}
#checkout-now #phone.alert {
  font-size: 0.9em;
}
#checkout-now .continue-btn {
  margin: 15px 0;
}
#checkout-now #embroidery-panel .panel-left {
  float: left;
}
#checkout-now #embroidery-panel .panel-right {
  float: right;
}
#checkout-now #embroidery-panel .card-header h5.btn, #checkout-now #embroidery-panel .card-header .btn.h5 {
  padding-left: 10px;
}
#checkout-now #embroidery-panel #choose-stock-design {
  padding: 10px;
  border: 1px solid silver;
  border-radius: 4px;
}
#checkout-now #embroidery-panel .label {
  font-size: 90%;
}
#checkout-now #embroidery-panel #cart-summary {
  float: left;
  width: 100%;
}
#checkout-now #embroidery-panel .mb-3 {
  margin-bottom: 5px;
}
#checkout-now #embroidery-panel #sd-text-1, #checkout-now #embroidery-panel #sd-text-2, #checkout-now #embroidery-panel #sd-notes-1, #checkout-now #embroidery-panel #sd-notes-2 {
  width: 360px;
}
#checkout-now #embroidery-panel .wide-indent {
  margin-left: 15px;
  margin-bottom: 15px;
}
#checkout-now #embroidery-panel .dd-select {
  overflow: visible !important;
  z-index: 2000;
}
#checkout-now #embroidery-panel .dd-selected img {
  vertical-align: middle;
  padding-right: 15px;
}
#checkout-now #embroidery-panel .dd-option-image, #checkout-now #embroidery-panel .dd-selected-image {
  float: left;
  margin-right: 15px;
  max-width: 120px;
  max-height: 100px;
}
#checkout-now #embroidery-panel .dd-selected-text {
  color: gray;
  padding-right: 15px;
}
#checkout-now #embroidery-panel .dd-options, #checkout-now #embroidery-panel .dd-click-off-close {
  overflow-y: visible !important;
}
#checkout-now #embroidery-panel #first-design-complete {
  width: 50%;
}
#checkout-now #embroidery-panel .modal-dialog sms-dialog {
  width: 500px;
}
#checkout-now .rush {
  color: red;
  font-weight: 600;
  padding-left: 10px;
}
#checkout-now label {
  font-weight: normal;
  font-size: 90%;
  padding: 0.4em 0.9em 0.6em;
}
#checkout-now .ship-addy {
  width: 40%;
}

#ihd .alert {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: -5px;
}
#ihd .close {
  color: white;
  opacity: 0.6;
}
#ihd .close:hover {
  opacity: 1;
}
#ihd .bootstrap-dialog-title {
  font-size: 1.2rem;
}
#ihd label {
  font-weight: 500;
}
#ihd .modal-dialog {
  width: 300px;
}
@media (max-width: 524px) {
  #ihd .modal-dialog {
    width: 280px;
  }
}
#ihd .modal-dialog input {
  width: 60%;
  padding-right: 40px;
}
#ihd .modal-footer {
  text-align: left;
}

/* ======== */
/* Payment  */
/* ======== */
#cc-cvv {
  padding-right: 10px;
}

.need-cvv .form-control-feedback {
  top: 12px;
  right: 37%;
}

alert-warning {
  color: #732d00;
  background-color: #f8ddcc !important;
  border-color: #f5d0b8;
}

#billing-address {
  margin-left: 20px;
}

/* Final Review  */
/* ============= */
.panel-group .panel + .panel {
  margin-top: 0;
}

#final-review {
  min-height: 0;
}

.label-change {
  font-size: 0.9em;
  float: right;
  display: block;
  text-decoration: underline;
  margin-right: 10px;
  color: #999;
}

#change-embroidery, #change-shipping, #change-payment {
  padding: 5px 5px;
  width: 80px;
}
#change-embroidery .change, #change-shipping .change, #change-payment .change {
  margin-right: auto;
  order: 2;
}

.elevate {
  position: relative;
  top: -15px;
}

/* ================ */
/* Add credit card  */
/* ================ */
#add-new-credit-card .mb-3 {
  margin-bottom: 6px;
}
#add-new-credit-card .expr-label {
  float: left;
  color: rgb(188.610619469, 193, 197.389380531);
  text-align: center;
  font-size: 2.2em;
  font-weight: 700;
  padding: 0 8px 0 8px;
}
#add-new-credit-card #bill-state {
  padding-right: 20px;
}
#add-new-credit-card .cc-date .form-control-feedback {
  top: 12px;
  right: 52%;
}
#add-new-credit-card .new-sec-code .form-control-feedback {
  top: 12px;
  right: 60%;
}
#add-new-credit-card .billing-state .form-control-feedback {
  top: 12px;
  right: 63%;
}
#add-new-credit-card .billing-zip .form-control-feedback {
  top: 12px;
  right: 18%;
}

#btn-save-cc {
  margin-top: 10px;
}

div.date-input {
  width: 70%;
}

#checkoutAccordion .collapsed {
  background-color: #f8f9fa;
}

@media only screen and (min-width: 768px) {
  #checkoutAccordion {
    min-height: 600px;
  }
}
#discount-index {
  min-height: 565px;
}

.super-big {
  font-size: 2em;
  color: #808080;
  font-weight: 700;
}

p small, p .small {
  font-size: 0.75em;
}

.no-discounted {
  font-size: 1.5em;
}

h4, .h4 {
  color: #808080;
  font-weight: 400;
  text-transform: none;
}

textarea {
  max-width: 600px;
}

.narrow {
  width: 10em;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

#decoration #patch-color-choices {
  width: 100% !important;
  background: white !important;
  color: #495057;
}
#decoration .dd-selected, #decoration .dd-option-selected {
  background: white !important;
}
#decoration .dd-selected-text {
  color: #495057;
  font-weight: 500;
}

.narrow-column {
  width: 250px;
}

textarea {
  min-height: 120px;
}

#feedback {
  font-size: 18px;
  color: red;
  padding-bottom: 15px;
  font-weight: bold;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_banner.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/vendor/_rfs.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_root.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_color-mode.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_reboot.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_variables.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_border-radius.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_type.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_lists.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootswatch/_variables.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_images.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_image.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_containers.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_container.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_breakpoints.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_grid.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_grid.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_tables.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_table-variants.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/forms/_labels.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/forms/_form-text.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/forms/_form-control.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_transition.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_gradients.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/forms/_form-select.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/forms/_form-check.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/forms/_form-range.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/forms/_floating-labels.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/forms/_input-group.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_forms.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_buttons.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_buttons.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_transitions.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_dropdown.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_caret.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_button-group.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_nav.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_navbar.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_card.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_accordion.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_breadcrumb.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_pagination.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_pagination.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_badge.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_alert.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_progress.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_list-group.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_close.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_toasts.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_modal.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_backdrop.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_tooltip.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_reset-text.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_popover.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_carousel.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_clearfix.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_spinners.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_offcanvas.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/_placeholders.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/helpers/_color-bg.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/helpers/_colored-links.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/helpers/_focus-ring.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/helpers/_icon-link.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/helpers/_ratio.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/helpers/_position.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/helpers/_stacks.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/helpers/_visually-hidden.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_visually-hidden.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/helpers/_stretched-link.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/helpers/_text-truncation.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_text-truncate.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/helpers/_vr.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/mixins/_utilities.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootstrap/utilities/_api.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/bootswatch/_bootswatch.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/chosen/_component-chosen.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/chosen/_component-variables.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/custom/bootstrap-dialog.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/sa-common.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/layout.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/header.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/footer.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/home-slider.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/testimonials.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/bestsellers.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/new-arrivals.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/category-brand.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/login.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/order-summary.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/upload.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/home.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/brands.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/all-categories.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/product.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/cart.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/checkout.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/embroidery.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/sa-variables.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/uploadsuccess.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/addresses-payments.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/whyus.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/stock-designs.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/personalization.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/patches.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/how-long.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/fonts.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/embroidery-guidelines.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/embroidery-digitizing.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/embroidery-designs.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/color-palette.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/my-account.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/final-review.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/search.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/jackets.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/tshirts.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/shirts.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/polos.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/headwear.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/FAQ.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/guarantee.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/service.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/register.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/contact.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/about.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/reorders.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/rushservice.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/security.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/thankyou.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/ladiesouterwear.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/ladiesshirts.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/excessstitches.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/lessthan12.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/MoreThanOne.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/error.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/order-print.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/new-payments.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/new-address.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/privacy.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/ladies.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/athletic.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/workwear.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/accessories.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/customdesigns.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/freeembroidery.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/embroideryfactory.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/pricing.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/returns.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/usingmyaccount.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/sizescale.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/whyregister.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/review.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/proof.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/outerwear.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/printed.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/print-cart.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/landing.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/video.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/sitemap.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/quote.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/blog.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/blogindex.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/shipping.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/upload-design.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/showcase.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/updategraphic.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/reorder.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/ShowCase-Supplemental.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/3dEmbroidery.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/parentcategory.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/hero-video.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/checkoutnow.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/discount.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/webOrderInformation.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/dropdownmenu.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/decoration.scss%22,%22file:///C:/Users/Public/Public%2520Sources/September%25202025/SA2026/Content/sa-custom/bugreport.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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B;EGkNN;;AH9WE;EGuWJ;IHpMQ;;;AG6MN;EACE;;;AAOJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;;;AAGF;EACE;;;AASF;EACE;EACA;;;AAQF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;;;AAKF;EACE;;;AAOF;EACE;EACA;;;AAKF;EACE;;;AAKF;EACE;;;AAOF;EACE;EACA;;;AAQF;EACE;;;AAQF;EACE;;;AGrkBF;ENqQM,WALI;EM9PR,aFwoB4B;;;AEnoB5B;ENkQM;EM9PJ,aFynBkB;EExnBlB,aFwmB0B;;AJvgB1B;EMtGF;INyQM;;;;AMzQN;ENkQM;EM9PJ,aFynBkB;EExnBlB,aFwmB0B;;AJvgB1B;EMtGF;INyQM;;;;AMzQN;ENkQM;EM9PJ,aFynBkB;EExnBlB,aFwmB0B;;AJvgB1B;EMtGF;INyQM;;;;AMzQN;ENkQM;EM9PJ,aFynBkB;EExnBlB,aFwmB0B;;AJvgB1B;EMtGF;INyQM;;;;AMzQN;ENkQM;EM9PJ,aFynBkB;EExnBlB,aFwmB0B;;AJvgB1B;EMtGF;INyQM;;;;AMzQN;ENkQM;EM9PJ,aFynBkB;EExnBlB,aFwmB0B;;AJvgB1B;EMtGF;INyQM;;;;AMjPR;ECvDE;EACA;;;AD2DF;EC5DE;EACA;;;AD8DF;EACE;;AAEA;EACE,cFsoB0B;;;AE5nB9B;ENgNM,WALI;EMzMR;;;AAIF;EACE,eFiUO;EJxHH,WALI;;AMjMR;EACE;;;AAIJ;EACE;EACA,eFuTO;EJxHH,WALI;EMxLR,OErFS;;AFuFT;EACE;;;AGhGJ;ECIE;EAGA;;;ADDF;EACE,SL+jDkC;EK9jDlC,kBL+jDkC;EK9jDlC;EJGE;EKRF;EAGA;;;ADcF;EAEE;;;AAGF;EACE;EACA;;;AAGF;ET2PM,WALI;ESpPR,OLkjDkC;;;AOplDlC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ECHA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACsDE;EF5CE;IACE,WPkee;;;ASvbnB;EF5CE;IACE,WPkee;;;ASvbnB;EF5CE;IACE,WPkee;;;ASvbnB;EF5CE;IACE,WPkee;;;ASvbnB;EF5CE;IACE,WPkee;;;AUlfvB;EAEI;EAAA;EAAA;EAAA;EAAA;EAAA;;;AAKF;ECNA;EACA;EACA;EACA;EAEA;EACA;EACA;;ADEE;ECOF;EACA;EACA;EACA;EACA;EACA;;;AA+CI;EACE;;;AAGF;EApCJ;EACA;;;AAcA;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AA+BE;EAhDJ;EACA;;;AAqDQ;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AAuEQ;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAmEM;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAPF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAPF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAPF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAPF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAPF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AF1DN;EEUE;IACE;;EAGF;IApCJ;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EA+BE;IAhDJ;IACA;;EAqDQ;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EAuEQ;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAmEM;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;;AF1DN;EEUE;IACE;;EAGF;IApCJ;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EA+BE;IAhDJ;IACA;;EAqDQ;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EAuEQ;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAmEM;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;;AF1DN;EEUE;IACE;;EAGF;IApCJ;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EA+BE;IAhDJ;IACA;;EAqDQ;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EAuEQ;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAmEM;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;;AF1DN;EEUE;IACE;;EAGF;IApCJ;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EA+BE;IAhDJ;IACA;;EAqDQ;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EAuEQ;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAmEM;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;;AF1DN;EEUE;IACE;;EAGF;IApCJ;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EA+BE;IAhDJ;IACA;;EAqDQ;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EA+DM;IAhEN;IACA;;EAuEQ;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAwDU;IAxDV;;EAmEM;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;;ACrHV;EAEE;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA,eZkYO;EYjYP,gBZusB4B;EYtsB5B;;AAOA;EACE;EAEA;EACA;EACA,qBZ+sB0B;EY9sB1B;;AAGF;EACE;;AAGF;EACE;;;AAIJ;EACE;;;AAOF;EACE;;;AAUA;EACE;;;AAeF;EACE;;AAGA;EACE;;;AAOJ;EACE;;AAGF;EACE;;;AAUF;EACE;EACA;;;AAMF;EACE;EACA;;;AAQJ;EACE;EACA;;;AAQA;EACE;EACA;;;AC5IF;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;;AAlBF;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;;AAlBF;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;;AAlBF;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;;AAlBF;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;;AAlBF;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;;AAlBF;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;;AAlBF;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;;ADiJA;EACE;EACA;;;AH3FF;EGyFA;IACE;IACA;;;AH3FF;EGyFA;IACE;IACA;;;AH3FF;EGyFA;IACE;IACA;;;AH3FF;EGyFA;IACE;IACA;;;AH3FF;EGyFA;IACE;IACA;;;AEnKN;EACE,edu2BsC;;;Ac91BxC;EACE;EACA;EACA;ElBgRI,WALI;EkBvQR,ad+lB4B;;;Ac3lB9B;EACE;EACA;ElBsQI,WALI;;;AkB7PV;EACE;EACA;ElBgQI,WALI;;;AmBxRV;EACE,Yf+1BsC;EJnkBlC,WALI;EmBnRR,Of+1BsC;;;AgBp2BxC;EACE;EACA;EACA;EpB0RI,WALI;EoBlRR,ahBkmB4B;EgBjmB5B,ahBymB4B;EgBxmB5B,OhB43BsC;EgB33BtC;EACA,kBhBq3BsC;EgBp3BtC;EACA;EfGE;EgBHE,YDMJ;;ACFI;EDhBN;ICiBQ;;;ADGN;EACE;;AAEA;EACE;;AAKJ;EACE,OhBs2BoC;EgBr2BpC,kBhBg2BoC;EgB/1BpC,chB82BoC;EgB72BpC;EAKE,YhBkhBkB;;AgB9gBtB;EAME;EAMA;EAKA;;AAKF;EACE;EACA;;AAIF;EACE,OhB40BoC;EgB10BpC;;AAQF;EAEE,kBhB8yBoC;EgB3yBpC;;AAIF;EACE;EACA;EACA,mBhBorB0B;EgBnrB1B,OhBsyBoC;EkBp4BtC,kBlBqiCgC;EgBr8B9B;EACA;EACA;EACA;EACA,yBhBgsB0B;EgB/rB1B;ECzFE,YD0FF;;ACtFE;ED0EJ;ICzEM;;;ADwFN;EACE,kBhB47B8B;;;AgBn7BlC;EACE;EACA;EACA;EACA;EACA,ahBwf4B;EgBvf5B,OhB2xBsC;EgB1xBtC;EACA;EACA;;AAEA;EACE;;AAGF;EAEE;EACA;;;AAWJ;EACE,YhB4wBsC;EgB3wBtC;EpB2II,WALI;EKzQN;;AeuIF;EACE;EACA;EACA,mBhBooB0B;;;AgBhoB9B;EACE,YhBgwBsC;EgB/vBtC;EpB8HI,WALI;EKzQN;;AeoJF;EACE;EACA;EACA,mBhB2nB0B;;;AgBnnB5B;EACE,YhB6uBoC;;AgB1uBtC;EACE,YhB0uBoC;;AgBvuBtC;EACE,YhBuuBoC;;;AgBluBxC;EACE,OhBquBsC;EgBpuBtC,QhB8tBsC;EgB7tBtC,ShBilB4B;;AgB/kB5B;EACE;;AAGF;EACE;EfvLA;;Ae2LF;EACE;Ef5LA;;AegMF;EAAoB,QhB8sBkB;;AgB7sBtC;EAAoB,QhB8sBkB;;;AmB75BxC;EACE;EAEA;EACA;EACA;EvBuRI,WALI;EuB/QR,anB+lB4B;EmB9lB5B,anBsmB4B;EmBrmB5B,OnBy3BsC;EmBx3BtC;EACA,kBnBk3BsC;EmBj3BtC;EACA;EACA,qBnB+9BkC;EmB99BlC,iBnB+9BkC;EmB99BlC;ElBHE;EgBHE,YESJ;;AFLI;EEfN;IFgBQ;;;AEMN;EACE,cnBs3BoC;EmBr3BpC;EAKE,YnBi+B4B;;AmB79BhC;EAEE,enB6uB0B;EmB5uB1B;;AAGF;EAEE,kBnBu1BoC;;AmBl1BtC;EACE;EACA;;;AAIJ;EACE,anBsuB4B;EmBruB5B,gBnBquB4B;EmBpuB5B,cnBquB4B;EJhgBxB,WALI;EKzQN;;;AkB8CJ;EACE,anBkuB4B;EmBjuB5B,gBnBiuB4B;EmBhuB5B,cnBiuB4B;EJpgBxB,WALI;EKzQN;;;AkBwDA;EACE;;;ACxEN;EACE;EACA,YpBq6BwC;EoBp6BxC,cpBq6BwC;EoBp6BxC,epBq6BwC;;AoBn6BxC;EACE;EACA;;;AAIJ;EACE,epB25BwC;EoB15BxC;EACA;;AAEA;EACE;EACA;EACA;;;AAIJ;EACE;EAEA;EACA,OpB04BwC;EoBz4BxC,QpBy4BwC;EoBx4BxC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,QpB24BwC;EoB14BxC;;AAGA;EnB3BE;;AmB+BF;EAEE,epBm4BsC;;AoBh4BxC;EACE,QpB03BsC;;AoBv3BxC;EACE,cpBs1BoC;EoBr1BpC;EACA,YpB8foB;;AoB3ftB;EACE,kBhBpCM;EgBqCN,chBrCM;;AgBuCN;EAII;;AAIJ;EAII;;AAKN;EACE,kBhBzDM;EgB0DN,chB1DM;EgB+DJ;;AAIJ;EACE;EACA;EACA,SpBk2BuC;;AoB31BvC;EACE;EACA,SpBy1BqC;;;AoB30B3C;EACE,cpBo1BgC;;AoBl1BhC;EACE;EAEA,OpB80B8B;EoB70B9B;EACA;EACA;EnBjHA;EgBHE,YGsHF;;AHlHE;EG0GJ;IHzGM;;;AGmHJ;EACE;;AAGF;EACE,qBpB60B4B;EoBx0B1B;;AAKN;EACE,epBwzB8B;EoBvzB9B;;AAEA;EACE;EACA;;;AAKN;EACE;EACA,cpBsyBgC;;;AoBnyBlC;EACE;EACA;EACA;;AAIE;EACE;EACA;EACA,SpBspBwB;;;AoB/oB1B;EACE;;;ACnLN;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIA;EAA0B,YrB8gCa;;AqB7gCvC;EAA0B,YrB6gCa;;AqB1gCzC;EACE;;AAGF;EACE,OrB+/BuC;EqB9/BvC,QrB8/BuC;EqB7/BvC;EACA;EH1BF,kBd0BQ;EiBEN,QrB6/BuC;EC1gCvC;EgBHE,YImBF;;AJfE;EIMJ;IJLM;;;AIgBJ;EHjCF,kBlB8hCyC;;AqBx/BzC;EACE,OrBw+B8B;EqBv+B9B,QrBw+B8B;EqBv+B9B;EACA,QrBu+B8B;EqBt+B9B,kBrBu+B8B;EqBt+B9B;EpB7BA;;AoBkCF;EACE,OrBo+BuC;EqBn+BvC,QrBm+BuC;EqBl+BvC;EHpDF,kBd0BQ;EiB4BN,QrBm+BuC;EC1gCvC;EgBHE,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8BiB;;;AwBn8BrB;EACE;;;AA1IF;AAAA;AAAA;AAAA;AAAA;EAsJM;;;ACxJV;EAEE;EACA;EACA;E7ByRI,oBALI;E6BlRR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;E7BwQI,WALI;E6BjQR;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;ExBjBE;EiBfF,kBOkCqB;ERtBjB,YQwBJ;;ARpBI;EQhBN;IRiBQ;;;AQqBN;EACE;EAEA;EACA;;AAGF;EAEE;EACA;EACA;;AAGF;EACE;EPrDF,kBOsDuB;EACrB;EACA;EAKE;;AAIJ;EACE;EACA;EAKE;;AAIJ;EAKE;EACA;EAGA;;AAGA;EAKI;;AAKN;EAKI;;AAIJ;EAGE;EACA;EACA;EAEA;EACA;;;AAYF;EC/GA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADkGA;EC/GA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADkGA;EC/GA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADkGA;EC/GA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADkGA;EC/GA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADkGA;EC/GA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADkGA;EC/GA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADkGA;EC/GA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AD4HA;EChHA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADmGA;EChHA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADmGA;EChHA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADmGA;EChHA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADmGA;EChHA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADmGA;EChHA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADmGA;EChHA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADmGA;EChHA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AD+GF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA,iBzB8QwC;;AyBpQxC;EACE;;AAGF;EACE;;;AAWJ;ECjJE;EACA;E9BgOI,oBALI;E8BzNR;;;ADkJF;ECrJE;EACA;E9BgOI,oBALI;E8BzNR;;;ACnEF;EVgBM,YUfJ;;AVmBI;EUpBN;IVqBQ;;;AUlBN;EACE;;;AAMF;EACE;;;AAIJ;EACE;EACA;EVDI,YUEJ;;AVEI;EULN;IVMQ;;;AUDN;EACE;EACA;EVNE,YUOF;;AVHE;EUAJ;IVCM;;;;AWpBR;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;;;AAGF;EACE;;ACwBE;EACE;EACA,a7B6hBwB;E6B5hBxB,gB7B2hBwB;E6B1hBxB;EArCJ;EACA;EACA;EACA;;AA0DE;EACE;;;AD9CN;EAEE;EACA;EACA;EACA;EACA;EhCyQI,yBALI;EgClQR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EhC4OI,WALI;EgCrOR;EACA;EACA;EACA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A;EACA;;AAoBJ;EACE;EACA;EACA;EpC8NI,WALI;EoCvNR;EACA;EACA;;AAEA;EAEE;;;AAUJ;EAEE;EACA;EAEA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;;AAGE;EAEE;;AAIJ;EACE;;;AASJ;EACE,ahC8gCkC;EgC7gClC,gBhC6gCkC;EgC5gClC;;AAEA;AAAA;AAAA;EAGE;;;AAaJ;EACE;EACA;EAGA;;;AAIF;EACE;EpC2II,WALI;EoCpIR;EACA;EACA;EACA;E/BxIE;EgBHE,Ye6IJ;;AfzII;EeiIN;IfhIQ;;;Ae0IN;EACE;;AAGF;EACE;EACA;EACA;;;AAMJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AvB1HE;EuBsIA;IAEI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAIJ;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAGF;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;If9NJ,YegOI;;EAGA;IACE;;EAGF;IACE;IACA;IACA;IACA;;;AvB5LR;EuBsIA;IAEI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAIJ;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAGF;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;If9NJ,YegOI;;EAGA;IACE;;EAGF;IACE;IACA;IACA;IACA;;;AvB5LR;EuBsIA;IAEI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAIJ;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAGF;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;If9NJ,YegOI;;EAGA;IACE;;EAGF;IACE;IACA;IACA;IACA;;;AvB5LR;EuBsIA;IAEI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAIJ;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAGF;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;If9NJ,YegOI;;EAGA;IACE;;EAGF;IACE;IACA;IACA;IACA;;;AvB5LR;EuBsIA;IAEI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAIJ;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAGF;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;If9NJ,YegOI;;EAGA;IACE;;EAGF;IACE;IACA;IACA;IACA;;;AAtDR;EAEI;EACA;;AAEA;EACE;;AAEA;EACE;;AAGF;EACE;EACA;;AAIJ;EACE;;AAGF;EACE;EACA;;AAGF;EACE;;AAGF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;Ef9NJ,YegOI;;AAGA;EACE;;AAGF;EACE;EACA;EACA;EACA;;;AAiBZ;AAAA;EAGE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAME;EACE;;;ACzRN;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EhCjBE;;AgCqBF;EACE;EACA;;AAGF;EACE;EACA;;AAEA;EACE;EhCtBF;EACA;;AgCyBA;EACE;EhCbF;EACA;;AgCmBF;AAAA;EAEE;;;AAIJ;EAGE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAQA;EACE;;;AAQJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EhC7FE;;;AgCkGJ;EACE;EACA;EACA;EACA;;AAEA;EhCxGE;;;AgCkHJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAIJ;EACE;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EhC1IE;;;AgC8IJ;AAAA;AAAA;EAGE;;;AAGF;AAAA;EhC3II;EACA;;;AgC+IJ;AAAA;EhClII;EACA;;;AgC8IF;EACE;;AxB3HA;EwBuHJ;IAQI;IACA;;EAGA;IAEE;IACA;;EAEA;IACE;IACA;;EAKA;IhC3KJ;IACA;;EgC6KM;AAAA;IAGE;;EAEF;AAAA;IAGE;;EAIJ;IhC5KJ;IACA;;EgC8KM;AAAA;IAGE;;EAEF;AAAA;IAGE;;;;ACpOZ;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;EtC8PI,WALI;EsCvPR;EACA;EACA;EACA;EjCrBE;EiCuBF;EjB1BI,YiB2BJ;;AjBvBI;EiBUN;IjBTQ;;;AiBwBN;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAKJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EjBjDE,YiBkDF;;AjB9CE;EiBqCJ;IjBpCM;;;AiBgDN;EACE;;AAGF;EACE;EACA;EACA;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;;AAEA;EjC7DE;EACA;;AiC+DA;EjChEA;EACA;;AiCoEF;EACE;;AAIF;EjC5DE;EACA;;AiC+DE;EjChEF;EACA;;AiCoEA;EjCrEA;EACA;;;AiC0EJ;EACE;;;AASA;EACE;EACA;EjC9GA;;AiCiHA;EAAgB;;AAChB;EAAe;;AAIb;EjCtHF;;AiC6HA;EjC7HA;;;AiCqIA;EACE;EACA;;;AC1JN;EAEE;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EvCiRI,WALI;EuC1QR;EACA;ElCAE;;;AkCMF;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAIJ;EACE;;;ACrCJ;EAEE;EACA;ExC8RI,2BALI;EwCvRR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EjCpBA;EACA;;;AiCuBF;EACE;EACA;EACA;ExCkQI,WALI;EwC3PR;EACA;EACA;EACA;EnBpBI,YmBqBJ;;AnBjBI;EmBQN;InBPQ;;;AmBkBN;EACE;EACA;EAEA;EACA;;AAGF;EACE;EACA;EACA;EACA,SpC2uCgC;EoC1uChC;;AAGF;EAEE;EACA;ElBtDF,kBkBuDuB;EACrB;;AAGF;EAEE;EACA;EACA;EACA;;;AAKF;EACE,apC8sCgC;;AoCzsC9B;EnC9BF;EACA;;AmCmCE;EnClDF;EACA;;;AmCkEJ;EClGE;EACA;EzC4RI,2BALI;EyCrRR;;;ADmGF;ECtGE;EACA;EzC4RI,2BALI;EyCrRR;;;ACFF;EAEE;EACA;E1CyRI,sBALI;E0ClRR;EACA;EACA;EAGA;EACA;E1CiRI,WALI;E0C1QR;EACA;EACA;EACA;EACA;EACA;ErCJE;;AqCSF;EACE;;;AAKJ;EACE;EACA;;;AChCF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EtCHE;;;AsCQJ;EAEE;;;AAIF;EACE,avC6kB4B;EuC5kB5B;;;AAQF;EACE,evCs+C8B;;AuCn+C9B;EACE;EACA;EACA;EACA;EACA;;;AAQF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AAJF;EACE;EACA;EACA;EACA;;;AC5DF;EACE;IAAK,uBxCyhD2B;;;AwCphDpC;AAAA;EAGE;E5CoRI,yBALI;E4C7QR;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;E5CwQI,WALI;E4CjQR;EvCRE;;;AuCaJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EvBxBI,YuByBJ;;AvBrBI;EuBYN;IvBXQ;;;;AuBuBR;EtBAE;EsBEA;;;AAGF;EACE;;;AAGF;EACE;;;AAIA;EACE;;AAGE;EAJJ;IAKM;;;;AC3DR;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EAGA;EACA;ExCXE;;;AwCeJ;EACE;EACA;;AAEA;EAEE;EACA;;;AASJ;EACE;EACA;EACA;;AAGA;EAEE;EACA;EACA;EACA;;AAGF;EACE;EACA;;;AAQJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;ExCvDE;EACA;;AwC0DF;ExC7CE;EACA;;AwCgDF;EAEE;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;;AAIF;EACE;;AAEA;EACE;EACA;;;AAaF;EACE;;AAGE;ExCvDJ;EAZA;;AwCwEI;ExCxEJ;EAYA;;AwCiEI;EACE;;AAGF;EACE;EACA;;AAEA;EACE;EACA;;;AhCtFR;EgC8DA;IACE;;EAGE;IxCvDJ;IAZA;;EwCwEI;IxCxEJ;IAYA;;EwCiEI;IACE;;EAGF;IACE;IACA;;EAEA;IACE;IACA;;;AhCtFR;EgC8DA;IACE;;EAGE;IxCvDJ;IAZA;;EwCwEI;IxCxEJ;IAYA;;EwCiEI;IACE;;EAGF;IACE;IACA;;EAEA;IACE;IACA;;;AhCtFR;EgC8DA;IACE;;EAGE;IxCvDJ;IAZA;;EwCwEI;IxCxEJ;IAYA;;EwCiEI;IACE;;EAGF;IACE;IACA;;EAEA;IACE;IACA;;;AhCtFR;EgC8DA;IACE;;EAGE;IxCvDJ;IAZA;;EwCwEI;IxCxEJ;IAYA;;EwCiEI;IACE;;EAGF;IACE;IACA;;EAEA;IACE;IACA;;;AhCtFR;EgC8DA;IACE;;EAGE;IxCvDJ;IAZA;;EwCwEI;IxCxEJ;IAYA;;EwCiEI;IACE;;EAGF;IACE;IACA;;EAEA;IACE;IACA;;;AAcZ;ExChJI;;AwCmJF;EACE;;AAEA;EACE;;;AAaJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAVF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AC5LJ;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA,O1CqpD2B;E0CppD3B,Q1CopD2B;E0CnpD3B;EACA;EACA;EACA;EzCJE;EyCMF;;AAGA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EAEE;EACA;EACA;;;AAQJ;EAHE;;;AASE;EATF;;;ACjDF;EAEE;EACA;EACA;EACA;EACA;E/C2RI,sBALI;E+CpRR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;E/C6QI,WALI;E+CtQR;EACA;EACA;EACA;EACA;EACA;E1CRE;;A0CWF;EACE;;AAGF;EACE;;;AAIJ;EACE;EAEA;EACA;EACA;EACA;EACA;;AAEA;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;E1ChCE;EACA;;A0CkCF;EACE;EACA;;;AAIJ;EACE;EACA;;;AC9DF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;;;AAOF;EACE;EACA;EACA;EAEA;;AAGA;E3B5CI,Y2B6CF;EACA,W5Ck8CgC;;AiB5+C9B;E2BwCJ;I3BvCM;;;A2B2CN;EACE,W5Cg8CgC;;A4C57ClC;EACE,W5C67CgC;;;A4Cz7CpC;EACE;;AAEA;EACE;EACA;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;E3CrFE;E2CyFF;;;AAIF;EAEE;EACA;EACA;EClHA;EACA;EACA;EACA,SDkH0B;ECjH1B;EACA;EACA,kBD+G4D;;AC5G5D;EAAS;;AACT;EAAS,SD2GiF;;;AAK5F;EACE;EACA;EACA;EACA;EACA;E3CrGE;EACA;;A2CuGF;EACE;E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C1BA;EmCYJ;InCXM;;;ARuDJ;E2C5BE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IAEE;;EAGF;IAGE;;;A3C5BJ;E2C/BF;IAiEM;IACA;IACA;;EAEA;IACE;;EAGF;IACE;IACA;IACA;IACA;IAEA;;;;A3CnCN;E2C5CF;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;InC5BA,YmC8BA;;;AnC1BA;EmCYJ;InCXM;;;ARuDJ;E2C5BE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IAEE;;EAGF;IAGE;;;A3C5BJ;E2C/BF;IAiEM;IACA;IACA;;EAEA;IACE;;EAGF;IACE;IACA;IACA;IACA;IAEA;;;;A3CnCN;E2C5CF;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;InC5BA,YmC8BA;;;AnC1BA;EmCYJ;InCXM;;;ARuDJ;E2C5BE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IAEE;;EAGF;IAGE;;;A3C5BJ;E2C/BF;IAiEM;IACA;IACA;;EAEA;IACE;;EAGF;IACE;IACA;IACA;IACA;IAEA;;;;A3CnCN;E2C5CF;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;InC5BA,YmC8BA;;;AnC1BA;EmCYJ;InCXM;;;ARuDJ;E2C5BE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IAEE;;EAGF;IAGE;;;A3C5BJ;E2C/BF;IAiEM;IACA;IACA;;EAEA;IACE;;EAGF;IACE;IACA;IACA;IACA;IAEA;;;;A3CnCN;E2C5CF;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;InC5BA,YmC8BA;;;AnC1BA;EmCYJ;InCXM;;;ARuDJ;E2C5BE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IAEE;;EAGF;IAGE;;;A3C5BJ;E2C/BF;IAiEM;IACA;IACA;;EAEA;IACE;;EAGF;IACE;IACA;IACA;IACA;IAEA;;;;AA/ER;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EnC5BA,YmC8BA;;AnC1BA;EmCYJ;InCXM;;;AmC2BF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EAEE;;AAGF;EAGE;;;AA2BR;EPpHE;EACA;EACA;EACA,S7C0mCkC;E6CzmClC;EACA;EACA,kBzCWS;;AyCRT;EAAS;;AACT;EAAS,S7Cm+CyB;;;AoDr3CpC;EACE;EACA;EACA;;AAEA;EACE;EACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AC7IF;EACE;EACA;EACA;EACA;EACA;EACA,SrDgzCkC;;AqD9yClC;EACE;EACA;;;AAKJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAKA;EACE;;;AAIJ;EACE;IACE,SrDmxCgC;;;AqD/wCpC;EACE;EACA;EACA;;;AAGF;EACE;IACE;;;AH9CF;EACE;EACA;EACA;;;AIHF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;ACFF;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;;AAOR;EACE;EACA;;AAGE;EAEE;EACA;;;AC1BN;EACE;EAEA;;;ACHF;EACE;EACA,KzD6c4B;EyD5c5B;EACA;EACA,uBzD2c4B;EyD1c5B;;AAEA;EACE;EACA,OzDuc0B;EyDtc1B,QzDsc0B;EyDrc1B;ExCIE,YwCHF;;AxCOE;EwCZJ;IxCaM;;;;AwCDJ;EACE;;;ACnBN;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAKF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;ACrBJ;EACE;EACA;EACA;EACA;EACA,S3DumCkC;;;A2DpmCpC;EACE;EACA;EACA;EACA;EACA,S3D+lCkC;;;A2DvlChC;EACE;EACA;EACA,S3DmlC8B;;;A2DhlChC;EACE;EACA;EACA,S3D6kC8B;;;AS9iChC;EkDxCA;IACE;IACA;IACA,S3DmlC8B;;E2DhlChC;IACE;IACA;IACA,S3D6kC8B;;;AS9iChC;EkDxCA;IACE;IACA;IACA,S3DmlC8B;;E2DhlChC;IACE;IACA;IACA,S3D6kC8B;;;AS9iChC;EkDxCA;IACE;IACA;IACA,S3DmlC8B;;E2DhlChC;IACE;IACA;IACA,S3D6kC8B;;;AS9iChC;EkDxCA;IACE;IACA;IACA,S3DmlC8B;;E2DhlChC;IACE;IACA;IACA,S3D6kC8B;;;AS9iChC;EkDxCA;IACE;IACA;IACA,S3DmlC8B;;E2DhlChC;IACE;IACA;IACA,S3D6kC8B;;;A4D5mCpC;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;ACRF;AAAA;ECIE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;AAAA;EACE;;;ACdF;EACE;EACA;EACA;EACA;EACA;EACA,S/DgcsC;E+D/btC;;;ACRJ;ECAE;EACA;EACA;;;ACNF;EACE;EACA;EACA,OlEisB4B;EkEhsB5B;EACA;EACA,SlE2rB4B;;;AmE/nBtB;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAjBJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AASF;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAjBJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AASF;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EA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;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;A1DVR;E0DGI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;A1DVR;E0DGI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;A1DVR;E0DGI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;A1DVR;E0DGI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;A1DVR;E0DGI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;ACtDZ;ED+CQ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;ACnCZ;ED4BQ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;AE/CR;EnDUF;;AmDVE;EnDUF;;AmDVE;EnDUF;;AmDVE;EnDUF;;AmDVE;EnDUF;;AmDVE;EnDUF;;AmDVE;EnDUF;;AmDVE;EnDUF;;;AmDJF;AAAA;EAEE,aA5BY;;;AAiCd;EACE,aAlCY;;;AAqCd;AAAA;EAEE,OjE7BS;;;AiEiCT;EnDbA;;;AmDiBA;EnDjBA;;;AmDqBA;EnDrBA;;;AmDyBA;EnDzBA;;;AmDaA;EnDbA;;;AmDiBA;EnDjBA;;;AmDqBA;EnDrBA;;;AmDyBA;EnDzBA;;;AmDaA;EnDbA;;;AmDiBA;EnDjBA;;;AmDqBA;EnDrBA;;;AmDyBA;EnDzBA;;;AmDaA;EnDbA;;;AmDiBA;EnDjBA;;;AmDqBA;EnDrBA;;;AmDyBA;EnDzBA;;;AmDaA;EnDbA;;;AmDiBA;EnDjBA;;;AmDqBA;EnDrBA;;;AmDyBA;EnDzBA;;;AmDaA;EnDbA;;;AmDiBA;EnDjBA;;;AmDqBA;EnDrBA;;;AmDyBA;EnDzBA;;;AmDaA;EnDbA;;;AmDiBA;EnDjBA;;;AmDqBA;EnDrBA;;;AmDyBA;EnDzBA;;;AmDaA;EnDbA;;;AmDiBA;EnDjBA;;;AmDqBA;EnDrBA;;;AmDyBA;EnDzBA;;;AmDgCF;EACE;;;AASA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAME,OjE3EO;;;AiEkFT;EACE,OjE7EO;;;AiEoFT;EAEE,OjEpFO;;;AkEjBX;AAAA;EAEE;;;AAEF;EACE;EACA;EACA;EACA,WtE8lB4B;EsE7lB5B;EACA;EACA;;AACA;EACE,YtEs3BoC;EsEr3BpC;ErE4BA;EACA;EqE1BA;EACA;EACA;EACA;EACA,SCD4B;;ADG9B;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA,OlEjBO;EkEkBP;EACA;EACA;;AACA;EACE;EACA,atE8kBwB;EsE7kBxB;EACA;EACA;;AACA;EACE;EACA,OlE7BG;;AkE+BL;EACE;EACA;EACA;EACA,OlEpCG;EkEqCH;EACA;;AAEF;EACE;;AAEF;EACE;EACA;;AAEF;EACE,OlE9CG;;AkE+CH;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AACV;AAAA;AAAA;AAAA;AAAA;;AAMM;EACE,kBlEhDE;EkEiDF;EACA;;AACA;AACR;AAAA;;AAEQ;EACE;EACA;;AAGJ;EACE;EACA,OlE9EG;;AkEiFP;EACE;EACA;EACA,OlExEI;;AkE2ER;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;;AAKJ;EACE,kBtE8wBoC;EsE7wBpC;EACA,QC1G4B;EtEe5B;EACA;EAaA;EACA;EqEgFA,OlE5GO;EkE6GP;EACA,QtE+xBoC;EsE9xBpC;EACA,atE6xBoC;EsE5xBpC;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AACN;AAAA;AAAA;AAAA;AAAA;AAAA;EAKQ;;AACF;AACN;AAAA;;AAGI;EACE;EACA;EACA;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBtE6tBkC;;AsE5tBlC;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AACR;AAAA;AAAA;AAAA;AAAA;;AAQQ;EACE,kBtE2sB8B;EsE1sB9B;;AAKR;EACE,OlEjLO;;AkEmLT;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA,StE65BgC;;AsE55BhC;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AACN;AAAA;AAAA;AAAA;AAAA;;AAKI;EACE,kBlEpNK;EkEqNL,QClN0B;EDmN1B;ErEpMF;EACA;EAaA;E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AGJ;EACI;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI,OrEtcF;;AqEycF;EACI,OrE1dD;;AqE6dH;EACI,OrE7dD;;;AqEkeX;EACI;;;AAGJ;EACI,kBrExdM;EqEydN;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAIJ;EACI;EACA;;;AAKA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA,OrE3iBO;EqE4iBP;EACA;;;AAGJ;EACI;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OrEljBM;;;AqEqjBV;EACI,OrEtjBM;EqEujBN;;;AAGJ;EACI;EACA;EACA;;;AAIJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAIJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAIJ;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;;;AAIJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAKA;EACI;;AAIJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;IACI;;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;E7E9fI;E6EggBJ;EACA;EACA;;A7E9pBA;E6EypBJ;I7EtfQ;;;;A6E8fR;EACI;EACA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EACI,kBpFLF;EoFME;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;;;AAMhB;EACI,OpFzCO;EoF0CP;EACA;;;AAMA;EACI;;AAKJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAIJ;AACJ;AAAA;EAEQ;EACA;EACA;;AAEA;EACI;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAGA;EACI;;AAIR;EACI;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;;;AAMJ;EACI;;AAEA;EACI;;AAII;EACI,kBpF7KV;EoF8KU;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAOpB;EACI;;AAGA;EACI;;AAKI;EACI,kBpFxMN;EoFyMM;EACA;EACA;EACA;;AAIJ;EACI,kBpFjNN;EoFkNM;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;;;AAIR;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;;AAMhB;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AAIR;AACA;AAAA;AAAA;;AAGI;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACI;EACJ;;;AAIJ;EACI;EACA;AACJ;AAAA;AAAA;EAEM;EACF;EACA;EACA;;;AAKA;EACI;EACA;AACA;AAAA;AAAA;EAEL;EACK;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;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7IdE;E6IeF;EACA;;AAGJ;EACI;;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAKA;EACI;;AAGJ;EACI;EACA;;AAIA;EACI;;AAKZ;EACI;;;AzDrFR;EACI;;;AAGJ;EACI;;;AAMJ;EACI;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;;;AAKA;EACI;EACA;EACA;;AAEA;EACI,kBpFLF;EoFME;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;;;AAMhB;EACI,OpFzCO;EoF0CP;EACA;;;AAMA;EACI;;AAKJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAIJ;AACJ;AAAA;EAEQ;EACA;EACA;;AAEA;EACI;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAGA;EACI;;AAIR;EACI;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;;;AAMJ;EACI;;AAEA;EACI;;AAII;EACI,kBpF7KV;EoF8KU;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAOpB;EACI;;AAGA;EACI;;AAKI;EACI,kBpFxMN;EoFyMM;EACA;EACA;EACA;;AAIJ;EACI,kBpFjNN;EoFkNM;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;;;AAIR;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;;AAMhB;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AAIR;AACA;AAAA;AAAA;;AAGI;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA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%22%7D */