/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #007BFF;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-blackish: #292929;
  --bs-darkblack: #000;
  --bs-blue: #0066FF;
  --bs-silver: #838383;
  --bs-silver2: #AFAFAF;
  --bs-custom-philippine_silver: #B5B5B5;
  --bs-custom-chinese_silver_light: #C7C7C7;
  --bs-custom-chinese_silver_lighter: #CDCDCD;
  --bs-custom-bright_gray: #F3EFE8;
  --bs-grey2: #F6F7FA;
  --bs-frost: #E4EEFF;
  --bs-grey: #575757;
  --bs-custom-spanish_gray_light: #939393;
  --bs-custom-spanish_gray_lighter: #9A9A9A;
  --bs-custom-light_gray: #CED4DA;
  --bs-custom-onyx_normal: #343A40;
  --bs-custom-onyx_medium: #373737;
  --bs-custom: #474747;
  --bs-custom-ghost_white: #FFFCF9;
  --bs-custom-anti_flash_white: #FAF8F0;
  --bs-custom-platinum: #E4E4E4;
  --bs-custom-blue_ryb: #0041EC;
  --bs-custom-dark_imperial_blue: #10106A;
  --bs-custom-air_force_blue: #062E8A;
  --bs-custom-azure: #007BFF;
  --bs-custom-blueberry_medium: #4B79F2;
  --bs-custom-blueberry_normal: #4790FF;
  --bs-bluelight: #00E0FF;
  --bs-custom-lavender_blue_lighter: #CDC3FF;
  --bs-custom-jordy_blue: #92B0FF;
  --bs-custom-fluorescent_blue: #1DFFE9;
  --bs-steel: #607E8E;
  --bs-ocean: #4CB5AB;
  --bs-custom-red: #FF0000;
  --bs-darkred: #D0031C;
  --bs-pink: #FF005C;
  --bs-peach: #FFDCDC;
  --bs-custom-mauvelous: #EB9FA0;
  --bs-green: #02FF76;
  --bs-darkgreen: #2E9809;
  --bs-custom-teal_deer: #91F1A7;
  --bs-yellow: #F2B600;
  --bs-orange_custom: #F66962;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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)); }

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

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

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

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

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

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

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

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

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

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

abbr[title],
abbr[data-bs-original-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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007BFF;
  text-decoration: underline; }
  a:hover {
    color: #0062cc; }

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

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

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

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

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

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

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

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

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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: #6c757d; }

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

@media (min-width: 576px) {
  .container, .container-sm, .custom-container, .custom-container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md, .custom-container, .custom-container-sm, .custom-container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .custom-container, .custom-container-sm, .custom-container-md, .custom-container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .custom-container, .custom-container-sm, .custom-container-md, .custom-container-lg, .custom-container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .custom-container, .custom-container-sm, .custom-container-md, .custom-container-lg, .custom-container-xl, .custom-container-xxl {
    max-width: 1450px; } }

/* Custom Container widths */
.custom-container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.custom-container-sm,
.custom-container-md,
.custom-container-lg,
.custom-container-xl,
.custom-container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm, .custom-container, .custom-container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md, .custom-container, .custom-container-sm, .custom-container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .custom-container, .custom-container-sm, .custom-container-md, .custom-container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .custom-container, .custom-container-sm, .custom-container-md, .custom-container-lg, .custom-container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .custom-container, .custom-container-sm, .custom-container-md, .custom-container-lg, .custom-container-xl, .custom-container-xxl {
    max-width: 1450px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333%; }

.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.66667%; }

@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.33333%; }
  .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.66667%; } }

@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.33333%; }
  .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.66667%; } }

@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.33333%; }
  .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.66667%; } }

@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.33333%; }
  .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.66667%; } }

@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.33333%; }
  .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.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 1 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor; }

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #cce5ff;
  --bs-table-striped-bg: #c2daf2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8cee6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd4ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8cee6; }

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

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

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

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

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

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

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

.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 + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  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: #212529;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-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 + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px)); }

textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px)); }

textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px)); }

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
.form-select-white {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  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: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); }
  .form-check-input:checked {
    background-color: #007BFF;
    border-color: #007BFF; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #007BFF;
    border-color: #007BFF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%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 {
    opacity: 0.5; }

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

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

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

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

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

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

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

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem; }

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #000;
  background-color: #007BFF;
  border-color: #007BFF; }
  .btn-primary:hover {
    color: #000;
    background-color: #268fff;
    border-color: #1a88ff; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #268fff;
    border-color: #1a88ff;
    box-shadow: 0 0 0 0.25rem rgba(0, 105, 217, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #3395ff;
    border-color: #1a88ff; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 105, 217, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #000;
    background-color: #007BFF;
    border-color: #007BFF; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }
  .btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }

.btn-blackish {
  color: #fff;
  background-color: #292929;
  border-color: #292929; }
  .btn-blackish:hover {
    color: #fff;
    background-color: #232323;
    border-color: #212121; }
  .btn-check:focus + .btn-blackish, .btn-blackish:focus {
    color: #fff;
    background-color: #232323;
    border-color: #212121;
    box-shadow: 0 0 0 0.25rem rgba(73, 73, 73, 0.5); }
  .btn-check:checked + .btn-blackish,
  .btn-check:active + .btn-blackish, .btn-blackish:active, .btn-blackish.active,
  .show > .btn-blackish.dropdown-toggle {
    color: #fff;
    background-color: #212121;
    border-color: #1f1f1f; }
    .btn-check:checked + .btn-blackish:focus,
    .btn-check:active + .btn-blackish:focus, .btn-blackish:active:focus, .btn-blackish.active:focus,
    .show > .btn-blackish.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(73, 73, 73, 0.5); }
  .btn-blackish:disabled, .btn-blackish.disabled {
    color: #fff;
    background-color: #292929;
    border-color: #292929; }

.btn-darkblack {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-darkblack:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-check:focus + .btn-darkblack, .btn-darkblack:focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }
  .btn-check:checked + .btn-darkblack,
  .btn-check:active + .btn-darkblack, .btn-darkblack:active, .btn-darkblack.active,
  .show > .btn-darkblack.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-check:checked + .btn-darkblack:focus,
    .btn-check:active + .btn-darkblack:focus, .btn-darkblack:active:focus, .btn-darkblack.active:focus,
    .show > .btn-darkblack.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }
  .btn-darkblack:disabled, .btn-darkblack.disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }

.btn-blue {
  color: #fff;
  background-color: #0066FF;
  border-color: #0066FF; }
  .btn-blue:hover {
    color: #fff;
    background-color: #0057d9;
    border-color: #0052cc; }
  .btn-check:focus + .btn-blue, .btn-blue:focus {
    color: #fff;
    background-color: #0057d9;
    border-color: #0052cc;
    box-shadow: 0 0 0 0.25rem rgba(38, 125, 255, 0.5); }
  .btn-check:checked + .btn-blue,
  .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #0052cc;
    border-color: #004dbf; }
    .btn-check:checked + .btn-blue:focus,
    .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(38, 125, 255, 0.5); }
  .btn-blue:disabled, .btn-blue.disabled {
    color: #fff;
    background-color: #0066FF;
    border-color: #0066FF; }

.btn-silver {
  color: #000;
  background-color: #838383;
  border-color: #838383; }
  .btn-silver:hover {
    color: #000;
    background-color: #969696;
    border-color: #8f8f8f; }
  .btn-check:focus + .btn-silver, .btn-silver:focus {
    color: #000;
    background-color: #969696;
    border-color: #8f8f8f;
    box-shadow: 0 0 0 0.25rem rgba(111, 111, 111, 0.5); }
  .btn-check:checked + .btn-silver,
  .btn-check:active + .btn-silver, .btn-silver:active, .btn-silver.active,
  .show > .btn-silver.dropdown-toggle {
    color: #000;
    background-color: #9c9c9c;
    border-color: #8f8f8f; }
    .btn-check:checked + .btn-silver:focus,
    .btn-check:active + .btn-silver:focus, .btn-silver:active:focus, .btn-silver.active:focus,
    .show > .btn-silver.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(111, 111, 111, 0.5); }
  .btn-silver:disabled, .btn-silver.disabled {
    color: #000;
    background-color: #838383;
    border-color: #838383; }

.btn-silver2 {
  color: #000;
  background-color: #AFAFAF;
  border-color: #AFAFAF; }
  .btn-silver2:hover {
    color: #000;
    background-color: #bbbbbb;
    border-color: #b7b7b7; }
  .btn-check:focus + .btn-silver2, .btn-silver2:focus {
    color: #000;
    background-color: #bbbbbb;
    border-color: #b7b7b7;
    box-shadow: 0 0 0 0.25rem rgba(149, 149, 149, 0.5); }
  .btn-check:checked + .btn-silver2,
  .btn-check:active + .btn-silver2, .btn-silver2:active, .btn-silver2.active,
  .show > .btn-silver2.dropdown-toggle {
    color: #000;
    background-color: #bfbfbf;
    border-color: #b7b7b7; }
    .btn-check:checked + .btn-silver2:focus,
    .btn-check:active + .btn-silver2:focus, .btn-silver2:active:focus, .btn-silver2.active:focus,
    .show > .btn-silver2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(149, 149, 149, 0.5); }
  .btn-silver2:disabled, .btn-silver2.disabled {
    color: #000;
    background-color: #AFAFAF;
    border-color: #AFAFAF; }

.btn-custom-philippine_silver {
  color: #000;
  background-color: #B5B5B5;
  border-color: #B5B5B5; }
  .btn-custom-philippine_silver:hover {
    color: #000;
    background-color: silver;
    border-color: #bcbcbc; }
  .btn-check:focus + .btn-custom-philippine_silver, .btn-custom-philippine_silver:focus {
    color: #000;
    background-color: silver;
    border-color: #bcbcbc;
    box-shadow: 0 0 0 0.25rem rgba(154, 154, 154, 0.5); }
  .btn-check:checked + .btn-custom-philippine_silver,
  .btn-check:active + .btn-custom-philippine_silver, .btn-custom-philippine_silver:active, .btn-custom-philippine_silver.active,
  .show > .btn-custom-philippine_silver.dropdown-toggle {
    color: #000;
    background-color: #c4c4c4;
    border-color: #bcbcbc; }
    .btn-check:checked + .btn-custom-philippine_silver:focus,
    .btn-check:active + .btn-custom-philippine_silver:focus, .btn-custom-philippine_silver:active:focus, .btn-custom-philippine_silver.active:focus,
    .show > .btn-custom-philippine_silver.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(154, 154, 154, 0.5); }
  .btn-custom-philippine_silver:disabled, .btn-custom-philippine_silver.disabled {
    color: #000;
    background-color: #B5B5B5;
    border-color: #B5B5B5; }

.btn-custom-chinese_silver_light {
  color: #000;
  background-color: #C7C7C7;
  border-color: #C7C7C7; }
  .btn-custom-chinese_silver_light:hover {
    color: #000;
    background-color: #cfcfcf;
    border-color: #cdcdcd; }
  .btn-check:focus + .btn-custom-chinese_silver_light, .btn-custom-chinese_silver_light:focus {
    color: #000;
    background-color: #cfcfcf;
    border-color: #cdcdcd;
    box-shadow: 0 0 0 0.25rem rgba(169, 169, 169, 0.5); }
  .btn-check:checked + .btn-custom-chinese_silver_light,
  .btn-check:active + .btn-custom-chinese_silver_light, .btn-custom-chinese_silver_light:active, .btn-custom-chinese_silver_light.active,
  .show > .btn-custom-chinese_silver_light.dropdown-toggle {
    color: #000;
    background-color: #d2d2d2;
    border-color: #cdcdcd; }
    .btn-check:checked + .btn-custom-chinese_silver_light:focus,
    .btn-check:active + .btn-custom-chinese_silver_light:focus, .btn-custom-chinese_silver_light:active:focus, .btn-custom-chinese_silver_light.active:focus,
    .show > .btn-custom-chinese_silver_light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(169, 169, 169, 0.5); }
  .btn-custom-chinese_silver_light:disabled, .btn-custom-chinese_silver_light.disabled {
    color: #000;
    background-color: #C7C7C7;
    border-color: #C7C7C7; }

.btn-custom-chinese_silver_lighter {
  color: #000;
  background-color: #CDCDCD;
  border-color: #CDCDCD; }
  .btn-custom-chinese_silver_lighter:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #d2d2d2; }
  .btn-check:focus + .btn-custom-chinese_silver_lighter, .btn-custom-chinese_silver_lighter:focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #d2d2d2;
    box-shadow: 0 0 0 0.25rem rgba(174, 174, 174, 0.5); }
  .btn-check:checked + .btn-custom-chinese_silver_lighter,
  .btn-check:active + .btn-custom-chinese_silver_lighter, .btn-custom-chinese_silver_lighter:active, .btn-custom-chinese_silver_lighter.active,
  .show > .btn-custom-chinese_silver_lighter.dropdown-toggle {
    color: #000;
    background-color: #d7d7d7;
    border-color: #d2d2d2; }
    .btn-check:checked + .btn-custom-chinese_silver_lighter:focus,
    .btn-check:active + .btn-custom-chinese_silver_lighter:focus, .btn-custom-chinese_silver_lighter:active:focus, .btn-custom-chinese_silver_lighter.active:focus,
    .show > .btn-custom-chinese_silver_lighter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(174, 174, 174, 0.5); }
  .btn-custom-chinese_silver_lighter:disabled, .btn-custom-chinese_silver_lighter.disabled {
    color: #000;
    background-color: #CDCDCD;
    border-color: #CDCDCD; }

.btn-custom-bright_gray {
  color: #000;
  background-color: #F3EFE8;
  border-color: #F3EFE8; }
  .btn-custom-bright_gray:hover {
    color: #000;
    background-color: #f5f1eb;
    border-color: #f4f1ea; }
  .btn-check:focus + .btn-custom-bright_gray, .btn-custom-bright_gray:focus {
    color: #000;
    background-color: #f5f1eb;
    border-color: #f4f1ea;
    box-shadow: 0 0 0 0.25rem rgba(207, 203, 197, 0.5); }
  .btn-check:checked + .btn-custom-bright_gray,
  .btn-check:active + .btn-custom-bright_gray, .btn-custom-bright_gray:active, .btn-custom-bright_gray.active,
  .show > .btn-custom-bright_gray.dropdown-toggle {
    color: #000;
    background-color: #f5f2ed;
    border-color: #f4f1ea; }
    .btn-check:checked + .btn-custom-bright_gray:focus,
    .btn-check:active + .btn-custom-bright_gray:focus, .btn-custom-bright_gray:active:focus, .btn-custom-bright_gray.active:focus,
    .show > .btn-custom-bright_gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(207, 203, 197, 0.5); }
  .btn-custom-bright_gray:disabled, .btn-custom-bright_gray.disabled {
    color: #000;
    background-color: #F3EFE8;
    border-color: #F3EFE8; }

.btn-grey2 {
  color: #000;
  background-color: #F6F7FA;
  border-color: #F6F7FA; }
  .btn-grey2:hover {
    color: #000;
    background-color: #f7f8fb;
    border-color: #f7f8fb; }
  .btn-check:focus + .btn-grey2, .btn-grey2:focus {
    color: #000;
    background-color: #f7f8fb;
    border-color: #f7f8fb;
    box-shadow: 0 0 0 0.25rem rgba(209, 210, 213, 0.5); }
  .btn-check:checked + .btn-grey2,
  .btn-check:active + .btn-grey2, .btn-grey2:active, .btn-grey2.active,
  .show > .btn-grey2.dropdown-toggle {
    color: #000;
    background-color: #f8f9fb;
    border-color: #f7f8fb; }
    .btn-check:checked + .btn-grey2:focus,
    .btn-check:active + .btn-grey2:focus, .btn-grey2:active:focus, .btn-grey2.active:focus,
    .show > .btn-grey2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(209, 210, 213, 0.5); }
  .btn-grey2:disabled, .btn-grey2.disabled {
    color: #000;
    background-color: #F6F7FA;
    border-color: #F6F7FA; }

.btn-frost {
  color: #000;
  background-color: #E4EEFF;
  border-color: #E4EEFF; }
  .btn-frost:hover {
    color: #000;
    background-color: #e8f1ff;
    border-color: #e7f0ff; }
  .btn-check:focus + .btn-frost, .btn-frost:focus {
    color: #000;
    background-color: #e8f1ff;
    border-color: #e7f0ff;
    box-shadow: 0 0 0 0.25rem rgba(194, 202, 217, 0.5); }
  .btn-check:checked + .btn-frost,
  .btn-check:active + .btn-frost, .btn-frost:active, .btn-frost.active,
  .show > .btn-frost.dropdown-toggle {
    color: #000;
    background-color: #e9f1ff;
    border-color: #e7f0ff; }
    .btn-check:checked + .btn-frost:focus,
    .btn-check:active + .btn-frost:focus, .btn-frost:active:focus, .btn-frost.active:focus,
    .show > .btn-frost.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(194, 202, 217, 0.5); }
  .btn-frost:disabled, .btn-frost.disabled {
    color: #000;
    background-color: #E4EEFF;
    border-color: #E4EEFF; }

.btn-grey {
  color: #fff;
  background-color: #575757;
  border-color: #575757; }
  .btn-grey:hover {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #464646; }
  .btn-check:focus + .btn-grey, .btn-grey:focus {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #464646;
    box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5); }
  .btn-check:checked + .btn-grey,
  .btn-check:active + .btn-grey, .btn-grey:active, .btn-grey.active,
  .show > .btn-grey.dropdown-toggle {
    color: #fff;
    background-color: #464646;
    border-color: #414141; }
    .btn-check:checked + .btn-grey:focus,
    .btn-check:active + .btn-grey:focus, .btn-grey:active:focus, .btn-grey.active:focus,
    .show > .btn-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5); }
  .btn-grey:disabled, .btn-grey.disabled {
    color: #fff;
    background-color: #575757;
    border-color: #575757; }

.btn-custom-spanish_gray_light {
  color: #000;
  background-color: #939393;
  border-color: #939393; }
  .btn-custom-spanish_gray_light:hover {
    color: #000;
    background-color: #a3a3a3;
    border-color: #9e9e9e; }
  .btn-check:focus + .btn-custom-spanish_gray_light, .btn-custom-spanish_gray_light:focus {
    color: #000;
    background-color: #a3a3a3;
    border-color: #9e9e9e;
    box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5); }
  .btn-check:checked + .btn-custom-spanish_gray_light,
  .btn-check:active + .btn-custom-spanish_gray_light, .btn-custom-spanish_gray_light:active, .btn-custom-spanish_gray_light.active,
  .show > .btn-custom-spanish_gray_light.dropdown-toggle {
    color: #000;
    background-color: darkgray;
    border-color: #9e9e9e; }
    .btn-check:checked + .btn-custom-spanish_gray_light:focus,
    .btn-check:active + .btn-custom-spanish_gray_light:focus, .btn-custom-spanish_gray_light:active:focus, .btn-custom-spanish_gray_light.active:focus,
    .show > .btn-custom-spanish_gray_light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5); }
  .btn-custom-spanish_gray_light:disabled, .btn-custom-spanish_gray_light.disabled {
    color: #000;
    background-color: #939393;
    border-color: #939393; }

.btn-custom-spanish_gray_lighter {
  color: #000;
  background-color: #9A9A9A;
  border-color: #9A9A9A; }
  .btn-custom-spanish_gray_lighter:hover {
    color: #000;
    background-color: darkgray;
    border-color: #a4a4a4; }
  .btn-check:focus + .btn-custom-spanish_gray_lighter, .btn-custom-spanish_gray_lighter:focus {
    color: #000;
    background-color: darkgray;
    border-color: #a4a4a4;
    box-shadow: 0 0 0 0.25rem rgba(131, 131, 131, 0.5); }
  .btn-check:checked + .btn-custom-spanish_gray_lighter,
  .btn-check:active + .btn-custom-spanish_gray_lighter, .btn-custom-spanish_gray_lighter:active, .btn-custom-spanish_gray_lighter.active,
  .show > .btn-custom-spanish_gray_lighter.dropdown-toggle {
    color: #000;
    background-color: #aeaeae;
    border-color: #a4a4a4; }
    .btn-check:checked + .btn-custom-spanish_gray_lighter:focus,
    .btn-check:active + .btn-custom-spanish_gray_lighter:focus, .btn-custom-spanish_gray_lighter:active:focus, .btn-custom-spanish_gray_lighter.active:focus,
    .show > .btn-custom-spanish_gray_lighter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(131, 131, 131, 0.5); }
  .btn-custom-spanish_gray_lighter:disabled, .btn-custom-spanish_gray_lighter.disabled {
    color: #000;
    background-color: #9A9A9A;
    border-color: #9A9A9A; }

.btn-custom-light_gray {
  color: #000;
  background-color: #CED4DA;
  border-color: #CED4DA; }
  .btn-custom-light_gray:hover {
    color: #000;
    background-color: #d5dae0;
    border-color: #d3d8de; }
  .btn-check:focus + .btn-custom-light_gray, .btn-custom-light_gray:focus {
    color: #000;
    background-color: #d5dae0;
    border-color: #d3d8de;
    box-shadow: 0 0 0 0.25rem rgba(175, 180, 185, 0.5); }
  .btn-check:checked + .btn-custom-light_gray,
  .btn-check:active + .btn-custom-light_gray, .btn-custom-light_gray:active, .btn-custom-light_gray.active,
  .show > .btn-custom-light_gray.dropdown-toggle {
    color: #000;
    background-color: #d8dde1;
    border-color: #d3d8de; }
    .btn-check:checked + .btn-custom-light_gray:focus,
    .btn-check:active + .btn-custom-light_gray:focus, .btn-custom-light_gray:active:focus, .btn-custom-light_gray.active:focus,
    .show > .btn-custom-light_gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(175, 180, 185, 0.5); }
  .btn-custom-light_gray:disabled, .btn-custom-light_gray.disabled {
    color: #000;
    background-color: #CED4DA;
    border-color: #CED4DA; }

.btn-custom-onyx_normal {
  color: #fff;
  background-color: #343A40;
  border-color: #343A40; }
  .btn-custom-onyx_normal:hover {
    color: #fff;
    background-color: #2c3136;
    border-color: #2a2e33; }
  .btn-check:focus + .btn-custom-onyx_normal, .btn-custom-onyx_normal:focus {
    color: #fff;
    background-color: #2c3136;
    border-color: #2a2e33;
    box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
  .btn-check:checked + .btn-custom-onyx_normal,
  .btn-check:active + .btn-custom-onyx_normal, .btn-custom-onyx_normal:active, .btn-custom-onyx_normal.active,
  .show > .btn-custom-onyx_normal.dropdown-toggle {
    color: #fff;
    background-color: #2a2e33;
    border-color: #272c30; }
    .btn-check:checked + .btn-custom-onyx_normal:focus,
    .btn-check:active + .btn-custom-onyx_normal:focus, .btn-custom-onyx_normal:active:focus, .btn-custom-onyx_normal.active:focus,
    .show > .btn-custom-onyx_normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
  .btn-custom-onyx_normal:disabled, .btn-custom-onyx_normal.disabled {
    color: #fff;
    background-color: #343A40;
    border-color: #343A40; }

.btn-custom-onyx_medium {
  color: #fff;
  background-color: #373737;
  border-color: #373737; }
  .btn-custom-onyx_medium:hover {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #2c2c2c; }
  .btn-check:focus + .btn-custom-onyx_medium, .btn-custom-onyx_medium:focus {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #2c2c2c;
    box-shadow: 0 0 0 0.25rem rgba(85, 85, 85, 0.5); }
  .btn-check:checked + .btn-custom-onyx_medium,
  .btn-check:active + .btn-custom-onyx_medium, .btn-custom-onyx_medium:active, .btn-custom-onyx_medium.active,
  .show > .btn-custom-onyx_medium.dropdown-toggle {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #292929; }
    .btn-check:checked + .btn-custom-onyx_medium:focus,
    .btn-check:active + .btn-custom-onyx_medium:focus, .btn-custom-onyx_medium:active:focus, .btn-custom-onyx_medium.active:focus,
    .show > .btn-custom-onyx_medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(85, 85, 85, 0.5); }
  .btn-custom-onyx_medium:disabled, .btn-custom-onyx_medium.disabled {
    color: #fff;
    background-color: #373737;
    border-color: #373737; }

.btn-custom {
  color: #fff;
  background-color: #474747;
  border-color: #474747; }
  .btn-custom:hover {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #393939; }
  .btn-check:focus + .btn-custom, .btn-custom:focus {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #393939;
    box-shadow: 0 0 0 0.25rem rgba(99, 99, 99, 0.5); }
  .btn-check:checked + .btn-custom,
  .btn-check:active + .btn-custom, .btn-custom:active, .btn-custom.active,
  .show > .btn-custom.dropdown-toggle {
    color: #fff;
    background-color: #393939;
    border-color: #353535; }
    .btn-check:checked + .btn-custom:focus,
    .btn-check:active + .btn-custom:focus, .btn-custom:active:focus, .btn-custom.active:focus,
    .show > .btn-custom.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(99, 99, 99, 0.5); }
  .btn-custom:disabled, .btn-custom.disabled {
    color: #fff;
    background-color: #474747;
    border-color: #474747; }

.btn-custom-ghost_white {
  color: #000;
  background-color: #FFFCF9;
  border-color: #FFFCF9; }
  .btn-custom-ghost_white:hover {
    color: #000;
    background-color: #fffcfa;
    border-color: #fffcfa; }
  .btn-check:focus + .btn-custom-ghost_white, .btn-custom-ghost_white:focus {
    color: #000;
    background-color: #fffcfa;
    border-color: #fffcfa;
    box-shadow: 0 0 0 0.25rem rgba(217, 214, 212, 0.5); }
  .btn-check:checked + .btn-custom-ghost_white,
  .btn-check:active + .btn-custom-ghost_white, .btn-custom-ghost_white:active, .btn-custom-ghost_white.active,
  .show > .btn-custom-ghost_white.dropdown-toggle {
    color: #000;
    background-color: #fffdfa;
    border-color: #fffcfa; }
    .btn-check:checked + .btn-custom-ghost_white:focus,
    .btn-check:active + .btn-custom-ghost_white:focus, .btn-custom-ghost_white:active:focus, .btn-custom-ghost_white.active:focus,
    .show > .btn-custom-ghost_white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 214, 212, 0.5); }
  .btn-custom-ghost_white:disabled, .btn-custom-ghost_white.disabled {
    color: #000;
    background-color: #FFFCF9;
    border-color: #FFFCF9; }

.btn-custom-anti_flash_white {
  color: #000;
  background-color: #FAF8F0;
  border-color: #FAF8F0; }
  .btn-custom-anti_flash_white:hover {
    color: #000;
    background-color: #fbf9f2;
    border-color: #fbf9f2; }
  .btn-check:focus + .btn-custom-anti_flash_white, .btn-custom-anti_flash_white:focus {
    color: #000;
    background-color: #fbf9f2;
    border-color: #fbf9f2;
    box-shadow: 0 0 0 0.25rem rgba(213, 211, 204, 0.5); }
  .btn-check:checked + .btn-custom-anti_flash_white,
  .btn-check:active + .btn-custom-anti_flash_white, .btn-custom-anti_flash_white:active, .btn-custom-anti_flash_white.active,
  .show > .btn-custom-anti_flash_white.dropdown-toggle {
    color: #000;
    background-color: #fbf9f3;
    border-color: #fbf9f2; }
    .btn-check:checked + .btn-custom-anti_flash_white:focus,
    .btn-check:active + .btn-custom-anti_flash_white:focus, .btn-custom-anti_flash_white:active:focus, .btn-custom-anti_flash_white.active:focus,
    .show > .btn-custom-anti_flash_white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(213, 211, 204, 0.5); }
  .btn-custom-anti_flash_white:disabled, .btn-custom-anti_flash_white.disabled {
    color: #000;
    background-color: #FAF8F0;
    border-color: #FAF8F0; }

.btn-custom-platinum {
  color: #000;
  background-color: #E4E4E4;
  border-color: #E4E4E4; }
  .btn-custom-platinum:hover {
    color: #000;
    background-color: #e8e8e8;
    border-color: #e7e7e7; }
  .btn-check:focus + .btn-custom-platinum, .btn-custom-platinum:focus {
    color: #000;
    background-color: #e8e8e8;
    border-color: #e7e7e7;
    box-shadow: 0 0 0 0.25rem rgba(194, 194, 194, 0.5); }
  .btn-check:checked + .btn-custom-platinum,
  .btn-check:active + .btn-custom-platinum, .btn-custom-platinum:active, .btn-custom-platinum.active,
  .show > .btn-custom-platinum.dropdown-toggle {
    color: #000;
    background-color: #e9e9e9;
    border-color: #e7e7e7; }
    .btn-check:checked + .btn-custom-platinum:focus,
    .btn-check:active + .btn-custom-platinum:focus, .btn-custom-platinum:active:focus, .btn-custom-platinum.active:focus,
    .show > .btn-custom-platinum.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(194, 194, 194, 0.5); }
  .btn-custom-platinum:disabled, .btn-custom-platinum.disabled {
    color: #000;
    background-color: #E4E4E4;
    border-color: #E4E4E4; }

.btn-custom-blue_ryb {
  color: #fff;
  background-color: #0041EC;
  border-color: #0041EC; }
  .btn-custom-blue_ryb:hover {
    color: #fff;
    background-color: #0037c9;
    border-color: #0034bd; }
  .btn-check:focus + .btn-custom-blue_ryb, .btn-custom-blue_ryb:focus {
    color: #fff;
    background-color: #0037c9;
    border-color: #0034bd;
    box-shadow: 0 0 0 0.25rem rgba(38, 94, 239, 0.5); }
  .btn-check:checked + .btn-custom-blue_ryb,
  .btn-check:active + .btn-custom-blue_ryb, .btn-custom-blue_ryb:active, .btn-custom-blue_ryb.active,
  .show > .btn-custom-blue_ryb.dropdown-toggle {
    color: #fff;
    background-color: #0034bd;
    border-color: #0031b1; }
    .btn-check:checked + .btn-custom-blue_ryb:focus,
    .btn-check:active + .btn-custom-blue_ryb:focus, .btn-custom-blue_ryb:active:focus, .btn-custom-blue_ryb.active:focus,
    .show > .btn-custom-blue_ryb.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(38, 94, 239, 0.5); }
  .btn-custom-blue_ryb:disabled, .btn-custom-blue_ryb.disabled {
    color: #fff;
    background-color: #0041EC;
    border-color: #0041EC; }

.btn-custom-dark_imperial_blue {
  color: #fff;
  background-color: #10106A;
  border-color: #10106A; }
  .btn-custom-dark_imperial_blue:hover {
    color: #fff;
    background-color: #0e0e5a;
    border-color: #0d0d55; }
  .btn-check:focus + .btn-custom-dark_imperial_blue, .btn-custom-dark_imperial_blue:focus {
    color: #fff;
    background-color: #0e0e5a;
    border-color: #0d0d55;
    box-shadow: 0 0 0 0.25rem rgba(52, 52, 128, 0.5); }
  .btn-check:checked + .btn-custom-dark_imperial_blue,
  .btn-check:active + .btn-custom-dark_imperial_blue, .btn-custom-dark_imperial_blue:active, .btn-custom-dark_imperial_blue.active,
  .show > .btn-custom-dark_imperial_blue.dropdown-toggle {
    color: #fff;
    background-color: #0d0d55;
    border-color: #0c0c50; }
    .btn-check:checked + .btn-custom-dark_imperial_blue:focus,
    .btn-check:active + .btn-custom-dark_imperial_blue:focus, .btn-custom-dark_imperial_blue:active:focus, .btn-custom-dark_imperial_blue.active:focus,
    .show > .btn-custom-dark_imperial_blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(52, 52, 128, 0.5); }
  .btn-custom-dark_imperial_blue:disabled, .btn-custom-dark_imperial_blue.disabled {
    color: #fff;
    background-color: #10106A;
    border-color: #10106A; }

.btn-custom-air_force_blue {
  color: #fff;
  background-color: #062E8A;
  border-color: #062E8A; }
  .btn-custom-air_force_blue:hover {
    color: #fff;
    background-color: #052775;
    border-color: #05256e; }
  .btn-check:focus + .btn-custom-air_force_blue, .btn-custom-air_force_blue:focus {
    color: #fff;
    background-color: #052775;
    border-color: #05256e;
    box-shadow: 0 0 0 0.25rem rgba(43, 77, 156, 0.5); }
  .btn-check:checked + .btn-custom-air_force_blue,
  .btn-check:active + .btn-custom-air_force_blue, .btn-custom-air_force_blue:active, .btn-custom-air_force_blue.active,
  .show > .btn-custom-air_force_blue.dropdown-toggle {
    color: #fff;
    background-color: #05256e;
    border-color: #052368; }
    .btn-check:checked + .btn-custom-air_force_blue:focus,
    .btn-check:active + .btn-custom-air_force_blue:focus, .btn-custom-air_force_blue:active:focus, .btn-custom-air_force_blue.active:focus,
    .show > .btn-custom-air_force_blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(43, 77, 156, 0.5); }
  .btn-custom-air_force_blue:disabled, .btn-custom-air_force_blue.disabled {
    color: #fff;
    background-color: #062E8A;
    border-color: #062E8A; }

.btn-custom-azure {
  color: #000;
  background-color: #007BFF;
  border-color: #007BFF; }
  .btn-custom-azure:hover {
    color: #000;
    background-color: #268fff;
    border-color: #1a88ff; }
  .btn-check:focus + .btn-custom-azure, .btn-custom-azure:focus {
    color: #000;
    background-color: #268fff;
    border-color: #1a88ff;
    box-shadow: 0 0 0 0.25rem rgba(0, 105, 217, 0.5); }
  .btn-check:checked + .btn-custom-azure,
  .btn-check:active + .btn-custom-azure, .btn-custom-azure:active, .btn-custom-azure.active,
  .show > .btn-custom-azure.dropdown-toggle {
    color: #000;
    background-color: #3395ff;
    border-color: #1a88ff; }
    .btn-check:checked + .btn-custom-azure:focus,
    .btn-check:active + .btn-custom-azure:focus, .btn-custom-azure:active:focus, .btn-custom-azure.active:focus,
    .show > .btn-custom-azure.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 105, 217, 0.5); }
  .btn-custom-azure:disabled, .btn-custom-azure.disabled {
    color: #000;
    background-color: #007BFF;
    border-color: #007BFF; }

.btn-custom-blueberry_medium {
  color: #000;
  background-color: #4B79F2;
  border-color: #4B79F2; }
  .btn-custom-blueberry_medium:hover {
    color: #000;
    background-color: #668df4;
    border-color: #5d86f3; }
  .btn-check:focus + .btn-custom-blueberry_medium, .btn-custom-blueberry_medium:focus {
    color: #000;
    background-color: #668df4;
    border-color: #5d86f3;
    box-shadow: 0 0 0 0.25rem rgba(64, 103, 206, 0.5); }
  .btn-check:checked + .btn-custom-blueberry_medium,
  .btn-check:active + .btn-custom-blueberry_medium, .btn-custom-blueberry_medium:active, .btn-custom-blueberry_medium.active,
  .show > .btn-custom-blueberry_medium.dropdown-toggle {
    color: #000;
    background-color: #6f94f5;
    border-color: #5d86f3; }
    .btn-check:checked + .btn-custom-blueberry_medium:focus,
    .btn-check:active + .btn-custom-blueberry_medium:focus, .btn-custom-blueberry_medium:active:focus, .btn-custom-blueberry_medium.active:focus,
    .show > .btn-custom-blueberry_medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(64, 103, 206, 0.5); }
  .btn-custom-blueberry_medium:disabled, .btn-custom-blueberry_medium.disabled {
    color: #000;
    background-color: #4B79F2;
    border-color: #4B79F2; }

.btn-custom-blueberry_normal {
  color: #000;
  background-color: #4790FF;
  border-color: #4790FF; }
  .btn-custom-blueberry_normal:hover {
    color: #000;
    background-color: #63a1ff;
    border-color: #599bff; }
  .btn-check:focus + .btn-custom-blueberry_normal, .btn-custom-blueberry_normal:focus {
    color: #000;
    background-color: #63a1ff;
    border-color: #599bff;
    box-shadow: 0 0 0 0.25rem rgba(60, 122, 217, 0.5); }
  .btn-check:checked + .btn-custom-blueberry_normal,
  .btn-check:active + .btn-custom-blueberry_normal, .btn-custom-blueberry_normal:active, .btn-custom-blueberry_normal.active,
  .show > .btn-custom-blueberry_normal.dropdown-toggle {
    color: #000;
    background-color: #6ca6ff;
    border-color: #599bff; }
    .btn-check:checked + .btn-custom-blueberry_normal:focus,
    .btn-check:active + .btn-custom-blueberry_normal:focus, .btn-custom-blueberry_normal:active:focus, .btn-custom-blueberry_normal.active:focus,
    .show > .btn-custom-blueberry_normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(60, 122, 217, 0.5); }
  .btn-custom-blueberry_normal:disabled, .btn-custom-blueberry_normal.disabled {
    color: #000;
    background-color: #4790FF;
    border-color: #4790FF; }

.btn-bluelight {
  color: #000;
  background-color: #00E0FF;
  border-color: #00E0FF; }
  .btn-bluelight:hover {
    color: #000;
    background-color: #26e5ff;
    border-color: #1ae3ff; }
  .btn-check:focus + .btn-bluelight, .btn-bluelight:focus {
    color: #000;
    background-color: #26e5ff;
    border-color: #1ae3ff;
    box-shadow: 0 0 0 0.25rem rgba(0, 190, 217, 0.5); }
  .btn-check:checked + .btn-bluelight,
  .btn-check:active + .btn-bluelight, .btn-bluelight:active, .btn-bluelight.active,
  .show > .btn-bluelight.dropdown-toggle {
    color: #000;
    background-color: #33e6ff;
    border-color: #1ae3ff; }
    .btn-check:checked + .btn-bluelight:focus,
    .btn-check:active + .btn-bluelight:focus, .btn-bluelight:active:focus, .btn-bluelight.active:focus,
    .show > .btn-bluelight.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 190, 217, 0.5); }
  .btn-bluelight:disabled, .btn-bluelight.disabled {
    color: #000;
    background-color: #00E0FF;
    border-color: #00E0FF; }

.btn-custom-lavender_blue_lighter {
  color: #000;
  background-color: #CDC3FF;
  border-color: #CDC3FF; }
  .btn-custom-lavender_blue_lighter:hover {
    color: #000;
    background-color: #d5ccff;
    border-color: #d2c9ff; }
  .btn-check:focus + .btn-custom-lavender_blue_lighter, .btn-custom-lavender_blue_lighter:focus {
    color: #000;
    background-color: #d5ccff;
    border-color: #d2c9ff;
    box-shadow: 0 0 0 0.25rem rgba(174, 166, 217, 0.5); }
  .btn-check:checked + .btn-custom-lavender_blue_lighter,
  .btn-check:active + .btn-custom-lavender_blue_lighter, .btn-custom-lavender_blue_lighter:active, .btn-custom-lavender_blue_lighter.active,
  .show > .btn-custom-lavender_blue_lighter.dropdown-toggle {
    color: #000;
    background-color: #d7cfff;
    border-color: #d2c9ff; }
    .btn-check:checked + .btn-custom-lavender_blue_lighter:focus,
    .btn-check:active + .btn-custom-lavender_blue_lighter:focus, .btn-custom-lavender_blue_lighter:active:focus, .btn-custom-lavender_blue_lighter.active:focus,
    .show > .btn-custom-lavender_blue_lighter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(174, 166, 217, 0.5); }
  .btn-custom-lavender_blue_lighter:disabled, .btn-custom-lavender_blue_lighter.disabled {
    color: #000;
    background-color: #CDC3FF;
    border-color: #CDC3FF; }

.btn-custom-jordy_blue {
  color: #000;
  background-color: #92B0FF;
  border-color: #92B0FF; }
  .btn-custom-jordy_blue:hover {
    color: #000;
    background-color: #a2bcff;
    border-color: #9db8ff; }
  .btn-check:focus + .btn-custom-jordy_blue, .btn-custom-jordy_blue:focus {
    color: #000;
    background-color: #a2bcff;
    border-color: #9db8ff;
    box-shadow: 0 0 0 0.25rem rgba(124, 150, 217, 0.5); }
  .btn-check:checked + .btn-custom-jordy_blue,
  .btn-check:active + .btn-custom-jordy_blue, .btn-custom-jordy_blue:active, .btn-custom-jordy_blue.active,
  .show > .btn-custom-jordy_blue.dropdown-toggle {
    color: #000;
    background-color: #a8c0ff;
    border-color: #9db8ff; }
    .btn-check:checked + .btn-custom-jordy_blue:focus,
    .btn-check:active + .btn-custom-jordy_blue:focus, .btn-custom-jordy_blue:active:focus, .btn-custom-jordy_blue.active:focus,
    .show > .btn-custom-jordy_blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(124, 150, 217, 0.5); }
  .btn-custom-jordy_blue:disabled, .btn-custom-jordy_blue.disabled {
    color: #000;
    background-color: #92B0FF;
    border-color: #92B0FF; }

.btn-custom-fluorescent_blue {
  color: #000;
  background-color: #1DFFE9;
  border-color: #1DFFE9; }
  .btn-custom-fluorescent_blue:hover {
    color: #000;
    background-color: #3fffec;
    border-color: #34ffeb; }
  .btn-check:focus + .btn-custom-fluorescent_blue, .btn-custom-fluorescent_blue:focus {
    color: #000;
    background-color: #3fffec;
    border-color: #34ffeb;
    box-shadow: 0 0 0 0.25rem rgba(25, 217, 198, 0.5); }
  .btn-check:checked + .btn-custom-fluorescent_blue,
  .btn-check:active + .btn-custom-fluorescent_blue, .btn-custom-fluorescent_blue:active, .btn-custom-fluorescent_blue.active,
  .show > .btn-custom-fluorescent_blue.dropdown-toggle {
    color: #000;
    background-color: #4affed;
    border-color: #34ffeb; }
    .btn-check:checked + .btn-custom-fluorescent_blue:focus,
    .btn-check:active + .btn-custom-fluorescent_blue:focus, .btn-custom-fluorescent_blue:active:focus, .btn-custom-fluorescent_blue.active:focus,
    .show > .btn-custom-fluorescent_blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(25, 217, 198, 0.5); }
  .btn-custom-fluorescent_blue:disabled, .btn-custom-fluorescent_blue.disabled {
    color: #000;
    background-color: #1DFFE9;
    border-color: #1DFFE9; }

.btn-steel {
  color: #000;
  background-color: #607E8E;
  border-color: #607E8E; }
  .btn-steel:hover {
    color: #000;
    background-color: #78919f;
    border-color: #708b99; }
  .btn-check:focus + .btn-steel, .btn-steel:focus {
    color: #000;
    background-color: #78919f;
    border-color: #708b99;
    box-shadow: 0 0 0 0.25rem rgba(82, 107, 121, 0.5); }
  .btn-check:checked + .btn-steel,
  .btn-check:active + .btn-steel, .btn-steel:active, .btn-steel.active,
  .show > .btn-steel.dropdown-toggle {
    color: #000;
    background-color: #8098a5;
    border-color: #708b99; }
    .btn-check:checked + .btn-steel:focus,
    .btn-check:active + .btn-steel:focus, .btn-steel:active:focus, .btn-steel.active:focus,
    .show > .btn-steel.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(82, 107, 121, 0.5); }
  .btn-steel:disabled, .btn-steel.disabled {
    color: #000;
    background-color: #607E8E;
    border-color: #607E8E; }

.btn-ocean {
  color: #000;
  background-color: #4CB5AB;
  border-color: #4CB5AB; }
  .btn-ocean:hover {
    color: #000;
    background-color: #67c0b8;
    border-color: #5ebcb3; }
  .btn-check:focus + .btn-ocean, .btn-ocean:focus {
    color: #000;
    background-color: #67c0b8;
    border-color: #5ebcb3;
    box-shadow: 0 0 0 0.25rem rgba(65, 154, 145, 0.5); }
  .btn-check:checked + .btn-ocean,
  .btn-check:active + .btn-ocean, .btn-ocean:active, .btn-ocean.active,
  .show > .btn-ocean.dropdown-toggle {
    color: #000;
    background-color: #70c4bc;
    border-color: #5ebcb3; }
    .btn-check:checked + .btn-ocean:focus,
    .btn-check:active + .btn-ocean:focus, .btn-ocean:active:focus, .btn-ocean.active:focus,
    .show > .btn-ocean.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(65, 154, 145, 0.5); }
  .btn-ocean:disabled, .btn-ocean.disabled {
    color: #000;
    background-color: #4CB5AB;
    border-color: #4CB5AB; }

.btn-custom-red {
  color: #000;
  background-color: #FF0000;
  border-color: #FF0000; }
  .btn-custom-red:hover {
    color: #000;
    background-color: #ff2626;
    border-color: #ff1a1a; }
  .btn-check:focus + .btn-custom-red, .btn-custom-red:focus {
    color: #000;
    background-color: #ff2626;
    border-color: #ff1a1a;
    box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5); }
  .btn-check:checked + .btn-custom-red,
  .btn-check:active + .btn-custom-red, .btn-custom-red:active, .btn-custom-red.active,
  .show > .btn-custom-red.dropdown-toggle {
    color: #000;
    background-color: #ff3333;
    border-color: #ff1a1a; }
    .btn-check:checked + .btn-custom-red:focus,
    .btn-check:active + .btn-custom-red:focus, .btn-custom-red:active:focus, .btn-custom-red.active:focus,
    .show > .btn-custom-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5); }
  .btn-custom-red:disabled, .btn-custom-red.disabled {
    color: #000;
    background-color: #FF0000;
    border-color: #FF0000; }

.btn-darkred {
  color: #fff;
  background-color: #D0031C;
  border-color: #D0031C; }
  .btn-darkred:hover {
    color: #fff;
    background-color: #b10318;
    border-color: #a60216; }
  .btn-check:focus + .btn-darkred, .btn-darkred:focus {
    color: #fff;
    background-color: #b10318;
    border-color: #a60216;
    box-shadow: 0 0 0 0.25rem rgba(215, 41, 62, 0.5); }
  .btn-check:checked + .btn-darkred,
  .btn-check:active + .btn-darkred, .btn-darkred:active, .btn-darkred.active,
  .show > .btn-darkred.dropdown-toggle {
    color: #fff;
    background-color: #a60216;
    border-color: #9c0215; }
    .btn-check:checked + .btn-darkred:focus,
    .btn-check:active + .btn-darkred:focus, .btn-darkred:active:focus, .btn-darkred.active:focus,
    .show > .btn-darkred.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(215, 41, 62, 0.5); }
  .btn-darkred:disabled, .btn-darkred.disabled {
    color: #fff;
    background-color: #D0031C;
    border-color: #D0031C; }

.btn-pink {
  color: #000;
  background-color: #FF005C;
  border-color: #FF005C; }
  .btn-pink:hover {
    color: #000;
    background-color: #ff2674;
    border-color: #ff1a6c; }
  .btn-check:focus + .btn-pink, .btn-pink:focus {
    color: #000;
    background-color: #ff2674;
    border-color: #ff1a6c;
    box-shadow: 0 0 0 0.25rem rgba(217, 0, 78, 0.5); }
  .btn-check:checked + .btn-pink,
  .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active,
  .show > .btn-pink.dropdown-toggle {
    color: #000;
    background-color: #ff337d;
    border-color: #ff1a6c; }
    .btn-check:checked + .btn-pink:focus,
    .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 0, 78, 0.5); }
  .btn-pink:disabled, .btn-pink.disabled {
    color: #000;
    background-color: #FF005C;
    border-color: #FF005C; }

.btn-peach {
  color: #000;
  background-color: #FFDCDC;
  border-color: #FFDCDC; }
  .btn-peach:hover {
    color: #000;
    background-color: #ffe1e1;
    border-color: #ffe0e0; }
  .btn-check:focus + .btn-peach, .btn-peach:focus {
    color: #000;
    background-color: #ffe1e1;
    border-color: #ffe0e0;
    box-shadow: 0 0 0 0.25rem rgba(217, 187, 187, 0.5); }
  .btn-check:checked + .btn-peach,
  .btn-check:active + .btn-peach, .btn-peach:active, .btn-peach.active,
  .show > .btn-peach.dropdown-toggle {
    color: #000;
    background-color: #ffe3e3;
    border-color: #ffe0e0; }
    .btn-check:checked + .btn-peach:focus,
    .btn-check:active + .btn-peach:focus, .btn-peach:active:focus, .btn-peach.active:focus,
    .show > .btn-peach.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 187, 187, 0.5); }
  .btn-peach:disabled, .btn-peach.disabled {
    color: #000;
    background-color: #FFDCDC;
    border-color: #FFDCDC; }

.btn-custom-mauvelous {
  color: #000;
  background-color: #EB9FA0;
  border-color: #EB9FA0; }
  .btn-custom-mauvelous:hover {
    color: #000;
    background-color: #eeadae;
    border-color: #eda9aa; }
  .btn-check:focus + .btn-custom-mauvelous, .btn-custom-mauvelous:focus {
    color: #000;
    background-color: #eeadae;
    border-color: #eda9aa;
    box-shadow: 0 0 0 0.25rem rgba(200, 135, 136, 0.5); }
  .btn-check:checked + .btn-custom-mauvelous,
  .btn-check:active + .btn-custom-mauvelous, .btn-custom-mauvelous:active, .btn-custom-mauvelous.active,
  .show > .btn-custom-mauvelous.dropdown-toggle {
    color: #000;
    background-color: #efb2b3;
    border-color: #eda9aa; }
    .btn-check:checked + .btn-custom-mauvelous:focus,
    .btn-check:active + .btn-custom-mauvelous:focus, .btn-custom-mauvelous:active:focus, .btn-custom-mauvelous.active:focus,
    .show > .btn-custom-mauvelous.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(200, 135, 136, 0.5); }
  .btn-custom-mauvelous:disabled, .btn-custom-mauvelous.disabled {
    color: #000;
    background-color: #EB9FA0;
    border-color: #EB9FA0; }

.btn-green {
  color: #000;
  background-color: #02FF76;
  border-color: #02FF76; }
  .btn-green:hover {
    color: #000;
    background-color: #28ff8b;
    border-color: #1bff84; }
  .btn-check:focus + .btn-green, .btn-green:focus {
    color: #000;
    background-color: #28ff8b;
    border-color: #1bff84;
    box-shadow: 0 0 0 0.25rem rgba(2, 217, 100, 0.5); }
  .btn-check:checked + .btn-green,
  .btn-check:active + .btn-green, .btn-green:active, .btn-green.active,
  .show > .btn-green.dropdown-toggle {
    color: #000;
    background-color: #35ff91;
    border-color: #1bff84; }
    .btn-check:checked + .btn-green:focus,
    .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(2, 217, 100, 0.5); }
  .btn-green:disabled, .btn-green.disabled {
    color: #000;
    background-color: #02FF76;
    border-color: #02FF76; }

.btn-darkgreen {
  color: #000;
  background-color: #2E9809;
  border-color: #2E9809; }
  .btn-darkgreen:hover {
    color: #000;
    background-color: #4da72e;
    border-color: #43a222; }
  .btn-check:focus + .btn-darkgreen, .btn-darkgreen:focus {
    color: #000;
    background-color: #4da72e;
    border-color: #43a222;
    box-shadow: 0 0 0 0.25rem rgba(39, 129, 8, 0.5); }
  .btn-check:checked + .btn-darkgreen,
  .btn-check:active + .btn-darkgreen, .btn-darkgreen:active, .btn-darkgreen.active,
  .show > .btn-darkgreen.dropdown-toggle {
    color: #000;
    background-color: #58ad3a;
    border-color: #43a222; }
    .btn-check:checked + .btn-darkgreen:focus,
    .btn-check:active + .btn-darkgreen:focus, .btn-darkgreen:active:focus, .btn-darkgreen.active:focus,
    .show > .btn-darkgreen.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(39, 129, 8, 0.5); }
  .btn-darkgreen:disabled, .btn-darkgreen.disabled {
    color: #000;
    background-color: #2E9809;
    border-color: #2E9809; }

.btn-custom-teal_deer {
  color: #000;
  background-color: #91F1A7;
  border-color: #91F1A7; }
  .btn-custom-teal_deer:hover {
    color: #000;
    background-color: #a2f3b4;
    border-color: #9cf2b0; }
  .btn-check:focus + .btn-custom-teal_deer, .btn-custom-teal_deer:focus {
    color: #000;
    background-color: #a2f3b4;
    border-color: #9cf2b0;
    box-shadow: 0 0 0 0.25rem rgba(123, 205, 142, 0.5); }
  .btn-check:checked + .btn-custom-teal_deer,
  .btn-check:active + .btn-custom-teal_deer, .btn-custom-teal_deer:active, .btn-custom-teal_deer.active,
  .show > .btn-custom-teal_deer.dropdown-toggle {
    color: #000;
    background-color: #a7f4b9;
    border-color: #9cf2b0; }
    .btn-check:checked + .btn-custom-teal_deer:focus,
    .btn-check:active + .btn-custom-teal_deer:focus, .btn-custom-teal_deer:active:focus, .btn-custom-teal_deer.active:focus,
    .show > .btn-custom-teal_deer.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(123, 205, 142, 0.5); }
  .btn-custom-teal_deer:disabled, .btn-custom-teal_deer.disabled {
    color: #000;
    background-color: #91F1A7;
    border-color: #91F1A7; }

.btn-yellow {
  color: #000;
  background-color: #F2B600;
  border-color: #F2B600; }
  .btn-yellow:hover {
    color: #000;
    background-color: #f4c126;
    border-color: #f3bd1a; }
  .btn-check:focus + .btn-yellow, .btn-yellow:focus {
    color: #000;
    background-color: #f4c126;
    border-color: #f3bd1a;
    box-shadow: 0 0 0 0.25rem rgba(206, 155, 0, 0.5); }
  .btn-check:checked + .btn-yellow,
  .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active,
  .show > .btn-yellow.dropdown-toggle {
    color: #000;
    background-color: #f5c533;
    border-color: #f3bd1a; }
    .btn-check:checked + .btn-yellow:focus,
    .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(206, 155, 0, 0.5); }
  .btn-yellow:disabled, .btn-yellow.disabled {
    color: #000;
    background-color: #F2B600;
    border-color: #F2B600; }

.btn-orange_custom {
  color: #000;
  background-color: #F66962;
  border-color: #F66962; }
  .btn-orange_custom:hover {
    color: #000;
    background-color: #f7807a;
    border-color: #f77872; }
  .btn-check:focus + .btn-orange_custom, .btn-orange_custom:focus {
    color: #000;
    background-color: #f7807a;
    border-color: #f77872;
    box-shadow: 0 0 0 0.25rem rgba(209, 89, 83, 0.5); }
  .btn-check:checked + .btn-orange_custom,
  .btn-check:active + .btn-orange_custom, .btn-orange_custom:active, .btn-orange_custom.active,
  .show > .btn-orange_custom.dropdown-toggle {
    color: #000;
    background-color: #f88781;
    border-color: #f77872; }
    .btn-check:checked + .btn-orange_custom:focus,
    .btn-check:active + .btn-orange_custom:focus, .btn-orange_custom:active:focus, .btn-orange_custom.active:focus,
    .show > .btn-orange_custom.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(209, 89, 83, 0.5); }
  .btn-orange_custom:disabled, .btn-orange_custom.disabled {
    color: #000;
    background-color: #F66962;
    border-color: #F66962; }

.btn-outline-primary {
  color: #007BFF;
  border-color: #007BFF; }
  .btn-outline-primary:hover {
    color: #000;
    background-color: #007BFF;
    border-color: #007BFF; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #000;
    background-color: #007BFF;
    border-color: #007BFF; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #007BFF;
    background-color: transparent; }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent; }

.btn-outline-success {
  color: #198754;
  border-color: #198754; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-outline-blackish {
  color: #292929;
  border-color: #292929; }
  .btn-outline-blackish:hover {
    color: #fff;
    background-color: #292929;
    border-color: #292929; }
  .btn-check:focus + .btn-outline-blackish, .btn-outline-blackish:focus {
    box-shadow: 0 0 0 0.25rem rgba(41, 41, 41, 0.5); }
  .btn-check:checked + .btn-outline-blackish,
  .btn-check:active + .btn-outline-blackish, .btn-outline-blackish:active, .btn-outline-blackish.active, .btn-outline-blackish.dropdown-toggle.show {
    color: #fff;
    background-color: #292929;
    border-color: #292929; }
    .btn-check:checked + .btn-outline-blackish:focus,
    .btn-check:active + .btn-outline-blackish:focus, .btn-outline-blackish:active:focus, .btn-outline-blackish.active:focus, .btn-outline-blackish.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(41, 41, 41, 0.5); }
  .btn-outline-blackish:disabled, .btn-outline-blackish.disabled {
    color: #292929;
    background-color: transparent; }

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

.btn-outline-blue {
  color: #0066FF;
  border-color: #0066FF; }
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #0066FF;
    border-color: #0066FF; }
  .btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 102, 255, 0.5); }
  .btn-check:checked + .btn-outline-blue,
  .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
    color: #fff;
    background-color: #0066FF;
    border-color: #0066FF; }
    .btn-check:checked + .btn-outline-blue:focus,
    .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 102, 255, 0.5); }
  .btn-outline-blue:disabled, .btn-outline-blue.disabled {
    color: #0066FF;
    background-color: transparent; }

.btn-outline-silver {
  color: #838383;
  border-color: #838383; }
  .btn-outline-silver:hover {
    color: #000;
    background-color: #838383;
    border-color: #838383; }
  .btn-check:focus + .btn-outline-silver, .btn-outline-silver:focus {
    box-shadow: 0 0 0 0.25rem rgba(131, 131, 131, 0.5); }
  .btn-check:checked + .btn-outline-silver,
  .btn-check:active + .btn-outline-silver, .btn-outline-silver:active, .btn-outline-silver.active, .btn-outline-silver.dropdown-toggle.show {
    color: #000;
    background-color: #838383;
    border-color: #838383; }
    .btn-check:checked + .btn-outline-silver:focus,
    .btn-check:active + .btn-outline-silver:focus, .btn-outline-silver:active:focus, .btn-outline-silver.active:focus, .btn-outline-silver.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(131, 131, 131, 0.5); }
  .btn-outline-silver:disabled, .btn-outline-silver.disabled {
    color: #838383;
    background-color: transparent; }

.btn-outline-silver2 {
  color: #AFAFAF;
  border-color: #AFAFAF; }
  .btn-outline-silver2:hover {
    color: #000;
    background-color: #AFAFAF;
    border-color: #AFAFAF; }
  .btn-check:focus + .btn-outline-silver2, .btn-outline-silver2:focus {
    box-shadow: 0 0 0 0.25rem rgba(175, 175, 175, 0.5); }
  .btn-check:checked + .btn-outline-silver2,
  .btn-check:active + .btn-outline-silver2, .btn-outline-silver2:active, .btn-outline-silver2.active, .btn-outline-silver2.dropdown-toggle.show {
    color: #000;
    background-color: #AFAFAF;
    border-color: #AFAFAF; }
    .btn-check:checked + .btn-outline-silver2:focus,
    .btn-check:active + .btn-outline-silver2:focus, .btn-outline-silver2:active:focus, .btn-outline-silver2.active:focus, .btn-outline-silver2.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(175, 175, 175, 0.5); }
  .btn-outline-silver2:disabled, .btn-outline-silver2.disabled {
    color: #AFAFAF;
    background-color: transparent; }

.btn-outline-custom-philippine_silver {
  color: #B5B5B5;
  border-color: #B5B5B5; }
  .btn-outline-custom-philippine_silver:hover {
    color: #000;
    background-color: #B5B5B5;
    border-color: #B5B5B5; }
  .btn-check:focus + .btn-outline-custom-philippine_silver, .btn-outline-custom-philippine_silver:focus {
    box-shadow: 0 0 0 0.25rem rgba(181, 181, 181, 0.5); }
  .btn-check:checked + .btn-outline-custom-philippine_silver,
  .btn-check:active + .btn-outline-custom-philippine_silver, .btn-outline-custom-philippine_silver:active, .btn-outline-custom-philippine_silver.active, .btn-outline-custom-philippine_silver.dropdown-toggle.show {
    color: #000;
    background-color: #B5B5B5;
    border-color: #B5B5B5; }
    .btn-check:checked + .btn-outline-custom-philippine_silver:focus,
    .btn-check:active + .btn-outline-custom-philippine_silver:focus, .btn-outline-custom-philippine_silver:active:focus, .btn-outline-custom-philippine_silver.active:focus, .btn-outline-custom-philippine_silver.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(181, 181, 181, 0.5); }
  .btn-outline-custom-philippine_silver:disabled, .btn-outline-custom-philippine_silver.disabled {
    color: #B5B5B5;
    background-color: transparent; }

.btn-outline-custom-chinese_silver_light {
  color: #C7C7C7;
  border-color: #C7C7C7; }
  .btn-outline-custom-chinese_silver_light:hover {
    color: #000;
    background-color: #C7C7C7;
    border-color: #C7C7C7; }
  .btn-check:focus + .btn-outline-custom-chinese_silver_light, .btn-outline-custom-chinese_silver_light:focus {
    box-shadow: 0 0 0 0.25rem rgba(199, 199, 199, 0.5); }
  .btn-check:checked + .btn-outline-custom-chinese_silver_light,
  .btn-check:active + .btn-outline-custom-chinese_silver_light, .btn-outline-custom-chinese_silver_light:active, .btn-outline-custom-chinese_silver_light.active, .btn-outline-custom-chinese_silver_light.dropdown-toggle.show {
    color: #000;
    background-color: #C7C7C7;
    border-color: #C7C7C7; }
    .btn-check:checked + .btn-outline-custom-chinese_silver_light:focus,
    .btn-check:active + .btn-outline-custom-chinese_silver_light:focus, .btn-outline-custom-chinese_silver_light:active:focus, .btn-outline-custom-chinese_silver_light.active:focus, .btn-outline-custom-chinese_silver_light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(199, 199, 199, 0.5); }
  .btn-outline-custom-chinese_silver_light:disabled, .btn-outline-custom-chinese_silver_light.disabled {
    color: #C7C7C7;
    background-color: transparent; }

.btn-outline-custom-chinese_silver_lighter {
  color: #CDCDCD;
  border-color: #CDCDCD; }
  .btn-outline-custom-chinese_silver_lighter:hover {
    color: #000;
    background-color: #CDCDCD;
    border-color: #CDCDCD; }
  .btn-check:focus + .btn-outline-custom-chinese_silver_lighter, .btn-outline-custom-chinese_silver_lighter:focus {
    box-shadow: 0 0 0 0.25rem rgba(205, 205, 205, 0.5); }
  .btn-check:checked + .btn-outline-custom-chinese_silver_lighter,
  .btn-check:active + .btn-outline-custom-chinese_silver_lighter, .btn-outline-custom-chinese_silver_lighter:active, .btn-outline-custom-chinese_silver_lighter.active, .btn-outline-custom-chinese_silver_lighter.dropdown-toggle.show {
    color: #000;
    background-color: #CDCDCD;
    border-color: #CDCDCD; }
    .btn-check:checked + .btn-outline-custom-chinese_silver_lighter:focus,
    .btn-check:active + .btn-outline-custom-chinese_silver_lighter:focus, .btn-outline-custom-chinese_silver_lighter:active:focus, .btn-outline-custom-chinese_silver_lighter.active:focus, .btn-outline-custom-chinese_silver_lighter.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(205, 205, 205, 0.5); }
  .btn-outline-custom-chinese_silver_lighter:disabled, .btn-outline-custom-chinese_silver_lighter.disabled {
    color: #CDCDCD;
    background-color: transparent; }

.btn-outline-custom-bright_gray {
  color: #F3EFE8;
  border-color: #F3EFE8; }
  .btn-outline-custom-bright_gray:hover {
    color: #000;
    background-color: #F3EFE8;
    border-color: #F3EFE8; }
  .btn-check:focus + .btn-outline-custom-bright_gray, .btn-outline-custom-bright_gray:focus {
    box-shadow: 0 0 0 0.25rem rgba(243, 239, 232, 0.5); }
  .btn-check:checked + .btn-outline-custom-bright_gray,
  .btn-check:active + .btn-outline-custom-bright_gray, .btn-outline-custom-bright_gray:active, .btn-outline-custom-bright_gray.active, .btn-outline-custom-bright_gray.dropdown-toggle.show {
    color: #000;
    background-color: #F3EFE8;
    border-color: #F3EFE8; }
    .btn-check:checked + .btn-outline-custom-bright_gray:focus,
    .btn-check:active + .btn-outline-custom-bright_gray:focus, .btn-outline-custom-bright_gray:active:focus, .btn-outline-custom-bright_gray.active:focus, .btn-outline-custom-bright_gray.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(243, 239, 232, 0.5); }
  .btn-outline-custom-bright_gray:disabled, .btn-outline-custom-bright_gray.disabled {
    color: #F3EFE8;
    background-color: transparent; }

.btn-outline-grey2 {
  color: #F6F7FA;
  border-color: #F6F7FA; }
  .btn-outline-grey2:hover {
    color: #000;
    background-color: #F6F7FA;
    border-color: #F6F7FA; }
  .btn-check:focus + .btn-outline-grey2, .btn-outline-grey2:focus {
    box-shadow: 0 0 0 0.25rem rgba(246, 247, 250, 0.5); }
  .btn-check:checked + .btn-outline-grey2,
  .btn-check:active + .btn-outline-grey2, .btn-outline-grey2:active, .btn-outline-grey2.active, .btn-outline-grey2.dropdown-toggle.show {
    color: #000;
    background-color: #F6F7FA;
    border-color: #F6F7FA; }
    .btn-check:checked + .btn-outline-grey2:focus,
    .btn-check:active + .btn-outline-grey2:focus, .btn-outline-grey2:active:focus, .btn-outline-grey2.active:focus, .btn-outline-grey2.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(246, 247, 250, 0.5); }
  .btn-outline-grey2:disabled, .btn-outline-grey2.disabled {
    color: #F6F7FA;
    background-color: transparent; }

.btn-outline-frost {
  color: #E4EEFF;
  border-color: #E4EEFF; }
  .btn-outline-frost:hover {
    color: #000;
    background-color: #E4EEFF;
    border-color: #E4EEFF; }
  .btn-check:focus + .btn-outline-frost, .btn-outline-frost:focus {
    box-shadow: 0 0 0 0.25rem rgba(228, 238, 255, 0.5); }
  .btn-check:checked + .btn-outline-frost,
  .btn-check:active + .btn-outline-frost, .btn-outline-frost:active, .btn-outline-frost.active, .btn-outline-frost.dropdown-toggle.show {
    color: #000;
    background-color: #E4EEFF;
    border-color: #E4EEFF; }
    .btn-check:checked + .btn-outline-frost:focus,
    .btn-check:active + .btn-outline-frost:focus, .btn-outline-frost:active:focus, .btn-outline-frost.active:focus, .btn-outline-frost.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(228, 238, 255, 0.5); }
  .btn-outline-frost:disabled, .btn-outline-frost.disabled {
    color: #E4EEFF;
    background-color: transparent; }

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

.btn-outline-custom-spanish_gray_light {
  color: #939393;
  border-color: #939393; }
  .btn-outline-custom-spanish_gray_light:hover {
    color: #000;
    background-color: #939393;
    border-color: #939393; }
  .btn-check:focus + .btn-outline-custom-spanish_gray_light, .btn-outline-custom-spanish_gray_light:focus {
    box-shadow: 0 0 0 0.25rem rgba(147, 147, 147, 0.5); }
  .btn-check:checked + .btn-outline-custom-spanish_gray_light,
  .btn-check:active + .btn-outline-custom-spanish_gray_light, .btn-outline-custom-spanish_gray_light:active, .btn-outline-custom-spanish_gray_light.active, .btn-outline-custom-spanish_gray_light.dropdown-toggle.show {
    color: #000;
    background-color: #939393;
    border-color: #939393; }
    .btn-check:checked + .btn-outline-custom-spanish_gray_light:focus,
    .btn-check:active + .btn-outline-custom-spanish_gray_light:focus, .btn-outline-custom-spanish_gray_light:active:focus, .btn-outline-custom-spanish_gray_light.active:focus, .btn-outline-custom-spanish_gray_light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(147, 147, 147, 0.5); }
  .btn-outline-custom-spanish_gray_light:disabled, .btn-outline-custom-spanish_gray_light.disabled {
    color: #939393;
    background-color: transparent; }

.btn-outline-custom-spanish_gray_lighter {
  color: #9A9A9A;
  border-color: #9A9A9A; }
  .btn-outline-custom-spanish_gray_lighter:hover {
    color: #000;
    background-color: #9A9A9A;
    border-color: #9A9A9A; }
  .btn-check:focus + .btn-outline-custom-spanish_gray_lighter, .btn-outline-custom-spanish_gray_lighter:focus {
    box-shadow: 0 0 0 0.25rem rgba(154, 154, 154, 0.5); }
  .btn-check:checked + .btn-outline-custom-spanish_gray_lighter,
  .btn-check:active + .btn-outline-custom-spanish_gray_lighter, .btn-outline-custom-spanish_gray_lighter:active, .btn-outline-custom-spanish_gray_lighter.active, .btn-outline-custom-spanish_gray_lighter.dropdown-toggle.show {
    color: #000;
    background-color: #9A9A9A;
    border-color: #9A9A9A; }
    .btn-check:checked + .btn-outline-custom-spanish_gray_lighter:focus,
    .btn-check:active + .btn-outline-custom-spanish_gray_lighter:focus, .btn-outline-custom-spanish_gray_lighter:active:focus, .btn-outline-custom-spanish_gray_lighter.active:focus, .btn-outline-custom-spanish_gray_lighter.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(154, 154, 154, 0.5); }
  .btn-outline-custom-spanish_gray_lighter:disabled, .btn-outline-custom-spanish_gray_lighter.disabled {
    color: #9A9A9A;
    background-color: transparent; }

.btn-outline-custom-light_gray {
  color: #CED4DA;
  border-color: #CED4DA; }
  .btn-outline-custom-light_gray:hover {
    color: #000;
    background-color: #CED4DA;
    border-color: #CED4DA; }
  .btn-check:focus + .btn-outline-custom-light_gray, .btn-outline-custom-light_gray:focus {
    box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.5); }
  .btn-check:checked + .btn-outline-custom-light_gray,
  .btn-check:active + .btn-outline-custom-light_gray, .btn-outline-custom-light_gray:active, .btn-outline-custom-light_gray.active, .btn-outline-custom-light_gray.dropdown-toggle.show {
    color: #000;
    background-color: #CED4DA;
    border-color: #CED4DA; }
    .btn-check:checked + .btn-outline-custom-light_gray:focus,
    .btn-check:active + .btn-outline-custom-light_gray:focus, .btn-outline-custom-light_gray:active:focus, .btn-outline-custom-light_gray.active:focus, .btn-outline-custom-light_gray.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.5); }
  .btn-outline-custom-light_gray:disabled, .btn-outline-custom-light_gray.disabled {
    color: #CED4DA;
    background-color: transparent; }

.btn-outline-custom-onyx_normal {
  color: #343A40;
  border-color: #343A40; }
  .btn-outline-custom-onyx_normal:hover {
    color: #fff;
    background-color: #343A40;
    border-color: #343A40; }
  .btn-check:focus + .btn-outline-custom-onyx_normal, .btn-outline-custom-onyx_normal:focus {
    box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5); }
  .btn-check:checked + .btn-outline-custom-onyx_normal,
  .btn-check:active + .btn-outline-custom-onyx_normal, .btn-outline-custom-onyx_normal:active, .btn-outline-custom-onyx_normal.active, .btn-outline-custom-onyx_normal.dropdown-toggle.show {
    color: #fff;
    background-color: #343A40;
    border-color: #343A40; }
    .btn-check:checked + .btn-outline-custom-onyx_normal:focus,
    .btn-check:active + .btn-outline-custom-onyx_normal:focus, .btn-outline-custom-onyx_normal:active:focus, .btn-outline-custom-onyx_normal.active:focus, .btn-outline-custom-onyx_normal.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5); }
  .btn-outline-custom-onyx_normal:disabled, .btn-outline-custom-onyx_normal.disabled {
    color: #343A40;
    background-color: transparent; }

.btn-outline-custom-onyx_medium {
  color: #373737;
  border-color: #373737; }
  .btn-outline-custom-onyx_medium:hover {
    color: #fff;
    background-color: #373737;
    border-color: #373737; }
  .btn-check:focus + .btn-outline-custom-onyx_medium, .btn-outline-custom-onyx_medium:focus {
    box-shadow: 0 0 0 0.25rem rgba(55, 55, 55, 0.5); }
  .btn-check:checked + .btn-outline-custom-onyx_medium,
  .btn-check:active + .btn-outline-custom-onyx_medium, .btn-outline-custom-onyx_medium:active, .btn-outline-custom-onyx_medium.active, .btn-outline-custom-onyx_medium.dropdown-toggle.show {
    color: #fff;
    background-color: #373737;
    border-color: #373737; }
    .btn-check:checked + .btn-outline-custom-onyx_medium:focus,
    .btn-check:active + .btn-outline-custom-onyx_medium:focus, .btn-outline-custom-onyx_medium:active:focus, .btn-outline-custom-onyx_medium.active:focus, .btn-outline-custom-onyx_medium.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(55, 55, 55, 0.5); }
  .btn-outline-custom-onyx_medium:disabled, .btn-outline-custom-onyx_medium.disabled {
    color: #373737;
    background-color: transparent; }

.btn-outline-custom {
  color: #474747;
  border-color: #474747; }
  .btn-outline-custom:hover {
    color: #fff;
    background-color: #474747;
    border-color: #474747; }
  .btn-check:focus + .btn-outline-custom, .btn-outline-custom:focus {
    box-shadow: 0 0 0 0.25rem rgba(71, 71, 71, 0.5); }
  .btn-check:checked + .btn-outline-custom,
  .btn-check:active + .btn-outline-custom, .btn-outline-custom:active, .btn-outline-custom.active, .btn-outline-custom.dropdown-toggle.show {
    color: #fff;
    background-color: #474747;
    border-color: #474747; }
    .btn-check:checked + .btn-outline-custom:focus,
    .btn-check:active + .btn-outline-custom:focus, .btn-outline-custom:active:focus, .btn-outline-custom.active:focus, .btn-outline-custom.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(71, 71, 71, 0.5); }
  .btn-outline-custom:disabled, .btn-outline-custom.disabled {
    color: #474747;
    background-color: transparent; }

.btn-outline-custom-ghost_white {
  color: #FFFCF9;
  border-color: #FFFCF9; }
  .btn-outline-custom-ghost_white:hover {
    color: #000;
    background-color: #FFFCF9;
    border-color: #FFFCF9; }
  .btn-check:focus + .btn-outline-custom-ghost_white, .btn-outline-custom-ghost_white:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 252, 249, 0.5); }
  .btn-check:checked + .btn-outline-custom-ghost_white,
  .btn-check:active + .btn-outline-custom-ghost_white, .btn-outline-custom-ghost_white:active, .btn-outline-custom-ghost_white.active, .btn-outline-custom-ghost_white.dropdown-toggle.show {
    color: #000;
    background-color: #FFFCF9;
    border-color: #FFFCF9; }
    .btn-check:checked + .btn-outline-custom-ghost_white:focus,
    .btn-check:active + .btn-outline-custom-ghost_white:focus, .btn-outline-custom-ghost_white:active:focus, .btn-outline-custom-ghost_white.active:focus, .btn-outline-custom-ghost_white.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 252, 249, 0.5); }
  .btn-outline-custom-ghost_white:disabled, .btn-outline-custom-ghost_white.disabled {
    color: #FFFCF9;
    background-color: transparent; }

.btn-outline-custom-anti_flash_white {
  color: #FAF8F0;
  border-color: #FAF8F0; }
  .btn-outline-custom-anti_flash_white:hover {
    color: #000;
    background-color: #FAF8F0;
    border-color: #FAF8F0; }
  .btn-check:focus + .btn-outline-custom-anti_flash_white, .btn-outline-custom-anti_flash_white:focus {
    box-shadow: 0 0 0 0.25rem rgba(250, 248, 240, 0.5); }
  .btn-check:checked + .btn-outline-custom-anti_flash_white,
  .btn-check:active + .btn-outline-custom-anti_flash_white, .btn-outline-custom-anti_flash_white:active, .btn-outline-custom-anti_flash_white.active, .btn-outline-custom-anti_flash_white.dropdown-toggle.show {
    color: #000;
    background-color: #FAF8F0;
    border-color: #FAF8F0; }
    .btn-check:checked + .btn-outline-custom-anti_flash_white:focus,
    .btn-check:active + .btn-outline-custom-anti_flash_white:focus, .btn-outline-custom-anti_flash_white:active:focus, .btn-outline-custom-anti_flash_white.active:focus, .btn-outline-custom-anti_flash_white.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(250, 248, 240, 0.5); }
  .btn-outline-custom-anti_flash_white:disabled, .btn-outline-custom-anti_flash_white.disabled {
    color: #FAF8F0;
    background-color: transparent; }

.btn-outline-custom-platinum {
  color: #E4E4E4;
  border-color: #E4E4E4; }
  .btn-outline-custom-platinum:hover {
    color: #000;
    background-color: #E4E4E4;
    border-color: #E4E4E4; }
  .btn-check:focus + .btn-outline-custom-platinum, .btn-outline-custom-platinum:focus {
    box-shadow: 0 0 0 0.25rem rgba(228, 228, 228, 0.5); }
  .btn-check:checked + .btn-outline-custom-platinum,
  .btn-check:active + .btn-outline-custom-platinum, .btn-outline-custom-platinum:active, .btn-outline-custom-platinum.active, .btn-outline-custom-platinum.dropdown-toggle.show {
    color: #000;
    background-color: #E4E4E4;
    border-color: #E4E4E4; }
    .btn-check:checked + .btn-outline-custom-platinum:focus,
    .btn-check:active + .btn-outline-custom-platinum:focus, .btn-outline-custom-platinum:active:focus, .btn-outline-custom-platinum.active:focus, .btn-outline-custom-platinum.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(228, 228, 228, 0.5); }
  .btn-outline-custom-platinum:disabled, .btn-outline-custom-platinum.disabled {
    color: #E4E4E4;
    background-color: transparent; }

.btn-outline-custom-blue_ryb {
  color: #0041EC;
  border-color: #0041EC; }
  .btn-outline-custom-blue_ryb:hover {
    color: #fff;
    background-color: #0041EC;
    border-color: #0041EC; }
  .btn-check:focus + .btn-outline-custom-blue_ryb, .btn-outline-custom-blue_ryb:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 65, 236, 0.5); }
  .btn-check:checked + .btn-outline-custom-blue_ryb,
  .btn-check:active + .btn-outline-custom-blue_ryb, .btn-outline-custom-blue_ryb:active, .btn-outline-custom-blue_ryb.active, .btn-outline-custom-blue_ryb.dropdown-toggle.show {
    color: #fff;
    background-color: #0041EC;
    border-color: #0041EC; }
    .btn-check:checked + .btn-outline-custom-blue_ryb:focus,
    .btn-check:active + .btn-outline-custom-blue_ryb:focus, .btn-outline-custom-blue_ryb:active:focus, .btn-outline-custom-blue_ryb.active:focus, .btn-outline-custom-blue_ryb.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 65, 236, 0.5); }
  .btn-outline-custom-blue_ryb:disabled, .btn-outline-custom-blue_ryb.disabled {
    color: #0041EC;
    background-color: transparent; }

.btn-outline-custom-dark_imperial_blue {
  color: #10106A;
  border-color: #10106A; }
  .btn-outline-custom-dark_imperial_blue:hover {
    color: #fff;
    background-color: #10106A;
    border-color: #10106A; }
  .btn-check:focus + .btn-outline-custom-dark_imperial_blue, .btn-outline-custom-dark_imperial_blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(16, 16, 106, 0.5); }
  .btn-check:checked + .btn-outline-custom-dark_imperial_blue,
  .btn-check:active + .btn-outline-custom-dark_imperial_blue, .btn-outline-custom-dark_imperial_blue:active, .btn-outline-custom-dark_imperial_blue.active, .btn-outline-custom-dark_imperial_blue.dropdown-toggle.show {
    color: #fff;
    background-color: #10106A;
    border-color: #10106A; }
    .btn-check:checked + .btn-outline-custom-dark_imperial_blue:focus,
    .btn-check:active + .btn-outline-custom-dark_imperial_blue:focus, .btn-outline-custom-dark_imperial_blue:active:focus, .btn-outline-custom-dark_imperial_blue.active:focus, .btn-outline-custom-dark_imperial_blue.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(16, 16, 106, 0.5); }
  .btn-outline-custom-dark_imperial_blue:disabled, .btn-outline-custom-dark_imperial_blue.disabled {
    color: #10106A;
    background-color: transparent; }

.btn-outline-custom-air_force_blue {
  color: #062E8A;
  border-color: #062E8A; }
  .btn-outline-custom-air_force_blue:hover {
    color: #fff;
    background-color: #062E8A;
    border-color: #062E8A; }
  .btn-check:focus + .btn-outline-custom-air_force_blue, .btn-outline-custom-air_force_blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(6, 46, 138, 0.5); }
  .btn-check:checked + .btn-outline-custom-air_force_blue,
  .btn-check:active + .btn-outline-custom-air_force_blue, .btn-outline-custom-air_force_blue:active, .btn-outline-custom-air_force_blue.active, .btn-outline-custom-air_force_blue.dropdown-toggle.show {
    color: #fff;
    background-color: #062E8A;
    border-color: #062E8A; }
    .btn-check:checked + .btn-outline-custom-air_force_blue:focus,
    .btn-check:active + .btn-outline-custom-air_force_blue:focus, .btn-outline-custom-air_force_blue:active:focus, .btn-outline-custom-air_force_blue.active:focus, .btn-outline-custom-air_force_blue.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(6, 46, 138, 0.5); }
  .btn-outline-custom-air_force_blue:disabled, .btn-outline-custom-air_force_blue.disabled {
    color: #062E8A;
    background-color: transparent; }

.btn-outline-custom-azure {
  color: #007BFF;
  border-color: #007BFF; }
  .btn-outline-custom-azure:hover {
    color: #000;
    background-color: #007BFF;
    border-color: #007BFF; }
  .btn-check:focus + .btn-outline-custom-azure, .btn-outline-custom-azure:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5); }
  .btn-check:checked + .btn-outline-custom-azure,
  .btn-check:active + .btn-outline-custom-azure, .btn-outline-custom-azure:active, .btn-outline-custom-azure.active, .btn-outline-custom-azure.dropdown-toggle.show {
    color: #000;
    background-color: #007BFF;
    border-color: #007BFF; }
    .btn-check:checked + .btn-outline-custom-azure:focus,
    .btn-check:active + .btn-outline-custom-azure:focus, .btn-outline-custom-azure:active:focus, .btn-outline-custom-azure.active:focus, .btn-outline-custom-azure.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5); }
  .btn-outline-custom-azure:disabled, .btn-outline-custom-azure.disabled {
    color: #007BFF;
    background-color: transparent; }

.btn-outline-custom-blueberry_medium {
  color: #4B79F2;
  border-color: #4B79F2; }
  .btn-outline-custom-blueberry_medium:hover {
    color: #000;
    background-color: #4B79F2;
    border-color: #4B79F2; }
  .btn-check:focus + .btn-outline-custom-blueberry_medium, .btn-outline-custom-blueberry_medium:focus {
    box-shadow: 0 0 0 0.25rem rgba(75, 121, 242, 0.5); }
  .btn-check:checked + .btn-outline-custom-blueberry_medium,
  .btn-check:active + .btn-outline-custom-blueberry_medium, .btn-outline-custom-blueberry_medium:active, .btn-outline-custom-blueberry_medium.active, .btn-outline-custom-blueberry_medium.dropdown-toggle.show {
    color: #000;
    background-color: #4B79F2;
    border-color: #4B79F2; }
    .btn-check:checked + .btn-outline-custom-blueberry_medium:focus,
    .btn-check:active + .btn-outline-custom-blueberry_medium:focus, .btn-outline-custom-blueberry_medium:active:focus, .btn-outline-custom-blueberry_medium.active:focus, .btn-outline-custom-blueberry_medium.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(75, 121, 242, 0.5); }
  .btn-outline-custom-blueberry_medium:disabled, .btn-outline-custom-blueberry_medium.disabled {
    color: #4B79F2;
    background-color: transparent; }

.btn-outline-custom-blueberry_normal {
  color: #4790FF;
  border-color: #4790FF; }
  .btn-outline-custom-blueberry_normal:hover {
    color: #000;
    background-color: #4790FF;
    border-color: #4790FF; }
  .btn-check:focus + .btn-outline-custom-blueberry_normal, .btn-outline-custom-blueberry_normal:focus {
    box-shadow: 0 0 0 0.25rem rgba(71, 144, 255, 0.5); }
  .btn-check:checked + .btn-outline-custom-blueberry_normal,
  .btn-check:active + .btn-outline-custom-blueberry_normal, .btn-outline-custom-blueberry_normal:active, .btn-outline-custom-blueberry_normal.active, .btn-outline-custom-blueberry_normal.dropdown-toggle.show {
    color: #000;
    background-color: #4790FF;
    border-color: #4790FF; }
    .btn-check:checked + .btn-outline-custom-blueberry_normal:focus,
    .btn-check:active + .btn-outline-custom-blueberry_normal:focus, .btn-outline-custom-blueberry_normal:active:focus, .btn-outline-custom-blueberry_normal.active:focus, .btn-outline-custom-blueberry_normal.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(71, 144, 255, 0.5); }
  .btn-outline-custom-blueberry_normal:disabled, .btn-outline-custom-blueberry_normal.disabled {
    color: #4790FF;
    background-color: transparent; }

.btn-outline-bluelight {
  color: #00E0FF;
  border-color: #00E0FF; }
  .btn-outline-bluelight:hover {
    color: #000;
    background-color: #00E0FF;
    border-color: #00E0FF; }
  .btn-check:focus + .btn-outline-bluelight, .btn-outline-bluelight:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 224, 255, 0.5); }
  .btn-check:checked + .btn-outline-bluelight,
  .btn-check:active + .btn-outline-bluelight, .btn-outline-bluelight:active, .btn-outline-bluelight.active, .btn-outline-bluelight.dropdown-toggle.show {
    color: #000;
    background-color: #00E0FF;
    border-color: #00E0FF; }
    .btn-check:checked + .btn-outline-bluelight:focus,
    .btn-check:active + .btn-outline-bluelight:focus, .btn-outline-bluelight:active:focus, .btn-outline-bluelight.active:focus, .btn-outline-bluelight.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 224, 255, 0.5); }
  .btn-outline-bluelight:disabled, .btn-outline-bluelight.disabled {
    color: #00E0FF;
    background-color: transparent; }

.btn-outline-custom-lavender_blue_lighter {
  color: #CDC3FF;
  border-color: #CDC3FF; }
  .btn-outline-custom-lavender_blue_lighter:hover {
    color: #000;
    background-color: #CDC3FF;
    border-color: #CDC3FF; }
  .btn-check:focus + .btn-outline-custom-lavender_blue_lighter, .btn-outline-custom-lavender_blue_lighter:focus {
    box-shadow: 0 0 0 0.25rem rgba(205, 195, 255, 0.5); }
  .btn-check:checked + .btn-outline-custom-lavender_blue_lighter,
  .btn-check:active + .btn-outline-custom-lavender_blue_lighter, .btn-outline-custom-lavender_blue_lighter:active, .btn-outline-custom-lavender_blue_lighter.active, .btn-outline-custom-lavender_blue_lighter.dropdown-toggle.show {
    color: #000;
    background-color: #CDC3FF;
    border-color: #CDC3FF; }
    .btn-check:checked + .btn-outline-custom-lavender_blue_lighter:focus,
    .btn-check:active + .btn-outline-custom-lavender_blue_lighter:focus, .btn-outline-custom-lavender_blue_lighter:active:focus, .btn-outline-custom-lavender_blue_lighter.active:focus, .btn-outline-custom-lavender_blue_lighter.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(205, 195, 255, 0.5); }
  .btn-outline-custom-lavender_blue_lighter:disabled, .btn-outline-custom-lavender_blue_lighter.disabled {
    color: #CDC3FF;
    background-color: transparent; }

.btn-outline-custom-jordy_blue {
  color: #92B0FF;
  border-color: #92B0FF; }
  .btn-outline-custom-jordy_blue:hover {
    color: #000;
    background-color: #92B0FF;
    border-color: #92B0FF; }
  .btn-check:focus + .btn-outline-custom-jordy_blue, .btn-outline-custom-jordy_blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(146, 176, 255, 0.5); }
  .btn-check:checked + .btn-outline-custom-jordy_blue,
  .btn-check:active + .btn-outline-custom-jordy_blue, .btn-outline-custom-jordy_blue:active, .btn-outline-custom-jordy_blue.active, .btn-outline-custom-jordy_blue.dropdown-toggle.show {
    color: #000;
    background-color: #92B0FF;
    border-color: #92B0FF; }
    .btn-check:checked + .btn-outline-custom-jordy_blue:focus,
    .btn-check:active + .btn-outline-custom-jordy_blue:focus, .btn-outline-custom-jordy_blue:active:focus, .btn-outline-custom-jordy_blue.active:focus, .btn-outline-custom-jordy_blue.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(146, 176, 255, 0.5); }
  .btn-outline-custom-jordy_blue:disabled, .btn-outline-custom-jordy_blue.disabled {
    color: #92B0FF;
    background-color: transparent; }

.btn-outline-custom-fluorescent_blue {
  color: #1DFFE9;
  border-color: #1DFFE9; }
  .btn-outline-custom-fluorescent_blue:hover {
    color: #000;
    background-color: #1DFFE9;
    border-color: #1DFFE9; }
  .btn-check:focus + .btn-outline-custom-fluorescent_blue, .btn-outline-custom-fluorescent_blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(29, 255, 233, 0.5); }
  .btn-check:checked + .btn-outline-custom-fluorescent_blue,
  .btn-check:active + .btn-outline-custom-fluorescent_blue, .btn-outline-custom-fluorescent_blue:active, .btn-outline-custom-fluorescent_blue.active, .btn-outline-custom-fluorescent_blue.dropdown-toggle.show {
    color: #000;
    background-color: #1DFFE9;
    border-color: #1DFFE9; }
    .btn-check:checked + .btn-outline-custom-fluorescent_blue:focus,
    .btn-check:active + .btn-outline-custom-fluorescent_blue:focus, .btn-outline-custom-fluorescent_blue:active:focus, .btn-outline-custom-fluorescent_blue.active:focus, .btn-outline-custom-fluorescent_blue.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(29, 255, 233, 0.5); }
  .btn-outline-custom-fluorescent_blue:disabled, .btn-outline-custom-fluorescent_blue.disabled {
    color: #1DFFE9;
    background-color: transparent; }

.btn-outline-steel {
  color: #607E8E;
  border-color: #607E8E; }
  .btn-outline-steel:hover {
    color: #000;
    background-color: #607E8E;
    border-color: #607E8E; }
  .btn-check:focus + .btn-outline-steel, .btn-outline-steel:focus {
    box-shadow: 0 0 0 0.25rem rgba(96, 126, 142, 0.5); }
  .btn-check:checked + .btn-outline-steel,
  .btn-check:active + .btn-outline-steel, .btn-outline-steel:active, .btn-outline-steel.active, .btn-outline-steel.dropdown-toggle.show {
    color: #000;
    background-color: #607E8E;
    border-color: #607E8E; }
    .btn-check:checked + .btn-outline-steel:focus,
    .btn-check:active + .btn-outline-steel:focus, .btn-outline-steel:active:focus, .btn-outline-steel.active:focus, .btn-outline-steel.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(96, 126, 142, 0.5); }
  .btn-outline-steel:disabled, .btn-outline-steel.disabled {
    color: #607E8E;
    background-color: transparent; }

.btn-outline-ocean {
  color: #4CB5AB;
  border-color: #4CB5AB; }
  .btn-outline-ocean:hover {
    color: #000;
    background-color: #4CB5AB;
    border-color: #4CB5AB; }
  .btn-check:focus + .btn-outline-ocean, .btn-outline-ocean:focus {
    box-shadow: 0 0 0 0.25rem rgba(76, 181, 171, 0.5); }
  .btn-check:checked + .btn-outline-ocean,
  .btn-check:active + .btn-outline-ocean, .btn-outline-ocean:active, .btn-outline-ocean.active, .btn-outline-ocean.dropdown-toggle.show {
    color: #000;
    background-color: #4CB5AB;
    border-color: #4CB5AB; }
    .btn-check:checked + .btn-outline-ocean:focus,
    .btn-check:active + .btn-outline-ocean:focus, .btn-outline-ocean:active:focus, .btn-outline-ocean.active:focus, .btn-outline-ocean.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(76, 181, 171, 0.5); }
  .btn-outline-ocean:disabled, .btn-outline-ocean.disabled {
    color: #4CB5AB;
    background-color: transparent; }

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

.btn-outline-darkred {
  color: #D0031C;
  border-color: #D0031C; }
  .btn-outline-darkred:hover {
    color: #fff;
    background-color: #D0031C;
    border-color: #D0031C; }
  .btn-check:focus + .btn-outline-darkred, .btn-outline-darkred:focus {
    box-shadow: 0 0 0 0.25rem rgba(208, 3, 28, 0.5); }
  .btn-check:checked + .btn-outline-darkred,
  .btn-check:active + .btn-outline-darkred, .btn-outline-darkred:active, .btn-outline-darkred.active, .btn-outline-darkred.dropdown-toggle.show {
    color: #fff;
    background-color: #D0031C;
    border-color: #D0031C; }
    .btn-check:checked + .btn-outline-darkred:focus,
    .btn-check:active + .btn-outline-darkred:focus, .btn-outline-darkred:active:focus, .btn-outline-darkred.active:focus, .btn-outline-darkred.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(208, 3, 28, 0.5); }
  .btn-outline-darkred:disabled, .btn-outline-darkred.disabled {
    color: #D0031C;
    background-color: transparent; }

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

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

.btn-outline-custom-mauvelous {
  color: #EB9FA0;
  border-color: #EB9FA0; }
  .btn-outline-custom-mauvelous:hover {
    color: #000;
    background-color: #EB9FA0;
    border-color: #EB9FA0; }
  .btn-check:focus + .btn-outline-custom-mauvelous, .btn-outline-custom-mauvelous:focus {
    box-shadow: 0 0 0 0.25rem rgba(235, 159, 160, 0.5); }
  .btn-check:checked + .btn-outline-custom-mauvelous,
  .btn-check:active + .btn-outline-custom-mauvelous, .btn-outline-custom-mauvelous:active, .btn-outline-custom-mauvelous.active, .btn-outline-custom-mauvelous.dropdown-toggle.show {
    color: #000;
    background-color: #EB9FA0;
    border-color: #EB9FA0; }
    .btn-check:checked + .btn-outline-custom-mauvelous:focus,
    .btn-check:active + .btn-outline-custom-mauvelous:focus, .btn-outline-custom-mauvelous:active:focus, .btn-outline-custom-mauvelous.active:focus, .btn-outline-custom-mauvelous.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(235, 159, 160, 0.5); }
  .btn-outline-custom-mauvelous:disabled, .btn-outline-custom-mauvelous.disabled {
    color: #EB9FA0;
    background-color: transparent; }

.btn-outline-green {
  color: #02FF76;
  border-color: #02FF76; }
  .btn-outline-green:hover {
    color: #000;
    background-color: #02FF76;
    border-color: #02FF76; }
  .btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
    box-shadow: 0 0 0 0.25rem rgba(2, 255, 118, 0.5); }
  .btn-check:checked + .btn-outline-green,
  .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
    color: #000;
    background-color: #02FF76;
    border-color: #02FF76; }
    .btn-check:checked + .btn-outline-green:focus,
    .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(2, 255, 118, 0.5); }
  .btn-outline-green:disabled, .btn-outline-green.disabled {
    color: #02FF76;
    background-color: transparent; }

.btn-outline-darkgreen {
  color: #2E9809;
  border-color: #2E9809; }
  .btn-outline-darkgreen:hover {
    color: #000;
    background-color: #2E9809;
    border-color: #2E9809; }
  .btn-check:focus + .btn-outline-darkgreen, .btn-outline-darkgreen:focus {
    box-shadow: 0 0 0 0.25rem rgba(46, 152, 9, 0.5); }
  .btn-check:checked + .btn-outline-darkgreen,
  .btn-check:active + .btn-outline-darkgreen, .btn-outline-darkgreen:active, .btn-outline-darkgreen.active, .btn-outline-darkgreen.dropdown-toggle.show {
    color: #000;
    background-color: #2E9809;
    border-color: #2E9809; }
    .btn-check:checked + .btn-outline-darkgreen:focus,
    .btn-check:active + .btn-outline-darkgreen:focus, .btn-outline-darkgreen:active:focus, .btn-outline-darkgreen.active:focus, .btn-outline-darkgreen.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(46, 152, 9, 0.5); }
  .btn-outline-darkgreen:disabled, .btn-outline-darkgreen.disabled {
    color: #2E9809;
    background-color: transparent; }

.btn-outline-custom-teal_deer {
  color: #91F1A7;
  border-color: #91F1A7; }
  .btn-outline-custom-teal_deer:hover {
    color: #000;
    background-color: #91F1A7;
    border-color: #91F1A7; }
  .btn-check:focus + .btn-outline-custom-teal_deer, .btn-outline-custom-teal_deer:focus {
    box-shadow: 0 0 0 0.25rem rgba(145, 241, 167, 0.5); }
  .btn-check:checked + .btn-outline-custom-teal_deer,
  .btn-check:active + .btn-outline-custom-teal_deer, .btn-outline-custom-teal_deer:active, .btn-outline-custom-teal_deer.active, .btn-outline-custom-teal_deer.dropdown-toggle.show {
    color: #000;
    background-color: #91F1A7;
    border-color: #91F1A7; }
    .btn-check:checked + .btn-outline-custom-teal_deer:focus,
    .btn-check:active + .btn-outline-custom-teal_deer:focus, .btn-outline-custom-teal_deer:active:focus, .btn-outline-custom-teal_deer.active:focus, .btn-outline-custom-teal_deer.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(145, 241, 167, 0.5); }
  .btn-outline-custom-teal_deer:disabled, .btn-outline-custom-teal_deer.disabled {
    color: #91F1A7;
    background-color: transparent; }

.btn-outline-yellow {
  color: #F2B600;
  border-color: #F2B600; }
  .btn-outline-yellow:hover {
    color: #000;
    background-color: #F2B600;
    border-color: #F2B600; }
  .btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
    box-shadow: 0 0 0 0.25rem rgba(242, 182, 0, 0.5); }
  .btn-check:checked + .btn-outline-yellow,
  .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
    color: #000;
    background-color: #F2B600;
    border-color: #F2B600; }
    .btn-check:checked + .btn-outline-yellow:focus,
    .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(242, 182, 0, 0.5); }
  .btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
    color: #F2B600;
    background-color: transparent; }

.btn-outline-orange_custom {
  color: #F66962;
  border-color: #F66962; }
  .btn-outline-orange_custom:hover {
    color: #000;
    background-color: #F66962;
    border-color: #F66962; }
  .btn-check:focus + .btn-outline-orange_custom, .btn-outline-orange_custom:focus {
    box-shadow: 0 0 0 0.25rem rgba(246, 105, 98, 0.5); }
  .btn-check:checked + .btn-outline-orange_custom,
  .btn-check:active + .btn-outline-orange_custom, .btn-outline-orange_custom:active, .btn-outline-orange_custom.active, .btn-outline-orange_custom.dropdown-toggle.show {
    color: #000;
    background-color: #F66962;
    border-color: #F66962; }
    .btn-check:checked + .btn-outline-orange_custom:focus,
    .btn-check:active + .btn-outline-orange_custom:focus, .btn-outline-orange_custom:active:focus, .btn-outline-orange_custom.active:focus, .btn-outline-orange_custom.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(246, 105, 98, 0.5); }
  .btn-outline-orange_custom:disabled, .btn-outline-orange_custom.disabled {
    color: #F66962;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #007BFF;
  text-decoration: underline; }
  .btn-link:hover {
    color: #0062cc; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

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

.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; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  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 {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

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

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

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

.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007BFF; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #007BFF; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.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: -1px; }
  .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 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #007BFF;
  text-decoration: none;
  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: #0062cc; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007BFF; }

.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 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl, .navbar > .custom-container-sm, .navbar > .custom-container-md, .navbar > .custom-container-lg, .navbar > .custom-container-xl, .navbar > .custom-container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }
  @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 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  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: 0.5rem;
        padding-left: 0.5rem; }
    .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; } }

@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: 0.5rem;
        padding-left: 0.5rem; }
    .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; } }

@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: 0.5rem;
        padding-left: 0.5rem; }
    .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; } }

@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: 0.5rem;
        padding-left: 0.5rem; }
    .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; } }

@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: 0.5rem;
        padding-left: 0.5rem; }
    .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 {
  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: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

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

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

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

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

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

.card-link:hover {
  text-decoration: none; }

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

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

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

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

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

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

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

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

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

.card-group > .card {
  margin-bottom: 0.75rem; }

@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-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #006fe6;
    background-color: #e6f2ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006fe6'%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");
      transform: rotate(-180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); }

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.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-button {
    border-radius: 0; }

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

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

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #007BFF;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: #0062cc;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #0062cc;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007BFF;
  border-color: #007BFF; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004a99;
  background-color: #cce5ff;
  border-color: #b3d7ff; }
  .alert-primary .alert-link {
    color: #003b7a; }

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }
  .alert-secondary .alert-link {
    color: #34383c; }

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }
  .alert-success .alert-link {
    color: #0c4128; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

.alert-blackish {
  color: #191919;
  background-color: #d4d4d4;
  border-color: #bfbfbf; }
  .alert-blackish .alert-link {
    color: #141414; }

.alert-darkblack {
  color: black;
  background-color: #cccccc;
  border-color: #b3b3b3; }
  .alert-darkblack .alert-link {
    color: black; }

.alert-blue {
  color: #003d99;
  background-color: #cce0ff;
  border-color: #b3d1ff; }
  .alert-blue .alert-link {
    color: #00317a; }

.alert-silver {
  color: #4f4f4f;
  background-color: #e6e6e6;
  border-color: #dadada; }
  .alert-silver .alert-link {
    color: #3f3f3f; }

.alert-silver2 {
  color: dimgray;
  background-color: #efefef;
  border-color: #e7e7e7; }
  .alert-silver2 .alert-link {
    color: #545454; }

.alert-custom-philippine_silver {
  color: #6d6d6d;
  background-color: #f0f0f0;
  border-color: #e9e9e9; }
  .alert-custom-philippine_silver .alert-link {
    color: #575757; }

.alert-custom-chinese_silver_light {
  color: #505050;
  background-color: #f4f4f4;
  border-color: #eeeeee; }
  .alert-custom-chinese_silver_light .alert-link {
    color: #404040; }

.alert-custom-chinese_silver_lighter {
  color: #525252;
  background-color: whitesmoke;
  border-color: #f0f0f0; }
  .alert-custom-chinese_silver_lighter .alert-link {
    color: #424242; }

.alert-custom-bright_gray {
  color: #61605d;
  background-color: #fdfcfa;
  border-color: #fbfaf8; }
  .alert-custom-bright_gray .alert-link {
    color: #4e4d4a; }

.alert-grey2 {
  color: #626364;
  background-color: #fdfdfe;
  border-color: #fcfdfe; }
  .alert-grey2 .alert-link {
    color: #4e4f50; }

.alert-frost {
  color: #5b5f66;
  background-color: #fafcff;
  border-color: #f7faff; }
  .alert-frost .alert-link {
    color: #494c52; }

.alert-grey {
  color: #343434;
  background-color: #dddddd;
  border-color: #cdcdcd; }
  .alert-grey .alert-link {
    color: #2a2a2a; }

.alert-custom-spanish_gray_light {
  color: #585858;
  background-color: #e9e9e9;
  border-color: #dfdfdf; }
  .alert-custom-spanish_gray_light .alert-link {
    color: #464646; }

.alert-custom-spanish_gray_lighter {
  color: #5c5c5c;
  background-color: #ebebeb;
  border-color: #e1e1e1; }
  .alert-custom-spanish_gray_lighter .alert-link {
    color: #4a4a4a; }

.alert-custom-light_gray {
  color: #525557;
  background-color: #f5f6f8;
  border-color: #f0f2f4; }
  .alert-custom-light_gray .alert-link {
    color: #424446; }

.alert-custom-onyx_normal {
  color: #1f2326;
  background-color: #d6d8d9;
  border-color: #c2c4c6; }
  .alert-custom-onyx_normal .alert-link {
    color: #191c1e; }

.alert-custom-onyx_medium {
  color: #212121;
  background-color: #d7d7d7;
  border-color: #c3c3c3; }
  .alert-custom-onyx_medium .alert-link {
    color: #1a1a1a; }

.alert-custom {
  color: #2b2b2b;
  background-color: #dadada;
  border-color: #c8c8c8; }
  .alert-custom .alert-link {
    color: #222222; }

.alert-custom-ghost_white {
  color: #666564;
  background-color: #fffefe;
  border-color: #fffefd; }
  .alert-custom-ghost_white .alert-link {
    color: #525150; }

.alert-custom-anti_flash_white {
  color: #646360;
  background-color: #fefefc;
  border-color: #fefdfb; }
  .alert-custom-anti_flash_white .alert-link {
    color: #504f4d; }

.alert-custom-platinum {
  color: #5b5b5b;
  background-color: #fafafa;
  border-color: #f7f7f7; }
  .alert-custom-platinum .alert-link {
    color: #494949; }

.alert-custom-blue_ryb {
  color: #00278e;
  background-color: #ccd9fb;
  border-color: #b3c6f9; }
  .alert-custom-blue_ryb .alert-link {
    color: #001f72; }

.alert-custom-dark_imperial_blue {
  color: #0a0a40;
  background-color: #cfcfe1;
  border-color: #b7b7d2; }
  .alert-custom-dark_imperial_blue .alert-link {
    color: #080833; }

.alert-custom-air_force_blue {
  color: #041c53;
  background-color: #cdd5e8;
  border-color: #b4c0dc; }
  .alert-custom-air_force_blue .alert-link {
    color: #031642; }

.alert-custom-azure {
  color: #004a99;
  background-color: #cce5ff;
  border-color: #b3d7ff; }
  .alert-custom-azure .alert-link {
    color: #003b7a; }

.alert-custom-blueberry_medium {
  color: #2d4991;
  background-color: #dbe4fc;
  border-color: #c9d7fb; }
  .alert-custom-blueberry_medium .alert-link {
    color: #243a74; }

.alert-custom-blueberry_normal {
  color: #2b5699;
  background-color: #dae9ff;
  border-color: #c8deff; }
  .alert-custom-blueberry_normal .alert-link {
    color: #22457a; }

.alert-bluelight {
  color: #005a66;
  background-color: #ccf9ff;
  border-color: #b3f6ff; }
  .alert-bluelight .alert-link {
    color: #004852; }

.alert-custom-lavender_blue_lighter {
  color: #524e66;
  background-color: #f5f3ff;
  border-color: #f0edff; }
  .alert-custom-lavender_blue_lighter .alert-link {
    color: #423e52; }

.alert-custom-jordy_blue {
  color: #586a99;
  background-color: #e9efff;
  border-color: #dee7ff; }
  .alert-custom-jordy_blue .alert-link {
    color: #46557a; }

.alert-custom-fluorescent_blue {
  color: #0c665d;
  background-color: #d2fffb;
  border-color: #bbfff8; }
  .alert-custom-fluorescent_blue .alert-link {
    color: #0a524a; }

.alert-steel {
  color: #3a4c55;
  background-color: #dfe5e8;
  border-color: #cfd8dd; }
  .alert-steel .alert-link {
    color: #2e3d44; }

.alert-ocean {
  color: #2e6d67;
  background-color: #dbf0ee;
  border-color: #c9e9e6; }
  .alert-ocean .alert-link {
    color: #255752; }

.alert-custom-red {
  color: #990000;
  background-color: #ffcccc;
  border-color: #ffb3b3; }
  .alert-custom-red .alert-link {
    color: #7a0000; }

.alert-darkred {
  color: #7d0211;
  background-color: #f6cdd2;
  border-color: #f1b3bb; }
  .alert-darkred .alert-link {
    color: #64020e; }

.alert-pink {
  color: #990037;
  background-color: #ffccde;
  border-color: #ffb3ce; }
  .alert-pink .alert-link {
    color: #7a002c; }

.alert-peach {
  color: #665858;
  background-color: #fff8f8;
  border-color: #fff5f5; }
  .alert-peach .alert-link {
    color: #524646; }

.alert-custom-mauvelous {
  color: #8d5f60;
  background-color: #fbecec;
  border-color: #f9e2e3; }
  .alert-custom-mauvelous .alert-link {
    color: #714c4d; }

.alert-green {
  color: #01662f;
  background-color: #ccffe4;
  border-color: #b3ffd6; }
  .alert-green .alert-link {
    color: #015226; }

.alert-darkgreen {
  color: #1c5b05;
  background-color: #d5eace;
  border-color: #c0e0b5; }
  .alert-darkgreen .alert-link {
    color: #164904; }

.alert-custom-teal_deer {
  color: #3a6043;
  background-color: #e9fced;
  border-color: #defbe5; }
  .alert-custom-teal_deer .alert-link {
    color: #2e4d36; }

.alert-yellow {
  color: #614900;
  background-color: #fcf0cc;
  border-color: #fbe9b3; }
  .alert-yellow .alert-link {
    color: #4e3a00; }

.alert-orange_custom {
  color: #943f3b;
  background-color: #fde1e0;
  border-color: #fcd2d0; }
  .alert-orange_custom .alert-link {
    color: #76322f; }

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007BFF;
  transition: width 0.6s ease; }
  @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: 1rem 1rem; }

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

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .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: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007BFF;
    border-color: #007BFF; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      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: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      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: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      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: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      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: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      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: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004a99;
  background-color: #cce5ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004a99;
    background-color: #b8cee6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004a99;
    border-color: #004a99; }

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b; }

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132; }

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619; }

.list-group-item-blackish {
  color: #191919;
  background-color: #d4d4d4; }
  .list-group-item-blackish.list-group-item-action:hover, .list-group-item-blackish.list-group-item-action:focus {
    color: #191919;
    background-color: #bfbfbf; }
  .list-group-item-blackish.list-group-item-action.active {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }

.list-group-item-darkblack {
  color: black;
  background-color: #cccccc; }
  .list-group-item-darkblack.list-group-item-action:hover, .list-group-item-darkblack.list-group-item-action:focus {
    color: black;
    background-color: #b8b8b8; }
  .list-group-item-darkblack.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.list-group-item-blue {
  color: #003d99;
  background-color: #cce0ff; }
  .list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #003d99;
    background-color: #b8cae6; }
  .list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #003d99;
    border-color: #003d99; }

.list-group-item-silver {
  color: #4f4f4f;
  background-color: #e6e6e6; }
  .list-group-item-silver.list-group-item-action:hover, .list-group-item-silver.list-group-item-action:focus {
    color: #4f4f4f;
    background-color: #cfcfcf; }
  .list-group-item-silver.list-group-item-action.active {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #4f4f4f; }

.list-group-item-silver2 {
  color: dimgray;
  background-color: #efefef; }
  .list-group-item-silver2.list-group-item-action:hover, .list-group-item-silver2.list-group-item-action:focus {
    color: dimgray;
    background-color: #d7d7d7; }
  .list-group-item-silver2.list-group-item-action.active {
    color: #fff;
    background-color: dimgray;
    border-color: dimgray; }

.list-group-item-custom-philippine_silver {
  color: #6d6d6d;
  background-color: #f0f0f0; }
  .list-group-item-custom-philippine_silver.list-group-item-action:hover, .list-group-item-custom-philippine_silver.list-group-item-action:focus {
    color: #6d6d6d;
    background-color: #d8d8d8; }
  .list-group-item-custom-philippine_silver.list-group-item-action.active {
    color: #fff;
    background-color: #6d6d6d;
    border-color: #6d6d6d; }

.list-group-item-custom-chinese_silver_light {
  color: #505050;
  background-color: #f4f4f4; }
  .list-group-item-custom-chinese_silver_light.list-group-item-action:hover, .list-group-item-custom-chinese_silver_light.list-group-item-action:focus {
    color: #505050;
    background-color: gainsboro; }
  .list-group-item-custom-chinese_silver_light.list-group-item-action.active {
    color: #fff;
    background-color: #505050;
    border-color: #505050; }

.list-group-item-custom-chinese_silver_lighter {
  color: #525252;
  background-color: whitesmoke; }
  .list-group-item-custom-chinese_silver_lighter.list-group-item-action:hover, .list-group-item-custom-chinese_silver_lighter.list-group-item-action:focus {
    color: #525252;
    background-color: #dddddd; }
  .list-group-item-custom-chinese_silver_lighter.list-group-item-action.active {
    color: #fff;
    background-color: #525252;
    border-color: #525252; }

.list-group-item-custom-bright_gray {
  color: #61605d;
  background-color: #fdfcfa; }
  .list-group-item-custom-bright_gray.list-group-item-action:hover, .list-group-item-custom-bright_gray.list-group-item-action:focus {
    color: #61605d;
    background-color: #e4e3e1; }
  .list-group-item-custom-bright_gray.list-group-item-action.active {
    color: #fff;
    background-color: #61605d;
    border-color: #61605d; }

.list-group-item-grey2 {
  color: #626364;
  background-color: #fdfdfe; }
  .list-group-item-grey2.list-group-item-action:hover, .list-group-item-grey2.list-group-item-action:focus {
    color: #626364;
    background-color: #e4e4e5; }
  .list-group-item-grey2.list-group-item-action.active {
    color: #fff;
    background-color: #626364;
    border-color: #626364; }

.list-group-item-frost {
  color: #5b5f66;
  background-color: #fafcff; }
  .list-group-item-frost.list-group-item-action:hover, .list-group-item-frost.list-group-item-action:focus {
    color: #5b5f66;
    background-color: #e1e3e6; }
  .list-group-item-frost.list-group-item-action.active {
    color: #fff;
    background-color: #5b5f66;
    border-color: #5b5f66; }

.list-group-item-grey {
  color: #343434;
  background-color: #dddddd; }
  .list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
    color: #343434;
    background-color: #c7c7c7; }
  .list-group-item-grey.list-group-item-action.active {
    color: #fff;
    background-color: #343434;
    border-color: #343434; }

.list-group-item-custom-spanish_gray_light {
  color: #585858;
  background-color: #e9e9e9; }
  .list-group-item-custom-spanish_gray_light.list-group-item-action:hover, .list-group-item-custom-spanish_gray_light.list-group-item-action:focus {
    color: #585858;
    background-color: #d2d2d2; }
  .list-group-item-custom-spanish_gray_light.list-group-item-action.active {
    color: #fff;
    background-color: #585858;
    border-color: #585858; }

.list-group-item-custom-spanish_gray_lighter {
  color: #5c5c5c;
  background-color: #ebebeb; }
  .list-group-item-custom-spanish_gray_lighter.list-group-item-action:hover, .list-group-item-custom-spanish_gray_lighter.list-group-item-action:focus {
    color: #5c5c5c;
    background-color: #d4d4d4; }
  .list-group-item-custom-spanish_gray_lighter.list-group-item-action.active {
    color: #fff;
    background-color: #5c5c5c;
    border-color: #5c5c5c; }

.list-group-item-custom-light_gray {
  color: #525557;
  background-color: #f5f6f8; }
  .list-group-item-custom-light_gray.list-group-item-action:hover, .list-group-item-custom-light_gray.list-group-item-action:focus {
    color: #525557;
    background-color: #dddddf; }
  .list-group-item-custom-light_gray.list-group-item-action.active {
    color: #fff;
    background-color: #525557;
    border-color: #525557; }

.list-group-item-custom-onyx_normal {
  color: #1f2326;
  background-color: #d6d8d9; }
  .list-group-item-custom-onyx_normal.list-group-item-action:hover, .list-group-item-custom-onyx_normal.list-group-item-action:focus {
    color: #1f2326;
    background-color: #c1c2c3; }
  .list-group-item-custom-onyx_normal.list-group-item-action.active {
    color: #fff;
    background-color: #1f2326;
    border-color: #1f2326; }

.list-group-item-custom-onyx_medium {
  color: #212121;
  background-color: #d7d7d7; }
  .list-group-item-custom-onyx_medium.list-group-item-action:hover, .list-group-item-custom-onyx_medium.list-group-item-action:focus {
    color: #212121;
    background-color: #c2c2c2; }
  .list-group-item-custom-onyx_medium.list-group-item-action.active {
    color: #fff;
    background-color: #212121;
    border-color: #212121; }

.list-group-item-custom {
  color: #2b2b2b;
  background-color: #dadada; }
  .list-group-item-custom.list-group-item-action:hover, .list-group-item-custom.list-group-item-action:focus {
    color: #2b2b2b;
    background-color: #c4c4c4; }
  .list-group-item-custom.list-group-item-action.active {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #2b2b2b; }

.list-group-item-custom-ghost_white {
  color: #666564;
  background-color: #fffefe; }
  .list-group-item-custom-ghost_white.list-group-item-action:hover, .list-group-item-custom-ghost_white.list-group-item-action:focus {
    color: #666564;
    background-color: #e6e5e5; }
  .list-group-item-custom-ghost_white.list-group-item-action.active {
    color: #fff;
    background-color: #666564;
    border-color: #666564; }

.list-group-item-custom-anti_flash_white {
  color: #646360;
  background-color: #fefefc; }
  .list-group-item-custom-anti_flash_white.list-group-item-action:hover, .list-group-item-custom-anti_flash_white.list-group-item-action:focus {
    color: #646360;
    background-color: #e5e5e3; }
  .list-group-item-custom-anti_flash_white.list-group-item-action.active {
    color: #fff;
    background-color: #646360;
    border-color: #646360; }

.list-group-item-custom-platinum {
  color: #5b5b5b;
  background-color: #fafafa; }
  .list-group-item-custom-platinum.list-group-item-action:hover, .list-group-item-custom-platinum.list-group-item-action:focus {
    color: #5b5b5b;
    background-color: #e1e1e1; }
  .list-group-item-custom-platinum.list-group-item-action.active {
    color: #fff;
    background-color: #5b5b5b;
    border-color: #5b5b5b; }

.list-group-item-custom-blue_ryb {
  color: #00278e;
  background-color: #ccd9fb; }
  .list-group-item-custom-blue_ryb.list-group-item-action:hover, .list-group-item-custom-blue_ryb.list-group-item-action:focus {
    color: #00278e;
    background-color: #b8c3e2; }
  .list-group-item-custom-blue_ryb.list-group-item-action.active {
    color: #fff;
    background-color: #00278e;
    border-color: #00278e; }

.list-group-item-custom-dark_imperial_blue {
  color: #0a0a40;
  background-color: #cfcfe1; }
  .list-group-item-custom-dark_imperial_blue.list-group-item-action:hover, .list-group-item-custom-dark_imperial_blue.list-group-item-action:focus {
    color: #0a0a40;
    background-color: #babacb; }
  .list-group-item-custom-dark_imperial_blue.list-group-item-action.active {
    color: #fff;
    background-color: #0a0a40;
    border-color: #0a0a40; }

.list-group-item-custom-air_force_blue {
  color: #041c53;
  background-color: #cdd5e8; }
  .list-group-item-custom-air_force_blue.list-group-item-action:hover, .list-group-item-custom-air_force_blue.list-group-item-action:focus {
    color: #041c53;
    background-color: #b9c0d1; }
  .list-group-item-custom-air_force_blue.list-group-item-action.active {
    color: #fff;
    background-color: #041c53;
    border-color: #041c53; }

.list-group-item-custom-azure {
  color: #004a99;
  background-color: #cce5ff; }
  .list-group-item-custom-azure.list-group-item-action:hover, .list-group-item-custom-azure.list-group-item-action:focus {
    color: #004a99;
    background-color: #b8cee6; }
  .list-group-item-custom-azure.list-group-item-action.active {
    color: #fff;
    background-color: #004a99;
    border-color: #004a99; }

.list-group-item-custom-blueberry_medium {
  color: #2d4991;
  background-color: #dbe4fc; }
  .list-group-item-custom-blueberry_medium.list-group-item-action:hover, .list-group-item-custom-blueberry_medium.list-group-item-action:focus {
    color: #2d4991;
    background-color: #c5cde3; }
  .list-group-item-custom-blueberry_medium.list-group-item-action.active {
    color: #fff;
    background-color: #2d4991;
    border-color: #2d4991; }

.list-group-item-custom-blueberry_normal {
  color: #2b5699;
  background-color: #dae9ff; }
  .list-group-item-custom-blueberry_normal.list-group-item-action:hover, .list-group-item-custom-blueberry_normal.list-group-item-action:focus {
    color: #2b5699;
    background-color: #c4d2e6; }
  .list-group-item-custom-blueberry_normal.list-group-item-action.active {
    color: #fff;
    background-color: #2b5699;
    border-color: #2b5699; }

.list-group-item-bluelight {
  color: #005a66;
  background-color: #ccf9ff; }
  .list-group-item-bluelight.list-group-item-action:hover, .list-group-item-bluelight.list-group-item-action:focus {
    color: #005a66;
    background-color: #b8e0e6; }
  .list-group-item-bluelight.list-group-item-action.active {
    color: #fff;
    background-color: #005a66;
    border-color: #005a66; }

.list-group-item-custom-lavender_blue_lighter {
  color: #524e66;
  background-color: #f5f3ff; }
  .list-group-item-custom-lavender_blue_lighter.list-group-item-action:hover, .list-group-item-custom-lavender_blue_lighter.list-group-item-action:focus {
    color: #524e66;
    background-color: #dddbe6; }
  .list-group-item-custom-lavender_blue_lighter.list-group-item-action.active {
    color: #fff;
    background-color: #524e66;
    border-color: #524e66; }

.list-group-item-custom-jordy_blue {
  color: #586a99;
  background-color: #e9efff; }
  .list-group-item-custom-jordy_blue.list-group-item-action:hover, .list-group-item-custom-jordy_blue.list-group-item-action:focus {
    color: #586a99;
    background-color: #d2d7e6; }
  .list-group-item-custom-jordy_blue.list-group-item-action.active {
    color: #fff;
    background-color: #586a99;
    border-color: #586a99; }

.list-group-item-custom-fluorescent_blue {
  color: #0c665d;
  background-color: #d2fffb; }
  .list-group-item-custom-fluorescent_blue.list-group-item-action:hover, .list-group-item-custom-fluorescent_blue.list-group-item-action:focus {
    color: #0c665d;
    background-color: #bde6e2; }
  .list-group-item-custom-fluorescent_blue.list-group-item-action.active {
    color: #fff;
    background-color: #0c665d;
    border-color: #0c665d; }

.list-group-item-steel {
  color: #3a4c55;
  background-color: #dfe5e8; }
  .list-group-item-steel.list-group-item-action:hover, .list-group-item-steel.list-group-item-action:focus {
    color: #3a4c55;
    background-color: #c9ced1; }
  .list-group-item-steel.list-group-item-action.active {
    color: #fff;
    background-color: #3a4c55;
    border-color: #3a4c55; }

.list-group-item-ocean {
  color: #2e6d67;
  background-color: #dbf0ee; }
  .list-group-item-ocean.list-group-item-action:hover, .list-group-item-ocean.list-group-item-action:focus {
    color: #2e6d67;
    background-color: #c5d8d6; }
  .list-group-item-ocean.list-group-item-action.active {
    color: #fff;
    background-color: #2e6d67;
    border-color: #2e6d67; }

.list-group-item-custom-red {
  color: #990000;
  background-color: #ffcccc; }
  .list-group-item-custom-red.list-group-item-action:hover, .list-group-item-custom-red.list-group-item-action:focus {
    color: #990000;
    background-color: #e6b8b8; }
  .list-group-item-custom-red.list-group-item-action.active {
    color: #fff;
    background-color: #990000;
    border-color: #990000; }

.list-group-item-darkred {
  color: #7d0211;
  background-color: #f6cdd2; }
  .list-group-item-darkred.list-group-item-action:hover, .list-group-item-darkred.list-group-item-action:focus {
    color: #7d0211;
    background-color: #ddb9bd; }
  .list-group-item-darkred.list-group-item-action.active {
    color: #fff;
    background-color: #7d0211;
    border-color: #7d0211; }

.list-group-item-pink {
  color: #990037;
  background-color: #ffccde; }
  .list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
    color: #990037;
    background-color: #e6b8c8; }
  .list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #990037;
    border-color: #990037; }

.list-group-item-peach {
  color: #665858;
  background-color: #fff8f8; }
  .list-group-item-peach.list-group-item-action:hover, .list-group-item-peach.list-group-item-action:focus {
    color: #665858;
    background-color: #e6dfdf; }
  .list-group-item-peach.list-group-item-action.active {
    color: #fff;
    background-color: #665858;
    border-color: #665858; }

.list-group-item-custom-mauvelous {
  color: #8d5f60;
  background-color: #fbecec; }
  .list-group-item-custom-mauvelous.list-group-item-action:hover, .list-group-item-custom-mauvelous.list-group-item-action:focus {
    color: #8d5f60;
    background-color: #e2d4d4; }
  .list-group-item-custom-mauvelous.list-group-item-action.active {
    color: #fff;
    background-color: #8d5f60;
    border-color: #8d5f60; }

.list-group-item-green {
  color: #01662f;
  background-color: #ccffe4; }
  .list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
    color: #01662f;
    background-color: #b8e6cd; }
  .list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #01662f;
    border-color: #01662f; }

.list-group-item-darkgreen {
  color: #1c5b05;
  background-color: #d5eace; }
  .list-group-item-darkgreen.list-group-item-action:hover, .list-group-item-darkgreen.list-group-item-action:focus {
    color: #1c5b05;
    background-color: #c0d3b9; }
  .list-group-item-darkgreen.list-group-item-action.active {
    color: #fff;
    background-color: #1c5b05;
    border-color: #1c5b05; }

.list-group-item-custom-teal_deer {
  color: #3a6043;
  background-color: #e9fced; }
  .list-group-item-custom-teal_deer.list-group-item-action:hover, .list-group-item-custom-teal_deer.list-group-item-action:focus {
    color: #3a6043;
    background-color: #d2e3d5; }
  .list-group-item-custom-teal_deer.list-group-item-action.active {
    color: #fff;
    background-color: #3a6043;
    border-color: #3a6043; }

.list-group-item-yellow {
  color: #614900;
  background-color: #fcf0cc; }
  .list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
    color: #614900;
    background-color: #e3d8b8; }
  .list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #614900;
    border-color: #614900; }

.list-group-item-orange_custom {
  color: #943f3b;
  background-color: #fde1e0; }
  .list-group-item-orange_custom.list-group-item-action:hover, .list-group-item-orange_custom.list-group-item-action:focus {
    color: #943f3b;
    background-color: #e4cbca; }
  .list-group-item-orange_custom.list-group-item-action.active {
    color: #fff;
    background-color: #943f3b;
    border-color: #943f3b; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .toast:not(.showing):not(.show) {
    opacity: 0; }
  .toast.hide {
    display: none; }

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
  .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  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% - 1rem); }
  .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% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 655px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-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 {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@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 {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@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 {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@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 {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@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 {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@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 {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff; }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff; }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff; }

.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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem;
  color: #212529; }

.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; }

/* rtl:begin:ignore */
.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%); }

/* rtl:end:ignore */
.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%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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"); }

.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"); }

.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%;
  list-style: none; }
  .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; }

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border; }

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

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

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow; }

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5; }

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #007BFF; }
  .link-primary:hover, .link-primary:focus {
    color: #3395ff; }

.link-secondary {
  color: #6c757d; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64; }

.link-success {
  color: #198754; }
  .link-success:hover, .link-success:focus {
    color: #146c43; }

.link-info {
  color: #0dcaf0; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #212529; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21; }

.link-blackish {
  color: #292929; }
  .link-blackish:hover, .link-blackish:focus {
    color: #212121; }

.link-darkblack {
  color: #000; }
  .link-darkblack:hover, .link-darkblack:focus {
    color: black; }

.link-blue {
  color: #0066FF; }
  .link-blue:hover, .link-blue:focus {
    color: #0052cc; }

.link-silver {
  color: #838383; }
  .link-silver:hover, .link-silver:focus {
    color: #9c9c9c; }

.link-silver2 {
  color: #AFAFAF; }
  .link-silver2:hover, .link-silver2:focus {
    color: #bfbfbf; }

.link-custom-philippine_silver {
  color: #B5B5B5; }
  .link-custom-philippine_silver:hover, .link-custom-philippine_silver:focus {
    color: #c4c4c4; }

.link-custom-chinese_silver_light {
  color: #C7C7C7; }
  .link-custom-chinese_silver_light:hover, .link-custom-chinese_silver_light:focus {
    color: #d2d2d2; }

.link-custom-chinese_silver_lighter {
  color: #CDCDCD; }
  .link-custom-chinese_silver_lighter:hover, .link-custom-chinese_silver_lighter:focus {
    color: #d7d7d7; }

.link-custom-bright_gray {
  color: #F3EFE8; }
  .link-custom-bright_gray:hover, .link-custom-bright_gray:focus {
    color: #f5f2ed; }

.link-grey2 {
  color: #F6F7FA; }
  .link-grey2:hover, .link-grey2:focus {
    color: #f8f9fb; }

.link-frost {
  color: #E4EEFF; }
  .link-frost:hover, .link-frost:focus {
    color: #e9f1ff; }

.link-grey {
  color: #575757; }
  .link-grey:hover, .link-grey:focus {
    color: #464646; }

.link-custom-spanish_gray_light {
  color: #939393; }
  .link-custom-spanish_gray_light:hover, .link-custom-spanish_gray_light:focus {
    color: darkgray; }

.link-custom-spanish_gray_lighter {
  color: #9A9A9A; }
  .link-custom-spanish_gray_lighter:hover, .link-custom-spanish_gray_lighter:focus {
    color: #aeaeae; }

.link-custom-light_gray {
  color: #CED4DA; }
  .link-custom-light_gray:hover, .link-custom-light_gray:focus {
    color: #d8dde1; }

.link-custom-onyx_normal {
  color: #343A40; }
  .link-custom-onyx_normal:hover, .link-custom-onyx_normal:focus {
    color: #2a2e33; }

.link-custom-onyx_medium {
  color: #373737; }
  .link-custom-onyx_medium:hover, .link-custom-onyx_medium:focus {
    color: #2c2c2c; }

.link-custom {
  color: #474747; }
  .link-custom:hover, .link-custom:focus {
    color: #393939; }

.link-custom-ghost_white {
  color: #FFFCF9; }
  .link-custom-ghost_white:hover, .link-custom-ghost_white:focus {
    color: #fffdfa; }

.link-custom-anti_flash_white {
  color: #FAF8F0; }
  .link-custom-anti_flash_white:hover, .link-custom-anti_flash_white:focus {
    color: #fbf9f3; }

.link-custom-platinum {
  color: #E4E4E4; }
  .link-custom-platinum:hover, .link-custom-platinum:focus {
    color: #e9e9e9; }

.link-custom-blue_ryb {
  color: #0041EC; }
  .link-custom-blue_ryb:hover, .link-custom-blue_ryb:focus {
    color: #0034bd; }

.link-custom-dark_imperial_blue {
  color: #10106A; }
  .link-custom-dark_imperial_blue:hover, .link-custom-dark_imperial_blue:focus {
    color: #0d0d55; }

.link-custom-air_force_blue {
  color: #062E8A; }
  .link-custom-air_force_blue:hover, .link-custom-air_force_blue:focus {
    color: #05256e; }

.link-custom-azure {
  color: #007BFF; }
  .link-custom-azure:hover, .link-custom-azure:focus {
    color: #3395ff; }

.link-custom-blueberry_medium {
  color: #4B79F2; }
  .link-custom-blueberry_medium:hover, .link-custom-blueberry_medium:focus {
    color: #6f94f5; }

.link-custom-blueberry_normal {
  color: #4790FF; }
  .link-custom-blueberry_normal:hover, .link-custom-blueberry_normal:focus {
    color: #6ca6ff; }

.link-bluelight {
  color: #00E0FF; }
  .link-bluelight:hover, .link-bluelight:focus {
    color: #33e6ff; }

.link-custom-lavender_blue_lighter {
  color: #CDC3FF; }
  .link-custom-lavender_blue_lighter:hover, .link-custom-lavender_blue_lighter:focus {
    color: #d7cfff; }

.link-custom-jordy_blue {
  color: #92B0FF; }
  .link-custom-jordy_blue:hover, .link-custom-jordy_blue:focus {
    color: #a8c0ff; }

.link-custom-fluorescent_blue {
  color: #1DFFE9; }
  .link-custom-fluorescent_blue:hover, .link-custom-fluorescent_blue:focus {
    color: #4affed; }

.link-steel {
  color: #607E8E; }
  .link-steel:hover, .link-steel:focus {
    color: #8098a5; }

.link-ocean {
  color: #4CB5AB; }
  .link-ocean:hover, .link-ocean:focus {
    color: #70c4bc; }

.link-custom-red {
  color: #FF0000; }
  .link-custom-red:hover, .link-custom-red:focus {
    color: #ff3333; }

.link-darkred {
  color: #D0031C; }
  .link-darkred:hover, .link-darkred:focus {
    color: #a60216; }

.link-pink {
  color: #FF005C; }
  .link-pink:hover, .link-pink:focus {
    color: #ff337d; }

.link-peach {
  color: #FFDCDC; }
  .link-peach:hover, .link-peach:focus {
    color: #ffe3e3; }

.link-custom-mauvelous {
  color: #EB9FA0; }
  .link-custom-mauvelous:hover, .link-custom-mauvelous:focus {
    color: #efb2b3; }

.link-green {
  color: #02FF76; }
  .link-green:hover, .link-green:focus {
    color: #35ff91; }

.link-darkgreen {
  color: #2E9809; }
  .link-darkgreen:hover, .link-darkgreen:focus {
    color: #58ad3a; }

.link-custom-teal_deer {
  color: #91F1A7; }
  .link-custom-teal_deer:hover, .link-custom-teal_deer:focus {
    color: #a7f4b9; }

.link-yellow {
  color: #F2B600; }
  .link-yellow:hover, .link-yellow:focus {
    color: #f5c533; }

.link-orange_custom {
  color: #F66962; }
  .link-orange_custom:hover, .link-orange_custom:focus {
    color: #f88781; }

.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: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.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; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.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; }

.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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

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

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

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

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

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

.position-sticky {
  position: 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: 1px solid #dee2e6 !important; }

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

.border-top {
  border-top: 1px solid #dee2e6 !important; }

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

.border-end {
  border-right: 1px solid #dee2e6 !important; }

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

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

.border-start {
  border-left: 1px solid #dee2e6 !important; }

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

.border-primary {
  border-color: #007BFF !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #198754 !important; }

.border-info {
  border-color: #0dcaf0 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #212529 !important; }

.border-blackish {
  border-color: #292929 !important; }

.border-darkblack {
  border-color: #000 !important; }

.border-blue {
  border-color: #0066FF !important; }

.border-silver {
  border-color: #838383 !important; }

.border-silver2 {
  border-color: #AFAFAF !important; }

.border-custom-philippine_silver {
  border-color: #B5B5B5 !important; }

.border-custom-chinese_silver_light {
  border-color: #C7C7C7 !important; }

.border-custom-chinese_silver_lighter {
  border-color: #CDCDCD !important; }

.border-custom-bright_gray {
  border-color: #F3EFE8 !important; }

.border-grey2 {
  border-color: #F6F7FA !important; }

.border-frost {
  border-color: #E4EEFF !important; }

.border-grey {
  border-color: #575757 !important; }

.border-custom-spanish_gray_light {
  border-color: #939393 !important; }

.border-custom-spanish_gray_lighter {
  border-color: #9A9A9A !important; }

.border-custom-light_gray {
  border-color: #CED4DA !important; }

.border-custom-onyx_normal {
  border-color: #343A40 !important; }

.border-custom-onyx_medium {
  border-color: #373737 !important; }

.border-custom {
  border-color: #474747 !important; }

.border-custom-ghost_white {
  border-color: #FFFCF9 !important; }

.border-custom-anti_flash_white {
  border-color: #FAF8F0 !important; }

.border-custom-platinum {
  border-color: #E4E4E4 !important; }

.border-custom-blue_ryb {
  border-color: #0041EC !important; }

.border-custom-dark_imperial_blue {
  border-color: #10106A !important; }

.border-custom-air_force_blue {
  border-color: #062E8A !important; }

.border-custom-azure {
  border-color: #007BFF !important; }

.border-custom-blueberry_medium {
  border-color: #4B79F2 !important; }

.border-custom-blueberry_normal {
  border-color: #4790FF !important; }

.border-bluelight {
  border-color: #00E0FF !important; }

.border-custom-lavender_blue_lighter {
  border-color: #CDC3FF !important; }

.border-custom-jordy_blue {
  border-color: #92B0FF !important; }

.border-custom-fluorescent_blue {
  border-color: #1DFFE9 !important; }

.border-steel {
  border-color: #607E8E !important; }

.border-ocean {
  border-color: #4CB5AB !important; }

.border-custom-red {
  border-color: #FF0000 !important; }

.border-darkred {
  border-color: #D0031C !important; }

.border-pink {
  border-color: #FF005C !important; }

.border-peach {
  border-color: #FFDCDC !important; }

.border-custom-mauvelous {
  border-color: #EB9FA0 !important; }

.border-green {
  border-color: #02FF76 !important; }

.border-darkgreen {
  border-color: #2E9809 !important; }

.border-custom-teal_deer {
  border-color: #91F1A7 !important; }

.border-yellow {
  border-color: #F2B600 !important; }

.border-orange_custom {
  border-color: #F66962 !important; }

.border-white {
  border-color: #fff !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vh-95 {
  min-height: 95vh !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; }

.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; }

.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; }

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

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

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

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

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

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

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

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

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

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

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

.fw-normal {
  font-weight: 400 !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 {
  color: #007BFF !important; }

.text-secondary {
  color: #6c757d !important; }

.text-success {
  color: #198754 !important; }

.text-info {
  color: #0dcaf0 !important; }

.text-warning {
  color: #ffc107 !important; }

.text-danger {
  color: #dc3545 !important; }

.text-light {
  color: #f8f9fa !important; }

.text-dark {
  color: #212529 !important; }

.text-blackish {
  color: #292929 !important; }

.text-darkblack {
  color: #000 !important; }

.text-blue {
  color: #0066FF !important; }

.text-silver {
  color: #838383 !important; }

.text-silver2 {
  color: #AFAFAF !important; }

.text-custom-philippine_silver {
  color: #B5B5B5 !important; }

.text-custom-chinese_silver_light {
  color: #C7C7C7 !important; }

.text-custom-chinese_silver_lighter {
  color: #CDCDCD !important; }

.text-custom-bright_gray {
  color: #F3EFE8 !important; }

.text-grey2 {
  color: #F6F7FA !important; }

.text-frost {
  color: #E4EEFF !important; }

.text-grey {
  color: #575757 !important; }

.text-custom-spanish_gray_light {
  color: #939393 !important; }

.text-custom-spanish_gray_lighter {
  color: #9A9A9A !important; }

.text-custom-light_gray {
  color: #CED4DA !important; }

.text-custom-onyx_normal {
  color: #343A40 !important; }

.text-custom-onyx_medium {
  color: #373737 !important; }

.text-custom {
  color: #474747 !important; }

.text-custom-ghost_white {
  color: #FFFCF9 !important; }

.text-custom-anti_flash_white {
  color: #FAF8F0 !important; }

.text-custom-platinum {
  color: #E4E4E4 !important; }

.text-custom-blue_ryb {
  color: #0041EC !important; }

.text-custom-dark_imperial_blue {
  color: #10106A !important; }

.text-custom-air_force_blue {
  color: #062E8A !important; }

.text-custom-azure {
  color: #007BFF !important; }

.text-custom-blueberry_medium {
  color: #4B79F2 !important; }

.text-custom-blueberry_normal {
  color: #4790FF !important; }

.text-bluelight {
  color: #00E0FF !important; }

.text-custom-lavender_blue_lighter {
  color: #CDC3FF !important; }

.text-custom-jordy_blue {
  color: #92B0FF !important; }

.text-custom-fluorescent_blue {
  color: #1DFFE9 !important; }

.text-steel {
  color: #607E8E !important; }

.text-ocean {
  color: #4CB5AB !important; }

.text-custom-red {
  color: #FF0000 !important; }

.text-darkred {
  color: #D0031C !important; }

.text-pink {
  color: #FF005C !important; }

.text-peach {
  color: #FFDCDC !important; }

.text-custom-mauvelous {
  color: #EB9FA0 !important; }

.text-green {
  color: #02FF76 !important; }

.text-darkgreen {
  color: #2E9809 !important; }

.text-custom-teal_deer {
  color: #91F1A7 !important; }

.text-yellow {
  color: #F2B600 !important; }

.text-orange_custom {
  color: #F66962 !important; }

.text-white {
  color: #fff !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

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

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

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

.bg-primary {
  background-color: #007BFF !important; }

.bg-secondary {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #198754 !important; }

.bg-info {
  background-color: #0dcaf0 !important; }

.bg-warning {
  background-color: #ffc107 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

.bg-dark {
  background-color: #212529 !important; }

.bg-blackish {
  background-color: #292929 !important; }

.bg-darkblack {
  background-color: #000 !important; }

.bg-blue {
  background-color: #0066FF !important; }

.bg-silver {
  background-color: #838383 !important; }

.bg-silver2 {
  background-color: #AFAFAF !important; }

.bg-custom-philippine_silver {
  background-color: #B5B5B5 !important; }

.bg-custom-chinese_silver_light {
  background-color: #C7C7C7 !important; }

.bg-custom-chinese_silver_lighter {
  background-color: #CDCDCD !important; }

.bg-custom-bright_gray {
  background-color: #F3EFE8 !important; }

.bg-grey2 {
  background-color: #F6F7FA !important; }

.bg-frost {
  background-color: #E4EEFF !important; }

.bg-grey {
  background-color: #575757 !important; }

.bg-custom-spanish_gray_light {
  background-color: #939393 !important; }

.bg-custom-spanish_gray_lighter {
  background-color: #9A9A9A !important; }

.bg-custom-light_gray {
  background-color: #CED4DA !important; }

.bg-custom-onyx_normal {
  background-color: #343A40 !important; }

.bg-custom-onyx_medium {
  background-color: #373737 !important; }

.bg-custom {
  background-color: #474747 !important; }

.bg-custom-ghost_white {
  background-color: #FFFCF9 !important; }

.bg-custom-anti_flash_white {
  background-color: #FAF8F0 !important; }

.bg-custom-platinum {
  background-color: #E4E4E4 !important; }

.bg-custom-blue_ryb {
  background-color: #0041EC !important; }

.bg-custom-dark_imperial_blue {
  background-color: #10106A !important; }

.bg-custom-air_force_blue {
  background-color: #062E8A !important; }

.bg-custom-azure {
  background-color: #007BFF !important; }

.bg-custom-blueberry_medium {
  background-color: #4B79F2 !important; }

.bg-custom-blueberry_normal {
  background-color: #4790FF !important; }

.bg-bluelight {
  background-color: #00E0FF !important; }

.bg-custom-lavender_blue_lighter {
  background-color: #CDC3FF !important; }

.bg-custom-jordy_blue {
  background-color: #92B0FF !important; }

.bg-custom-fluorescent_blue {
  background-color: #1DFFE9 !important; }

.bg-steel {
  background-color: #607E8E !important; }

.bg-ocean {
  background-color: #4CB5AB !important; }

.bg-custom-red {
  background-color: #FF0000 !important; }

.bg-darkred {
  background-color: #D0031C !important; }

.bg-pink {
  background-color: #FF005C !important; }

.bg-peach {
  background-color: #FFDCDC !important; }

.bg-custom-mauvelous {
  background-color: #EB9FA0 !important; }

.bg-green {
  background-color: #02FF76 !important; }

.bg-darkgreen {
  background-color: #2E9809 !important; }

.bg-custom-teal_deer {
  background-color: #91F1A7 !important; }

.bg-yellow {
  background-color: #F2B600 !important; }

.bg-orange_custom {
  background-color: #F66962 !important; }

.bg-body {
  background-color: #fff !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !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: 0.25rem !important; }

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

.rounded-1 {
  border-radius: 0.2rem !important; }

.rounded-2 {
  border-radius: 0.25rem !important; }

.rounded-3 {
  border-radius: 0.3rem !important; }

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

.rounded-pill {
  border-radius: 50rem !important; }

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: 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-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; }
  .border-sm {
    border: 1px solid #dee2e6 !important; }
  .border-sm-0 {
    border: 0 !important; }
  .border-top-sm {
    border-top: 1px solid #dee2e6 !important; }
  .border-top-sm-0 {
    border-top: 0 !important; }
  .border-end-sm {
    border-right: 1px solid #dee2e6 !important; }
  .border-end-sm-0 {
    border-right: 0 !important; }
  .border-bottom-sm {
    border-bottom: 1px solid #dee2e6 !important; }
  .border-bottom-sm-0 {
    border-bottom: 0 !important; }
  .border-start-sm {
    border-left: 1px solid #dee2e6 !important; }
  .border-start-sm-0 {
    border-left: 0 !important; }
  .border-sm-primary {
    border-color: #007BFF !important; }
  .border-sm-secondary {
    border-color: #6c757d !important; }
  .border-sm-success {
    border-color: #198754 !important; }
  .border-sm-info {
    border-color: #0dcaf0 !important; }
  .border-sm-warning {
    border-color: #ffc107 !important; }
  .border-sm-danger {
    border-color: #dc3545 !important; }
  .border-sm-light {
    border-color: #f8f9fa !important; }
  .border-sm-dark {
    border-color: #212529 !important; }
  .border-sm-blackish {
    border-color: #292929 !important; }
  .border-sm-darkblack {
    border-color: #000 !important; }
  .border-sm-blue {
    border-color: #0066FF !important; }
  .border-sm-silver {
    border-color: #838383 !important; }
  .border-sm-silver2 {
    border-color: #AFAFAF !important; }
  .border-sm-custom-philippine_silver {
    border-color: #B5B5B5 !important; }
  .border-sm-custom-chinese_silver_light {
    border-color: #C7C7C7 !important; }
  .border-sm-custom-chinese_silver_lighter {
    border-color: #CDCDCD !important; }
  .border-sm-custom-bright_gray {
    border-color: #F3EFE8 !important; }
  .border-sm-grey2 {
    border-color: #F6F7FA !important; }
  .border-sm-frost {
    border-color: #E4EEFF !important; }
  .border-sm-grey {
    border-color: #575757 !important; }
  .border-sm-custom-spanish_gray_light {
    border-color: #939393 !important; }
  .border-sm-custom-spanish_gray_lighter {
    border-color: #9A9A9A !important; }
  .border-sm-custom-light_gray {
    border-color: #CED4DA !important; }
  .border-sm-custom-onyx_normal {
    border-color: #343A40 !important; }
  .border-sm-custom-onyx_medium {
    border-color: #373737 !important; }
  .border-sm-custom {
    border-color: #474747 !important; }
  .border-sm-custom-ghost_white {
    border-color: #FFFCF9 !important; }
  .border-sm-custom-anti_flash_white {
    border-color: #FAF8F0 !important; }
  .border-sm-custom-platinum {
    border-color: #E4E4E4 !important; }
  .border-sm-custom-blue_ryb {
    border-color: #0041EC !important; }
  .border-sm-custom-dark_imperial_blue {
    border-color: #10106A !important; }
  .border-sm-custom-air_force_blue {
    border-color: #062E8A !important; }
  .border-sm-custom-azure {
    border-color: #007BFF !important; }
  .border-sm-custom-blueberry_medium {
    border-color: #4B79F2 !important; }
  .border-sm-custom-blueberry_normal {
    border-color: #4790FF !important; }
  .border-sm-bluelight {
    border-color: #00E0FF !important; }
  .border-sm-custom-lavender_blue_lighter {
    border-color: #CDC3FF !important; }
  .border-sm-custom-jordy_blue {
    border-color: #92B0FF !important; }
  .border-sm-custom-fluorescent_blue {
    border-color: #1DFFE9 !important; }
  .border-sm-steel {
    border-color: #607E8E !important; }
  .border-sm-ocean {
    border-color: #4CB5AB !important; }
  .border-sm-custom-red {
    border-color: #FF0000 !important; }
  .border-sm-darkred {
    border-color: #D0031C !important; }
  .border-sm-pink {
    border-color: #FF005C !important; }
  .border-sm-peach {
    border-color: #FFDCDC !important; }
  .border-sm-custom-mauvelous {
    border-color: #EB9FA0 !important; }
  .border-sm-green {
    border-color: #02FF76 !important; }
  .border-sm-darkgreen {
    border-color: #2E9809 !important; }
  .border-sm-custom-teal_deer {
    border-color: #91F1A7 !important; }
  .border-sm-yellow {
    border-color: #F2B600 !important; }
  .border-sm-orange_custom {
    border-color: #F66962 !important; }
  .border-sm-white {
    border-color: #fff !important; }
  .border-sm-1 {
    border-width: 1px !important; }
  .border-sm-2 {
    border-width: 2px !important; }
  .border-sm-3 {
    border-width: 3px !important; }
  .border-sm-4 {
    border-width: 4px !important; }
  .border-sm-5 {
    border-width: 5px !important; }
  .w-sm-5 {
    width: 5% !important; }
  .w-sm-10 {
    width: 10% !important; }
  .w-sm-15 {
    width: 15% !important; }
  .w-sm-20 {
    width: 20% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-30 {
    width: 30% !important; }
  .w-sm-35 {
    width: 35% !important; }
  .w-sm-40 {
    width: 40% !important; }
  .w-sm-45 {
    width: 45% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-55 {
    width: 55% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-65 {
    width: 65% !important; }
  .w-sm-70 {
    width: 70% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-85 {
    width: 85% !important; }
  .w-sm-90 {
    width: 90% !important; }
  .w-sm-95 {
    width: 95% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .mw-sm-5 {
    max-width: 5% !important; }
  .mw-sm-10 {
    max-width: 10% !important; }
  .mw-sm-15 {
    max-width: 15% !important; }
  .mw-sm-20 {
    max-width: 20% !important; }
  .mw-sm-25 {
    max-width: 25% !important; }
  .mw-sm-30 {
    max-width: 30% !important; }
  .mw-sm-35 {
    max-width: 35% !important; }
  .mw-sm-40 {
    max-width: 40% !important; }
  .mw-sm-45 {
    max-width: 45% !important; }
  .mw-sm-50 {
    max-width: 50% !important; }
  .mw-sm-55 {
    max-width: 55% !important; }
  .mw-sm-60 {
    max-width: 60% !important; }
  .mw-sm-65 {
    max-width: 65% !important; }
  .mw-sm-70 {
    max-width: 70% !important; }
  .mw-sm-75 {
    max-width: 75% !important; }
  .mw-sm-80 {
    max-width: 80% !important; }
  .mw-sm-85 {
    max-width: 85% !important; }
  .mw-sm-90 {
    max-width: 90% !important; }
  .mw-sm-95 {
    max-width: 95% !important; }
  .mw-sm-100 {
    max-width: 100% !important; }
  .vw-sm-5 {
    width: 5vw !important; }
  .vw-sm-10 {
    width: 10vw !important; }
  .vw-sm-15 {
    width: 15vw !important; }
  .vw-sm-20 {
    width: 20vw !important; }
  .vw-sm-25 {
    width: 25vw !important; }
  .vw-sm-30 {
    width: 30vw !important; }
  .vw-sm-35 {
    width: 35vw !important; }
  .vw-sm-40 {
    width: 40vw !important; }
  .vw-sm-45 {
    width: 45vw !important; }
  .vw-sm-50 {
    width: 50vw !important; }
  .vw-sm-55 {
    width: 55vw !important; }
  .vw-sm-60 {
    width: 60vw !important; }
  .vw-sm-65 {
    width: 65vw !important; }
  .vw-sm-70 {
    width: 70vw !important; }
  .vw-sm-75 {
    width: 75vw !important; }
  .vw-sm-80 {
    width: 80vw !important; }
  .vw-sm-85 {
    width: 85vw !important; }
  .vw-sm-90 {
    width: 90vw !important; }
  .vw-sm-95 {
    width: 95vw !important; }
  .vw-sm-100 {
    width: 100vw !important; }
  .min-vw-sm-5 {
    min-width: 5vw !important; }
  .min-vw-sm-10 {
    min-width: 10vw !important; }
  .min-vw-sm-15 {
    min-width: 15vw !important; }
  .min-vw-sm-20 {
    min-width: 20vw !important; }
  .min-vw-sm-25 {
    min-width: 25vw !important; }
  .min-vw-sm-30 {
    min-width: 30vw !important; }
  .min-vw-sm-35 {
    min-width: 35vw !important; }
  .min-vw-sm-40 {
    min-width: 40vw !important; }
  .min-vw-sm-45 {
    min-width: 45vw !important; }
  .min-vw-sm-50 {
    min-width: 50vw !important; }
  .min-vw-sm-55 {
    min-width: 55vw !important; }
  .min-vw-sm-60 {
    min-width: 60vw !important; }
  .min-vw-sm-65 {
    min-width: 65vw !important; }
  .min-vw-sm-70 {
    min-width: 70vw !important; }
  .min-vw-sm-75 {
    min-width: 75vw !important; }
  .min-vw-sm-80 {
    min-width: 80vw !important; }
  .min-vw-sm-85 {
    min-width: 85vw !important; }
  .min-vw-sm-90 {
    min-width: 90vw !important; }
  .min-vw-sm-95 {
    min-width: 95vw !important; }
  .min-vw-sm-100 {
    min-width: 100vw !important; }
  .h-sm-5 {
    height: 5% !important; }
  .h-sm-10 {
    height: 10% !important; }
  .h-sm-15 {
    height: 15% !important; }
  .h-sm-20 {
    height: 20% !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-30 {
    height: 30% !important; }
  .h-sm-35 {
    height: 35% !important; }
  .h-sm-40 {
    height: 40% !important; }
  .h-sm-45 {
    height: 45% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-55 {
    height: 55% !important; }
  .h-sm-60 {
    height: 60% !important; }
  .h-sm-65 {
    height: 65% !important; }
  .h-sm-70 {
    height: 70% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-80 {
    height: 80% !important; }
  .h-sm-85 {
    height: 85% !important; }
  .h-sm-90 {
    height: 90% !important; }
  .h-sm-95 {
    height: 95% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; }
  .mh-sm-5 {
    max-height: 5% !important; }
  .mh-sm-10 {
    max-height: 10% !important; }
  .mh-sm-15 {
    max-height: 15% !important; }
  .mh-sm-20 {
    max-height: 20% !important; }
  .mh-sm-25 {
    max-height: 25% !important; }
  .mh-sm-30 {
    max-height: 30% !important; }
  .mh-sm-35 {
    max-height: 35% !important; }
  .mh-sm-40 {
    max-height: 40% !important; }
  .mh-sm-45 {
    max-height: 45% !important; }
  .mh-sm-50 {
    max-height: 50% !important; }
  .mh-sm-55 {
    max-height: 55% !important; }
  .mh-sm-60 {
    max-height: 60% !important; }
  .mh-sm-65 {
    max-height: 65% !important; }
  .mh-sm-70 {
    max-height: 70% !important; }
  .mh-sm-75 {
    max-height: 75% !important; }
  .mh-sm-80 {
    max-height: 80% !important; }
  .mh-sm-85 {
    max-height: 85% !important; }
  .mh-sm-90 {
    max-height: 90% !important; }
  .mh-sm-95 {
    max-height: 95% !important; }
  .mh-sm-100 {
    max-height: 100% !important; }
  .vh-sm-5 {
    height: 5vh !important; }
  .vh-sm-10 {
    height: 10vh !important; }
  .vh-sm-15 {
    height: 15vh !important; }
  .vh-sm-20 {
    height: 20vh !important; }
  .vh-sm-25 {
    height: 25vh !important; }
  .vh-sm-30 {
    height: 30vh !important; }
  .vh-sm-35 {
    height: 35vh !important; }
  .vh-sm-40 {
    height: 40vh !important; }
  .vh-sm-45 {
    height: 45vh !important; }
  .vh-sm-50 {
    height: 50vh !important; }
  .vh-sm-55 {
    height: 55vh !important; }
  .vh-sm-60 {
    height: 60vh !important; }
  .vh-sm-65 {
    height: 65vh !important; }
  .vh-sm-70 {
    height: 70vh !important; }
  .vh-sm-75 {
    height: 75vh !important; }
  .vh-sm-80 {
    height: 80vh !important; }
  .vh-sm-85 {
    height: 85vh !important; }
  .vh-sm-90 {
    height: 90vh !important; }
  .vh-sm-95 {
    height: 95vh !important; }
  .vh-sm-100 {
    height: 100vh !important; }
  .min-vh-sm-5 {
    min-height: 5vh !important; }
  .min-vh-sm-10 {
    min-height: 10vh !important; }
  .min-vh-sm-15 {
    min-height: 15vh !important; }
  .min-vh-sm-20 {
    min-height: 20vh !important; }
  .min-vh-sm-25 {
    min-height: 25vh !important; }
  .min-vh-sm-30 {
    min-height: 30vh !important; }
  .min-vh-sm-35 {
    min-height: 35vh !important; }
  .min-vh-sm-40 {
    min-height: 40vh !important; }
  .min-vh-sm-45 {
    min-height: 45vh !important; }
  .min-vh-sm-50 {
    min-height: 50vh !important; }
  .min-vh-sm-55 {
    min-height: 55vh !important; }
  .min-vh-sm-60 {
    min-height: 60vh !important; }
  .min-vh-sm-65 {
    min-height: 65vh !important; }
  .min-vh-sm-70 {
    min-height: 70vh !important; }
  .min-vh-sm-75 {
    min-height: 75vh !important; }
  .min-vh-sm-80 {
    min-height: 80vh !important; }
  .min-vh-sm-85 {
    min-height: 85vh !important; }
  .min-vh-sm-90 {
    min-height: 90vh !important; }
  .min-vh-sm-95 {
    min-height: 95vh !important; }
  .min-vh-sm-100 {
    min-height: 100vh !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; }
  .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; }
  .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; }
  .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; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .border-md {
    border: 1px solid #dee2e6 !important; }
  .border-md-0 {
    border: 0 !important; }
  .border-top-md {
    border-top: 1px solid #dee2e6 !important; }
  .border-top-md-0 {
    border-top: 0 !important; }
  .border-end-md {
    border-right: 1px solid #dee2e6 !important; }
  .border-end-md-0 {
    border-right: 0 !important; }
  .border-bottom-md {
    border-bottom: 1px solid #dee2e6 !important; }
  .border-bottom-md-0 {
    border-bottom: 0 !important; }
  .border-start-md {
    border-left: 1px solid #dee2e6 !important; }
  .border-start-md-0 {
    border-left: 0 !important; }
  .border-md-primary {
    border-color: #007BFF !important; }
  .border-md-secondary {
    border-color: #6c757d !important; }
  .border-md-success {
    border-color: #198754 !important; }
  .border-md-info {
    border-color: #0dcaf0 !important; }
  .border-md-warning {
    border-color: #ffc107 !important; }
  .border-md-danger {
    border-color: #dc3545 !important; }
  .border-md-light {
    border-color: #f8f9fa !important; }
  .border-md-dark {
    border-color: #212529 !important; }
  .border-md-blackish {
    border-color: #292929 !important; }
  .border-md-darkblack {
    border-color: #000 !important; }
  .border-md-blue {
    border-color: #0066FF !important; }
  .border-md-silver {
    border-color: #838383 !important; }
  .border-md-silver2 {
    border-color: #AFAFAF !important; }
  .border-md-custom-philippine_silver {
    border-color: #B5B5B5 !important; }
  .border-md-custom-chinese_silver_light {
    border-color: #C7C7C7 !important; }
  .border-md-custom-chinese_silver_lighter {
    border-color: #CDCDCD !important; }
  .border-md-custom-bright_gray {
    border-color: #F3EFE8 !important; }
  .border-md-grey2 {
    border-color: #F6F7FA !important; }
  .border-md-frost {
    border-color: #E4EEFF !important; }
  .border-md-grey {
    border-color: #575757 !important; }
  .border-md-custom-spanish_gray_light {
    border-color: #939393 !important; }
  .border-md-custom-spanish_gray_lighter {
    border-color: #9A9A9A !important; }
  .border-md-custom-light_gray {
    border-color: #CED4DA !important; }
  .border-md-custom-onyx_normal {
    border-color: #343A40 !important; }
  .border-md-custom-onyx_medium {
    border-color: #373737 !important; }
  .border-md-custom {
    border-color: #474747 !important; }
  .border-md-custom-ghost_white {
    border-color: #FFFCF9 !important; }
  .border-md-custom-anti_flash_white {
    border-color: #FAF8F0 !important; }
  .border-md-custom-platinum {
    border-color: #E4E4E4 !important; }
  .border-md-custom-blue_ryb {
    border-color: #0041EC !important; }
  .border-md-custom-dark_imperial_blue {
    border-color: #10106A !important; }
  .border-md-custom-air_force_blue {
    border-color: #062E8A !important; }
  .border-md-custom-azure {
    border-color: #007BFF !important; }
  .border-md-custom-blueberry_medium {
    border-color: #4B79F2 !important; }
  .border-md-custom-blueberry_normal {
    border-color: #4790FF !important; }
  .border-md-bluelight {
    border-color: #00E0FF !important; }
  .border-md-custom-lavender_blue_lighter {
    border-color: #CDC3FF !important; }
  .border-md-custom-jordy_blue {
    border-color: #92B0FF !important; }
  .border-md-custom-fluorescent_blue {
    border-color: #1DFFE9 !important; }
  .border-md-steel {
    border-color: #607E8E !important; }
  .border-md-ocean {
    border-color: #4CB5AB !important; }
  .border-md-custom-red {
    border-color: #FF0000 !important; }
  .border-md-darkred {
    border-color: #D0031C !important; }
  .border-md-pink {
    border-color: #FF005C !important; }
  .border-md-peach {
    border-color: #FFDCDC !important; }
  .border-md-custom-mauvelous {
    border-color: #EB9FA0 !important; }
  .border-md-green {
    border-color: #02FF76 !important; }
  .border-md-darkgreen {
    border-color: #2E9809 !important; }
  .border-md-custom-teal_deer {
    border-color: #91F1A7 !important; }
  .border-md-yellow {
    border-color: #F2B600 !important; }
  .border-md-orange_custom {
    border-color: #F66962 !important; }
  .border-md-white {
    border-color: #fff !important; }
  .border-md-1 {
    border-width: 1px !important; }
  .border-md-2 {
    border-width: 2px !important; }
  .border-md-3 {
    border-width: 3px !important; }
  .border-md-4 {
    border-width: 4px !important; }
  .border-md-5 {
    border-width: 5px !important; }
  .w-md-5 {
    width: 5% !important; }
  .w-md-10 {
    width: 10% !important; }
  .w-md-15 {
    width: 15% !important; }
  .w-md-20 {
    width: 20% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-30 {
    width: 30% !important; }
  .w-md-35 {
    width: 35% !important; }
  .w-md-40 {
    width: 40% !important; }
  .w-md-45 {
    width: 45% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-55 {
    width: 55% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-65 {
    width: 65% !important; }
  .w-md-70 {
    width: 70% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-85 {
    width: 85% !important; }
  .w-md-90 {
    width: 90% !important; }
  .w-md-95 {
    width: 95% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .mw-md-5 {
    max-width: 5% !important; }
  .mw-md-10 {
    max-width: 10% !important; }
  .mw-md-15 {
    max-width: 15% !important; }
  .mw-md-20 {
    max-width: 20% !important; }
  .mw-md-25 {
    max-width: 25% !important; }
  .mw-md-30 {
    max-width: 30% !important; }
  .mw-md-35 {
    max-width: 35% !important; }
  .mw-md-40 {
    max-width: 40% !important; }
  .mw-md-45 {
    max-width: 45% !important; }
  .mw-md-50 {
    max-width: 50% !important; }
  .mw-md-55 {
    max-width: 55% !important; }
  .mw-md-60 {
    max-width: 60% !important; }
  .mw-md-65 {
    max-width: 65% !important; }
  .mw-md-70 {
    max-width: 70% !important; }
  .mw-md-75 {
    max-width: 75% !important; }
  .mw-md-80 {
    max-width: 80% !important; }
  .mw-md-85 {
    max-width: 85% !important; }
  .mw-md-90 {
    max-width: 90% !important; }
  .mw-md-95 {
    max-width: 95% !important; }
  .mw-md-100 {
    max-width: 100% !important; }
  .vw-md-5 {
    width: 5vw !important; }
  .vw-md-10 {
    width: 10vw !important; }
  .vw-md-15 {
    width: 15vw !important; }
  .vw-md-20 {
    width: 20vw !important; }
  .vw-md-25 {
    width: 25vw !important; }
  .vw-md-30 {
    width: 30vw !important; }
  .vw-md-35 {
    width: 35vw !important; }
  .vw-md-40 {
    width: 40vw !important; }
  .vw-md-45 {
    width: 45vw !important; }
  .vw-md-50 {
    width: 50vw !important; }
  .vw-md-55 {
    width: 55vw !important; }
  .vw-md-60 {
    width: 60vw !important; }
  .vw-md-65 {
    width: 65vw !important; }
  .vw-md-70 {
    width: 70vw !important; }
  .vw-md-75 {
    width: 75vw !important; }
  .vw-md-80 {
    width: 80vw !important; }
  .vw-md-85 {
    width: 85vw !important; }
  .vw-md-90 {
    width: 90vw !important; }
  .vw-md-95 {
    width: 95vw !important; }
  .vw-md-100 {
    width: 100vw !important; }
  .min-vw-md-5 {
    min-width: 5vw !important; }
  .min-vw-md-10 {
    min-width: 10vw !important; }
  .min-vw-md-15 {
    min-width: 15vw !important; }
  .min-vw-md-20 {
    min-width: 20vw !important; }
  .min-vw-md-25 {
    min-width: 25vw !important; }
  .min-vw-md-30 {
    min-width: 30vw !important; }
  .min-vw-md-35 {
    min-width: 35vw !important; }
  .min-vw-md-40 {
    min-width: 40vw !important; }
  .min-vw-md-45 {
    min-width: 45vw !important; }
  .min-vw-md-50 {
    min-width: 50vw !important; }
  .min-vw-md-55 {
    min-width: 55vw !important; }
  .min-vw-md-60 {
    min-width: 60vw !important; }
  .min-vw-md-65 {
    min-width: 65vw !important; }
  .min-vw-md-70 {
    min-width: 70vw !important; }
  .min-vw-md-75 {
    min-width: 75vw !important; }
  .min-vw-md-80 {
    min-width: 80vw !important; }
  .min-vw-md-85 {
    min-width: 85vw !important; }
  .min-vw-md-90 {
    min-width: 90vw !important; }
  .min-vw-md-95 {
    min-width: 95vw !important; }
  .min-vw-md-100 {
    min-width: 100vw !important; }
  .h-md-5 {
    height: 5% !important; }
  .h-md-10 {
    height: 10% !important; }
  .h-md-15 {
    height: 15% !important; }
  .h-md-20 {
    height: 20% !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-30 {
    height: 30% !important; }
  .h-md-35 {
    height: 35% !important; }
  .h-md-40 {
    height: 40% !important; }
  .h-md-45 {
    height: 45% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-55 {
    height: 55% !important; }
  .h-md-60 {
    height: 60% !important; }
  .h-md-65 {
    height: 65% !important; }
  .h-md-70 {
    height: 70% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-80 {
    height: 80% !important; }
  .h-md-85 {
    height: 85% !important; }
  .h-md-90 {
    height: 90% !important; }
  .h-md-95 {
    height: 95% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; }
  .mh-md-5 {
    max-height: 5% !important; }
  .mh-md-10 {
    max-height: 10% !important; }
  .mh-md-15 {
    max-height: 15% !important; }
  .mh-md-20 {
    max-height: 20% !important; }
  .mh-md-25 {
    max-height: 25% !important; }
  .mh-md-30 {
    max-height: 30% !important; }
  .mh-md-35 {
    max-height: 35% !important; }
  .mh-md-40 {
    max-height: 40% !important; }
  .mh-md-45 {
    max-height: 45% !important; }
  .mh-md-50 {
    max-height: 50% !important; }
  .mh-md-55 {
    max-height: 55% !important; }
  .mh-md-60 {
    max-height: 60% !important; }
  .mh-md-65 {
    max-height: 65% !important; }
  .mh-md-70 {
    max-height: 70% !important; }
  .mh-md-75 {
    max-height: 75% !important; }
  .mh-md-80 {
    max-height: 80% !important; }
  .mh-md-85 {
    max-height: 85% !important; }
  .mh-md-90 {
    max-height: 90% !important; }
  .mh-md-95 {
    max-height: 95% !important; }
  .mh-md-100 {
    max-height: 100% !important; }
  .vh-md-5 {
    height: 5vh !important; }
  .vh-md-10 {
    height: 10vh !important; }
  .vh-md-15 {
    height: 15vh !important; }
  .vh-md-20 {
    height: 20vh !important; }
  .vh-md-25 {
    height: 25vh !important; }
  .vh-md-30 {
    height: 30vh !important; }
  .vh-md-35 {
    height: 35vh !important; }
  .vh-md-40 {
    height: 40vh !important; }
  .vh-md-45 {
    height: 45vh !important; }
  .vh-md-50 {
    height: 50vh !important; }
  .vh-md-55 {
    height: 55vh !important; }
  .vh-md-60 {
    height: 60vh !important; }
  .vh-md-65 {
    height: 65vh !important; }
  .vh-md-70 {
    height: 70vh !important; }
  .vh-md-75 {
    height: 75vh !important; }
  .vh-md-80 {
    height: 80vh !important; }
  .vh-md-85 {
    height: 85vh !important; }
  .vh-md-90 {
    height: 90vh !important; }
  .vh-md-95 {
    height: 95vh !important; }
  .vh-md-100 {
    height: 100vh !important; }
  .min-vh-md-5 {
    min-height: 5vh !important; }
  .min-vh-md-10 {
    min-height: 10vh !important; }
  .min-vh-md-15 {
    min-height: 15vh !important; }
  .min-vh-md-20 {
    min-height: 20vh !important; }
  .min-vh-md-25 {
    min-height: 25vh !important; }
  .min-vh-md-30 {
    min-height: 30vh !important; }
  .min-vh-md-35 {
    min-height: 35vh !important; }
  .min-vh-md-40 {
    min-height: 40vh !important; }
  .min-vh-md-45 {
    min-height: 45vh !important; }
  .min-vh-md-50 {
    min-height: 50vh !important; }
  .min-vh-md-55 {
    min-height: 55vh !important; }
  .min-vh-md-60 {
    min-height: 60vh !important; }
  .min-vh-md-65 {
    min-height: 65vh !important; }
  .min-vh-md-70 {
    min-height: 70vh !important; }
  .min-vh-md-75 {
    min-height: 75vh !important; }
  .min-vh-md-80 {
    min-height: 80vh !important; }
  .min-vh-md-85 {
    min-height: 85vh !important; }
  .min-vh-md-90 {
    min-height: 90vh !important; }
  .min-vh-md-95 {
    min-height: 95vh !important; }
  .min-vh-md-100 {
    min-height: 100vh !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; }
  .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; }
  .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; }
  .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; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .border-lg {
    border: 1px solid #dee2e6 !important; }
  .border-lg-0 {
    border: 0 !important; }
  .border-top-lg {
    border-top: 1px solid #dee2e6 !important; }
  .border-top-lg-0 {
    border-top: 0 !important; }
  .border-end-lg {
    border-right: 1px solid #dee2e6 !important; }
  .border-end-lg-0 {
    border-right: 0 !important; }
  .border-bottom-lg {
    border-bottom: 1px solid #dee2e6 !important; }
  .border-bottom-lg-0 {
    border-bottom: 0 !important; }
  .border-start-lg {
    border-left: 1px solid #dee2e6 !important; }
  .border-start-lg-0 {
    border-left: 0 !important; }
  .border-lg-primary {
    border-color: #007BFF !important; }
  .border-lg-secondary {
    border-color: #6c757d !important; }
  .border-lg-success {
    border-color: #198754 !important; }
  .border-lg-info {
    border-color: #0dcaf0 !important; }
  .border-lg-warning {
    border-color: #ffc107 !important; }
  .border-lg-danger {
    border-color: #dc3545 !important; }
  .border-lg-light {
    border-color: #f8f9fa !important; }
  .border-lg-dark {
    border-color: #212529 !important; }
  .border-lg-blackish {
    border-color: #292929 !important; }
  .border-lg-darkblack {
    border-color: #000 !important; }
  .border-lg-blue {
    border-color: #0066FF !important; }
  .border-lg-silver {
    border-color: #838383 !important; }
  .border-lg-silver2 {
    border-color: #AFAFAF !important; }
  .border-lg-custom-philippine_silver {
    border-color: #B5B5B5 !important; }
  .border-lg-custom-chinese_silver_light {
    border-color: #C7C7C7 !important; }
  .border-lg-custom-chinese_silver_lighter {
    border-color: #CDCDCD !important; }
  .border-lg-custom-bright_gray {
    border-color: #F3EFE8 !important; }
  .border-lg-grey2 {
    border-color: #F6F7FA !important; }
  .border-lg-frost {
    border-color: #E4EEFF !important; }
  .border-lg-grey {
    border-color: #575757 !important; }
  .border-lg-custom-spanish_gray_light {
    border-color: #939393 !important; }
  .border-lg-custom-spanish_gray_lighter {
    border-color: #9A9A9A !important; }
  .border-lg-custom-light_gray {
    border-color: #CED4DA !important; }
  .border-lg-custom-onyx_normal {
    border-color: #343A40 !important; }
  .border-lg-custom-onyx_medium {
    border-color: #373737 !important; }
  .border-lg-custom {
    border-color: #474747 !important; }
  .border-lg-custom-ghost_white {
    border-color: #FFFCF9 !important; }
  .border-lg-custom-anti_flash_white {
    border-color: #FAF8F0 !important; }
  .border-lg-custom-platinum {
    border-color: #E4E4E4 !important; }
  .border-lg-custom-blue_ryb {
    border-color: #0041EC !important; }
  .border-lg-custom-dark_imperial_blue {
    border-color: #10106A !important; }
  .border-lg-custom-air_force_blue {
    border-color: #062E8A !important; }
  .border-lg-custom-azure {
    border-color: #007BFF !important; }
  .border-lg-custom-blueberry_medium {
    border-color: #4B79F2 !important; }
  .border-lg-custom-blueberry_normal {
    border-color: #4790FF !important; }
  .border-lg-bluelight {
    border-color: #00E0FF !important; }
  .border-lg-custom-lavender_blue_lighter {
    border-color: #CDC3FF !important; }
  .border-lg-custom-jordy_blue {
    border-color: #92B0FF !important; }
  .border-lg-custom-fluorescent_blue {
    border-color: #1DFFE9 !important; }
  .border-lg-steel {
    border-color: #607E8E !important; }
  .border-lg-ocean {
    border-color: #4CB5AB !important; }
  .border-lg-custom-red {
    border-color: #FF0000 !important; }
  .border-lg-darkred {
    border-color: #D0031C !important; }
  .border-lg-pink {
    border-color: #FF005C !important; }
  .border-lg-peach {
    border-color: #FFDCDC !important; }
  .border-lg-custom-mauvelous {
    border-color: #EB9FA0 !important; }
  .border-lg-green {
    border-color: #02FF76 !important; }
  .border-lg-darkgreen {
    border-color: #2E9809 !important; }
  .border-lg-custom-teal_deer {
    border-color: #91F1A7 !important; }
  .border-lg-yellow {
    border-color: #F2B600 !important; }
  .border-lg-orange_custom {
    border-color: #F66962 !important; }
  .border-lg-white {
    border-color: #fff !important; }
  .border-lg-1 {
    border-width: 1px !important; }
  .border-lg-2 {
    border-width: 2px !important; }
  .border-lg-3 {
    border-width: 3px !important; }
  .border-lg-4 {
    border-width: 4px !important; }
  .border-lg-5 {
    border-width: 5px !important; }
  .w-lg-5 {
    width: 5% !important; }
  .w-lg-10 {
    width: 10% !important; }
  .w-lg-15 {
    width: 15% !important; }
  .w-lg-20 {
    width: 20% !important; }
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-30 {
    width: 30% !important; }
  .w-lg-35 {
    width: 35% !important; }
  .w-lg-40 {
    width: 40% !important; }
  .w-lg-45 {
    width: 45% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-55 {
    width: 55% !important; }
  .w-lg-60 {
    width: 60% !important; }
  .w-lg-65 {
    width: 65% !important; }
  .w-lg-70 {
    width: 70% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-80 {
    width: 80% !important; }
  .w-lg-85 {
    width: 85% !important; }
  .w-lg-90 {
    width: 90% !important; }
  .w-lg-95 {
    width: 95% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .mw-lg-5 {
    max-width: 5% !important; }
  .mw-lg-10 {
    max-width: 10% !important; }
  .mw-lg-15 {
    max-width: 15% !important; }
  .mw-lg-20 {
    max-width: 20% !important; }
  .mw-lg-25 {
    max-width: 25% !important; }
  .mw-lg-30 {
    max-width: 30% !important; }
  .mw-lg-35 {
    max-width: 35% !important; }
  .mw-lg-40 {
    max-width: 40% !important; }
  .mw-lg-45 {
    max-width: 45% !important; }
  .mw-lg-50 {
    max-width: 50% !important; }
  .mw-lg-55 {
    max-width: 55% !important; }
  .mw-lg-60 {
    max-width: 60% !important; }
  .mw-lg-65 {
    max-width: 65% !important; }
  .mw-lg-70 {
    max-width: 70% !important; }
  .mw-lg-75 {
    max-width: 75% !important; }
  .mw-lg-80 {
    max-width: 80% !important; }
  .mw-lg-85 {
    max-width: 85% !important; }
  .mw-lg-90 {
    max-width: 90% !important; }
  .mw-lg-95 {
    max-width: 95% !important; }
  .mw-lg-100 {
    max-width: 100% !important; }
  .vw-lg-5 {
    width: 5vw !important; }
  .vw-lg-10 {
    width: 10vw !important; }
  .vw-lg-15 {
    width: 15vw !important; }
  .vw-lg-20 {
    width: 20vw !important; }
  .vw-lg-25 {
    width: 25vw !important; }
  .vw-lg-30 {
    width: 30vw !important; }
  .vw-lg-35 {
    width: 35vw !important; }
  .vw-lg-40 {
    width: 40vw !important; }
  .vw-lg-45 {
    width: 45vw !important; }
  .vw-lg-50 {
    width: 50vw !important; }
  .vw-lg-55 {
    width: 55vw !important; }
  .vw-lg-60 {
    width: 60vw !important; }
  .vw-lg-65 {
    width: 65vw !important; }
  .vw-lg-70 {
    width: 70vw !important; }
  .vw-lg-75 {
    width: 75vw !important; }
  .vw-lg-80 {
    width: 80vw !important; }
  .vw-lg-85 {
    width: 85vw !important; }
  .vw-lg-90 {
    width: 90vw !important; }
  .vw-lg-95 {
    width: 95vw !important; }
  .vw-lg-100 {
    width: 100vw !important; }
  .min-vw-lg-5 {
    min-width: 5vw !important; }
  .min-vw-lg-10 {
    min-width: 10vw !important; }
  .min-vw-lg-15 {
    min-width: 15vw !important; }
  .min-vw-lg-20 {
    min-width: 20vw !important; }
  .min-vw-lg-25 {
    min-width: 25vw !important; }
  .min-vw-lg-30 {
    min-width: 30vw !important; }
  .min-vw-lg-35 {
    min-width: 35vw !important; }
  .min-vw-lg-40 {
    min-width: 40vw !important; }
  .min-vw-lg-45 {
    min-width: 45vw !important; }
  .min-vw-lg-50 {
    min-width: 50vw !important; }
  .min-vw-lg-55 {
    min-width: 55vw !important; }
  .min-vw-lg-60 {
    min-width: 60vw !important; }
  .min-vw-lg-65 {
    min-width: 65vw !important; }
  .min-vw-lg-70 {
    min-width: 70vw !important; }
  .min-vw-lg-75 {
    min-width: 75vw !important; }
  .min-vw-lg-80 {
    min-width: 80vw !important; }
  .min-vw-lg-85 {
    min-width: 85vw !important; }
  .min-vw-lg-90 {
    min-width: 90vw !important; }
  .min-vw-lg-95 {
    min-width: 95vw !important; }
  .min-vw-lg-100 {
    min-width: 100vw !important; }
  .h-lg-5 {
    height: 5% !important; }
  .h-lg-10 {
    height: 10% !important; }
  .h-lg-15 {
    height: 15% !important; }
  .h-lg-20 {
    height: 20% !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-30 {
    height: 30% !important; }
  .h-lg-35 {
    height: 35% !important; }
  .h-lg-40 {
    height: 40% !important; }
  .h-lg-45 {
    height: 45% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-55 {
    height: 55% !important; }
  .h-lg-60 {
    height: 60% !important; }
  .h-lg-65 {
    height: 65% !important; }
  .h-lg-70 {
    height: 70% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-80 {
    height: 80% !important; }
  .h-lg-85 {
    height: 85% !important; }
  .h-lg-90 {
    height: 90% !important; }
  .h-lg-95 {
    height: 95% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; }
  .mh-lg-5 {
    max-height: 5% !important; }
  .mh-lg-10 {
    max-height: 10% !important; }
  .mh-lg-15 {
    max-height: 15% !important; }
  .mh-lg-20 {
    max-height: 20% !important; }
  .mh-lg-25 {
    max-height: 25% !important; }
  .mh-lg-30 {
    max-height: 30% !important; }
  .mh-lg-35 {
    max-height: 35% !important; }
  .mh-lg-40 {
    max-height: 40% !important; }
  .mh-lg-45 {
    max-height: 45% !important; }
  .mh-lg-50 {
    max-height: 50% !important; }
  .mh-lg-55 {
    max-height: 55% !important; }
  .mh-lg-60 {
    max-height: 60% !important; }
  .mh-lg-65 {
    max-height: 65% !important; }
  .mh-lg-70 {
    max-height: 70% !important; }
  .mh-lg-75 {
    max-height: 75% !important; }
  .mh-lg-80 {
    max-height: 80% !important; }
  .mh-lg-85 {
    max-height: 85% !important; }
  .mh-lg-90 {
    max-height: 90% !important; }
  .mh-lg-95 {
    max-height: 95% !important; }
  .mh-lg-100 {
    max-height: 100% !important; }
  .vh-lg-5 {
    height: 5vh !important; }
  .vh-lg-10 {
    height: 10vh !important; }
  .vh-lg-15 {
    height: 15vh !important; }
  .vh-lg-20 {
    height: 20vh !important; }
  .vh-lg-25 {
    height: 25vh !important; }
  .vh-lg-30 {
    height: 30vh !important; }
  .vh-lg-35 {
    height: 35vh !important; }
  .vh-lg-40 {
    height: 40vh !important; }
  .vh-lg-45 {
    height: 45vh !important; }
  .vh-lg-50 {
    height: 50vh !important; }
  .vh-lg-55 {
    height: 55vh !important; }
  .vh-lg-60 {
    height: 60vh !important; }
  .vh-lg-65 {
    height: 65vh !important; }
  .vh-lg-70 {
    height: 70vh !important; }
  .vh-lg-75 {
    height: 75vh !important; }
  .vh-lg-80 {
    height: 80vh !important; }
  .vh-lg-85 {
    height: 85vh !important; }
  .vh-lg-90 {
    height: 90vh !important; }
  .vh-lg-95 {
    height: 95vh !important; }
  .vh-lg-100 {
    height: 100vh !important; }
  .min-vh-lg-5 {
    min-height: 5vh !important; }
  .min-vh-lg-10 {
    min-height: 10vh !important; }
  .min-vh-lg-15 {
    min-height: 15vh !important; }
  .min-vh-lg-20 {
    min-height: 20vh !important; }
  .min-vh-lg-25 {
    min-height: 25vh !important; }
  .min-vh-lg-30 {
    min-height: 30vh !important; }
  .min-vh-lg-35 {
    min-height: 35vh !important; }
  .min-vh-lg-40 {
    min-height: 40vh !important; }
  .min-vh-lg-45 {
    min-height: 45vh !important; }
  .min-vh-lg-50 {
    min-height: 50vh !important; }
  .min-vh-lg-55 {
    min-height: 55vh !important; }
  .min-vh-lg-60 {
    min-height: 60vh !important; }
  .min-vh-lg-65 {
    min-height: 65vh !important; }
  .min-vh-lg-70 {
    min-height: 70vh !important; }
  .min-vh-lg-75 {
    min-height: 75vh !important; }
  .min-vh-lg-80 {
    min-height: 80vh !important; }
  .min-vh-lg-85 {
    min-height: 85vh !important; }
  .min-vh-lg-90 {
    min-height: 90vh !important; }
  .min-vh-lg-95 {
    min-height: 95vh !important; }
  .min-vh-lg-100 {
    min-height: 100vh !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; }
  .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; }
  .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; }
  .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; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .border-xl {
    border: 1px solid #dee2e6 !important; }
  .border-xl-0 {
    border: 0 !important; }
  .border-top-xl {
    border-top: 1px solid #dee2e6 !important; }
  .border-top-xl-0 {
    border-top: 0 !important; }
  .border-end-xl {
    border-right: 1px solid #dee2e6 !important; }
  .border-end-xl-0 {
    border-right: 0 !important; }
  .border-bottom-xl {
    border-bottom: 1px solid #dee2e6 !important; }
  .border-bottom-xl-0 {
    border-bottom: 0 !important; }
  .border-start-xl {
    border-left: 1px solid #dee2e6 !important; }
  .border-start-xl-0 {
    border-left: 0 !important; }
  .border-xl-primary {
    border-color: #007BFF !important; }
  .border-xl-secondary {
    border-color: #6c757d !important; }
  .border-xl-success {
    border-color: #198754 !important; }
  .border-xl-info {
    border-color: #0dcaf0 !important; }
  .border-xl-warning {
    border-color: #ffc107 !important; }
  .border-xl-danger {
    border-color: #dc3545 !important; }
  .border-xl-light {
    border-color: #f8f9fa !important; }
  .border-xl-dark {
    border-color: #212529 !important; }
  .border-xl-blackish {
    border-color: #292929 !important; }
  .border-xl-darkblack {
    border-color: #000 !important; }
  .border-xl-blue {
    border-color: #0066FF !important; }
  .border-xl-silver {
    border-color: #838383 !important; }
  .border-xl-silver2 {
    border-color: #AFAFAF !important; }
  .border-xl-custom-philippine_silver {
    border-color: #B5B5B5 !important; }
  .border-xl-custom-chinese_silver_light {
    border-color: #C7C7C7 !important; }
  .border-xl-custom-chinese_silver_lighter {
    border-color: #CDCDCD !important; }
  .border-xl-custom-bright_gray {
    border-color: #F3EFE8 !important; }
  .border-xl-grey2 {
    border-color: #F6F7FA !important; }
  .border-xl-frost {
    border-color: #E4EEFF !important; }
  .border-xl-grey {
    border-color: #575757 !important; }
  .border-xl-custom-spanish_gray_light {
    border-color: #939393 !important; }
  .border-xl-custom-spanish_gray_lighter {
    border-color: #9A9A9A !important; }
  .border-xl-custom-light_gray {
    border-color: #CED4DA !important; }
  .border-xl-custom-onyx_normal {
    border-color: #343A40 !important; }
  .border-xl-custom-onyx_medium {
    border-color: #373737 !important; }
  .border-xl-custom {
    border-color: #474747 !important; }
  .border-xl-custom-ghost_white {
    border-color: #FFFCF9 !important; }
  .border-xl-custom-anti_flash_white {
    border-color: #FAF8F0 !important; }
  .border-xl-custom-platinum {
    border-color: #E4E4E4 !important; }
  .border-xl-custom-blue_ryb {
    border-color: #0041EC !important; }
  .border-xl-custom-dark_imperial_blue {
    border-color: #10106A !important; }
  .border-xl-custom-air_force_blue {
    border-color: #062E8A !important; }
  .border-xl-custom-azure {
    border-color: #007BFF !important; }
  .border-xl-custom-blueberry_medium {
    border-color: #4B79F2 !important; }
  .border-xl-custom-blueberry_normal {
    border-color: #4790FF !important; }
  .border-xl-bluelight {
    border-color: #00E0FF !important; }
  .border-xl-custom-lavender_blue_lighter {
    border-color: #CDC3FF !important; }
  .border-xl-custom-jordy_blue {
    border-color: #92B0FF !important; }
  .border-xl-custom-fluorescent_blue {
    border-color: #1DFFE9 !important; }
  .border-xl-steel {
    border-color: #607E8E !important; }
  .border-xl-ocean {
    border-color: #4CB5AB !important; }
  .border-xl-custom-red {
    border-color: #FF0000 !important; }
  .border-xl-darkred {
    border-color: #D0031C !important; }
  .border-xl-pink {
    border-color: #FF005C !important; }
  .border-xl-peach {
    border-color: #FFDCDC !important; }
  .border-xl-custom-mauvelous {
    border-color: #EB9FA0 !important; }
  .border-xl-green {
    border-color: #02FF76 !important; }
  .border-xl-darkgreen {
    border-color: #2E9809 !important; }
  .border-xl-custom-teal_deer {
    border-color: #91F1A7 !important; }
  .border-xl-yellow {
    border-color: #F2B600 !important; }
  .border-xl-orange_custom {
    border-color: #F66962 !important; }
  .border-xl-white {
    border-color: #fff !important; }
  .border-xl-1 {
    border-width: 1px !important; }
  .border-xl-2 {
    border-width: 2px !important; }
  .border-xl-3 {
    border-width: 3px !important; }
  .border-xl-4 {
    border-width: 4px !important; }
  .border-xl-5 {
    border-width: 5px !important; }
  .w-xl-5 {
    width: 5% !important; }
  .w-xl-10 {
    width: 10% !important; }
  .w-xl-15 {
    width: 15% !important; }
  .w-xl-20 {
    width: 20% !important; }
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-30 {
    width: 30% !important; }
  .w-xl-35 {
    width: 35% !important; }
  .w-xl-40 {
    width: 40% !important; }
  .w-xl-45 {
    width: 45% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-55 {
    width: 55% !important; }
  .w-xl-60 {
    width: 60% !important; }
  .w-xl-65 {
    width: 65% !important; }
  .w-xl-70 {
    width: 70% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-80 {
    width: 80% !important; }
  .w-xl-85 {
    width: 85% !important; }
  .w-xl-90 {
    width: 90% !important; }
  .w-xl-95 {
    width: 95% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .mw-xl-5 {
    max-width: 5% !important; }
  .mw-xl-10 {
    max-width: 10% !important; }
  .mw-xl-15 {
    max-width: 15% !important; }
  .mw-xl-20 {
    max-width: 20% !important; }
  .mw-xl-25 {
    max-width: 25% !important; }
  .mw-xl-30 {
    max-width: 30% !important; }
  .mw-xl-35 {
    max-width: 35% !important; }
  .mw-xl-40 {
    max-width: 40% !important; }
  .mw-xl-45 {
    max-width: 45% !important; }
  .mw-xl-50 {
    max-width: 50% !important; }
  .mw-xl-55 {
    max-width: 55% !important; }
  .mw-xl-60 {
    max-width: 60% !important; }
  .mw-xl-65 {
    max-width: 65% !important; }
  .mw-xl-70 {
    max-width: 70% !important; }
  .mw-xl-75 {
    max-width: 75% !important; }
  .mw-xl-80 {
    max-width: 80% !important; }
  .mw-xl-85 {
    max-width: 85% !important; }
  .mw-xl-90 {
    max-width: 90% !important; }
  .mw-xl-95 {
    max-width: 95% !important; }
  .mw-xl-100 {
    max-width: 100% !important; }
  .vw-xl-5 {
    width: 5vw !important; }
  .vw-xl-10 {
    width: 10vw !important; }
  .vw-xl-15 {
    width: 15vw !important; }
  .vw-xl-20 {
    width: 20vw !important; }
  .vw-xl-25 {
    width: 25vw !important; }
  .vw-xl-30 {
    width: 30vw !important; }
  .vw-xl-35 {
    width: 35vw !important; }
  .vw-xl-40 {
    width: 40vw !important; }
  .vw-xl-45 {
    width: 45vw !important; }
  .vw-xl-50 {
    width: 50vw !important; }
  .vw-xl-55 {
    width: 55vw !important; }
  .vw-xl-60 {
    width: 60vw !important; }
  .vw-xl-65 {
    width: 65vw !important; }
  .vw-xl-70 {
    width: 70vw !important; }
  .vw-xl-75 {
    width: 75vw !important; }
  .vw-xl-80 {
    width: 80vw !important; }
  .vw-xl-85 {
    width: 85vw !important; }
  .vw-xl-90 {
    width: 90vw !important; }
  .vw-xl-95 {
    width: 95vw !important; }
  .vw-xl-100 {
    width: 100vw !important; }
  .min-vw-xl-5 {
    min-width: 5vw !important; }
  .min-vw-xl-10 {
    min-width: 10vw !important; }
  .min-vw-xl-15 {
    min-width: 15vw !important; }
  .min-vw-xl-20 {
    min-width: 20vw !important; }
  .min-vw-xl-25 {
    min-width: 25vw !important; }
  .min-vw-xl-30 {
    min-width: 30vw !important; }
  .min-vw-xl-35 {
    min-width: 35vw !important; }
  .min-vw-xl-40 {
    min-width: 40vw !important; }
  .min-vw-xl-45 {
    min-width: 45vw !important; }
  .min-vw-xl-50 {
    min-width: 50vw !important; }
  .min-vw-xl-55 {
    min-width: 55vw !important; }
  .min-vw-xl-60 {
    min-width: 60vw !important; }
  .min-vw-xl-65 {
    min-width: 65vw !important; }
  .min-vw-xl-70 {
    min-width: 70vw !important; }
  .min-vw-xl-75 {
    min-width: 75vw !important; }
  .min-vw-xl-80 {
    min-width: 80vw !important; }
  .min-vw-xl-85 {
    min-width: 85vw !important; }
  .min-vw-xl-90 {
    min-width: 90vw !important; }
  .min-vw-xl-95 {
    min-width: 95vw !important; }
  .min-vw-xl-100 {
    min-width: 100vw !important; }
  .h-xl-5 {
    height: 5% !important; }
  .h-xl-10 {
    height: 10% !important; }
  .h-xl-15 {
    height: 15% !important; }
  .h-xl-20 {
    height: 20% !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-30 {
    height: 30% !important; }
  .h-xl-35 {
    height: 35% !important; }
  .h-xl-40 {
    height: 40% !important; }
  .h-xl-45 {
    height: 45% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-55 {
    height: 55% !important; }
  .h-xl-60 {
    height: 60% !important; }
  .h-xl-65 {
    height: 65% !important; }
  .h-xl-70 {
    height: 70% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-80 {
    height: 80% !important; }
  .h-xl-85 {
    height: 85% !important; }
  .h-xl-90 {
    height: 90% !important; }
  .h-xl-95 {
    height: 95% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; }
  .mh-xl-5 {
    max-height: 5% !important; }
  .mh-xl-10 {
    max-height: 10% !important; }
  .mh-xl-15 {
    max-height: 15% !important; }
  .mh-xl-20 {
    max-height: 20% !important; }
  .mh-xl-25 {
    max-height: 25% !important; }
  .mh-xl-30 {
    max-height: 30% !important; }
  .mh-xl-35 {
    max-height: 35% !important; }
  .mh-xl-40 {
    max-height: 40% !important; }
  .mh-xl-45 {
    max-height: 45% !important; }
  .mh-xl-50 {
    max-height: 50% !important; }
  .mh-xl-55 {
    max-height: 55% !important; }
  .mh-xl-60 {
    max-height: 60% !important; }
  .mh-xl-65 {
    max-height: 65% !important; }
  .mh-xl-70 {
    max-height: 70% !important; }
  .mh-xl-75 {
    max-height: 75% !important; }
  .mh-xl-80 {
    max-height: 80% !important; }
  .mh-xl-85 {
    max-height: 85% !important; }
  .mh-xl-90 {
    max-height: 90% !important; }
  .mh-xl-95 {
    max-height: 95% !important; }
  .mh-xl-100 {
    max-height: 100% !important; }
  .vh-xl-5 {
    height: 5vh !important; }
  .vh-xl-10 {
    height: 10vh !important; }
  .vh-xl-15 {
    height: 15vh !important; }
  .vh-xl-20 {
    height: 20vh !important; }
  .vh-xl-25 {
    height: 25vh !important; }
  .vh-xl-30 {
    height: 30vh !important; }
  .vh-xl-35 {
    height: 35vh !important; }
  .vh-xl-40 {
    height: 40vh !important; }
  .vh-xl-45 {
    height: 45vh !important; }
  .vh-xl-50 {
    height: 50vh !important; }
  .vh-xl-55 {
    height: 55vh !important; }
  .vh-xl-60 {
    height: 60vh !important; }
  .vh-xl-65 {
    height: 65vh !important; }
  .vh-xl-70 {
    height: 70vh !important; }
  .vh-xl-75 {
    height: 75vh !important; }
  .vh-xl-80 {
    height: 80vh !important; }
  .vh-xl-85 {
    height: 85vh !important; }
  .vh-xl-90 {
    height: 90vh !important; }
  .vh-xl-95 {
    height: 95vh !important; }
  .vh-xl-100 {
    height: 100vh !important; }
  .min-vh-xl-5 {
    min-height: 5vh !important; }
  .min-vh-xl-10 {
    min-height: 10vh !important; }
  .min-vh-xl-15 {
    min-height: 15vh !important; }
  .min-vh-xl-20 {
    min-height: 20vh !important; }
  .min-vh-xl-25 {
    min-height: 25vh !important; }
  .min-vh-xl-30 {
    min-height: 30vh !important; }
  .min-vh-xl-35 {
    min-height: 35vh !important; }
  .min-vh-xl-40 {
    min-height: 40vh !important; }
  .min-vh-xl-45 {
    min-height: 45vh !important; }
  .min-vh-xl-50 {
    min-height: 50vh !important; }
  .min-vh-xl-55 {
    min-height: 55vh !important; }
  .min-vh-xl-60 {
    min-height: 60vh !important; }
  .min-vh-xl-65 {
    min-height: 65vh !important; }
  .min-vh-xl-70 {
    min-height: 70vh !important; }
  .min-vh-xl-75 {
    min-height: 75vh !important; }
  .min-vh-xl-80 {
    min-height: 80vh !important; }
  .min-vh-xl-85 {
    min-height: 85vh !important; }
  .min-vh-xl-90 {
    min-height: 90vh !important; }
  .min-vh-xl-95 {
    min-height: 95vh !important; }
  .min-vh-xl-100 {
    min-height: 100vh !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; }
  .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; }
  .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; }
  .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; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .border-xxl {
    border: 1px solid #dee2e6 !important; }
  .border-xxl-0 {
    border: 0 !important; }
  .border-top-xxl {
    border-top: 1px solid #dee2e6 !important; }
  .border-top-xxl-0 {
    border-top: 0 !important; }
  .border-end-xxl {
    border-right: 1px solid #dee2e6 !important; }
  .border-end-xxl-0 {
    border-right: 0 !important; }
  .border-bottom-xxl {
    border-bottom: 1px solid #dee2e6 !important; }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important; }
  .border-start-xxl {
    border-left: 1px solid #dee2e6 !important; }
  .border-start-xxl-0 {
    border-left: 0 !important; }
  .border-xxl-primary {
    border-color: #007BFF !important; }
  .border-xxl-secondary {
    border-color: #6c757d !important; }
  .border-xxl-success {
    border-color: #198754 !important; }
  .border-xxl-info {
    border-color: #0dcaf0 !important; }
  .border-xxl-warning {
    border-color: #ffc107 !important; }
  .border-xxl-danger {
    border-color: #dc3545 !important; }
  .border-xxl-light {
    border-color: #f8f9fa !important; }
  .border-xxl-dark {
    border-color: #212529 !important; }
  .border-xxl-blackish {
    border-color: #292929 !important; }
  .border-xxl-darkblack {
    border-color: #000 !important; }
  .border-xxl-blue {
    border-color: #0066FF !important; }
  .border-xxl-silver {
    border-color: #838383 !important; }
  .border-xxl-silver2 {
    border-color: #AFAFAF !important; }
  .border-xxl-custom-philippine_silver {
    border-color: #B5B5B5 !important; }
  .border-xxl-custom-chinese_silver_light {
    border-color: #C7C7C7 !important; }
  .border-xxl-custom-chinese_silver_lighter {
    border-color: #CDCDCD !important; }
  .border-xxl-custom-bright_gray {
    border-color: #F3EFE8 !important; }
  .border-xxl-grey2 {
    border-color: #F6F7FA !important; }
  .border-xxl-frost {
    border-color: #E4EEFF !important; }
  .border-xxl-grey {
    border-color: #575757 !important; }
  .border-xxl-custom-spanish_gray_light {
    border-color: #939393 !important; }
  .border-xxl-custom-spanish_gray_lighter {
    border-color: #9A9A9A !important; }
  .border-xxl-custom-light_gray {
    border-color: #CED4DA !important; }
  .border-xxl-custom-onyx_normal {
    border-color: #343A40 !important; }
  .border-xxl-custom-onyx_medium {
    border-color: #373737 !important; }
  .border-xxl-custom {
    border-color: #474747 !important; }
  .border-xxl-custom-ghost_white {
    border-color: #FFFCF9 !important; }
  .border-xxl-custom-anti_flash_white {
    border-color: #FAF8F0 !important; }
  .border-xxl-custom-platinum {
    border-color: #E4E4E4 !important; }
  .border-xxl-custom-blue_ryb {
    border-color: #0041EC !important; }
  .border-xxl-custom-dark_imperial_blue {
    border-color: #10106A !important; }
  .border-xxl-custom-air_force_blue {
    border-color: #062E8A !important; }
  .border-xxl-custom-azure {
    border-color: #007BFF !important; }
  .border-xxl-custom-blueberry_medium {
    border-color: #4B79F2 !important; }
  .border-xxl-custom-blueberry_normal {
    border-color: #4790FF !important; }
  .border-xxl-bluelight {
    border-color: #00E0FF !important; }
  .border-xxl-custom-lavender_blue_lighter {
    border-color: #CDC3FF !important; }
  .border-xxl-custom-jordy_blue {
    border-color: #92B0FF !important; }
  .border-xxl-custom-fluorescent_blue {
    border-color: #1DFFE9 !important; }
  .border-xxl-steel {
    border-color: #607E8E !important; }
  .border-xxl-ocean {
    border-color: #4CB5AB !important; }
  .border-xxl-custom-red {
    border-color: #FF0000 !important; }
  .border-xxl-darkred {
    border-color: #D0031C !important; }
  .border-xxl-pink {
    border-color: #FF005C !important; }
  .border-xxl-peach {
    border-color: #FFDCDC !important; }
  .border-xxl-custom-mauvelous {
    border-color: #EB9FA0 !important; }
  .border-xxl-green {
    border-color: #02FF76 !important; }
  .border-xxl-darkgreen {
    border-color: #2E9809 !important; }
  .border-xxl-custom-teal_deer {
    border-color: #91F1A7 !important; }
  .border-xxl-yellow {
    border-color: #F2B600 !important; }
  .border-xxl-orange_custom {
    border-color: #F66962 !important; }
  .border-xxl-white {
    border-color: #fff !important; }
  .border-xxl-1 {
    border-width: 1px !important; }
  .border-xxl-2 {
    border-width: 2px !important; }
  .border-xxl-3 {
    border-width: 3px !important; }
  .border-xxl-4 {
    border-width: 4px !important; }
  .border-xxl-5 {
    border-width: 5px !important; }
  .w-xxl-5 {
    width: 5% !important; }
  .w-xxl-10 {
    width: 10% !important; }
  .w-xxl-15 {
    width: 15% !important; }
  .w-xxl-20 {
    width: 20% !important; }
  .w-xxl-25 {
    width: 25% !important; }
  .w-xxl-30 {
    width: 30% !important; }
  .w-xxl-35 {
    width: 35% !important; }
  .w-xxl-40 {
    width: 40% !important; }
  .w-xxl-45 {
    width: 45% !important; }
  .w-xxl-50 {
    width: 50% !important; }
  .w-xxl-55 {
    width: 55% !important; }
  .w-xxl-60 {
    width: 60% !important; }
  .w-xxl-65 {
    width: 65% !important; }
  .w-xxl-70 {
    width: 70% !important; }
  .w-xxl-75 {
    width: 75% !important; }
  .w-xxl-80 {
    width: 80% !important; }
  .w-xxl-85 {
    width: 85% !important; }
  .w-xxl-90 {
    width: 90% !important; }
  .w-xxl-95 {
    width: 95% !important; }
  .w-xxl-100 {
    width: 100% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .mw-xxl-5 {
    max-width: 5% !important; }
  .mw-xxl-10 {
    max-width: 10% !important; }
  .mw-xxl-15 {
    max-width: 15% !important; }
  .mw-xxl-20 {
    max-width: 20% !important; }
  .mw-xxl-25 {
    max-width: 25% !important; }
  .mw-xxl-30 {
    max-width: 30% !important; }
  .mw-xxl-35 {
    max-width: 35% !important; }
  .mw-xxl-40 {
    max-width: 40% !important; }
  .mw-xxl-45 {
    max-width: 45% !important; }
  .mw-xxl-50 {
    max-width: 50% !important; }
  .mw-xxl-55 {
    max-width: 55% !important; }
  .mw-xxl-60 {
    max-width: 60% !important; }
  .mw-xxl-65 {
    max-width: 65% !important; }
  .mw-xxl-70 {
    max-width: 70% !important; }
  .mw-xxl-75 {
    max-width: 75% !important; }
  .mw-xxl-80 {
    max-width: 80% !important; }
  .mw-xxl-85 {
    max-width: 85% !important; }
  .mw-xxl-90 {
    max-width: 90% !important; }
  .mw-xxl-95 {
    max-width: 95% !important; }
  .mw-xxl-100 {
    max-width: 100% !important; }
  .vw-xxl-5 {
    width: 5vw !important; }
  .vw-xxl-10 {
    width: 10vw !important; }
  .vw-xxl-15 {
    width: 15vw !important; }
  .vw-xxl-20 {
    width: 20vw !important; }
  .vw-xxl-25 {
    width: 25vw !important; }
  .vw-xxl-30 {
    width: 30vw !important; }
  .vw-xxl-35 {
    width: 35vw !important; }
  .vw-xxl-40 {
    width: 40vw !important; }
  .vw-xxl-45 {
    width: 45vw !important; }
  .vw-xxl-50 {
    width: 50vw !important; }
  .vw-xxl-55 {
    width: 55vw !important; }
  .vw-xxl-60 {
    width: 60vw !important; }
  .vw-xxl-65 {
    width: 65vw !important; }
  .vw-xxl-70 {
    width: 70vw !important; }
  .vw-xxl-75 {
    width: 75vw !important; }
  .vw-xxl-80 {
    width: 80vw !important; }
  .vw-xxl-85 {
    width: 85vw !important; }
  .vw-xxl-90 {
    width: 90vw !important; }
  .vw-xxl-95 {
    width: 95vw !important; }
  .vw-xxl-100 {
    width: 100vw !important; }
  .min-vw-xxl-5 {
    min-width: 5vw !important; }
  .min-vw-xxl-10 {
    min-width: 10vw !important; }
  .min-vw-xxl-15 {
    min-width: 15vw !important; }
  .min-vw-xxl-20 {
    min-width: 20vw !important; }
  .min-vw-xxl-25 {
    min-width: 25vw !important; }
  .min-vw-xxl-30 {
    min-width: 30vw !important; }
  .min-vw-xxl-35 {
    min-width: 35vw !important; }
  .min-vw-xxl-40 {
    min-width: 40vw !important; }
  .min-vw-xxl-45 {
    min-width: 45vw !important; }
  .min-vw-xxl-50 {
    min-width: 50vw !important; }
  .min-vw-xxl-55 {
    min-width: 55vw !important; }
  .min-vw-xxl-60 {
    min-width: 60vw !important; }
  .min-vw-xxl-65 {
    min-width: 65vw !important; }
  .min-vw-xxl-70 {
    min-width: 70vw !important; }
  .min-vw-xxl-75 {
    min-width: 75vw !important; }
  .min-vw-xxl-80 {
    min-width: 80vw !important; }
  .min-vw-xxl-85 {
    min-width: 85vw !important; }
  .min-vw-xxl-90 {
    min-width: 90vw !important; }
  .min-vw-xxl-95 {
    min-width: 95vw !important; }
  .min-vw-xxl-100 {
    min-width: 100vw !important; }
  .h-xxl-5 {
    height: 5% !important; }
  .h-xxl-10 {
    height: 10% !important; }
  .h-xxl-15 {
    height: 15% !important; }
  .h-xxl-20 {
    height: 20% !important; }
  .h-xxl-25 {
    height: 25% !important; }
  .h-xxl-30 {
    height: 30% !important; }
  .h-xxl-35 {
    height: 35% !important; }
  .h-xxl-40 {
    height: 40% !important; }
  .h-xxl-45 {
    height: 45% !important; }
  .h-xxl-50 {
    height: 50% !important; }
  .h-xxl-55 {
    height: 55% !important; }
  .h-xxl-60 {
    height: 60% !important; }
  .h-xxl-65 {
    height: 65% !important; }
  .h-xxl-70 {
    height: 70% !important; }
  .h-xxl-75 {
    height: 75% !important; }
  .h-xxl-80 {
    height: 80% !important; }
  .h-xxl-85 {
    height: 85% !important; }
  .h-xxl-90 {
    height: 90% !important; }
  .h-xxl-95 {
    height: 95% !important; }
  .h-xxl-100 {
    height: 100% !important; }
  .h-xxl-auto {
    height: auto !important; }
  .mh-xxl-5 {
    max-height: 5% !important; }
  .mh-xxl-10 {
    max-height: 10% !important; }
  .mh-xxl-15 {
    max-height: 15% !important; }
  .mh-xxl-20 {
    max-height: 20% !important; }
  .mh-xxl-25 {
    max-height: 25% !important; }
  .mh-xxl-30 {
    max-height: 30% !important; }
  .mh-xxl-35 {
    max-height: 35% !important; }
  .mh-xxl-40 {
    max-height: 40% !important; }
  .mh-xxl-45 {
    max-height: 45% !important; }
  .mh-xxl-50 {
    max-height: 50% !important; }
  .mh-xxl-55 {
    max-height: 55% !important; }
  .mh-xxl-60 {
    max-height: 60% !important; }
  .mh-xxl-65 {
    max-height: 65% !important; }
  .mh-xxl-70 {
    max-height: 70% !important; }
  .mh-xxl-75 {
    max-height: 75% !important; }
  .mh-xxl-80 {
    max-height: 80% !important; }
  .mh-xxl-85 {
    max-height: 85% !important; }
  .mh-xxl-90 {
    max-height: 90% !important; }
  .mh-xxl-95 {
    max-height: 95% !important; }
  .mh-xxl-100 {
    max-height: 100% !important; }
  .vh-xxl-5 {
    height: 5vh !important; }
  .vh-xxl-10 {
    height: 10vh !important; }
  .vh-xxl-15 {
    height: 15vh !important; }
  .vh-xxl-20 {
    height: 20vh !important; }
  .vh-xxl-25 {
    height: 25vh !important; }
  .vh-xxl-30 {
    height: 30vh !important; }
  .vh-xxl-35 {
    height: 35vh !important; }
  .vh-xxl-40 {
    height: 40vh !important; }
  .vh-xxl-45 {
    height: 45vh !important; }
  .vh-xxl-50 {
    height: 50vh !important; }
  .vh-xxl-55 {
    height: 55vh !important; }
  .vh-xxl-60 {
    height: 60vh !important; }
  .vh-xxl-65 {
    height: 65vh !important; }
  .vh-xxl-70 {
    height: 70vh !important; }
  .vh-xxl-75 {
    height: 75vh !important; }
  .vh-xxl-80 {
    height: 80vh !important; }
  .vh-xxl-85 {
    height: 85vh !important; }
  .vh-xxl-90 {
    height: 90vh !important; }
  .vh-xxl-95 {
    height: 95vh !important; }
  .vh-xxl-100 {
    height: 100vh !important; }
  .min-vh-xxl-5 {
    min-height: 5vh !important; }
  .min-vh-xxl-10 {
    min-height: 10vh !important; }
  .min-vh-xxl-15 {
    min-height: 15vh !important; }
  .min-vh-xxl-20 {
    min-height: 20vh !important; }
  .min-vh-xxl-25 {
    min-height: 25vh !important; }
  .min-vh-xxl-30 {
    min-height: 30vh !important; }
  .min-vh-xxl-35 {
    min-height: 35vh !important; }
  .min-vh-xxl-40 {
    min-height: 40vh !important; }
  .min-vh-xxl-45 {
    min-height: 45vh !important; }
  .min-vh-xxl-50 {
    min-height: 50vh !important; }
  .min-vh-xxl-55 {
    min-height: 55vh !important; }
  .min-vh-xxl-60 {
    min-height: 60vh !important; }
  .min-vh-xxl-65 {
    min-height: 65vh !important; }
  .min-vh-xxl-70 {
    min-height: 70vh !important; }
  .min-vh-xxl-75 {
    min-height: 75vh !important; }
  .min-vh-xxl-80 {
    min-height: 80vh !important; }
  .min-vh-xxl-85 {
    min-height: 85vh !important; }
  .min-vh-xxl-90 {
    min-height: 90vh !important; }
  .min-vh-xxl-95 {
    min-height: 95vh !important; }
  .min-vh-xxl-100 {
    min-height: 100vh !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; }
  .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; }
  .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; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

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

.fs-2 {
  font-size: 2px !important; }

.fs-3 {
  font-size: 3px !important; }

.fs-4 {
  font-size: 4px !important; }

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

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

.fs-7 {
  font-size: 7px !important; }

.fs-8 {
  font-size: 8px !important; }

.fs-9 {
  font-size: 9px !important; }

.fs-10 {
  font-size: 10px !important; }

.fs-11 {
  font-size: 11px !important; }

.fs-12 {
  font-size: 12px !important; }

.fs-13 {
  font-size: 13px !important; }

.fs-14 {
  font-size: 14px !important; }

.fs-15 {
  font-size: 15px !important; }

.fs-16 {
  font-size: 16px !important; }

.fs-17 {
  font-size: 17px !important; }

.fs-18 {
  font-size: 18px !important; }

.fs-19 {
  font-size: 19px !important; }

.fs-20 {
  font-size: 20px !important; }

.fs-21 {
  font-size: 21px !important; }

.fs-22 {
  font-size: 22px !important; }

.fs-23 {
  font-size: 23px !important; }

.fs-24 {
  font-size: 24px !important; }

.fs-25 {
  font-size: 25px !important; }

.fs-26 {
  font-size: 26px !important; }

.fs-27 {
  font-size: 27px !important; }

.fs-28 {
  font-size: 28px !important; }

.fs-29 {
  font-size: 29px !important; }

.fs-30 {
  font-size: 30px !important; }

.fs-31 {
  font-size: 31px !important; }

.fs-32 {
  font-size: 32px !important; }

.fs-33 {
  font-size: 33px !important; }

.fs-34 {
  font-size: 34px !important; }

.fs-35 {
  font-size: 35px !important; }

.fs-36 {
  font-size: 36px !important; }

.fs-37 {
  font-size: 37px !important; }

.fs-38 {
  font-size: 38px !important; }

.fs-39 {
  font-size: 39px !important; }

.fs-40 {
  font-size: 40px !important; }

.fs-41 {
  font-size: 41px !important; }

.fs-42 {
  font-size: 42px !important; }

.fs-43 {
  font-size: 43px !important; }

.fs-44 {
  font-size: 44px !important; }

.fs-45 {
  font-size: 45px !important; }

.fs-46 {
  font-size: 46px !important; }

.fs-47 {
  font-size: 47px !important; }

.fs-48 {
  font-size: 48px !important; }

.fs-49 {
  font-size: 49px !important; }

.fs-50 {
  font-size: 50px !important; }

.fs-51 {
  font-size: 51px !important; }

.fs-52 {
  font-size: 52px !important; }

.fs-53 {
  font-size: 53px !important; }

.fs-54 {
  font-size: 54px !important; }

.fs-55 {
  font-size: 55px !important; }

.fs-56 {
  font-size: 56px !important; }

.fs-57 {
  font-size: 57px !important; }

.fs-58 {
  font-size: 58px !important; }

.fs-59 {
  font-size: 59px !important; }

.fs-60 {
  font-size: 60px !important; }

.fs-61 {
  font-size: 61px !important; }

.fs-62 {
  font-size: 62px !important; }

.fs-63 {
  font-size: 63px !important; }

.fs-64 {
  font-size: 64px !important; }

.fs-65 {
  font-size: 65px !important; }

.fs-66 {
  font-size: 66px !important; }

.fs-67 {
  font-size: 67px !important; }

.fs-68 {
  font-size: 68px !important; }

.fs-69 {
  font-size: 69px !important; }

.fs-70 {
  font-size: 70px !important; }

.fs-71 {
  font-size: 71px !important; }

.fs-72 {
  font-size: 72px !important; }

.fs-73 {
  font-size: 73px !important; }

.fs-74 {
  font-size: 74px !important; }

.fs-75 {
  font-size: 75px !important; }

.fs-76 {
  font-size: 76px !important; }

.fs-77 {
  font-size: 77px !important; }

.fs-78 {
  font-size: 78px !important; }

.fs-79 {
  font-size: 79px !important; }

.fs-80 {
  font-size: 80px !important; }

.fs-81 {
  font-size: 81px !important; }

.fs-82 {
  font-size: 82px !important; }

.fs-83 {
  font-size: 83px !important; }

.fs-84 {
  font-size: 84px !important; }

.fs-85 {
  font-size: 85px !important; }

.fs-86 {
  font-size: 86px !important; }

.fs-87 {
  font-size: 87px !important; }

.fs-88 {
  font-size: 88px !important; }

.fs-89 {
  font-size: 89px !important; }

.fs-90 {
  font-size: 90px !important; }

.fs-91 {
  font-size: 91px !important; }

.fs-92 {
  font-size: 92px !important; }

.fs-93 {
  font-size: 93px !important; }

.fs-94 {
  font-size: 94px !important; }

.fs-95 {
  font-size: 95px !important; }

.fs-96 {
  font-size: 96px !important; }

.fs-97 {
  font-size: 97px !important; }

.fs-98 {
  font-size: 98px !important; }

.fs-99 {
  font-size: 99px !important; }

.fs-100 {
  font-size: 100px !important; }

.fs-101 {
  font-size: 101px !important; }

.fs-102 {
  font-size: 102px !important; }

.fs-103 {
  font-size: 103px !important; }

.fs-104 {
  font-size: 104px !important; }

.fs-105 {
  font-size: 105px !important; }

.fs-106 {
  font-size: 106px !important; }

.fs-107 {
  font-size: 107px !important; }

.fs-108 {
  font-size: 108px !important; }

.fs-109 {
  font-size: 109px !important; }

.fs-110 {
  font-size: 110px !important; }

.fs-111 {
  font-size: 111px !important; }

.fs-112 {
  font-size: 112px !important; }

.fs-113 {
  font-size: 113px !important; }

.fs-114 {
  font-size: 114px !important; }

.fs-115 {
  font-size: 115px !important; }

.fs-116 {
  font-size: 116px !important; }

.fs-117 {
  font-size: 117px !important; }

.fs-118 {
  font-size: 118px !important; }

.fs-119 {
  font-size: 119px !important; }

.fs-120 {
  font-size: 120px !important; }

.fs-121 {
  font-size: 121px !important; }

.fs-122 {
  font-size: 122px !important; }

.fs-123 {
  font-size: 123px !important; }

.fs-124 {
  font-size: 124px !important; }

.fs-125 {
  font-size: 125px !important; }

.fs-126 {
  font-size: 126px !important; }

.fs-127 {
  font-size: 127px !important; }

.fs-128 {
  font-size: 128px !important; }

.fs-129 {
  font-size: 129px !important; }

.fs-130 {
  font-size: 130px !important; }

.fs-131 {
  font-size: 131px !important; }

.fs-132 {
  font-size: 132px !important; }

.fs-133 {
  font-size: 133px !important; }

.fs-134 {
  font-size: 134px !important; }

.fs-135 {
  font-size: 135px !important; }

.fs-136 {
  font-size: 136px !important; }

.fs-137 {
  font-size: 137px !important; }

.fs-138 {
  font-size: 138px !important; }

.fs-139 {
  font-size: 139px !important; }

.fs-140 {
  font-size: 140px !important; }

.fs-141 {
  font-size: 141px !important; }

.fs-142 {
  font-size: 142px !important; }

.fs-143 {
  font-size: 143px !important; }

.fs-144 {
  font-size: 144px !important; }

.fs-145 {
  font-size: 145px !important; }

.fs-146 {
  font-size: 146px !important; }

.fs-147 {
  font-size: 147px !important; }

.fs-148 {
  font-size: 148px !important; }

.fs-149 {
  font-size: 149px !important; }

.fs-150 {
  font-size: 150px !important; }

.fs-151 {
  font-size: 151px !important; }

.fs-152 {
  font-size: 152px !important; }

.fs-153 {
  font-size: 153px !important; }

.fs-154 {
  font-size: 154px !important; }

.fs-155 {
  font-size: 155px !important; }

.fs-156 {
  font-size: 156px !important; }

.fs-157 {
  font-size: 157px !important; }

.fs-158 {
  font-size: 158px !important; }

.fs-159 {
  font-size: 159px !important; }

.fs-160 {
  font-size: 160px !important; }

.fs-161 {
  font-size: 161px !important; }

.fs-162 {
  font-size: 162px !important; }

.fs-163 {
  font-size: 163px !important; }

.fs-164 {
  font-size: 164px !important; }

.fs-165 {
  font-size: 165px !important; }

.fs-166 {
  font-size: 166px !important; }

.fs-167 {
  font-size: 167px !important; }

.fs-168 {
  font-size: 168px !important; }

.fs-169 {
  font-size: 169px !important; }

.fs-170 {
  font-size: 170px !important; }

.fs-171 {
  font-size: 171px !important; }

.fs-172 {
  font-size: 172px !important; }

.fs-173 {
  font-size: 173px !important; }

.fs-174 {
  font-size: 174px !important; }

.fs-175 {
  font-size: 175px !important; }

.fs-176 {
  font-size: 176px !important; }

.fs-177 {
  font-size: 177px !important; }

.fs-178 {
  font-size: 178px !important; }

.fs-179 {
  font-size: 179px !important; }

.fs-180 {
  font-size: 180px !important; }

.fs-181 {
  font-size: 181px !important; }

.fs-182 {
  font-size: 182px !important; }

.fs-183 {
  font-size: 183px !important; }

.fs-184 {
  font-size: 184px !important; }

.fs-185 {
  font-size: 185px !important; }

.fs-186 {
  font-size: 186px !important; }

.fs-187 {
  font-size: 187px !important; }

.fs-188 {
  font-size: 188px !important; }

.fs-189 {
  font-size: 189px !important; }

.fs-190 {
  font-size: 190px !important; }

.fs-191 {
  font-size: 191px !important; }

.fs-192 {
  font-size: 192px !important; }

.fs-193 {
  font-size: 193px !important; }

.fs-194 {
  font-size: 194px !important; }

.fs-195 {
  font-size: 195px !important; }

.fs-196 {
  font-size: 196px !important; }

.fs-197 {
  font-size: 197px !important; }

.fs-198 {
  font-size: 198px !important; }

.fs-199 {
  font-size: 199px !important; }

.fs-200 {
  font-size: 200px !important; }

.fs-201 {
  font-size: 201px !important; }

.fs-202 {
  font-size: 202px !important; }

.fs-203 {
  font-size: 203px !important; }

.fs-204 {
  font-size: 204px !important; }

.fs-205 {
  font-size: 205px !important; }

.fs-206 {
  font-size: 206px !important; }

.fs-207 {
  font-size: 207px !important; }

.fs-208 {
  font-size: 208px !important; }

.fs-209 {
  font-size: 209px !important; }

.fs-210 {
  font-size: 210px !important; }

.fs-211 {
  font-size: 211px !important; }

.fs-212 {
  font-size: 212px !important; }

.fs-213 {
  font-size: 213px !important; }

.fs-214 {
  font-size: 214px !important; }

.fs-215 {
  font-size: 215px !important; }

.fs-216 {
  font-size: 216px !important; }

.fs-217 {
  font-size: 217px !important; }

.fs-218 {
  font-size: 218px !important; }

.fs-219 {
  font-size: 219px !important; }

.fs-220 {
  font-size: 220px !important; }

.fs-221 {
  font-size: 221px !important; }

.fs-222 {
  font-size: 222px !important; }

.fs-223 {
  font-size: 223px !important; }

.fs-224 {
  font-size: 224px !important; }

.fs-225 {
  font-size: 225px !important; }

.fs-226 {
  font-size: 226px !important; }

.fs-227 {
  font-size: 227px !important; }

.fs-228 {
  font-size: 228px !important; }

.fs-229 {
  font-size: 229px !important; }

.fs-230 {
  font-size: 230px !important; }

@media (min-width: 576px) {
  .fs-sm-1 {
    font-size: 1px !important; }
  .fs-sm-2 {
    font-size: 2px !important; }
  .fs-sm-3 {
    font-size: 3px !important; }
  .fs-sm-4 {
    font-size: 4px !important; }
  .fs-sm-5 {
    font-size: 5px !important; }
  .fs-sm-6 {
    font-size: 6px !important; }
  .fs-sm-7 {
    font-size: 7px !important; }
  .fs-sm-8 {
    font-size: 8px !important; }
  .fs-sm-9 {
    font-size: 9px !important; }
  .fs-sm-10 {
    font-size: 10px !important; }
  .fs-sm-11 {
    font-size: 11px !important; }
  .fs-sm-12 {
    font-size: 12px !important; }
  .fs-sm-13 {
    font-size: 13px !important; }
  .fs-sm-14 {
    font-size: 14px !important; }
  .fs-sm-15 {
    font-size: 15px !important; }
  .fs-sm-16 {
    font-size: 16px !important; }
  .fs-sm-17 {
    font-size: 17px !important; }
  .fs-sm-18 {
    font-size: 18px !important; }
  .fs-sm-19 {
    font-size: 19px !important; }
  .fs-sm-20 {
    font-size: 20px !important; }
  .fs-sm-21 {
    font-size: 21px !important; }
  .fs-sm-22 {
    font-size: 22px !important; }
  .fs-sm-23 {
    font-size: 23px !important; }
  .fs-sm-24 {
    font-size: 24px !important; }
  .fs-sm-25 {
    font-size: 25px !important; }
  .fs-sm-26 {
    font-size: 26px !important; }
  .fs-sm-27 {
    font-size: 27px !important; }
  .fs-sm-28 {
    font-size: 28px !important; }
  .fs-sm-29 {
    font-size: 29px !important; }
  .fs-sm-30 {
    font-size: 30px !important; }
  .fs-sm-31 {
    font-size: 31px !important; }
  .fs-sm-32 {
    font-size: 32px !important; }
  .fs-sm-33 {
    font-size: 33px !important; }
  .fs-sm-34 {
    font-size: 34px !important; }
  .fs-sm-35 {
    font-size: 35px !important; }
  .fs-sm-36 {
    font-size: 36px !important; }
  .fs-sm-37 {
    font-size: 37px !important; }
  .fs-sm-38 {
    font-size: 38px !important; }
  .fs-sm-39 {
    font-size: 39px !important; }
  .fs-sm-40 {
    font-size: 40px !important; }
  .fs-sm-41 {
    font-size: 41px !important; }
  .fs-sm-42 {
    font-size: 42px !important; }
  .fs-sm-43 {
    font-size: 43px !important; }
  .fs-sm-44 {
    font-size: 44px !important; }
  .fs-sm-45 {
    font-size: 45px !important; }
  .fs-sm-46 {
    font-size: 46px !important; }
  .fs-sm-47 {
    font-size: 47px !important; }
  .fs-sm-48 {
    font-size: 48px !important; }
  .fs-sm-49 {
    font-size: 49px !important; }
  .fs-sm-50 {
    font-size: 50px !important; }
  .fs-sm-51 {
    font-size: 51px !important; }
  .fs-sm-52 {
    font-size: 52px !important; }
  .fs-sm-53 {
    font-size: 53px !important; }
  .fs-sm-54 {
    font-size: 54px !important; }
  .fs-sm-55 {
    font-size: 55px !important; }
  .fs-sm-56 {
    font-size: 56px !important; }
  .fs-sm-57 {
    font-size: 57px !important; }
  .fs-sm-58 {
    font-size: 58px !important; }
  .fs-sm-59 {
    font-size: 59px !important; }
  .fs-sm-60 {
    font-size: 60px !important; }
  .fs-sm-61 {
    font-size: 61px !important; }
  .fs-sm-62 {
    font-size: 62px !important; }
  .fs-sm-63 {
    font-size: 63px !important; }
  .fs-sm-64 {
    font-size: 64px !important; }
  .fs-sm-65 {
    font-size: 65px !important; }
  .fs-sm-66 {
    font-size: 66px !important; }
  .fs-sm-67 {
    font-size: 67px !important; }
  .fs-sm-68 {
    font-size: 68px !important; }
  .fs-sm-69 {
    font-size: 69px !important; }
  .fs-sm-70 {
    font-size: 70px !important; }
  .fs-sm-71 {
    font-size: 71px !important; }
  .fs-sm-72 {
    font-size: 72px !important; }
  .fs-sm-73 {
    font-size: 73px !important; }
  .fs-sm-74 {
    font-size: 74px !important; }
  .fs-sm-75 {
    font-size: 75px !important; }
  .fs-sm-76 {
    font-size: 76px !important; }
  .fs-sm-77 {
    font-size: 77px !important; }
  .fs-sm-78 {
    font-size: 78px !important; }
  .fs-sm-79 {
    font-size: 79px !important; }
  .fs-sm-80 {
    font-size: 80px !important; }
  .fs-sm-81 {
    font-size: 81px !important; }
  .fs-sm-82 {
    font-size: 82px !important; }
  .fs-sm-83 {
    font-size: 83px !important; }
  .fs-sm-84 {
    font-size: 84px !important; }
  .fs-sm-85 {
    font-size: 85px !important; }
  .fs-sm-86 {
    font-size: 86px !important; }
  .fs-sm-87 {
    font-size: 87px !important; }
  .fs-sm-88 {
    font-size: 88px !important; }
  .fs-sm-89 {
    font-size: 89px !important; }
  .fs-sm-90 {
    font-size: 90px !important; }
  .fs-sm-91 {
    font-size: 91px !important; }
  .fs-sm-92 {
    font-size: 92px !important; }
  .fs-sm-93 {
    font-size: 93px !important; }
  .fs-sm-94 {
    font-size: 94px !important; }
  .fs-sm-95 {
    font-size: 95px !important; }
  .fs-sm-96 {
    font-size: 96px !important; }
  .fs-sm-97 {
    font-size: 97px !important; }
  .fs-sm-98 {
    font-size: 98px !important; }
  .fs-sm-99 {
    font-size: 99px !important; }
  .fs-sm-100 {
    font-size: 100px !important; }
  .fs-sm-101 {
    font-size: 101px !important; }
  .fs-sm-102 {
    font-size: 102px !important; }
  .fs-sm-103 {
    font-size: 103px !important; }
  .fs-sm-104 {
    font-size: 104px !important; }
  .fs-sm-105 {
    font-size: 105px !important; }
  .fs-sm-106 {
    font-size: 106px !important; }
  .fs-sm-107 {
    font-size: 107px !important; }
  .fs-sm-108 {
    font-size: 108px !important; }
  .fs-sm-109 {
    font-size: 109px !important; }
  .fs-sm-110 {
    font-size: 110px !important; }
  .fs-sm-111 {
    font-size: 111px !important; }
  .fs-sm-112 {
    font-size: 112px !important; }
  .fs-sm-113 {
    font-size: 113px !important; }
  .fs-sm-114 {
    font-size: 114px !important; }
  .fs-sm-115 {
    font-size: 115px !important; }
  .fs-sm-116 {
    font-size: 116px !important; }
  .fs-sm-117 {
    font-size: 117px !important; }
  .fs-sm-118 {
    font-size: 118px !important; }
  .fs-sm-119 {
    font-size: 119px !important; }
  .fs-sm-120 {
    font-size: 120px !important; }
  .fs-sm-121 {
    font-size: 121px !important; }
  .fs-sm-122 {
    font-size: 122px !important; }
  .fs-sm-123 {
    font-size: 123px !important; }
  .fs-sm-124 {
    font-size: 124px !important; }
  .fs-sm-125 {
    font-size: 125px !important; }
  .fs-sm-126 {
    font-size: 126px !important; }
  .fs-sm-127 {
    font-size: 127px !important; }
  .fs-sm-128 {
    font-size: 128px !important; }
  .fs-sm-129 {
    font-size: 129px !important; }
  .fs-sm-130 {
    font-size: 130px !important; }
  .fs-sm-131 {
    font-size: 131px !important; }
  .fs-sm-132 {
    font-size: 132px !important; }
  .fs-sm-133 {
    font-size: 133px !important; }
  .fs-sm-134 {
    font-size: 134px !important; }
  .fs-sm-135 {
    font-size: 135px !important; }
  .fs-sm-136 {
    font-size: 136px !important; }
  .fs-sm-137 {
    font-size: 137px !important; }
  .fs-sm-138 {
    font-size: 138px !important; }
  .fs-sm-139 {
    font-size: 139px !important; }
  .fs-sm-140 {
    font-size: 140px !important; }
  .fs-sm-141 {
    font-size: 141px !important; }
  .fs-sm-142 {
    font-size: 142px !important; }
  .fs-sm-143 {
    font-size: 143px !important; }
  .fs-sm-144 {
    font-size: 144px !important; }
  .fs-sm-145 {
    font-size: 145px !important; }
  .fs-sm-146 {
    font-size: 146px !important; }
  .fs-sm-147 {
    font-size: 147px !important; }
  .fs-sm-148 {
    font-size: 148px !important; }
  .fs-sm-149 {
    font-size: 149px !important; }
  .fs-sm-150 {
    font-size: 150px !important; }
  .fs-sm-151 {
    font-size: 151px !important; }
  .fs-sm-152 {
    font-size: 152px !important; }
  .fs-sm-153 {
    font-size: 153px !important; }
  .fs-sm-154 {
    font-size: 154px !important; }
  .fs-sm-155 {
    font-size: 155px !important; }
  .fs-sm-156 {
    font-size: 156px !important; }
  .fs-sm-157 {
    font-size: 157px !important; }
  .fs-sm-158 {
    font-size: 158px !important; }
  .fs-sm-159 {
    font-size: 159px !important; }
  .fs-sm-160 {
    font-size: 160px !important; }
  .fs-sm-161 {
    font-size: 161px !important; }
  .fs-sm-162 {
    font-size: 162px !important; }
  .fs-sm-163 {
    font-size: 163px !important; }
  .fs-sm-164 {
    font-size: 164px !important; }
  .fs-sm-165 {
    font-size: 165px !important; }
  .fs-sm-166 {
    font-size: 166px !important; }
  .fs-sm-167 {
    font-size: 167px !important; }
  .fs-sm-168 {
    font-size: 168px !important; }
  .fs-sm-169 {
    font-size: 169px !important; }
  .fs-sm-170 {
    font-size: 170px !important; }
  .fs-sm-171 {
    font-size: 171px !important; }
  .fs-sm-172 {
    font-size: 172px !important; }
  .fs-sm-173 {
    font-size: 173px !important; }
  .fs-sm-174 {
    font-size: 174px !important; }
  .fs-sm-175 {
    font-size: 175px !important; }
  .fs-sm-176 {
    font-size: 176px !important; }
  .fs-sm-177 {
    font-size: 177px !important; }
  .fs-sm-178 {
    font-size: 178px !important; }
  .fs-sm-179 {
    font-size: 179px !important; }
  .fs-sm-180 {
    font-size: 180px !important; }
  .fs-sm-181 {
    font-size: 181px !important; }
  .fs-sm-182 {
    font-size: 182px !important; }
  .fs-sm-183 {
    font-size: 183px !important; }
  .fs-sm-184 {
    font-size: 184px !important; }
  .fs-sm-185 {
    font-size: 185px !important; }
  .fs-sm-186 {
    font-size: 186px !important; }
  .fs-sm-187 {
    font-size: 187px !important; }
  .fs-sm-188 {
    font-size: 188px !important; }
  .fs-sm-189 {
    font-size: 189px !important; }
  .fs-sm-190 {
    font-size: 190px !important; }
  .fs-sm-191 {
    font-size: 191px !important; }
  .fs-sm-192 {
    font-size: 192px !important; }
  .fs-sm-193 {
    font-size: 193px !important; }
  .fs-sm-194 {
    font-size: 194px !important; }
  .fs-sm-195 {
    font-size: 195px !important; }
  .fs-sm-196 {
    font-size: 196px !important; }
  .fs-sm-197 {
    font-size: 197px !important; }
  .fs-sm-198 {
    font-size: 198px !important; }
  .fs-sm-199 {
    font-size: 199px !important; }
  .fs-sm-200 {
    font-size: 200px !important; }
  .fs-sm-201 {
    font-size: 201px !important; }
  .fs-sm-202 {
    font-size: 202px !important; }
  .fs-sm-203 {
    font-size: 203px !important; }
  .fs-sm-204 {
    font-size: 204px !important; }
  .fs-sm-205 {
    font-size: 205px !important; }
  .fs-sm-206 {
    font-size: 206px !important; }
  .fs-sm-207 {
    font-size: 207px !important; }
  .fs-sm-208 {
    font-size: 208px !important; }
  .fs-sm-209 {
    font-size: 209px !important; }
  .fs-sm-210 {
    font-size: 210px !important; }
  .fs-sm-211 {
    font-size: 211px !important; }
  .fs-sm-212 {
    font-size: 212px !important; }
  .fs-sm-213 {
    font-size: 213px !important; }
  .fs-sm-214 {
    font-size: 214px !important; }
  .fs-sm-215 {
    font-size: 215px !important; }
  .fs-sm-216 {
    font-size: 216px !important; }
  .fs-sm-217 {
    font-size: 217px !important; }
  .fs-sm-218 {
    font-size: 218px !important; }
  .fs-sm-219 {
    font-size: 219px !important; }
  .fs-sm-220 {
    font-size: 220px !important; }
  .fs-sm-221 {
    font-size: 221px !important; }
  .fs-sm-222 {
    font-size: 222px !important; }
  .fs-sm-223 {
    font-size: 223px !important; }
  .fs-sm-224 {
    font-size: 224px !important; }
  .fs-sm-225 {
    font-size: 225px !important; }
  .fs-sm-226 {
    font-size: 226px !important; }
  .fs-sm-227 {
    font-size: 227px !important; }
  .fs-sm-228 {
    font-size: 228px !important; }
  .fs-sm-229 {
    font-size: 229px !important; }
  .fs-sm-230 {
    font-size: 230px !important; } }

@media (min-width: 768px) {
  .fs-md-1 {
    font-size: 1px !important; }
  .fs-md-2 {
    font-size: 2px !important; }
  .fs-md-3 {
    font-size: 3px !important; }
  .fs-md-4 {
    font-size: 4px !important; }
  .fs-md-5 {
    font-size: 5px !important; }
  .fs-md-6 {
    font-size: 6px !important; }
  .fs-md-7 {
    font-size: 7px !important; }
  .fs-md-8 {
    font-size: 8px !important; }
  .fs-md-9 {
    font-size: 9px !important; }
  .fs-md-10 {
    font-size: 10px !important; }
  .fs-md-11 {
    font-size: 11px !important; }
  .fs-md-12 {
    font-size: 12px !important; }
  .fs-md-13 {
    font-size: 13px !important; }
  .fs-md-14 {
    font-size: 14px !important; }
  .fs-md-15 {
    font-size: 15px !important; }
  .fs-md-16 {
    font-size: 16px !important; }
  .fs-md-17 {
    font-size: 17px !important; }
  .fs-md-18 {
    font-size: 18px !important; }
  .fs-md-19 {
    font-size: 19px !important; }
  .fs-md-20 {
    font-size: 20px !important; }
  .fs-md-21 {
    font-size: 21px !important; }
  .fs-md-22 {
    font-size: 22px !important; }
  .fs-md-23 {
    font-size: 23px !important; }
  .fs-md-24 {
    font-size: 24px !important; }
  .fs-md-25 {
    font-size: 25px !important; }
  .fs-md-26 {
    font-size: 26px !important; }
  .fs-md-27 {
    font-size: 27px !important; }
  .fs-md-28 {
    font-size: 28px !important; }
  .fs-md-29 {
    font-size: 29px !important; }
  .fs-md-30 {
    font-size: 30px !important; }
  .fs-md-31 {
    font-size: 31px !important; }
  .fs-md-32 {
    font-size: 32px !important; }
  .fs-md-33 {
    font-size: 33px !important; }
  .fs-md-34 {
    font-size: 34px !important; }
  .fs-md-35 {
    font-size: 35px !important; }
  .fs-md-36 {
    font-size: 36px !important; }
  .fs-md-37 {
    font-size: 37px !important; }
  .fs-md-38 {
    font-size: 38px !important; }
  .fs-md-39 {
    font-size: 39px !important; }
  .fs-md-40 {
    font-size: 40px !important; }
  .fs-md-41 {
    font-size: 41px !important; }
  .fs-md-42 {
    font-size: 42px !important; }
  .fs-md-43 {
    font-size: 43px !important; }
  .fs-md-44 {
    font-size: 44px !important; }
  .fs-md-45 {
    font-size: 45px !important; }
  .fs-md-46 {
    font-size: 46px !important; }
  .fs-md-47 {
    font-size: 47px !important; }
  .fs-md-48 {
    font-size: 48px !important; }
  .fs-md-49 {
    font-size: 49px !important; }
  .fs-md-50 {
    font-size: 50px !important; }
  .fs-md-51 {
    font-size: 51px !important; }
  .fs-md-52 {
    font-size: 52px !important; }
  .fs-md-53 {
    font-size: 53px !important; }
  .fs-md-54 {
    font-size: 54px !important; }
  .fs-md-55 {
    font-size: 55px !important; }
  .fs-md-56 {
    font-size: 56px !important; }
  .fs-md-57 {
    font-size: 57px !important; }
  .fs-md-58 {
    font-size: 58px !important; }
  .fs-md-59 {
    font-size: 59px !important; }
  .fs-md-60 {
    font-size: 60px !important; }
  .fs-md-61 {
    font-size: 61px !important; }
  .fs-md-62 {
    font-size: 62px !important; }
  .fs-md-63 {
    font-size: 63px !important; }
  .fs-md-64 {
    font-size: 64px !important; }
  .fs-md-65 {
    font-size: 65px !important; }
  .fs-md-66 {
    font-size: 66px !important; }
  .fs-md-67 {
    font-size: 67px !important; }
  .fs-md-68 {
    font-size: 68px !important; }
  .fs-md-69 {
    font-size: 69px !important; }
  .fs-md-70 {
    font-size: 70px !important; }
  .fs-md-71 {
    font-size: 71px !important; }
  .fs-md-72 {
    font-size: 72px !important; }
  .fs-md-73 {
    font-size: 73px !important; }
  .fs-md-74 {
    font-size: 74px !important; }
  .fs-md-75 {
    font-size: 75px !important; }
  .fs-md-76 {
    font-size: 76px !important; }
  .fs-md-77 {
    font-size: 77px !important; }
  .fs-md-78 {
    font-size: 78px !important; }
  .fs-md-79 {
    font-size: 79px !important; }
  .fs-md-80 {
    font-size: 80px !important; }
  .fs-md-81 {
    font-size: 81px !important; }
  .fs-md-82 {
    font-size: 82px !important; }
  .fs-md-83 {
    font-size: 83px !important; }
  .fs-md-84 {
    font-size: 84px !important; }
  .fs-md-85 {
    font-size: 85px !important; }
  .fs-md-86 {
    font-size: 86px !important; }
  .fs-md-87 {
    font-size: 87px !important; }
  .fs-md-88 {
    font-size: 88px !important; }
  .fs-md-89 {
    font-size: 89px !important; }
  .fs-md-90 {
    font-size: 90px !important; }
  .fs-md-91 {
    font-size: 91px !important; }
  .fs-md-92 {
    font-size: 92px !important; }
  .fs-md-93 {
    font-size: 93px !important; }
  .fs-md-94 {
    font-size: 94px !important; }
  .fs-md-95 {
    font-size: 95px !important; }
  .fs-md-96 {
    font-size: 96px !important; }
  .fs-md-97 {
    font-size: 97px !important; }
  .fs-md-98 {
    font-size: 98px !important; }
  .fs-md-99 {
    font-size: 99px !important; }
  .fs-md-100 {
    font-size: 100px !important; }
  .fs-md-101 {
    font-size: 101px !important; }
  .fs-md-102 {
    font-size: 102px !important; }
  .fs-md-103 {
    font-size: 103px !important; }
  .fs-md-104 {
    font-size: 104px !important; }
  .fs-md-105 {
    font-size: 105px !important; }
  .fs-md-106 {
    font-size: 106px !important; }
  .fs-md-107 {
    font-size: 107px !important; }
  .fs-md-108 {
    font-size: 108px !important; }
  .fs-md-109 {
    font-size: 109px !important; }
  .fs-md-110 {
    font-size: 110px !important; }
  .fs-md-111 {
    font-size: 111px !important; }
  .fs-md-112 {
    font-size: 112px !important; }
  .fs-md-113 {
    font-size: 113px !important; }
  .fs-md-114 {
    font-size: 114px !important; }
  .fs-md-115 {
    font-size: 115px !important; }
  .fs-md-116 {
    font-size: 116px !important; }
  .fs-md-117 {
    font-size: 117px !important; }
  .fs-md-118 {
    font-size: 118px !important; }
  .fs-md-119 {
    font-size: 119px !important; }
  .fs-md-120 {
    font-size: 120px !important; }
  .fs-md-121 {
    font-size: 121px !important; }
  .fs-md-122 {
    font-size: 122px !important; }
  .fs-md-123 {
    font-size: 123px !important; }
  .fs-md-124 {
    font-size: 124px !important; }
  .fs-md-125 {
    font-size: 125px !important; }
  .fs-md-126 {
    font-size: 126px !important; }
  .fs-md-127 {
    font-size: 127px !important; }
  .fs-md-128 {
    font-size: 128px !important; }
  .fs-md-129 {
    font-size: 129px !important; }
  .fs-md-130 {
    font-size: 130px !important; }
  .fs-md-131 {
    font-size: 131px !important; }
  .fs-md-132 {
    font-size: 132px !important; }
  .fs-md-133 {
    font-size: 133px !important; }
  .fs-md-134 {
    font-size: 134px !important; }
  .fs-md-135 {
    font-size: 135px !important; }
  .fs-md-136 {
    font-size: 136px !important; }
  .fs-md-137 {
    font-size: 137px !important; }
  .fs-md-138 {
    font-size: 138px !important; }
  .fs-md-139 {
    font-size: 139px !important; }
  .fs-md-140 {
    font-size: 140px !important; }
  .fs-md-141 {
    font-size: 141px !important; }
  .fs-md-142 {
    font-size: 142px !important; }
  .fs-md-143 {
    font-size: 143px !important; }
  .fs-md-144 {
    font-size: 144px !important; }
  .fs-md-145 {
    font-size: 145px !important; }
  .fs-md-146 {
    font-size: 146px !important; }
  .fs-md-147 {
    font-size: 147px !important; }
  .fs-md-148 {
    font-size: 148px !important; }
  .fs-md-149 {
    font-size: 149px !important; }
  .fs-md-150 {
    font-size: 150px !important; }
  .fs-md-151 {
    font-size: 151px !important; }
  .fs-md-152 {
    font-size: 152px !important; }
  .fs-md-153 {
    font-size: 153px !important; }
  .fs-md-154 {
    font-size: 154px !important; }
  .fs-md-155 {
    font-size: 155px !important; }
  .fs-md-156 {
    font-size: 156px !important; }
  .fs-md-157 {
    font-size: 157px !important; }
  .fs-md-158 {
    font-size: 158px !important; }
  .fs-md-159 {
    font-size: 159px !important; }
  .fs-md-160 {
    font-size: 160px !important; }
  .fs-md-161 {
    font-size: 161px !important; }
  .fs-md-162 {
    font-size: 162px !important; }
  .fs-md-163 {
    font-size: 163px !important; }
  .fs-md-164 {
    font-size: 164px !important; }
  .fs-md-165 {
    font-size: 165px !important; }
  .fs-md-166 {
    font-size: 166px !important; }
  .fs-md-167 {
    font-size: 167px !important; }
  .fs-md-168 {
    font-size: 168px !important; }
  .fs-md-169 {
    font-size: 169px !important; }
  .fs-md-170 {
    font-size: 170px !important; }
  .fs-md-171 {
    font-size: 171px !important; }
  .fs-md-172 {
    font-size: 172px !important; }
  .fs-md-173 {
    font-size: 173px !important; }
  .fs-md-174 {
    font-size: 174px !important; }
  .fs-md-175 {
    font-size: 175px !important; }
  .fs-md-176 {
    font-size: 176px !important; }
  .fs-md-177 {
    font-size: 177px !important; }
  .fs-md-178 {
    font-size: 178px !important; }
  .fs-md-179 {
    font-size: 179px !important; }
  .fs-md-180 {
    font-size: 180px !important; }
  .fs-md-181 {
    font-size: 181px !important; }
  .fs-md-182 {
    font-size: 182px !important; }
  .fs-md-183 {
    font-size: 183px !important; }
  .fs-md-184 {
    font-size: 184px !important; }
  .fs-md-185 {
    font-size: 185px !important; }
  .fs-md-186 {
    font-size: 186px !important; }
  .fs-md-187 {
    font-size: 187px !important; }
  .fs-md-188 {
    font-size: 188px !important; }
  .fs-md-189 {
    font-size: 189px !important; }
  .fs-md-190 {
    font-size: 190px !important; }
  .fs-md-191 {
    font-size: 191px !important; }
  .fs-md-192 {
    font-size: 192px !important; }
  .fs-md-193 {
    font-size: 193px !important; }
  .fs-md-194 {
    font-size: 194px !important; }
  .fs-md-195 {
    font-size: 195px !important; }
  .fs-md-196 {
    font-size: 196px !important; }
  .fs-md-197 {
    font-size: 197px !important; }
  .fs-md-198 {
    font-size: 198px !important; }
  .fs-md-199 {
    font-size: 199px !important; }
  .fs-md-200 {
    font-size: 200px !important; }
  .fs-md-201 {
    font-size: 201px !important; }
  .fs-md-202 {
    font-size: 202px !important; }
  .fs-md-203 {
    font-size: 203px !important; }
  .fs-md-204 {
    font-size: 204px !important; }
  .fs-md-205 {
    font-size: 205px !important; }
  .fs-md-206 {
    font-size: 206px !important; }
  .fs-md-207 {
    font-size: 207px !important; }
  .fs-md-208 {
    font-size: 208px !important; }
  .fs-md-209 {
    font-size: 209px !important; }
  .fs-md-210 {
    font-size: 210px !important; }
  .fs-md-211 {
    font-size: 211px !important; }
  .fs-md-212 {
    font-size: 212px !important; }
  .fs-md-213 {
    font-size: 213px !important; }
  .fs-md-214 {
    font-size: 214px !important; }
  .fs-md-215 {
    font-size: 215px !important; }
  .fs-md-216 {
    font-size: 216px !important; }
  .fs-md-217 {
    font-size: 217px !important; }
  .fs-md-218 {
    font-size: 218px !important; }
  .fs-md-219 {
    font-size: 219px !important; }
  .fs-md-220 {
    font-size: 220px !important; }
  .fs-md-221 {
    font-size: 221px !important; }
  .fs-md-222 {
    font-size: 222px !important; }
  .fs-md-223 {
    font-size: 223px !important; }
  .fs-md-224 {
    font-size: 224px !important; }
  .fs-md-225 {
    font-size: 225px !important; }
  .fs-md-226 {
    font-size: 226px !important; }
  .fs-md-227 {
    font-size: 227px !important; }
  .fs-md-228 {
    font-size: 228px !important; }
  .fs-md-229 {
    font-size: 229px !important; }
  .fs-md-230 {
    font-size: 230px !important; } }

@media (min-width: 992px) {
  .fs-lg-1 {
    font-size: 1px !important; }
  .fs-lg-2 {
    font-size: 2px !important; }
  .fs-lg-3 {
    font-size: 3px !important; }
  .fs-lg-4 {
    font-size: 4px !important; }
  .fs-lg-5 {
    font-size: 5px !important; }
  .fs-lg-6 {
    font-size: 6px !important; }
  .fs-lg-7 {
    font-size: 7px !important; }
  .fs-lg-8 {
    font-size: 8px !important; }
  .fs-lg-9 {
    font-size: 9px !important; }
  .fs-lg-10 {
    font-size: 10px !important; }
  .fs-lg-11 {
    font-size: 11px !important; }
  .fs-lg-12 {
    font-size: 12px !important; }
  .fs-lg-13 {
    font-size: 13px !important; }
  .fs-lg-14 {
    font-size: 14px !important; }
  .fs-lg-15 {
    font-size: 15px !important; }
  .fs-lg-16 {
    font-size: 16px !important; }
  .fs-lg-17 {
    font-size: 17px !important; }
  .fs-lg-18 {
    font-size: 18px !important; }
  .fs-lg-19 {
    font-size: 19px !important; }
  .fs-lg-20 {
    font-size: 20px !important; }
  .fs-lg-21 {
    font-size: 21px !important; }
  .fs-lg-22 {
    font-size: 22px !important; }
  .fs-lg-23 {
    font-size: 23px !important; }
  .fs-lg-24 {
    font-size: 24px !important; }
  .fs-lg-25 {
    font-size: 25px !important; }
  .fs-lg-26 {
    font-size: 26px !important; }
  .fs-lg-27 {
    font-size: 27px !important; }
  .fs-lg-28 {
    font-size: 28px !important; }
  .fs-lg-29 {
    font-size: 29px !important; }
  .fs-lg-30 {
    font-size: 30px !important; }
  .fs-lg-31 {
    font-size: 31px !important; }
  .fs-lg-32 {
    font-size: 32px !important; }
  .fs-lg-33 {
    font-size: 33px !important; }
  .fs-lg-34 {
    font-size: 34px !important; }
  .fs-lg-35 {
    font-size: 35px !important; }
  .fs-lg-36 {
    font-size: 36px !important; }
  .fs-lg-37 {
    font-size: 37px !important; }
  .fs-lg-38 {
    font-size: 38px !important; }
  .fs-lg-39 {
    font-size: 39px !important; }
  .fs-lg-40 {
    font-size: 40px !important; }
  .fs-lg-41 {
    font-size: 41px !important; }
  .fs-lg-42 {
    font-size: 42px !important; }
  .fs-lg-43 {
    font-size: 43px !important; }
  .fs-lg-44 {
    font-size: 44px !important; }
  .fs-lg-45 {
    font-size: 45px !important; }
  .fs-lg-46 {
    font-size: 46px !important; }
  .fs-lg-47 {
    font-size: 47px !important; }
  .fs-lg-48 {
    font-size: 48px !important; }
  .fs-lg-49 {
    font-size: 49px !important; }
  .fs-lg-50 {
    font-size: 50px !important; }
  .fs-lg-51 {
    font-size: 51px !important; }
  .fs-lg-52 {
    font-size: 52px !important; }
  .fs-lg-53 {
    font-size: 53px !important; }
  .fs-lg-54 {
    font-size: 54px !important; }
  .fs-lg-55 {
    font-size: 55px !important; }
  .fs-lg-56 {
    font-size: 56px !important; }
  .fs-lg-57 {
    font-size: 57px !important; }
  .fs-lg-58 {
    font-size: 58px !important; }
  .fs-lg-59 {
    font-size: 59px !important; }
  .fs-lg-60 {
    font-size: 60px !important; }
  .fs-lg-61 {
    font-size: 61px !important; }
  .fs-lg-62 {
    font-size: 62px !important; }
  .fs-lg-63 {
    font-size: 63px !important; }
  .fs-lg-64 {
    font-size: 64px !important; }
  .fs-lg-65 {
    font-size: 65px !important; }
  .fs-lg-66 {
    font-size: 66px !important; }
  .fs-lg-67 {
    font-size: 67px !important; }
  .fs-lg-68 {
    font-size: 68px !important; }
  .fs-lg-69 {
    font-size: 69px !important; }
  .fs-lg-70 {
    font-size: 70px !important; }
  .fs-lg-71 {
    font-size: 71px !important; }
  .fs-lg-72 {
    font-size: 72px !important; }
  .fs-lg-73 {
    font-size: 73px !important; }
  .fs-lg-74 {
    font-size: 74px !important; }
  .fs-lg-75 {
    font-size: 75px !important; }
  .fs-lg-76 {
    font-size: 76px !important; }
  .fs-lg-77 {
    font-size: 77px !important; }
  .fs-lg-78 {
    font-size: 78px !important; }
  .fs-lg-79 {
    font-size: 79px !important; }
  .fs-lg-80 {
    font-size: 80px !important; }
  .fs-lg-81 {
    font-size: 81px !important; }
  .fs-lg-82 {
    font-size: 82px !important; }
  .fs-lg-83 {
    font-size: 83px !important; }
  .fs-lg-84 {
    font-size: 84px !important; }
  .fs-lg-85 {
    font-size: 85px !important; }
  .fs-lg-86 {
    font-size: 86px !important; }
  .fs-lg-87 {
    font-size: 87px !important; }
  .fs-lg-88 {
    font-size: 88px !important; }
  .fs-lg-89 {
    font-size: 89px !important; }
  .fs-lg-90 {
    font-size: 90px !important; }
  .fs-lg-91 {
    font-size: 91px !important; }
  .fs-lg-92 {
    font-size: 92px !important; }
  .fs-lg-93 {
    font-size: 93px !important; }
  .fs-lg-94 {
    font-size: 94px !important; }
  .fs-lg-95 {
    font-size: 95px !important; }
  .fs-lg-96 {
    font-size: 96px !important; }
  .fs-lg-97 {
    font-size: 97px !important; }
  .fs-lg-98 {
    font-size: 98px !important; }
  .fs-lg-99 {
    font-size: 99px !important; }
  .fs-lg-100 {
    font-size: 100px !important; }
  .fs-lg-101 {
    font-size: 101px !important; }
  .fs-lg-102 {
    font-size: 102px !important; }
  .fs-lg-103 {
    font-size: 103px !important; }
  .fs-lg-104 {
    font-size: 104px !important; }
  .fs-lg-105 {
    font-size: 105px !important; }
  .fs-lg-106 {
    font-size: 106px !important; }
  .fs-lg-107 {
    font-size: 107px !important; }
  .fs-lg-108 {
    font-size: 108px !important; }
  .fs-lg-109 {
    font-size: 109px !important; }
  .fs-lg-110 {
    font-size: 110px !important; }
  .fs-lg-111 {
    font-size: 111px !important; }
  .fs-lg-112 {
    font-size: 112px !important; }
  .fs-lg-113 {
    font-size: 113px !important; }
  .fs-lg-114 {
    font-size: 114px !important; }
  .fs-lg-115 {
    font-size: 115px !important; }
  .fs-lg-116 {
    font-size: 116px !important; }
  .fs-lg-117 {
    font-size: 117px !important; }
  .fs-lg-118 {
    font-size: 118px !important; }
  .fs-lg-119 {
    font-size: 119px !important; }
  .fs-lg-120 {
    font-size: 120px !important; }
  .fs-lg-121 {
    font-size: 121px !important; }
  .fs-lg-122 {
    font-size: 122px !important; }
  .fs-lg-123 {
    font-size: 123px !important; }
  .fs-lg-124 {
    font-size: 124px !important; }
  .fs-lg-125 {
    font-size: 125px !important; }
  .fs-lg-126 {
    font-size: 126px !important; }
  .fs-lg-127 {
    font-size: 127px !important; }
  .fs-lg-128 {
    font-size: 128px !important; }
  .fs-lg-129 {
    font-size: 129px !important; }
  .fs-lg-130 {
    font-size: 130px !important; }
  .fs-lg-131 {
    font-size: 131px !important; }
  .fs-lg-132 {
    font-size: 132px !important; }
  .fs-lg-133 {
    font-size: 133px !important; }
  .fs-lg-134 {
    font-size: 134px !important; }
  .fs-lg-135 {
    font-size: 135px !important; }
  .fs-lg-136 {
    font-size: 136px !important; }
  .fs-lg-137 {
    font-size: 137px !important; }
  .fs-lg-138 {
    font-size: 138px !important; }
  .fs-lg-139 {
    font-size: 139px !important; }
  .fs-lg-140 {
    font-size: 140px !important; }
  .fs-lg-141 {
    font-size: 141px !important; }
  .fs-lg-142 {
    font-size: 142px !important; }
  .fs-lg-143 {
    font-size: 143px !important; }
  .fs-lg-144 {
    font-size: 144px !important; }
  .fs-lg-145 {
    font-size: 145px !important; }
  .fs-lg-146 {
    font-size: 146px !important; }
  .fs-lg-147 {
    font-size: 147px !important; }
  .fs-lg-148 {
    font-size: 148px !important; }
  .fs-lg-149 {
    font-size: 149px !important; }
  .fs-lg-150 {
    font-size: 150px !important; }
  .fs-lg-151 {
    font-size: 151px !important; }
  .fs-lg-152 {
    font-size: 152px !important; }
  .fs-lg-153 {
    font-size: 153px !important; }
  .fs-lg-154 {
    font-size: 154px !important; }
  .fs-lg-155 {
    font-size: 155px !important; }
  .fs-lg-156 {
    font-size: 156px !important; }
  .fs-lg-157 {
    font-size: 157px !important; }
  .fs-lg-158 {
    font-size: 158px !important; }
  .fs-lg-159 {
    font-size: 159px !important; }
  .fs-lg-160 {
    font-size: 160px !important; }
  .fs-lg-161 {
    font-size: 161px !important; }
  .fs-lg-162 {
    font-size: 162px !important; }
  .fs-lg-163 {
    font-size: 163px !important; }
  .fs-lg-164 {
    font-size: 164px !important; }
  .fs-lg-165 {
    font-size: 165px !important; }
  .fs-lg-166 {
    font-size: 166px !important; }
  .fs-lg-167 {
    font-size: 167px !important; }
  .fs-lg-168 {
    font-size: 168px !important; }
  .fs-lg-169 {
    font-size: 169px !important; }
  .fs-lg-170 {
    font-size: 170px !important; }
  .fs-lg-171 {
    font-size: 171px !important; }
  .fs-lg-172 {
    font-size: 172px !important; }
  .fs-lg-173 {
    font-size: 173px !important; }
  .fs-lg-174 {
    font-size: 174px !important; }
  .fs-lg-175 {
    font-size: 175px !important; }
  .fs-lg-176 {
    font-size: 176px !important; }
  .fs-lg-177 {
    font-size: 177px !important; }
  .fs-lg-178 {
    font-size: 178px !important; }
  .fs-lg-179 {
    font-size: 179px !important; }
  .fs-lg-180 {
    font-size: 180px !important; }
  .fs-lg-181 {
    font-size: 181px !important; }
  .fs-lg-182 {
    font-size: 182px !important; }
  .fs-lg-183 {
    font-size: 183px !important; }
  .fs-lg-184 {
    font-size: 184px !important; }
  .fs-lg-185 {
    font-size: 185px !important; }
  .fs-lg-186 {
    font-size: 186px !important; }
  .fs-lg-187 {
    font-size: 187px !important; }
  .fs-lg-188 {
    font-size: 188px !important; }
  .fs-lg-189 {
    font-size: 189px !important; }
  .fs-lg-190 {
    font-size: 190px !important; }
  .fs-lg-191 {
    font-size: 191px !important; }
  .fs-lg-192 {
    font-size: 192px !important; }
  .fs-lg-193 {
    font-size: 193px !important; }
  .fs-lg-194 {
    font-size: 194px !important; }
  .fs-lg-195 {
    font-size: 195px !important; }
  .fs-lg-196 {
    font-size: 196px !important; }
  .fs-lg-197 {
    font-size: 197px !important; }
  .fs-lg-198 {
    font-size: 198px !important; }
  .fs-lg-199 {
    font-size: 199px !important; }
  .fs-lg-200 {
    font-size: 200px !important; }
  .fs-lg-201 {
    font-size: 201px !important; }
  .fs-lg-202 {
    font-size: 202px !important; }
  .fs-lg-203 {
    font-size: 203px !important; }
  .fs-lg-204 {
    font-size: 204px !important; }
  .fs-lg-205 {
    font-size: 205px !important; }
  .fs-lg-206 {
    font-size: 206px !important; }
  .fs-lg-207 {
    font-size: 207px !important; }
  .fs-lg-208 {
    font-size: 208px !important; }
  .fs-lg-209 {
    font-size: 209px !important; }
  .fs-lg-210 {
    font-size: 210px !important; }
  .fs-lg-211 {
    font-size: 211px !important; }
  .fs-lg-212 {
    font-size: 212px !important; }
  .fs-lg-213 {
    font-size: 213px !important; }
  .fs-lg-214 {
    font-size: 214px !important; }
  .fs-lg-215 {
    font-size: 215px !important; }
  .fs-lg-216 {
    font-size: 216px !important; }
  .fs-lg-217 {
    font-size: 217px !important; }
  .fs-lg-218 {
    font-size: 218px !important; }
  .fs-lg-219 {
    font-size: 219px !important; }
  .fs-lg-220 {
    font-size: 220px !important; }
  .fs-lg-221 {
    font-size: 221px !important; }
  .fs-lg-222 {
    font-size: 222px !important; }
  .fs-lg-223 {
    font-size: 223px !important; }
  .fs-lg-224 {
    font-size: 224px !important; }
  .fs-lg-225 {
    font-size: 225px !important; }
  .fs-lg-226 {
    font-size: 226px !important; }
  .fs-lg-227 {
    font-size: 227px !important; }
  .fs-lg-228 {
    font-size: 228px !important; }
  .fs-lg-229 {
    font-size: 229px !important; }
  .fs-lg-230 {
    font-size: 230px !important; } }

@media (min-width: 1200px) {
  .fs-xl-1 {
    font-size: 1px !important; }
  .fs-xl-2 {
    font-size: 2px !important; }
  .fs-xl-3 {
    font-size: 3px !important; }
  .fs-xl-4 {
    font-size: 4px !important; }
  .fs-xl-5 {
    font-size: 5px !important; }
  .fs-xl-6 {
    font-size: 6px !important; }
  .fs-xl-7 {
    font-size: 7px !important; }
  .fs-xl-8 {
    font-size: 8px !important; }
  .fs-xl-9 {
    font-size: 9px !important; }
  .fs-xl-10 {
    font-size: 10px !important; }
  .fs-xl-11 {
    font-size: 11px !important; }
  .fs-xl-12 {
    font-size: 12px !important; }
  .fs-xl-13 {
    font-size: 13px !important; }
  .fs-xl-14 {
    font-size: 14px !important; }
  .fs-xl-15 {
    font-size: 15px !important; }
  .fs-xl-16 {
    font-size: 16px !important; }
  .fs-xl-17 {
    font-size: 17px !important; }
  .fs-xl-18 {
    font-size: 18px !important; }
  .fs-xl-19 {
    font-size: 19px !important; }
  .fs-xl-20 {
    font-size: 20px !important; }
  .fs-xl-21 {
    font-size: 21px !important; }
  .fs-xl-22 {
    font-size: 22px !important; }
  .fs-xl-23 {
    font-size: 23px !important; }
  .fs-xl-24 {
    font-size: 24px !important; }
  .fs-xl-25 {
    font-size: 25px !important; }
  .fs-xl-26 {
    font-size: 26px !important; }
  .fs-xl-27 {
    font-size: 27px !important; }
  .fs-xl-28 {
    font-size: 28px !important; }
  .fs-xl-29 {
    font-size: 29px !important; }
  .fs-xl-30 {
    font-size: 30px !important; }
  .fs-xl-31 {
    font-size: 31px !important; }
  .fs-xl-32 {
    font-size: 32px !important; }
  .fs-xl-33 {
    font-size: 33px !important; }
  .fs-xl-34 {
    font-size: 34px !important; }
  .fs-xl-35 {
    font-size: 35px !important; }
  .fs-xl-36 {
    font-size: 36px !important; }
  .fs-xl-37 {
    font-size: 37px !important; }
  .fs-xl-38 {
    font-size: 38px !important; }
  .fs-xl-39 {
    font-size: 39px !important; }
  .fs-xl-40 {
    font-size: 40px !important; }
  .fs-xl-41 {
    font-size: 41px !important; }
  .fs-xl-42 {
    font-size: 42px !important; }
  .fs-xl-43 {
    font-size: 43px !important; }
  .fs-xl-44 {
    font-size: 44px !important; }
  .fs-xl-45 {
    font-size: 45px !important; }
  .fs-xl-46 {
    font-size: 46px !important; }
  .fs-xl-47 {
    font-size: 47px !important; }
  .fs-xl-48 {
    font-size: 48px !important; }
  .fs-xl-49 {
    font-size: 49px !important; }
  .fs-xl-50 {
    font-size: 50px !important; }
  .fs-xl-51 {
    font-size: 51px !important; }
  .fs-xl-52 {
    font-size: 52px !important; }
  .fs-xl-53 {
    font-size: 53px !important; }
  .fs-xl-54 {
    font-size: 54px !important; }
  .fs-xl-55 {
    font-size: 55px !important; }
  .fs-xl-56 {
    font-size: 56px !important; }
  .fs-xl-57 {
    font-size: 57px !important; }
  .fs-xl-58 {
    font-size: 58px !important; }
  .fs-xl-59 {
    font-size: 59px !important; }
  .fs-xl-60 {
    font-size: 60px !important; }
  .fs-xl-61 {
    font-size: 61px !important; }
  .fs-xl-62 {
    font-size: 62px !important; }
  .fs-xl-63 {
    font-size: 63px !important; }
  .fs-xl-64 {
    font-size: 64px !important; }
  .fs-xl-65 {
    font-size: 65px !important; }
  .fs-xl-66 {
    font-size: 66px !important; }
  .fs-xl-67 {
    font-size: 67px !important; }
  .fs-xl-68 {
    font-size: 68px !important; }
  .fs-xl-69 {
    font-size: 69px !important; }
  .fs-xl-70 {
    font-size: 70px !important; }
  .fs-xl-71 {
    font-size: 71px !important; }
  .fs-xl-72 {
    font-size: 72px !important; }
  .fs-xl-73 {
    font-size: 73px !important; }
  .fs-xl-74 {
    font-size: 74px !important; }
  .fs-xl-75 {
    font-size: 75px !important; }
  .fs-xl-76 {
    font-size: 76px !important; }
  .fs-xl-77 {
    font-size: 77px !important; }
  .fs-xl-78 {
    font-size: 78px !important; }
  .fs-xl-79 {
    font-size: 79px !important; }
  .fs-xl-80 {
    font-size: 80px !important; }
  .fs-xl-81 {
    font-size: 81px !important; }
  .fs-xl-82 {
    font-size: 82px !important; }
  .fs-xl-83 {
    font-size: 83px !important; }
  .fs-xl-84 {
    font-size: 84px !important; }
  .fs-xl-85 {
    font-size: 85px !important; }
  .fs-xl-86 {
    font-size: 86px !important; }
  .fs-xl-87 {
    font-size: 87px !important; }
  .fs-xl-88 {
    font-size: 88px !important; }
  .fs-xl-89 {
    font-size: 89px !important; }
  .fs-xl-90 {
    font-size: 90px !important; }
  .fs-xl-91 {
    font-size: 91px !important; }
  .fs-xl-92 {
    font-size: 92px !important; }
  .fs-xl-93 {
    font-size: 93px !important; }
  .fs-xl-94 {
    font-size: 94px !important; }
  .fs-xl-95 {
    font-size: 95px !important; }
  .fs-xl-96 {
    font-size: 96px !important; }
  .fs-xl-97 {
    font-size: 97px !important; }
  .fs-xl-98 {
    font-size: 98px !important; }
  .fs-xl-99 {
    font-size: 99px !important; }
  .fs-xl-100 {
    font-size: 100px !important; }
  .fs-xl-101 {
    font-size: 101px !important; }
  .fs-xl-102 {
    font-size: 102px !important; }
  .fs-xl-103 {
    font-size: 103px !important; }
  .fs-xl-104 {
    font-size: 104px !important; }
  .fs-xl-105 {
    font-size: 105px !important; }
  .fs-xl-106 {
    font-size: 106px !important; }
  .fs-xl-107 {
    font-size: 107px !important; }
  .fs-xl-108 {
    font-size: 108px !important; }
  .fs-xl-109 {
    font-size: 109px !important; }
  .fs-xl-110 {
    font-size: 110px !important; }
  .fs-xl-111 {
    font-size: 111px !important; }
  .fs-xl-112 {
    font-size: 112px !important; }
  .fs-xl-113 {
    font-size: 113px !important; }
  .fs-xl-114 {
    font-size: 114px !important; }
  .fs-xl-115 {
    font-size: 115px !important; }
  .fs-xl-116 {
    font-size: 116px !important; }
  .fs-xl-117 {
    font-size: 117px !important; }
  .fs-xl-118 {
    font-size: 118px !important; }
  .fs-xl-119 {
    font-size: 119px !important; }
  .fs-xl-120 {
    font-size: 120px !important; }
  .fs-xl-121 {
    font-size: 121px !important; }
  .fs-xl-122 {
    font-size: 122px !important; }
  .fs-xl-123 {
    font-size: 123px !important; }
  .fs-xl-124 {
    font-size: 124px !important; }
  .fs-xl-125 {
    font-size: 125px !important; }
  .fs-xl-126 {
    font-size: 126px !important; }
  .fs-xl-127 {
    font-size: 127px !important; }
  .fs-xl-128 {
    font-size: 128px !important; }
  .fs-xl-129 {
    font-size: 129px !important; }
  .fs-xl-130 {
    font-size: 130px !important; }
  .fs-xl-131 {
    font-size: 131px !important; }
  .fs-xl-132 {
    font-size: 132px !important; }
  .fs-xl-133 {
    font-size: 133px !important; }
  .fs-xl-134 {
    font-size: 134px !important; }
  .fs-xl-135 {
    font-size: 135px !important; }
  .fs-xl-136 {
    font-size: 136px !important; }
  .fs-xl-137 {
    font-size: 137px !important; }
  .fs-xl-138 {
    font-size: 138px !important; }
  .fs-xl-139 {
    font-size: 139px !important; }
  .fs-xl-140 {
    font-size: 140px !important; }
  .fs-xl-141 {
    font-size: 141px !important; }
  .fs-xl-142 {
    font-size: 142px !important; }
  .fs-xl-143 {
    font-size: 143px !important; }
  .fs-xl-144 {
    font-size: 144px !important; }
  .fs-xl-145 {
    font-size: 145px !important; }
  .fs-xl-146 {
    font-size: 146px !important; }
  .fs-xl-147 {
    font-size: 147px !important; }
  .fs-xl-148 {
    font-size: 148px !important; }
  .fs-xl-149 {
    font-size: 149px !important; }
  .fs-xl-150 {
    font-size: 150px !important; }
  .fs-xl-151 {
    font-size: 151px !important; }
  .fs-xl-152 {
    font-size: 152px !important; }
  .fs-xl-153 {
    font-size: 153px !important; }
  .fs-xl-154 {
    font-size: 154px !important; }
  .fs-xl-155 {
    font-size: 155px !important; }
  .fs-xl-156 {
    font-size: 156px !important; }
  .fs-xl-157 {
    font-size: 157px !important; }
  .fs-xl-158 {
    font-size: 158px !important; }
  .fs-xl-159 {
    font-size: 159px !important; }
  .fs-xl-160 {
    font-size: 160px !important; }
  .fs-xl-161 {
    font-size: 161px !important; }
  .fs-xl-162 {
    font-size: 162px !important; }
  .fs-xl-163 {
    font-size: 163px !important; }
  .fs-xl-164 {
    font-size: 164px !important; }
  .fs-xl-165 {
    font-size: 165px !important; }
  .fs-xl-166 {
    font-size: 166px !important; }
  .fs-xl-167 {
    font-size: 167px !important; }
  .fs-xl-168 {
    font-size: 168px !important; }
  .fs-xl-169 {
    font-size: 169px !important; }
  .fs-xl-170 {
    font-size: 170px !important; }
  .fs-xl-171 {
    font-size: 171px !important; }
  .fs-xl-172 {
    font-size: 172px !important; }
  .fs-xl-173 {
    font-size: 173px !important; }
  .fs-xl-174 {
    font-size: 174px !important; }
  .fs-xl-175 {
    font-size: 175px !important; }
  .fs-xl-176 {
    font-size: 176px !important; }
  .fs-xl-177 {
    font-size: 177px !important; }
  .fs-xl-178 {
    font-size: 178px !important; }
  .fs-xl-179 {
    font-size: 179px !important; }
  .fs-xl-180 {
    font-size: 180px !important; }
  .fs-xl-181 {
    font-size: 181px !important; }
  .fs-xl-182 {
    font-size: 182px !important; }
  .fs-xl-183 {
    font-size: 183px !important; }
  .fs-xl-184 {
    font-size: 184px !important; }
  .fs-xl-185 {
    font-size: 185px !important; }
  .fs-xl-186 {
    font-size: 186px !important; }
  .fs-xl-187 {
    font-size: 187px !important; }
  .fs-xl-188 {
    font-size: 188px !important; }
  .fs-xl-189 {
    font-size: 189px !important; }
  .fs-xl-190 {
    font-size: 190px !important; }
  .fs-xl-191 {
    font-size: 191px !important; }
  .fs-xl-192 {
    font-size: 192px !important; }
  .fs-xl-193 {
    font-size: 193px !important; }
  .fs-xl-194 {
    font-size: 194px !important; }
  .fs-xl-195 {
    font-size: 195px !important; }
  .fs-xl-196 {
    font-size: 196px !important; }
  .fs-xl-197 {
    font-size: 197px !important; }
  .fs-xl-198 {
    font-size: 198px !important; }
  .fs-xl-199 {
    font-size: 199px !important; }
  .fs-xl-200 {
    font-size: 200px !important; }
  .fs-xl-201 {
    font-size: 201px !important; }
  .fs-xl-202 {
    font-size: 202px !important; }
  .fs-xl-203 {
    font-size: 203px !important; }
  .fs-xl-204 {
    font-size: 204px !important; }
  .fs-xl-205 {
    font-size: 205px !important; }
  .fs-xl-206 {
    font-size: 206px !important; }
  .fs-xl-207 {
    font-size: 207px !important; }
  .fs-xl-208 {
    font-size: 208px !important; }
  .fs-xl-209 {
    font-size: 209px !important; }
  .fs-xl-210 {
    font-size: 210px !important; }
  .fs-xl-211 {
    font-size: 211px !important; }
  .fs-xl-212 {
    font-size: 212px !important; }
  .fs-xl-213 {
    font-size: 213px !important; }
  .fs-xl-214 {
    font-size: 214px !important; }
  .fs-xl-215 {
    font-size: 215px !important; }
  .fs-xl-216 {
    font-size: 216px !important; }
  .fs-xl-217 {
    font-size: 217px !important; }
  .fs-xl-218 {
    font-size: 218px !important; }
  .fs-xl-219 {
    font-size: 219px !important; }
  .fs-xl-220 {
    font-size: 220px !important; }
  .fs-xl-221 {
    font-size: 221px !important; }
  .fs-xl-222 {
    font-size: 222px !important; }
  .fs-xl-223 {
    font-size: 223px !important; }
  .fs-xl-224 {
    font-size: 224px !important; }
  .fs-xl-225 {
    font-size: 225px !important; }
  .fs-xl-226 {
    font-size: 226px !important; }
  .fs-xl-227 {
    font-size: 227px !important; }
  .fs-xl-228 {
    font-size: 228px !important; }
  .fs-xl-229 {
    font-size: 229px !important; }
  .fs-xl-230 {
    font-size: 230px !important; } }

@media (min-width: 1400px) {
  .fs-xxl-1 {
    font-size: 1px !important; }
  .fs-xxl-2 {
    font-size: 2px !important; }
  .fs-xxl-3 {
    font-size: 3px !important; }
  .fs-xxl-4 {
    font-size: 4px !important; }
  .fs-xxl-5 {
    font-size: 5px !important; }
  .fs-xxl-6 {
    font-size: 6px !important; }
  .fs-xxl-7 {
    font-size: 7px !important; }
  .fs-xxl-8 {
    font-size: 8px !important; }
  .fs-xxl-9 {
    font-size: 9px !important; }
  .fs-xxl-10 {
    font-size: 10px !important; }
  .fs-xxl-11 {
    font-size: 11px !important; }
  .fs-xxl-12 {
    font-size: 12px !important; }
  .fs-xxl-13 {
    font-size: 13px !important; }
  .fs-xxl-14 {
    font-size: 14px !important; }
  .fs-xxl-15 {
    font-size: 15px !important; }
  .fs-xxl-16 {
    font-size: 16px !important; }
  .fs-xxl-17 {
    font-size: 17px !important; }
  .fs-xxl-18 {
    font-size: 18px !important; }
  .fs-xxl-19 {
    font-size: 19px !important; }
  .fs-xxl-20 {
    font-size: 20px !important; }
  .fs-xxl-21 {
    font-size: 21px !important; }
  .fs-xxl-22 {
    font-size: 22px !important; }
  .fs-xxl-23 {
    font-size: 23px !important; }
  .fs-xxl-24 {
    font-size: 24px !important; }
  .fs-xxl-25 {
    font-size: 25px !important; }
  .fs-xxl-26 {
    font-size: 26px !important; }
  .fs-xxl-27 {
    font-size: 27px !important; }
  .fs-xxl-28 {
    font-size: 28px !important; }
  .fs-xxl-29 {
    font-size: 29px !important; }
  .fs-xxl-30 {
    font-size: 30px !important; }
  .fs-xxl-31 {
    font-size: 31px !important; }
  .fs-xxl-32 {
    font-size: 32px !important; }
  .fs-xxl-33 {
    font-size: 33px !important; }
  .fs-xxl-34 {
    font-size: 34px !important; }
  .fs-xxl-35 {
    font-size: 35px !important; }
  .fs-xxl-36 {
    font-size: 36px !important; }
  .fs-xxl-37 {
    font-size: 37px !important; }
  .fs-xxl-38 {
    font-size: 38px !important; }
  .fs-xxl-39 {
    font-size: 39px !important; }
  .fs-xxl-40 {
    font-size: 40px !important; }
  .fs-xxl-41 {
    font-size: 41px !important; }
  .fs-xxl-42 {
    font-size: 42px !important; }
  .fs-xxl-43 {
    font-size: 43px !important; }
  .fs-xxl-44 {
    font-size: 44px !important; }
  .fs-xxl-45 {
    font-size: 45px !important; }
  .fs-xxl-46 {
    font-size: 46px !important; }
  .fs-xxl-47 {
    font-size: 47px !important; }
  .fs-xxl-48 {
    font-size: 48px !important; }
  .fs-xxl-49 {
    font-size: 49px !important; }
  .fs-xxl-50 {
    font-size: 50px !important; }
  .fs-xxl-51 {
    font-size: 51px !important; }
  .fs-xxl-52 {
    font-size: 52px !important; }
  .fs-xxl-53 {
    font-size: 53px !important; }
  .fs-xxl-54 {
    font-size: 54px !important; }
  .fs-xxl-55 {
    font-size: 55px !important; }
  .fs-xxl-56 {
    font-size: 56px !important; }
  .fs-xxl-57 {
    font-size: 57px !important; }
  .fs-xxl-58 {
    font-size: 58px !important; }
  .fs-xxl-59 {
    font-size: 59px !important; }
  .fs-xxl-60 {
    font-size: 60px !important; }
  .fs-xxl-61 {
    font-size: 61px !important; }
  .fs-xxl-62 {
    font-size: 62px !important; }
  .fs-xxl-63 {
    font-size: 63px !important; }
  .fs-xxl-64 {
    font-size: 64px !important; }
  .fs-xxl-65 {
    font-size: 65px !important; }
  .fs-xxl-66 {
    font-size: 66px !important; }
  .fs-xxl-67 {
    font-size: 67px !important; }
  .fs-xxl-68 {
    font-size: 68px !important; }
  .fs-xxl-69 {
    font-size: 69px !important; }
  .fs-xxl-70 {
    font-size: 70px !important; }
  .fs-xxl-71 {
    font-size: 71px !important; }
  .fs-xxl-72 {
    font-size: 72px !important; }
  .fs-xxl-73 {
    font-size: 73px !important; }
  .fs-xxl-74 {
    font-size: 74px !important; }
  .fs-xxl-75 {
    font-size: 75px !important; }
  .fs-xxl-76 {
    font-size: 76px !important; }
  .fs-xxl-77 {
    font-size: 77px !important; }
  .fs-xxl-78 {
    font-size: 78px !important; }
  .fs-xxl-79 {
    font-size: 79px !important; }
  .fs-xxl-80 {
    font-size: 80px !important; }
  .fs-xxl-81 {
    font-size: 81px !important; }
  .fs-xxl-82 {
    font-size: 82px !important; }
  .fs-xxl-83 {
    font-size: 83px !important; }
  .fs-xxl-84 {
    font-size: 84px !important; }
  .fs-xxl-85 {
    font-size: 85px !important; }
  .fs-xxl-86 {
    font-size: 86px !important; }
  .fs-xxl-87 {
    font-size: 87px !important; }
  .fs-xxl-88 {
    font-size: 88px !important; }
  .fs-xxl-89 {
    font-size: 89px !important; }
  .fs-xxl-90 {
    font-size: 90px !important; }
  .fs-xxl-91 {
    font-size: 91px !important; }
  .fs-xxl-92 {
    font-size: 92px !important; }
  .fs-xxl-93 {
    font-size: 93px !important; }
  .fs-xxl-94 {
    font-size: 94px !important; }
  .fs-xxl-95 {
    font-size: 95px !important; }
  .fs-xxl-96 {
    font-size: 96px !important; }
  .fs-xxl-97 {
    font-size: 97px !important; }
  .fs-xxl-98 {
    font-size: 98px !important; }
  .fs-xxl-99 {
    font-size: 99px !important; }
  .fs-xxl-100 {
    font-size: 100px !important; }
  .fs-xxl-101 {
    font-size: 101px !important; }
  .fs-xxl-102 {
    font-size: 102px !important; }
  .fs-xxl-103 {
    font-size: 103px !important; }
  .fs-xxl-104 {
    font-size: 104px !important; }
  .fs-xxl-105 {
    font-size: 105px !important; }
  .fs-xxl-106 {
    font-size: 106px !important; }
  .fs-xxl-107 {
    font-size: 107px !important; }
  .fs-xxl-108 {
    font-size: 108px !important; }
  .fs-xxl-109 {
    font-size: 109px !important; }
  .fs-xxl-110 {
    font-size: 110px !important; }
  .fs-xxl-111 {
    font-size: 111px !important; }
  .fs-xxl-112 {
    font-size: 112px !important; }
  .fs-xxl-113 {
    font-size: 113px !important; }
  .fs-xxl-114 {
    font-size: 114px !important; }
  .fs-xxl-115 {
    font-size: 115px !important; }
  .fs-xxl-116 {
    font-size: 116px !important; }
  .fs-xxl-117 {
    font-size: 117px !important; }
  .fs-xxl-118 {
    font-size: 118px !important; }
  .fs-xxl-119 {
    font-size: 119px !important; }
  .fs-xxl-120 {
    font-size: 120px !important; }
  .fs-xxl-121 {
    font-size: 121px !important; }
  .fs-xxl-122 {
    font-size: 122px !important; }
  .fs-xxl-123 {
    font-size: 123px !important; }
  .fs-xxl-124 {
    font-size: 124px !important; }
  .fs-xxl-125 {
    font-size: 125px !important; }
  .fs-xxl-126 {
    font-size: 126px !important; }
  .fs-xxl-127 {
    font-size: 127px !important; }
  .fs-xxl-128 {
    font-size: 128px !important; }
  .fs-xxl-129 {
    font-size: 129px !important; }
  .fs-xxl-130 {
    font-size: 130px !important; }
  .fs-xxl-131 {
    font-size: 131px !important; }
  .fs-xxl-132 {
    font-size: 132px !important; }
  .fs-xxl-133 {
    font-size: 133px !important; }
  .fs-xxl-134 {
    font-size: 134px !important; }
  .fs-xxl-135 {
    font-size: 135px !important; }
  .fs-xxl-136 {
    font-size: 136px !important; }
  .fs-xxl-137 {
    font-size: 137px !important; }
  .fs-xxl-138 {
    font-size: 138px !important; }
  .fs-xxl-139 {
    font-size: 139px !important; }
  .fs-xxl-140 {
    font-size: 140px !important; }
  .fs-xxl-141 {
    font-size: 141px !important; }
  .fs-xxl-142 {
    font-size: 142px !important; }
  .fs-xxl-143 {
    font-size: 143px !important; }
  .fs-xxl-144 {
    font-size: 144px !important; }
  .fs-xxl-145 {
    font-size: 145px !important; }
  .fs-xxl-146 {
    font-size: 146px !important; }
  .fs-xxl-147 {
    font-size: 147px !important; }
  .fs-xxl-148 {
    font-size: 148px !important; }
  .fs-xxl-149 {
    font-size: 149px !important; }
  .fs-xxl-150 {
    font-size: 150px !important; }
  .fs-xxl-151 {
    font-size: 151px !important; }
  .fs-xxl-152 {
    font-size: 152px !important; }
  .fs-xxl-153 {
    font-size: 153px !important; }
  .fs-xxl-154 {
    font-size: 154px !important; }
  .fs-xxl-155 {
    font-size: 155px !important; }
  .fs-xxl-156 {
    font-size: 156px !important; }
  .fs-xxl-157 {
    font-size: 157px !important; }
  .fs-xxl-158 {
    font-size: 158px !important; }
  .fs-xxl-159 {
    font-size: 159px !important; }
  .fs-xxl-160 {
    font-size: 160px !important; }
  .fs-xxl-161 {
    font-size: 161px !important; }
  .fs-xxl-162 {
    font-size: 162px !important; }
  .fs-xxl-163 {
    font-size: 163px !important; }
  .fs-xxl-164 {
    font-size: 164px !important; }
  .fs-xxl-165 {
    font-size: 165px !important; }
  .fs-xxl-166 {
    font-size: 166px !important; }
  .fs-xxl-167 {
    font-size: 167px !important; }
  .fs-xxl-168 {
    font-size: 168px !important; }
  .fs-xxl-169 {
    font-size: 169px !important; }
  .fs-xxl-170 {
    font-size: 170px !important; }
  .fs-xxl-171 {
    font-size: 171px !important; }
  .fs-xxl-172 {
    font-size: 172px !important; }
  .fs-xxl-173 {
    font-size: 173px !important; }
  .fs-xxl-174 {
    font-size: 174px !important; }
  .fs-xxl-175 {
    font-size: 175px !important; }
  .fs-xxl-176 {
    font-size: 176px !important; }
  .fs-xxl-177 {
    font-size: 177px !important; }
  .fs-xxl-178 {
    font-size: 178px !important; }
  .fs-xxl-179 {
    font-size: 179px !important; }
  .fs-xxl-180 {
    font-size: 180px !important; }
  .fs-xxl-181 {
    font-size: 181px !important; }
  .fs-xxl-182 {
    font-size: 182px !important; }
  .fs-xxl-183 {
    font-size: 183px !important; }
  .fs-xxl-184 {
    font-size: 184px !important; }
  .fs-xxl-185 {
    font-size: 185px !important; }
  .fs-xxl-186 {
    font-size: 186px !important; }
  .fs-xxl-187 {
    font-size: 187px !important; }
  .fs-xxl-188 {
    font-size: 188px !important; }
  .fs-xxl-189 {
    font-size: 189px !important; }
  .fs-xxl-190 {
    font-size: 190px !important; }
  .fs-xxl-191 {
    font-size: 191px !important; }
  .fs-xxl-192 {
    font-size: 192px !important; }
  .fs-xxl-193 {
    font-size: 193px !important; }
  .fs-xxl-194 {
    font-size: 194px !important; }
  .fs-xxl-195 {
    font-size: 195px !important; }
  .fs-xxl-196 {
    font-size: 196px !important; }
  .fs-xxl-197 {
    font-size: 197px !important; }
  .fs-xxl-198 {
    font-size: 198px !important; }
  .fs-xxl-199 {
    font-size: 199px !important; }
  .fs-xxl-200 {
    font-size: 200px !important; }
  .fs-xxl-201 {
    font-size: 201px !important; }
  .fs-xxl-202 {
    font-size: 202px !important; }
  .fs-xxl-203 {
    font-size: 203px !important; }
  .fs-xxl-204 {
    font-size: 204px !important; }
  .fs-xxl-205 {
    font-size: 205px !important; }
  .fs-xxl-206 {
    font-size: 206px !important; }
  .fs-xxl-207 {
    font-size: 207px !important; }
  .fs-xxl-208 {
    font-size: 208px !important; }
  .fs-xxl-209 {
    font-size: 209px !important; }
  .fs-xxl-210 {
    font-size: 210px !important; }
  .fs-xxl-211 {
    font-size: 211px !important; }
  .fs-xxl-212 {
    font-size: 212px !important; }
  .fs-xxl-213 {
    font-size: 213px !important; }
  .fs-xxl-214 {
    font-size: 214px !important; }
  .fs-xxl-215 {
    font-size: 215px !important; }
  .fs-xxl-216 {
    font-size: 216px !important; }
  .fs-xxl-217 {
    font-size: 217px !important; }
  .fs-xxl-218 {
    font-size: 218px !important; }
  .fs-xxl-219 {
    font-size: 219px !important; }
  .fs-xxl-220 {
    font-size: 220px !important; }
  .fs-xxl-221 {
    font-size: 221px !important; }
  .fs-xxl-222 {
    font-size: 222px !important; }
  .fs-xxl-223 {
    font-size: 223px !important; }
  .fs-xxl-224 {
    font-size: 224px !important; }
  .fs-xxl-225 {
    font-size: 225px !important; }
  .fs-xxl-226 {
    font-size: 226px !important; }
  .fs-xxl-227 {
    font-size: 227px !important; }
  .fs-xxl-228 {
    font-size: 228px !important; }
  .fs-xxl-229 {
    font-size: 229px !important; }
  .fs-xxl-230 {
    font-size: 230px !important; } }

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

.line-height-2 {
  line-height: 2px !important; }

.line-height-3 {
  line-height: 3px !important; }

.line-height-4 {
  line-height: 4px !important; }

.line-height-5 {
  line-height: 5px !important; }

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

.line-height-7 {
  line-height: 7px !important; }

.line-height-8 {
  line-height: 8px !important; }

.line-height-9 {
  line-height: 9px !important; }

.line-height-10 {
  line-height: 10px !important; }

.line-height-11 {
  line-height: 11px !important; }

.line-height-12 {
  line-height: 12px !important; }

.line-height-13 {
  line-height: 13px !important; }

.line-height-14 {
  line-height: 14px !important; }

.line-height-15 {
  line-height: 15px !important; }

.line-height-16 {
  line-height: 16px !important; }

.line-height-17 {
  line-height: 17px !important; }

.line-height-18 {
  line-height: 18px !important; }

.line-height-19 {
  line-height: 19px !important; }

.line-height-20 {
  line-height: 20px !important; }

.line-height-21 {
  line-height: 21px !important; }

.line-height-22 {
  line-height: 22px !important; }

.line-height-23 {
  line-height: 23px !important; }

.line-height-24 {
  line-height: 24px !important; }

.line-height-25 {
  line-height: 25px !important; }

.line-height-26 {
  line-height: 26px !important; }

.line-height-27 {
  line-height: 27px !important; }

.line-height-28 {
  line-height: 28px !important; }

.line-height-29 {
  line-height: 29px !important; }

.line-height-30 {
  line-height: 30px !important; }

.line-height-31 {
  line-height: 31px !important; }

.line-height-32 {
  line-height: 32px !important; }

.line-height-33 {
  line-height: 33px !important; }

.line-height-34 {
  line-height: 34px !important; }

.line-height-35 {
  line-height: 35px !important; }

.line-height-36 {
  line-height: 36px !important; }

.line-height-37 {
  line-height: 37px !important; }

.line-height-38 {
  line-height: 38px !important; }

.line-height-39 {
  line-height: 39px !important; }

.line-height-40 {
  line-height: 40px !important; }

.line-height-41 {
  line-height: 41px !important; }

.line-height-42 {
  line-height: 42px !important; }

.line-height-43 {
  line-height: 43px !important; }

.line-height-44 {
  line-height: 44px !important; }

.line-height-45 {
  line-height: 45px !important; }

.line-height-46 {
  line-height: 46px !important; }

.line-height-47 {
  line-height: 47px !important; }

.line-height-48 {
  line-height: 48px !important; }

.line-height-49 {
  line-height: 49px !important; }

.line-height-50 {
  line-height: 50px !important; }

.line-height-51 {
  line-height: 51px !important; }

.line-height-52 {
  line-height: 52px !important; }

.line-height-53 {
  line-height: 53px !important; }

.line-height-54 {
  line-height: 54px !important; }

.line-height-55 {
  line-height: 55px !important; }

.line-height-56 {
  line-height: 56px !important; }

.line-height-57 {
  line-height: 57px !important; }

.line-height-58 {
  line-height: 58px !important; }

.line-height-59 {
  line-height: 59px !important; }

.line-height-60 {
  line-height: 60px !important; }

.line-height-61 {
  line-height: 61px !important; }

.line-height-62 {
  line-height: 62px !important; }

.line-height-63 {
  line-height: 63px !important; }

.line-height-64 {
  line-height: 64px !important; }

.line-height-65 {
  line-height: 65px !important; }

.line-height-66 {
  line-height: 66px !important; }

.line-height-67 {
  line-height: 67px !important; }

.line-height-68 {
  line-height: 68px !important; }

.line-height-69 {
  line-height: 69px !important; }

.line-height-70 {
  line-height: 70px !important; }

.line-height-71 {
  line-height: 71px !important; }

.line-height-72 {
  line-height: 72px !important; }

.line-height-73 {
  line-height: 73px !important; }

.line-height-74 {
  line-height: 74px !important; }

.line-height-75 {
  line-height: 75px !important; }

.line-height-76 {
  line-height: 76px !important; }

.line-height-77 {
  line-height: 77px !important; }

.line-height-78 {
  line-height: 78px !important; }

.line-height-79 {
  line-height: 79px !important; }

.line-height-80 {
  line-height: 80px !important; }

.line-height-81 {
  line-height: 81px !important; }

.line-height-82 {
  line-height: 82px !important; }

.line-height-83 {
  line-height: 83px !important; }

.line-height-84 {
  line-height: 84px !important; }

.line-height-85 {
  line-height: 85px !important; }

.line-height-86 {
  line-height: 86px !important; }

.line-height-87 {
  line-height: 87px !important; }

.line-height-88 {
  line-height: 88px !important; }

.line-height-89 {
  line-height: 89px !important; }

.line-height-90 {
  line-height: 90px !important; }

.line-height-91 {
  line-height: 91px !important; }

.line-height-92 {
  line-height: 92px !important; }

.line-height-93 {
  line-height: 93px !important; }

.line-height-94 {
  line-height: 94px !important; }

.line-height-95 {
  line-height: 95px !important; }

.line-height-96 {
  line-height: 96px !important; }

.line-height-97 {
  line-height: 97px !important; }

.line-height-98 {
  line-height: 98px !important; }

.line-height-99 {
  line-height: 99px !important; }

.line-height-100 {
  line-height: 100px !important; }

.line-height-101 {
  line-height: 101px !important; }

.line-height-102 {
  line-height: 102px !important; }

.line-height-103 {
  line-height: 103px !important; }

.line-height-104 {
  line-height: 104px !important; }

.line-height-105 {
  line-height: 105px !important; }

.line-height-106 {
  line-height: 106px !important; }

.line-height-107 {
  line-height: 107px !important; }

.line-height-108 {
  line-height: 108px !important; }

.line-height-109 {
  line-height: 109px !important; }

.line-height-110 {
  line-height: 110px !important; }

.line-height-111 {
  line-height: 111px !important; }

.line-height-112 {
  line-height: 112px !important; }

.line-height-113 {
  line-height: 113px !important; }

.line-height-114 {
  line-height: 114px !important; }

.line-height-115 {
  line-height: 115px !important; }

.line-height-116 {
  line-height: 116px !important; }

.line-height-117 {
  line-height: 117px !important; }

.line-height-118 {
  line-height: 118px !important; }

.line-height-119 {
  line-height: 119px !important; }

.line-height-120 {
  line-height: 120px !important; }

.line-height-121 {
  line-height: 121px !important; }

.line-height-122 {
  line-height: 122px !important; }

.line-height-123 {
  line-height: 123px !important; }

.line-height-124 {
  line-height: 124px !important; }

.line-height-125 {
  line-height: 125px !important; }

.line-height-126 {
  line-height: 126px !important; }

.line-height-127 {
  line-height: 127px !important; }

.line-height-128 {
  line-height: 128px !important; }

.line-height-129 {
  line-height: 129px !important; }

.line-height-130 {
  line-height: 130px !important; }

.line-height-131 {
  line-height: 131px !important; }

.line-height-132 {
  line-height: 132px !important; }

.line-height-133 {
  line-height: 133px !important; }

.line-height-134 {
  line-height: 134px !important; }

.line-height-135 {
  line-height: 135px !important; }

.line-height-136 {
  line-height: 136px !important; }

.line-height-137 {
  line-height: 137px !important; }

.line-height-138 {
  line-height: 138px !important; }

.line-height-139 {
  line-height: 139px !important; }

.line-height-140 {
  line-height: 140px !important; }

.line-height-141 {
  line-height: 141px !important; }

.line-height-142 {
  line-height: 142px !important; }

.line-height-143 {
  line-height: 143px !important; }

.line-height-144 {
  line-height: 144px !important; }

.line-height-145 {
  line-height: 145px !important; }

.line-height-146 {
  line-height: 146px !important; }

.line-height-147 {
  line-height: 147px !important; }

.line-height-148 {
  line-height: 148px !important; }

.line-height-149 {
  line-height: 149px !important; }

.line-height-150 {
  line-height: 150px !important; }

.line-height-151 {
  line-height: 151px !important; }

.line-height-152 {
  line-height: 152px !important; }

.line-height-153 {
  line-height: 153px !important; }

.line-height-154 {
  line-height: 154px !important; }

.line-height-155 {
  line-height: 155px !important; }

.line-height-156 {
  line-height: 156px !important; }

.line-height-157 {
  line-height: 157px !important; }

.line-height-158 {
  line-height: 158px !important; }

.line-height-159 {
  line-height: 159px !important; }

.line-height-160 {
  line-height: 160px !important; }

.line-height-161 {
  line-height: 161px !important; }

.line-height-162 {
  line-height: 162px !important; }

.line-height-163 {
  line-height: 163px !important; }

.line-height-164 {
  line-height: 164px !important; }

.line-height-165 {
  line-height: 165px !important; }

.line-height-166 {
  line-height: 166px !important; }

.line-height-167 {
  line-height: 167px !important; }

.line-height-168 {
  line-height: 168px !important; }

.line-height-169 {
  line-height: 169px !important; }

.line-height-170 {
  line-height: 170px !important; }

.line-height-171 {
  line-height: 171px !important; }

.line-height-172 {
  line-height: 172px !important; }

.line-height-173 {
  line-height: 173px !important; }

.line-height-174 {
  line-height: 174px !important; }

.line-height-175 {
  line-height: 175px !important; }

.line-height-176 {
  line-height: 176px !important; }

.line-height-177 {
  line-height: 177px !important; }

.line-height-178 {
  line-height: 178px !important; }

.line-height-179 {
  line-height: 179px !important; }

.line-height-180 {
  line-height: 180px !important; }

.line-height-181 {
  line-height: 181px !important; }

.line-height-182 {
  line-height: 182px !important; }

.line-height-183 {
  line-height: 183px !important; }

.line-height-184 {
  line-height: 184px !important; }

.line-height-185 {
  line-height: 185px !important; }

.line-height-186 {
  line-height: 186px !important; }

.line-height-187 {
  line-height: 187px !important; }

.line-height-188 {
  line-height: 188px !important; }

.line-height-189 {
  line-height: 189px !important; }

.line-height-190 {
  line-height: 190px !important; }

.line-height-191 {
  line-height: 191px !important; }

.line-height-192 {
  line-height: 192px !important; }

.line-height-193 {
  line-height: 193px !important; }

.line-height-194 {
  line-height: 194px !important; }

.line-height-195 {
  line-height: 195px !important; }

.line-height-196 {
  line-height: 196px !important; }

.line-height-197 {
  line-height: 197px !important; }

.line-height-198 {
  line-height: 198px !important; }

.line-height-199 {
  line-height: 199px !important; }

.line-height-200 {
  line-height: 200px !important; }

.line-height-201 {
  line-height: 201px !important; }

.line-height-202 {
  line-height: 202px !important; }

.line-height-203 {
  line-height: 203px !important; }

.line-height-204 {
  line-height: 204px !important; }

.line-height-205 {
  line-height: 205px !important; }

.line-height-206 {
  line-height: 206px !important; }

.line-height-207 {
  line-height: 207px !important; }

.line-height-208 {
  line-height: 208px !important; }

.line-height-209 {
  line-height: 209px !important; }

.line-height-210 {
  line-height: 210px !important; }

.line-height-211 {
  line-height: 211px !important; }

.line-height-212 {
  line-height: 212px !important; }

.line-height-213 {
  line-height: 213px !important; }

.line-height-214 {
  line-height: 214px !important; }

.line-height-215 {
  line-height: 215px !important; }

.line-height-216 {
  line-height: 216px !important; }

.line-height-217 {
  line-height: 217px !important; }

.line-height-218 {
  line-height: 218px !important; }

.line-height-219 {
  line-height: 219px !important; }

.line-height-220 {
  line-height: 220px !important; }

.line-height-221 {
  line-height: 221px !important; }

.line-height-222 {
  line-height: 222px !important; }

.line-height-223 {
  line-height: 223px !important; }

.line-height-224 {
  line-height: 224px !important; }

.line-height-225 {
  line-height: 225px !important; }

.line-height-226 {
  line-height: 226px !important; }

.line-height-227 {
  line-height: 227px !important; }

.line-height-228 {
  line-height: 228px !important; }

.line-height-229 {
  line-height: 229px !important; }

.line-height-230 {
  line-height: 230px !important; }

@media (min-width: 576px) {
  .line-height-sm-1 {
    line-height: 1px !important; }
  .line-height-sm-2 {
    line-height: 2px !important; }
  .line-height-sm-3 {
    line-height: 3px !important; }
  .line-height-sm-4 {
    line-height: 4px !important; }
  .line-height-sm-5 {
    line-height: 5px !important; }
  .line-height-sm-6 {
    line-height: 6px !important; }
  .line-height-sm-7 {
    line-height: 7px !important; }
  .line-height-sm-8 {
    line-height: 8px !important; }
  .line-height-sm-9 {
    line-height: 9px !important; }
  .line-height-sm-10 {
    line-height: 10px !important; }
  .line-height-sm-11 {
    line-height: 11px !important; }
  .line-height-sm-12 {
    line-height: 12px !important; }
  .line-height-sm-13 {
    line-height: 13px !important; }
  .line-height-sm-14 {
    line-height: 14px !important; }
  .line-height-sm-15 {
    line-height: 15px !important; }
  .line-height-sm-16 {
    line-height: 16px !important; }
  .line-height-sm-17 {
    line-height: 17px !important; }
  .line-height-sm-18 {
    line-height: 18px !important; }
  .line-height-sm-19 {
    line-height: 19px !important; }
  .line-height-sm-20 {
    line-height: 20px !important; }
  .line-height-sm-21 {
    line-height: 21px !important; }
  .line-height-sm-22 {
    line-height: 22px !important; }
  .line-height-sm-23 {
    line-height: 23px !important; }
  .line-height-sm-24 {
    line-height: 24px !important; }
  .line-height-sm-25 {
    line-height: 25px !important; }
  .line-height-sm-26 {
    line-height: 26px !important; }
  .line-height-sm-27 {
    line-height: 27px !important; }
  .line-height-sm-28 {
    line-height: 28px !important; }
  .line-height-sm-29 {
    line-height: 29px !important; }
  .line-height-sm-30 {
    line-height: 30px !important; }
  .line-height-sm-31 {
    line-height: 31px !important; }
  .line-height-sm-32 {
    line-height: 32px !important; }
  .line-height-sm-33 {
    line-height: 33px !important; }
  .line-height-sm-34 {
    line-height: 34px !important; }
  .line-height-sm-35 {
    line-height: 35px !important; }
  .line-height-sm-36 {
    line-height: 36px !important; }
  .line-height-sm-37 {
    line-height: 37px !important; }
  .line-height-sm-38 {
    line-height: 38px !important; }
  .line-height-sm-39 {
    line-height: 39px !important; }
  .line-height-sm-40 {
    line-height: 40px !important; }
  .line-height-sm-41 {
    line-height: 41px !important; }
  .line-height-sm-42 {
    line-height: 42px !important; }
  .line-height-sm-43 {
    line-height: 43px !important; }
  .line-height-sm-44 {
    line-height: 44px !important; }
  .line-height-sm-45 {
    line-height: 45px !important; }
  .line-height-sm-46 {
    line-height: 46px !important; }
  .line-height-sm-47 {
    line-height: 47px !important; }
  .line-height-sm-48 {
    line-height: 48px !important; }
  .line-height-sm-49 {
    line-height: 49px !important; }
  .line-height-sm-50 {
    line-height: 50px !important; }
  .line-height-sm-51 {
    line-height: 51px !important; }
  .line-height-sm-52 {
    line-height: 52px !important; }
  .line-height-sm-53 {
    line-height: 53px !important; }
  .line-height-sm-54 {
    line-height: 54px !important; }
  .line-height-sm-55 {
    line-height: 55px !important; }
  .line-height-sm-56 {
    line-height: 56px !important; }
  .line-height-sm-57 {
    line-height: 57px !important; }
  .line-height-sm-58 {
    line-height: 58px !important; }
  .line-height-sm-59 {
    line-height: 59px !important; }
  .line-height-sm-60 {
    line-height: 60px !important; }
  .line-height-sm-61 {
    line-height: 61px !important; }
  .line-height-sm-62 {
    line-height: 62px !important; }
  .line-height-sm-63 {
    line-height: 63px !important; }
  .line-height-sm-64 {
    line-height: 64px !important; }
  .line-height-sm-65 {
    line-height: 65px !important; }
  .line-height-sm-66 {
    line-height: 66px !important; }
  .line-height-sm-67 {
    line-height: 67px !important; }
  .line-height-sm-68 {
    line-height: 68px !important; }
  .line-height-sm-69 {
    line-height: 69px !important; }
  .line-height-sm-70 {
    line-height: 70px !important; }
  .line-height-sm-71 {
    line-height: 71px !important; }
  .line-height-sm-72 {
    line-height: 72px !important; }
  .line-height-sm-73 {
    line-height: 73px !important; }
  .line-height-sm-74 {
    line-height: 74px !important; }
  .line-height-sm-75 {
    line-height: 75px !important; }
  .line-height-sm-76 {
    line-height: 76px !important; }
  .line-height-sm-77 {
    line-height: 77px !important; }
  .line-height-sm-78 {
    line-height: 78px !important; }
  .line-height-sm-79 {
    line-height: 79px !important; }
  .line-height-sm-80 {
    line-height: 80px !important; }
  .line-height-sm-81 {
    line-height: 81px !important; }
  .line-height-sm-82 {
    line-height: 82px !important; }
  .line-height-sm-83 {
    line-height: 83px !important; }
  .line-height-sm-84 {
    line-height: 84px !important; }
  .line-height-sm-85 {
    line-height: 85px !important; }
  .line-height-sm-86 {
    line-height: 86px !important; }
  .line-height-sm-87 {
    line-height: 87px !important; }
  .line-height-sm-88 {
    line-height: 88px !important; }
  .line-height-sm-89 {
    line-height: 89px !important; }
  .line-height-sm-90 {
    line-height: 90px !important; }
  .line-height-sm-91 {
    line-height: 91px !important; }
  .line-height-sm-92 {
    line-height: 92px !important; }
  .line-height-sm-93 {
    line-height: 93px !important; }
  .line-height-sm-94 {
    line-height: 94px !important; }
  .line-height-sm-95 {
    line-height: 95px !important; }
  .line-height-sm-96 {
    line-height: 96px !important; }
  .line-height-sm-97 {
    line-height: 97px !important; }
  .line-height-sm-98 {
    line-height: 98px !important; }
  .line-height-sm-99 {
    line-height: 99px !important; }
  .line-height-sm-100 {
    line-height: 100px !important; }
  .line-height-sm-101 {
    line-height: 101px !important; }
  .line-height-sm-102 {
    line-height: 102px !important; }
  .line-height-sm-103 {
    line-height: 103px !important; }
  .line-height-sm-104 {
    line-height: 104px !important; }
  .line-height-sm-105 {
    line-height: 105px !important; }
  .line-height-sm-106 {
    line-height: 106px !important; }
  .line-height-sm-107 {
    line-height: 107px !important; }
  .line-height-sm-108 {
    line-height: 108px !important; }
  .line-height-sm-109 {
    line-height: 109px !important; }
  .line-height-sm-110 {
    line-height: 110px !important; }
  .line-height-sm-111 {
    line-height: 111px !important; }
  .line-height-sm-112 {
    line-height: 112px !important; }
  .line-height-sm-113 {
    line-height: 113px !important; }
  .line-height-sm-114 {
    line-height: 114px !important; }
  .line-height-sm-115 {
    line-height: 115px !important; }
  .line-height-sm-116 {
    line-height: 116px !important; }
  .line-height-sm-117 {
    line-height: 117px !important; }
  .line-height-sm-118 {
    line-height: 118px !important; }
  .line-height-sm-119 {
    line-height: 119px !important; }
  .line-height-sm-120 {
    line-height: 120px !important; }
  .line-height-sm-121 {
    line-height: 121px !important; }
  .line-height-sm-122 {
    line-height: 122px !important; }
  .line-height-sm-123 {
    line-height: 123px !important; }
  .line-height-sm-124 {
    line-height: 124px !important; }
  .line-height-sm-125 {
    line-height: 125px !important; }
  .line-height-sm-126 {
    line-height: 126px !important; }
  .line-height-sm-127 {
    line-height: 127px !important; }
  .line-height-sm-128 {
    line-height: 128px !important; }
  .line-height-sm-129 {
    line-height: 129px !important; }
  .line-height-sm-130 {
    line-height: 130px !important; }
  .line-height-sm-131 {
    line-height: 131px !important; }
  .line-height-sm-132 {
    line-height: 132px !important; }
  .line-height-sm-133 {
    line-height: 133px !important; }
  .line-height-sm-134 {
    line-height: 134px !important; }
  .line-height-sm-135 {
    line-height: 135px !important; }
  .line-height-sm-136 {
    line-height: 136px !important; }
  .line-height-sm-137 {
    line-height: 137px !important; }
  .line-height-sm-138 {
    line-height: 138px !important; }
  .line-height-sm-139 {
    line-height: 139px !important; }
  .line-height-sm-140 {
    line-height: 140px !important; }
  .line-height-sm-141 {
    line-height: 141px !important; }
  .line-height-sm-142 {
    line-height: 142px !important; }
  .line-height-sm-143 {
    line-height: 143px !important; }
  .line-height-sm-144 {
    line-height: 144px !important; }
  .line-height-sm-145 {
    line-height: 145px !important; }
  .line-height-sm-146 {
    line-height: 146px !important; }
  .line-height-sm-147 {
    line-height: 147px !important; }
  .line-height-sm-148 {
    line-height: 148px !important; }
  .line-height-sm-149 {
    line-height: 149px !important; }
  .line-height-sm-150 {
    line-height: 150px !important; }
  .line-height-sm-151 {
    line-height: 151px !important; }
  .line-height-sm-152 {
    line-height: 152px !important; }
  .line-height-sm-153 {
    line-height: 153px !important; }
  .line-height-sm-154 {
    line-height: 154px !important; }
  .line-height-sm-155 {
    line-height: 155px !important; }
  .line-height-sm-156 {
    line-height: 156px !important; }
  .line-height-sm-157 {
    line-height: 157px !important; }
  .line-height-sm-158 {
    line-height: 158px !important; }
  .line-height-sm-159 {
    line-height: 159px !important; }
  .line-height-sm-160 {
    line-height: 160px !important; }
  .line-height-sm-161 {
    line-height: 161px !important; }
  .line-height-sm-162 {
    line-height: 162px !important; }
  .line-height-sm-163 {
    line-height: 163px !important; }
  .line-height-sm-164 {
    line-height: 164px !important; }
  .line-height-sm-165 {
    line-height: 165px !important; }
  .line-height-sm-166 {
    line-height: 166px !important; }
  .line-height-sm-167 {
    line-height: 167px !important; }
  .line-height-sm-168 {
    line-height: 168px !important; }
  .line-height-sm-169 {
    line-height: 169px !important; }
  .line-height-sm-170 {
    line-height: 170px !important; }
  .line-height-sm-171 {
    line-height: 171px !important; }
  .line-height-sm-172 {
    line-height: 172px !important; }
  .line-height-sm-173 {
    line-height: 173px !important; }
  .line-height-sm-174 {
    line-height: 174px !important; }
  .line-height-sm-175 {
    line-height: 175px !important; }
  .line-height-sm-176 {
    line-height: 176px !important; }
  .line-height-sm-177 {
    line-height: 177px !important; }
  .line-height-sm-178 {
    line-height: 178px !important; }
  .line-height-sm-179 {
    line-height: 179px !important; }
  .line-height-sm-180 {
    line-height: 180px !important; }
  .line-height-sm-181 {
    line-height: 181px !important; }
  .line-height-sm-182 {
    line-height: 182px !important; }
  .line-height-sm-183 {
    line-height: 183px !important; }
  .line-height-sm-184 {
    line-height: 184px !important; }
  .line-height-sm-185 {
    line-height: 185px !important; }
  .line-height-sm-186 {
    line-height: 186px !important; }
  .line-height-sm-187 {
    line-height: 187px !important; }
  .line-height-sm-188 {
    line-height: 188px !important; }
  .line-height-sm-189 {
    line-height: 189px !important; }
  .line-height-sm-190 {
    line-height: 190px !important; }
  .line-height-sm-191 {
    line-height: 191px !important; }
  .line-height-sm-192 {
    line-height: 192px !important; }
  .line-height-sm-193 {
    line-height: 193px !important; }
  .line-height-sm-194 {
    line-height: 194px !important; }
  .line-height-sm-195 {
    line-height: 195px !important; }
  .line-height-sm-196 {
    line-height: 196px !important; }
  .line-height-sm-197 {
    line-height: 197px !important; }
  .line-height-sm-198 {
    line-height: 198px !important; }
  .line-height-sm-199 {
    line-height: 199px !important; }
  .line-height-sm-200 {
    line-height: 200px !important; }
  .line-height-sm-201 {
    line-height: 201px !important; }
  .line-height-sm-202 {
    line-height: 202px !important; }
  .line-height-sm-203 {
    line-height: 203px !important; }
  .line-height-sm-204 {
    line-height: 204px !important; }
  .line-height-sm-205 {
    line-height: 205px !important; }
  .line-height-sm-206 {
    line-height: 206px !important; }
  .line-height-sm-207 {
    line-height: 207px !important; }
  .line-height-sm-208 {
    line-height: 208px !important; }
  .line-height-sm-209 {
    line-height: 209px !important; }
  .line-height-sm-210 {
    line-height: 210px !important; }
  .line-height-sm-211 {
    line-height: 211px !important; }
  .line-height-sm-212 {
    line-height: 212px !important; }
  .line-height-sm-213 {
    line-height: 213px !important; }
  .line-height-sm-214 {
    line-height: 214px !important; }
  .line-height-sm-215 {
    line-height: 215px !important; }
  .line-height-sm-216 {
    line-height: 216px !important; }
  .line-height-sm-217 {
    line-height: 217px !important; }
  .line-height-sm-218 {
    line-height: 218px !important; }
  .line-height-sm-219 {
    line-height: 219px !important; }
  .line-height-sm-220 {
    line-height: 220px !important; }
  .line-height-sm-221 {
    line-height: 221px !important; }
  .line-height-sm-222 {
    line-height: 222px !important; }
  .line-height-sm-223 {
    line-height: 223px !important; }
  .line-height-sm-224 {
    line-height: 224px !important; }
  .line-height-sm-225 {
    line-height: 225px !important; }
  .line-height-sm-226 {
    line-height: 226px !important; }
  .line-height-sm-227 {
    line-height: 227px !important; }
  .line-height-sm-228 {
    line-height: 228px !important; }
  .line-height-sm-229 {
    line-height: 229px !important; }
  .line-height-sm-230 {
    line-height: 230px !important; } }

@media (min-width: 768px) {
  .line-height-md-1 {
    line-height: 1px !important; }
  .line-height-md-2 {
    line-height: 2px !important; }
  .line-height-md-3 {
    line-height: 3px !important; }
  .line-height-md-4 {
    line-height: 4px !important; }
  .line-height-md-5 {
    line-height: 5px !important; }
  .line-height-md-6 {
    line-height: 6px !important; }
  .line-height-md-7 {
    line-height: 7px !important; }
  .line-height-md-8 {
    line-height: 8px !important; }
  .line-height-md-9 {
    line-height: 9px !important; }
  .line-height-md-10 {
    line-height: 10px !important; }
  .line-height-md-11 {
    line-height: 11px !important; }
  .line-height-md-12 {
    line-height: 12px !important; }
  .line-height-md-13 {
    line-height: 13px !important; }
  .line-height-md-14 {
    line-height: 14px !important; }
  .line-height-md-15 {
    line-height: 15px !important; }
  .line-height-md-16 {
    line-height: 16px !important; }
  .line-height-md-17 {
    line-height: 17px !important; }
  .line-height-md-18 {
    line-height: 18px !important; }
  .line-height-md-19 {
    line-height: 19px !important; }
  .line-height-md-20 {
    line-height: 20px !important; }
  .line-height-md-21 {
    line-height: 21px !important; }
  .line-height-md-22 {
    line-height: 22px !important; }
  .line-height-md-23 {
    line-height: 23px !important; }
  .line-height-md-24 {
    line-height: 24px !important; }
  .line-height-md-25 {
    line-height: 25px !important; }
  .line-height-md-26 {
    line-height: 26px !important; }
  .line-height-md-27 {
    line-height: 27px !important; }
  .line-height-md-28 {
    line-height: 28px !important; }
  .line-height-md-29 {
    line-height: 29px !important; }
  .line-height-md-30 {
    line-height: 30px !important; }
  .line-height-md-31 {
    line-height: 31px !important; }
  .line-height-md-32 {
    line-height: 32px !important; }
  .line-height-md-33 {
    line-height: 33px !important; }
  .line-height-md-34 {
    line-height: 34px !important; }
  .line-height-md-35 {
    line-height: 35px !important; }
  .line-height-md-36 {
    line-height: 36px !important; }
  .line-height-md-37 {
    line-height: 37px !important; }
  .line-height-md-38 {
    line-height: 38px !important; }
  .line-height-md-39 {
    line-height: 39px !important; }
  .line-height-md-40 {
    line-height: 40px !important; }
  .line-height-md-41 {
    line-height: 41px !important; }
  .line-height-md-42 {
    line-height: 42px !important; }
  .line-height-md-43 {
    line-height: 43px !important; }
  .line-height-md-44 {
    line-height: 44px !important; }
  .line-height-md-45 {
    line-height: 45px !important; }
  .line-height-md-46 {
    line-height: 46px !important; }
  .line-height-md-47 {
    line-height: 47px !important; }
  .line-height-md-48 {
    line-height: 48px !important; }
  .line-height-md-49 {
    line-height: 49px !important; }
  .line-height-md-50 {
    line-height: 50px !important; }
  .line-height-md-51 {
    line-height: 51px !important; }
  .line-height-md-52 {
    line-height: 52px !important; }
  .line-height-md-53 {
    line-height: 53px !important; }
  .line-height-md-54 {
    line-height: 54px !important; }
  .line-height-md-55 {
    line-height: 55px !important; }
  .line-height-md-56 {
    line-height: 56px !important; }
  .line-height-md-57 {
    line-height: 57px !important; }
  .line-height-md-58 {
    line-height: 58px !important; }
  .line-height-md-59 {
    line-height: 59px !important; }
  .line-height-md-60 {
    line-height: 60px !important; }
  .line-height-md-61 {
    line-height: 61px !important; }
  .line-height-md-62 {
    line-height: 62px !important; }
  .line-height-md-63 {
    line-height: 63px !important; }
  .line-height-md-64 {
    line-height: 64px !important; }
  .line-height-md-65 {
    line-height: 65px !important; }
  .line-height-md-66 {
    line-height: 66px !important; }
  .line-height-md-67 {
    line-height: 67px !important; }
  .line-height-md-68 {
    line-height: 68px !important; }
  .line-height-md-69 {
    line-height: 69px !important; }
  .line-height-md-70 {
    line-height: 70px !important; }
  .line-height-md-71 {
    line-height: 71px !important; }
  .line-height-md-72 {
    line-height: 72px !important; }
  .line-height-md-73 {
    line-height: 73px !important; }
  .line-height-md-74 {
    line-height: 74px !important; }
  .line-height-md-75 {
    line-height: 75px !important; }
  .line-height-md-76 {
    line-height: 76px !important; }
  .line-height-md-77 {
    line-height: 77px !important; }
  .line-height-md-78 {
    line-height: 78px !important; }
  .line-height-md-79 {
    line-height: 79px !important; }
  .line-height-md-80 {
    line-height: 80px !important; }
  .line-height-md-81 {
    line-height: 81px !important; }
  .line-height-md-82 {
    line-height: 82px !important; }
  .line-height-md-83 {
    line-height: 83px !important; }
  .line-height-md-84 {
    line-height: 84px !important; }
  .line-height-md-85 {
    line-height: 85px !important; }
  .line-height-md-86 {
    line-height: 86px !important; }
  .line-height-md-87 {
    line-height: 87px !important; }
  .line-height-md-88 {
    line-height: 88px !important; }
  .line-height-md-89 {
    line-height: 89px !important; }
  .line-height-md-90 {
    line-height: 90px !important; }
  .line-height-md-91 {
    line-height: 91px !important; }
  .line-height-md-92 {
    line-height: 92px !important; }
  .line-height-md-93 {
    line-height: 93px !important; }
  .line-height-md-94 {
    line-height: 94px !important; }
  .line-height-md-95 {
    line-height: 95px !important; }
  .line-height-md-96 {
    line-height: 96px !important; }
  .line-height-md-97 {
    line-height: 97px !important; }
  .line-height-md-98 {
    line-height: 98px !important; }
  .line-height-md-99 {
    line-height: 99px !important; }
  .line-height-md-100 {
    line-height: 100px !important; }
  .line-height-md-101 {
    line-height: 101px !important; }
  .line-height-md-102 {
    line-height: 102px !important; }
  .line-height-md-103 {
    line-height: 103px !important; }
  .line-height-md-104 {
    line-height: 104px !important; }
  .line-height-md-105 {
    line-height: 105px !important; }
  .line-height-md-106 {
    line-height: 106px !important; }
  .line-height-md-107 {
    line-height: 107px !important; }
  .line-height-md-108 {
    line-height: 108px !important; }
  .line-height-md-109 {
    line-height: 109px !important; }
  .line-height-md-110 {
    line-height: 110px !important; }
  .line-height-md-111 {
    line-height: 111px !important; }
  .line-height-md-112 {
    line-height: 112px !important; }
  .line-height-md-113 {
    line-height: 113px !important; }
  .line-height-md-114 {
    line-height: 114px !important; }
  .line-height-md-115 {
    line-height: 115px !important; }
  .line-height-md-116 {
    line-height: 116px !important; }
  .line-height-md-117 {
    line-height: 117px !important; }
  .line-height-md-118 {
    line-height: 118px !important; }
  .line-height-md-119 {
    line-height: 119px !important; }
  .line-height-md-120 {
    line-height: 120px !important; }
  .line-height-md-121 {
    line-height: 121px !important; }
  .line-height-md-122 {
    line-height: 122px !important; }
  .line-height-md-123 {
    line-height: 123px !important; }
  .line-height-md-124 {
    line-height: 124px !important; }
  .line-height-md-125 {
    line-height: 125px !important; }
  .line-height-md-126 {
    line-height: 126px !important; }
  .line-height-md-127 {
    line-height: 127px !important; }
  .line-height-md-128 {
    line-height: 128px !important; }
  .line-height-md-129 {
    line-height: 129px !important; }
  .line-height-md-130 {
    line-height: 130px !important; }
  .line-height-md-131 {
    line-height: 131px !important; }
  .line-height-md-132 {
    line-height: 132px !important; }
  .line-height-md-133 {
    line-height: 133px !important; }
  .line-height-md-134 {
    line-height: 134px !important; }
  .line-height-md-135 {
    line-height: 135px !important; }
  .line-height-md-136 {
    line-height: 136px !important; }
  .line-height-md-137 {
    line-height: 137px !important; }
  .line-height-md-138 {
    line-height: 138px !important; }
  .line-height-md-139 {
    line-height: 139px !important; }
  .line-height-md-140 {
    line-height: 140px !important; }
  .line-height-md-141 {
    line-height: 141px !important; }
  .line-height-md-142 {
    line-height: 142px !important; }
  .line-height-md-143 {
    line-height: 143px !important; }
  .line-height-md-144 {
    line-height: 144px !important; }
  .line-height-md-145 {
    line-height: 145px !important; }
  .line-height-md-146 {
    line-height: 146px !important; }
  .line-height-md-147 {
    line-height: 147px !important; }
  .line-height-md-148 {
    line-height: 148px !important; }
  .line-height-md-149 {
    line-height: 149px !important; }
  .line-height-md-150 {
    line-height: 150px !important; }
  .line-height-md-151 {
    line-height: 151px !important; }
  .line-height-md-152 {
    line-height: 152px !important; }
  .line-height-md-153 {
    line-height: 153px !important; }
  .line-height-md-154 {
    line-height: 154px !important; }
  .line-height-md-155 {
    line-height: 155px !important; }
  .line-height-md-156 {
    line-height: 156px !important; }
  .line-height-md-157 {
    line-height: 157px !important; }
  .line-height-md-158 {
    line-height: 158px !important; }
  .line-height-md-159 {
    line-height: 159px !important; }
  .line-height-md-160 {
    line-height: 160px !important; }
  .line-height-md-161 {
    line-height: 161px !important; }
  .line-height-md-162 {
    line-height: 162px !important; }
  .line-height-md-163 {
    line-height: 163px !important; }
  .line-height-md-164 {
    line-height: 164px !important; }
  .line-height-md-165 {
    line-height: 165px !important; }
  .line-height-md-166 {
    line-height: 166px !important; }
  .line-height-md-167 {
    line-height: 167px !important; }
  .line-height-md-168 {
    line-height: 168px !important; }
  .line-height-md-169 {
    line-height: 169px !important; }
  .line-height-md-170 {
    line-height: 170px !important; }
  .line-height-md-171 {
    line-height: 171px !important; }
  .line-height-md-172 {
    line-height: 172px !important; }
  .line-height-md-173 {
    line-height: 173px !important; }
  .line-height-md-174 {
    line-height: 174px !important; }
  .line-height-md-175 {
    line-height: 175px !important; }
  .line-height-md-176 {
    line-height: 176px !important; }
  .line-height-md-177 {
    line-height: 177px !important; }
  .line-height-md-178 {
    line-height: 178px !important; }
  .line-height-md-179 {
    line-height: 179px !important; }
  .line-height-md-180 {
    line-height: 180px !important; }
  .line-height-md-181 {
    line-height: 181px !important; }
  .line-height-md-182 {
    line-height: 182px !important; }
  .line-height-md-183 {
    line-height: 183px !important; }
  .line-height-md-184 {
    line-height: 184px !important; }
  .line-height-md-185 {
    line-height: 185px !important; }
  .line-height-md-186 {
    line-height: 186px !important; }
  .line-height-md-187 {
    line-height: 187px !important; }
  .line-height-md-188 {
    line-height: 188px !important; }
  .line-height-md-189 {
    line-height: 189px !important; }
  .line-height-md-190 {
    line-height: 190px !important; }
  .line-height-md-191 {
    line-height: 191px !important; }
  .line-height-md-192 {
    line-height: 192px !important; }
  .line-height-md-193 {
    line-height: 193px !important; }
  .line-height-md-194 {
    line-height: 194px !important; }
  .line-height-md-195 {
    line-height: 195px !important; }
  .line-height-md-196 {
    line-height: 196px !important; }
  .line-height-md-197 {
    line-height: 197px !important; }
  .line-height-md-198 {
    line-height: 198px !important; }
  .line-height-md-199 {
    line-height: 199px !important; }
  .line-height-md-200 {
    line-height: 200px !important; }
  .line-height-md-201 {
    line-height: 201px !important; }
  .line-height-md-202 {
    line-height: 202px !important; }
  .line-height-md-203 {
    line-height: 203px !important; }
  .line-height-md-204 {
    line-height: 204px !important; }
  .line-height-md-205 {
    line-height: 205px !important; }
  .line-height-md-206 {
    line-height: 206px !important; }
  .line-height-md-207 {
    line-height: 207px !important; }
  .line-height-md-208 {
    line-height: 208px !important; }
  .line-height-md-209 {
    line-height: 209px !important; }
  .line-height-md-210 {
    line-height: 210px !important; }
  .line-height-md-211 {
    line-height: 211px !important; }
  .line-height-md-212 {
    line-height: 212px !important; }
  .line-height-md-213 {
    line-height: 213px !important; }
  .line-height-md-214 {
    line-height: 214px !important; }
  .line-height-md-215 {
    line-height: 215px !important; }
  .line-height-md-216 {
    line-height: 216px !important; }
  .line-height-md-217 {
    line-height: 217px !important; }
  .line-height-md-218 {
    line-height: 218px !important; }
  .line-height-md-219 {
    line-height: 219px !important; }
  .line-height-md-220 {
    line-height: 220px !important; }
  .line-height-md-221 {
    line-height: 221px !important; }
  .line-height-md-222 {
    line-height: 222px !important; }
  .line-height-md-223 {
    line-height: 223px !important; }
  .line-height-md-224 {
    line-height: 224px !important; }
  .line-height-md-225 {
    line-height: 225px !important; }
  .line-height-md-226 {
    line-height: 226px !important; }
  .line-height-md-227 {
    line-height: 227px !important; }
  .line-height-md-228 {
    line-height: 228px !important; }
  .line-height-md-229 {
    line-height: 229px !important; }
  .line-height-md-230 {
    line-height: 230px !important; } }

@media (min-width: 992px) {
  .line-height-lg-1 {
    line-height: 1px !important; }
  .line-height-lg-2 {
    line-height: 2px !important; }
  .line-height-lg-3 {
    line-height: 3px !important; }
  .line-height-lg-4 {
    line-height: 4px !important; }
  .line-height-lg-5 {
    line-height: 5px !important; }
  .line-height-lg-6 {
    line-height: 6px !important; }
  .line-height-lg-7 {
    line-height: 7px !important; }
  .line-height-lg-8 {
    line-height: 8px !important; }
  .line-height-lg-9 {
    line-height: 9px !important; }
  .line-height-lg-10 {
    line-height: 10px !important; }
  .line-height-lg-11 {
    line-height: 11px !important; }
  .line-height-lg-12 {
    line-height: 12px !important; }
  .line-height-lg-13 {
    line-height: 13px !important; }
  .line-height-lg-14 {
    line-height: 14px !important; }
  .line-height-lg-15 {
    line-height: 15px !important; }
  .line-height-lg-16 {
    line-height: 16px !important; }
  .line-height-lg-17 {
    line-height: 17px !important; }
  .line-height-lg-18 {
    line-height: 18px !important; }
  .line-height-lg-19 {
    line-height: 19px !important; }
  .line-height-lg-20 {
    line-height: 20px !important; }
  .line-height-lg-21 {
    line-height: 21px !important; }
  .line-height-lg-22 {
    line-height: 22px !important; }
  .line-height-lg-23 {
    line-height: 23px !important; }
  .line-height-lg-24 {
    line-height: 24px !important; }
  .line-height-lg-25 {
    line-height: 25px !important; }
  .line-height-lg-26 {
    line-height: 26px !important; }
  .line-height-lg-27 {
    line-height: 27px !important; }
  .line-height-lg-28 {
    line-height: 28px !important; }
  .line-height-lg-29 {
    line-height: 29px !important; }
  .line-height-lg-30 {
    line-height: 30px !important; }
  .line-height-lg-31 {
    line-height: 31px !important; }
  .line-height-lg-32 {
    line-height: 32px !important; }
  .line-height-lg-33 {
    line-height: 33px !important; }
  .line-height-lg-34 {
    line-height: 34px !important; }
  .line-height-lg-35 {
    line-height: 35px !important; }
  .line-height-lg-36 {
    line-height: 36px !important; }
  .line-height-lg-37 {
    line-height: 37px !important; }
  .line-height-lg-38 {
    line-height: 38px !important; }
  .line-height-lg-39 {
    line-height: 39px !important; }
  .line-height-lg-40 {
    line-height: 40px !important; }
  .line-height-lg-41 {
    line-height: 41px !important; }
  .line-height-lg-42 {
    line-height: 42px !important; }
  .line-height-lg-43 {
    line-height: 43px !important; }
  .line-height-lg-44 {
    line-height: 44px !important; }
  .line-height-lg-45 {
    line-height: 45px !important; }
  .line-height-lg-46 {
    line-height: 46px !important; }
  .line-height-lg-47 {
    line-height: 47px !important; }
  .line-height-lg-48 {
    line-height: 48px !important; }
  .line-height-lg-49 {
    line-height: 49px !important; }
  .line-height-lg-50 {
    line-height: 50px !important; }
  .line-height-lg-51 {
    line-height: 51px !important; }
  .line-height-lg-52 {
    line-height: 52px !important; }
  .line-height-lg-53 {
    line-height: 53px !important; }
  .line-height-lg-54 {
    line-height: 54px !important; }
  .line-height-lg-55 {
    line-height: 55px !important; }
  .line-height-lg-56 {
    line-height: 56px !important; }
  .line-height-lg-57 {
    line-height: 57px !important; }
  .line-height-lg-58 {
    line-height: 58px !important; }
  .line-height-lg-59 {
    line-height: 59px !important; }
  .line-height-lg-60 {
    line-height: 60px !important; }
  .line-height-lg-61 {
    line-height: 61px !important; }
  .line-height-lg-62 {
    line-height: 62px !important; }
  .line-height-lg-63 {
    line-height: 63px !important; }
  .line-height-lg-64 {
    line-height: 64px !important; }
  .line-height-lg-65 {
    line-height: 65px !important; }
  .line-height-lg-66 {
    line-height: 66px !important; }
  .line-height-lg-67 {
    line-height: 67px !important; }
  .line-height-lg-68 {
    line-height: 68px !important; }
  .line-height-lg-69 {
    line-height: 69px !important; }
  .line-height-lg-70 {
    line-height: 70px !important; }
  .line-height-lg-71 {
    line-height: 71px !important; }
  .line-height-lg-72 {
    line-height: 72px !important; }
  .line-height-lg-73 {
    line-height: 73px !important; }
  .line-height-lg-74 {
    line-height: 74px !important; }
  .line-height-lg-75 {
    line-height: 75px !important; }
  .line-height-lg-76 {
    line-height: 76px !important; }
  .line-height-lg-77 {
    line-height: 77px !important; }
  .line-height-lg-78 {
    line-height: 78px !important; }
  .line-height-lg-79 {
    line-height: 79px !important; }
  .line-height-lg-80 {
    line-height: 80px !important; }
  .line-height-lg-81 {
    line-height: 81px !important; }
  .line-height-lg-82 {
    line-height: 82px !important; }
  .line-height-lg-83 {
    line-height: 83px !important; }
  .line-height-lg-84 {
    line-height: 84px !important; }
  .line-height-lg-85 {
    line-height: 85px !important; }
  .line-height-lg-86 {
    line-height: 86px !important; }
  .line-height-lg-87 {
    line-height: 87px !important; }
  .line-height-lg-88 {
    line-height: 88px !important; }
  .line-height-lg-89 {
    line-height: 89px !important; }
  .line-height-lg-90 {
    line-height: 90px !important; }
  .line-height-lg-91 {
    line-height: 91px !important; }
  .line-height-lg-92 {
    line-height: 92px !important; }
  .line-height-lg-93 {
    line-height: 93px !important; }
  .line-height-lg-94 {
    line-height: 94px !important; }
  .line-height-lg-95 {
    line-height: 95px !important; }
  .line-height-lg-96 {
    line-height: 96px !important; }
  .line-height-lg-97 {
    line-height: 97px !important; }
  .line-height-lg-98 {
    line-height: 98px !important; }
  .line-height-lg-99 {
    line-height: 99px !important; }
  .line-height-lg-100 {
    line-height: 100px !important; }
  .line-height-lg-101 {
    line-height: 101px !important; }
  .line-height-lg-102 {
    line-height: 102px !important; }
  .line-height-lg-103 {
    line-height: 103px !important; }
  .line-height-lg-104 {
    line-height: 104px !important; }
  .line-height-lg-105 {
    line-height: 105px !important; }
  .line-height-lg-106 {
    line-height: 106px !important; }
  .line-height-lg-107 {
    line-height: 107px !important; }
  .line-height-lg-108 {
    line-height: 108px !important; }
  .line-height-lg-109 {
    line-height: 109px !important; }
  .line-height-lg-110 {
    line-height: 110px !important; }
  .line-height-lg-111 {
    line-height: 111px !important; }
  .line-height-lg-112 {
    line-height: 112px !important; }
  .line-height-lg-113 {
    line-height: 113px !important; }
  .line-height-lg-114 {
    line-height: 114px !important; }
  .line-height-lg-115 {
    line-height: 115px !important; }
  .line-height-lg-116 {
    line-height: 116px !important; }
  .line-height-lg-117 {
    line-height: 117px !important; }
  .line-height-lg-118 {
    line-height: 118px !important; }
  .line-height-lg-119 {
    line-height: 119px !important; }
  .line-height-lg-120 {
    line-height: 120px !important; }
  .line-height-lg-121 {
    line-height: 121px !important; }
  .line-height-lg-122 {
    line-height: 122px !important; }
  .line-height-lg-123 {
    line-height: 123px !important; }
  .line-height-lg-124 {
    line-height: 124px !important; }
  .line-height-lg-125 {
    line-height: 125px !important; }
  .line-height-lg-126 {
    line-height: 126px !important; }
  .line-height-lg-127 {
    line-height: 127px !important; }
  .line-height-lg-128 {
    line-height: 128px !important; }
  .line-height-lg-129 {
    line-height: 129px !important; }
  .line-height-lg-130 {
    line-height: 130px !important; }
  .line-height-lg-131 {
    line-height: 131px !important; }
  .line-height-lg-132 {
    line-height: 132px !important; }
  .line-height-lg-133 {
    line-height: 133px !important; }
  .line-height-lg-134 {
    line-height: 134px !important; }
  .line-height-lg-135 {
    line-height: 135px !important; }
  .line-height-lg-136 {
    line-height: 136px !important; }
  .line-height-lg-137 {
    line-height: 137px !important; }
  .line-height-lg-138 {
    line-height: 138px !important; }
  .line-height-lg-139 {
    line-height: 139px !important; }
  .line-height-lg-140 {
    line-height: 140px !important; }
  .line-height-lg-141 {
    line-height: 141px !important; }
  .line-height-lg-142 {
    line-height: 142px !important; }
  .line-height-lg-143 {
    line-height: 143px !important; }
  .line-height-lg-144 {
    line-height: 144px !important; }
  .line-height-lg-145 {
    line-height: 145px !important; }
  .line-height-lg-146 {
    line-height: 146px !important; }
  .line-height-lg-147 {
    line-height: 147px !important; }
  .line-height-lg-148 {
    line-height: 148px !important; }
  .line-height-lg-149 {
    line-height: 149px !important; }
  .line-height-lg-150 {
    line-height: 150px !important; }
  .line-height-lg-151 {
    line-height: 151px !important; }
  .line-height-lg-152 {
    line-height: 152px !important; }
  .line-height-lg-153 {
    line-height: 153px !important; }
  .line-height-lg-154 {
    line-height: 154px !important; }
  .line-height-lg-155 {
    line-height: 155px !important; }
  .line-height-lg-156 {
    line-height: 156px !important; }
  .line-height-lg-157 {
    line-height: 157px !important; }
  .line-height-lg-158 {
    line-height: 158px !important; }
  .line-height-lg-159 {
    line-height: 159px !important; }
  .line-height-lg-160 {
    line-height: 160px !important; }
  .line-height-lg-161 {
    line-height: 161px !important; }
  .line-height-lg-162 {
    line-height: 162px !important; }
  .line-height-lg-163 {
    line-height: 163px !important; }
  .line-height-lg-164 {
    line-height: 164px !important; }
  .line-height-lg-165 {
    line-height: 165px !important; }
  .line-height-lg-166 {
    line-height: 166px !important; }
  .line-height-lg-167 {
    line-height: 167px !important; }
  .line-height-lg-168 {
    line-height: 168px !important; }
  .line-height-lg-169 {
    line-height: 169px !important; }
  .line-height-lg-170 {
    line-height: 170px !important; }
  .line-height-lg-171 {
    line-height: 171px !important; }
  .line-height-lg-172 {
    line-height: 172px !important; }
  .line-height-lg-173 {
    line-height: 173px !important; }
  .line-height-lg-174 {
    line-height: 174px !important; }
  .line-height-lg-175 {
    line-height: 175px !important; }
  .line-height-lg-176 {
    line-height: 176px !important; }
  .line-height-lg-177 {
    line-height: 177px !important; }
  .line-height-lg-178 {
    line-height: 178px !important; }
  .line-height-lg-179 {
    line-height: 179px !important; }
  .line-height-lg-180 {
    line-height: 180px !important; }
  .line-height-lg-181 {
    line-height: 181px !important; }
  .line-height-lg-182 {
    line-height: 182px !important; }
  .line-height-lg-183 {
    line-height: 183px !important; }
  .line-height-lg-184 {
    line-height: 184px !important; }
  .line-height-lg-185 {
    line-height: 185px !important; }
  .line-height-lg-186 {
    line-height: 186px !important; }
  .line-height-lg-187 {
    line-height: 187px !important; }
  .line-height-lg-188 {
    line-height: 188px !important; }
  .line-height-lg-189 {
    line-height: 189px !important; }
  .line-height-lg-190 {
    line-height: 190px !important; }
  .line-height-lg-191 {
    line-height: 191px !important; }
  .line-height-lg-192 {
    line-height: 192px !important; }
  .line-height-lg-193 {
    line-height: 193px !important; }
  .line-height-lg-194 {
    line-height: 194px !important; }
  .line-height-lg-195 {
    line-height: 195px !important; }
  .line-height-lg-196 {
    line-height: 196px !important; }
  .line-height-lg-197 {
    line-height: 197px !important; }
  .line-height-lg-198 {
    line-height: 198px !important; }
  .line-height-lg-199 {
    line-height: 199px !important; }
  .line-height-lg-200 {
    line-height: 200px !important; }
  .line-height-lg-201 {
    line-height: 201px !important; }
  .line-height-lg-202 {
    line-height: 202px !important; }
  .line-height-lg-203 {
    line-height: 203px !important; }
  .line-height-lg-204 {
    line-height: 204px !important; }
  .line-height-lg-205 {
    line-height: 205px !important; }
  .line-height-lg-206 {
    line-height: 206px !important; }
  .line-height-lg-207 {
    line-height: 207px !important; }
  .line-height-lg-208 {
    line-height: 208px !important; }
  .line-height-lg-209 {
    line-height: 209px !important; }
  .line-height-lg-210 {
    line-height: 210px !important; }
  .line-height-lg-211 {
    line-height: 211px !important; }
  .line-height-lg-212 {
    line-height: 212px !important; }
  .line-height-lg-213 {
    line-height: 213px !important; }
  .line-height-lg-214 {
    line-height: 214px !important; }
  .line-height-lg-215 {
    line-height: 215px !important; }
  .line-height-lg-216 {
    line-height: 216px !important; }
  .line-height-lg-217 {
    line-height: 217px !important; }
  .line-height-lg-218 {
    line-height: 218px !important; }
  .line-height-lg-219 {
    line-height: 219px !important; }
  .line-height-lg-220 {
    line-height: 220px !important; }
  .line-height-lg-221 {
    line-height: 221px !important; }
  .line-height-lg-222 {
    line-height: 222px !important; }
  .line-height-lg-223 {
    line-height: 223px !important; }
  .line-height-lg-224 {
    line-height: 224px !important; }
  .line-height-lg-225 {
    line-height: 225px !important; }
  .line-height-lg-226 {
    line-height: 226px !important; }
  .line-height-lg-227 {
    line-height: 227px !important; }
  .line-height-lg-228 {
    line-height: 228px !important; }
  .line-height-lg-229 {
    line-height: 229px !important; }
  .line-height-lg-230 {
    line-height: 230px !important; } }

@media (min-width: 1200px) {
  .line-height-xl-1 {
    line-height: 1px !important; }
  .line-height-xl-2 {
    line-height: 2px !important; }
  .line-height-xl-3 {
    line-height: 3px !important; }
  .line-height-xl-4 {
    line-height: 4px !important; }
  .line-height-xl-5 {
    line-height: 5px !important; }
  .line-height-xl-6 {
    line-height: 6px !important; }
  .line-height-xl-7 {
    line-height: 7px !important; }
  .line-height-xl-8 {
    line-height: 8px !important; }
  .line-height-xl-9 {
    line-height: 9px !important; }
  .line-height-xl-10 {
    line-height: 10px !important; }
  .line-height-xl-11 {
    line-height: 11px !important; }
  .line-height-xl-12 {
    line-height: 12px !important; }
  .line-height-xl-13 {
    line-height: 13px !important; }
  .line-height-xl-14 {
    line-height: 14px !important; }
  .line-height-xl-15 {
    line-height: 15px !important; }
  .line-height-xl-16 {
    line-height: 16px !important; }
  .line-height-xl-17 {
    line-height: 17px !important; }
  .line-height-xl-18 {
    line-height: 18px !important; }
  .line-height-xl-19 {
    line-height: 19px !important; }
  .line-height-xl-20 {
    line-height: 20px !important; }
  .line-height-xl-21 {
    line-height: 21px !important; }
  .line-height-xl-22 {
    line-height: 22px !important; }
  .line-height-xl-23 {
    line-height: 23px !important; }
  .line-height-xl-24 {
    line-height: 24px !important; }
  .line-height-xl-25 {
    line-height: 25px !important; }
  .line-height-xl-26 {
    line-height: 26px !important; }
  .line-height-xl-27 {
    line-height: 27px !important; }
  .line-height-xl-28 {
    line-height: 28px !important; }
  .line-height-xl-29 {
    line-height: 29px !important; }
  .line-height-xl-30 {
    line-height: 30px !important; }
  .line-height-xl-31 {
    line-height: 31px !important; }
  .line-height-xl-32 {
    line-height: 32px !important; }
  .line-height-xl-33 {
    line-height: 33px !important; }
  .line-height-xl-34 {
    line-height: 34px !important; }
  .line-height-xl-35 {
    line-height: 35px !important; }
  .line-height-xl-36 {
    line-height: 36px !important; }
  .line-height-xl-37 {
    line-height: 37px !important; }
  .line-height-xl-38 {
    line-height: 38px !important; }
  .line-height-xl-39 {
    line-height: 39px !important; }
  .line-height-xl-40 {
    line-height: 40px !important; }
  .line-height-xl-41 {
    line-height: 41px !important; }
  .line-height-xl-42 {
    line-height: 42px !important; }
  .line-height-xl-43 {
    line-height: 43px !important; }
  .line-height-xl-44 {
    line-height: 44px !important; }
  .line-height-xl-45 {
    line-height: 45px !important; }
  .line-height-xl-46 {
    line-height: 46px !important; }
  .line-height-xl-47 {
    line-height: 47px !important; }
  .line-height-xl-48 {
    line-height: 48px !important; }
  .line-height-xl-49 {
    line-height: 49px !important; }
  .line-height-xl-50 {
    line-height: 50px !important; }
  .line-height-xl-51 {
    line-height: 51px !important; }
  .line-height-xl-52 {
    line-height: 52px !important; }
  .line-height-xl-53 {
    line-height: 53px !important; }
  .line-height-xl-54 {
    line-height: 54px !important; }
  .line-height-xl-55 {
    line-height: 55px !important; }
  .line-height-xl-56 {
    line-height: 56px !important; }
  .line-height-xl-57 {
    line-height: 57px !important; }
  .line-height-xl-58 {
    line-height: 58px !important; }
  .line-height-xl-59 {
    line-height: 59px !important; }
  .line-height-xl-60 {
    line-height: 60px !important; }
  .line-height-xl-61 {
    line-height: 61px !important; }
  .line-height-xl-62 {
    line-height: 62px !important; }
  .line-height-xl-63 {
    line-height: 63px !important; }
  .line-height-xl-64 {
    line-height: 64px !important; }
  .line-height-xl-65 {
    line-height: 65px !important; }
  .line-height-xl-66 {
    line-height: 66px !important; }
  .line-height-xl-67 {
    line-height: 67px !important; }
  .line-height-xl-68 {
    line-height: 68px !important; }
  .line-height-xl-69 {
    line-height: 69px !important; }
  .line-height-xl-70 {
    line-height: 70px !important; }
  .line-height-xl-71 {
    line-height: 71px !important; }
  .line-height-xl-72 {
    line-height: 72px !important; }
  .line-height-xl-73 {
    line-height: 73px !important; }
  .line-height-xl-74 {
    line-height: 74px !important; }
  .line-height-xl-75 {
    line-height: 75px !important; }
  .line-height-xl-76 {
    line-height: 76px !important; }
  .line-height-xl-77 {
    line-height: 77px !important; }
  .line-height-xl-78 {
    line-height: 78px !important; }
  .line-height-xl-79 {
    line-height: 79px !important; }
  .line-height-xl-80 {
    line-height: 80px !important; }
  .line-height-xl-81 {
    line-height: 81px !important; }
  .line-height-xl-82 {
    line-height: 82px !important; }
  .line-height-xl-83 {
    line-height: 83px !important; }
  .line-height-xl-84 {
    line-height: 84px !important; }
  .line-height-xl-85 {
    line-height: 85px !important; }
  .line-height-xl-86 {
    line-height: 86px !important; }
  .line-height-xl-87 {
    line-height: 87px !important; }
  .line-height-xl-88 {
    line-height: 88px !important; }
  .line-height-xl-89 {
    line-height: 89px !important; }
  .line-height-xl-90 {
    line-height: 90px !important; }
  .line-height-xl-91 {
    line-height: 91px !important; }
  .line-height-xl-92 {
    line-height: 92px !important; }
  .line-height-xl-93 {
    line-height: 93px !important; }
  .line-height-xl-94 {
    line-height: 94px !important; }
  .line-height-xl-95 {
    line-height: 95px !important; }
  .line-height-xl-96 {
    line-height: 96px !important; }
  .line-height-xl-97 {
    line-height: 97px !important; }
  .line-height-xl-98 {
    line-height: 98px !important; }
  .line-height-xl-99 {
    line-height: 99px !important; }
  .line-height-xl-100 {
    line-height: 100px !important; }
  .line-height-xl-101 {
    line-height: 101px !important; }
  .line-height-xl-102 {
    line-height: 102px !important; }
  .line-height-xl-103 {
    line-height: 103px !important; }
  .line-height-xl-104 {
    line-height: 104px !important; }
  .line-height-xl-105 {
    line-height: 105px !important; }
  .line-height-xl-106 {
    line-height: 106px !important; }
  .line-height-xl-107 {
    line-height: 107px !important; }
  .line-height-xl-108 {
    line-height: 108px !important; }
  .line-height-xl-109 {
    line-height: 109px !important; }
  .line-height-xl-110 {
    line-height: 110px !important; }
  .line-height-xl-111 {
    line-height: 111px !important; }
  .line-height-xl-112 {
    line-height: 112px !important; }
  .line-height-xl-113 {
    line-height: 113px !important; }
  .line-height-xl-114 {
    line-height: 114px !important; }
  .line-height-xl-115 {
    line-height: 115px !important; }
  .line-height-xl-116 {
    line-height: 116px !important; }
  .line-height-xl-117 {
    line-height: 117px !important; }
  .line-height-xl-118 {
    line-height: 118px !important; }
  .line-height-xl-119 {
    line-height: 119px !important; }
  .line-height-xl-120 {
    line-height: 120px !important; }
  .line-height-xl-121 {
    line-height: 121px !important; }
  .line-height-xl-122 {
    line-height: 122px !important; }
  .line-height-xl-123 {
    line-height: 123px !important; }
  .line-height-xl-124 {
    line-height: 124px !important; }
  .line-height-xl-125 {
    line-height: 125px !important; }
  .line-height-xl-126 {
    line-height: 126px !important; }
  .line-height-xl-127 {
    line-height: 127px !important; }
  .line-height-xl-128 {
    line-height: 128px !important; }
  .line-height-xl-129 {
    line-height: 129px !important; }
  .line-height-xl-130 {
    line-height: 130px !important; }
  .line-height-xl-131 {
    line-height: 131px !important; }
  .line-height-xl-132 {
    line-height: 132px !important; }
  .line-height-xl-133 {
    line-height: 133px !important; }
  .line-height-xl-134 {
    line-height: 134px !important; }
  .line-height-xl-135 {
    line-height: 135px !important; }
  .line-height-xl-136 {
    line-height: 136px !important; }
  .line-height-xl-137 {
    line-height: 137px !important; }
  .line-height-xl-138 {
    line-height: 138px !important; }
  .line-height-xl-139 {
    line-height: 139px !important; }
  .line-height-xl-140 {
    line-height: 140px !important; }
  .line-height-xl-141 {
    line-height: 141px !important; }
  .line-height-xl-142 {
    line-height: 142px !important; }
  .line-height-xl-143 {
    line-height: 143px !important; }
  .line-height-xl-144 {
    line-height: 144px !important; }
  .line-height-xl-145 {
    line-height: 145px !important; }
  .line-height-xl-146 {
    line-height: 146px !important; }
  .line-height-xl-147 {
    line-height: 147px !important; }
  .line-height-xl-148 {
    line-height: 148px !important; }
  .line-height-xl-149 {
    line-height: 149px !important; }
  .line-height-xl-150 {
    line-height: 150px !important; }
  .line-height-xl-151 {
    line-height: 151px !important; }
  .line-height-xl-152 {
    line-height: 152px !important; }
  .line-height-xl-153 {
    line-height: 153px !important; }
  .line-height-xl-154 {
    line-height: 154px !important; }
  .line-height-xl-155 {
    line-height: 155px !important; }
  .line-height-xl-156 {
    line-height: 156px !important; }
  .line-height-xl-157 {
    line-height: 157px !important; }
  .line-height-xl-158 {
    line-height: 158px !important; }
  .line-height-xl-159 {
    line-height: 159px !important; }
  .line-height-xl-160 {
    line-height: 160px !important; }
  .line-height-xl-161 {
    line-height: 161px !important; }
  .line-height-xl-162 {
    line-height: 162px !important; }
  .line-height-xl-163 {
    line-height: 163px !important; }
  .line-height-xl-164 {
    line-height: 164px !important; }
  .line-height-xl-165 {
    line-height: 165px !important; }
  .line-height-xl-166 {
    line-height: 166px !important; }
  .line-height-xl-167 {
    line-height: 167px !important; }
  .line-height-xl-168 {
    line-height: 168px !important; }
  .line-height-xl-169 {
    line-height: 169px !important; }
  .line-height-xl-170 {
    line-height: 170px !important; }
  .line-height-xl-171 {
    line-height: 171px !important; }
  .line-height-xl-172 {
    line-height: 172px !important; }
  .line-height-xl-173 {
    line-height: 173px !important; }
  .line-height-xl-174 {
    line-height: 174px !important; }
  .line-height-xl-175 {
    line-height: 175px !important; }
  .line-height-xl-176 {
    line-height: 176px !important; }
  .line-height-xl-177 {
    line-height: 177px !important; }
  .line-height-xl-178 {
    line-height: 178px !important; }
  .line-height-xl-179 {
    line-height: 179px !important; }
  .line-height-xl-180 {
    line-height: 180px !important; }
  .line-height-xl-181 {
    line-height: 181px !important; }
  .line-height-xl-182 {
    line-height: 182px !important; }
  .line-height-xl-183 {
    line-height: 183px !important; }
  .line-height-xl-184 {
    line-height: 184px !important; }
  .line-height-xl-185 {
    line-height: 185px !important; }
  .line-height-xl-186 {
    line-height: 186px !important; }
  .line-height-xl-187 {
    line-height: 187px !important; }
  .line-height-xl-188 {
    line-height: 188px !important; }
  .line-height-xl-189 {
    line-height: 189px !important; }
  .line-height-xl-190 {
    line-height: 190px !important; }
  .line-height-xl-191 {
    line-height: 191px !important; }
  .line-height-xl-192 {
    line-height: 192px !important; }
  .line-height-xl-193 {
    line-height: 193px !important; }
  .line-height-xl-194 {
    line-height: 194px !important; }
  .line-height-xl-195 {
    line-height: 195px !important; }
  .line-height-xl-196 {
    line-height: 196px !important; }
  .line-height-xl-197 {
    line-height: 197px !important; }
  .line-height-xl-198 {
    line-height: 198px !important; }
  .line-height-xl-199 {
    line-height: 199px !important; }
  .line-height-xl-200 {
    line-height: 200px !important; }
  .line-height-xl-201 {
    line-height: 201px !important; }
  .line-height-xl-202 {
    line-height: 202px !important; }
  .line-height-xl-203 {
    line-height: 203px !important; }
  .line-height-xl-204 {
    line-height: 204px !important; }
  .line-height-xl-205 {
    line-height: 205px !important; }
  .line-height-xl-206 {
    line-height: 206px !important; }
  .line-height-xl-207 {
    line-height: 207px !important; }
  .line-height-xl-208 {
    line-height: 208px !important; }
  .line-height-xl-209 {
    line-height: 209px !important; }
  .line-height-xl-210 {
    line-height: 210px !important; }
  .line-height-xl-211 {
    line-height: 211px !important; }
  .line-height-xl-212 {
    line-height: 212px !important; }
  .line-height-xl-213 {
    line-height: 213px !important; }
  .line-height-xl-214 {
    line-height: 214px !important; }
  .line-height-xl-215 {
    line-height: 215px !important; }
  .line-height-xl-216 {
    line-height: 216px !important; }
  .line-height-xl-217 {
    line-height: 217px !important; }
  .line-height-xl-218 {
    line-height: 218px !important; }
  .line-height-xl-219 {
    line-height: 219px !important; }
  .line-height-xl-220 {
    line-height: 220px !important; }
  .line-height-xl-221 {
    line-height: 221px !important; }
  .line-height-xl-222 {
    line-height: 222px !important; }
  .line-height-xl-223 {
    line-height: 223px !important; }
  .line-height-xl-224 {
    line-height: 224px !important; }
  .line-height-xl-225 {
    line-height: 225px !important; }
  .line-height-xl-226 {
    line-height: 226px !important; }
  .line-height-xl-227 {
    line-height: 227px !important; }
  .line-height-xl-228 {
    line-height: 228px !important; }
  .line-height-xl-229 {
    line-height: 229px !important; }
  .line-height-xl-230 {
    line-height: 230px !important; } }

@media (min-width: 1400px) {
  .line-height-xxl-1 {
    line-height: 1px !important; }
  .line-height-xxl-2 {
    line-height: 2px !important; }
  .line-height-xxl-3 {
    line-height: 3px !important; }
  .line-height-xxl-4 {
    line-height: 4px !important; }
  .line-height-xxl-5 {
    line-height: 5px !important; }
  .line-height-xxl-6 {
    line-height: 6px !important; }
  .line-height-xxl-7 {
    line-height: 7px !important; }
  .line-height-xxl-8 {
    line-height: 8px !important; }
  .line-height-xxl-9 {
    line-height: 9px !important; }
  .line-height-xxl-10 {
    line-height: 10px !important; }
  .line-height-xxl-11 {
    line-height: 11px !important; }
  .line-height-xxl-12 {
    line-height: 12px !important; }
  .line-height-xxl-13 {
    line-height: 13px !important; }
  .line-height-xxl-14 {
    line-height: 14px !important; }
  .line-height-xxl-15 {
    line-height: 15px !important; }
  .line-height-xxl-16 {
    line-height: 16px !important; }
  .line-height-xxl-17 {
    line-height: 17px !important; }
  .line-height-xxl-18 {
    line-height: 18px !important; }
  .line-height-xxl-19 {
    line-height: 19px !important; }
  .line-height-xxl-20 {
    line-height: 20px !important; }
  .line-height-xxl-21 {
    line-height: 21px !important; }
  .line-height-xxl-22 {
    line-height: 22px !important; }
  .line-height-xxl-23 {
    line-height: 23px !important; }
  .line-height-xxl-24 {
    line-height: 24px !important; }
  .line-height-xxl-25 {
    line-height: 25px !important; }
  .line-height-xxl-26 {
    line-height: 26px !important; }
  .line-height-xxl-27 {
    line-height: 27px !important; }
  .line-height-xxl-28 {
    line-height: 28px !important; }
  .line-height-xxl-29 {
    line-height: 29px !important; }
  .line-height-xxl-30 {
    line-height: 30px !important; }
  .line-height-xxl-31 {
    line-height: 31px !important; }
  .line-height-xxl-32 {
    line-height: 32px !important; }
  .line-height-xxl-33 {
    line-height: 33px !important; }
  .line-height-xxl-34 {
    line-height: 34px !important; }
  .line-height-xxl-35 {
    line-height: 35px !important; }
  .line-height-xxl-36 {
    line-height: 36px !important; }
  .line-height-xxl-37 {
    line-height: 37px !important; }
  .line-height-xxl-38 {
    line-height: 38px !important; }
  .line-height-xxl-39 {
    line-height: 39px !important; }
  .line-height-xxl-40 {
    line-height: 40px !important; }
  .line-height-xxl-41 {
    line-height: 41px !important; }
  .line-height-xxl-42 {
    line-height: 42px !important; }
  .line-height-xxl-43 {
    line-height: 43px !important; }
  .line-height-xxl-44 {
    line-height: 44px !important; }
  .line-height-xxl-45 {
    line-height: 45px !important; }
  .line-height-xxl-46 {
    line-height: 46px !important; }
  .line-height-xxl-47 {
    line-height: 47px !important; }
  .line-height-xxl-48 {
    line-height: 48px !important; }
  .line-height-xxl-49 {
    line-height: 49px !important; }
  .line-height-xxl-50 {
    line-height: 50px !important; }
  .line-height-xxl-51 {
    line-height: 51px !important; }
  .line-height-xxl-52 {
    line-height: 52px !important; }
  .line-height-xxl-53 {
    line-height: 53px !important; }
  .line-height-xxl-54 {
    line-height: 54px !important; }
  .line-height-xxl-55 {
    line-height: 55px !important; }
  .line-height-xxl-56 {
    line-height: 56px !important; }
  .line-height-xxl-57 {
    line-height: 57px !important; }
  .line-height-xxl-58 {
    line-height: 58px !important; }
  .line-height-xxl-59 {
    line-height: 59px !important; }
  .line-height-xxl-60 {
    line-height: 60px !important; }
  .line-height-xxl-61 {
    line-height: 61px !important; }
  .line-height-xxl-62 {
    line-height: 62px !important; }
  .line-height-xxl-63 {
    line-height: 63px !important; }
  .line-height-xxl-64 {
    line-height: 64px !important; }
  .line-height-xxl-65 {
    line-height: 65px !important; }
  .line-height-xxl-66 {
    line-height: 66px !important; }
  .line-height-xxl-67 {
    line-height: 67px !important; }
  .line-height-xxl-68 {
    line-height: 68px !important; }
  .line-height-xxl-69 {
    line-height: 69px !important; }
  .line-height-xxl-70 {
    line-height: 70px !important; }
  .line-height-xxl-71 {
    line-height: 71px !important; }
  .line-height-xxl-72 {
    line-height: 72px !important; }
  .line-height-xxl-73 {
    line-height: 73px !important; }
  .line-height-xxl-74 {
    line-height: 74px !important; }
  .line-height-xxl-75 {
    line-height: 75px !important; }
  .line-height-xxl-76 {
    line-height: 76px !important; }
  .line-height-xxl-77 {
    line-height: 77px !important; }
  .line-height-xxl-78 {
    line-height: 78px !important; }
  .line-height-xxl-79 {
    line-height: 79px !important; }
  .line-height-xxl-80 {
    line-height: 80px !important; }
  .line-height-xxl-81 {
    line-height: 81px !important; }
  .line-height-xxl-82 {
    line-height: 82px !important; }
  .line-height-xxl-83 {
    line-height: 83px !important; }
  .line-height-xxl-84 {
    line-height: 84px !important; }
  .line-height-xxl-85 {
    line-height: 85px !important; }
  .line-height-xxl-86 {
    line-height: 86px !important; }
  .line-height-xxl-87 {
    line-height: 87px !important; }
  .line-height-xxl-88 {
    line-height: 88px !important; }
  .line-height-xxl-89 {
    line-height: 89px !important; }
  .line-height-xxl-90 {
    line-height: 90px !important; }
  .line-height-xxl-91 {
    line-height: 91px !important; }
  .line-height-xxl-92 {
    line-height: 92px !important; }
  .line-height-xxl-93 {
    line-height: 93px !important; }
  .line-height-xxl-94 {
    line-height: 94px !important; }
  .line-height-xxl-95 {
    line-height: 95px !important; }
  .line-height-xxl-96 {
    line-height: 96px !important; }
  .line-height-xxl-97 {
    line-height: 97px !important; }
  .line-height-xxl-98 {
    line-height: 98px !important; }
  .line-height-xxl-99 {
    line-height: 99px !important; }
  .line-height-xxl-100 {
    line-height: 100px !important; }
  .line-height-xxl-101 {
    line-height: 101px !important; }
  .line-height-xxl-102 {
    line-height: 102px !important; }
  .line-height-xxl-103 {
    line-height: 103px !important; }
  .line-height-xxl-104 {
    line-height: 104px !important; }
  .line-height-xxl-105 {
    line-height: 105px !important; }
  .line-height-xxl-106 {
    line-height: 106px !important; }
  .line-height-xxl-107 {
    line-height: 107px !important; }
  .line-height-xxl-108 {
    line-height: 108px !important; }
  .line-height-xxl-109 {
    line-height: 109px !important; }
  .line-height-xxl-110 {
    line-height: 110px !important; }
  .line-height-xxl-111 {
    line-height: 111px !important; }
  .line-height-xxl-112 {
    line-height: 112px !important; }
  .line-height-xxl-113 {
    line-height: 113px !important; }
  .line-height-xxl-114 {
    line-height: 114px !important; }
  .line-height-xxl-115 {
    line-height: 115px !important; }
  .line-height-xxl-116 {
    line-height: 116px !important; }
  .line-height-xxl-117 {
    line-height: 117px !important; }
  .line-height-xxl-118 {
    line-height: 118px !important; }
  .line-height-xxl-119 {
    line-height: 119px !important; }
  .line-height-xxl-120 {
    line-height: 120px !important; }
  .line-height-xxl-121 {
    line-height: 121px !important; }
  .line-height-xxl-122 {
    line-height: 122px !important; }
  .line-height-xxl-123 {
    line-height: 123px !important; }
  .line-height-xxl-124 {
    line-height: 124px !important; }
  .line-height-xxl-125 {
    line-height: 125px !important; }
  .line-height-xxl-126 {
    line-height: 126px !important; }
  .line-height-xxl-127 {
    line-height: 127px !important; }
  .line-height-xxl-128 {
    line-height: 128px !important; }
  .line-height-xxl-129 {
    line-height: 129px !important; }
  .line-height-xxl-130 {
    line-height: 130px !important; }
  .line-height-xxl-131 {
    line-height: 131px !important; }
  .line-height-xxl-132 {
    line-height: 132px !important; }
  .line-height-xxl-133 {
    line-height: 133px !important; }
  .line-height-xxl-134 {
    line-height: 134px !important; }
  .line-height-xxl-135 {
    line-height: 135px !important; }
  .line-height-xxl-136 {
    line-height: 136px !important; }
  .line-height-xxl-137 {
    line-height: 137px !important; }
  .line-height-xxl-138 {
    line-height: 138px !important; }
  .line-height-xxl-139 {
    line-height: 139px !important; }
  .line-height-xxl-140 {
    line-height: 140px !important; }
  .line-height-xxl-141 {
    line-height: 141px !important; }
  .line-height-xxl-142 {
    line-height: 142px !important; }
  .line-height-xxl-143 {
    line-height: 143px !important; }
  .line-height-xxl-144 {
    line-height: 144px !important; }
  .line-height-xxl-145 {
    line-height: 145px !important; }
  .line-height-xxl-146 {
    line-height: 146px !important; }
  .line-height-xxl-147 {
    line-height: 147px !important; }
  .line-height-xxl-148 {
    line-height: 148px !important; }
  .line-height-xxl-149 {
    line-height: 149px !important; }
  .line-height-xxl-150 {
    line-height: 150px !important; }
  .line-height-xxl-151 {
    line-height: 151px !important; }
  .line-height-xxl-152 {
    line-height: 152px !important; }
  .line-height-xxl-153 {
    line-height: 153px !important; }
  .line-height-xxl-154 {
    line-height: 154px !important; }
  .line-height-xxl-155 {
    line-height: 155px !important; }
  .line-height-xxl-156 {
    line-height: 156px !important; }
  .line-height-xxl-157 {
    line-height: 157px !important; }
  .line-height-xxl-158 {
    line-height: 158px !important; }
  .line-height-xxl-159 {
    line-height: 159px !important; }
  .line-height-xxl-160 {
    line-height: 160px !important; }
  .line-height-xxl-161 {
    line-height: 161px !important; }
  .line-height-xxl-162 {
    line-height: 162px !important; }
  .line-height-xxl-163 {
    line-height: 163px !important; }
  .line-height-xxl-164 {
    line-height: 164px !important; }
  .line-height-xxl-165 {
    line-height: 165px !important; }
  .line-height-xxl-166 {
    line-height: 166px !important; }
  .line-height-xxl-167 {
    line-height: 167px !important; }
  .line-height-xxl-168 {
    line-height: 168px !important; }
  .line-height-xxl-169 {
    line-height: 169px !important; }
  .line-height-xxl-170 {
    line-height: 170px !important; }
  .line-height-xxl-171 {
    line-height: 171px !important; }
  .line-height-xxl-172 {
    line-height: 172px !important; }
  .line-height-xxl-173 {
    line-height: 173px !important; }
  .line-height-xxl-174 {
    line-height: 174px !important; }
  .line-height-xxl-175 {
    line-height: 175px !important; }
  .line-height-xxl-176 {
    line-height: 176px !important; }
  .line-height-xxl-177 {
    line-height: 177px !important; }
  .line-height-xxl-178 {
    line-height: 178px !important; }
  .line-height-xxl-179 {
    line-height: 179px !important; }
  .line-height-xxl-180 {
    line-height: 180px !important; }
  .line-height-xxl-181 {
    line-height: 181px !important; }
  .line-height-xxl-182 {
    line-height: 182px !important; }
  .line-height-xxl-183 {
    line-height: 183px !important; }
  .line-height-xxl-184 {
    line-height: 184px !important; }
  .line-height-xxl-185 {
    line-height: 185px !important; }
  .line-height-xxl-186 {
    line-height: 186px !important; }
  .line-height-xxl-187 {
    line-height: 187px !important; }
  .line-height-xxl-188 {
    line-height: 188px !important; }
  .line-height-xxl-189 {
    line-height: 189px !important; }
  .line-height-xxl-190 {
    line-height: 190px !important; }
  .line-height-xxl-191 {
    line-height: 191px !important; }
  .line-height-xxl-192 {
    line-height: 192px !important; }
  .line-height-xxl-193 {
    line-height: 193px !important; }
  .line-height-xxl-194 {
    line-height: 194px !important; }
  .line-height-xxl-195 {
    line-height: 195px !important; }
  .line-height-xxl-196 {
    line-height: 196px !important; }
  .line-height-xxl-197 {
    line-height: 197px !important; }
  .line-height-xxl-198 {
    line-height: 198px !important; }
  .line-height-xxl-199 {
    line-height: 199px !important; }
  .line-height-xxl-200 {
    line-height: 200px !important; }
  .line-height-xxl-201 {
    line-height: 201px !important; }
  .line-height-xxl-202 {
    line-height: 202px !important; }
  .line-height-xxl-203 {
    line-height: 203px !important; }
  .line-height-xxl-204 {
    line-height: 204px !important; }
  .line-height-xxl-205 {
    line-height: 205px !important; }
  .line-height-xxl-206 {
    line-height: 206px !important; }
  .line-height-xxl-207 {
    line-height: 207px !important; }
  .line-height-xxl-208 {
    line-height: 208px !important; }
  .line-height-xxl-209 {
    line-height: 209px !important; }
  .line-height-xxl-210 {
    line-height: 210px !important; }
  .line-height-xxl-211 {
    line-height: 211px !important; }
  .line-height-xxl-212 {
    line-height: 212px !important; }
  .line-height-xxl-213 {
    line-height: 213px !important; }
  .line-height-xxl-214 {
    line-height: 214px !important; }
  .line-height-xxl-215 {
    line-height: 215px !important; }
  .line-height-xxl-216 {
    line-height: 216px !important; }
  .line-height-xxl-217 {
    line-height: 217px !important; }
  .line-height-xxl-218 {
    line-height: 218px !important; }
  .line-height-xxl-219 {
    line-height: 219px !important; }
  .line-height-xxl-220 {
    line-height: 220px !important; }
  .line-height-xxl-221 {
    line-height: 221px !important; }
  .line-height-xxl-222 {
    line-height: 222px !important; }
  .line-height-xxl-223 {
    line-height: 223px !important; }
  .line-height-xxl-224 {
    line-height: 224px !important; }
  .line-height-xxl-225 {
    line-height: 225px !important; }
  .line-height-xxl-226 {
    line-height: 226px !important; }
  .line-height-xxl-227 {
    line-height: 227px !important; }
  .line-height-xxl-228 {
    line-height: 228px !important; }
  .line-height-xxl-229 {
    line-height: 229px !important; }
  .line-height-xxl-230 {
    line-height: 230px !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-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; } }
