@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #03a4dc;
  --secondary: #9caaba;
  --success: #54cda0;
  --info: #5cc4ed;
  --warning: #ef7b4b;
  --danger: #f04c34;
  --light: #03a4dc;
  --dark: #222a3f;
  --alice-blue-tint: #f2f9fc;
  --alice-blue: #f3f8ff;
  --alice-blue-v2: #fafdff;
  --alice-blue-shade: #d6e7ff;
  --catskill-white: #f5f8fa;
  --cerulean: #03a4dc;
  --picton-blue: #5cc4ed;
  --royal-blue: #4169e1;
  --police-blue: #3c4c60;
  --ebony-clay: #222a3f;
  --cathams-blue: #1a497f;
  --cathams-blue-with-opacity: rgba(26, 73, 127, 0.2);
  --puerto-rico: #54cda0;
  --vista-blue: #97d3b6;
  --pale-blue: #acb9c8;
  --flamingo: #f04c34;
  --hot-pink: #ff69b4;
  --sea-foam: #d1e0e5;
  --slate: #686d7b;
  --smoke: #f0f2f4;
  --silver: #9caaba;
  --jaffa: #f07b4c;
  --mustard: #fad541;
  --grey: #7d7d7d;
  --geyser: #d2dae4;
  --dusty-grey: #7d7d7d;
  --soft-grey: #b1ccdd;
  --primary-grey: #828e9d;
  --black-coral: #5c646d;
  --misty-rose: #ffe3df;
  --platinum: #dce1e9;
  --grey-white: rgba(240, 242, 244, 0.5019607843);
  --sea-blue: #026c91;
  --cadet-blue: #acb9c8;
  --mandarin: #ef7b4b;
  --mandarin-with-opacity: rgba(239, 123, 75, 0.0784313725);
  --carmine-pink: rgba(240, 76, 52, 0.1607843137);
  --eucalyptus: rgba(84, 205, 160, 0.2392156863);
  --blue-lagoona: #03a4dc;
  --dusk: #4c5470;
  --dusk-with-opacity: #4c5470;
  --white: #ffffff;
  --azure: #f7fbfc;
  --generic-viridian: #00856e;
  --humming-bird: #d6f3e8;
  --provincial-pink: #fef5f1;
  --dusty-blue: #e4eff2;
  --air-force-blue: #5982b2;
  --white-smoke: #fef4f2;
  --terra-cotta: #ed715f;
  --terra-cotta-with-opacity: rgba(237, 113, 95, 0.2392156863);
  --low-contrast: #e0e0e0;
  --baby-blue: #edf5ff;
  --gin: #e5efe9;
  --pele-aqua: #c7d6e3;
  --deep-chestnut: #b85849;
  --vanilla-ice: #f1d8d7;
  --green-white: #e7e9eb;
  --gainsboro: #d4dde6;
  --blush-pink: #fdeae5;
  --light-steel-blue: #d1dbe5;
  --peach-pink: #fad5ce;
  --ice-blue: #e5f3f9;
  --stirling: #f4f4f4;
  --pewter-blue: #93A9B8;
  --rose-pink: #FF72B8;
  --metallic-red: #9e3529;
  --east-bay: #4A526E;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: "haboro-soft", sans-serif, system-ui;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "haboro-soft", sans-serif, system-ui;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222a3f;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #03a4dc;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(1.9708520179, 107.7399103139, 144.5291479821);
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
legend {
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 3.75rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.5rem + 3vw);
  }
}

h2, .h2 {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.425rem + 2.1vw);
  }
}

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

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

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

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

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

.display-1 {
  font-size: 6rem;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

.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: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1390px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #222a3f;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #222a3f;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(184.44, 229.52, 245.2);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(123.96, 207.68, 236.8);
}

.table-hover .table-primary:hover {
  background-color: rgb(162.0497560976, 221.4346341463, 242.0902439024);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(162.0497560976, 221.4346341463, 242.0902439024);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(227.28, 231.2, 235.68);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(203.52, 210.8, 219.12);
}

.table-hover .table-secondary:hover {
  background-color: rgb(212.2532142857, 218.2982142857, 225.2067857143);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(212.2532142857, 218.2982142857, 225.2067857143);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(207.12, 241, 228.4);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(166.08, 229, 205.6);
}

.table-hover .table-success:hover {
  background-color: rgb(187.3892307692, 235.2307692308, 217.4384615385);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(187.3892307692, 235.2307692308, 217.4384615385);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(209.36, 238.48, 249.96);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(170.24, 224.32, 245.64);
}

.table-hover .table-info:hover {
  background-color: rgb(186.3959116022, 230.1678453039, 247.4240883978);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(186.3959116022, 230.1678453039, 247.4240883978);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(250.52, 218.04, 204.6);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(246.68, 186.36, 161.4);
}

.table-hover .table-warning:hover {
  background-color: rgb(248.4383673469, 200.8665306122, 181.1816326531);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(248.4383673469, 200.8665306122, 181.1816326531);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(250.8, 204.88, 198.16);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(247.2, 161.92, 149.44);
}

.table-hover .table-danger:hover {
  background-color: rgb(249.045412844, 183.9419266055, 174.414587156);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(249.045412844, 183.9419266055, 174.414587156);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(184.44, 229.52, 245.2);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(123.96, 207.68, 236.8);
}

.table-hover .table-light:hover {
  background-color: rgb(162.0497560976, 221.4346341463, 242.0902439024);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(162.0497560976, 221.4346341463, 242.0902439024);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(193.12, 195.36, 201.24);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(140.08, 144.24, 155.16);
}

.table-hover .table-dark:hover {
  background-color: rgb(179.4747215496, 182.2086682809, 189.3852784504);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(179.4747215496, 182.2086682809, 189.3852784504);
}

.table-alice-blue-tint,
.table-alice-blue-tint > th,
.table-alice-blue-tint > td {
  background-color: rgb(251.36, 253.32, 254.16);
}
.table-alice-blue-tint th,
.table-alice-blue-tint td,
.table-alice-blue-tint thead th,
.table-alice-blue-tint tbody + tbody {
  border-color: rgb(248.24, 251.88, 253.44);
}

.table-hover .table-alice-blue-tint:hover {
  background-color: rgb(230.64125, 243.7575, 249.37875);
}
.table-hover .table-alice-blue-tint:hover > td,
.table-hover .table-alice-blue-tint:hover > th {
  background-color: rgb(230.64125, 243.7575, 249.37875);
}

.table-alice-blue,
.table-alice-blue > th,
.table-alice-blue > td {
  background-color: rgb(251.64, 253.04, 255);
}
.table-alice-blue th,
.table-alice-blue td,
.table-alice-blue thead th,
.table-alice-blue tbody + tbody {
  border-color: rgb(248.76, 251.36, 255);
}

.table-hover .table-alice-blue:hover {
  background-color: rgb(226.14, 238.165, 255);
}
.table-hover .table-alice-blue:hover > td,
.table-hover .table-alice-blue:hover > th {
  background-color: rgb(226.14, 238.165, 255);
}

.table-alice-blue-v2,
.table-alice-blue-v2 > th,
.table-alice-blue-v2 > td {
  background-color: rgb(253.6, 254.44, 255);
}
.table-alice-blue-v2 th,
.table-alice-blue-v2 td,
.table-alice-blue-v2 thead th,
.table-alice-blue-v2 tbody + tbody {
  border-color: rgb(252.4, 253.96, 255);
}

.table-hover .table-alice-blue-v2:hover {
  background-color: rgb(228.1, 244.24, 255);
}
.table-hover .table-alice-blue-v2:hover > td,
.table-hover .table-alice-blue-v2:hover > th {
  background-color: rgb(228.1, 244.24, 255);
}

.table-alice-blue-shade,
.table-alice-blue-shade > th,
.table-alice-blue-shade > td {
  background-color: rgb(243.52, 248.28, 255);
}
.table-alice-blue-shade th,
.table-alice-blue-shade td,
.table-alice-blue-shade thead th,
.table-alice-blue-shade tbody + tbody {
  border-color: rgb(233.68, 242.52, 255);
}

.table-hover .table-alice-blue-shade:hover {
  background-color: rgb(218.02, 233.3531707317, 255);
}
.table-hover .table-alice-blue-shade:hover > td,
.table-hover .table-alice-blue-shade:hover > th {
  background-color: rgb(218.02, 233.3531707317, 255);
}

.table-catskill-white,
.table-catskill-white > th,
.table-catskill-white > td {
  background-color: rgb(252.2, 253.04, 253.6);
}
.table-catskill-white th,
.table-catskill-white td,
.table-catskill-white thead th,
.table-catskill-white tbody + tbody {
  border-color: rgb(249.8, 251.36, 252.4);
}

.table-hover .table-catskill-white:hover {
  background-color: rgb(235.2, 241.14, 245.1);
}
.table-hover .table-catskill-white:hover > td,
.table-hover .table-catskill-white:hover > th {
  background-color: rgb(235.2, 241.14, 245.1);
}

.table-cerulean,
.table-cerulean > th,
.table-cerulean > td {
  background-color: rgb(184.44, 229.52, 245.2);
}
.table-cerulean th,
.table-cerulean td,
.table-cerulean thead th,
.table-cerulean tbody + tbody {
  border-color: rgb(123.96, 207.68, 236.8);
}

.table-hover .table-cerulean:hover {
  background-color: rgb(162.0497560976, 221.4346341463, 242.0902439024);
}
.table-hover .table-cerulean:hover > td,
.table-hover .table-cerulean:hover > th {
  background-color: rgb(162.0497560976, 221.4346341463, 242.0902439024);
}

.table-picton-blue,
.table-picton-blue > th,
.table-picton-blue > td {
  background-color: rgb(209.36, 238.48, 249.96);
}
.table-picton-blue th,
.table-picton-blue td,
.table-picton-blue thead th,
.table-picton-blue tbody + tbody {
  border-color: rgb(170.24, 224.32, 245.64);
}

.table-hover .table-picton-blue:hover {
  background-color: rgb(186.3959116022, 230.1678453039, 247.4240883978);
}
.table-hover .table-picton-blue:hover > td,
.table-hover .table-picton-blue:hover > th {
  background-color: rgb(186.3959116022, 230.1678453039, 247.4240883978);
}

.table-royal-blue,
.table-royal-blue > th,
.table-royal-blue > td {
  background-color: rgb(201.8, 213, 246.6);
}
.table-royal-blue th,
.table-royal-blue td,
.table-royal-blue thead th,
.table-royal-blue tbody + tbody {
  border-color: rgb(156.2, 177, 239.4);
}

.table-hover .table-royal-blue:hover {
  background-color: rgb(179.7772727273, 195.6136363636, 243.1227272727);
}
.table-hover .table-royal-blue:hover > td,
.table-hover .table-royal-blue:hover > th {
  background-color: rgb(179.7772727273, 195.6136363636, 243.1227272727);
}

.table-police-blue,
.table-police-blue > th,
.table-police-blue > td {
  background-color: rgb(200.4, 204.88, 210.48);
}
.table-police-blue th,
.table-police-blue td,
.table-police-blue thead th,
.table-police-blue tbody + tbody {
  border-color: rgb(153.6, 161.92, 172.32);
}

.table-hover .table-police-blue:hover {
  background-color: rgb(186.3533898305, 191.9859322034, 199.0266101695);
}
.table-hover .table-police-blue:hover > td,
.table-hover .table-police-blue:hover > th {
  background-color: rgb(186.3533898305, 191.9859322034, 199.0266101695);
}

.table-ebony-clay,
.table-ebony-clay > th,
.table-ebony-clay > td {
  background-color: rgb(193.12, 195.36, 201.24);
}
.table-ebony-clay th,
.table-ebony-clay td,
.table-ebony-clay thead th,
.table-ebony-clay tbody + tbody {
  border-color: rgb(140.08, 144.24, 155.16);
}

.table-hover .table-ebony-clay:hover {
  background-color: rgb(179.4747215496, 182.2086682809, 189.3852784504);
}
.table-hover .table-ebony-clay:hover > td,
.table-hover .table-ebony-clay:hover > th {
  background-color: rgb(179.4747215496, 182.2086682809, 189.3852784504);
}

.table-cathams-blue,
.table-cathams-blue > th,
.table-cathams-blue > td {
  background-color: rgb(190.88, 204.04, 219.16);
}
.table-cathams-blue th,
.table-cathams-blue td,
.table-cathams-blue thead th,
.table-cathams-blue tbody + tbody {
  border-color: rgb(135.92, 160.36, 188.44);
}

.table-hover .table-cathams-blue:hover {
  background-color: rgb(174.5228571429, 191.04, 210.0171428571);
}
.table-hover .table-cathams-blue:hover > td,
.table-hover .table-cathams-blue:hover > th {
  background-color: rgb(174.5228571429, 191.04, 210.0171428571);
}

.table-cathams-blue-with-opacity,
.table-cathams-blue-with-opacity > th,
.table-cathams-blue-with-opacity > td {
  background-color: rgba(245.5147928994, 247.4615384615, 249.6982248521, 0.776);
}
.table-cathams-blue-with-opacity th,
.table-cathams-blue-with-opacity td,
.table-cathams-blue-with-opacity thead th,
.table-cathams-blue-with-opacity tbody + tbody {
  border-color: rgba(230.3966942149, 235.4462809917, 241.2479338843, 0.584);
}

.table-hover .table-cathams-blue-with-opacity:hover {
  background-color: rgba(229.1576500423, 234.4615384615, 240.5553677092, 0.776);
}
.table-hover .table-cathams-blue-with-opacity:hover > td,
.table-hover .table-cathams-blue-with-opacity:hover > th {
  background-color: rgba(229.1576500423, 234.4615384615, 240.5553677092, 0.776);
}

.table-puerto-rico,
.table-puerto-rico > th,
.table-puerto-rico > td {
  background-color: rgb(207.12, 241, 228.4);
}
.table-puerto-rico th,
.table-puerto-rico td,
.table-puerto-rico thead th,
.table-puerto-rico tbody + tbody {
  border-color: rgb(166.08, 229, 205.6);
}

.table-hover .table-puerto-rico:hover {
  background-color: rgb(187.3892307692, 235.2307692308, 217.4384615385);
}
.table-hover .table-puerto-rico:hover > td,
.table-hover .table-puerto-rico:hover > th {
  background-color: rgb(187.3892307692, 235.2307692308, 217.4384615385);
}

.table-vista-blue,
.table-vista-blue > th,
.table-vista-blue > td {
  background-color: rgb(225.88, 242.68, 234.56);
}
.table-vista-blue th,
.table-vista-blue td,
.table-vista-blue thead th,
.table-vista-blue tbody + tbody {
  border-color: rgb(200.92, 232.12, 217.04);
}

.table-hover .table-vista-blue:hover {
  background-color: rgb(207.9610810811, 235.0989189189, 221.9822972973);
}
.table-hover .table-vista-blue:hover > td,
.table-hover .table-vista-blue:hover > th {
  background-color: rgb(207.9610810811, 235.0989189189, 221.9822972973);
}

.table-pale-blue,
.table-pale-blue > th,
.table-pale-blue > td {
  background-color: rgb(231.76, 235.4, 239.6);
}
.table-pale-blue th,
.table-pale-blue td,
.table-pale-blue thead th,
.table-pale-blue tbody + tbody {
  border-color: rgb(211.84, 218.6, 226.4);
}

.table-hover .table-pale-blue:hover {
  background-color: rgb(216.4230434783, 222.4652173913, 229.4369565217);
}
.table-hover .table-pale-blue:hover > td,
.table-hover .table-pale-blue:hover > th {
  background-color: rgb(216.4230434783, 222.4652173913, 229.4369565217);
}

.table-flamingo,
.table-flamingo > th,
.table-flamingo > td {
  background-color: rgb(250.8, 204.88, 198.16);
}
.table-flamingo th,
.table-flamingo td,
.table-flamingo thead th,
.table-flamingo tbody + tbody {
  border-color: rgb(247.2, 161.92, 149.44);
}

.table-hover .table-flamingo:hover {
  background-color: rgb(249.045412844, 183.9419266055, 174.414587156);
}
.table-hover .table-flamingo:hover > td,
.table-hover .table-flamingo:hover > th {
  background-color: rgb(249.045412844, 183.9419266055, 174.414587156);
}

.table-hot-pink,
.table-hot-pink > th,
.table-hot-pink > td {
  background-color: #ffd5ea;
}
.table-hot-pink th,
.table-hot-pink td,
.table-hot-pink thead th,
.table-hot-pink tbody + tbody {
  border-color: #ffb1d8;
}

.table-hover .table-hot-pink:hover {
  background-color: rgb(255, 187.5, 221.25);
}
.table-hover .table-hot-pink:hover > td,
.table-hover .table-hot-pink:hover > th {
  background-color: rgb(255, 187.5, 221.25);
}

.table-sea-foam,
.table-sea-foam > th,
.table-sea-foam > td {
  background-color: rgb(242.12, 246.32, 247.72);
}
.table-sea-foam th,
.table-sea-foam td,
.table-sea-foam thead th,
.table-sea-foam tbody + tbody {
  border-color: rgb(231.08, 238.88, 241.48);
}

.table-hover .table-sea-foam:hover {
  background-color: rgb(225.8283333333, 235.3408333333, 238.5116666667);
}
.table-hover .table-sea-foam:hover > td,
.table-hover .table-sea-foam:hover > th {
  background-color: rgb(225.8283333333, 235.3408333333, 238.5116666667);
}

.table-slate,
.table-slate > th,
.table-slate > td {
  background-color: rgb(212.72, 214.12, 218.04);
}
.table-slate th,
.table-slate td,
.table-slate thead th,
.table-slate tbody + tbody {
  border-color: rgb(176.48, 179.08, 186.36);
}

.table-hover .table-slate:hover {
  background-color: rgb(199.1139929329, 200.9645229682, 206.1460070671);
}
.table-hover .table-slate:hover > td,
.table-hover .table-slate:hover > th {
  background-color: rgb(199.1139929329, 200.9645229682, 206.1460070671);
}

.table-smoke,
.table-smoke > th,
.table-smoke > td {
  background-color: rgb(250.8, 251.36, 251.92);
}
.table-smoke th,
.table-smoke td,
.table-smoke thead th,
.table-smoke tbody + tbody {
  border-color: rgb(247.2, 248.24, 249.28);
}

.table-hover .table-smoke:hover {
  background-color: rgb(236.0884615385, 238.61, 241.1315384615);
}
.table-hover .table-smoke:hover > td,
.table-hover .table-smoke:hover > th {
  background-color: rgb(236.0884615385, 238.61, 241.1315384615);
}

.table-silver,
.table-silver > th,
.table-silver > td {
  background-color: rgb(227.28, 231.2, 235.68);
}
.table-silver th,
.table-silver td,
.table-silver thead th,
.table-silver tbody + tbody {
  border-color: rgb(203.52, 210.8, 219.12);
}

.table-hover .table-silver:hover {
  background-color: rgb(212.2532142857, 218.2982142857, 225.2067857143);
}
.table-hover .table-silver:hover > td,
.table-hover .table-silver:hover > th {
  background-color: rgb(212.2532142857, 218.2982142857, 225.2067857143);
}

.table-jaffa,
.table-jaffa > th,
.table-jaffa > td {
  background-color: rgb(250.8, 218.04, 204.88);
}
.table-jaffa th,
.table-jaffa td,
.table-jaffa thead th,
.table-jaffa tbody + tbody {
  border-color: rgb(247.2, 186.36, 161.92);
}

.table-hover .table-jaffa:hover {
  background-color: rgb(248.8283505155, 200.6894845361, 181.3516494845);
}
.table-hover .table-jaffa:hover > td,
.table-hover .table-jaffa:hover > th {
  background-color: rgb(248.8283505155, 200.6894845361, 181.3516494845);
}

.table-mustard,
.table-mustard > th,
.table-mustard > td {
  background-color: rgb(253.6, 243.24, 201.8);
}
.table-mustard th,
.table-mustard td,
.table-mustard thead th,
.table-mustard tbody + tbody {
  border-color: rgb(252.4, 233.16, 156.2);
}

.table-hover .table-mustard:hover {
  background-color: rgb(252.9461538462, 237.7476923077, 176.9538461538);
}
.table-hover .table-mustard:hover > td,
.table-hover .table-mustard:hover > th {
  background-color: rgb(252.9461538462, 237.7476923077, 176.9538461538);
}

.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: rgb(218.6, 218.6, 218.6);
}
.table-grey th,
.table-grey td,
.table-grey thead th,
.table-grey tbody + tbody {
  border-color: rgb(187.4, 187.4, 187.4);
}

.table-hover .table-grey:hover {
  background-color: rgb(205.85, 205.85, 205.85);
}
.table-hover .table-grey:hover > td,
.table-hover .table-grey:hover > th {
  background-color: rgb(205.85, 205.85, 205.85);
}

.table-geyser,
.table-geyser > th,
.table-geyser > td {
  background-color: rgb(242.4, 244.64, 247.44);
}
.table-geyser th,
.table-geyser td,
.table-geyser thead th,
.table-geyser tbody + tbody {
  border-color: rgb(231.6, 235.76, 240.96);
}

.table-hover .table-geyser:hover {
  background-color: rgb(226.4625, 231.5358333333, 237.8775);
}
.table-hover .table-geyser:hover > td,
.table-hover .table-geyser:hover > th {
  background-color: rgb(226.4625, 231.5358333333, 237.8775);
}

.table-dusty-grey,
.table-dusty-grey > th,
.table-dusty-grey > td {
  background-color: rgb(218.6, 218.6, 218.6);
}
.table-dusty-grey th,
.table-dusty-grey td,
.table-dusty-grey thead th,
.table-dusty-grey tbody + tbody {
  border-color: rgb(187.4, 187.4, 187.4);
}

.table-hover .table-dusty-grey:hover {
  background-color: rgb(205.85, 205.85, 205.85);
}
.table-hover .table-dusty-grey:hover > td,
.table-hover .table-dusty-grey:hover > th {
  background-color: rgb(205.85, 205.85, 205.85);
}

.table-soft-grey,
.table-soft-grey > th,
.table-soft-grey > td {
  background-color: rgb(233.16, 240.72, 245.48);
}
.table-soft-grey th,
.table-soft-grey td,
.table-soft-grey thead th,
.table-soft-grey tbody + tbody {
  border-color: rgb(214.44, 228.48, 237.32);
}

.table-hover .table-soft-grey:hover {
  background-color: rgb(215.4010714286, 229.1083928571, 237.7389285714);
}
.table-hover .table-soft-grey:hover > td,
.table-hover .table-soft-grey:hover > th {
  background-color: rgb(215.4010714286, 229.1083928571, 237.7389285714);
}

.table-primary-grey,
.table-primary-grey > th,
.table-primary-grey > td {
  background-color: rgb(220, 223.36, 227.56);
}
.table-primary-grey th,
.table-primary-grey td,
.table-primary-grey thead th,
.table-primary-grey tbody + tbody {
  border-color: rgb(190, 196.24, 204.04);
}

.table-hover .table-primary-grey:hover {
  background-color: rgb(205.7062780269, 210.4384753363, 216.3537219731);
}
.table-hover .table-primary-grey:hover > td,
.table-hover .table-primary-grey:hover > th {
  background-color: rgb(205.7062780269, 210.4384753363, 216.3537219731);
}

.table-black-coral,
.table-black-coral > th,
.table-black-coral > td {
  background-color: rgb(209.36, 211.6, 214.12);
}
.table-black-coral th,
.table-black-coral td,
.table-black-coral thead th,
.table-black-coral tbody + tbody {
  border-color: rgb(170.24, 174.4, 179.08);
}

.table-hover .table-black-coral:hover {
  background-color: rgb(195.9085436893, 198.8087378641, 202.0714563107);
}
.table-hover .table-black-coral:hover > td,
.table-hover .table-black-coral:hover > th {
  background-color: rgb(195.9085436893, 198.8087378641, 202.0714563107);
}

.table-misty-rose,
.table-misty-rose > th,
.table-misty-rose > td {
  background-color: rgb(255, 247.16, 246.04);
}
.table-misty-rose th,
.table-misty-rose td,
.table-misty-rose thead th,
.table-misty-rose tbody + tbody {
  border-color: rgb(255, 240.44, 238.36);
}

.table-hover .table-misty-rose:hover {
  background-color: rgb(255, 224.8475, 220.54);
}
.table-hover .table-misty-rose:hover > td,
.table-hover .table-misty-rose:hover > th {
  background-color: rgb(255, 224.8475, 220.54);
}

.table-platinum,
.table-platinum > th,
.table-platinum > td {
  background-color: rgb(245.2, 246.6, 248.84);
}
.table-platinum th,
.table-platinum td,
.table-platinum thead th,
.table-platinum tbody + tbody {
  border-color: rgb(236.8, 239.4, 243.56);
}

.table-hover .table-platinum:hover {
  background-color: rgb(229.5421052632, 233.1789473684, 238.9978947368);
}
.table-hover .table-platinum:hover > td,
.table-hover .table-platinum:hover > th {
  background-color: rgb(229.5421052632, 233.1789473684, 238.9978947368);
}

.table-grey-white,
.table-grey-white > th,
.table-grey-white > td {
  background-color: rgba(253.2707153886, 253.5012866701, 253.7318579516, 0.8605490196);
}
.table-grey-white th,
.table-grey-white td,
.table-grey-white thead th,
.table-grey-white tbody + tbody {
  border-color: rgba(251.0051216389, 251.5377720871, 252.0704225352, 0.7410196078);
}

.table-hover .table-grey-white:hover {
  background-color: rgba(238.559176927, 240.7512866701, 242.9433964132, 0.8605490196);
}
.table-hover .table-grey-white:hover > td,
.table-hover .table-grey-white:hover > th {
  background-color: rgba(238.559176927, 240.7512866701, 242.9433964132, 0.8605490196);
}

.table-sea-blue,
.table-sea-blue > th,
.table-sea-blue > td {
  background-color: rgb(184.16, 213.84, 224.2);
}
.table-sea-blue th,
.table-sea-blue td,
.table-sea-blue thead th,
.table-sea-blue tbody + tbody {
  border-color: rgb(123.44, 178.56, 197.8);
}

.table-hover .table-sea-blue:hover {
  background-color: rgb(166.3872727273, 203.513553719, 216.4727272727);
}
.table-hover .table-sea-blue:hover > td,
.table-hover .table-sea-blue:hover > th {
  background-color: rgb(166.3872727273, 203.513553719, 216.4727272727);
}

.table-cadet-blue,
.table-cadet-blue > th,
.table-cadet-blue > td {
  background-color: rgb(231.76, 235.4, 239.6);
}
.table-cadet-blue th,
.table-cadet-blue td,
.table-cadet-blue thead th,
.table-cadet-blue tbody + tbody {
  border-color: rgb(211.84, 218.6, 226.4);
}

.table-hover .table-cadet-blue:hover {
  background-color: rgb(216.4230434783, 222.4652173913, 229.4369565217);
}
.table-hover .table-cadet-blue:hover > td,
.table-hover .table-cadet-blue:hover > th {
  background-color: rgb(216.4230434783, 222.4652173913, 229.4369565217);
}

.table-mandarin,
.table-mandarin > th,
.table-mandarin > td {
  background-color: rgb(250.52, 218.04, 204.6);
}
.table-mandarin th,
.table-mandarin td,
.table-mandarin thead th,
.table-mandarin tbody + tbody {
  border-color: rgb(246.68, 186.36, 161.4);
}

.table-hover .table-mandarin:hover {
  background-color: rgb(248.4383673469, 200.8665306122, 181.1816326531);
}
.table-hover .table-mandarin:hover > td,
.table-hover .table-mandarin:hover > th {
  background-color: rgb(248.4383673469, 200.8665306122, 181.1816326531);
}

.table-mandarin-with-opacity,
.table-mandarin-with-opacity > th,
.table-mandarin-with-opacity > td {
  background-color: rgba(254.75, 252.9375, 252.1875, 0.7419607843);
}
.table-mandarin-with-opacity th,
.table-mandarin-with-opacity td,
.table-mandarin-with-opacity thead th,
.table-mandarin-with-opacity tbody + tbody {
  border-color: rgba(254.32247557, 249.4104234528, 247.3778501629, 0.5207843137);
}

.table-hover .table-mandarin-with-opacity:hover {
  background-color: rgba(252.6683673469, 235.7640306122, 228.7691326531, 0.7419607843);
}
.table-hover .table-mandarin-with-opacity:hover > td,
.table-hover .table-mandarin-with-opacity:hover > th {
  background-color: rgba(252.6683673469, 235.7640306122, 228.7691326531, 0.7419607843);
}

.table-carmine-pink,
.table-carmine-pink > th,
.table-carmine-pink > td {
  background-color: rgba(254.5068163593, 249.1146752205, 248.3255813953, 0.7650196078);
}
.table-carmine-pink th,
.table-carmine-pink td,
.table-carmine-pink thead th,
.table-carmine-pink tbody + tbody {
  border-color: rgba(253.7023210518, 239.5143645512, 237.4380782341, 0.5636078431);
}

.table-hover .table-carmine-pink:hover {
  background-color: rgba(252.7522292033, 228.176601826, 224.5801685513, 0.7650196078);
}
.table-hover .table-carmine-pink:hover > td,
.table-hover .table-carmine-pink:hover > th {
  background-color: rgba(252.7522292033, 228.176601826, 224.5801685513, 0.7650196078);
}

.table-eucalyptus,
.table-eucalyptus > th,
.table-eucalyptus > td {
  background-color: rgba(246.4188506287, 252.4908919967, 250.2326947937, 0.7869803922);
}
.table-eucalyptus th,
.table-eucalyptus td,
.table-eucalyptus thead th,
.table-eucalyptus tbody + tbody {
  border-color: rgba(233.061316939, 248.5851803915, 242.8118427439, 0.6043921569);
}

.table-hover .table-eucalyptus:hover {
  background-color: rgba(226.688081398, 246.7216612275, 239.2711563322, 0.7869803922);
}
.table-hover .table-eucalyptus:hover > td,
.table-hover .table-eucalyptus:hover > th {
  background-color: rgba(226.688081398, 246.7216612275, 239.2711563322, 0.7869803922);
}

.table-blue-lagoona,
.table-blue-lagoona > th,
.table-blue-lagoona > td {
  background-color: rgb(184.44, 229.52, 245.2);
}
.table-blue-lagoona th,
.table-blue-lagoona td,
.table-blue-lagoona thead th,
.table-blue-lagoona tbody + tbody {
  border-color: rgb(123.96, 207.68, 236.8);
}

.table-hover .table-blue-lagoona:hover {
  background-color: rgb(162.0497560976, 221.4346341463, 242.0902439024);
}
.table-hover .table-blue-lagoona:hover > td,
.table-hover .table-blue-lagoona:hover > th {
  background-color: rgb(162.0497560976, 221.4346341463, 242.0902439024);
}

.table-dusk,
.table-dusk > th,
.table-dusk > td {
  background-color: rgb(204.88, 207.12, 214.96);
}
.table-dusk th,
.table-dusk td,
.table-dusk thead th,
.table-dusk tbody + tbody {
  border-color: rgb(161.92, 166.08, 180.64);
}

.table-hover .table-dusk:hover {
  background-color: rgb(190.7045341615, 193.5780745342, 203.6354658385);
}
.table-hover .table-dusk:hover > td,
.table-hover .table-dusk:hover > th {
  background-color: rgb(190.7045341615, 193.5780745342, 203.6354658385);
}

.table-dusk-with-opacity,
.table-dusk-with-opacity > th,
.table-dusk-with-opacity > td {
  background-color: rgb(204.88, 207.12, 214.96);
}
.table-dusk-with-opacity th,
.table-dusk-with-opacity td,
.table-dusk-with-opacity thead th,
.table-dusk-with-opacity tbody + tbody {
  border-color: rgb(161.92, 166.08, 180.64);
}

.table-hover .table-dusk-with-opacity:hover {
  background-color: rgb(190.7045341615, 193.5780745342, 203.6354658385);
}
.table-hover .table-dusk-with-opacity:hover > td,
.table-hover .table-dusk-with-opacity:hover > th {
  background-color: rgb(190.7045341615, 193.5780745342, 203.6354658385);
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-azure,
.table-azure > th,
.table-azure > td {
  background-color: rgb(252.76, 253.88, 254.16);
}
.table-azure th,
.table-azure td,
.table-azure thead th,
.table-azure tbody + tbody {
  border-color: rgb(250.84, 252.92, 253.44);
}

.table-hover .table-azure:hover {
  background-color: rgb(234.2145454545, 244.6072727273, 247.2054545455);
}
.table-hover .table-azure:hover > td,
.table-hover .table-azure:hover > th {
  background-color: rgb(234.2145454545, 244.6072727273, 247.2054545455);
}

.table-generic-viridian,
.table-generic-viridian > th,
.table-generic-viridian > td {
  background-color: rgb(183.6, 220.84, 214.4);
}
.table-generic-viridian th,
.table-generic-viridian td,
.table-generic-viridian thead th,
.table-generic-viridian tbody + tbody {
  border-color: rgb(122.4, 191.56, 179.6);
}

.table-hover .table-generic-viridian:hover {
  background-color: rgb(166.3519893899, 212.5880106101, 204.5923076923);
}
.table-hover .table-generic-viridian:hover > td,
.table-hover .table-generic-viridian:hover > th {
  background-color: rgb(166.3519893899, 212.5880106101, 204.5923076923);
}

.table-humming-bird,
.table-humming-bird > th,
.table-humming-bird > td {
  background-color: rgb(243.52, 251.64, 248.56);
}
.table-humming-bird th,
.table-humming-bird td,
.table-humming-bird thead th,
.table-humming-bird tbody + tbody {
  border-color: rgb(233.68, 248.76, 243.04);
}

.table-hover .table-humming-bird:hover {
  background-color: rgb(223.7935849057, 245.8664150943, 237.4939622642);
}
.table-hover .table-humming-bird:hover > td,
.table-hover .table-humming-bird:hover > th {
  background-color: rgb(223.7935849057, 245.8664150943, 237.4939622642);
}

.table-provincial-pink,
.table-provincial-pink > th,
.table-provincial-pink > td {
  background-color: rgb(254.72, 252.2, 251.08);
}
.table-provincial-pink th,
.table-provincial-pink td,
.table-provincial-pink thead th,
.table-provincial-pink tbody + tbody {
  border-color: rgb(254.48, 249.8, 247.72);
}

.table-hover .table-provincial-pink:hover {
  background-color: rgb(253.02, 235.2, 227.28);
}
.table-hover .table-provincial-pink:hover > td,
.table-hover .table-provincial-pink:hover > th {
  background-color: rgb(253.02, 235.2, 227.28);
}

.table-dusty-blue,
.table-dusty-blue > th,
.table-dusty-blue > td {
  background-color: rgb(247.44, 250.52, 251.36);
}
.table-dusty-blue th,
.table-dusty-blue td,
.table-dusty-blue thead th,
.table-dusty-blue tbody + tbody {
  border-color: rgb(240.96, 246.68, 248.24);
}

.table-hover .table-dusty-blue:hover {
  background-color: rgb(230.2275, 240.32, 243.0725);
}
.table-hover .table-dusty-blue:hover > td,
.table-hover .table-dusty-blue:hover > th {
  background-color: rgb(230.2275, 240.32, 243.0725);
}

.table-air-force-blue,
.table-air-force-blue > th,
.table-air-force-blue > td {
  background-color: rgb(208.52, 220, 233.44);
}
.table-air-force-blue th,
.table-air-force-blue td,
.table-air-force-blue thead th,
.table-air-force-blue tbody + tbody {
  border-color: rgb(168.68, 190, 214.96);
}

.table-hover .table-air-force-blue:hover {
  background-color: rgb(191.1002469136, 206.8827160494, 225.3597530864);
}
.table-hover .table-air-force-blue:hover > td,
.table-hover .table-air-force-blue:hover > th {
  background-color: rgb(191.1002469136, 206.8827160494, 225.3597530864);
}

.table-white-smoke,
.table-white-smoke > th,
.table-white-smoke > td {
  background-color: rgb(254.72, 251.92, 251.36);
}
.table-white-smoke th,
.table-white-smoke td,
.table-white-smoke thead th,
.table-white-smoke tbody + tbody {
  border-color: rgb(254.48, 249.28, 248.24);
}

.table-hover .table-white-smoke:hover {
  background-color: rgb(252.8985714286, 231.8842857143, 227.6814285714);
}
.table-hover .table-white-smoke:hover > td,
.table-hover .table-white-smoke:hover > th {
  background-color: rgb(252.8985714286, 231.8842857143, 227.6814285714);
}

.table-terra-cotta,
.table-terra-cotta > th,
.table-terra-cotta > td {
  background-color: rgb(249.96, 215.24, 210.2);
}
.table-terra-cotta th,
.table-terra-cotta td,
.table-terra-cotta thead th,
.table-terra-cotta tbody + tbody {
  border-color: rgb(245.64, 181.16, 171.8);
}

.table-hover .table-terra-cotta:hover {
  background-color: rgb(247.3813483146, 194.8973033708, 187.2786516854);
}
.table-hover .table-terra-cotta:hover > td,
.table-hover .table-terra-cotta:hover > th {
  background-color: rgb(247.3813483146, 194.8973033708, 187.2786516854);
}

.table-terra-cotta-with-opacity,
.table-terra-cotta-with-opacity > th,
.table-terra-cotta-with-opacity > td {
  background-color: rgba(254.0967211188, 247.8741332707, 246.9708543895, 0.7869803922);
}
.table-terra-cotta-with-opacity th,
.table-terra-cotta-with-opacity td,
.table-terra-cotta-with-opacity thead th,
.table-terra-cotta-with-opacity tbody + tbody {
  border-color: rgba(252.6906649409, 236.7819123119, 234.4725772529, 0.6043921569);
}

.table-hover .table-terra-cotta-with-opacity:hover {
  background-color: rgba(251.5180694334, 227.5314366414, 224.0495060749, 0.7869803922);
}
.table-hover .table-terra-cotta-with-opacity:hover > td,
.table-hover .table-terra-cotta-with-opacity:hover > th {
  background-color: rgba(251.5180694334, 227.5314366414, 224.0495060749, 0.7869803922);
}

.table-low-contrast,
.table-low-contrast > th,
.table-low-contrast > td {
  background-color: rgb(246.32, 246.32, 246.32);
}
.table-low-contrast th,
.table-low-contrast td,
.table-low-contrast thead th,
.table-low-contrast tbody + tbody {
  border-color: rgb(238.88, 238.88, 238.88);
}

.table-hover .table-low-contrast:hover {
  background-color: rgb(233.57, 233.57, 233.57);
}
.table-hover .table-low-contrast:hover > td,
.table-hover .table-low-contrast:hover > th {
  background-color: rgb(233.57, 233.57, 233.57);
}

.table-baby-blue,
.table-baby-blue > th,
.table-baby-blue > td {
  background-color: rgb(249.96, 252.2, 255);
}
.table-baby-blue th,
.table-baby-blue td,
.table-baby-blue thead th,
.table-baby-blue tbody + tbody {
  border-color: rgb(245.64, 249.8, 255);
}

.table-hover .table-baby-blue:hover {
  background-color: rgb(224.46, 238.0333333333, 255);
}
.table-hover .table-baby-blue:hover > td,
.table-hover .table-baby-blue:hover > th {
  background-color: rgb(224.46, 238.0333333333, 255);
}

.table-gin,
.table-gin > th,
.table-gin > td {
  background-color: rgb(247.72, 250.52, 248.84);
}
.table-gin th,
.table-gin td,
.table-gin thead th,
.table-gin tbody + tbody {
  border-color: rgb(241.48, 246.68, 243.56);
}

.table-hover .table-gin:hover {
  background-color: rgb(231.9342857143, 240.8057142857, 235.4828571429);
}
.table-hover .table-gin:hover > td,
.table-hover .table-gin:hover > th {
  background-color: rgb(231.9342857143, 240.8057142857, 235.4828571429);
}

.table-pele-aqua,
.table-pele-aqua > th,
.table-pele-aqua > td {
  background-color: rgb(239.32, 243.52, 247.16);
}
.table-pele-aqua th,
.table-pele-aqua td,
.table-pele-aqua thead th,
.table-pele-aqua tbody + tbody {
  border-color: rgb(225.88, 233.68, 240.44);
}

.table-hover .table-pele-aqua:hover {
  background-color: rgb(222.32, 231.0735714286, 238.66);
}
.table-hover .table-pele-aqua:hover > td,
.table-hover .table-pele-aqua:hover > th {
  background-color: rgb(222.32, 231.0735714286, 238.66);
}

.table-deep-chestnut,
.table-deep-chestnut > th,
.table-deep-chestnut > td {
  background-color: rgb(235.12, 208.24, 204.04);
}
.table-deep-chestnut th,
.table-deep-chestnut td,
.table-deep-chestnut thead th,
.table-deep-chestnut tbody + tbody {
  border-color: rgb(218.08, 168.16, 160.36);
}

.table-hover .table-deep-chestnut:hover {
  background-color: rgb(227.9638735178, 191.4079841897, 185.6961264822);
}
.table-hover .table-deep-chestnut:hover > td,
.table-hover .table-deep-chestnut:hover > th {
  background-color: rgb(227.9638735178, 191.4079841897, 185.6961264822);
}

.table-vanilla-ice,
.table-vanilla-ice > th,
.table-vanilla-ice > td {
  background-color: rgb(251.08, 244.08, 243.8);
}
.table-vanilla-ice th,
.table-vanilla-ice td,
.table-vanilla-ice thead th,
.table-vanilla-ice tbody + tbody {
  border-color: rgb(247.72, 234.72, 234.2);
}

.table-hover .table-vanilla-ice:hover {
  background-color: rgb(244.4688888889, 225.6633333333, 224.9111111111);
}
.table-hover .table-vanilla-ice:hover > td,
.table-hover .table-vanilla-ice:hover > th {
  background-color: rgb(244.4688888889, 225.6633333333, 224.9111111111);
}

.table-green-white,
.table-green-white > th,
.table-green-white > td {
  background-color: rgb(248.28, 248.84, 249.4);
}
.table-green-white th,
.table-green-white td,
.table-green-white thead th,
.table-green-white tbody + tbody {
  border-color: rgb(242.52, 243.56, 244.6);
}

.table-hover .table-green-white:hover {
  background-color: rgb(234.3709090909, 236.09, 237.8090909091);
}
.table-hover .table-green-white:hover > td,
.table-hover .table-green-white:hover > th {
  background-color: rgb(234.3709090909, 236.09, 237.8090909091);
}

.table-gainsboro,
.table-gainsboro > th,
.table-gainsboro > td {
  background-color: rgb(242.96, 245.48, 248);
}
.table-gainsboro th,
.table-gainsboro td,
.table-gainsboro thead th,
.table-gainsboro tbody + tbody {
  border-color: rgb(232.64, 237.32, 242);
}

.table-hover .table-gainsboro:hover {
  background-color: rgb(226.835, 232.73, 238.625);
}
.table-hover .table-gainsboro:hover > td,
.table-hover .table-gainsboro:hover > th {
  background-color: rgb(226.835, 232.73, 238.625);
}

.table-blush-pink,
.table-blush-pink > th,
.table-blush-pink > td {
  background-color: rgb(254.44, 249.12, 247.72);
}
.table-blush-pink th,
.table-blush-pink td,
.table-blush-pink thead th,
.table-blush-pink tbody + tbody {
  border-color: rgb(253.96, 244.08, 241.48);
}

.table-hover .table-blush-pink:hover {
  background-color: rgb(252.6185714286, 229.995, 224.0414285714);
}
.table-hover .table-blush-pink:hover > td,
.table-hover .table-blush-pink:hover > th {
  background-color: rgb(252.6185714286, 229.995, 224.0414285714);
}

.table-light-steel-blue,
.table-light-steel-blue > th,
.table-light-steel-blue > td {
  background-color: rgb(242.12, 244.92, 247.72);
}
.table-light-steel-blue th,
.table-light-steel-blue td,
.table-light-steel-blue thead th,
.table-light-steel-blue tbody + tbody {
  border-color: rgb(231.08, 236.28, 241.48);
}

.table-hover .table-light-steel-blue:hover {
  background-color: rgb(225.8283333333, 232.17, 238.5116666667);
}
.table-hover .table-light-steel-blue:hover > td,
.table-hover .table-light-steel-blue:hover > th {
  background-color: rgb(225.8283333333, 232.17, 238.5116666667);
}

.table-peach-pink,
.table-peach-pink > th,
.table-peach-pink > td {
  background-color: rgb(253.6, 243.24, 241.28);
}
.table-peach-pink th,
.table-peach-pink td,
.table-peach-pink thead th,
.table-peach-pink tbody + tbody {
  border-color: rgb(252.4, 233.16, 229.52);
}

.table-hover .table-peach-pink:hover {
  background-color: rgb(251.2388888889, 223.4066666667, 218.1411111111);
}
.table-hover .table-peach-pink:hover > td,
.table-hover .table-peach-pink:hover > th {
  background-color: rgb(251.2388888889, 223.4066666667, 218.1411111111);
}

.table-ice-blue,
.table-ice-blue > th,
.table-ice-blue > td {
  background-color: rgb(247.72, 251.64, 253.32);
}
.table-ice-blue th,
.table-ice-blue td,
.table-ice-blue thead th,
.table-ice-blue tbody + tbody {
  border-color: rgb(241.48, 248.76, 251.88);
}

.table-hover .table-ice-blue:hover {
  background-color: rgb(227.00125, 242.0775, 248.53875);
}
.table-hover .table-ice-blue:hover > td,
.table-hover .table-ice-blue:hover > th {
  background-color: rgb(227.00125, 242.0775, 248.53875);
}

.table-stirling,
.table-stirling > th,
.table-stirling > td {
  background-color: rgb(251.92, 251.92, 251.92);
}
.table-stirling th,
.table-stirling td,
.table-stirling thead th,
.table-stirling tbody + tbody {
  border-color: rgb(249.28, 249.28, 249.28);
}

.table-hover .table-stirling:hover {
  background-color: rgb(239.17, 239.17, 239.17);
}
.table-hover .table-stirling:hover > td,
.table-hover .table-stirling:hover > th {
  background-color: rgb(239.17, 239.17, 239.17);
}

.table-pewter-blue,
.table-pewter-blue > th,
.table-pewter-blue > td {
  background-color: rgb(224.76, 230.92, 235.12);
}
.table-pewter-blue th,
.table-pewter-blue td,
.table-pewter-blue thead th,
.table-pewter-blue tbody + tbody {
  border-color: rgb(198.84, 210.28, 218.08);
}

.table-hover .table-pewter-blue:hover {
  background-color: rgb(209.3745251397, 218.668603352, 225.0054748603);
}
.table-hover .table-pewter-blue:hover > td,
.table-hover .table-pewter-blue:hover > th {
  background-color: rgb(209.3745251397, 218.668603352, 225.0054748603);
}

.table-rose-pink,
.table-rose-pink > th,
.table-rose-pink > td {
  background-color: rgb(255, 215.52, 235.12);
}
.table-rose-pink th,
.table-rose-pink td,
.table-rose-pink thead th,
.table-rose-pink tbody + tbody {
  border-color: rgb(255, 181.68, 218.08);
}

.table-hover .table-rose-pink:hover {
  background-color: rgb(255, 190.02, 222.2795744681);
}
.table-hover .table-rose-pink:hover > td,
.table-hover .table-rose-pink:hover > th {
  background-color: rgb(255, 190.02, 222.2795744681);
}

.table-metallic-red,
.table-metallic-red > th,
.table-metallic-red > td {
  background-color: rgb(227.84, 198.44, 195.08);
}
.table-metallic-red th,
.table-metallic-red td,
.table-metallic-red thead th,
.table-metallic-red tbody + tbody {
  border-color: rgb(204.56, 149.96, 143.72);
}

.table-hover .table-metallic-red:hover {
  background-color: rgb(219.8866237942, 181.8772990354, 177.5333762058);
}
.table-hover .table-metallic-red:hover > td,
.table-hover .table-metallic-red:hover > th {
  background-color: rgb(219.8866237942, 181.8772990354, 177.5333762058);
}

.table-east-bay,
.table-east-bay > th,
.table-east-bay > td {
  background-color: rgb(204.32, 206.56, 214.4);
}
.table-east-bay th,
.table-east-bay td,
.table-east-bay thead th,
.table-east-bay tbody + tbody {
  border-color: rgb(160.88, 165.04, 179.6);
}

.table-hover .table-east-bay:hover {
  background-color: rgb(190.1620245399, 193.027791411, 203.0579754601);
}
.table-hover .table-east-bay:hover > td,
.table-hover .table-east-bay:hover > th {
  background-color: rgb(190.1620245399, 193.027791411, 203.0579754601);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #1a497f;
  border-color: #1a497f;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #1a497f;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #1a497f;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(97.6457399103, 212.8004484305, 252.8542600897);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 164, 220, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.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;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #222a3f;
  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 {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(84, 205, 160, 0.9);
  border-radius: 1rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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: #54cda0;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2354cda0' 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: #54cda0;
  box-shadow: 0 0 0 0.2rem rgba(84, 205, 160, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.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 .custom-select:valid, .custom-select.is-valid {
  border-color: #54cda0;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2354cda0' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #54cda0;
  box-shadow: 0 0 0 0.2rem rgba(84, 205, 160, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #54cda0;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #54cda0;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #54cda0;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(123.4615384615, 216.5384615385, 181.9230769231);
  background-color: rgb(123.4615384615, 216.5384615385, 181.9230769231);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(84, 205, 160, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #54cda0;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #54cda0;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #54cda0;
  box-shadow: 0 0 0 0.2rem rgba(84, 205, 160, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(240, 76, 52, 0.9);
  border-radius: 1rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.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: #f04c34;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f04c34' viewBox='0 0 12 12'%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='%23f04c34' 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: #f04c34;
  box-shadow: 0 0 0 0.2rem rgba(240, 76, 52, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.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 .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f04c34;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f04c34' viewBox='0 0 12 12'%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='%23f04c34' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f04c34;
  box-shadow: 0 0 0 0.2rem rgba(240, 76, 52, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f04c34;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f04c34;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f04c34;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(243.5091743119, 117.876146789, 99.4908256881);
  background-color: rgb(243.5091743119, 117.876146789, 99.4908256881);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(240, 76, 52, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f04c34;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f04c34;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f04c34;
  box-shadow: 0 0 0 0.2rem rgba(240, 76, 52, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #222a3f;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 4rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  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: #222a3f;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 164, 220, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(2.485426009, 135.869955157, 182.264573991);
  border-color: rgb(2.3139013453, 126.4932735426, 169.6860986547);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(2.485426009, 135.869955157, 182.264573991);
  border-color: rgb(2.3139013453, 126.4932735426, 169.6860986547);
  box-shadow: 0 0 0 0.2rem rgba(40.8, 177.65, 225.25, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(2.3139013453, 126.4932735426, 169.6860986547);
  border-color: rgb(2.1423766816, 117.1165919283, 157.1076233184);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40.8, 177.65, 225.25, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #9caaba;
  border-color: #9caaba;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(133.4598214286, 150.6473214286, 170.2901785714);
  border-color: rgb(125.9464285714, 144.1964285714, 165.0535714286);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(133.4598214286, 150.6473214286, 170.2901785714);
  border-color: rgb(125.9464285714, 144.1964285714, 165.0535714286);
  box-shadow: 0 0 0 0.2rem rgba(137.55, 150.05, 164.25, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #9caaba;
  border-color: #9caaba;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(125.9464285714, 144.1964285714, 165.0535714286);
  border-color: rgb(118.4330357143, 137.7455357143, 159.8169642857);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(137.55, 150.05, 164.25, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #54cda0;
  border-color: #54cda0;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(56.7307692308, 194.0192307692, 142.9615384615);
  border-color: rgb(53.8461538462, 184.1538461538, 135.6923076923);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(56.7307692308, 194.0192307692, 142.9615384615);
  border-color: rgb(53.8461538462, 184.1538461538, 135.6923076923);
  box-shadow: 0 0 0 0.2rem rgba(76.35, 179.8, 142.15, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #54cda0;
  border-color: #54cda0;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(53.8461538462, 184.1538461538, 135.6923076923);
  border-color: rgb(50.9615384615, 174.2884615385, 128.4230769231);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76.35, 179.8, 142.15, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #5cc4ed;
  border-color: #5cc4ed;
}
.btn-info:hover {
  color: #212529;
  background-color: rgb(57.5538674033, 183.5317679558, 233.1961325967);
  border-color: rgb(46.0718232044, 179.3756906077, 231.9281767956);
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: rgb(57.5538674033, 183.5317679558, 233.1961325967);
  border-color: rgb(46.0718232044, 179.3756906077, 231.9281767956);
  box-shadow: 0 0 0 0.2rem rgba(83.15, 172.15, 207.6, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #5cc4ed;
  border-color: #5cc4ed;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(46.0718232044, 179.3756906077, 231.9281767956);
  border-color: rgb(34.5897790055, 175.2196132597, 230.6602209945);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83.15, 172.15, 207.6, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ef7b4b;
  border-color: #ef7b4b;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(235.8775510204, 97.2397959184, 39.8724489796);
  border-color: rgb(234.8367346939, 88.6530612245, 28.1632653061);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(235.8775510204, 97.2397959184, 39.8724489796);
  border-color: rgb(234.8367346939, 88.6530612245, 28.1632653061);
  box-shadow: 0 0 0 0.2rem rgba(208.1, 110.1, 69.9, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ef7b4b;
  border-color: #ef7b4b;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(234.8367346939, 88.6530612245, 28.1632653061);
  border-color: rgb(229.8214285714, 81.7142857143, 20.4285714286);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208.1, 110.1, 69.9, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f04c34;
  border-color: #f04c34;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(236.2901376147, 45.3956422018, 17.4598623853);
  border-color: rgb(224.4174311927, 43.1146788991, 16.5825688073);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(236.2901376147, 45.3956422018, 17.4598623853);
  border-color: rgb(224.4174311927, 43.1146788991, 16.5825688073);
  box-shadow: 0 0 0 0.2rem rgba(242.25, 102.85, 82.45, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f04c34;
  border-color: #f04c34;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(224.4174311927, 43.1146788991, 16.5825688073);
  border-color: rgb(212.5447247706, 40.8337155963, 15.7052752294);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242.25, 102.85, 82.45, 0.5);
}

.btn-light {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-light:hover {
  color: #fff;
  background-color: rgb(2.485426009, 135.869955157, 182.264573991);
  border-color: rgb(2.3139013453, 126.4932735426, 169.6860986547);
}
.btn-light:focus, .btn-light.focus {
  color: #fff;
  background-color: rgb(2.485426009, 135.869955157, 182.264573991);
  border-color: rgb(2.3139013453, 126.4932735426, 169.6860986547);
  box-shadow: 0 0 0 0.2rem rgba(40.8, 177.65, 225.25, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(2.3139013453, 126.4932735426, 169.6860986547);
  border-color: rgb(2.1423766816, 117.1165919283, 157.1076233184);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40.8, 177.65, 225.25, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #222a3f;
  border-color: #222a3f;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(20.5927835052, 25.4381443299, 38.1572164948);
  border-color: rgb(16.1237113402, 19.9175257732, 29.8762886598);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(20.5927835052, 25.4381443299, 38.1572164948);
  border-color: rgb(16.1237113402, 19.9175257732, 29.8762886598);
  box-shadow: 0 0 0 0.2rem rgba(67.15, 73.95, 91.8, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #222a3f;
  border-color: #222a3f;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(16.1237113402, 19.9175257732, 29.8762886598);
  border-color: rgb(11.6546391753, 14.3969072165, 21.5953608247);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67.15, 73.95, 91.8, 0.5);
}

.btn-alice-blue-tint {
  color: #212529;
  background-color: #f2f9fc;
  border-color: #f2f9fc;
}
.btn-alice-blue-tint:hover {
  color: #212529;
  background-color: rgb(210.921875, 234.65625, 244.828125);
  border-color: rgb(200.5625, 229.875, 242.4375);
}
.btn-alice-blue-tint:focus, .btn-alice-blue-tint.focus {
  color: #212529;
  background-color: rgb(210.921875, 234.65625, 244.828125);
  border-color: rgb(200.5625, 229.875, 242.4375);
  box-shadow: 0 0 0 0.2rem rgba(210.65, 217.2, 220.35, 0.5);
}
.btn-alice-blue-tint.disabled, .btn-alice-blue-tint:disabled {
  color: #212529;
  background-color: #f2f9fc;
  border-color: #f2f9fc;
}
.btn-alice-blue-tint:not(:disabled):not(.disabled):active, .btn-alice-blue-tint:not(:disabled):not(.disabled).active, .show > .btn-alice-blue-tint.dropdown-toggle {
  color: #212529;
  background-color: rgb(200.5625, 229.875, 242.4375);
  border-color: rgb(190.203125, 225.09375, 240.046875);
}
.btn-alice-blue-tint:not(:disabled):not(.disabled):active:focus, .btn-alice-blue-tint:not(:disabled):not(.disabled).active:focus, .show > .btn-alice-blue-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210.65, 217.2, 220.35, 0.5);
}

.btn-alice-blue {
  color: #212529;
  background-color: #f3f8ff;
  border-color: #f3f8ff;
}
.btn-alice-blue:hover {
  color: #212529;
  background-color: rgb(204.75, 225.6875, 255);
  border-color: rgb(192, 218.25, 255);
}
.btn-alice-blue:focus, .btn-alice-blue.focus {
  color: #212529;
  background-color: rgb(204.75, 225.6875, 255);
  border-color: rgb(192, 218.25, 255);
  box-shadow: 0 0 0 0.2rem rgba(211.5, 216.35, 222.9, 0.5);
}
.btn-alice-blue.disabled, .btn-alice-blue:disabled {
  color: #212529;
  background-color: #f3f8ff;
  border-color: #f3f8ff;
}
.btn-alice-blue:not(:disabled):not(.disabled):active, .btn-alice-blue:not(:disabled):not(.disabled).active, .show > .btn-alice-blue.dropdown-toggle {
  color: #212529;
  background-color: rgb(192, 218.25, 255);
  border-color: rgb(179.25, 210.8125, 255);
}
.btn-alice-blue:not(:disabled):not(.disabled):active:focus, .btn-alice-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-alice-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211.5, 216.35, 222.9, 0.5);
}

.btn-alice-blue-v2 {
  color: #212529;
  background-color: #fafdff;
  border-color: #fafdff;
}
.btn-alice-blue-v2:hover {
  color: #212529;
  background-color: rgb(211.75, 237.7, 255);
  border-color: rgb(199, 232.6, 255);
}
.btn-alice-blue-v2:focus, .btn-alice-blue-v2.focus {
  color: #212529;
  background-color: rgb(211.75, 237.7, 255);
  border-color: rgb(199, 232.6, 255);
  box-shadow: 0 0 0 0.2rem rgba(217.45, 220.6, 222.9, 0.5);
}
.btn-alice-blue-v2.disabled, .btn-alice-blue-v2:disabled {
  color: #212529;
  background-color: #fafdff;
  border-color: #fafdff;
}
.btn-alice-blue-v2:not(:disabled):not(.disabled):active, .btn-alice-blue-v2:not(:disabled):not(.disabled).active, .show > .btn-alice-blue-v2.dropdown-toggle {
  color: #212529;
  background-color: rgb(199, 232.6, 255);
  border-color: rgb(186.25, 227.5, 255);
}
.btn-alice-blue-v2:not(:disabled):not(.disabled):active:focus, .btn-alice-blue-v2:not(:disabled):not(.disabled).active:focus, .show > .btn-alice-blue-v2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217.45, 220.6, 222.9, 0.5);
}

.btn-alice-blue-shade {
  color: #212529;
  background-color: #d6e7ff;
  border-color: #d6e7ff;
}
.btn-alice-blue-shade:hover {
  color: #212529;
  background-color: rgb(175.75, 208.6097560976, 255);
  border-color: rgb(163, 201.1463414634, 255);
}
.btn-alice-blue-shade:focus, .btn-alice-blue-shade.focus {
  color: #212529;
  background-color: rgb(175.75, 208.6097560976, 255);
  border-color: rgb(163, 201.1463414634, 255);
  box-shadow: 0 0 0 0.2rem rgba(186.85, 201.9, 222.9, 0.5);
}
.btn-alice-blue-shade.disabled, .btn-alice-blue-shade:disabled {
  color: #212529;
  background-color: #d6e7ff;
  border-color: #d6e7ff;
}
.btn-alice-blue-shade:not(:disabled):not(.disabled):active, .btn-alice-blue-shade:not(:disabled):not(.disabled).active, .show > .btn-alice-blue-shade.dropdown-toggle {
  color: #212529;
  background-color: rgb(163, 201.1463414634, 255);
  border-color: rgb(150.25, 193.6829268293, 255);
}
.btn-alice-blue-shade:not(:disabled):not(.disabled):active:focus, .btn-alice-blue-shade:not(:disabled):not(.disabled).active:focus, .show > .btn-alice-blue-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186.85, 201.9, 222.9, 0.5);
}

.btn-catskill-white {
  color: #212529;
  background-color: #f5f8fa;
  border-color: #f5f8fa;
}
.btn-catskill-white:hover {
  color: #212529;
  background-color: rgb(219.5, 230.15, 237.25);
  border-color: rgb(211, 224.2, 233);
}
.btn-catskill-white:focus, .btn-catskill-white.focus {
  color: #212529;
  background-color: rgb(219.5, 230.15, 237.25);
  border-color: rgb(211, 224.2, 233);
  box-shadow: 0 0 0 0.2rem rgba(213.2, 216.35, 218.65, 0.5);
}
.btn-catskill-white.disabled, .btn-catskill-white:disabled {
  color: #212529;
  background-color: #f5f8fa;
  border-color: #f5f8fa;
}
.btn-catskill-white:not(:disabled):not(.disabled):active, .btn-catskill-white:not(:disabled):not(.disabled).active, .show > .btn-catskill-white.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 224.2, 233);
  border-color: rgb(202.5, 218.25, 228.75);
}
.btn-catskill-white:not(:disabled):not(.disabled):active:focus, .btn-catskill-white:not(:disabled):not(.disabled).active:focus, .show > .btn-catskill-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213.2, 216.35, 218.65, 0.5);
}

.btn-cerulean {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-cerulean:hover {
  color: #fff;
  background-color: rgb(2.485426009, 135.869955157, 182.264573991);
  border-color: rgb(2.3139013453, 126.4932735426, 169.6860986547);
}
.btn-cerulean:focus, .btn-cerulean.focus {
  color: #fff;
  background-color: rgb(2.485426009, 135.869955157, 182.264573991);
  border-color: rgb(2.3139013453, 126.4932735426, 169.6860986547);
  box-shadow: 0 0 0 0.2rem rgba(40.8, 177.65, 225.25, 0.5);
}
.btn-cerulean.disabled, .btn-cerulean:disabled {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-cerulean:not(:disabled):not(.disabled):active, .btn-cerulean:not(:disabled):not(.disabled).active, .show > .btn-cerulean.dropdown-toggle {
  color: #fff;
  background-color: rgb(2.3139013453, 126.4932735426, 169.6860986547);
  border-color: rgb(2.1423766816, 117.1165919283, 157.1076233184);
}
.btn-cerulean:not(:disabled):not(.disabled):active:focus, .btn-cerulean:not(:disabled):not(.disabled).active:focus, .show > .btn-cerulean.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40.8, 177.65, 225.25, 0.5);
}

.btn-picton-blue {
  color: #212529;
  background-color: #5cc4ed;
  border-color: #5cc4ed;
}
.btn-picton-blue:hover {
  color: #212529;
  background-color: rgb(57.5538674033, 183.5317679558, 233.1961325967);
  border-color: rgb(46.0718232044, 179.3756906077, 231.9281767956);
}
.btn-picton-blue:focus, .btn-picton-blue.focus {
  color: #212529;
  background-color: rgb(57.5538674033, 183.5317679558, 233.1961325967);
  border-color: rgb(46.0718232044, 179.3756906077, 231.9281767956);
  box-shadow: 0 0 0 0.2rem rgba(83.15, 172.15, 207.6, 0.5);
}
.btn-picton-blue.disabled, .btn-picton-blue:disabled {
  color: #212529;
  background-color: #5cc4ed;
  border-color: #5cc4ed;
}
.btn-picton-blue:not(:disabled):not(.disabled):active, .btn-picton-blue:not(:disabled):not(.disabled).active, .show > .btn-picton-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(46.0718232044, 179.3756906077, 231.9281767956);
  border-color: rgb(34.5897790055, 175.2196132597, 230.6602209945);
}
.btn-picton-blue:not(:disabled):not(.disabled):active:focus, .btn-picton-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-picton-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83.15, 172.15, 207.6, 0.5);
}

.btn-royal-blue {
  color: #fff;
  background-color: #4169e1;
  border-color: #4169e1;
}
.btn-royal-blue:hover {
  color: #fff;
  background-color: rgb(34.3295454545, 80.1022727273, 217.4204545455);
  border-color: rgb(32.5909090909, 76.0454545455, 206.4090909091);
}
.btn-royal-blue:focus, .btn-royal-blue.focus {
  color: #fff;
  background-color: rgb(34.3295454545, 80.1022727273, 217.4204545455);
  border-color: rgb(32.5909090909, 76.0454545455, 206.4090909091);
  box-shadow: 0 0 0 0.2rem rgba(93.5, 127.5, 229.5, 0.5);
}
.btn-royal-blue.disabled, .btn-royal-blue:disabled {
  color: #fff;
  background-color: #4169e1;
  border-color: #4169e1;
}
.btn-royal-blue:not(:disabled):not(.disabled):active, .btn-royal-blue:not(:disabled):not(.disabled).active, .show > .btn-royal-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(32.5909090909, 76.0454545455, 206.4090909091);
  border-color: rgb(30.8522727273, 71.9886363636, 195.3977272727);
}
.btn-royal-blue:not(:disabled):not(.disabled):active:focus, .btn-royal-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-royal-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93.5, 127.5, 229.5, 0.5);
}

.btn-police-blue {
  color: #fff;
  background-color: #3c4c60;
  border-color: #3c4c60;
}
.btn-police-blue:hover {
  color: #fff;
  background-color: rgb(45.2884615385, 57.3653846154, 72.4615384615);
  border-color: rgb(40.3846153846, 51.1538461538, 64.6153846154);
}
.btn-police-blue:focus, .btn-police-blue.focus {
  color: #fff;
  background-color: rgb(45.2884615385, 57.3653846154, 72.4615384615);
  border-color: rgb(40.3846153846, 51.1538461538, 64.6153846154);
  box-shadow: 0 0 0 0.2rem rgba(89.25, 102.85, 119.85, 0.5);
}
.btn-police-blue.disabled, .btn-police-blue:disabled {
  color: #fff;
  background-color: #3c4c60;
  border-color: #3c4c60;
}
.btn-police-blue:not(:disabled):not(.disabled):active, .btn-police-blue:not(:disabled):not(.disabled).active, .show > .btn-police-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.3846153846, 51.1538461538, 64.6153846154);
  border-color: rgb(35.4807692308, 44.9423076923, 56.7692307692);
}
.btn-police-blue:not(:disabled):not(.disabled):active:focus, .btn-police-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-police-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 102.85, 119.85, 0.5);
}

.btn-ebony-clay {
  color: #fff;
  background-color: #222a3f;
  border-color: #222a3f;
}
.btn-ebony-clay:hover {
  color: #fff;
  background-color: rgb(20.5927835052, 25.4381443299, 38.1572164948);
  border-color: rgb(16.1237113402, 19.9175257732, 29.8762886598);
}
.btn-ebony-clay:focus, .btn-ebony-clay.focus {
  color: #fff;
  background-color: rgb(20.5927835052, 25.4381443299, 38.1572164948);
  border-color: rgb(16.1237113402, 19.9175257732, 29.8762886598);
  box-shadow: 0 0 0 0.2rem rgba(67.15, 73.95, 91.8, 0.5);
}
.btn-ebony-clay.disabled, .btn-ebony-clay:disabled {
  color: #fff;
  background-color: #222a3f;
  border-color: #222a3f;
}
.btn-ebony-clay:not(:disabled):not(.disabled):active, .btn-ebony-clay:not(:disabled):not(.disabled).active, .show > .btn-ebony-clay.dropdown-toggle {
  color: #fff;
  background-color: rgb(16.1237113402, 19.9175257732, 29.8762886598);
  border-color: rgb(11.6546391753, 14.3969072165, 21.5953608247);
}
.btn-ebony-clay:not(:disabled):not(.disabled):active:focus, .btn-ebony-clay:not(:disabled):not(.disabled).active:focus, .show > .btn-ebony-clay.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67.15, 73.95, 91.8, 0.5);
}

.btn-cathams-blue {
  color: #fff;
  background-color: #1a497f;
  border-color: #1a497f;
}
.btn-cathams-blue:hover {
  color: #fff;
  background-color: rgb(19.5, 54.75, 95.25);
  border-color: rgb(17.3333333333, 48.6666666667, 84.6666666667);
}
.btn-cathams-blue:focus, .btn-cathams-blue.focus {
  color: #fff;
  background-color: rgb(19.5, 54.75, 95.25);
  border-color: rgb(17.3333333333, 48.6666666667, 84.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(60.35, 100.3, 146.2, 0.5);
}
.btn-cathams-blue.disabled, .btn-cathams-blue:disabled {
  color: #fff;
  background-color: #1a497f;
  border-color: #1a497f;
}
.btn-cathams-blue:not(:disabled):not(.disabled):active, .btn-cathams-blue:not(:disabled):not(.disabled).active, .show > .btn-cathams-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 48.6666666667, 84.6666666667);
  border-color: rgb(15.1666666667, 42.5833333333, 74.0833333333);
}
.btn-cathams-blue:not(:disabled):not(.disabled):active:focus, .btn-cathams-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-cathams-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60.35, 100.3, 146.2, 0.5);
}

.btn-cathams-blue-with-opacity {
  color: #fff;
  background-color: rgba(26, 73, 127, 0.2);
  border-color: rgba(26, 73, 127, 0.2);
}
.btn-cathams-blue-with-opacity:hover {
  color: #fff;
  background-color: rgba(19.5, 54.75, 95.25, 0.2);
  border-color: rgba(17.3333333333, 48.6666666667, 84.6666666667, 0.2);
}
.btn-cathams-blue-with-opacity:focus, .btn-cathams-blue-with-opacity.focus {
  color: #fff;
  background-color: rgba(19.5, 54.75, 95.25, 0.2);
  border-color: rgba(17.3333333333, 48.6666666667, 84.6666666667, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(166.5227272727, 184.6818181818, 205.5454545455, 0.5);
}
.btn-cathams-blue-with-opacity.disabled, .btn-cathams-blue-with-opacity:disabled {
  color: #fff;
  background-color: rgba(26, 73, 127, 0.2);
  border-color: rgba(26, 73, 127, 0.2);
}
.btn-cathams-blue-with-opacity:not(:disabled):not(.disabled):active, .btn-cathams-blue-with-opacity:not(:disabled):not(.disabled).active, .show > .btn-cathams-blue-with-opacity.dropdown-toggle {
  color: #fff;
  background-color: rgba(17.3333333333, 48.6666666667, 84.6666666667, 0.2);
  border-color: rgba(15.1666666667, 42.5833333333, 74.0833333333, 0.2);
}
.btn-cathams-blue-with-opacity:not(:disabled):not(.disabled):active:focus, .btn-cathams-blue-with-opacity:not(:disabled):not(.disabled).active:focus, .show > .btn-cathams-blue-with-opacity.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(166.5227272727, 184.6818181818, 205.5454545455, 0.5);
}

.btn-puerto-rico {
  color: #212529;
  background-color: #54cda0;
  border-color: #54cda0;
}
.btn-puerto-rico:hover {
  color: #fff;
  background-color: rgb(56.7307692308, 194.0192307692, 142.9615384615);
  border-color: rgb(53.8461538462, 184.1538461538, 135.6923076923);
}
.btn-puerto-rico:focus, .btn-puerto-rico.focus {
  color: #fff;
  background-color: rgb(56.7307692308, 194.0192307692, 142.9615384615);
  border-color: rgb(53.8461538462, 184.1538461538, 135.6923076923);
  box-shadow: 0 0 0 0.2rem rgba(76.35, 179.8, 142.15, 0.5);
}
.btn-puerto-rico.disabled, .btn-puerto-rico:disabled {
  color: #212529;
  background-color: #54cda0;
  border-color: #54cda0;
}
.btn-puerto-rico:not(:disabled):not(.disabled):active, .btn-puerto-rico:not(:disabled):not(.disabled).active, .show > .btn-puerto-rico.dropdown-toggle {
  color: #fff;
  background-color: rgb(53.8461538462, 184.1538461538, 135.6923076923);
  border-color: rgb(50.9615384615, 174.2884615385, 128.4230769231);
}
.btn-puerto-rico:not(:disabled):not(.disabled):active:focus, .btn-puerto-rico:not(:disabled):not(.disabled).active:focus, .show > .btn-puerto-rico.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76.35, 179.8, 142.15, 0.5);
}

.btn-vista-blue {
  color: #212529;
  background-color: #97d3b6;
  border-color: #97d3b6;
}
.btn-vista-blue:hover {
  color: #212529;
  background-color: rgb(124.1216216216, 199.6283783784, 163.1334459459);
  border-color: rgb(115.1621621622, 195.8378378378, 156.8445945946);
}
.btn-vista-blue:focus, .btn-vista-blue.focus {
  color: #212529;
  background-color: rgb(124.1216216216, 199.6283783784, 163.1334459459);
  border-color: rgb(115.1621621622, 195.8378378378, 156.8445945946);
  box-shadow: 0 0 0 0.2rem rgba(133.3, 184.9, 160.85, 0.5);
}
.btn-vista-blue.disabled, .btn-vista-blue:disabled {
  color: #212529;
  background-color: #97d3b6;
  border-color: #97d3b6;
}
.btn-vista-blue:not(:disabled):not(.disabled):active, .btn-vista-blue:not(:disabled):not(.disabled).active, .show > .btn-vista-blue.dropdown-toggle {
  color: #212529;
  background-color: rgb(115.1621621622, 195.8378378378, 156.8445945946);
  border-color: rgb(106.2027027027, 192.0472972973, 150.5557432432);
}
.btn-vista-blue:not(:disabled):not(.disabled):active:focus, .btn-vista-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-vista-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133.3, 184.9, 160.85, 0.5);
}

.btn-pale-blue {
  color: #212529;
  background-color: #acb9c8;
  border-color: #acb9c8;
}
.btn-pale-blue:hover {
  color: #212529;
  background-color: rgb(148.9945652174, 165.597826087, 184.7554347826);
  border-color: rgb(141.3260869565, 159.1304347826, 179.6739130435);
}
.btn-pale-blue:focus, .btn-pale-blue.focus {
  color: #212529;
  background-color: rgb(148.9945652174, 165.597826087, 184.7554347826);
  border-color: rgb(141.3260869565, 159.1304347826, 179.6739130435);
  box-shadow: 0 0 0 0.2rem rgba(151.15, 162.8, 176.15, 0.5);
}
.btn-pale-blue.disabled, .btn-pale-blue:disabled {
  color: #212529;
  background-color: #acb9c8;
  border-color: #acb9c8;
}
.btn-pale-blue:not(:disabled):not(.disabled):active, .btn-pale-blue:not(:disabled):not(.disabled).active, .show > .btn-pale-blue.dropdown-toggle {
  color: #212529;
  background-color: rgb(141.3260869565, 159.1304347826, 179.6739130435);
  border-color: rgb(133.6576086957, 152.6630434783, 174.5923913043);
}
.btn-pale-blue:not(:disabled):not(.disabled):active:focus, .btn-pale-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-pale-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151.15, 162.8, 176.15, 0.5);
}

.btn-flamingo {
  color: #fff;
  background-color: #f04c34;
  border-color: #f04c34;
}
.btn-flamingo:hover {
  color: #fff;
  background-color: rgb(236.2901376147, 45.3956422018, 17.4598623853);
  border-color: rgb(224.4174311927, 43.1146788991, 16.5825688073);
}
.btn-flamingo:focus, .btn-flamingo.focus {
  color: #fff;
  background-color: rgb(236.2901376147, 45.3956422018, 17.4598623853);
  border-color: rgb(224.4174311927, 43.1146788991, 16.5825688073);
  box-shadow: 0 0 0 0.2rem rgba(242.25, 102.85, 82.45, 0.5);
}
.btn-flamingo.disabled, .btn-flamingo:disabled {
  color: #fff;
  background-color: #f04c34;
  border-color: #f04c34;
}
.btn-flamingo:not(:disabled):not(.disabled):active, .btn-flamingo:not(:disabled):not(.disabled).active, .show > .btn-flamingo.dropdown-toggle {
  color: #fff;
  background-color: rgb(224.4174311927, 43.1146788991, 16.5825688073);
  border-color: rgb(212.5447247706, 40.8337155963, 15.7052752294);
}
.btn-flamingo:not(:disabled):not(.disabled):active:focus, .btn-flamingo:not(:disabled):not(.disabled).active:focus, .show > .btn-flamingo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242.25, 102.85, 82.45, 0.5);
}

.btn-hot-pink {
  color: #212529;
  background-color: #ff69b4;
  border-color: #ff69b4;
}
.btn-hot-pink:hover {
  color: #fff;
  background-color: rgb(255, 66.75, 160.875);
  border-color: rgb(255, 54, 154.5);
}
.btn-hot-pink:focus, .btn-hot-pink.focus {
  color: #fff;
  background-color: rgb(255, 66.75, 160.875);
  border-color: rgb(255, 54, 154.5);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 94.8, 159.15, 0.5);
}
.btn-hot-pink.disabled, .btn-hot-pink:disabled {
  color: #212529;
  background-color: #ff69b4;
  border-color: #ff69b4;
}
.btn-hot-pink:not(:disabled):not(.disabled):active, .btn-hot-pink:not(:disabled):not(.disabled).active, .show > .btn-hot-pink.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 54, 154.5);
  border-color: rgb(255, 41.25, 148.125);
}
.btn-hot-pink:not(:disabled):not(.disabled):active:focus, .btn-hot-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-hot-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 94.8, 159.15, 0.5);
}

.btn-sea-foam {
  color: #212529;
  background-color: #d1e0e5;
  border-color: #d1e0e5;
}
.btn-sea-foam:hover {
  color: #212529;
  background-color: rgb(184.5625, 207.53125, 215.1875);
  border-color: rgb(176.4166666667, 202.0416666667, 210.5833333333);
}
.btn-sea-foam:focus, .btn-sea-foam.focus {
  color: #212529;
  background-color: rgb(184.5625, 207.53125, 215.1875);
  border-color: rgb(176.4166666667, 202.0416666667, 210.5833333333);
  box-shadow: 0 0 0 0.2rem rgba(182.6, 195.95, 200.8, 0.5);
}
.btn-sea-foam.disabled, .btn-sea-foam:disabled {
  color: #212529;
  background-color: #d1e0e5;
  border-color: #d1e0e5;
}
.btn-sea-foam:not(:disabled):not(.disabled):active, .btn-sea-foam:not(:disabled):not(.disabled).active, .show > .btn-sea-foam.dropdown-toggle {
  color: #212529;
  background-color: rgb(176.4166666667, 202.0416666667, 210.5833333333);
  border-color: rgb(168.2708333333, 196.5520833333, 205.9791666667);
}
.btn-sea-foam:not(:disabled):not(.disabled):active:focus, .btn-sea-foam:not(:disabled):not(.disabled).active:focus, .show > .btn-sea-foam.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(182.6, 195.95, 200.8, 0.5);
}

.btn-slate {
  color: #fff;
  background-color: #686d7b;
  border-color: #686d7b;
}
.btn-slate:hover {
  color: #fff;
  background-color: rgb(86.4757709251, 90.6332599119, 102.2742290749);
  border-color: rgb(80.6343612335, 84.5110132159, 95.3656387665);
}
.btn-slate:focus, .btn-slate.focus {
  color: #fff;
  background-color: rgb(86.4757709251, 90.6332599119, 102.2742290749);
  border-color: rgb(80.6343612335, 84.5110132159, 95.3656387665);
  box-shadow: 0 0 0 0.2rem rgba(126.65, 130.9, 142.8, 0.5);
}
.btn-slate.disabled, .btn-slate:disabled {
  color: #fff;
  background-color: #686d7b;
  border-color: #686d7b;
}
.btn-slate:not(:disabled):not(.disabled):active, .btn-slate:not(:disabled):not(.disabled).active, .show > .btn-slate.dropdown-toggle {
  color: #fff;
  background-color: rgb(80.6343612335, 84.5110132159, 95.3656387665);
  border-color: rgb(74.7929515419, 78.3887665198, 88.4570484581);
}
.btn-slate:not(:disabled):not(.disabled):active:focus, .btn-slate:not(:disabled):not(.disabled).active:focus, .show > .btn-slate.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126.65, 130.9, 142.8, 0.5);
}

.btn-smoke {
  color: #212529;
  background-color: #f0f2f4;
  border-color: #f0f2f4;
}
.btn-smoke:hover {
  color: #212529;
  background-color: rgb(217.9326923077, 222.875, 227.8173076923);
  border-color: rgb(210.5769230769, 216.5, 222.4230769231);
}
.btn-smoke:focus, .btn-smoke.focus {
  color: #212529;
  background-color: rgb(217.9326923077, 222.875, 227.8173076923);
  border-color: rgb(210.5769230769, 216.5, 222.4230769231);
  box-shadow: 0 0 0 0.2rem rgba(208.95, 211.25, 213.55, 0.5);
}
.btn-smoke.disabled, .btn-smoke:disabled {
  color: #212529;
  background-color: #f0f2f4;
  border-color: #f0f2f4;
}
.btn-smoke:not(:disabled):not(.disabled):active, .btn-smoke:not(:disabled):not(.disabled).active, .show > .btn-smoke.dropdown-toggle {
  color: #212529;
  background-color: rgb(210.5769230769, 216.5, 222.4230769231);
  border-color: rgb(203.2211538462, 210.125, 217.0288461538);
}
.btn-smoke:not(:disabled):not(.disabled):active:focus, .btn-smoke:not(:disabled):not(.disabled).active:focus, .show > .btn-smoke.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208.95, 211.25, 213.55, 0.5);
}

.btn-silver {
  color: #212529;
  background-color: #9caaba;
  border-color: #9caaba;
}
.btn-silver:hover {
  color: #fff;
  background-color: rgb(133.4598214286, 150.6473214286, 170.2901785714);
  border-color: rgb(125.9464285714, 144.1964285714, 165.0535714286);
}
.btn-silver:focus, .btn-silver.focus {
  color: #fff;
  background-color: rgb(133.4598214286, 150.6473214286, 170.2901785714);
  border-color: rgb(125.9464285714, 144.1964285714, 165.0535714286);
  box-shadow: 0 0 0 0.2rem rgba(137.55, 150.05, 164.25, 0.5);
}
.btn-silver.disabled, .btn-silver:disabled {
  color: #212529;
  background-color: #9caaba;
  border-color: #9caaba;
}
.btn-silver:not(:disabled):not(.disabled):active, .btn-silver:not(:disabled):not(.disabled).active, .show > .btn-silver.dropdown-toggle {
  color: #fff;
  background-color: rgb(125.9464285714, 144.1964285714, 165.0535714286);
  border-color: rgb(118.4330357143, 137.7455357143, 159.8169642857);
}
.btn-silver:not(:disabled):not(.disabled):active:focus, .btn-silver:not(:disabled):not(.disabled).active:focus, .show > .btn-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(137.55, 150.05, 164.25, 0.5);
}

.btn-jaffa {
  color: #212529;
  background-color: #f07b4c;
  border-color: #f07b4c;
}
.btn-jaffa:hover {
  color: #fff;
  background-color: rgb(237.0425257732, 96.9742268041, 40.7074742268);
  border-color: rgb(236.0567010309, 88.2989690722, 28.9432989691);
}
.btn-jaffa:focus, .btn-jaffa.focus {
  color: #fff;
  background-color: rgb(237.0425257732, 96.9742268041, 40.7074742268);
  border-color: rgb(236.0567010309, 88.2989690722, 28.9432989691);
  box-shadow: 0 0 0 0.2rem rgba(208.95, 110.1, 70.75, 0.5);
}
.btn-jaffa.disabled, .btn-jaffa:disabled {
  color: #212529;
  background-color: #f07b4c;
  border-color: #f07b4c;
}
.btn-jaffa:not(:disabled):not(.disabled):active, .btn-jaffa:not(:disabled):not(.disabled).active, .show > .btn-jaffa.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.0567010309, 88.2989690722, 28.9432989691);
  border-color: rgb(232.7461340206, 80.6159793814, 19.5038659794);
}
.btn-jaffa:not(:disabled):not(.disabled):active:focus, .btn-jaffa:not(:disabled):not(.disabled).active:focus, .show > .btn-jaffa.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208.95, 110.1, 70.75, 0.5);
}

.btn-mustard {
  color: #212529;
  background-color: #fad541;
  border-color: #fad541;
}
.btn-mustard:hover {
  color: #212529;
  background-color: rgb(249.0192307692, 204.7615384615, 27.7307692308);
  border-color: rgb(248.6923076923, 202.0153846154, 15.3076923077);
}
.btn-mustard:focus, .btn-mustard.focus {
  color: #212529;
  background-color: rgb(249.0192307692, 204.7615384615, 27.7307692308);
  border-color: rgb(248.6923076923, 202.0153846154, 15.3076923077);
  box-shadow: 0 0 0 0.2rem rgba(217.45, 186.6, 61.4, 0.5);
}
.btn-mustard.disabled, .btn-mustard:disabled {
  color: #212529;
  background-color: #fad541;
  border-color: #fad541;
}
.btn-mustard:not(:disabled):not(.disabled):active, .btn-mustard:not(:disabled):not(.disabled).active, .show > .btn-mustard.dropdown-toggle {
  color: #212529;
  background-color: rgb(248.6923076923, 202.0153846154, 15.3076923077);
  border-color: rgb(244.8076923077, 197.1346153846, 6.4423076923);
}
.btn-mustard:not(:disabled):not(.disabled):active:focus, .btn-mustard:not(:disabled):not(.disabled).active:focus, .show > .btn-mustard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217.45, 186.6, 61.4, 0.5);
}

.btn-grey {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-grey:hover {
  color: #fff;
  background-color: rgb(105.875, 105.875, 105.875);
  border-color: rgb(99.5, 99.5, 99.5);
}
.btn-grey:focus, .btn-grey.focus {
  color: #fff;
  background-color: rgb(105.875, 105.875, 105.875);
  border-color: rgb(99.5, 99.5, 99.5);
  box-shadow: 0 0 0 0.2rem rgba(144.5, 144.5, 144.5, 0.5);
}
.btn-grey.disabled, .btn-grey:disabled {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active, .show > .btn-grey.dropdown-toggle {
  color: #fff;
  background-color: rgb(99.5, 99.5, 99.5);
  border-color: rgb(93.125, 93.125, 93.125);
}
.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144.5, 144.5, 144.5, 0.5);
}

.btn-geyser {
  color: #212529;
  background-color: #d2dae4;
  border-color: #d2dae4;
}
.btn-geyser:hover {
  color: #212529;
  background-color: rgb(186.09375, 198.34375, 213.65625);
  border-color: rgb(178.125, 191.7916666667, 208.875);
}
.btn-geyser:focus, .btn-geyser.focus {
  color: #212529;
  background-color: rgb(186.09375, 198.34375, 213.65625);
  border-color: rgb(178.125, 191.7916666667, 208.875);
  box-shadow: 0 0 0 0.2rem rgba(183.45, 190.85, 199.95, 0.5);
}
.btn-geyser.disabled, .btn-geyser:disabled {
  color: #212529;
  background-color: #d2dae4;
  border-color: #d2dae4;
}
.btn-geyser:not(:disabled):not(.disabled):active, .btn-geyser:not(:disabled):not(.disabled).active, .show > .btn-geyser.dropdown-toggle {
  color: #212529;
  background-color: rgb(178.125, 191.7916666667, 208.875);
  border-color: rgb(170.15625, 185.2395833333, 204.09375);
}
.btn-geyser:not(:disabled):not(.disabled):active:focus, .btn-geyser:not(:disabled):not(.disabled).active:focus, .show > .btn-geyser.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183.45, 190.85, 199.95, 0.5);
}

.btn-dusty-grey {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-dusty-grey:hover {
  color: #fff;
  background-color: rgb(105.875, 105.875, 105.875);
  border-color: rgb(99.5, 99.5, 99.5);
}
.btn-dusty-grey:focus, .btn-dusty-grey.focus {
  color: #fff;
  background-color: rgb(105.875, 105.875, 105.875);
  border-color: rgb(99.5, 99.5, 99.5);
  box-shadow: 0 0 0 0.2rem rgba(144.5, 144.5, 144.5, 0.5);
}
.btn-dusty-grey.disabled, .btn-dusty-grey:disabled {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-dusty-grey:not(:disabled):not(.disabled):active, .btn-dusty-grey:not(:disabled):not(.disabled).active, .show > .btn-dusty-grey.dropdown-toggle {
  color: #fff;
  background-color: rgb(99.5, 99.5, 99.5);
  border-color: rgb(93.125, 93.125, 93.125);
}
.btn-dusty-grey:not(:disabled):not(.disabled):active:focus, .btn-dusty-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-dusty-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144.5, 144.5, 144.5, 0.5);
}

.btn-soft-grey {
  color: #212529;
  background-color: #b1ccdd;
  border-color: #b1ccdd;
}
.btn-soft-grey:hover {
  color: #212529;
  background-color: rgb(150.3616071429, 186.5825892857, 209.3883928571);
  border-color: rgb(141.4821428571, 180.7767857143, 205.5178571429);
}
.btn-soft-grey:focus, .btn-soft-grey.focus {
  color: #212529;
  background-color: rgb(150.3616071429, 186.5825892857, 209.3883928571);
  border-color: rgb(141.4821428571, 180.7767857143, 205.5178571429);
  box-shadow: 0 0 0 0.2rem rgba(155.4, 178.95, 194, 0.5);
}
.btn-soft-grey.disabled, .btn-soft-grey:disabled {
  color: #212529;
  background-color: #b1ccdd;
  border-color: #b1ccdd;
}
.btn-soft-grey:not(:disabled):not(.disabled):active, .btn-soft-grey:not(:disabled):not(.disabled).active, .show > .btn-soft-grey.dropdown-toggle {
  color: #212529;
  background-color: rgb(141.4821428571, 180.7767857143, 205.5178571429);
  border-color: rgb(132.6026785714, 174.9709821429, 201.6473214286);
}
.btn-soft-grey:not(:disabled):not(.disabled):active:focus, .btn-soft-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155.4, 178.95, 194, 0.5);
}

.btn-primary-grey {
  color: #fff;
  background-color: #828e9d;
  border-color: #828e9d;
}
.btn-primary-grey:hover {
  color: #fff;
  background-color: rgb(109.3161434978, 122.701793722, 139.4338565022);
  border-color: rgb(103.7130044843, 116.4125560538, 132.2869955157);
}
.btn-primary-grey:focus, .btn-primary-grey.focus {
  color: #fff;
  background-color: rgb(109.3161434978, 122.701793722, 139.4338565022);
  border-color: rgb(103.7130044843, 116.4125560538, 132.2869955157);
  box-shadow: 0 0 0 0.2rem rgba(148.75, 158.95, 171.7, 0.5);
}
.btn-primary-grey.disabled, .btn-primary-grey:disabled {
  color: #fff;
  background-color: #828e9d;
  border-color: #828e9d;
}
.btn-primary-grey:not(:disabled):not(.disabled):active, .btn-primary-grey:not(:disabled):not(.disabled).active, .show > .btn-primary-grey.dropdown-toggle {
  color: #fff;
  background-color: rgb(103.7130044843, 116.4125560538, 132.2869955157);
  border-color: rgb(98.1098654709, 110.1233183857, 125.1401345291);
}
.btn-primary-grey:not(:disabled):not(.disabled):active:focus, .btn-primary-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(148.75, 158.95, 171.7, 0.5);
}

.btn-black-coral {
  color: #fff;
  background-color: #5c646d;
  border-color: #5c646d;
}
.btn-black-coral:hover {
  color: #fff;
  background-color: rgb(74.4925373134, 80.9701492537, 88.2574626866);
  border-color: rgb(68.6567164179, 74.6268656716, 81.3432835821);
}
.btn-black-coral:focus, .btn-black-coral.focus {
  color: #fff;
  background-color: rgb(74.4925373134, 80.9701492537, 88.2574626866);
  border-color: rgb(68.6567164179, 74.6268656716, 81.3432835821);
  box-shadow: 0 0 0 0.2rem rgba(116.45, 123.25, 130.9, 0.5);
}
.btn-black-coral.disabled, .btn-black-coral:disabled {
  color: #fff;
  background-color: #5c646d;
  border-color: #5c646d;
}
.btn-black-coral:not(:disabled):not(.disabled):active, .btn-black-coral:not(:disabled):not(.disabled).active, .show > .btn-black-coral.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.6567164179, 74.6268656716, 81.3432835821);
  border-color: rgb(62.8208955224, 68.2835820896, 74.4291044776);
}
.btn-black-coral:not(:disabled):not(.disabled):active:focus, .btn-black-coral:not(:disabled):not(.disabled).active:focus, .show > .btn-black-coral.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116.45, 123.25, 130.9, 0.5);
}

.btn-misty-rose {
  color: #212529;
  background-color: #ffe3df;
  border-color: #ffe3df;
}
.btn-misty-rose:hover {
  color: #212529;
  background-color: rgb(255, 193.53125, 184.75);
  border-color: rgb(255, 182.375, 172);
}
.btn-misty-rose:focus, .btn-misty-rose.focus {
  color: #212529;
  background-color: rgb(255, 193.53125, 184.75);
  border-color: rgb(255, 182.375, 172);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 198.5, 195.7, 0.5);
}
.btn-misty-rose.disabled, .btn-misty-rose:disabled {
  color: #212529;
  background-color: #ffe3df;
  border-color: #ffe3df;
}
.btn-misty-rose:not(:disabled):not(.disabled):active, .btn-misty-rose:not(:disabled):not(.disabled).active, .show > .btn-misty-rose.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 182.375, 172);
  border-color: rgb(255, 171.21875, 159.25);
}
.btn-misty-rose:not(:disabled):not(.disabled):active:focus, .btn-misty-rose:not(:disabled):not(.disabled).active:focus, .show > .btn-misty-rose.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 198.5, 195.7, 0.5);
}

.btn-platinum {
  color: #212529;
  background-color: #dce1e9;
  border-color: #dce1e9;
}
.btn-platinum:hover {
  color: #212529;
  background-color: rgb(196.5131578947, 204.8684210526, 218.2368421053);
  border-color: rgb(188.6842105263, 198.1578947368, 213.3157894737);
}
.btn-platinum:focus, .btn-platinum.focus {
  color: #212529;
  background-color: rgb(196.5131578947, 204.8684210526, 218.2368421053);
  border-color: rgb(188.6842105263, 198.1578947368, 213.3157894737);
  box-shadow: 0 0 0 0.2rem rgba(191.95, 196.8, 204.2, 0.5);
}
.btn-platinum.disabled, .btn-platinum:disabled {
  color: #212529;
  background-color: #dce1e9;
  border-color: #dce1e9;
}
.btn-platinum:not(:disabled):not(.disabled):active, .btn-platinum:not(:disabled):not(.disabled).active, .show > .btn-platinum.dropdown-toggle {
  color: #212529;
  background-color: rgb(188.6842105263, 198.1578947368, 213.3157894737);
  border-color: rgb(180.8552631579, 191.4473684211, 208.3947368421);
}
.btn-platinum:not(:disabled):not(.disabled):active:focus, .btn-platinum:not(:disabled):not(.disabled).active:focus, .show > .btn-platinum.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(191.95, 196.8, 204.2, 0.5);
}

.btn-grey-white {
  color: #212529;
  background-color: rgba(240, 242, 244, 0.5019607843);
  border-color: rgba(240, 242, 244, 0.5019607843);
}
.btn-grey-white:hover {
  color: #212529;
  background-color: rgba(217.9326923077, 222.875, 227.8173076923, 0.5019607843);
  border-color: rgba(210.5769230769, 216.5, 222.4230769231, 0.5019607843);
}
.btn-grey-white:focus, .btn-grey-white.focus {
  color: #212529;
  background-color: rgba(217.9326923077, 222.875, 227.8173076923, 0.5019607843);
  border-color: rgba(210.5769230769, 216.5, 222.4230769231, 0.5019607843);
  box-shadow: 0 0 0 0.2rem rgba(168.5906080674, 171.2805538832, 173.970499699, 0.5);
}
.btn-grey-white.disabled, .btn-grey-white:disabled {
  color: #212529;
  background-color: rgba(240, 242, 244, 0.5019607843);
  border-color: rgba(240, 242, 244, 0.5019607843);
}
.btn-grey-white:not(:disabled):not(.disabled):active, .btn-grey-white:not(:disabled):not(.disabled).active, .show > .btn-grey-white.dropdown-toggle {
  color: #212529;
  background-color: rgba(210.5769230769, 216.5, 222.4230769231, 0.5019607843);
  border-color: rgba(203.2211538462, 210.125, 217.0288461538, 0.5019607843);
}
.btn-grey-white:not(:disabled):not(.disabled):active:focus, .btn-grey-white:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168.5906080674, 171.2805538832, 173.970499699, 0.5);
}

.btn-sea-blue {
  color: #fff;
  background-color: #026c91;
  border-color: #026c91;
}
.btn-sea-blue:hover {
  color: #fff;
  background-color: rgb(1.4795918367, 79.8979591837, 107.2704081633);
  border-color: rgb(1.306122449, 70.5306122449, 94.693877551);
}
.btn-sea-blue:focus, .btn-sea-blue.focus {
  color: #fff;
  background-color: rgb(1.4795918367, 79.8979591837, 107.2704081633);
  border-color: rgb(1.306122449, 70.5306122449, 94.693877551);
  box-shadow: 0 0 0 0.2rem rgba(39.95, 130.05, 161.5, 0.5);
}
.btn-sea-blue.disabled, .btn-sea-blue:disabled {
  color: #fff;
  background-color: #026c91;
  border-color: #026c91;
}
.btn-sea-blue:not(:disabled):not(.disabled):active, .btn-sea-blue:not(:disabled):not(.disabled).active, .show > .btn-sea-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(1.306122449, 70.5306122449, 94.693877551);
  border-color: rgb(1.1326530612, 61.1632653061, 82.1173469388);
}
.btn-sea-blue:not(:disabled):not(.disabled):active:focus, .btn-sea-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-sea-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39.95, 130.05, 161.5, 0.5);
}

.btn-cadet-blue {
  color: #212529;
  background-color: #acb9c8;
  border-color: #acb9c8;
}
.btn-cadet-blue:hover {
  color: #212529;
  background-color: rgb(148.9945652174, 165.597826087, 184.7554347826);
  border-color: rgb(141.3260869565, 159.1304347826, 179.6739130435);
}
.btn-cadet-blue:focus, .btn-cadet-blue.focus {
  color: #212529;
  background-color: rgb(148.9945652174, 165.597826087, 184.7554347826);
  border-color: rgb(141.3260869565, 159.1304347826, 179.6739130435);
  box-shadow: 0 0 0 0.2rem rgba(151.15, 162.8, 176.15, 0.5);
}
.btn-cadet-blue.disabled, .btn-cadet-blue:disabled {
  color: #212529;
  background-color: #acb9c8;
  border-color: #acb9c8;
}
.btn-cadet-blue:not(:disabled):not(.disabled):active, .btn-cadet-blue:not(:disabled):not(.disabled).active, .show > .btn-cadet-blue.dropdown-toggle {
  color: #212529;
  background-color: rgb(141.3260869565, 159.1304347826, 179.6739130435);
  border-color: rgb(133.6576086957, 152.6630434783, 174.5923913043);
}
.btn-cadet-blue:not(:disabled):not(.disabled):active:focus, .btn-cadet-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-cadet-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151.15, 162.8, 176.15, 0.5);
}

.btn-mandarin {
  color: #212529;
  background-color: #ef7b4b;
  border-color: #ef7b4b;
}
.btn-mandarin:hover {
  color: #fff;
  background-color: rgb(235.8775510204, 97.2397959184, 39.8724489796);
  border-color: rgb(234.8367346939, 88.6530612245, 28.1632653061);
}
.btn-mandarin:focus, .btn-mandarin.focus {
  color: #fff;
  background-color: rgb(235.8775510204, 97.2397959184, 39.8724489796);
  border-color: rgb(234.8367346939, 88.6530612245, 28.1632653061);
  box-shadow: 0 0 0 0.2rem rgba(208.1, 110.1, 69.9, 0.5);
}
.btn-mandarin.disabled, .btn-mandarin:disabled {
  color: #212529;
  background-color: #ef7b4b;
  border-color: #ef7b4b;
}
.btn-mandarin:not(:disabled):not(.disabled):active, .btn-mandarin:not(:disabled):not(.disabled).active, .show > .btn-mandarin.dropdown-toggle {
  color: #fff;
  background-color: rgb(234.8367346939, 88.6530612245, 28.1632653061);
  border-color: rgb(229.8214285714, 81.7142857143, 20.4285714286);
}
.btn-mandarin:not(:disabled):not(.disabled):active:focus, .btn-mandarin:not(:disabled):not(.disabled).active:focus, .show > .btn-mandarin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208.1, 110.1, 69.9, 0.5);
}

.btn-mandarin-with-opacity {
  color: #212529;
  background-color: rgba(239, 123, 75, 0.0784313725);
  border-color: rgba(239, 123, 75, 0.0784313725);
}
.btn-mandarin-with-opacity:hover {
  color: #fff;
  background-color: rgba(235.8775510204, 97.2397959184, 39.8724489796, 0.0784313725);
  border-color: rgba(234.8367346939, 88.6530612245, 28.1632653061, 0.0784313725);
}
.btn-mandarin-with-opacity:focus, .btn-mandarin-with-opacity.focus {
  color: #fff;
  background-color: rgba(235.8775510204, 97.2397959184, 39.8724489796, 0.0784313725);
  border-color: rgba(234.8367346939, 88.6530612245, 28.1632653061, 0.0784313725);
  box-shadow: 0 0 0 0.2rem rgba(71.6961325967, 53.1546961326, 47.3867403315, 0.5);
}
.btn-mandarin-with-opacity.disabled, .btn-mandarin-with-opacity:disabled {
  color: #212529;
  background-color: rgba(239, 123, 75, 0.0784313725);
  border-color: rgba(239, 123, 75, 0.0784313725);
}
.btn-mandarin-with-opacity:not(:disabled):not(.disabled):active, .btn-mandarin-with-opacity:not(:disabled):not(.disabled).active, .show > .btn-mandarin-with-opacity.dropdown-toggle {
  color: #fff;
  background-color: rgba(234.8367346939, 88.6530612245, 28.1632653061, 0.0784313725);
  border-color: rgba(229.8214285714, 81.7142857143, 20.4285714286, 0.0784313725);
}
.btn-mandarin-with-opacity:not(:disabled):not(.disabled):active:focus, .btn-mandarin-with-opacity:not(:disabled):not(.disabled).active:focus, .show > .btn-mandarin-with-opacity.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71.6961325967, 53.1546961326, 47.3867403315, 0.5);
}

.btn-carmine-pink {
  color: #fff;
  background-color: rgba(240, 76, 52, 0.1607843137);
  border-color: rgba(240, 76, 52, 0.1607843137);
}
.btn-carmine-pink:hover {
  color: #fff;
  background-color: rgba(236.2901376147, 45.3956422018, 17.4598623853, 0.1607843137);
  border-color: rgba(224.4174311927, 43.1146788991, 16.5825688073, 0.1607843137);
}
.btn-carmine-pink:focus, .btn-carmine-pink.focus {
  color: #fff;
  background-color: rgba(236.2901376147, 45.3956422018, 17.4598623853, 0.1607843137);
  border-color: rgba(224.4174311927, 43.1146788991, 16.5825688073, 0.1607843137);
  box-shadow: 0 0 0 0.2rem rgba(250.0308935361, 195.7019961977, 187.7514258555, 0.5);
}
.btn-carmine-pink.disabled, .btn-carmine-pink:disabled {
  color: #fff;
  background-color: rgba(240, 76, 52, 0.1607843137);
  border-color: rgba(240, 76, 52, 0.1607843137);
}
.btn-carmine-pink:not(:disabled):not(.disabled):active, .btn-carmine-pink:not(:disabled):not(.disabled).active, .show > .btn-carmine-pink.dropdown-toggle {
  color: #fff;
  background-color: rgba(224.4174311927, 43.1146788991, 16.5825688073, 0.1607843137);
  border-color: rgba(212.5447247706, 40.8337155963, 15.7052752294, 0.1607843137);
}
.btn-carmine-pink:not(:disabled):not(.disabled):active:focus, .btn-carmine-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-carmine-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250.0308935361, 195.7019961977, 187.7514258555, 0.5);
}

.btn-eucalyptus {
  color: #212529;
  background-color: rgba(84, 205, 160, 0.2392156863);
  border-color: rgba(84, 205, 160, 0.2392156863);
}
.btn-eucalyptus:hover {
  color: #fff;
  background-color: rgba(56.7307692308, 194.0192307692, 142.9615384615, 0.2392156863);
  border-color: rgba(53.8461538462, 184.1538461538, 135.6923076923, 0.2392156863);
}
.btn-eucalyptus:focus, .btn-eucalyptus.focus {
  color: #fff;
  background-color: rgba(56.7307692308, 194.0192307692, 142.9615384615, 0.2392156863);
  border-color: rgba(53.8461538462, 184.1538461538, 135.6923076923, 0.2392156863);
  box-shadow: 0 0 0 0.2rem rgba(55.1841442953, 110.0771812081, 92.7630033557, 0.5);
}
.btn-eucalyptus.disabled, .btn-eucalyptus:disabled {
  color: #212529;
  background-color: rgba(84, 205, 160, 0.2392156863);
  border-color: rgba(84, 205, 160, 0.2392156863);
}
.btn-eucalyptus:not(:disabled):not(.disabled):active, .btn-eucalyptus:not(:disabled):not(.disabled).active, .show > .btn-eucalyptus.dropdown-toggle {
  color: #fff;
  background-color: rgba(53.8461538462, 184.1538461538, 135.6923076923, 0.2392156863);
  border-color: rgba(50.9615384615, 174.2884615385, 128.4230769231, 0.2392156863);
}
.btn-eucalyptus:not(:disabled):not(.disabled):active:focus, .btn-eucalyptus:not(:disabled):not(.disabled).active:focus, .show > .btn-eucalyptus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55.1841442953, 110.0771812081, 92.7630033557, 0.5);
}

.btn-blue-lagoona {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-blue-lagoona:hover {
  color: #fff;
  background-color: rgb(2.485426009, 135.869955157, 182.264573991);
  border-color: rgb(2.3139013453, 126.4932735426, 169.6860986547);
}
.btn-blue-lagoona:focus, .btn-blue-lagoona.focus {
  color: #fff;
  background-color: rgb(2.485426009, 135.869955157, 182.264573991);
  border-color: rgb(2.3139013453, 126.4932735426, 169.6860986547);
  box-shadow: 0 0 0 0.2rem rgba(40.8, 177.65, 225.25, 0.5);
}
.btn-blue-lagoona.disabled, .btn-blue-lagoona:disabled {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-blue-lagoona:not(:disabled):not(.disabled):active, .btn-blue-lagoona:not(:disabled):not(.disabled).active, .show > .btn-blue-lagoona.dropdown-toggle {
  color: #fff;
  background-color: rgb(2.3139013453, 126.4932735426, 169.6860986547);
  border-color: rgb(2.1423766816, 117.1165919283, 157.1076233184);
}
.btn-blue-lagoona:not(:disabled):not(.disabled):active:focus, .btn-blue-lagoona:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-lagoona.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40.8, 177.65, 225.25, 0.5);
}

.btn-dusk {
  color: #fff;
  background-color: #4c5470;
  border-color: #4c5470;
}
.btn-dusk:hover {
  color: #fff;
  background-color: rgb(60.5372340426, 66.9095744681, 89.2127659574);
  border-color: rgb(55.3829787234, 61.2127659574, 81.6170212766);
}
.btn-dusk:focus, .btn-dusk.focus {
  color: #fff;
  background-color: rgb(60.5372340426, 66.9095744681, 89.2127659574);
  border-color: rgb(55.3829787234, 61.2127659574, 81.6170212766);
  box-shadow: 0 0 0 0.2rem rgba(102.85, 109.65, 133.45, 0.5);
}
.btn-dusk.disabled, .btn-dusk:disabled {
  color: #fff;
  background-color: #4c5470;
  border-color: #4c5470;
}
.btn-dusk:not(:disabled):not(.disabled):active, .btn-dusk:not(:disabled):not(.disabled).active, .show > .btn-dusk.dropdown-toggle {
  color: #fff;
  background-color: rgb(55.3829787234, 61.2127659574, 81.6170212766);
  border-color: rgb(50.2287234043, 55.5159574468, 74.0212765957);
}
.btn-dusk:not(:disabled):not(.disabled):active:focus, .btn-dusk:not(:disabled):not(.disabled).active:focus, .show > .btn-dusk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102.85, 109.65, 133.45, 0.5);
}

.btn-dusk-with-opacity {
  color: #fff;
  background-color: #4c5470;
  border-color: #4c5470;
}
.btn-dusk-with-opacity:hover {
  color: #fff;
  background-color: rgb(60.5372340426, 66.9095744681, 89.2127659574);
  border-color: rgb(55.3829787234, 61.2127659574, 81.6170212766);
}
.btn-dusk-with-opacity:focus, .btn-dusk-with-opacity.focus {
  color: #fff;
  background-color: rgb(60.5372340426, 66.9095744681, 89.2127659574);
  border-color: rgb(55.3829787234, 61.2127659574, 81.6170212766);
  box-shadow: 0 0 0 0.2rem rgba(102.85, 109.65, 133.45, 0.5);
}
.btn-dusk-with-opacity.disabled, .btn-dusk-with-opacity:disabled {
  color: #fff;
  background-color: #4c5470;
  border-color: #4c5470;
}
.btn-dusk-with-opacity:not(:disabled):not(.disabled):active, .btn-dusk-with-opacity:not(:disabled):not(.disabled).active, .show > .btn-dusk-with-opacity.dropdown-toggle {
  color: #fff;
  background-color: rgb(55.3829787234, 61.2127659574, 81.6170212766);
  border-color: rgb(50.2287234043, 55.5159574468, 74.0212765957);
}
.btn-dusk-with-opacity:not(:disabled):not(.disabled):active:focus, .btn-dusk-with-opacity:not(:disabled):not(.disabled).active:focus, .show > .btn-dusk-with-opacity.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102.85, 109.65, 133.45, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}

.btn-azure {
  color: #212529;
  background-color: #f7fbfc;
  border-color: #f7fbfc;
}
.btn-azure:hover {
  color: #212529;
  background-color: rgb(219.1818181818, 237.0909090909, 241.5681818182);
  border-color: rgb(209.9090909091, 232.4545454545, 238.0909090909);
}
.btn-azure:focus, .btn-azure.focus {
  color: #212529;
  background-color: rgb(219.1818181818, 237.0909090909, 241.5681818182);
  border-color: rgb(209.9090909091, 232.4545454545, 238.0909090909);
  box-shadow: 0 0 0 0.2rem rgba(214.9, 218.9, 220.35, 0.5);
}
.btn-azure.disabled, .btn-azure:disabled {
  color: #212529;
  background-color: #f7fbfc;
  border-color: #f7fbfc;
}
.btn-azure:not(:disabled):not(.disabled):active, .btn-azure:not(:disabled):not(.disabled).active, .show > .btn-azure.dropdown-toggle {
  color: #212529;
  background-color: rgb(209.9090909091, 232.4545454545, 238.0909090909);
  border-color: rgb(200.6363636364, 227.8181818182, 234.6136363636);
}
.btn-azure:not(:disabled):not(.disabled):active:focus, .btn-azure:not(:disabled):not(.disabled).active:focus, .show > .btn-azure.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214.9, 218.9, 220.35, 0.5);
}

.btn-generic-viridian {
  color: #fff;
  background-color: #00856e;
  border-color: #00856e;
}
.btn-generic-viridian:hover {
  color: #fff;
  background-color: rgb(0, 94.75, 78.3646616541);
  border-color: rgb(0, 82, 67.8195488722);
}
.btn-generic-viridian:focus, .btn-generic-viridian.focus {
  color: #fff;
  background-color: rgb(0, 94.75, 78.3646616541);
  border-color: rgb(0, 82, 67.8195488722);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 151.3, 131.75, 0.5);
}
.btn-generic-viridian.disabled, .btn-generic-viridian:disabled {
  color: #fff;
  background-color: #00856e;
  border-color: #00856e;
}
.btn-generic-viridian:not(:disabled):not(.disabled):active, .btn-generic-viridian:not(:disabled):not(.disabled).active, .show > .btn-generic-viridian.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 82, 67.8195488722);
  border-color: rgb(0, 69.25, 57.2744360902);
}
.btn-generic-viridian:not(:disabled):not(.disabled):active:focus, .btn-generic-viridian:not(:disabled):not(.disabled).active:focus, .show > .btn-generic-viridian.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 151.3, 131.75, 0.5);
}

.btn-humming-bird {
  color: #212529;
  background-color: #d6f3e8;
  border-color: #d6f3e8;
}
.btn-humming-bird:hover {
  color: #212529;
  background-color: rgb(184.4103773585, 234.3396226415, 215.4009433962);
  border-color: rgb(174.5471698113, 231.4528301887, 209.8679245283);
}
.btn-humming-bird:focus, .btn-humming-bird.focus {
  color: #212529;
  background-color: rgb(184.4103773585, 234.3396226415, 215.4009433962);
  border-color: rgb(174.5471698113, 231.4528301887, 209.8679245283);
  box-shadow: 0 0 0 0.2rem rgba(186.85, 212.1, 203.35, 0.5);
}
.btn-humming-bird.disabled, .btn-humming-bird:disabled {
  color: #212529;
  background-color: #d6f3e8;
  border-color: #d6f3e8;
}
.btn-humming-bird:not(:disabled):not(.disabled):active, .btn-humming-bird:not(:disabled):not(.disabled).active, .show > .btn-humming-bird.dropdown-toggle {
  color: #212529;
  background-color: rgb(174.5471698113, 231.4528301887, 209.8679245283);
  border-color: rgb(164.6839622642, 228.5660377358, 204.3349056604);
}
.btn-humming-bird:not(:disabled):not(.disabled):active:focus, .btn-humming-bird:not(:disabled):not(.disabled).active:focus, .show > .btn-humming-bird.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186.85, 212.1, 203.35, 0.5);
}

.btn-provincial-pink {
  color: #212529;
  background-color: #fef5f1;
  border-color: #fef5f1;
}
.btn-provincial-pink:hover {
  color: #212529;
  background-color: rgb(251.45, 219.5, 205.3);
  border-color: rgb(250.6, 211, 193.4);
}
.btn-provincial-pink:focus, .btn-provincial-pink.focus {
  color: #212529;
  background-color: rgb(251.45, 219.5, 205.3);
  border-color: rgb(250.6, 211, 193.4);
  box-shadow: 0 0 0 0.2rem rgba(220.85, 213.8, 211, 0.5);
}
.btn-provincial-pink.disabled, .btn-provincial-pink:disabled {
  color: #212529;
  background-color: #fef5f1;
  border-color: #fef5f1;
}
.btn-provincial-pink:not(:disabled):not(.disabled):active, .btn-provincial-pink:not(:disabled):not(.disabled).active, .show > .btn-provincial-pink.dropdown-toggle {
  color: #212529;
  background-color: rgb(250.6, 211, 193.4);
  border-color: rgb(249.75, 202.5, 181.5);
}
.btn-provincial-pink:not(:disabled):not(.disabled):active:focus, .btn-provincial-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-provincial-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220.85, 213.8, 211, 0.5);
}

.btn-dusty-blue {
  color: #212529;
  background-color: #e4eff2;
  border-color: #e4eff2;
}
.btn-dusty-blue:hover {
  color: #212529;
  background-color: rgb(202.18125, 223.7, 229.56875);
  border-color: rgb(193.575, 218.6, 225.425);
}
.btn-dusty-blue:focus, .btn-dusty-blue.focus {
  color: #212529;
  background-color: rgb(202.18125, 223.7, 229.56875);
  border-color: rgb(193.575, 218.6, 225.425);
  box-shadow: 0 0 0 0.2rem rgba(198.75, 208.7, 211.85, 0.5);
}
.btn-dusty-blue.disabled, .btn-dusty-blue:disabled {
  color: #212529;
  background-color: #e4eff2;
  border-color: #e4eff2;
}
.btn-dusty-blue:not(:disabled):not(.disabled):active, .btn-dusty-blue:not(:disabled):not(.disabled).active, .show > .btn-dusty-blue.dropdown-toggle {
  color: #212529;
  background-color: rgb(193.575, 218.6, 225.425);
  border-color: rgb(184.96875, 213.5, 221.28125);
}
.btn-dusty-blue:not(:disabled):not(.disabled):active:focus, .btn-dusty-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-dusty-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198.75, 208.7, 211.85, 0.5);
}

.btn-air-force-blue {
  color: #fff;
  background-color: #5982b2;
  border-color: #5982b2;
}
.btn-air-force-blue:hover {
  color: #fff;
  background-color: rgb(72.4845679012, 111.0802469136, 156.2654320988);
  border-color: rgb(68.4444444444, 104.8888888889, 147.5555555556);
}
.btn-air-force-blue:focus, .btn-air-force-blue.focus {
  color: #fff;
  background-color: rgb(72.4845679012, 111.0802469136, 156.2654320988);
  border-color: rgb(68.4444444444, 104.8888888889, 147.5555555556);
  box-shadow: 0 0 0 0.2rem rgba(113.9, 148.75, 189.55, 0.5);
}
.btn-air-force-blue.disabled, .btn-air-force-blue:disabled {
  color: #fff;
  background-color: #5982b2;
  border-color: #5982b2;
}
.btn-air-force-blue:not(:disabled):not(.disabled):active, .btn-air-force-blue:not(:disabled):not(.disabled).active, .show > .btn-air-force-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.4444444444, 104.8888888889, 147.5555555556);
  border-color: rgb(64.4043209877, 98.6975308642, 138.8456790123);
}
.btn-air-force-blue:not(:disabled):not(.disabled):active:focus, .btn-air-force-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-air-force-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113.9, 148.75, 189.55, 0.5);
}

.btn-white-smoke {
  color: #212529;
  background-color: #fef4f2;
  border-color: #fef4f2;
}
.btn-white-smoke:hover {
  color: #212529;
  background-color: rgb(251.2678571429, 213.9464285714, 206.4821428571);
  border-color: rgb(250.3571428571, 203.9285714286, 194.6428571429);
}
.btn-white-smoke:focus, .btn-white-smoke.focus {
  color: #212529;
  background-color: rgb(251.2678571429, 213.9464285714, 206.4821428571);
  border-color: rgb(250.3571428571, 203.9285714286, 194.6428571429);
  box-shadow: 0 0 0 0.2rem rgba(220.85, 212.95, 211.85, 0.5);
}
.btn-white-smoke.disabled, .btn-white-smoke:disabled {
  color: #212529;
  background-color: #fef4f2;
  border-color: #fef4f2;
}
.btn-white-smoke:not(:disabled):not(.disabled):active, .btn-white-smoke:not(:disabled):not(.disabled).active, .show > .btn-white-smoke.dropdown-toggle {
  color: #212529;
  background-color: rgb(250.3571428571, 203.9285714286, 194.6428571429);
  border-color: rgb(249.4464285714, 193.9107142857, 182.8035714286);
}
.btn-white-smoke:not(:disabled):not(.disabled):active:focus, .btn-white-smoke:not(:disabled):not(.disabled).active:focus, .show > .btn-white-smoke.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220.85, 212.95, 211.85, 0.5);
}

.btn-terra-cotta {
  color: #fff;
  background-color: #ed715f;
  border-color: #ed715f;
}
.btn-terra-cotta:hover {
  color: #fff;
  background-color: rgb(233.1320224719, 82.4859550562, 60.6179775281);
  border-color: rgb(231.8426966292, 72.3146067416, 49.1573033708);
}
.btn-terra-cotta:focus, .btn-terra-cotta.focus {
  color: #fff;
  background-color: rgb(233.1320224719, 82.4859550562, 60.6179775281);
  border-color: rgb(231.8426966292, 72.3146067416, 49.1573033708);
  box-shadow: 0 0 0 0.2rem rgba(239.7, 134.3, 119, 0.5);
}
.btn-terra-cotta.disabled, .btn-terra-cotta:disabled {
  color: #fff;
  background-color: #ed715f;
  border-color: #ed715f;
}
.btn-terra-cotta:not(:disabled):not(.disabled):active, .btn-terra-cotta:not(:disabled):not(.disabled).active, .show > .btn-terra-cotta.dropdown-toggle {
  color: #fff;
  background-color: rgb(231.8426966292, 72.3146067416, 49.1573033708);
  border-color: rgb(230.5533707865, 62.143258427, 37.6966292135);
}
.btn-terra-cotta:not(:disabled):not(.disabled):active:focus, .btn-terra-cotta:not(:disabled):not(.disabled).active:focus, .show > .btn-terra-cotta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239.7, 134.3, 119, 0.5);
}

.btn-terra-cotta-with-opacity {
  color: #fff;
  background-color: rgba(237, 113, 95, 0.2392156863);
  border-color: rgba(237, 113, 95, 0.2392156863);
}
.btn-terra-cotta-with-opacity:hover {
  color: #fff;
  background-color: rgba(233.1320224719, 82.4859550562, 60.6179775281, 0.2392156863);
  border-color: rgba(231.8426966292, 72.3146067416, 49.1573033708, 0.2392156863);
}
.btn-terra-cotta-with-opacity:focus, .btn-terra-cotta-with-opacity.focus {
  color: #fff;
  background-color: rgba(233.1320224719, 82.4859550562, 60.6179775281, 0.2392156863);
  border-color: rgba(231.8426966292, 72.3146067416, 49.1573033708, 0.2392156863);
  box-shadow: 0 0 0 0.2rem rgba(247.1703020134, 193.2323825503, 185.4026845638, 0.5);
}
.btn-terra-cotta-with-opacity.disabled, .btn-terra-cotta-with-opacity:disabled {
  color: #fff;
  background-color: rgba(237, 113, 95, 0.2392156863);
  border-color: rgba(237, 113, 95, 0.2392156863);
}
.btn-terra-cotta-with-opacity:not(:disabled):not(.disabled):active, .btn-terra-cotta-with-opacity:not(:disabled):not(.disabled).active, .show > .btn-terra-cotta-with-opacity.dropdown-toggle {
  color: #fff;
  background-color: rgba(231.8426966292, 72.3146067416, 49.1573033708, 0.2392156863);
  border-color: rgba(230.5533707865, 62.143258427, 37.6966292135, 0.2392156863);
}
.btn-terra-cotta-with-opacity:not(:disabled):not(.disabled):active:focus, .btn-terra-cotta-with-opacity:not(:disabled):not(.disabled).active:focus, .show > .btn-terra-cotta-with-opacity.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247.1703020134, 193.2323825503, 185.4026845638, 0.5);
}

.btn-low-contrast {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-low-contrast:hover {
  color: #212529;
  background-color: rgb(204.875, 204.875, 204.875);
  border-color: rgb(198.5, 198.5, 198.5);
}
.btn-low-contrast:focus, .btn-low-contrast.focus {
  color: #212529;
  background-color: rgb(204.875, 204.875, 204.875);
  border-color: rgb(198.5, 198.5, 198.5);
  box-shadow: 0 0 0 0.2rem rgba(195.35, 195.95, 196.55, 0.5);
}
.btn-low-contrast.disabled, .btn-low-contrast:disabled {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-low-contrast:not(:disabled):not(.disabled):active, .btn-low-contrast:not(:disabled):not(.disabled).active, .show > .btn-low-contrast.dropdown-toggle {
  color: #212529;
  background-color: rgb(198.5, 198.5, 198.5);
  border-color: rgb(192.125, 192.125, 192.125);
}
.btn-low-contrast:not(:disabled):not(.disabled):active:focus, .btn-low-contrast:not(:disabled):not(.disabled).active:focus, .show > .btn-low-contrast.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195.35, 195.95, 196.55, 0.5);
}

.btn-baby-blue {
  color: #212529;
  background-color: #edf5ff;
  border-color: #edf5ff;
}
.btn-baby-blue:hover {
  color: #212529;
  background-color: rgb(198.75, 223.75, 255);
  border-color: rgb(186, 216.6666666667, 255);
}
.btn-baby-blue:focus, .btn-baby-blue.focus {
  color: #212529;
  background-color: rgb(198.75, 223.75, 255);
  border-color: rgb(186, 216.6666666667, 255);
  box-shadow: 0 0 0 0.2rem rgba(206.4, 213.8, 222.9, 0.5);
}
.btn-baby-blue.disabled, .btn-baby-blue:disabled {
  color: #212529;
  background-color: #edf5ff;
  border-color: #edf5ff;
}
.btn-baby-blue:not(:disabled):not(.disabled):active, .btn-baby-blue:not(:disabled):not(.disabled).active, .show > .btn-baby-blue.dropdown-toggle {
  color: #212529;
  background-color: rgb(186, 216.6666666667, 255);
  border-color: rgb(173.25, 209.5833333333, 255);
}
.btn-baby-blue:not(:disabled):not(.disabled):active:focus, .btn-baby-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-baby-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206.4, 213.8, 222.9, 0.5);
}

.btn-gin {
  color: #212529;
  background-color: #e5efe9;
  border-color: #e5efe9;
}
.btn-gin:hover {
  color: #212529;
  background-color: rgb(205.3214285714, 224.4285714286, 212.9642857143);
  border-color: rgb(197.4285714286, 219.5714285714, 206.2857142857);
}
.btn-gin:focus, .btn-gin.focus {
  color: #212529;
  background-color: rgb(205.3214285714, 224.4285714286, 212.9642857143);
  border-color: rgb(197.4285714286, 219.5714285714, 206.2857142857);
  box-shadow: 0 0 0 0.2rem rgba(199.6, 208.7, 204.2, 0.5);
}
.btn-gin.disabled, .btn-gin:disabled {
  color: #212529;
  background-color: #e5efe9;
  border-color: #e5efe9;
}
.btn-gin:not(:disabled):not(.disabled):active, .btn-gin:not(:disabled):not(.disabled).active, .show > .btn-gin.dropdown-toggle {
  color: #212529;
  background-color: rgb(197.4285714286, 219.5714285714, 206.2857142857);
  border-color: rgb(189.5357142857, 214.7142857143, 199.6071428571);
}
.btn-gin:not(:disabled):not(.disabled):active:focus, .btn-gin:not(:disabled):not(.disabled).active:focus, .show > .btn-gin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199.6, 208.7, 204.2, 0.5);
}

.btn-pele-aqua {
  color: #212529;
  background-color: #c7d6e3;
  border-color: #c7d6e3;
}
.btn-pele-aqua:hover {
  color: #212529;
  background-color: rgb(173.5, 195.3303571429, 214.25);
  border-color: rgb(165, 189.1071428571, 210);
}
.btn-pele-aqua:focus, .btn-pele-aqua.focus {
  color: #212529;
  background-color: rgb(173.5, 195.3303571429, 214.25);
  border-color: rgb(165, 189.1071428571, 210);
  box-shadow: 0 0 0 0.2rem rgba(174.1, 187.45, 199.1, 0.5);
}
.btn-pele-aqua.disabled, .btn-pele-aqua:disabled {
  color: #212529;
  background-color: #c7d6e3;
  border-color: #c7d6e3;
}
.btn-pele-aqua:not(:disabled):not(.disabled):active, .btn-pele-aqua:not(:disabled):not(.disabled).active, .show > .btn-pele-aqua.dropdown-toggle {
  color: #212529;
  background-color: rgb(165, 189.1071428571, 210);
  border-color: rgb(156.5, 182.8839285714, 205.75);
}
.btn-pele-aqua:not(:disabled):not(.disabled):active:focus, .btn-pele-aqua:not(:disabled):not(.disabled).active:focus, .show > .btn-pele-aqua.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174.1, 187.45, 199.1, 0.5);
}

.btn-deep-chestnut {
  color: #fff;
  background-color: #b85849;
  border-color: #b85849;
}
.btn-deep-chestnut:hover {
  color: #fff;
  background-color: rgb(157.3616600791, 74.3577075099, 61.3883399209);
  border-color: rgb(148.1897233202, 70.023715415, 57.8102766798);
}
.btn-deep-chestnut:focus, .btn-deep-chestnut.focus {
  color: #fff;
  background-color: rgb(157.3616600791, 74.3577075099, 61.3883399209);
  border-color: rgb(148.1897233202, 70.023715415, 57.8102766798);
  box-shadow: 0 0 0 0.2rem rgba(194.65, 113.05, 100.3, 0.5);
}
.btn-deep-chestnut.disabled, .btn-deep-chestnut:disabled {
  color: #fff;
  background-color: #b85849;
  border-color: #b85849;
}
.btn-deep-chestnut:not(:disabled):not(.disabled):active, .btn-deep-chestnut:not(:disabled):not(.disabled).active, .show > .btn-deep-chestnut.dropdown-toggle {
  color: #fff;
  background-color: rgb(148.1897233202, 70.023715415, 57.8102766798);
  border-color: rgb(139.0177865613, 65.6897233202, 54.2322134387);
}
.btn-deep-chestnut:not(:disabled):not(.disabled):active:focus, .btn-deep-chestnut:not(:disabled):not(.disabled).active:focus, .show > .btn-deep-chestnut.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194.65, 113.05, 100.3, 0.5);
}

.btn-vanilla-ice {
  color: #212529;
  background-color: #f1d8d7;
  border-color: #f1d8d7;
}
.btn-vanilla-ice:hover {
  color: #212529;
  background-color: rgb(231.0833333333, 188.375, 186.6666666667);
  border-color: rgb(227.7777777778, 179.1666666667, 177.2222222222);
}
.btn-vanilla-ice:focus, .btn-vanilla-ice.focus {
  color: #212529;
  background-color: rgb(231.0833333333, 188.375, 186.6666666667);
  border-color: rgb(227.7777777778, 179.1666666667, 177.2222222222);
  box-shadow: 0 0 0 0.2rem rgba(209.8, 189.15, 188.9, 0.5);
}
.btn-vanilla-ice.disabled, .btn-vanilla-ice:disabled {
  color: #212529;
  background-color: #f1d8d7;
  border-color: #f1d8d7;
}
.btn-vanilla-ice:not(:disabled):not(.disabled):active, .btn-vanilla-ice:not(:disabled):not(.disabled).active, .show > .btn-vanilla-ice.dropdown-toggle {
  color: #212529;
  background-color: rgb(227.7777777778, 179.1666666667, 177.2222222222);
  border-color: rgb(224.4722222222, 169.9583333333, 167.7777777778);
}
.btn-vanilla-ice:not(:disabled):not(.disabled):active:focus, .btn-vanilla-ice:not(:disabled):not(.disabled).active:focus, .show > .btn-vanilla-ice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209.8, 189.15, 188.9, 0.5);
}

.btn-green-white {
  color: #212529;
  background-color: #e7e9eb;
  border-color: #e7e9eb;
}
.btn-green-white:hover {
  color: #212529;
  background-color: rgb(210.1363636364, 213.875, 217.6136363636);
  border-color: rgb(203.1818181818, 207.5, 211.8181818182);
}
.btn-green-white:focus, .btn-green-white.focus {
  color: #212529;
  background-color: rgb(210.1363636364, 213.875, 217.6136363636);
  border-color: rgb(203.1818181818, 207.5, 211.8181818182);
  box-shadow: 0 0 0 0.2rem rgba(201.3, 203.6, 205.9, 0.5);
}
.btn-green-white.disabled, .btn-green-white:disabled {
  color: #212529;
  background-color: #e7e9eb;
  border-color: #e7e9eb;
}
.btn-green-white:not(:disabled):not(.disabled):active, .btn-green-white:not(:disabled):not(.disabled).active, .show > .btn-green-white.dropdown-toggle {
  color: #212529;
  background-color: rgb(203.1818181818, 207.5, 211.8181818182);
  border-color: rgb(196.2272727273, 201.125, 206.0227272727);
}
.btn-green-white:not(:disabled):not(.disabled):active:focus, .btn-green-white:not(:disabled):not(.disabled).active:focus, .show > .btn-green-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201.3, 203.6, 205.9, 0.5);
}

.btn-gainsboro {
  color: #212529;
  background-color: #d4dde6;
  border-color: #d4dde6;
}
.btn-gainsboro:hover {
  color: #212529;
  background-color: rgb(187.8125, 201.875, 215.9375);
  border-color: rgb(179.75, 195.5, 211.25);
}
.btn-gainsboro:focus, .btn-gainsboro.focus {
  color: #212529;
  background-color: rgb(187.8125, 201.875, 215.9375);
  border-color: rgb(179.75, 195.5, 211.25);
  box-shadow: 0 0 0 0.2rem rgba(185.15, 193.4, 201.65, 0.5);
}
.btn-gainsboro.disabled, .btn-gainsboro:disabled {
  color: #212529;
  background-color: #d4dde6;
  border-color: #d4dde6;
}
.btn-gainsboro:not(:disabled):not(.disabled):active, .btn-gainsboro:not(:disabled):not(.disabled).active, .show > .btn-gainsboro.dropdown-toggle {
  color: #212529;
  background-color: rgb(179.75, 195.5, 211.25);
  border-color: rgb(171.6875, 189.125, 206.5625);
}
.btn-gainsboro:not(:disabled):not(.disabled):active:focus, .btn-gainsboro:not(:disabled):not(.disabled).active:focus, .show > .btn-gainsboro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185.15, 193.4, 201.65, 0.5);
}

.btn-blush-pink {
  color: #212529;
  background-color: #fdeae5;
  border-color: #fdeae5;
}
.btn-blush-pink:hover {
  color: #212529;
  background-color: rgb(250.2678571429, 205.3125, 193.4821428571);
  border-color: rgb(249.3571428571, 195.75, 181.6428571429);
}
.btn-blush-pink:focus, .btn-blush-pink.focus {
  color: #212529;
  background-color: rgb(250.2678571429, 205.3125, 193.4821428571);
  border-color: rgb(249.3571428571, 195.75, 181.6428571429);
  box-shadow: 0 0 0 0.2rem rgba(220, 204.45, 200.8, 0.5);
}
.btn-blush-pink.disabled, .btn-blush-pink:disabled {
  color: #212529;
  background-color: #fdeae5;
  border-color: #fdeae5;
}
.btn-blush-pink:not(:disabled):not(.disabled):active, .btn-blush-pink:not(:disabled):not(.disabled).active, .show > .btn-blush-pink.dropdown-toggle {
  color: #212529;
  background-color: rgb(249.3571428571, 195.75, 181.6428571429);
  border-color: rgb(248.4464285714, 186.1875, 169.8035714286);
}
.btn-blush-pink:not(:disabled):not(.disabled):active:focus, .btn-blush-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-blush-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 204.45, 200.8, 0.5);
}

.btn-light-steel-blue {
  color: #212529;
  background-color: #d1dbe5;
  border-color: #d1dbe5;
}
.btn-light-steel-blue:hover {
  color: #212529;
  background-color: rgb(184.5625, 199.875, 215.1875);
  border-color: rgb(176.4166666667, 193.5, 210.5833333333);
}
.btn-light-steel-blue:focus, .btn-light-steel-blue.focus {
  color: #212529;
  background-color: rgb(184.5625, 199.875, 215.1875);
  border-color: rgb(176.4166666667, 193.5, 210.5833333333);
  box-shadow: 0 0 0 0.2rem rgba(182.6, 191.7, 200.8, 0.5);
}
.btn-light-steel-blue.disabled, .btn-light-steel-blue:disabled {
  color: #212529;
  background-color: #d1dbe5;
  border-color: #d1dbe5;
}
.btn-light-steel-blue:not(:disabled):not(.disabled):active, .btn-light-steel-blue:not(:disabled):not(.disabled).active, .show > .btn-light-steel-blue.dropdown-toggle {
  color: #212529;
  background-color: rgb(176.4166666667, 193.5, 210.5833333333);
  border-color: rgb(168.2708333333, 187.125, 205.9791666667);
}
.btn-light-steel-blue:not(:disabled):not(.disabled):active:focus, .btn-light-steel-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-light-steel-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(182.6, 191.7, 200.8, 0.5);
}

.btn-peach-pink {
  color: #212529;
  background-color: #fad5ce;
  border-color: #fad5ce;
}
.btn-peach-pink:hover {
  color: #212529;
  background-color: rgb(246.4583333333, 183.25, 171.2916666667);
  border-color: rgb(245.2777777778, 173.3333333333, 159.7222222222);
}
.btn-peach-pink:focus, .btn-peach-pink.focus {
  color: #212529;
  background-color: rgb(246.4583333333, 183.25, 171.2916666667);
  border-color: rgb(245.2777777778, 173.3333333333, 159.7222222222);
  box-shadow: 0 0 0 0.2rem rgba(217.45, 186.6, 181.25, 0.5);
}
.btn-peach-pink.disabled, .btn-peach-pink:disabled {
  color: #212529;
  background-color: #fad5ce;
  border-color: #fad5ce;
}
.btn-peach-pink:not(:disabled):not(.disabled):active, .btn-peach-pink:not(:disabled):not(.disabled).active, .show > .btn-peach-pink.dropdown-toggle {
  color: #212529;
  background-color: rgb(245.2777777778, 173.3333333333, 159.7222222222);
  border-color: rgb(244.0972222222, 163.4166666667, 148.1527777778);
}
.btn-peach-pink:not(:disabled):not(.disabled):active:focus, .btn-peach-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-peach-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217.45, 186.6, 181.25, 0.5);
}

.btn-ice-blue {
  color: #212529;
  background-color: #e5f3f9;
  border-color: #e5f3f9;
}
.btn-ice-blue:hover {
  color: #212529;
  background-color: rgb(197.921875, 228.65625, 241.828125);
  border-color: rgb(187.5625, 223.875, 239.4375);
}
.btn-ice-blue:focus, .btn-ice-blue.focus {
  color: #212529;
  background-color: rgb(197.921875, 228.65625, 241.828125);
  border-color: rgb(187.5625, 223.875, 239.4375);
  box-shadow: 0 0 0 0.2rem rgba(199.6, 212.1, 217.8, 0.5);
}
.btn-ice-blue.disabled, .btn-ice-blue:disabled {
  color: #212529;
  background-color: #e5f3f9;
  border-color: #e5f3f9;
}
.btn-ice-blue:not(:disabled):not(.disabled):active, .btn-ice-blue:not(:disabled):not(.disabled).active, .show > .btn-ice-blue.dropdown-toggle {
  color: #212529;
  background-color: rgb(187.5625, 223.875, 239.4375);
  border-color: rgb(177.203125, 219.09375, 237.046875);
}
.btn-ice-blue:not(:disabled):not(.disabled):active:focus, .btn-ice-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-ice-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199.6, 212.1, 217.8, 0.5);
}

.btn-stirling {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-stirling:hover {
  color: #212529;
  background-color: rgb(224.875, 224.875, 224.875);
  border-color: rgb(218.5, 218.5, 218.5);
}
.btn-stirling:focus, .btn-stirling.focus {
  color: #212529;
  background-color: rgb(224.875, 224.875, 224.875);
  border-color: rgb(218.5, 218.5, 218.5);
  box-shadow: 0 0 0 0.2rem rgba(212.35, 212.95, 213.55, 0.5);
}
.btn-stirling.disabled, .btn-stirling:disabled {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-stirling:not(:disabled):not(.disabled):active, .btn-stirling:not(:disabled):not(.disabled).active, .show > .btn-stirling.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.5, 218.5, 218.5);
  border-color: rgb(212.125, 212.125, 212.125);
}
.btn-stirling:not(:disabled):not(.disabled):active:focus, .btn-stirling:not(:disabled):not(.disabled).active:focus, .show > .btn-stirling.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212.35, 212.95, 213.55, 0.5);
}

.btn-pewter-blue {
  color: #212529;
  background-color: #93A9B8;
  border-color: #93A9B8;
}
.btn-pewter-blue:hover {
  color: #fff;
  background-color: rgb(123.9217877095, 150.6229050279, 168.8282122905);
  border-color: rgb(116.2290502793, 144.4972067039, 163.7709497207);
}
.btn-pewter-blue:focus, .btn-pewter-blue.focus {
  color: #fff;
  background-color: rgb(123.9217877095, 150.6229050279, 168.8282122905);
  border-color: rgb(116.2290502793, 144.4972067039, 163.7709497207);
  box-shadow: 0 0 0 0.2rem rgba(129.9, 149.2, 162.55, 0.5);
}
.btn-pewter-blue.disabled, .btn-pewter-blue:disabled {
  color: #212529;
  background-color: #93A9B8;
  border-color: #93A9B8;
}
.btn-pewter-blue:not(:disabled):not(.disabled):active, .btn-pewter-blue:not(:disabled):not(.disabled).active, .show > .btn-pewter-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(116.2290502793, 144.4972067039, 163.7709497207);
  border-color: rgb(108.5363128492, 138.3715083799, 158.7136871508);
}
.btn-pewter-blue:not(:disabled):not(.disabled):active:focus, .btn-pewter-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-pewter-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129.9, 149.2, 162.55, 0.5);
}

.btn-rose-pink {
  color: #212529;
  background-color: #FF72B8;
  border-color: #FF72B8;
}
.btn-rose-pink:hover {
  color: #fff;
  background-color: rgb(255, 75.75, 164.7393617021);
  border-color: rgb(255, 63, 158.3191489362);
}
.btn-rose-pink:focus, .btn-rose-pink.focus {
  color: #fff;
  background-color: rgb(255, 75.75, 164.7393617021);
  border-color: rgb(255, 63, 158.3191489362);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 102.45, 162.55, 0.5);
}
.btn-rose-pink.disabled, .btn-rose-pink:disabled {
  color: #212529;
  background-color: #FF72B8;
  border-color: #FF72B8;
}
.btn-rose-pink:not(:disabled):not(.disabled):active, .btn-rose-pink:not(:disabled):not(.disabled).active, .show > .btn-rose-pink.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 63, 158.3191489362);
  border-color: rgb(255, 50.25, 151.8989361702);
}
.btn-rose-pink:not(:disabled):not(.disabled):active:focus, .btn-rose-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-rose-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 102.45, 162.55, 0.5);
}

.btn-metallic-red {
  color: #fff;
  background-color: #9e3529;
  border-color: #9e3529;
}
.btn-metallic-red:hover {
  color: #fff;
  background-color: rgb(127.6306532663, 42.8128140704, 33.1193467337);
  border-color: rgb(117.5075376884, 39.4170854271, 30.4924623116);
}
.btn-metallic-red:focus, .btn-metallic-red.focus {
  color: #fff;
  background-color: rgb(127.6306532663, 42.8128140704, 33.1193467337);
  border-color: rgb(117.5075376884, 39.4170854271, 30.4924623116);
  box-shadow: 0 0 0 0.2rem rgba(172.55, 83.3, 73.1, 0.5);
}
.btn-metallic-red.disabled, .btn-metallic-red:disabled {
  color: #fff;
  background-color: #9e3529;
  border-color: #9e3529;
}
.btn-metallic-red:not(:disabled):not(.disabled):active, .btn-metallic-red:not(:disabled):not(.disabled).active, .show > .btn-metallic-red.dropdown-toggle {
  color: #fff;
  background-color: rgb(117.5075376884, 39.4170854271, 30.4924623116);
  border-color: rgb(107.3844221106, 36.0213567839, 27.8655778894);
}
.btn-metallic-red:not(:disabled):not(.disabled):active:focus, .btn-metallic-red:not(:disabled):not(.disabled).active:focus, .show > .btn-metallic-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172.55, 83.3, 73.1, 0.5);
}

.btn-east-bay {
  color: #fff;
  background-color: #4A526E;
  border-color: #4A526E;
}
.btn-east-bay:hover {
  color: #fff;
  background-color: rgb(58.6168478261, 64.9538043478, 87.1331521739);
  border-color: rgb(53.4891304348, 59.2717391304, 79.5108695652);
}
.btn-east-bay:focus, .btn-east-bay.focus {
  color: #fff;
  background-color: rgb(58.6168478261, 64.9538043478, 87.1331521739);
  border-color: rgb(53.4891304348, 59.2717391304, 79.5108695652);
  box-shadow: 0 0 0 0.2rem rgba(101.15, 107.95, 131.75, 0.5);
}
.btn-east-bay.disabled, .btn-east-bay:disabled {
  color: #fff;
  background-color: #4A526E;
  border-color: #4A526E;
}
.btn-east-bay:not(:disabled):not(.disabled):active, .btn-east-bay:not(:disabled):not(.disabled).active, .show > .btn-east-bay.dropdown-toggle {
  color: #fff;
  background-color: rgb(53.4891304348, 59.2717391304, 79.5108695652);
  border-color: rgb(48.3614130435, 53.589673913, 71.8885869565);
}
.btn-east-bay:not(:disabled):not(.disabled):active:focus, .btn-east-bay:not(:disabled):not(.disabled).active:focus, .show > .btn-east-bay.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101.15, 107.95, 131.75, 0.5);
}

.btn-outline-primary {
  color: #03a4dc;
  border-color: #03a4dc;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 164, 220, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #03a4dc;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 164, 220, 0.5);
}

.btn-outline-secondary {
  color: #9caaba;
  border-color: #9caaba;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #9caaba;
  border-color: #9caaba;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 170, 186, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #9caaba;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #9caaba;
  border-color: #9caaba;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 170, 186, 0.5);
}

.btn-outline-success {
  color: #54cda0;
  border-color: #54cda0;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #54cda0;
  border-color: #54cda0;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 205, 160, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #54cda0;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #54cda0;
  border-color: #54cda0;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 205, 160, 0.5);
}

.btn-outline-info {
  color: #5cc4ed;
  border-color: #5cc4ed;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #5cc4ed;
  border-color: #5cc4ed;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 196, 237, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5cc4ed;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #5cc4ed;
  border-color: #5cc4ed;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 196, 237, 0.5);
}

.btn-outline-warning {
  color: #ef7b4b;
  border-color: #ef7b4b;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ef7b4b;
  border-color: #ef7b4b;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 123, 75, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ef7b4b;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ef7b4b;
  border-color: #ef7b4b;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 123, 75, 0.5);
}

.btn-outline-danger {
  color: #f04c34;
  border-color: #f04c34;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f04c34;
  border-color: #f04c34;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 76, 52, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f04c34;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f04c34;
  border-color: #f04c34;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 76, 52, 0.5);
}

.btn-outline-light {
  color: #03a4dc;
  border-color: #03a4dc;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 164, 220, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #03a4dc;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 164, 220, 0.5);
}

.btn-outline-dark {
  color: #222a3f;
  border-color: #222a3f;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #222a3f;
  border-color: #222a3f;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 42, 63, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #222a3f;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #222a3f;
  border-color: #222a3f;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 42, 63, 0.5);
}

.btn-outline-alice-blue-tint {
  color: #f2f9fc;
  border-color: #f2f9fc;
}
.btn-outline-alice-blue-tint:hover {
  color: #212529;
  background-color: #f2f9fc;
  border-color: #f2f9fc;
}
.btn-outline-alice-blue-tint:focus, .btn-outline-alice-blue-tint.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 249, 252, 0.5);
}
.btn-outline-alice-blue-tint.disabled, .btn-outline-alice-blue-tint:disabled {
  color: #f2f9fc;
  background-color: transparent;
}
.btn-outline-alice-blue-tint:not(:disabled):not(.disabled):active, .btn-outline-alice-blue-tint:not(:disabled):not(.disabled).active, .show > .btn-outline-alice-blue-tint.dropdown-toggle {
  color: #212529;
  background-color: #f2f9fc;
  border-color: #f2f9fc;
}
.btn-outline-alice-blue-tint:not(:disabled):not(.disabled):active:focus, .btn-outline-alice-blue-tint:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-alice-blue-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 249, 252, 0.5);
}

.btn-outline-alice-blue {
  color: #f3f8ff;
  border-color: #f3f8ff;
}
.btn-outline-alice-blue:hover {
  color: #212529;
  background-color: #f3f8ff;
  border-color: #f3f8ff;
}
.btn-outline-alice-blue:focus, .btn-outline-alice-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 248, 255, 0.5);
}
.btn-outline-alice-blue.disabled, .btn-outline-alice-blue:disabled {
  color: #f3f8ff;
  background-color: transparent;
}
.btn-outline-alice-blue:not(:disabled):not(.disabled):active, .btn-outline-alice-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-alice-blue.dropdown-toggle {
  color: #212529;
  background-color: #f3f8ff;
  border-color: #f3f8ff;
}
.btn-outline-alice-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-alice-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-alice-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 248, 255, 0.5);
}

.btn-outline-alice-blue-v2 {
  color: #fafdff;
  border-color: #fafdff;
}
.btn-outline-alice-blue-v2:hover {
  color: #212529;
  background-color: #fafdff;
  border-color: #fafdff;
}
.btn-outline-alice-blue-v2:focus, .btn-outline-alice-blue-v2.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 253, 255, 0.5);
}
.btn-outline-alice-blue-v2.disabled, .btn-outline-alice-blue-v2:disabled {
  color: #fafdff;
  background-color: transparent;
}
.btn-outline-alice-blue-v2:not(:disabled):not(.disabled):active, .btn-outline-alice-blue-v2:not(:disabled):not(.disabled).active, .show > .btn-outline-alice-blue-v2.dropdown-toggle {
  color: #212529;
  background-color: #fafdff;
  border-color: #fafdff;
}
.btn-outline-alice-blue-v2:not(:disabled):not(.disabled):active:focus, .btn-outline-alice-blue-v2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-alice-blue-v2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 253, 255, 0.5);
}

.btn-outline-alice-blue-shade {
  color: #d6e7ff;
  border-color: #d6e7ff;
}
.btn-outline-alice-blue-shade:hover {
  color: #212529;
  background-color: #d6e7ff;
  border-color: #d6e7ff;
}
.btn-outline-alice-blue-shade:focus, .btn-outline-alice-blue-shade.focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 231, 255, 0.5);
}
.btn-outline-alice-blue-shade.disabled, .btn-outline-alice-blue-shade:disabled {
  color: #d6e7ff;
  background-color: transparent;
}
.btn-outline-alice-blue-shade:not(:disabled):not(.disabled):active, .btn-outline-alice-blue-shade:not(:disabled):not(.disabled).active, .show > .btn-outline-alice-blue-shade.dropdown-toggle {
  color: #212529;
  background-color: #d6e7ff;
  border-color: #d6e7ff;
}
.btn-outline-alice-blue-shade:not(:disabled):not(.disabled):active:focus, .btn-outline-alice-blue-shade:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-alice-blue-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 231, 255, 0.5);
}

.btn-outline-catskill-white {
  color: #f5f8fa;
  border-color: #f5f8fa;
}
.btn-outline-catskill-white:hover {
  color: #212529;
  background-color: #f5f8fa;
  border-color: #f5f8fa;
}
.btn-outline-catskill-white:focus, .btn-outline-catskill-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 248, 250, 0.5);
}
.btn-outline-catskill-white.disabled, .btn-outline-catskill-white:disabled {
  color: #f5f8fa;
  background-color: transparent;
}
.btn-outline-catskill-white:not(:disabled):not(.disabled):active, .btn-outline-catskill-white:not(:disabled):not(.disabled).active, .show > .btn-outline-catskill-white.dropdown-toggle {
  color: #212529;
  background-color: #f5f8fa;
  border-color: #f5f8fa;
}
.btn-outline-catskill-white:not(:disabled):not(.disabled):active:focus, .btn-outline-catskill-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-catskill-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 248, 250, 0.5);
}

.btn-outline-cerulean {
  color: #03a4dc;
  border-color: #03a4dc;
}
.btn-outline-cerulean:hover {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-outline-cerulean:focus, .btn-outline-cerulean.focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 164, 220, 0.5);
}
.btn-outline-cerulean.disabled, .btn-outline-cerulean:disabled {
  color: #03a4dc;
  background-color: transparent;
}
.btn-outline-cerulean:not(:disabled):not(.disabled):active, .btn-outline-cerulean:not(:disabled):not(.disabled).active, .show > .btn-outline-cerulean.dropdown-toggle {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-outline-cerulean:not(:disabled):not(.disabled):active:focus, .btn-outline-cerulean:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cerulean.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 164, 220, 0.5);
}

.btn-outline-picton-blue {
  color: #5cc4ed;
  border-color: #5cc4ed;
}
.btn-outline-picton-blue:hover {
  color: #212529;
  background-color: #5cc4ed;
  border-color: #5cc4ed;
}
.btn-outline-picton-blue:focus, .btn-outline-picton-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 196, 237, 0.5);
}
.btn-outline-picton-blue.disabled, .btn-outline-picton-blue:disabled {
  color: #5cc4ed;
  background-color: transparent;
}
.btn-outline-picton-blue:not(:disabled):not(.disabled):active, .btn-outline-picton-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-picton-blue.dropdown-toggle {
  color: #212529;
  background-color: #5cc4ed;
  border-color: #5cc4ed;
}
.btn-outline-picton-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-picton-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-picton-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 196, 237, 0.5);
}

.btn-outline-royal-blue {
  color: #4169e1;
  border-color: #4169e1;
}
.btn-outline-royal-blue:hover {
  color: #fff;
  background-color: #4169e1;
  border-color: #4169e1;
}
.btn-outline-royal-blue:focus, .btn-outline-royal-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 105, 225, 0.5);
}
.btn-outline-royal-blue.disabled, .btn-outline-royal-blue:disabled {
  color: #4169e1;
  background-color: transparent;
}
.btn-outline-royal-blue:not(:disabled):not(.disabled):active, .btn-outline-royal-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-royal-blue.dropdown-toggle {
  color: #fff;
  background-color: #4169e1;
  border-color: #4169e1;
}
.btn-outline-royal-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-royal-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-royal-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 105, 225, 0.5);
}

.btn-outline-police-blue {
  color: #3c4c60;
  border-color: #3c4c60;
}
.btn-outline-police-blue:hover {
  color: #fff;
  background-color: #3c4c60;
  border-color: #3c4c60;
}
.btn-outline-police-blue:focus, .btn-outline-police-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 76, 96, 0.5);
}
.btn-outline-police-blue.disabled, .btn-outline-police-blue:disabled {
  color: #3c4c60;
  background-color: transparent;
}
.btn-outline-police-blue:not(:disabled):not(.disabled):active, .btn-outline-police-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-police-blue.dropdown-toggle {
  color: #fff;
  background-color: #3c4c60;
  border-color: #3c4c60;
}
.btn-outline-police-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-police-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-police-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 76, 96, 0.5);
}

.btn-outline-ebony-clay {
  color: #222a3f;
  border-color: #222a3f;
}
.btn-outline-ebony-clay:hover {
  color: #fff;
  background-color: #222a3f;
  border-color: #222a3f;
}
.btn-outline-ebony-clay:focus, .btn-outline-ebony-clay.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 42, 63, 0.5);
}
.btn-outline-ebony-clay.disabled, .btn-outline-ebony-clay:disabled {
  color: #222a3f;
  background-color: transparent;
}
.btn-outline-ebony-clay:not(:disabled):not(.disabled):active, .btn-outline-ebony-clay:not(:disabled):not(.disabled).active, .show > .btn-outline-ebony-clay.dropdown-toggle {
  color: #fff;
  background-color: #222a3f;
  border-color: #222a3f;
}
.btn-outline-ebony-clay:not(:disabled):not(.disabled):active:focus, .btn-outline-ebony-clay:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ebony-clay.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 42, 63, 0.5);
}

.btn-outline-cathams-blue {
  color: #1a497f;
  border-color: #1a497f;
}
.btn-outline-cathams-blue:hover {
  color: #fff;
  background-color: #1a497f;
  border-color: #1a497f;
}
.btn-outline-cathams-blue:focus, .btn-outline-cathams-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 73, 127, 0.5);
}
.btn-outline-cathams-blue.disabled, .btn-outline-cathams-blue:disabled {
  color: #1a497f;
  background-color: transparent;
}
.btn-outline-cathams-blue:not(:disabled):not(.disabled):active, .btn-outline-cathams-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-cathams-blue.dropdown-toggle {
  color: #fff;
  background-color: #1a497f;
  border-color: #1a497f;
}
.btn-outline-cathams-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-cathams-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cathams-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 73, 127, 0.5);
}

.btn-outline-cathams-blue-with-opacity {
  color: rgba(26, 73, 127, 0.2);
  border-color: rgba(26, 73, 127, 0.2);
}
.btn-outline-cathams-blue-with-opacity:hover {
  color: #fff;
  background-color: rgba(26, 73, 127, 0.2);
  border-color: rgba(26, 73, 127, 0.2);
}
.btn-outline-cathams-blue-with-opacity:focus, .btn-outline-cathams-blue-with-opacity.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 73, 127, 0.5);
}
.btn-outline-cathams-blue-with-opacity.disabled, .btn-outline-cathams-blue-with-opacity:disabled {
  color: rgba(26, 73, 127, 0.2);
  background-color: transparent;
}
.btn-outline-cathams-blue-with-opacity:not(:disabled):not(.disabled):active, .btn-outline-cathams-blue-with-opacity:not(:disabled):not(.disabled).active, .show > .btn-outline-cathams-blue-with-opacity.dropdown-toggle {
  color: #fff;
  background-color: rgba(26, 73, 127, 0.2);
  border-color: rgba(26, 73, 127, 0.2);
}
.btn-outline-cathams-blue-with-opacity:not(:disabled):not(.disabled):active:focus, .btn-outline-cathams-blue-with-opacity:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cathams-blue-with-opacity.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 73, 127, 0.5);
}

.btn-outline-puerto-rico {
  color: #54cda0;
  border-color: #54cda0;
}
.btn-outline-puerto-rico:hover {
  color: #212529;
  background-color: #54cda0;
  border-color: #54cda0;
}
.btn-outline-puerto-rico:focus, .btn-outline-puerto-rico.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 205, 160, 0.5);
}
.btn-outline-puerto-rico.disabled, .btn-outline-puerto-rico:disabled {
  color: #54cda0;
  background-color: transparent;
}
.btn-outline-puerto-rico:not(:disabled):not(.disabled):active, .btn-outline-puerto-rico:not(:disabled):not(.disabled).active, .show > .btn-outline-puerto-rico.dropdown-toggle {
  color: #212529;
  background-color: #54cda0;
  border-color: #54cda0;
}
.btn-outline-puerto-rico:not(:disabled):not(.disabled):active:focus, .btn-outline-puerto-rico:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-puerto-rico.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 205, 160, 0.5);
}

.btn-outline-vista-blue {
  color: #97d3b6;
  border-color: #97d3b6;
}
.btn-outline-vista-blue:hover {
  color: #212529;
  background-color: #97d3b6;
  border-color: #97d3b6;
}
.btn-outline-vista-blue:focus, .btn-outline-vista-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 211, 182, 0.5);
}
.btn-outline-vista-blue.disabled, .btn-outline-vista-blue:disabled {
  color: #97d3b6;
  background-color: transparent;
}
.btn-outline-vista-blue:not(:disabled):not(.disabled):active, .btn-outline-vista-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-vista-blue.dropdown-toggle {
  color: #212529;
  background-color: #97d3b6;
  border-color: #97d3b6;
}
.btn-outline-vista-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-vista-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-vista-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 211, 182, 0.5);
}

.btn-outline-pale-blue {
  color: #acb9c8;
  border-color: #acb9c8;
}
.btn-outline-pale-blue:hover {
  color: #212529;
  background-color: #acb9c8;
  border-color: #acb9c8;
}
.btn-outline-pale-blue:focus, .btn-outline-pale-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 185, 200, 0.5);
}
.btn-outline-pale-blue.disabled, .btn-outline-pale-blue:disabled {
  color: #acb9c8;
  background-color: transparent;
}
.btn-outline-pale-blue:not(:disabled):not(.disabled):active, .btn-outline-pale-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-pale-blue.dropdown-toggle {
  color: #212529;
  background-color: #acb9c8;
  border-color: #acb9c8;
}
.btn-outline-pale-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-pale-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pale-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 185, 200, 0.5);
}

.btn-outline-flamingo {
  color: #f04c34;
  border-color: #f04c34;
}
.btn-outline-flamingo:hover {
  color: #fff;
  background-color: #f04c34;
  border-color: #f04c34;
}
.btn-outline-flamingo:focus, .btn-outline-flamingo.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 76, 52, 0.5);
}
.btn-outline-flamingo.disabled, .btn-outline-flamingo:disabled {
  color: #f04c34;
  background-color: transparent;
}
.btn-outline-flamingo:not(:disabled):not(.disabled):active, .btn-outline-flamingo:not(:disabled):not(.disabled).active, .show > .btn-outline-flamingo.dropdown-toggle {
  color: #fff;
  background-color: #f04c34;
  border-color: #f04c34;
}
.btn-outline-flamingo:not(:disabled):not(.disabled):active:focus, .btn-outline-flamingo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-flamingo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 76, 52, 0.5);
}

.btn-outline-hot-pink {
  color: #ff69b4;
  border-color: #ff69b4;
}
.btn-outline-hot-pink:hover {
  color: #212529;
  background-color: #ff69b4;
  border-color: #ff69b4;
}
.btn-outline-hot-pink:focus, .btn-outline-hot-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 180, 0.5);
}
.btn-outline-hot-pink.disabled, .btn-outline-hot-pink:disabled {
  color: #ff69b4;
  background-color: transparent;
}
.btn-outline-hot-pink:not(:disabled):not(.disabled):active, .btn-outline-hot-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-hot-pink.dropdown-toggle {
  color: #212529;
  background-color: #ff69b4;
  border-color: #ff69b4;
}
.btn-outline-hot-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-hot-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hot-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 180, 0.5);
}

.btn-outline-sea-foam {
  color: #d1e0e5;
  border-color: #d1e0e5;
}
.btn-outline-sea-foam:hover {
  color: #212529;
  background-color: #d1e0e5;
  border-color: #d1e0e5;
}
.btn-outline-sea-foam:focus, .btn-outline-sea-foam.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 224, 229, 0.5);
}
.btn-outline-sea-foam.disabled, .btn-outline-sea-foam:disabled {
  color: #d1e0e5;
  background-color: transparent;
}
.btn-outline-sea-foam:not(:disabled):not(.disabled):active, .btn-outline-sea-foam:not(:disabled):not(.disabled).active, .show > .btn-outline-sea-foam.dropdown-toggle {
  color: #212529;
  background-color: #d1e0e5;
  border-color: #d1e0e5;
}
.btn-outline-sea-foam:not(:disabled):not(.disabled):active:focus, .btn-outline-sea-foam:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sea-foam.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 224, 229, 0.5);
}

.btn-outline-slate {
  color: #686d7b;
  border-color: #686d7b;
}
.btn-outline-slate:hover {
  color: #fff;
  background-color: #686d7b;
  border-color: #686d7b;
}
.btn-outline-slate:focus, .btn-outline-slate.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 109, 123, 0.5);
}
.btn-outline-slate.disabled, .btn-outline-slate:disabled {
  color: #686d7b;
  background-color: transparent;
}
.btn-outline-slate:not(:disabled):not(.disabled):active, .btn-outline-slate:not(:disabled):not(.disabled).active, .show > .btn-outline-slate.dropdown-toggle {
  color: #fff;
  background-color: #686d7b;
  border-color: #686d7b;
}
.btn-outline-slate:not(:disabled):not(.disabled):active:focus, .btn-outline-slate:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-slate.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 109, 123, 0.5);
}

.btn-outline-smoke {
  color: #f0f2f4;
  border-color: #f0f2f4;
}
.btn-outline-smoke:hover {
  color: #212529;
  background-color: #f0f2f4;
  border-color: #f0f2f4;
}
.btn-outline-smoke:focus, .btn-outline-smoke.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 242, 244, 0.5);
}
.btn-outline-smoke.disabled, .btn-outline-smoke:disabled {
  color: #f0f2f4;
  background-color: transparent;
}
.btn-outline-smoke:not(:disabled):not(.disabled):active, .btn-outline-smoke:not(:disabled):not(.disabled).active, .show > .btn-outline-smoke.dropdown-toggle {
  color: #212529;
  background-color: #f0f2f4;
  border-color: #f0f2f4;
}
.btn-outline-smoke:not(:disabled):not(.disabled):active:focus, .btn-outline-smoke:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-smoke.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 242, 244, 0.5);
}

.btn-outline-silver {
  color: #9caaba;
  border-color: #9caaba;
}
.btn-outline-silver:hover {
  color: #212529;
  background-color: #9caaba;
  border-color: #9caaba;
}
.btn-outline-silver:focus, .btn-outline-silver.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 170, 186, 0.5);
}
.btn-outline-silver.disabled, .btn-outline-silver:disabled {
  color: #9caaba;
  background-color: transparent;
}
.btn-outline-silver:not(:disabled):not(.disabled):active, .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .btn-outline-silver.dropdown-toggle {
  color: #212529;
  background-color: #9caaba;
  border-color: #9caaba;
}
.btn-outline-silver:not(:disabled):not(.disabled):active:focus, .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 170, 186, 0.5);
}

.btn-outline-jaffa {
  color: #f07b4c;
  border-color: #f07b4c;
}
.btn-outline-jaffa:hover {
  color: #212529;
  background-color: #f07b4c;
  border-color: #f07b4c;
}
.btn-outline-jaffa:focus, .btn-outline-jaffa.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 123, 76, 0.5);
}
.btn-outline-jaffa.disabled, .btn-outline-jaffa:disabled {
  color: #f07b4c;
  background-color: transparent;
}
.btn-outline-jaffa:not(:disabled):not(.disabled):active, .btn-outline-jaffa:not(:disabled):not(.disabled).active, .show > .btn-outline-jaffa.dropdown-toggle {
  color: #212529;
  background-color: #f07b4c;
  border-color: #f07b4c;
}
.btn-outline-jaffa:not(:disabled):not(.disabled):active:focus, .btn-outline-jaffa:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-jaffa.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 123, 76, 0.5);
}

.btn-outline-mustard {
  color: #fad541;
  border-color: #fad541;
}
.btn-outline-mustard:hover {
  color: #212529;
  background-color: #fad541;
  border-color: #fad541;
}
.btn-outline-mustard:focus, .btn-outline-mustard.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 213, 65, 0.5);
}
.btn-outline-mustard.disabled, .btn-outline-mustard:disabled {
  color: #fad541;
  background-color: transparent;
}
.btn-outline-mustard:not(:disabled):not(.disabled):active, .btn-outline-mustard:not(:disabled):not(.disabled).active, .show > .btn-outline-mustard.dropdown-toggle {
  color: #212529;
  background-color: #fad541;
  border-color: #fad541;
}
.btn-outline-mustard:not(:disabled):not(.disabled):active:focus, .btn-outline-mustard:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mustard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 213, 65, 0.5);
}

.btn-outline-grey {
  color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-outline-grey:hover {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-outline-grey:focus, .btn-outline-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}
.btn-outline-grey.disabled, .btn-outline-grey:disabled {
  color: #7d7d7d;
  background-color: transparent;
}
.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-grey.dropdown-toggle {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-outline-geyser {
  color: #d2dae4;
  border-color: #d2dae4;
}
.btn-outline-geyser:hover {
  color: #212529;
  background-color: #d2dae4;
  border-color: #d2dae4;
}
.btn-outline-geyser:focus, .btn-outline-geyser.focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 218, 228, 0.5);
}
.btn-outline-geyser.disabled, .btn-outline-geyser:disabled {
  color: #d2dae4;
  background-color: transparent;
}
.btn-outline-geyser:not(:disabled):not(.disabled):active, .btn-outline-geyser:not(:disabled):not(.disabled).active, .show > .btn-outline-geyser.dropdown-toggle {
  color: #212529;
  background-color: #d2dae4;
  border-color: #d2dae4;
}
.btn-outline-geyser:not(:disabled):not(.disabled):active:focus, .btn-outline-geyser:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-geyser.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 218, 228, 0.5);
}

.btn-outline-dusty-grey {
  color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-outline-dusty-grey:hover {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-outline-dusty-grey:focus, .btn-outline-dusty-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}
.btn-outline-dusty-grey.disabled, .btn-outline-dusty-grey:disabled {
  color: #7d7d7d;
  background-color: transparent;
}
.btn-outline-dusty-grey:not(:disabled):not(.disabled):active, .btn-outline-dusty-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-dusty-grey.dropdown-toggle {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-outline-dusty-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-dusty-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dusty-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-outline-soft-grey {
  color: #b1ccdd;
  border-color: #b1ccdd;
}
.btn-outline-soft-grey:hover {
  color: #212529;
  background-color: #b1ccdd;
  border-color: #b1ccdd;
}
.btn-outline-soft-grey:focus, .btn-outline-soft-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 204, 221, 0.5);
}
.btn-outline-soft-grey.disabled, .btn-outline-soft-grey:disabled {
  color: #b1ccdd;
  background-color: transparent;
}
.btn-outline-soft-grey:not(:disabled):not(.disabled):active, .btn-outline-soft-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-soft-grey.dropdown-toggle {
  color: #212529;
  background-color: #b1ccdd;
  border-color: #b1ccdd;
}
.btn-outline-soft-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-soft-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-soft-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 204, 221, 0.5);
}

.btn-outline-primary-grey {
  color: #828e9d;
  border-color: #828e9d;
}
.btn-outline-primary-grey:hover {
  color: #fff;
  background-color: #828e9d;
  border-color: #828e9d;
}
.btn-outline-primary-grey:focus, .btn-outline-primary-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 142, 157, 0.5);
}
.btn-outline-primary-grey.disabled, .btn-outline-primary-grey:disabled {
  color: #828e9d;
  background-color: transparent;
}
.btn-outline-primary-grey:not(:disabled):not(.disabled):active, .btn-outline-primary-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-grey.dropdown-toggle {
  color: #fff;
  background-color: #828e9d;
  border-color: #828e9d;
}
.btn-outline-primary-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 142, 157, 0.5);
}

.btn-outline-black-coral {
  color: #5c646d;
  border-color: #5c646d;
}
.btn-outline-black-coral:hover {
  color: #fff;
  background-color: #5c646d;
  border-color: #5c646d;
}
.btn-outline-black-coral:focus, .btn-outline-black-coral.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 100, 109, 0.5);
}
.btn-outline-black-coral.disabled, .btn-outline-black-coral:disabled {
  color: #5c646d;
  background-color: transparent;
}
.btn-outline-black-coral:not(:disabled):not(.disabled):active, .btn-outline-black-coral:not(:disabled):not(.disabled).active, .show > .btn-outline-black-coral.dropdown-toggle {
  color: #fff;
  background-color: #5c646d;
  border-color: #5c646d;
}
.btn-outline-black-coral:not(:disabled):not(.disabled):active:focus, .btn-outline-black-coral:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black-coral.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 100, 109, 0.5);
}

.btn-outline-misty-rose {
  color: #ffe3df;
  border-color: #ffe3df;
}
.btn-outline-misty-rose:hover {
  color: #212529;
  background-color: #ffe3df;
  border-color: #ffe3df;
}
.btn-outline-misty-rose:focus, .btn-outline-misty-rose.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 227, 223, 0.5);
}
.btn-outline-misty-rose.disabled, .btn-outline-misty-rose:disabled {
  color: #ffe3df;
  background-color: transparent;
}
.btn-outline-misty-rose:not(:disabled):not(.disabled):active, .btn-outline-misty-rose:not(:disabled):not(.disabled).active, .show > .btn-outline-misty-rose.dropdown-toggle {
  color: #212529;
  background-color: #ffe3df;
  border-color: #ffe3df;
}
.btn-outline-misty-rose:not(:disabled):not(.disabled):active:focus, .btn-outline-misty-rose:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-misty-rose.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 227, 223, 0.5);
}

.btn-outline-platinum {
  color: #dce1e9;
  border-color: #dce1e9;
}
.btn-outline-platinum:hover {
  color: #212529;
  background-color: #dce1e9;
  border-color: #dce1e9;
}
.btn-outline-platinum:focus, .btn-outline-platinum.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 225, 233, 0.5);
}
.btn-outline-platinum.disabled, .btn-outline-platinum:disabled {
  color: #dce1e9;
  background-color: transparent;
}
.btn-outline-platinum:not(:disabled):not(.disabled):active, .btn-outline-platinum:not(:disabled):not(.disabled).active, .show > .btn-outline-platinum.dropdown-toggle {
  color: #212529;
  background-color: #dce1e9;
  border-color: #dce1e9;
}
.btn-outline-platinum:not(:disabled):not(.disabled):active:focus, .btn-outline-platinum:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-platinum.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 225, 233, 0.5);
}

.btn-outline-grey-white {
  color: rgba(240, 242, 244, 0.5019607843);
  border-color: rgba(240, 242, 244, 0.5019607843);
}
.btn-outline-grey-white:hover {
  color: #212529;
  background-color: rgba(240, 242, 244, 0.5019607843);
  border-color: rgba(240, 242, 244, 0.5019607843);
}
.btn-outline-grey-white:focus, .btn-outline-grey-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 242, 244, 0.5);
}
.btn-outline-grey-white.disabled, .btn-outline-grey-white:disabled {
  color: rgba(240, 242, 244, 0.5019607843);
  background-color: transparent;
}
.btn-outline-grey-white:not(:disabled):not(.disabled):active, .btn-outline-grey-white:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-white.dropdown-toggle {
  color: #212529;
  background-color: rgba(240, 242, 244, 0.5019607843);
  border-color: rgba(240, 242, 244, 0.5019607843);
}
.btn-outline-grey-white:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 242, 244, 0.5);
}

.btn-outline-sea-blue {
  color: #026c91;
  border-color: #026c91;
}
.btn-outline-sea-blue:hover {
  color: #fff;
  background-color: #026c91;
  border-color: #026c91;
}
.btn-outline-sea-blue:focus, .btn-outline-sea-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 108, 145, 0.5);
}
.btn-outline-sea-blue.disabled, .btn-outline-sea-blue:disabled {
  color: #026c91;
  background-color: transparent;
}
.btn-outline-sea-blue:not(:disabled):not(.disabled):active, .btn-outline-sea-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-sea-blue.dropdown-toggle {
  color: #fff;
  background-color: #026c91;
  border-color: #026c91;
}
.btn-outline-sea-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sea-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sea-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 108, 145, 0.5);
}

.btn-outline-cadet-blue {
  color: #acb9c8;
  border-color: #acb9c8;
}
.btn-outline-cadet-blue:hover {
  color: #212529;
  background-color: #acb9c8;
  border-color: #acb9c8;
}
.btn-outline-cadet-blue:focus, .btn-outline-cadet-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 185, 200, 0.5);
}
.btn-outline-cadet-blue.disabled, .btn-outline-cadet-blue:disabled {
  color: #acb9c8;
  background-color: transparent;
}
.btn-outline-cadet-blue:not(:disabled):not(.disabled):active, .btn-outline-cadet-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-cadet-blue.dropdown-toggle {
  color: #212529;
  background-color: #acb9c8;
  border-color: #acb9c8;
}
.btn-outline-cadet-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-cadet-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cadet-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 185, 200, 0.5);
}

.btn-outline-mandarin {
  color: #ef7b4b;
  border-color: #ef7b4b;
}
.btn-outline-mandarin:hover {
  color: #212529;
  background-color: #ef7b4b;
  border-color: #ef7b4b;
}
.btn-outline-mandarin:focus, .btn-outline-mandarin.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 123, 75, 0.5);
}
.btn-outline-mandarin.disabled, .btn-outline-mandarin:disabled {
  color: #ef7b4b;
  background-color: transparent;
}
.btn-outline-mandarin:not(:disabled):not(.disabled):active, .btn-outline-mandarin:not(:disabled):not(.disabled).active, .show > .btn-outline-mandarin.dropdown-toggle {
  color: #212529;
  background-color: #ef7b4b;
  border-color: #ef7b4b;
}
.btn-outline-mandarin:not(:disabled):not(.disabled):active:focus, .btn-outline-mandarin:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mandarin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 123, 75, 0.5);
}

.btn-outline-mandarin-with-opacity {
  color: rgba(239, 123, 75, 0.0784313725);
  border-color: rgba(239, 123, 75, 0.0784313725);
}
.btn-outline-mandarin-with-opacity:hover {
  color: #212529;
  background-color: rgba(239, 123, 75, 0.0784313725);
  border-color: rgba(239, 123, 75, 0.0784313725);
}
.btn-outline-mandarin-with-opacity:focus, .btn-outline-mandarin-with-opacity.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 123, 75, 0.5);
}
.btn-outline-mandarin-with-opacity.disabled, .btn-outline-mandarin-with-opacity:disabled {
  color: rgba(239, 123, 75, 0.0784313725);
  background-color: transparent;
}
.btn-outline-mandarin-with-opacity:not(:disabled):not(.disabled):active, .btn-outline-mandarin-with-opacity:not(:disabled):not(.disabled).active, .show > .btn-outline-mandarin-with-opacity.dropdown-toggle {
  color: #212529;
  background-color: rgba(239, 123, 75, 0.0784313725);
  border-color: rgba(239, 123, 75, 0.0784313725);
}
.btn-outline-mandarin-with-opacity:not(:disabled):not(.disabled):active:focus, .btn-outline-mandarin-with-opacity:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mandarin-with-opacity.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 123, 75, 0.5);
}

.btn-outline-carmine-pink {
  color: rgba(240, 76, 52, 0.1607843137);
  border-color: rgba(240, 76, 52, 0.1607843137);
}
.btn-outline-carmine-pink:hover {
  color: #fff;
  background-color: rgba(240, 76, 52, 0.1607843137);
  border-color: rgba(240, 76, 52, 0.1607843137);
}
.btn-outline-carmine-pink:focus, .btn-outline-carmine-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 76, 52, 0.5);
}
.btn-outline-carmine-pink.disabled, .btn-outline-carmine-pink:disabled {
  color: rgba(240, 76, 52, 0.1607843137);
  background-color: transparent;
}
.btn-outline-carmine-pink:not(:disabled):not(.disabled):active, .btn-outline-carmine-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-carmine-pink.dropdown-toggle {
  color: #fff;
  background-color: rgba(240, 76, 52, 0.1607843137);
  border-color: rgba(240, 76, 52, 0.1607843137);
}
.btn-outline-carmine-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-carmine-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-carmine-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 76, 52, 0.5);
}

.btn-outline-eucalyptus {
  color: rgba(84, 205, 160, 0.2392156863);
  border-color: rgba(84, 205, 160, 0.2392156863);
}
.btn-outline-eucalyptus:hover {
  color: #212529;
  background-color: rgba(84, 205, 160, 0.2392156863);
  border-color: rgba(84, 205, 160, 0.2392156863);
}
.btn-outline-eucalyptus:focus, .btn-outline-eucalyptus.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 205, 160, 0.5);
}
.btn-outline-eucalyptus.disabled, .btn-outline-eucalyptus:disabled {
  color: rgba(84, 205, 160, 0.2392156863);
  background-color: transparent;
}
.btn-outline-eucalyptus:not(:disabled):not(.disabled):active, .btn-outline-eucalyptus:not(:disabled):not(.disabled).active, .show > .btn-outline-eucalyptus.dropdown-toggle {
  color: #212529;
  background-color: rgba(84, 205, 160, 0.2392156863);
  border-color: rgba(84, 205, 160, 0.2392156863);
}
.btn-outline-eucalyptus:not(:disabled):not(.disabled):active:focus, .btn-outline-eucalyptus:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-eucalyptus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 205, 160, 0.5);
}

.btn-outline-blue-lagoona {
  color: #03a4dc;
  border-color: #03a4dc;
}
.btn-outline-blue-lagoona:hover {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-outline-blue-lagoona:focus, .btn-outline-blue-lagoona.focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 164, 220, 0.5);
}
.btn-outline-blue-lagoona.disabled, .btn-outline-blue-lagoona:disabled {
  color: #03a4dc;
  background-color: transparent;
}
.btn-outline-blue-lagoona:not(:disabled):not(.disabled):active, .btn-outline-blue-lagoona:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-lagoona.dropdown-toggle {
  color: #fff;
  background-color: #03a4dc;
  border-color: #03a4dc;
}
.btn-outline-blue-lagoona:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-lagoona:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-lagoona.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 164, 220, 0.5);
}

.btn-outline-dusk {
  color: #4c5470;
  border-color: #4c5470;
}
.btn-outline-dusk:hover {
  color: #fff;
  background-color: #4c5470;
  border-color: #4c5470;
}
.btn-outline-dusk:focus, .btn-outline-dusk.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 84, 112, 0.5);
}
.btn-outline-dusk.disabled, .btn-outline-dusk:disabled {
  color: #4c5470;
  background-color: transparent;
}
.btn-outline-dusk:not(:disabled):not(.disabled):active, .btn-outline-dusk:not(:disabled):not(.disabled).active, .show > .btn-outline-dusk.dropdown-toggle {
  color: #fff;
  background-color: #4c5470;
  border-color: #4c5470;
}
.btn-outline-dusk:not(:disabled):not(.disabled):active:focus, .btn-outline-dusk:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dusk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 84, 112, 0.5);
}

.btn-outline-dusk-with-opacity {
  color: #4c5470;
  border-color: #4c5470;
}
.btn-outline-dusk-with-opacity:hover {
  color: #fff;
  background-color: #4c5470;
  border-color: #4c5470;
}
.btn-outline-dusk-with-opacity:focus, .btn-outline-dusk-with-opacity.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 84, 112, 0.5);
}
.btn-outline-dusk-with-opacity.disabled, .btn-outline-dusk-with-opacity:disabled {
  color: #4c5470;
  background-color: transparent;
}
.btn-outline-dusk-with-opacity:not(:disabled):not(.disabled):active, .btn-outline-dusk-with-opacity:not(:disabled):not(.disabled).active, .show > .btn-outline-dusk-with-opacity.dropdown-toggle {
  color: #fff;
  background-color: #4c5470;
  border-color: #4c5470;
}
.btn-outline-dusk-with-opacity:not(:disabled):not(.disabled):active:focus, .btn-outline-dusk-with-opacity:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dusk-with-opacity.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 84, 112, 0.5);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-azure {
  color: #f7fbfc;
  border-color: #f7fbfc;
}
.btn-outline-azure:hover {
  color: #212529;
  background-color: #f7fbfc;
  border-color: #f7fbfc;
}
.btn-outline-azure:focus, .btn-outline-azure.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 251, 252, 0.5);
}
.btn-outline-azure.disabled, .btn-outline-azure:disabled {
  color: #f7fbfc;
  background-color: transparent;
}
.btn-outline-azure:not(:disabled):not(.disabled):active, .btn-outline-azure:not(:disabled):not(.disabled).active, .show > .btn-outline-azure.dropdown-toggle {
  color: #212529;
  background-color: #f7fbfc;
  border-color: #f7fbfc;
}
.btn-outline-azure:not(:disabled):not(.disabled):active:focus, .btn-outline-azure:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-azure.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 251, 252, 0.5);
}

.btn-outline-generic-viridian {
  color: #00856e;
  border-color: #00856e;
}
.btn-outline-generic-viridian:hover {
  color: #fff;
  background-color: #00856e;
  border-color: #00856e;
}
.btn-outline-generic-viridian:focus, .btn-outline-generic-viridian.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 110, 0.5);
}
.btn-outline-generic-viridian.disabled, .btn-outline-generic-viridian:disabled {
  color: #00856e;
  background-color: transparent;
}
.btn-outline-generic-viridian:not(:disabled):not(.disabled):active, .btn-outline-generic-viridian:not(:disabled):not(.disabled).active, .show > .btn-outline-generic-viridian.dropdown-toggle {
  color: #fff;
  background-color: #00856e;
  border-color: #00856e;
}
.btn-outline-generic-viridian:not(:disabled):not(.disabled):active:focus, .btn-outline-generic-viridian:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-generic-viridian.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 110, 0.5);
}

.btn-outline-humming-bird {
  color: #d6f3e8;
  border-color: #d6f3e8;
}
.btn-outline-humming-bird:hover {
  color: #212529;
  background-color: #d6f3e8;
  border-color: #d6f3e8;
}
.btn-outline-humming-bird:focus, .btn-outline-humming-bird.focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 243, 232, 0.5);
}
.btn-outline-humming-bird.disabled, .btn-outline-humming-bird:disabled {
  color: #d6f3e8;
  background-color: transparent;
}
.btn-outline-humming-bird:not(:disabled):not(.disabled):active, .btn-outline-humming-bird:not(:disabled):not(.disabled).active, .show > .btn-outline-humming-bird.dropdown-toggle {
  color: #212529;
  background-color: #d6f3e8;
  border-color: #d6f3e8;
}
.btn-outline-humming-bird:not(:disabled):not(.disabled):active:focus, .btn-outline-humming-bird:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-humming-bird.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 243, 232, 0.5);
}

.btn-outline-provincial-pink {
  color: #fef5f1;
  border-color: #fef5f1;
}
.btn-outline-provincial-pink:hover {
  color: #212529;
  background-color: #fef5f1;
  border-color: #fef5f1;
}
.btn-outline-provincial-pink:focus, .btn-outline-provincial-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 245, 241, 0.5);
}
.btn-outline-provincial-pink.disabled, .btn-outline-provincial-pink:disabled {
  color: #fef5f1;
  background-color: transparent;
}
.btn-outline-provincial-pink:not(:disabled):not(.disabled):active, .btn-outline-provincial-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-provincial-pink.dropdown-toggle {
  color: #212529;
  background-color: #fef5f1;
  border-color: #fef5f1;
}
.btn-outline-provincial-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-provincial-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-provincial-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 245, 241, 0.5);
}

.btn-outline-dusty-blue {
  color: #e4eff2;
  border-color: #e4eff2;
}
.btn-outline-dusty-blue:hover {
  color: #212529;
  background-color: #e4eff2;
  border-color: #e4eff2;
}
.btn-outline-dusty-blue:focus, .btn-outline-dusty-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 239, 242, 0.5);
}
.btn-outline-dusty-blue.disabled, .btn-outline-dusty-blue:disabled {
  color: #e4eff2;
  background-color: transparent;
}
.btn-outline-dusty-blue:not(:disabled):not(.disabled):active, .btn-outline-dusty-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-dusty-blue.dropdown-toggle {
  color: #212529;
  background-color: #e4eff2;
  border-color: #e4eff2;
}
.btn-outline-dusty-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-dusty-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dusty-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 239, 242, 0.5);
}

.btn-outline-air-force-blue {
  color: #5982b2;
  border-color: #5982b2;
}
.btn-outline-air-force-blue:hover {
  color: #fff;
  background-color: #5982b2;
  border-color: #5982b2;
}
.btn-outline-air-force-blue:focus, .btn-outline-air-force-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 130, 178, 0.5);
}
.btn-outline-air-force-blue.disabled, .btn-outline-air-force-blue:disabled {
  color: #5982b2;
  background-color: transparent;
}
.btn-outline-air-force-blue:not(:disabled):not(.disabled):active, .btn-outline-air-force-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-air-force-blue.dropdown-toggle {
  color: #fff;
  background-color: #5982b2;
  border-color: #5982b2;
}
.btn-outline-air-force-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-air-force-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-air-force-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 130, 178, 0.5);
}

.btn-outline-white-smoke {
  color: #fef4f2;
  border-color: #fef4f2;
}
.btn-outline-white-smoke:hover {
  color: #212529;
  background-color: #fef4f2;
  border-color: #fef4f2;
}
.btn-outline-white-smoke:focus, .btn-outline-white-smoke.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 244, 242, 0.5);
}
.btn-outline-white-smoke.disabled, .btn-outline-white-smoke:disabled {
  color: #fef4f2;
  background-color: transparent;
}
.btn-outline-white-smoke:not(:disabled):not(.disabled):active, .btn-outline-white-smoke:not(:disabled):not(.disabled).active, .show > .btn-outline-white-smoke.dropdown-toggle {
  color: #212529;
  background-color: #fef4f2;
  border-color: #fef4f2;
}
.btn-outline-white-smoke:not(:disabled):not(.disabled):active:focus, .btn-outline-white-smoke:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white-smoke.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 244, 242, 0.5);
}

.btn-outline-terra-cotta {
  color: #ed715f;
  border-color: #ed715f;
}
.btn-outline-terra-cotta:hover {
  color: #fff;
  background-color: #ed715f;
  border-color: #ed715f;
}
.btn-outline-terra-cotta:focus, .btn-outline-terra-cotta.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 113, 95, 0.5);
}
.btn-outline-terra-cotta.disabled, .btn-outline-terra-cotta:disabled {
  color: #ed715f;
  background-color: transparent;
}
.btn-outline-terra-cotta:not(:disabled):not(.disabled):active, .btn-outline-terra-cotta:not(:disabled):not(.disabled).active, .show > .btn-outline-terra-cotta.dropdown-toggle {
  color: #fff;
  background-color: #ed715f;
  border-color: #ed715f;
}
.btn-outline-terra-cotta:not(:disabled):not(.disabled):active:focus, .btn-outline-terra-cotta:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-terra-cotta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 113, 95, 0.5);
}

.btn-outline-terra-cotta-with-opacity {
  color: rgba(237, 113, 95, 0.2392156863);
  border-color: rgba(237, 113, 95, 0.2392156863);
}
.btn-outline-terra-cotta-with-opacity:hover {
  color: #fff;
  background-color: rgba(237, 113, 95, 0.2392156863);
  border-color: rgba(237, 113, 95, 0.2392156863);
}
.btn-outline-terra-cotta-with-opacity:focus, .btn-outline-terra-cotta-with-opacity.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 113, 95, 0.5);
}
.btn-outline-terra-cotta-with-opacity.disabled, .btn-outline-terra-cotta-with-opacity:disabled {
  color: rgba(237, 113, 95, 0.2392156863);
  background-color: transparent;
}
.btn-outline-terra-cotta-with-opacity:not(:disabled):not(.disabled):active, .btn-outline-terra-cotta-with-opacity:not(:disabled):not(.disabled).active, .show > .btn-outline-terra-cotta-with-opacity.dropdown-toggle {
  color: #fff;
  background-color: rgba(237, 113, 95, 0.2392156863);
  border-color: rgba(237, 113, 95, 0.2392156863);
}
.btn-outline-terra-cotta-with-opacity:not(:disabled):not(.disabled):active:focus, .btn-outline-terra-cotta-with-opacity:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-terra-cotta-with-opacity.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 113, 95, 0.5);
}

.btn-outline-low-contrast {
  color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-outline-low-contrast:hover {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-outline-low-contrast:focus, .btn-outline-low-contrast.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5);
}
.btn-outline-low-contrast.disabled, .btn-outline-low-contrast:disabled {
  color: #e0e0e0;
  background-color: transparent;
}
.btn-outline-low-contrast:not(:disabled):not(.disabled):active, .btn-outline-low-contrast:not(:disabled):not(.disabled).active, .show > .btn-outline-low-contrast.dropdown-toggle {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-outline-low-contrast:not(:disabled):not(.disabled):active:focus, .btn-outline-low-contrast:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-low-contrast.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5);
}

.btn-outline-baby-blue {
  color: #edf5ff;
  border-color: #edf5ff;
}
.btn-outline-baby-blue:hover {
  color: #212529;
  background-color: #edf5ff;
  border-color: #edf5ff;
}
.btn-outline-baby-blue:focus, .btn-outline-baby-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 245, 255, 0.5);
}
.btn-outline-baby-blue.disabled, .btn-outline-baby-blue:disabled {
  color: #edf5ff;
  background-color: transparent;
}
.btn-outline-baby-blue:not(:disabled):not(.disabled):active, .btn-outline-baby-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-baby-blue.dropdown-toggle {
  color: #212529;
  background-color: #edf5ff;
  border-color: #edf5ff;
}
.btn-outline-baby-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-baby-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-baby-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 245, 255, 0.5);
}

.btn-outline-gin {
  color: #e5efe9;
  border-color: #e5efe9;
}
.btn-outline-gin:hover {
  color: #212529;
  background-color: #e5efe9;
  border-color: #e5efe9;
}
.btn-outline-gin:focus, .btn-outline-gin.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 239, 233, 0.5);
}
.btn-outline-gin.disabled, .btn-outline-gin:disabled {
  color: #e5efe9;
  background-color: transparent;
}
.btn-outline-gin:not(:disabled):not(.disabled):active, .btn-outline-gin:not(:disabled):not(.disabled).active, .show > .btn-outline-gin.dropdown-toggle {
  color: #212529;
  background-color: #e5efe9;
  border-color: #e5efe9;
}
.btn-outline-gin:not(:disabled):not(.disabled):active:focus, .btn-outline-gin:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 239, 233, 0.5);
}

.btn-outline-pele-aqua {
  color: #c7d6e3;
  border-color: #c7d6e3;
}
.btn-outline-pele-aqua:hover {
  color: #212529;
  background-color: #c7d6e3;
  border-color: #c7d6e3;
}
.btn-outline-pele-aqua:focus, .btn-outline-pele-aqua.focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 214, 227, 0.5);
}
.btn-outline-pele-aqua.disabled, .btn-outline-pele-aqua:disabled {
  color: #c7d6e3;
  background-color: transparent;
}
.btn-outline-pele-aqua:not(:disabled):not(.disabled):active, .btn-outline-pele-aqua:not(:disabled):not(.disabled).active, .show > .btn-outline-pele-aqua.dropdown-toggle {
  color: #212529;
  background-color: #c7d6e3;
  border-color: #c7d6e3;
}
.btn-outline-pele-aqua:not(:disabled):not(.disabled):active:focus, .btn-outline-pele-aqua:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pele-aqua.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 214, 227, 0.5);
}

.btn-outline-deep-chestnut {
  color: #b85849;
  border-color: #b85849;
}
.btn-outline-deep-chestnut:hover {
  color: #fff;
  background-color: #b85849;
  border-color: #b85849;
}
.btn-outline-deep-chestnut:focus, .btn-outline-deep-chestnut.focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 88, 73, 0.5);
}
.btn-outline-deep-chestnut.disabled, .btn-outline-deep-chestnut:disabled {
  color: #b85849;
  background-color: transparent;
}
.btn-outline-deep-chestnut:not(:disabled):not(.disabled):active, .btn-outline-deep-chestnut:not(:disabled):not(.disabled).active, .show > .btn-outline-deep-chestnut.dropdown-toggle {
  color: #fff;
  background-color: #b85849;
  border-color: #b85849;
}
.btn-outline-deep-chestnut:not(:disabled):not(.disabled):active:focus, .btn-outline-deep-chestnut:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-deep-chestnut.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 88, 73, 0.5);
}

.btn-outline-vanilla-ice {
  color: #f1d8d7;
  border-color: #f1d8d7;
}
.btn-outline-vanilla-ice:hover {
  color: #212529;
  background-color: #f1d8d7;
  border-color: #f1d8d7;
}
.btn-outline-vanilla-ice:focus, .btn-outline-vanilla-ice.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 216, 215, 0.5);
}
.btn-outline-vanilla-ice.disabled, .btn-outline-vanilla-ice:disabled {
  color: #f1d8d7;
  background-color: transparent;
}
.btn-outline-vanilla-ice:not(:disabled):not(.disabled):active, .btn-outline-vanilla-ice:not(:disabled):not(.disabled).active, .show > .btn-outline-vanilla-ice.dropdown-toggle {
  color: #212529;
  background-color: #f1d8d7;
  border-color: #f1d8d7;
}
.btn-outline-vanilla-ice:not(:disabled):not(.disabled):active:focus, .btn-outline-vanilla-ice:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-vanilla-ice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 216, 215, 0.5);
}

.btn-outline-green-white {
  color: #e7e9eb;
  border-color: #e7e9eb;
}
.btn-outline-green-white:hover {
  color: #212529;
  background-color: #e7e9eb;
  border-color: #e7e9eb;
}
.btn-outline-green-white:focus, .btn-outline-green-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 233, 235, 0.5);
}
.btn-outline-green-white.disabled, .btn-outline-green-white:disabled {
  color: #e7e9eb;
  background-color: transparent;
}
.btn-outline-green-white:not(:disabled):not(.disabled):active, .btn-outline-green-white:not(:disabled):not(.disabled).active, .show > .btn-outline-green-white.dropdown-toggle {
  color: #212529;
  background-color: #e7e9eb;
  border-color: #e7e9eb;
}
.btn-outline-green-white:not(:disabled):not(.disabled):active:focus, .btn-outline-green-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 233, 235, 0.5);
}

.btn-outline-gainsboro {
  color: #d4dde6;
  border-color: #d4dde6;
}
.btn-outline-gainsboro:hover {
  color: #212529;
  background-color: #d4dde6;
  border-color: #d4dde6;
}
.btn-outline-gainsboro:focus, .btn-outline-gainsboro.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 221, 230, 0.5);
}
.btn-outline-gainsboro.disabled, .btn-outline-gainsboro:disabled {
  color: #d4dde6;
  background-color: transparent;
}
.btn-outline-gainsboro:not(:disabled):not(.disabled):active, .btn-outline-gainsboro:not(:disabled):not(.disabled).active, .show > .btn-outline-gainsboro.dropdown-toggle {
  color: #212529;
  background-color: #d4dde6;
  border-color: #d4dde6;
}
.btn-outline-gainsboro:not(:disabled):not(.disabled):active:focus, .btn-outline-gainsboro:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gainsboro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 221, 230, 0.5);
}

.btn-outline-blush-pink {
  color: #fdeae5;
  border-color: #fdeae5;
}
.btn-outline-blush-pink:hover {
  color: #212529;
  background-color: #fdeae5;
  border-color: #fdeae5;
}
.btn-outline-blush-pink:focus, .btn-outline-blush-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 234, 229, 0.5);
}
.btn-outline-blush-pink.disabled, .btn-outline-blush-pink:disabled {
  color: #fdeae5;
  background-color: transparent;
}
.btn-outline-blush-pink:not(:disabled):not(.disabled):active, .btn-outline-blush-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-blush-pink.dropdown-toggle {
  color: #212529;
  background-color: #fdeae5;
  border-color: #fdeae5;
}
.btn-outline-blush-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-blush-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blush-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 234, 229, 0.5);
}

.btn-outline-light-steel-blue {
  color: #d1dbe5;
  border-color: #d1dbe5;
}
.btn-outline-light-steel-blue:hover {
  color: #212529;
  background-color: #d1dbe5;
  border-color: #d1dbe5;
}
.btn-outline-light-steel-blue:focus, .btn-outline-light-steel-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 219, 229, 0.5);
}
.btn-outline-light-steel-blue.disabled, .btn-outline-light-steel-blue:disabled {
  color: #d1dbe5;
  background-color: transparent;
}
.btn-outline-light-steel-blue:not(:disabled):not(.disabled):active, .btn-outline-light-steel-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-light-steel-blue.dropdown-toggle {
  color: #212529;
  background-color: #d1dbe5;
  border-color: #d1dbe5;
}
.btn-outline-light-steel-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-light-steel-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-steel-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 219, 229, 0.5);
}

.btn-outline-peach-pink {
  color: #fad5ce;
  border-color: #fad5ce;
}
.btn-outline-peach-pink:hover {
  color: #212529;
  background-color: #fad5ce;
  border-color: #fad5ce;
}
.btn-outline-peach-pink:focus, .btn-outline-peach-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 213, 206, 0.5);
}
.btn-outline-peach-pink.disabled, .btn-outline-peach-pink:disabled {
  color: #fad5ce;
  background-color: transparent;
}
.btn-outline-peach-pink:not(:disabled):not(.disabled):active, .btn-outline-peach-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-peach-pink.dropdown-toggle {
  color: #212529;
  background-color: #fad5ce;
  border-color: #fad5ce;
}
.btn-outline-peach-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-peach-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-peach-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 213, 206, 0.5);
}

.btn-outline-ice-blue {
  color: #e5f3f9;
  border-color: #e5f3f9;
}
.btn-outline-ice-blue:hover {
  color: #212529;
  background-color: #e5f3f9;
  border-color: #e5f3f9;
}
.btn-outline-ice-blue:focus, .btn-outline-ice-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 243, 249, 0.5);
}
.btn-outline-ice-blue.disabled, .btn-outline-ice-blue:disabled {
  color: #e5f3f9;
  background-color: transparent;
}
.btn-outline-ice-blue:not(:disabled):not(.disabled):active, .btn-outline-ice-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-ice-blue.dropdown-toggle {
  color: #212529;
  background-color: #e5f3f9;
  border-color: #e5f3f9;
}
.btn-outline-ice-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-ice-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ice-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 243, 249, 0.5);
}

.btn-outline-stirling {
  color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-outline-stirling:hover {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-outline-stirling:focus, .btn-outline-stirling.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}
.btn-outline-stirling.disabled, .btn-outline-stirling:disabled {
  color: #f4f4f4;
  background-color: transparent;
}
.btn-outline-stirling:not(:disabled):not(.disabled):active, .btn-outline-stirling:not(:disabled):not(.disabled).active, .show > .btn-outline-stirling.dropdown-toggle {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-outline-stirling:not(:disabled):not(.disabled):active:focus, .btn-outline-stirling:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-stirling.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-pewter-blue {
  color: #93A9B8;
  border-color: #93A9B8;
}
.btn-outline-pewter-blue:hover {
  color: #212529;
  background-color: #93A9B8;
  border-color: #93A9B8;
}
.btn-outline-pewter-blue:focus, .btn-outline-pewter-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 169, 184, 0.5);
}
.btn-outline-pewter-blue.disabled, .btn-outline-pewter-blue:disabled {
  color: #93A9B8;
  background-color: transparent;
}
.btn-outline-pewter-blue:not(:disabled):not(.disabled):active, .btn-outline-pewter-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-pewter-blue.dropdown-toggle {
  color: #212529;
  background-color: #93A9B8;
  border-color: #93A9B8;
}
.btn-outline-pewter-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-pewter-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pewter-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 169, 184, 0.5);
}

.btn-outline-rose-pink {
  color: #FF72B8;
  border-color: #FF72B8;
}
.btn-outline-rose-pink:hover {
  color: #212529;
  background-color: #FF72B8;
  border-color: #FF72B8;
}
.btn-outline-rose-pink:focus, .btn-outline-rose-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 114, 184, 0.5);
}
.btn-outline-rose-pink.disabled, .btn-outline-rose-pink:disabled {
  color: #FF72B8;
  background-color: transparent;
}
.btn-outline-rose-pink:not(:disabled):not(.disabled):active, .btn-outline-rose-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-rose-pink.dropdown-toggle {
  color: #212529;
  background-color: #FF72B8;
  border-color: #FF72B8;
}
.btn-outline-rose-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-rose-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-rose-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 114, 184, 0.5);
}

.btn-outline-metallic-red {
  color: #9e3529;
  border-color: #9e3529;
}
.btn-outline-metallic-red:hover {
  color: #fff;
  background-color: #9e3529;
  border-color: #9e3529;
}
.btn-outline-metallic-red:focus, .btn-outline-metallic-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 53, 41, 0.5);
}
.btn-outline-metallic-red.disabled, .btn-outline-metallic-red:disabled {
  color: #9e3529;
  background-color: transparent;
}
.btn-outline-metallic-red:not(:disabled):not(.disabled):active, .btn-outline-metallic-red:not(:disabled):not(.disabled).active, .show > .btn-outline-metallic-red.dropdown-toggle {
  color: #fff;
  background-color: #9e3529;
  border-color: #9e3529;
}
.btn-outline-metallic-red:not(:disabled):not(.disabled):active:focus, .btn-outline-metallic-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-metallic-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 53, 41, 0.5);
}

.btn-outline-east-bay {
  color: #4A526E;
  border-color: #4A526E;
}
.btn-outline-east-bay:hover {
  color: #fff;
  background-color: #4A526E;
  border-color: #4A526E;
}
.btn-outline-east-bay:focus, .btn-outline-east-bay.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 82, 110, 0.5);
}
.btn-outline-east-bay.disabled, .btn-outline-east-bay:disabled {
  color: #4A526E;
  background-color: transparent;
}
.btn-outline-east-bay:not(:disabled):not(.disabled):active, .btn-outline-east-bay:not(:disabled):not(.disabled).active, .show > .btn-outline-east-bay.dropdown-toggle {
  color: #fff;
  background-color: #4A526E;
  border-color: #4A526E;
}
.btn-outline-east-bay:not(:disabled):not(.disabled):active:focus, .btn-outline-east-bay:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-east-bay.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 82, 110, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #03a4dc;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(1.9708520179, 107.7399103139, 144.5291479821);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2rem;
}

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  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;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #222a3f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  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;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #03a4dc;
}
.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 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.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-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.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: 1rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #03a4dc;
}

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

.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: 1.5rem 0;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.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;
  float: none;
}

.navbar-text {
  display: inline-block;
  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: 2rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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 > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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 > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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 > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 1439.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xl {
    flex-flow: row 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 > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row 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 > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.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.5);
}
.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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%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.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.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.5);
}
.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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%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.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 1rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(1.8, 98.4, 132);
  background-color: #03a4dc;
  border-color: rgb(103.8, 200.4, 234);
}
.alert-primary hr {
  border-top-color: rgb(81.4097560976, 192.3146341463, 230.8902439024);
}
.alert-primary .alert-link {
  color: rgb(1.1139013453, 60.8932735426, 81.6860986547);
}

.alert-secondary {
  color: rgb(93.6, 102, 111.6);
  background-color: #9caaba;
  border-color: rgb(195.6, 204, 213.6);
}
.alert-secondary hr {
  border-top-color: rgb(180.5732142857, 191.0982142857, 203.1267857143);
}
.alert-secondary .alert-link {
  color: rgb(70.3368421053, 76.649122807, 83.8631578947);
}

.alert-success {
  color: rgb(50.4, 123, 96);
  background-color: #54cda0;
  border-color: rgb(152.4, 225, 198);
}
.alert-success hr {
  border-top-color: rgb(132.6692307692, 219.2307692308, 187.0384615385);
}
.alert-success .alert-link {
  color: rgb(35.5764705882, 86.8235294118, 67.7647058824);
}

.alert-info {
  color: rgb(55.2, 117.6, 142.2);
  background-color: #5cc4ed;
  border-color: rgb(157.2, 219.6, 244.2);
}
.alert-info hr {
  border-top-color: rgb(134.2359116022, 211.2878453039, 241.6640883978);
}
.alert-info .alert-link {
  color: rgb(40.9386018237, 87.2170212766, 105.4613981763);
}

.alert-warning {
  color: rgb(143.4, 73.8, 45);
  background-color: #ef7b4b;
  border-color: rgb(245.4, 175.8, 147);
}
.alert-warning hr {
  border-top-color: rgb(243.3183673469, 158.6265306122, 123.5816326531);
}
.alert-warning .alert-link {
  color: rgb(104.5815286624, 53.8222929936, 32.8184713376);
}

.alert-danger {
  color: rgb(144, 45.6, 31.2);
  background-color: #f04c34;
  border-color: rgb(246, 147.6, 133.2);
}
.alert-danger hr {
  border-top-color: rgb(244.245412844, 126.6619266055, 109.454587156);
}
.alert-danger .alert-link {
  color: rgb(102.0821917808, 32.3260273973, 22.1178082192);
}

.alert-light {
  color: rgb(1.8, 98.4, 132);
  background-color: #03a4dc;
  border-color: rgb(103.8, 200.4, 234);
}
.alert-light hr {
  border-top-color: rgb(81.4097560976, 192.3146341463, 230.8902439024);
}
.alert-light .alert-link {
  color: rgb(1.1139013453, 60.8932735426, 81.6860986547);
}

.alert-dark {
  color: rgb(20.4, 25.2, 37.8);
  background-color: #222a3f;
  border-color: rgb(122.4, 127.2, 139.8);
}
.alert-dark hr {
  border-top-color: rgb(110.0397094431, 114.6246973366, 126.6602905569);
}
.alert-dark .alert-link {
  color: rgb(2.5237113402, 3.1175257732, 4.6762886598);
}

.alert-alice-blue-tint {
  color: rgb(145.2, 149.4, 151.2);
  background-color: #f2f9fc;
  border-color: rgb(247.2, 251.4, 253.2);
}
.alert-alice-blue-tint hr {
  border-top-color: rgb(226.48125, 241.8375, 248.41875);
}
.alert-alice-blue-tint .alert-link {
  color: rgb(119.2533707865, 124.0786516854, 126.1466292135);
}

.alert-alice-blue {
  color: rgb(145.8, 148.8, 153);
  background-color: #f3f8ff;
  border-color: rgb(247.8, 250.8, 255);
}
.alert-alice-blue hr {
  border-top-color: rgb(222.3, 235.925, 255);
}
.alert-alice-blue .alert-link {
  color: rgb(119.6761363636, 123.1960227273, 128.1238636364);
}

.alert-alice-blue-v2 {
  color: rgb(150, 151.8, 153);
  background-color: #fafdff;
  border-color: rgb(252, 253.8, 255);
}
.alert-alice-blue-v2 hr {
  border-top-color: rgb(226.5, 243.6, 255);
}
.alert-alice-blue-v2 .alert-link {
  color: rgb(124.1739130435, 126.3652173913, 127.8260869565);
}

.alert-alice-blue-shade {
  color: rgb(128.4, 138.6, 153);
  background-color: #d6e7ff;
  border-color: rgb(230.4, 240.6, 255);
}
.alert-alice-blue-shade hr {
  border-top-color: rgb(204.9, 225.6731707317, 255);
}
.alert-alice-blue-shade .alert-link {
  color: rgb(102.8031496063, 113.0834645669, 127.5968503937);
}

.alert-catskill-white {
  color: rgb(147, 148.8, 150);
  background-color: #f5f8fa;
  border-color: rgb(249, 250.8, 252);
}
.alert-catskill-white hr {
  border-top-color: rgb(232, 238.9, 243.5);
}
.alert-catskill-white .alert-link {
  color: rgb(121.2676056338, 123.3464788732, 124.7323943662);
}

.alert-cerulean {
  color: rgb(1.8, 98.4, 132);
  background-color: #03a4dc;
  border-color: rgb(103.8, 200.4, 234);
}
.alert-cerulean hr {
  border-top-color: rgb(81.4097560976, 192.3146341463, 230.8902439024);
}
.alert-cerulean .alert-link {
  color: rgb(1.1139013453, 60.8932735426, 81.6860986547);
}

.alert-picton-blue {
  color: rgb(55.2, 117.6, 142.2);
  background-color: #5cc4ed;
  border-color: rgb(157.2, 219.6, 244.2);
}
.alert-picton-blue hr {
  border-top-color: rgb(134.2359116022, 211.2878453039, 241.6640883978);
}
.alert-picton-blue .alert-link {
  color: rgb(40.9386018237, 87.2170212766, 105.4613981763);
}

.alert-royal-blue {
  color: #273f87;
  background-color: royalblue;
  border-color: #8da5ed;
}
.alert-royal-blue hr {
  border-top-color: rgb(118.9772727273, 147.6136363636, 233.5227272727);
}
.alert-royal-blue .alert-link {
  color: rgb(27.5689655172, 44.5344827586, 95.4310344828);
}

.alert-police-blue {
  color: rgb(36, 45.6, 57.6);
  background-color: #3c4c60;
  border-color: rgb(138, 147.6, 159.6);
}
.alert-police-blue hr {
  border-top-color: rgb(123.9533898305, 134.7059322034, 148.1466101695);
}
.alert-police-blue .alert-link {
  color: rgb(16.3846153846, 20.7538461538, 26.2153846154);
}

.alert-ebony-clay {
  color: rgb(20.4, 25.2, 37.8);
  background-color: #222a3f;
  border-color: rgb(122.4, 127.2, 139.8);
}
.alert-ebony-clay hr {
  border-top-color: rgb(110.0397094431, 114.6246973366, 126.6602905569);
}
.alert-ebony-clay .alert-link {
  color: rgb(2.5237113402, 3.1175257732, 4.6762886598);
}

.alert-cathams-blue {
  color: rgb(15.6, 43.8, 76.2);
  background-color: #1a497f;
  border-color: rgb(117.6, 145.8, 178.2);
}
.alert-cathams-blue hr {
  border-top-color: rgb(101.2428571429, 132.8, 169.0571428571);
}
.alert-cathams-blue .alert-link {
  color: rgb(6.9333333333, 19.4666666667, 33.8666666667);
}

.alert-cathams-blue-with-opacity {
  color: rgba(3.7142857143, 10.4285714286, 18.1428571429, 0.52);
  background-color: rgba(26, 73, 127, 0.2);
  border-color: rgba(222.2857142857, 229, 236.7142857143, 0.52);
}
.alert-cathams-blue-with-opacity hr {
  border-top-color: rgba(205.9285714286, 216, 227.5714285714, 0.52);
}
.alert-cathams-blue-with-opacity .alert-link {
  color: rgba(0, 0, 0, 0.52);
}

.alert-puerto-rico {
  color: rgb(50.4, 123, 96);
  background-color: #54cda0;
  border-color: rgb(152.4, 225, 198);
}
.alert-puerto-rico hr {
  border-top-color: rgb(132.6692307692, 219.2307692308, 187.0384615385);
}
.alert-puerto-rico .alert-link {
  color: rgb(35.5764705882, 86.8235294118, 67.7647058824);
}

.alert-vista-blue {
  color: rgb(90.6, 126.6, 109.2);
  background-color: #97d3b6;
  border-color: rgb(192.6, 228.6, 211.2);
}
.alert-vista-blue hr {
  border-top-color: rgb(174.6810810811, 221.0189189189, 198.6222972973);
}
.alert-vista-blue .alert-link {
  color: rgb(69.326519337, 96.873480663, 83.5591160221);
}

.alert-pale-blue {
  color: rgb(103.2, 111, 120);
  background-color: #acb9c8;
  border-color: rgb(205.2, 213, 222);
}
.alert-pale-blue hr {
  border-top-color: rgb(189.8630434783, 200.0652173913, 211.8369565217);
}
.alert-pale-blue .alert-link {
  color: rgb(79.6193548387, 85.6370967742, 92.5806451613);
}

.alert-flamingo {
  color: rgb(144, 45.6, 31.2);
  background-color: #f04c34;
  border-color: rgb(246, 147.6, 133.2);
}
.alert-flamingo hr {
  border-top-color: rgb(244.245412844, 126.6619266055, 109.454587156);
}
.alert-flamingo .alert-link {
  color: rgb(102.0821917808, 32.3260273973, 22.1178082192);
}

.alert-hot-pink {
  color: #993f6c;
  background-color: hotpink;
  border-color: #ffa5d2;
}
.alert-hot-pink hr {
  border-top-color: rgb(255, 139.5, 197.25);
}
.alert-hot-pink .alert-link {
  color: rgb(116.875, 48.125, 82.5);
}

.alert-sea-foam {
  color: rgb(125.4, 134.4, 137.4);
  background-color: #d1e0e5;
  border-color: rgb(227.4, 236.4, 239.4);
}
.alert-sea-foam hr {
  border-top-color: rgb(211.1083333333, 225.4208333333, 230.1916666667);
}
.alert-sea-foam .alert-link {
  color: rgb(100.759223301, 108.4703883495, 111.040776699);
}

.alert-slate {
  color: rgb(62.4, 65.4, 73.8);
  background-color: #686d7b;
  border-color: rgb(164.4, 167.4, 175.8);
}
.alert-slate hr {
  border-top-color: rgb(150.7939929329, 154.2445229682, 163.9060070671);
}
.alert-slate .alert-link {
  color: rgb(39.0343612335, 40.9110132159, 46.1656387665);
}

.alert-smoke {
  color: rgb(144, 145.2, 146.4);
  background-color: #f0f2f4;
  border-color: rgb(246, 247.2, 248.4);
}
.alert-smoke hr {
  border-top-color: rgb(231.2884615385, 234.45, 237.6115384615);
}
.alert-smoke .alert-link {
  color: rgb(118.3918032787, 119.7, 121.0081967213);
}

.alert-silver {
  color: rgb(93.6, 102, 111.6);
  background-color: #9caaba;
  border-color: rgb(195.6, 204, 213.6);
}
.alert-silver hr {
  border-top-color: rgb(180.5732142857, 191.0982142857, 203.1267857143);
}
.alert-silver .alert-link {
  color: rgb(70.3368421053, 76.649122807, 83.8631578947);
}

.alert-jaffa {
  color: rgb(144, 73.8, 45.6);
  background-color: #f07b4c;
  border-color: rgb(246, 175.8, 147.6);
}
.alert-jaffa hr {
  border-top-color: rgb(244.0283505155, 158.4494845361, 124.0716494845);
}
.alert-jaffa .alert-link {
  color: rgb(105.2658227848, 53.9487341772, 33.3341772152);
}

.alert-mustard {
  color: rgb(150, 127.8, 39);
  background-color: #fad541;
  border-color: rgb(252, 229.8, 141);
}
.alert-mustard hr {
  border-top-color: rgb(251.3461538462, 224.3076923077, 116.1538461538);
}
.alert-mustard .alert-link {
  color: rgb(109.5238095238, 93.3142857143, 28.4761904762);
}

.alert-grey {
  color: #4b4b4b;
  background-color: #7d7d7d;
  border-color: #b1b1b1;
}
.alert-grey hr {
  border-top-color: rgb(164.25, 164.25, 164.25);
}
.alert-grey .alert-link {
  color: rgb(49.5, 49.5, 49.5);
}

.alert-geyser {
  color: rgb(126, 130.8, 136.8);
  background-color: #d2dae4;
  border-color: rgb(228, 232.8, 238.8);
}
.alert-geyser hr {
  border-top-color: rgb(212.0625, 219.6958333333, 229.2375);
}
.alert-geyser .alert-link {
  color: rgb(101.2733009709, 105.3859223301, 110.5266990291);
}

.alert-dusty-grey {
  color: #4b4b4b;
  background-color: #7d7d7d;
  border-color: #b1b1b1;
}
.alert-dusty-grey hr {
  border-top-color: rgb(164.25, 164.25, 164.25);
}
.alert-dusty-grey .alert-link {
  color: rgb(49.5, 49.5, 49.5);
}

.alert-soft-grey {
  color: rgb(106.2, 122.4, 132.6);
  background-color: #b1ccdd;
  border-color: rgb(208.2, 224.4, 234.6);
}
.alert-soft-grey hr {
  border-top-color: rgb(190.4410714286, 212.7883928571, 226.8589285714);
}
.alert-soft-grey .alert-link {
  color: rgb(83.5190954774, 96.2592964824, 104.2809045226);
}

.alert-primary-grey {
  color: rgb(78, 85.2, 94.2);
  background-color: #828e9d;
  border-color: rgb(180, 187.2, 196.2);
}
.alert-primary-grey hr {
  border-top-color: rgb(165.7062780269, 174.2784753363, 184.9937219731);
}
.alert-primary-grey .alert-link {
  color: rgb(54.8989547038, 59.9665505226, 66.3010452962);
}

.alert-black-coral {
  color: rgb(55.2, 60, 65.4);
  background-color: #5c646d;
  border-color: rgb(157.2, 162, 167.4);
}
.alert-black-coral hr {
  border-top-color: rgb(143.7485436893, 149.2087378641, 155.3514563107);
}
.alert-black-coral .alert-link {
  color: rgb(31.8567164179, 34.6268656716, 37.7432835821);
}

.alert-misty-rose {
  color: rgb(153, 136.2, 133.8);
  background-color: #ffe3df;
  border-color: rgb(255, 238.2, 235.8);
}
.alert-misty-rose hr {
  border-top-color: rgb(255, 215.8875, 210.3);
}
.alert-misty-rose .alert-link {
  color: rgb(128.0419354839, 110.2935483871, 107.7580645161);
}

.alert-platinum {
  color: rgb(132, 135, 139.8);
  background-color: #dce1e9;
  border-color: rgb(234, 237, 241.8);
}
.alert-platinum hr {
  border-top-color: rgb(218.3421052632, 223.5789473684, 231.9578947368);
}
.alert-platinum .alert-link {
  color: rgb(106.7848866499, 109.565743073, 114.0151133501);
}

.alert-grey-white {
  color: rgba(80.2787456446, 80.9477351916, 81.6167247387, 0.7011764706);
  background-color: rgba(240, 242, 244, 0.5019607843);
  border-color: rgba(249.9825783972, 250.6515679443, 251.3205574913, 0.7011764706);
}
.alert-grey-white hr {
  border-top-color: rgba(235.2710399357, 237.9015679443, 240.5320959528, 0.7011764706);
}
.alert-grey-white .alert-link {
  color: rgba(54.9894894463, 55.4477351916, 55.905980937, 0.7011764706);
}

.alert-sea-blue {
  color: rgb(1.2, 64.8, 87);
  background-color: #026c91;
  border-color: rgb(103.2, 166.8, 189);
}
.alert-sea-blue hr {
  border-top-color: rgb(85.4272727273, 156.473553719, 181.2727272727);
}
.alert-sea-blue .alert-link {
  color: rgb(0.506122449, 27.3306122449, 36.693877551);
}

.alert-cadet-blue {
  color: rgb(103.2, 111, 120);
  background-color: #acb9c8;
  border-color: rgb(205.2, 213, 222);
}
.alert-cadet-blue hr {
  border-top-color: rgb(189.8630434783, 200.0652173913, 211.8369565217);
}
.alert-cadet-blue .alert-link {
  color: rgb(79.6193548387, 85.6370967742, 92.5806451613);
}

.alert-mandarin {
  color: rgb(143.4, 73.8, 45);
  background-color: #ef7b4b;
  border-color: rgb(245.4, 175.8, 147);
}
.alert-mandarin hr {
  border-top-color: rgb(243.3183673469, 158.6265306122, 123.5816326531);
}
.alert-mandarin .alert-link {
  color: rgb(104.5815286624, 53.8222929936, 32.8184713376);
}

.alert-mandarin-with-opacity {
  color: rgba(13.7884615385, 7.0961538462, 4.3269230769, 0.4470588235);
  background-color: rgba(239, 123, 75, 0.0784313725);
  border-color: rgba(254.0769230769, 247.3846153846, 244.6153846154, 0.4470588235);
}
.alert-mandarin-with-opacity hr {
  border-top-color: rgba(251.9952904239, 230.2111459969, 221.1970172684, 0.4470588235);
}
.alert-mandarin-with-opacity .alert-link {
  color: rgba(0, 0, 0, 0.4470588235);
}

.alert-carmine-pink {
  color: rgba(27.8228086711, 8.8105560792, 6.0282752121, 0.4964705882);
  background-color: rgba(240, 76, 52, 0.1607843137);
  border-color: rgba(253.2610744581, 234.2488218662, 231.4665409991, 0.4964705882);
}
.alert-carmine-pink hr {
  border-top-color: rgba(251.5064873021, 213.3107484717, 207.721128155, 0.4964705882);
}
.alert-carmine-pink .alert-link {
  color: rgba(0, 0, 0, 0.4964705882);
}

.alert-eucalyptus {
  color: rgba(14.2201665125, 34.7039777983, 27.0860314524, 0.5435294118);
  background-color: rgba(84, 205, 160, 0.2392156863);
  border-color: rgba(226.0518038853, 246.5356151711, 238.9176688252, 0.5435294118);
}
.alert-eucalyptus hr {
  border-top-color: rgba(206.3210346545, 240.7663844019, 227.9561303636, 0.5435294118);
}
.alert-eucalyptus .alert-link {
  color: rgba(0, 0, 0, 0.5435294118);
}

.alert-blue-lagoona {
  color: rgb(1.8, 98.4, 132);
  background-color: #03a4dc;
  border-color: rgb(103.8, 200.4, 234);
}
.alert-blue-lagoona hr {
  border-top-color: rgb(81.4097560976, 192.3146341463, 230.8902439024);
}
.alert-blue-lagoona .alert-link {
  color: rgb(1.1139013453, 60.8932735426, 81.6860986547);
}

.alert-dusk {
  color: rgb(45.6, 50.4, 67.2);
  background-color: #4c5470;
  border-color: rgb(147.6, 152.4, 169.2);
}
.alert-dusk hr {
  border-top-color: rgb(133.4245341615, 138.8580745342, 157.8754658385);
}
.alert-dusk .alert-link {
  color: rgb(24.9829787234, 27.6127659574, 36.8170212766);
}

.alert-dusk-with-opacity {
  color: rgb(45.6, 50.4, 67.2);
  background-color: #4c5470;
  border-color: rgb(147.6, 152.4, 169.2);
}
.alert-dusk-with-opacity hr {
  border-top-color: rgb(133.4245341615, 138.8580745342, 157.8754658385);
}
.alert-dusk-with-opacity .alert-link {
  color: rgb(24.9829787234, 27.6127659574, 36.8170212766);
}

.alert-white {
  color: #999999;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-white .alert-link {
  color: rgb(127.5, 127.5, 127.5);
}

.alert-azure {
  color: rgb(148.2, 150.6, 151.2);
  background-color: #f7fbfc;
  border-color: rgb(250.2, 252.6, 253.2);
}
.alert-azure hr {
  border-top-color: rgb(231.6545454545, 243.3272727273, 246.2454545455);
}
.alert-azure .alert-link {
  color: rgb(122.4307692308, 125.2615384615, 125.9692307692);
}

.alert-generic-viridian {
  color: rgb(0, 79.8, 66);
  background-color: #00856e;
  border-color: rgb(102, 181.8, 168);
}
.alert-generic-viridian hr {
  border-top-color: rgb(84.7519893899, 173.5480106101, 158.1923076923);
}
.alert-generic-viridian .alert-link {
  color: rgb(0, 28.8, 23.8195488722);
}

.alert-humming-bird {
  color: rgb(128.4, 145.8, 139.2);
  background-color: #d6f3e8;
  border-color: rgb(230.4, 247.8, 241.2);
}
.alert-humming-bird hr {
  border-top-color: rgb(210.6735849057, 242.0264150943, 230.1339622642);
}
.alert-humming-bird .alert-link {
  color: rgb(103.3648854962, 119.8351145038, 113.5877862595);
}

.alert-provincial-pink {
  color: rgb(152.4, 147, 144.6);
  background-color: #fef5f1;
  border-color: rgb(254.4, 249, 246.6);
}
.alert-provincial-pink hr {
  border-top-color: rgb(252.7, 232, 222.8);
}
.alert-provincial-pink .alert-link {
  color: rgb(127.5042253521, 121.2676056338, 118.4957746479);
}

.alert-dusty-blue {
  color: rgb(136.8, 143.4, 145.2);
  background-color: #e4eff2;
  border-color: rgb(238.8, 245.4, 247.2);
}
.alert-dusty-blue hr {
  border-top-color: rgb(221.5875, 235.2, 238.9125);
}
.alert-dusty-blue .alert-link {
  color: rgb(111.2447368421, 117.9315789474, 119.7552631579);
}

.alert-air-force-blue {
  color: rgb(53.4, 78, 106.8);
  background-color: #5982b2;
  border-color: rgb(155.4, 180, 208.8);
}
.alert-air-force-blue hr {
  border-top-color: rgb(137.9802469136, 166.8827160494, 200.7197530864);
}
.alert-air-force-blue .alert-link {
  color: rgb(36.4, 53.1685393258, 72.8);
}

.alert-white-smoke {
  color: rgb(152.4, 146.4, 145.2);
  background-color: #fef4f2;
  border-color: rgb(254.4, 248.4, 247.2);
}
.alert-white-smoke hr {
  border-top-color: rgb(252.5785714286, 228.3642857143, 223.5214285714);
}
.alert-white-smoke .alert-link {
  color: rgb(127.4796610169, 120.513559322, 119.1203389831);
}

.alert-terra-cotta {
  color: rgb(142.2, 67.8, 57);
  background-color: #ed715f;
  border-color: rgb(244.2, 169.8, 159);
}
.alert-terra-cotta hr {
  border-top-color: rgb(241.6213483146, 149.4573033708, 136.0786516854);
}
.alert-terra-cotta .alert-link {
  color: rgb(105.793373494, 50.4415662651, 42.406626506);
}

.alert-terra-cotta-with-opacity {
  color: rgba(40.1211840888, 19.1295097132, 16.0823311748, 0.5435294118);
  background-color: rgba(237, 113, 95, 0.2392156863);
  border-color: rgba(251.9528214616, 230.961147086, 227.9139685476, 0.5435294118);
}
.alert-terra-cotta-with-opacity hr {
  border-top-color: rgba(249.3741697762, 210.6184504568, 204.992620233, 0.5435294118);
}
.alert-terra-cotta-with-opacity .alert-link {
  color: rgba(3.7145575828, 1.7710759783, 1.4889576809, 0.5435294118);
}

.alert-low-contrast {
  color: rgb(134.4, 134.4, 134.4);
  background-color: #e0e0e0;
  border-color: rgb(236.4, 236.4, 236.4);
}
.alert-low-contrast hr {
  border-top-color: rgb(223.65, 223.65, 223.65);
}
.alert-low-contrast .alert-link {
  color: rgb(108.9, 108.9, 108.9);
}

.alert-baby-blue {
  color: rgb(142.2, 147, 153);
  background-color: #edf5ff;
  border-color: rgb(244.2, 249, 255);
}
.alert-baby-blue hr {
  border-top-color: rgb(218.7, 234.8333333333, 255);
}
.alert-baby-blue .alert-link {
  color: rgb(115.9608938547, 121.417877095, 128.2391061453);
}

.alert-gin {
  color: rgb(137.4, 143.4, 139.8);
  background-color: #e5efe9;
  border-color: rgb(239.4, 245.4, 241.8);
}
.alert-gin hr {
  border-top-color: rgb(223.6142857143, 235.6857142857, 228.4428571429);
}
.alert-gin .alert-link {
  color: rgb(111.8921465969, 117.9078534031, 114.2984293194);
}

.alert-pele-aqua {
  color: rgb(119.4, 128.4, 136.2);
  background-color: #c7d6e3;
  border-color: rgb(221.4, 230.4, 238.2);
}
.alert-pele-aqua hr {
  border-top-color: rgb(204.4, 217.9535714286, 229.7);
}
.alert-pele-aqua .alert-link {
  color: rgb(95.5443396226, 102.7825471698, 109.0556603774);
}

.alert-deep-chestnut {
  color: rgb(110.4, 52.8, 43.8);
  background-color: #b85849;
  border-color: rgb(212.4, 154.8, 145.8);
}
.alert-deep-chestnut hr {
  border-top-color: rgb(205.2438735178, 137.9679841897, 127.4561264822);
}
.alert-deep-chestnut .alert-link {
  color: rgb(73.886381323, 35.3369649805, 29.313618677);
}

.alert-vanilla-ice {
  color: rgb(144.6, 129.6, 129);
  background-color: #f1d8d7;
  border-color: rgb(246.6, 231.6, 231);
}
.alert-vanilla-ice hr {
  border-top-color: rgb(239.9888888889, 213.1833333333, 212.1111111111);
}
.alert-vanilla-ice .alert-link {
  color: rgb(118.6446700508, 104.5203045685, 103.9553299492);
}

.alert-green-white {
  color: rgb(138.6, 139.8, 141);
  background-color: #e7e9eb;
  border-color: rgb(240.6, 241.8, 243);
}
.alert-green-white hr {
  border-top-color: rgb(226.6909090909, 229.05, 231.4090909091);
}
.alert-green-white .alert-link {
  color: rgb(113.109375, 114.3, 115.490625);
}

.alert-gainsboro {
  color: rgb(127.2, 132.6, 138);
  background-color: #d4dde6;
  border-color: rgb(229.2, 234.6, 240);
}
.alert-gainsboro hr {
  border-top-color: rgb(213.075, 221.85, 230.625);
}
.alert-gainsboro .alert-link {
  color: rgb(102.375, 107.1, 111.825);
}

.alert-blush-pink {
  color: rgb(151.8, 140.4, 137.4);
  background-color: #fdeae5;
  border-color: rgb(253.8, 242.4, 239.4);
}
.alert-blush-pink hr {
  border-top-color: rgb(251.9785714286, 223.275, 215.7214285714);
}
.alert-blush-pink .alert-link {
  color: rgb(126.8673913043, 114.5690217391, 111.3326086957);
}

.alert-light-steel-blue {
  color: rgb(125.4, 131.4, 137.4);
  background-color: #d1dbe5;
  border-color: rgb(227.4, 233.4, 239.4);
}
.alert-light-steel-blue hr {
  border-top-color: rgb(211.1083333333, 220.65, 230.1916666667);
}
.alert-light-steel-blue .alert-link {
  color: rgb(100.759223301, 105.9, 111.040776699);
}

.alert-peach-pink {
  color: rgb(150, 127.8, 123.6);
  background-color: #fad5ce;
  border-color: rgb(252, 229.8, 225.6);
}
.alert-peach-pink hr {
  border-top-color: rgb(249.6388888889, 209.9666666667, 202.4611111111);
}
.alert-peach-pink .alert-link {
  color: rgb(123.7294416244, 102.8253807107, 98.8705583756);
}

.alert-ice-blue {
  color: rgb(137.4, 145.8, 149.4);
  background-color: #e5f3f9;
  border-color: rgb(239.4, 247.8, 251.4);
}
.alert-ice-blue hr {
  border-top-color: rgb(218.68125, 238.2375, 246.61875);
}
.alert-ice-blue .alert-link {
  color: rgb(111.5612903226, 120.435483871, 124.2387096774);
}

.alert-stirling {
  color: rgb(146.4, 146.4, 146.4);
  background-color: #f4f4f4;
  border-color: rgb(248.4, 248.4, 248.4);
}
.alert-stirling hr {
  border-top-color: rgb(235.65, 235.65, 235.65);
}
.alert-stirling .alert-link {
  color: rgb(120.9, 120.9, 120.9);
}

.alert-pewter-blue {
  color: rgb(88.2, 101.4, 110.4);
  background-color: #93a9b8;
  border-color: rgb(190.2, 203.4, 212.4);
}
.alert-pewter-blue hr {
  border-top-color: rgb(174.8145251397, 191.148603352, 202.2854748603);
}
.alert-pewter-blue .alert-link {
  color: rgb(65.5504531722, 75.3607250755, 82.0495468278);
}

.alert-rose-pink {
  color: rgb(153, 68.4, 110.4);
  background-color: #ff72b8;
  border-color: rgb(255, 170.4, 212.4);
}
.alert-rose-pink hr {
  border-top-color: rgb(255, 144.9, 199.5595744681);
}
.alert-rose-pink .alert-link {
  color: rgb(117.756097561, 52.643902439, 84.9691056911);
}

.alert-metallic-red {
  color: rgb(94.8, 31.8, 24.6);
  background-color: #9e3529;
  border-color: rgb(196.8, 133.8, 126.6);
}
.alert-metallic-red hr {
  border-top-color: rgb(188.8466237942, 117.2372990354, 109.0533762058);
}
.alert-metallic-red .alert-link {
  color: rgb(54.3075376884, 18.2170854271, 14.0924623116);
}

.alert-east-bay {
  color: rgb(44.4, 49.2, 66);
  background-color: #4a526e;
  border-color: rgb(146.4, 151.2, 168);
}
.alert-east-bay hr {
  border-top-color: rgb(132.2420245399, 137.667791411, 156.6579754601);
}
.alert-east-bay .alert-link {
  color: rgb(23.8891304348, 26.4717391304, 35.5108695652);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 1rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #03a4dc;
  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;
  }
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.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: 2rem;
  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;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(2rem - 1px);
  border-top-right-radius: calc(2rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem 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;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(2rem - 1px);
  border-bottom-left-radius: calc(2rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "haboro-soft", sans-serif, system-ui;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  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: 1rem;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.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;
  }
}
.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;
}

.bg-primary {
  background-color: #03a4dc !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(2.3139013453, 126.4932735426, 169.6860986547) !important;
}

.bg-secondary {
  background-color: #9caaba !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(125.9464285714, 144.1964285714, 165.0535714286) !important;
}

.bg-success {
  background-color: #54cda0 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(53.8461538462, 184.1538461538, 135.6923076923) !important;
}

.bg-info {
  background-color: #5cc4ed !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(46.0718232044, 179.3756906077, 231.9281767956) !important;
}

.bg-warning {
  background-color: #ef7b4b !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(234.8367346939, 88.6530612245, 28.1632653061) !important;
}

.bg-danger {
  background-color: #f04c34 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(224.4174311927, 43.1146788991, 16.5825688073) !important;
}

.bg-light {
  background-color: #03a4dc !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(2.3139013453, 126.4932735426, 169.6860986547) !important;
}

.bg-dark {
  background-color: #222a3f !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(16.1237113402, 19.9175257732, 29.8762886598) !important;
}

.bg-alice-blue-tint {
  background-color: #f2f9fc !important;
}

a.bg-alice-blue-tint:hover, a.bg-alice-blue-tint:focus,
button.bg-alice-blue-tint:hover,
button.bg-alice-blue-tint:focus {
  background-color: rgb(200.5625, 229.875, 242.4375) !important;
}

.bg-alice-blue {
  background-color: #f3f8ff !important;
}

a.bg-alice-blue:hover, a.bg-alice-blue:focus,
button.bg-alice-blue:hover,
button.bg-alice-blue:focus {
  background-color: rgb(192, 218.25, 255) !important;
}

.bg-alice-blue-v2 {
  background-color: #fafdff !important;
}

a.bg-alice-blue-v2:hover, a.bg-alice-blue-v2:focus,
button.bg-alice-blue-v2:hover,
button.bg-alice-blue-v2:focus {
  background-color: rgb(199, 232.6, 255) !important;
}

.bg-alice-blue-shade {
  background-color: #d6e7ff !important;
}

a.bg-alice-blue-shade:hover, a.bg-alice-blue-shade:focus,
button.bg-alice-blue-shade:hover,
button.bg-alice-blue-shade:focus {
  background-color: rgb(163, 201.1463414634, 255) !important;
}

.bg-catskill-white {
  background-color: #f5f8fa !important;
}

a.bg-catskill-white:hover, a.bg-catskill-white:focus,
button.bg-catskill-white:hover,
button.bg-catskill-white:focus {
  background-color: rgb(211, 224.2, 233) !important;
}

.bg-cerulean {
  background-color: #03a4dc !important;
}

a.bg-cerulean:hover, a.bg-cerulean:focus,
button.bg-cerulean:hover,
button.bg-cerulean:focus {
  background-color: rgb(2.3139013453, 126.4932735426, 169.6860986547) !important;
}

.bg-picton-blue {
  background-color: #5cc4ed !important;
}

a.bg-picton-blue:hover, a.bg-picton-blue:focus,
button.bg-picton-blue:hover,
button.bg-picton-blue:focus {
  background-color: rgb(46.0718232044, 179.3756906077, 231.9281767956) !important;
}

.bg-royal-blue {
  background-color: #4169e1 !important;
}

a.bg-royal-blue:hover, a.bg-royal-blue:focus,
button.bg-royal-blue:hover,
button.bg-royal-blue:focus {
  background-color: rgb(32.5909090909, 76.0454545455, 206.4090909091) !important;
}

.bg-police-blue {
  background-color: #3c4c60 !important;
}

a.bg-police-blue:hover, a.bg-police-blue:focus,
button.bg-police-blue:hover,
button.bg-police-blue:focus {
  background-color: rgb(40.3846153846, 51.1538461538, 64.6153846154) !important;
}

.bg-ebony-clay {
  background-color: #222a3f !important;
}

a.bg-ebony-clay:hover, a.bg-ebony-clay:focus,
button.bg-ebony-clay:hover,
button.bg-ebony-clay:focus {
  background-color: rgb(16.1237113402, 19.9175257732, 29.8762886598) !important;
}

.bg-cathams-blue {
  background-color: #1a497f !important;
}

a.bg-cathams-blue:hover, a.bg-cathams-blue:focus,
button.bg-cathams-blue:hover,
button.bg-cathams-blue:focus {
  background-color: rgb(17.3333333333, 48.6666666667, 84.6666666667) !important;
}

.bg-cathams-blue-with-opacity {
  background-color: rgba(26, 73, 127, 0.2) !important;
}

a.bg-cathams-blue-with-opacity:hover, a.bg-cathams-blue-with-opacity:focus,
button.bg-cathams-blue-with-opacity:hover,
button.bg-cathams-blue-with-opacity:focus {
  background-color: rgba(17.3333333333, 48.6666666667, 84.6666666667, 0.2) !important;
}

.bg-puerto-rico {
  background-color: #54cda0 !important;
}

a.bg-puerto-rico:hover, a.bg-puerto-rico:focus,
button.bg-puerto-rico:hover,
button.bg-puerto-rico:focus {
  background-color: rgb(53.8461538462, 184.1538461538, 135.6923076923) !important;
}

.bg-vista-blue {
  background-color: #97d3b6 !important;
}

a.bg-vista-blue:hover, a.bg-vista-blue:focus,
button.bg-vista-blue:hover,
button.bg-vista-blue:focus {
  background-color: rgb(115.1621621622, 195.8378378378, 156.8445945946) !important;
}

.bg-pale-blue {
  background-color: #acb9c8 !important;
}

a.bg-pale-blue:hover, a.bg-pale-blue:focus,
button.bg-pale-blue:hover,
button.bg-pale-blue:focus {
  background-color: rgb(141.3260869565, 159.1304347826, 179.6739130435) !important;
}

.bg-flamingo {
  background-color: #f04c34 !important;
}

a.bg-flamingo:hover, a.bg-flamingo:focus,
button.bg-flamingo:hover,
button.bg-flamingo:focus {
  background-color: rgb(224.4174311927, 43.1146788991, 16.5825688073) !important;
}

.bg-hot-pink {
  background-color: #ff69b4 !important;
}

a.bg-hot-pink:hover, a.bg-hot-pink:focus,
button.bg-hot-pink:hover,
button.bg-hot-pink:focus {
  background-color: rgb(255, 54, 154.5) !important;
}

.bg-sea-foam {
  background-color: #d1e0e5 !important;
}

a.bg-sea-foam:hover, a.bg-sea-foam:focus,
button.bg-sea-foam:hover,
button.bg-sea-foam:focus {
  background-color: rgb(176.4166666667, 202.0416666667, 210.5833333333) !important;
}

.bg-slate {
  background-color: #686d7b !important;
}

a.bg-slate:hover, a.bg-slate:focus,
button.bg-slate:hover,
button.bg-slate:focus {
  background-color: rgb(80.6343612335, 84.5110132159, 95.3656387665) !important;
}

.bg-smoke {
  background-color: #f0f2f4 !important;
}

a.bg-smoke:hover, a.bg-smoke:focus,
button.bg-smoke:hover,
button.bg-smoke:focus {
  background-color: rgb(210.5769230769, 216.5, 222.4230769231) !important;
}

.bg-silver {
  background-color: #9caaba !important;
}

a.bg-silver:hover, a.bg-silver:focus,
button.bg-silver:hover,
button.bg-silver:focus {
  background-color: rgb(125.9464285714, 144.1964285714, 165.0535714286) !important;
}

.bg-jaffa {
  background-color: #f07b4c !important;
}

a.bg-jaffa:hover, a.bg-jaffa:focus,
button.bg-jaffa:hover,
button.bg-jaffa:focus {
  background-color: rgb(236.0567010309, 88.2989690722, 28.9432989691) !important;
}

.bg-mustard {
  background-color: #fad541 !important;
}

a.bg-mustard:hover, a.bg-mustard:focus,
button.bg-mustard:hover,
button.bg-mustard:focus {
  background-color: rgb(248.6923076923, 202.0153846154, 15.3076923077) !important;
}

.bg-grey {
  background-color: #7d7d7d !important;
}

a.bg-grey:hover, a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: rgb(99.5, 99.5, 99.5) !important;
}

.bg-geyser {
  background-color: #d2dae4 !important;
}

a.bg-geyser:hover, a.bg-geyser:focus,
button.bg-geyser:hover,
button.bg-geyser:focus {
  background-color: rgb(178.125, 191.7916666667, 208.875) !important;
}

.bg-dusty-grey {
  background-color: #7d7d7d !important;
}

a.bg-dusty-grey:hover, a.bg-dusty-grey:focus,
button.bg-dusty-grey:hover,
button.bg-dusty-grey:focus {
  background-color: rgb(99.5, 99.5, 99.5) !important;
}

.bg-soft-grey {
  background-color: #b1ccdd !important;
}

a.bg-soft-grey:hover, a.bg-soft-grey:focus,
button.bg-soft-grey:hover,
button.bg-soft-grey:focus {
  background-color: rgb(141.4821428571, 180.7767857143, 205.5178571429) !important;
}

.bg-primary-grey {
  background-color: #828e9d !important;
}

a.bg-primary-grey:hover, a.bg-primary-grey:focus,
button.bg-primary-grey:hover,
button.bg-primary-grey:focus {
  background-color: rgb(103.7130044843, 116.4125560538, 132.2869955157) !important;
}

.bg-black-coral {
  background-color: #5c646d !important;
}

a.bg-black-coral:hover, a.bg-black-coral:focus,
button.bg-black-coral:hover,
button.bg-black-coral:focus {
  background-color: rgb(68.6567164179, 74.6268656716, 81.3432835821) !important;
}

.bg-misty-rose {
  background-color: #ffe3df !important;
}

a.bg-misty-rose:hover, a.bg-misty-rose:focus,
button.bg-misty-rose:hover,
button.bg-misty-rose:focus {
  background-color: rgb(255, 182.375, 172) !important;
}

.bg-platinum {
  background-color: #dce1e9 !important;
}

a.bg-platinum:hover, a.bg-platinum:focus,
button.bg-platinum:hover,
button.bg-platinum:focus {
  background-color: rgb(188.6842105263, 198.1578947368, 213.3157894737) !important;
}

.bg-grey-white {
  background-color: rgba(240, 242, 244, 0.5019607843) !important;
}

a.bg-grey-white:hover, a.bg-grey-white:focus,
button.bg-grey-white:hover,
button.bg-grey-white:focus {
  background-color: rgba(210.5769230769, 216.5, 222.4230769231, 0.5019607843) !important;
}

.bg-sea-blue {
  background-color: #026c91 !important;
}

a.bg-sea-blue:hover, a.bg-sea-blue:focus,
button.bg-sea-blue:hover,
button.bg-sea-blue:focus {
  background-color: rgb(1.306122449, 70.5306122449, 94.693877551) !important;
}

.bg-cadet-blue {
  background-color: #acb9c8 !important;
}

a.bg-cadet-blue:hover, a.bg-cadet-blue:focus,
button.bg-cadet-blue:hover,
button.bg-cadet-blue:focus {
  background-color: rgb(141.3260869565, 159.1304347826, 179.6739130435) !important;
}

.bg-mandarin {
  background-color: #ef7b4b !important;
}

a.bg-mandarin:hover, a.bg-mandarin:focus,
button.bg-mandarin:hover,
button.bg-mandarin:focus {
  background-color: rgb(234.8367346939, 88.6530612245, 28.1632653061) !important;
}

.bg-mandarin-with-opacity {
  background-color: rgba(239, 123, 75, 0.0784313725) !important;
}

a.bg-mandarin-with-opacity:hover, a.bg-mandarin-with-opacity:focus,
button.bg-mandarin-with-opacity:hover,
button.bg-mandarin-with-opacity:focus {
  background-color: rgba(234.8367346939, 88.6530612245, 28.1632653061, 0.0784313725) !important;
}

.bg-carmine-pink {
  background-color: rgba(240, 76, 52, 0.1607843137) !important;
}

a.bg-carmine-pink:hover, a.bg-carmine-pink:focus,
button.bg-carmine-pink:hover,
button.bg-carmine-pink:focus {
  background-color: rgba(224.4174311927, 43.1146788991, 16.5825688073, 0.1607843137) !important;
}

.bg-eucalyptus {
  background-color: rgba(84, 205, 160, 0.2392156863) !important;
}

a.bg-eucalyptus:hover, a.bg-eucalyptus:focus,
button.bg-eucalyptus:hover,
button.bg-eucalyptus:focus {
  background-color: rgba(53.8461538462, 184.1538461538, 135.6923076923, 0.2392156863) !important;
}

.bg-blue-lagoona {
  background-color: #03a4dc !important;
}

a.bg-blue-lagoona:hover, a.bg-blue-lagoona:focus,
button.bg-blue-lagoona:hover,
button.bg-blue-lagoona:focus {
  background-color: rgb(2.3139013453, 126.4932735426, 169.6860986547) !important;
}

.bg-dusk {
  background-color: #4c5470 !important;
}

a.bg-dusk:hover, a.bg-dusk:focus,
button.bg-dusk:hover,
button.bg-dusk:focus {
  background-color: rgb(55.3829787234, 61.2127659574, 81.6170212766) !important;
}

.bg-dusk-with-opacity {
  background-color: #4c5470 !important;
}

a.bg-dusk-with-opacity:hover, a.bg-dusk-with-opacity:focus,
button.bg-dusk-with-opacity:hover,
button.bg-dusk-with-opacity:focus {
  background-color: rgb(55.3829787234, 61.2127659574, 81.6170212766) !important;
}

.bg-white {
  background-color: #ffffff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-azure {
  background-color: #f7fbfc !important;
}

a.bg-azure:hover, a.bg-azure:focus,
button.bg-azure:hover,
button.bg-azure:focus {
  background-color: rgb(209.9090909091, 232.4545454545, 238.0909090909) !important;
}

.bg-generic-viridian {
  background-color: #00856e !important;
}

a.bg-generic-viridian:hover, a.bg-generic-viridian:focus,
button.bg-generic-viridian:hover,
button.bg-generic-viridian:focus {
  background-color: rgb(0, 82, 67.8195488722) !important;
}

.bg-humming-bird {
  background-color: #d6f3e8 !important;
}

a.bg-humming-bird:hover, a.bg-humming-bird:focus,
button.bg-humming-bird:hover,
button.bg-humming-bird:focus {
  background-color: rgb(174.5471698113, 231.4528301887, 209.8679245283) !important;
}

.bg-provincial-pink {
  background-color: #fef5f1 !important;
}

a.bg-provincial-pink:hover, a.bg-provincial-pink:focus,
button.bg-provincial-pink:hover,
button.bg-provincial-pink:focus {
  background-color: rgb(250.6, 211, 193.4) !important;
}

.bg-dusty-blue {
  background-color: #e4eff2 !important;
}

a.bg-dusty-blue:hover, a.bg-dusty-blue:focus,
button.bg-dusty-blue:hover,
button.bg-dusty-blue:focus {
  background-color: rgb(193.575, 218.6, 225.425) !important;
}

.bg-air-force-blue {
  background-color: #5982b2 !important;
}

a.bg-air-force-blue:hover, a.bg-air-force-blue:focus,
button.bg-air-force-blue:hover,
button.bg-air-force-blue:focus {
  background-color: rgb(68.4444444444, 104.8888888889, 147.5555555556) !important;
}

.bg-white-smoke {
  background-color: #fef4f2 !important;
}

a.bg-white-smoke:hover, a.bg-white-smoke:focus,
button.bg-white-smoke:hover,
button.bg-white-smoke:focus {
  background-color: rgb(250.3571428571, 203.9285714286, 194.6428571429) !important;
}

.bg-terra-cotta {
  background-color: #ed715f !important;
}

a.bg-terra-cotta:hover, a.bg-terra-cotta:focus,
button.bg-terra-cotta:hover,
button.bg-terra-cotta:focus {
  background-color: rgb(231.8426966292, 72.3146067416, 49.1573033708) !important;
}

.bg-terra-cotta-with-opacity {
  background-color: rgba(237, 113, 95, 0.2392156863) !important;
}

a.bg-terra-cotta-with-opacity:hover, a.bg-terra-cotta-with-opacity:focus,
button.bg-terra-cotta-with-opacity:hover,
button.bg-terra-cotta-with-opacity:focus {
  background-color: rgba(231.8426966292, 72.3146067416, 49.1573033708, 0.2392156863) !important;
}

.bg-low-contrast {
  background-color: #e0e0e0 !important;
}

a.bg-low-contrast:hover, a.bg-low-contrast:focus,
button.bg-low-contrast:hover,
button.bg-low-contrast:focus {
  background-color: rgb(198.5, 198.5, 198.5) !important;
}

.bg-baby-blue {
  background-color: #edf5ff !important;
}

a.bg-baby-blue:hover, a.bg-baby-blue:focus,
button.bg-baby-blue:hover,
button.bg-baby-blue:focus {
  background-color: rgb(186, 216.6666666667, 255) !important;
}

.bg-gin {
  background-color: #e5efe9 !important;
}

a.bg-gin:hover, a.bg-gin:focus,
button.bg-gin:hover,
button.bg-gin:focus {
  background-color: rgb(197.4285714286, 219.5714285714, 206.2857142857) !important;
}

.bg-pele-aqua {
  background-color: #c7d6e3 !important;
}

a.bg-pele-aqua:hover, a.bg-pele-aqua:focus,
button.bg-pele-aqua:hover,
button.bg-pele-aqua:focus {
  background-color: rgb(165, 189.1071428571, 210) !important;
}

.bg-deep-chestnut {
  background-color: #b85849 !important;
}

a.bg-deep-chestnut:hover, a.bg-deep-chestnut:focus,
button.bg-deep-chestnut:hover,
button.bg-deep-chestnut:focus {
  background-color: rgb(148.1897233202, 70.023715415, 57.8102766798) !important;
}

.bg-vanilla-ice {
  background-color: #f1d8d7 !important;
}

a.bg-vanilla-ice:hover, a.bg-vanilla-ice:focus,
button.bg-vanilla-ice:hover,
button.bg-vanilla-ice:focus {
  background-color: rgb(227.7777777778, 179.1666666667, 177.2222222222) !important;
}

.bg-green-white {
  background-color: #e7e9eb !important;
}

a.bg-green-white:hover, a.bg-green-white:focus,
button.bg-green-white:hover,
button.bg-green-white:focus {
  background-color: rgb(203.1818181818, 207.5, 211.8181818182) !important;
}

.bg-gainsboro {
  background-color: #d4dde6 !important;
}

a.bg-gainsboro:hover, a.bg-gainsboro:focus,
button.bg-gainsboro:hover,
button.bg-gainsboro:focus {
  background-color: rgb(179.75, 195.5, 211.25) !important;
}

.bg-blush-pink {
  background-color: #fdeae5 !important;
}

a.bg-blush-pink:hover, a.bg-blush-pink:focus,
button.bg-blush-pink:hover,
button.bg-blush-pink:focus {
  background-color: rgb(249.3571428571, 195.75, 181.6428571429) !important;
}

.bg-light-steel-blue {
  background-color: #d1dbe5 !important;
}

a.bg-light-steel-blue:hover, a.bg-light-steel-blue:focus,
button.bg-light-steel-blue:hover,
button.bg-light-steel-blue:focus {
  background-color: rgb(176.4166666667, 193.5, 210.5833333333) !important;
}

.bg-peach-pink {
  background-color: #fad5ce !important;
}

a.bg-peach-pink:hover, a.bg-peach-pink:focus,
button.bg-peach-pink:hover,
button.bg-peach-pink:focus {
  background-color: rgb(245.2777777778, 173.3333333333, 159.7222222222) !important;
}

.bg-ice-blue {
  background-color: #e5f3f9 !important;
}

a.bg-ice-blue:hover, a.bg-ice-blue:focus,
button.bg-ice-blue:hover,
button.bg-ice-blue:focus {
  background-color: rgb(187.5625, 223.875, 239.4375) !important;
}

.bg-stirling {
  background-color: #f4f4f4 !important;
}

a.bg-stirling:hover, a.bg-stirling:focus,
button.bg-stirling:hover,
button.bg-stirling:focus {
  background-color: rgb(218.5, 218.5, 218.5) !important;
}

.bg-pewter-blue {
  background-color: #93A9B8 !important;
}

a.bg-pewter-blue:hover, a.bg-pewter-blue:focus,
button.bg-pewter-blue:hover,
button.bg-pewter-blue:focus {
  background-color: rgb(116.2290502793, 144.4972067039, 163.7709497207) !important;
}

.bg-rose-pink {
  background-color: #FF72B8 !important;
}

a.bg-rose-pink:hover, a.bg-rose-pink:focus,
button.bg-rose-pink:hover,
button.bg-rose-pink:focus {
  background-color: rgb(255, 63, 158.3191489362) !important;
}

.bg-metallic-red {
  background-color: #9e3529 !important;
}

a.bg-metallic-red:hover, a.bg-metallic-red:focus,
button.bg-metallic-red:hover,
button.bg-metallic-red:focus {
  background-color: rgb(117.5075376884, 39.4170854271, 30.4924623116) !important;
}

.bg-east-bay {
  background-color: #4A526E !important;
}

a.bg-east-bay:hover, a.bg-east-bay:focus,
button.bg-east-bay:hover,
button.bg-east-bay:focus {
  background-color: rgb(53.4891304348, 59.2717391304, 79.5108695652) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #03a4dc !important;
}

.border-secondary {
  border-color: #9caaba !important;
}

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

.border-info {
  border-color: #5cc4ed !important;
}

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

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

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

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

.border-alice-blue-tint {
  border-color: #f2f9fc !important;
}

.border-alice-blue {
  border-color: #f3f8ff !important;
}

.border-alice-blue-v2 {
  border-color: #fafdff !important;
}

.border-alice-blue-shade {
  border-color: #d6e7ff !important;
}

.border-catskill-white {
  border-color: #f5f8fa !important;
}

.border-cerulean {
  border-color: #03a4dc !important;
}

.border-picton-blue {
  border-color: #5cc4ed !important;
}

.border-royal-blue {
  border-color: #4169e1 !important;
}

.border-police-blue {
  border-color: #3c4c60 !important;
}

.border-ebony-clay {
  border-color: #222a3f !important;
}

.border-cathams-blue {
  border-color: #1a497f !important;
}

.border-cathams-blue-with-opacity {
  border-color: rgba(26, 73, 127, 0.2) !important;
}

.border-puerto-rico {
  border-color: #54cda0 !important;
}

.border-vista-blue {
  border-color: #97d3b6 !important;
}

.border-pale-blue {
  border-color: #acb9c8 !important;
}

.border-flamingo {
  border-color: #f04c34 !important;
}

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

.border-sea-foam {
  border-color: #d1e0e5 !important;
}

.border-slate {
  border-color: #686d7b !important;
}

.border-smoke {
  border-color: #f0f2f4 !important;
}

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

.border-jaffa {
  border-color: #f07b4c !important;
}

.border-mustard {
  border-color: #fad541 !important;
}

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

.border-geyser {
  border-color: #d2dae4 !important;
}

.border-dusty-grey {
  border-color: #7d7d7d !important;
}

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

.border-primary-grey {
  border-color: #828e9d !important;
}

.border-black-coral {
  border-color: #5c646d !important;
}

.border-misty-rose {
  border-color: #ffe3df !important;
}

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

.border-grey-white {
  border-color: rgba(240, 242, 244, 0.5019607843) !important;
}

.border-sea-blue {
  border-color: #026c91 !important;
}

.border-cadet-blue {
  border-color: #acb9c8 !important;
}

.border-mandarin {
  border-color: #ef7b4b !important;
}

.border-mandarin-with-opacity {
  border-color: rgba(239, 123, 75, 0.0784313725) !important;
}

.border-carmine-pink {
  border-color: rgba(240, 76, 52, 0.1607843137) !important;
}

.border-eucalyptus {
  border-color: rgba(84, 205, 160, 0.2392156863) !important;
}

.border-blue-lagoona {
  border-color: #03a4dc !important;
}

.border-dusk {
  border-color: #4c5470 !important;
}

.border-dusk-with-opacity {
  border-color: #4c5470 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-azure {
  border-color: #f7fbfc !important;
}

.border-generic-viridian {
  border-color: #00856e !important;
}

.border-humming-bird {
  border-color: #d6f3e8 !important;
}

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

.border-dusty-blue {
  border-color: #e4eff2 !important;
}

.border-air-force-blue {
  border-color: #5982b2 !important;
}

.border-white-smoke {
  border-color: #fef4f2 !important;
}

.border-terra-cotta {
  border-color: #ed715f !important;
}

.border-terra-cotta-with-opacity {
  border-color: rgba(237, 113, 95, 0.2392156863) !important;
}

.border-low-contrast {
  border-color: #e0e0e0 !important;
}

.border-baby-blue {
  border-color: #edf5ff !important;
}

.border-gin {
  border-color: #e5efe9 !important;
}

.border-pele-aqua {
  border-color: #c7d6e3 !important;
}

.border-deep-chestnut {
  border-color: #b85849 !important;
}

.border-vanilla-ice {
  border-color: #f1d8d7 !important;
}

.border-green-white {
  border-color: #e7e9eb !important;
}

.border-gainsboro {
  border-color: #d4dde6 !important;
}

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

.border-light-steel-blue {
  border-color: #d1dbe5 !important;
}

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

.border-ice-blue {
  border-color: #e5f3f9 !important;
}

.border-stirling {
  border-color: #f4f4f4 !important;
}

.border-pewter-blue {
  border-color: #93A9B8 !important;
}

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

.border-metallic-red {
  border-color: #9e3529 !important;
}

.border-east-bay {
  border-color: #4A526E !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.5rem !important;
}

.rounded {
  border-radius: 1rem !important;
}

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

.rounded-right {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

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

.rounded-left {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-lg {
  border-radius: 2rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1440px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

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

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

.overflow-hidden {
  overflow: hidden !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;
}

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

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

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

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

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

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

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

.font-weight-bold {
  font-weight: 600 !important;
}

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

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #03a4dc !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(1.9708520179, 107.7399103139, 144.5291479821) !important;
}

.text-secondary {
  color: #9caaba !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(110.9196428571, 131.2946428571, 154.5803571429) !important;
}

.text-success {
  color: #54cda0 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(48.0769230769, 164.4230769231, 121.1538461538) !important;
}

.text-info {
  color: #5cc4ed !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(25.1104972376, 170.1933701657, 227.3895027624) !important;
}

.text-warning {
  color: #ef7b4b !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(218.112244898, 77.5510204082, 19.387755102) !important;
}

.text-danger {
  color: #f04c34 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(200.6720183486, 38.5527522936, 14.8279816514) !important;
}

.text-light {
  color: #03a4dc !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(1.9708520179, 107.7399103139, 144.5291479821) !important;
}

.text-dark {
  color: #222a3f !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(7.1855670103, 8.8762886598, 13.3144329897) !important;
}

.text-alice-blue-tint {
  color: #f2f9fc !important;
}

a.text-alice-blue-tint:hover, a.text-alice-blue-tint:focus {
  color: rgb(179.84375, 220.3125, 237.65625) !important;
}

.text-alice-blue {
  color: #f3f8ff !important;
}

a.text-alice-blue:hover, a.text-alice-blue:focus {
  color: rgb(166.5, 203.375, 255) !important;
}

.text-alice-blue-v2 {
  color: #fafdff !important;
}

a.text-alice-blue-v2:hover, a.text-alice-blue-v2:focus {
  color: rgb(173.5, 222.4, 255) !important;
}

.text-alice-blue-shade {
  color: #d6e7ff !important;
}

a.text-alice-blue-shade:hover, a.text-alice-blue-shade:focus {
  color: rgb(137.5, 186.2195121951, 255) !important;
}

.text-catskill-white {
  color: #f5f8fa !important;
}

a.text-catskill-white:hover, a.text-catskill-white:focus {
  color: rgb(194, 212.3, 224.5) !important;
}

.text-cerulean {
  color: #03a4dc !important;
}

a.text-cerulean:hover, a.text-cerulean:focus {
  color: rgb(1.9708520179, 107.7399103139, 144.5291479821) !important;
}

.text-picton-blue {
  color: #5cc4ed !important;
}

a.text-picton-blue:hover, a.text-picton-blue:focus {
  color: rgb(25.1104972376, 170.1933701657, 227.3895027624) !important;
}

.text-royal-blue {
  color: #4169e1 !important;
}

a.text-royal-blue:hover, a.text-royal-blue:focus {
  color: rgb(29.1136363636, 67.9318181818, 184.3863636364) !important;
}

.text-police-blue {
  color: #3c4c60 !important;
}

a.text-police-blue:hover, a.text-police-blue:focus {
  color: rgb(30.5769230769, 38.7307692308, 48.9230769231) !important;
}

.text-ebony-clay {
  color: #222a3f !important;
}

a.text-ebony-clay:hover, a.text-ebony-clay:focus {
  color: rgb(7.1855670103, 8.8762886598, 13.3144329897) !important;
}

.text-cathams-blue {
  color: #1a497f !important;
}

a.text-cathams-blue:hover, a.text-cathams-blue:focus {
  color: rgb(13, 36.5, 63.5) !important;
}

.text-cathams-blue-with-opacity {
  color: rgba(26, 73, 127, 0.2) !important;
}

a.text-cathams-blue-with-opacity:hover, a.text-cathams-blue-with-opacity:focus {
  color: rgba(13, 36.5, 63.5, 0.2) !important;
}

.text-puerto-rico {
  color: #54cda0 !important;
}

a.text-puerto-rico:hover, a.text-puerto-rico:focus {
  color: rgb(48.0769230769, 164.4230769231, 121.1538461538) !important;
}

.text-vista-blue {
  color: #97d3b6 !important;
}

a.text-vista-blue:hover, a.text-vista-blue:focus {
  color: rgb(97.2432432432, 188.2567567568, 144.2668918919) !important;
}

.text-pale-blue {
  color: #acb9c8 !important;
}

a.text-pale-blue:hover, a.text-pale-blue:focus {
  color: rgb(125.9891304348, 146.1956521739, 169.5108695652) !important;
}

.text-flamingo {
  color: #f04c34 !important;
}

a.text-flamingo:hover, a.text-flamingo:focus {
  color: rgb(200.6720183486, 38.5527522936, 14.8279816514) !important;
}

.text-hot-pink {
  color: #ff69b4 !important;
}

a.text-hot-pink:hover, a.text-hot-pink:focus {
  color: rgb(255, 28.5, 141.75) !important;
}

.text-sea-foam {
  color: #d1e0e5 !important;
}

a.text-sea-foam:hover, a.text-sea-foam:focus {
  color: rgb(160.125, 191.0625, 201.375) !important;
}

.text-slate {
  color: #686d7b !important;
}

a.text-slate:hover, a.text-slate:focus {
  color: rgb(68.9515418502, 72.2665198238, 81.5484581498) !important;
}

.text-smoke {
  color: #f0f2f4 !important;
}

a.text-smoke:hover, a.text-smoke:focus {
  color: rgb(195.8653846154, 203.75, 211.6346153846) !important;
}

.text-silver {
  color: #9caaba !important;
}

a.text-silver:hover, a.text-silver:focus {
  color: rgb(110.9196428571, 131.2946428571, 154.5803571429) !important;
}

.text-jaffa {
  color: #f07b4c !important;
}

a.text-jaffa:hover, a.text-jaffa:focus {
  color: rgb(220.9819587629, 76.5412371134, 18.5180412371) !important;
}

.text-mustard {
  color: #fad541 !important;
}

a.text-mustard:hover, a.text-mustard:focus {
  color: rgb(232.3846153846, 187.1307692308, 6.1153846154) !important;
}

.text-grey {
  color: #7d7d7d !important;
}

a.text-grey:hover, a.text-grey:focus {
  color: rgb(86.75, 86.75, 86.75) !important;
}

.text-geyser {
  color: #d2dae4 !important;
}

a.text-geyser:hover, a.text-geyser:focus {
  color: rgb(162.1875, 178.6875, 199.3125) !important;
}

.text-dusty-grey {
  color: #7d7d7d !important;
}

a.text-dusty-grey:hover, a.text-dusty-grey:focus {
  color: rgb(86.75, 86.75, 86.75) !important;
}

.text-soft-grey {
  color: #b1ccdd !important;
}

a.text-soft-grey:hover, a.text-soft-grey:focus {
  color: rgb(123.7232142857, 169.1651785714, 197.7767857143) !important;
}

.text-primary-grey {
  color: #828e9d !important;
}

a.text-primary-grey:hover, a.text-primary-grey:focus {
  color: rgb(92.5067264574, 103.8340807175, 117.9932735426) !important;
}

.text-black-coral {
  color: #5c646d !important;
}

a.text-black-coral:hover, a.text-black-coral:focus {
  color: rgb(56.9850746269, 61.9402985075, 67.5149253731) !important;
}

.text-misty-rose {
  color: #ffe3df !important;
}

a.text-misty-rose:hover, a.text-misty-rose:focus {
  color: rgb(255, 160.0625, 146.5) !important;
}

.text-platinum {
  color: #dce1e9 !important;
}

a.text-platinum:hover, a.text-platinum:focus {
  color: rgb(173.0263157895, 184.7368421053, 203.4736842105) !important;
}

.text-grey-white {
  color: rgba(240, 242, 244, 0.5019607843) !important;
}

a.text-grey-white:hover, a.text-grey-white:focus {
  color: rgba(195.8653846154, 203.75, 211.6346153846, 0.5019607843) !important;
}

.text-sea-blue {
  color: #026c91 !important;
}

a.text-sea-blue:hover, a.text-sea-blue:focus {
  color: rgb(0.9591836735, 51.7959183673, 69.5408163265) !important;
}

.text-cadet-blue {
  color: #acb9c8 !important;
}

a.text-cadet-blue:hover, a.text-cadet-blue:focus {
  color: rgb(125.9891304348, 146.1956521739, 169.5108695652) !important;
}

.text-mandarin {
  color: #ef7b4b !important;
}

a.text-mandarin:hover, a.text-mandarin:focus {
  color: rgb(218.112244898, 77.5510204082, 19.387755102) !important;
}

.text-mandarin-with-opacity {
  color: rgba(239, 123, 75, 0.0784313725) !important;
}

a.text-mandarin-with-opacity:hover, a.text-mandarin-with-opacity:focus {
  color: rgba(218.112244898, 77.5510204082, 19.387755102, 0.0784313725) !important;
}

.text-carmine-pink {
  color: rgba(240, 76, 52, 0.1607843137) !important;
}

a.text-carmine-pink:hover, a.text-carmine-pink:focus {
  color: rgba(200.6720183486, 38.5527522936, 14.8279816514, 0.1607843137) !important;
}

.text-eucalyptus {
  color: rgba(84, 205, 160, 0.2392156863) !important;
}

a.text-eucalyptus:hover, a.text-eucalyptus:focus {
  color: rgba(48.0769230769, 164.4230769231, 121.1538461538, 0.2392156863) !important;
}

.text-blue-lagoona {
  color: #03a4dc !important;
}

a.text-blue-lagoona:hover, a.text-blue-lagoona:focus {
  color: rgb(1.9708520179, 107.7399103139, 144.5291479821) !important;
}

.text-dusk {
  color: #4c5470 !important;
}

a.text-dusk:hover, a.text-dusk:focus {
  color: rgb(45.0744680851, 49.8191489362, 66.4255319149) !important;
}

.text-dusk-with-opacity {
  color: #4c5470 !important;
}

a.text-dusk-with-opacity:hover, a.text-dusk-with-opacity:focus {
  color: rgb(45.0744680851, 49.8191489362, 66.4255319149) !important;
}

.text-white {
  color: #ffffff !important;
}

a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-azure {
  color: #f7fbfc !important;
}

a.text-azure:hover, a.text-azure:focus {
  color: rgb(191.3636363636, 223.1818181818, 231.1363636364) !important;
}

.text-generic-viridian {
  color: #00856e !important;
}

a.text-generic-viridian:hover, a.text-generic-viridian:focus {
  color: rgb(0, 56.5, 46.7293233083) !important;
}

.text-humming-bird {
  color: #d6f3e8 !important;
}

a.text-humming-bird:hover, a.text-humming-bird:focus {
  color: rgb(154.820754717, 225.679245283, 198.8018867925) !important;
}

.text-provincial-pink {
  color: #fef5f1 !important;
}

a.text-provincial-pink:hover, a.text-provincial-pink:focus {
  color: rgb(248.9, 194, 169.6) !important;
}

.text-dusty-blue {
  color: #e4eff2 !important;
}

a.text-dusty-blue:hover, a.text-dusty-blue:focus {
  color: rgb(176.3625, 208.4, 217.1375) !important;
}

.text-air-force-blue {
  color: #5982b2 !important;
}

a.text-air-force-blue:hover, a.text-air-force-blue:focus {
  color: rgb(60.3641975309, 92.5061728395, 130.1358024691) !important;
}

.text-white-smoke {
  color: #fef4f2 !important;
}

a.text-white-smoke:hover, a.text-white-smoke:focus {
  color: rgb(248.5357142857, 183.8928571429, 170.9642857143) !important;
}

.text-terra-cotta {
  color: #ed715f !important;
}

a.text-terra-cotta:hover, a.text-terra-cotta:focus {
  color: rgb(229.2640449438, 51.9719101124, 26.2359550562) !important;
}

.text-terra-cotta-with-opacity {
  color: rgba(237, 113, 95, 0.2392156863) !important;
}

a.text-terra-cotta-with-opacity:hover, a.text-terra-cotta-with-opacity:focus {
  color: rgba(229.2640449438, 51.9719101124, 26.2359550562, 0.2392156863) !important;
}

.text-low-contrast {
  color: #e0e0e0 !important;
}

a.text-low-contrast:hover, a.text-low-contrast:focus {
  color: rgb(185.75, 185.75, 185.75) !important;
}

.text-baby-blue {
  color: #edf5ff !important;
}

a.text-baby-blue:hover, a.text-baby-blue:focus {
  color: rgb(160.5, 202.5, 255) !important;
}

.text-gin {
  color: #e5efe9 !important;
}

a.text-gin:hover, a.text-gin:focus {
  color: rgb(181.6428571429, 209.8571428571, 192.9285714286) !important;
}

.text-pele-aqua {
  color: #c7d6e3 !important;
}

a.text-pele-aqua:hover, a.text-pele-aqua:focus {
  color: rgb(148, 176.6607142857, 201.5) !important;
}

.text-deep-chestnut {
  color: #b85849 !important;
}

a.text-deep-chestnut:hover, a.text-deep-chestnut:focus {
  color: rgb(129.8458498024, 61.3557312253, 50.6541501976) !important;
}

.text-vanilla-ice {
  color: #f1d8d7 !important;
}

a.text-vanilla-ice:hover, a.text-vanilla-ice:focus {
  color: rgb(221.1666666667, 160.75, 158.3333333333) !important;
}

.text-green-white {
  color: #e7e9eb !important;
}

a.text-green-white:hover, a.text-green-white:focus {
  color: rgb(189.2727272727, 194.75, 200.2272727273) !important;
}

.text-gainsboro {
  color: #d4dde6 !important;
}

a.text-gainsboro:hover, a.text-gainsboro:focus {
  color: rgb(163.625, 182.75, 201.875) !important;
}

.text-blush-pink {
  color: #fdeae5 !important;
}

a.text-blush-pink:hover, a.text-blush-pink:focus {
  color: rgb(247.5357142857, 176.625, 157.9642857143) !important;
}

.text-light-steel-blue {
  color: #d1dbe5 !important;
}

a.text-light-steel-blue:hover, a.text-light-steel-blue:focus {
  color: rgb(160.125, 180.75, 201.375) !important;
}

.text-peach-pink {
  color: #fad5ce !important;
}

a.text-peach-pink:hover, a.text-peach-pink:focus {
  color: rgb(242.9166666667, 153.5, 136.5833333333) !important;
}

.text-ice-blue {
  color: #e5f3f9 !important;
}

a.text-ice-blue:hover, a.text-ice-blue:focus {
  color: rgb(166.84375, 214.3125, 234.65625) !important;
}

.text-stirling {
  color: #f4f4f4 !important;
}

a.text-stirling:hover, a.text-stirling:focus {
  color: rgb(205.75, 205.75, 205.75) !important;
}

.text-pewter-blue {
  color: #93A9B8 !important;
}

a.text-pewter-blue:hover, a.text-pewter-blue:focus {
  color: rgb(100.9469273743, 132.2262569832, 153.5530726257) !important;
}

.text-rose-pink {
  color: #FF72B8 !important;
}

a.text-rose-pink:hover, a.text-rose-pink:focus {
  color: rgb(255, 37.5, 145.4787234043) !important;
}

.text-metallic-red {
  color: #9e3529 !important;
}

a.text-metallic-red:hover, a.text-metallic-red:focus {
  color: rgb(97.2613065327, 32.6256281407, 25.2386934673) !important;
}

.text-east-bay {
  color: #4A526E !important;
}

a.text-east-bay:hover, a.text-east-bay:focus {
  color: rgb(43.2336956522, 47.9076086957, 64.2663043478) !important;
}

.text-body {
  color: #222a3f !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-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
h1,
.h1 {
  font-size: 3.75rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.5rem + 3vw);
  }
}
h1,
.h1 {
  line-height: 1.0666;
  letter-spacing: -0.02em;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
h2,
.h2 {
  line-height: 1.125;
  letter-spacing: -1px;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
h3,
.h3 {
  line-height: 1.25;
  letter-spacing: -0.24px;
  font-weight: 500;
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.24px;
  font-weight: 500;
}

h5,
.h5 {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 800;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0;
}

.large {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
}

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

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.line-height-175 {
  line-height: 1.75;
}

.gap-1 {
  gap: 1rem;
}

@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0;
  }
}

:root {
  --duet-color-primary: #1a497f;
  --duet-color-text: #333;
  --duet-color-text-active: #fff;
  --duet-color-placeholder: #666;
  --duet-color-button: #f3f8ff;
  --duet-color-surface: #fff;
  --duet-color-overlay: rgba(0, 0, 0, 0.8);
  --duet-color-border: #d1e0e5;
  --duet-font: 'haboro-soft', sans-serif, system-ui;
  --duet-font-normal: 400;
  --duet-font-bold: 600;
  --duet-radius: .3rem;
  --duet-z-index: 600;
}

.tbp-container {
  background-color: #f2f9fc;
  border-radius: 9px;
}
.tbp-container .lead {
  color: #03a4dc;
}
.tbp-container img {
  position: relative;
  top: -6px;
}

.spacer {
  background-color: #acb9c8;
  border-radius: 1rem;
  height: 4px;
  margin: 0.8rem 0 1.8rem 0;
  width: 4rem;
}

.error {
  color: #f04c34;
}

.blue-half-pill {
  height: 1rem;
  width: 1rem;
  background-color: #03a4dc;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

a {
  color: #03a4dc;
}
a:hover {
  color: #1a497f;
  text-decoration: underline;
}

.divider-text {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #9caaba;
  color: #9caaba;
  line-height: 0.1em;
}
.divider-text span {
  background-color: #fff;
  padding: 0 1.25rem;
  position: relative;
}

.form-instructions,
p.form-instructions {
  position: relative;
  padding-left: 2rem;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.015rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .form-instructions,
  p.form-instructions {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
    letter-spacing: 0rem;
  }
}
.form-instructions::before,
p.form-instructions::before {
  display: block;
  content: "";
  background-color: #03a4dc;
  height: 1rem;
  width: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

table {
  word-break: break-word;
}
table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f0f2f4;
}
table.table-bordered th, table.table-bordered td {
  border-color: #222a3f;
  padding: 1rem 1.125rem;
}
table .thead-dark {
  font-size: 1.125;
}
table .thead-dark th {
  font-size: 1.5rem;
  padding: 1rem 1.125rem;
  font-weight: 600;
}
table .sticky-top {
  top: 73px;
  z-index: 888;
}
.modal-body-content table .sticky-top {
  top: -1px;
}

input[type=radio] {
  appearance: none;
  color: #686d7b;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0.125rem solid #acb9c8;
  cursor: pointer;
}
input[type=radio]:checked {
  background-color: #ffffff;
  border: 6px solid #03a4dc;
}
input[type=radio]:disabled {
  cursor: not-allowed;
  background-color: #acb9c8;
  border-color: #acb9c8;
}

.cursor-pointer {
  cursor: pointer;
}