:root {
  --blue: #0d6efd;
  --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: #0d6efd;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

/* iPad Input Shadows */
input[type=text],
input[type=email],
input[type=search],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

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

body {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  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: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

@media (min-width: 575.98px) {
  .container, .container-sm {
    max-width: 543.98px;
  }
}
@media (min-width: 767.98px) {
  .container, .container-sm, .container-md {
    max-width: 735.98px;
  }
}
@media (min-width: 991.98px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 959.98px;
  }
}
@media (min-width: 1199.98px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1167.98px;
  }
}
@media (min-width: 1399.98px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1367.98px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.no-spacing {
  margin-left: 0;
  margin-right: 0;
}

.no-spacing > .col,
.no-spacing > [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col,
.col-auto {
  position: relative;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-sm-auto, .col-md-auto, .col-lg-auto, .col-xl-auto, .col-auto {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  transition: 0.15s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  max-width: 8.3333333333%;
}

.offset-2 {
  max-width: 16.6666666667%;
}

.offset-3 {
  max-width: 25%;
}

.offset-4 {
  max-width: 33.3333333333%;
}

.offset-5 {
  max-width: 41.6666666667%;
}

.offset-6 {
  max-width: 50%;
}

.offset-7 {
  max-width: 58.3333333333%;
}

.offset-8 {
  max-width: 66.6666666667%;
}

.offset-9 {
  max-width: 75%;
}

.offset-10 {
  max-width: 83.3333333333%;
}

.offset-11 {
  max-width: 91.6666666667%;
}

.offset-12 {
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

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

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

@media (min-width: 575.98px) {
  .no-spacing-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .no-spacing-sm > .col,
  .no-spacing-sm > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col-sm,
  .col-sm-auto {
    position: relative;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .row-sm-cols-1 > * {
    flex: 0 0 100%;
    width: 100%;
  }
  .row-sm-cols-2 > * {
    flex: 0 0 50%;
    width: 50%;
  }
  .row-sm-cols-3 > * {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .row-sm-cols-4 > * {
    flex: 0 0 25%;
    width: 25%;
  }
  .row-sm-cols-5 > * {
    flex: 0 0 20%;
    width: 20%;
  }
  .row-sm-cols-6 > * {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .offset-sm-1 {
    max-width: 8.3333333333%;
  }
  .offset-sm-2 {
    max-width: 16.6666666667%;
  }
  .offset-sm-3 {
    max-width: 25%;
  }
  .offset-sm-4 {
    max-width: 33.3333333333%;
  }
  .offset-sm-5 {
    max-width: 41.6666666667%;
  }
  .offset-sm-6 {
    max-width: 50%;
  }
  .offset-sm-7 {
    max-width: 58.3333333333%;
  }
  .offset-sm-8 {
    max-width: 66.6666666667%;
  }
  .offset-sm-9 {
    max-width: 75%;
  }
  .offset-sm-10 {
    max-width: 83.3333333333%;
  }
  .offset-sm-11 {
    max-width: 91.6666666667%;
  }
  .offset-sm-12 {
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm--1 {
    order: -1;
  }
  .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;
  }
}
@media (min-width: 767.98px) {
  .no-spacing-md {
    margin-left: 0;
    margin-right: 0;
  }
  .no-spacing-md > .col,
  .no-spacing-md > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col-md,
  .col-md-auto {
    position: relative;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .row-md-cols-1 > * {
    flex: 0 0 100%;
    width: 100%;
  }
  .row-md-cols-2 > * {
    flex: 0 0 50%;
    width: 50%;
  }
  .row-md-cols-3 > * {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .row-md-cols-4 > * {
    flex: 0 0 25%;
    width: 25%;
  }
  .row-md-cols-5 > * {
    flex: 0 0 20%;
    width: 20%;
  }
  .row-md-cols-6 > * {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .offset-md-1 {
    max-width: 8.3333333333%;
  }
  .offset-md-2 {
    max-width: 16.6666666667%;
  }
  .offset-md-3 {
    max-width: 25%;
  }
  .offset-md-4 {
    max-width: 33.3333333333%;
  }
  .offset-md-5 {
    max-width: 41.6666666667%;
  }
  .offset-md-6 {
    max-width: 50%;
  }
  .offset-md-7 {
    max-width: 58.3333333333%;
  }
  .offset-md-8 {
    max-width: 66.6666666667%;
  }
  .offset-md-9 {
    max-width: 75%;
  }
  .offset-md-10 {
    max-width: 83.3333333333%;
  }
  .offset-md-11 {
    max-width: 91.6666666667%;
  }
  .offset-md-12 {
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md--1 {
    order: -1;
  }
  .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;
  }
}
@media (min-width: 991.98px) {
  .no-spacing-lg {
    margin-left: 0;
    margin-right: 0;
  }
  .no-spacing-lg > .col,
  .no-spacing-lg > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col-lg,
  .col-lg-auto {
    position: relative;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .row-lg-cols-1 > * {
    flex: 0 0 100%;
    width: 100%;
  }
  .row-lg-cols-2 > * {
    flex: 0 0 50%;
    width: 50%;
  }
  .row-lg-cols-3 > * {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .row-lg-cols-4 > * {
    flex: 0 0 25%;
    width: 25%;
  }
  .row-lg-cols-5 > * {
    flex: 0 0 20%;
    width: 20%;
  }
  .row-lg-cols-6 > * {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .offset-lg-1 {
    max-width: 8.3333333333%;
  }
  .offset-lg-2 {
    max-width: 16.6666666667%;
  }
  .offset-lg-3 {
    max-width: 25%;
  }
  .offset-lg-4 {
    max-width: 33.3333333333%;
  }
  .offset-lg-5 {
    max-width: 41.6666666667%;
  }
  .offset-lg-6 {
    max-width: 50%;
  }
  .offset-lg-7 {
    max-width: 58.3333333333%;
  }
  .offset-lg-8 {
    max-width: 66.6666666667%;
  }
  .offset-lg-9 {
    max-width: 75%;
  }
  .offset-lg-10 {
    max-width: 83.3333333333%;
  }
  .offset-lg-11 {
    max-width: 91.6666666667%;
  }
  .offset-lg-12 {
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg--1 {
    order: -1;
  }
  .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;
  }
}
@media (min-width: 1199.98px) {
  .no-spacing-xl {
    margin-left: 0;
    margin-right: 0;
  }
  .no-spacing-xl > .col,
  .no-spacing-xl > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .row-xl-cols-1 > * {
    flex: 0 0 100%;
    width: 100%;
  }
  .row-xl-cols-2 > * {
    flex: 0 0 50%;
    width: 50%;
  }
  .row-xl-cols-3 > * {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .row-xl-cols-4 > * {
    flex: 0 0 25%;
    width: 25%;
  }
  .row-xl-cols-5 > * {
    flex: 0 0 20%;
    width: 20%;
  }
  .row-xl-cols-6 > * {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .offset-xl-1 {
    max-width: 8.3333333333%;
  }
  .offset-xl-2 {
    max-width: 16.6666666667%;
  }
  .offset-xl-3 {
    max-width: 25%;
  }
  .offset-xl-4 {
    max-width: 33.3333333333%;
  }
  .offset-xl-5 {
    max-width: 41.6666666667%;
  }
  .offset-xl-6 {
    max-width: 50%;
  }
  .offset-xl-7 {
    max-width: 58.3333333333%;
  }
  .offset-xl-8 {
    max-width: 66.6666666667%;
  }
  .offset-xl-9 {
    max-width: 75%;
  }
  .offset-xl-10 {
    max-width: 83.3333333333%;
  }
  .offset-xl-11 {
    max-width: 91.6666666667%;
  }
  .offset-xl-12 {
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl--1 {
    order: -1;
  }
  .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;
  }
}
@media (min-width: 1399.98px) {
  .no-spacing-xxl {
    margin-left: 0;
    margin-right: 0;
  }
  .no-spacing-xxl > .col,
  .no-spacing-xxl > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col-xxl,
  .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .row-xxl-cols-1 > * {
    flex: 0 0 100%;
    width: 100%;
  }
  .row-xxl-cols-2 > * {
    flex: 0 0 50%;
    width: 50%;
  }
  .row-xxl-cols-3 > * {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .row-xxl-cols-4 > * {
    flex: 0 0 25%;
    width: 25%;
  }
  .row-xxl-cols-5 > * {
    flex: 0 0 20%;
    width: 20%;
  }
  .row-xxl-cols-6 > * {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .offset-xxl-1 {
    max-width: 8.3333333333%;
  }
  .offset-xxl-2 {
    max-width: 16.6666666667%;
  }
  .offset-xxl-3 {
    max-width: 25%;
  }
  .offset-xxl-4 {
    max-width: 33.3333333333%;
  }
  .offset-xxl-5 {
    max-width: 41.6666666667%;
  }
  .offset-xxl-6 {
    max-width: 50%;
  }
  .offset-xxl-7 {
    max-width: 58.3333333333%;
  }
  .offset-xxl-8 {
    max-width: 66.6666666667%;
  }
  .offset-xxl-9 {
    max-width: 75%;
  }
  .offset-xxl-10 {
    max-width: 83.3333333333%;
  }
  .offset-xxl-11 {
    max-width: 91.6666666667%;
  }
  .offset-xxl-12 {
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl--1 {
    order: -1;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
}
.form-input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 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: 0.15rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduce-motion: reduce) {
  .form-input {
    transition: none;
  }
}
.form-input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-select:focus,
.form-input:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  border-color: #495057;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-pink:focus,
.select-pink:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  border-color: #d41360;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-orange:focus,
.select-orange:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  border-color: #fb6e00;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-teal:focus,
.select-teal:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  border-color: #20b971;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-primary:focus,
.select-primary:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  border-color: #0b5ed7;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-secondary:focus,
.select-secondary:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  border-color: #6a6557;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-success:focus,
.select-success:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  border-color: #177730;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-info:focus,
.select-info:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  border-color: #0bbad0;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-warning:focus,
.select-warning:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  border-color: #fdb101;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-danger:focus,
.select-danger:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  border-color: #da2520;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-light:focus,
.select-light:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  border-color: #f6e9d4;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-dark:focus,
.select-dark:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  border-color: #101503;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.form-input::-moz-placeholder {
  color: #939ba2;
  opacity: 1;
}

.form-input::placeholder {
  color: #939ba2;
  opacity: 1;
}

.form-input:disabled,
.form-input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-input:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.form-select {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: -webkit-calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-radius: 0.15rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.15rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group {
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-input,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-input:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-text {
  display: block;
  margin-top: 0.15rem;
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #212529;
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 233, 0.025);
}
.btn:disabled, .btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn-block {
  display: block !important;
  width: 100%;
}

.btn-pink {
  color: #fff;
  background-color: #d63384;
  border-color: #d63384;
}
.btn-pink:hover {
  color: #fff;
  background-color: #d41360;
}
.btn-pink:focus {
  color: #fff;
  background-color: #d41360;
  background-clip: 0;
  box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
}

.btn-orange {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-orange:hover {
  color: #fff;
  background-color: #fb6e00;
}
.btn-orange:focus {
  color: #fff;
  background-color: #fb6e00;
  background-clip: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-teal:hover {
  color: #fff;
  background-color: #20b971;
}
.btn-teal:focus {
  color: #fff;
  background-color: #20b971;
  background-clip: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  background-clip: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #6a6557;
}
.btn-secondary:focus {
  color: #fff;
  background-color: #6a6557;
  background-clip: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #177730;
}
.btn-success:focus {
  color: #fff;
  background-color: #177730;
  background-clip: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #fff;
  background-color: #0bbad0;
}
.btn-info:focus {
  color: #fff;
  background-color: #0bbad0;
  background-clip: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #fff;
  background-color: #fdb101;
}
.btn-warning:focus {
  color: #fff;
  background-color: #fdb101;
  background-clip: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #da2520;
}
.btn-danger:focus {
  color: #fff;
  background-color: #da2520;
  background-clip: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #fff;
  background-color: #f6e9d4;
}
.btn-light:focus {
  color: #fff;
  background-color: #f6e9d4;
  background-clip: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #101503;
}
.btn-dark:focus {
  color: #fff;
  background-color: #101503;
  background-clip: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-pink {
  color: #d63384;
  border-color: #d63384;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #d41360;
  border-color: #d63384;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
}
.btn-outline-pink:disabled, .btn-outline-pink.disabled {
  color: #d63384;
  background-color: transparent;
}

.btn-outline-orange {
  color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #fb6e00;
  border-color: #fd7e14;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}
.btn-outline-orange:disabled, .btn-outline-orange.disabled {
  color: #fd7e14;
  background-color: transparent;
}

.btn-outline-teal {
  color: #20c997;
  border-color: #20c997;
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: #20b971;
  border-color: #20c997;
}
.btn-outline-teal:focus, .btn-outline-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
.btn-outline-teal:disabled, .btn-outline-teal.disabled {
  color: #20c997;
  background-color: transparent;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0d6efd;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6a6557;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #177730;
  border-color: #198754;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #0bbad0;
  border-color: #0dcaf0;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #fdb101;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #da2520;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f6e9d4;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #101503;
  border-color: #212529;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

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

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

@media (min-width: 575.98px) {
  .btn-sm-pink {
    color: #fff;
    background-color: #d63384;
    border-color: #d63384;
  }
  .btn-sm-pink:hover {
    color: #fff;
    background-color: #d41360;
  }
  .btn-sm-pink:focus {
    color: #fff;
    background-color: #d41360;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
  }
  .btn-sm-orange {
    color: #fff;
    background-color: #fd7e14;
    border-color: #fd7e14;
  }
  .btn-sm-orange:hover {
    color: #fff;
    background-color: #fb6e00;
  }
  .btn-sm-orange:focus {
    color: #fff;
    background-color: #fb6e00;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
  }
  .btn-sm-teal {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997;
  }
  .btn-sm-teal:hover {
    color: #fff;
    background-color: #20b971;
  }
  .btn-sm-teal:focus {
    color: #fff;
    background-color: #20b971;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  }
  .btn-sm-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-sm-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
  }
  .btn-sm-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
  }
  .btn-sm-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .btn-sm-secondary:hover {
    color: #fff;
    background-color: #6a6557;
  }
  .btn-sm-secondary:focus {
    color: #fff;
    background-color: #6a6557;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-sm-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
  }
  .btn-sm-success:hover {
    color: #fff;
    background-color: #177730;
  }
  .btn-sm-success:focus {
    color: #fff;
    background-color: #177730;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
  }
  .btn-sm-info {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
  }
  .btn-sm-info:hover {
    color: #fff;
    background-color: #0bbad0;
  }
  .btn-sm-info:focus {
    color: #fff;
    background-color: #0bbad0;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
  }
  .btn-sm-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .btn-sm-warning:hover {
    color: #fff;
    background-color: #fdb101;
  }
  .btn-sm-warning:focus {
    color: #fff;
    background-color: #fdb101;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-sm-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-sm-danger:hover {
    color: #fff;
    background-color: #da2520;
  }
  .btn-sm-danger:focus {
    color: #fff;
    background-color: #da2520;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-sm-light {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-sm-light:hover {
    color: #fff;
    background-color: #f6e9d4;
  }
  .btn-sm-light:focus {
    color: #fff;
    background-color: #f6e9d4;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-sm-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
  }
  .btn-sm-dark:hover {
    color: #fff;
    background-color: #101503;
  }
  .btn-sm-dark:focus {
    color: #fff;
    background-color: #101503;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  }
  .btn-sm-outline-pink {
    color: #d63384;
    border-color: #d63384;
  }
  .btn-sm-outline-pink:hover {
    color: #fff;
    background-color: #d41360;
    border-color: #d63384;
  }
  .btn-sm-outline-pink:focus, .btn-sm-outline-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
  }
  .btn-sm-outline-pink:disabled, .btn-sm-outline-pink.disabled {
    color: #d63384;
    background-color: transparent;
  }
  .btn-sm-outline-orange {
    color: #fd7e14;
    border-color: #fd7e14;
  }
  .btn-sm-outline-orange:hover {
    color: #fff;
    background-color: #fb6e00;
    border-color: #fd7e14;
  }
  .btn-sm-outline-orange:focus, .btn-sm-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
  }
  .btn-sm-outline-orange:disabled, .btn-sm-outline-orange.disabled {
    color: #fd7e14;
    background-color: transparent;
  }
  .btn-sm-outline-teal {
    color: #20c997;
    border-color: #20c997;
  }
  .btn-sm-outline-teal:hover {
    color: #fff;
    background-color: #20b971;
    border-color: #20c997;
  }
  .btn-sm-outline-teal:focus, .btn-sm-outline-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  }
  .btn-sm-outline-teal:disabled, .btn-sm-outline-teal.disabled {
    color: #20c997;
    background-color: transparent;
  }
  .btn-sm-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-sm-outline-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0d6efd;
  }
  .btn-sm-outline-primary:focus, .btn-sm-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
  }
  .btn-sm-outline-primary:disabled, .btn-sm-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent;
  }
  .btn-sm-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
  }
  .btn-sm-outline-secondary:hover {
    color: #fff;
    background-color: #6a6557;
    border-color: #6c757d;
  }
  .btn-sm-outline-secondary:focus, .btn-sm-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-sm-outline-secondary:disabled, .btn-sm-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
  }
  .btn-sm-outline-success {
    color: #198754;
    border-color: #198754;
  }
  .btn-sm-outline-success:hover {
    color: #fff;
    background-color: #177730;
    border-color: #198754;
  }
  .btn-sm-outline-success:focus, .btn-sm-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
  }
  .btn-sm-outline-success:disabled, .btn-sm-outline-success.disabled {
    color: #198754;
    background-color: transparent;
  }
  .btn-sm-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
  }
  .btn-sm-outline-info:hover {
    color: #fff;
    background-color: #0bbad0;
    border-color: #0dcaf0;
  }
  .btn-sm-outline-info:focus, .btn-sm-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
  }
  .btn-sm-outline-info:disabled, .btn-sm-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
  }
  .btn-sm-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
  }
  .btn-sm-outline-warning:hover {
    color: #fff;
    background-color: #fdb101;
    border-color: #ffc107;
  }
  .btn-sm-outline-warning:focus, .btn-sm-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-sm-outline-warning:disabled, .btn-sm-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
  }
  .btn-sm-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
  }
  .btn-sm-outline-danger:hover {
    color: #fff;
    background-color: #da2520;
    border-color: #dc3545;
  }
  .btn-sm-outline-danger:focus, .btn-sm-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-sm-outline-danger:disabled, .btn-sm-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent;
  }
  .btn-sm-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-sm-outline-light:hover {
    color: #fff;
    background-color: #f6e9d4;
    border-color: #f8f9fa;
  }
  .btn-sm-outline-light:focus, .btn-sm-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-sm-outline-light:disabled, .btn-sm-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
  }
  .btn-sm-outline-dark {
    color: #212529;
    border-color: #212529;
  }
  .btn-sm-outline-dark:hover {
    color: #fff;
    background-color: #101503;
    border-color: #212529;
  }
  .btn-sm-outline-dark:focus, .btn-sm-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  }
  .btn-sm-outline-dark:disabled, .btn-sm-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
  }
}
@media (min-width: 767.98px) {
  .btn-md-pink {
    color: #fff;
    background-color: #d63384;
    border-color: #d63384;
  }
  .btn-md-pink:hover {
    color: #fff;
    background-color: #d41360;
  }
  .btn-md-pink:focus {
    color: #fff;
    background-color: #d41360;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
  }
  .btn-md-orange {
    color: #fff;
    background-color: #fd7e14;
    border-color: #fd7e14;
  }
  .btn-md-orange:hover {
    color: #fff;
    background-color: #fb6e00;
  }
  .btn-md-orange:focus {
    color: #fff;
    background-color: #fb6e00;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
  }
  .btn-md-teal {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997;
  }
  .btn-md-teal:hover {
    color: #fff;
    background-color: #20b971;
  }
  .btn-md-teal:focus {
    color: #fff;
    background-color: #20b971;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  }
  .btn-md-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-md-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
  }
  .btn-md-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
  }
  .btn-md-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .btn-md-secondary:hover {
    color: #fff;
    background-color: #6a6557;
  }
  .btn-md-secondary:focus {
    color: #fff;
    background-color: #6a6557;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-md-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
  }
  .btn-md-success:hover {
    color: #fff;
    background-color: #177730;
  }
  .btn-md-success:focus {
    color: #fff;
    background-color: #177730;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
  }
  .btn-md-info {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
  }
  .btn-md-info:hover {
    color: #fff;
    background-color: #0bbad0;
  }
  .btn-md-info:focus {
    color: #fff;
    background-color: #0bbad0;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
  }
  .btn-md-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .btn-md-warning:hover {
    color: #fff;
    background-color: #fdb101;
  }
  .btn-md-warning:focus {
    color: #fff;
    background-color: #fdb101;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-md-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-md-danger:hover {
    color: #fff;
    background-color: #da2520;
  }
  .btn-md-danger:focus {
    color: #fff;
    background-color: #da2520;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-md-light {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-md-light:hover {
    color: #fff;
    background-color: #f6e9d4;
  }
  .btn-md-light:focus {
    color: #fff;
    background-color: #f6e9d4;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-md-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
  }
  .btn-md-dark:hover {
    color: #fff;
    background-color: #101503;
  }
  .btn-md-dark:focus {
    color: #fff;
    background-color: #101503;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  }
  .btn-md-outline-pink {
    color: #d63384;
    border-color: #d63384;
  }
  .btn-md-outline-pink:hover {
    color: #fff;
    background-color: #d41360;
    border-color: #d63384;
  }
  .btn-md-outline-pink:focus, .btn-md-outline-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
  }
  .btn-md-outline-pink:disabled, .btn-md-outline-pink.disabled {
    color: #d63384;
    background-color: transparent;
  }
  .btn-md-outline-orange {
    color: #fd7e14;
    border-color: #fd7e14;
  }
  .btn-md-outline-orange:hover {
    color: #fff;
    background-color: #fb6e00;
    border-color: #fd7e14;
  }
  .btn-md-outline-orange:focus, .btn-md-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
  }
  .btn-md-outline-orange:disabled, .btn-md-outline-orange.disabled {
    color: #fd7e14;
    background-color: transparent;
  }
  .btn-md-outline-teal {
    color: #20c997;
    border-color: #20c997;
  }
  .btn-md-outline-teal:hover {
    color: #fff;
    background-color: #20b971;
    border-color: #20c997;
  }
  .btn-md-outline-teal:focus, .btn-md-outline-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  }
  .btn-md-outline-teal:disabled, .btn-md-outline-teal.disabled {
    color: #20c997;
    background-color: transparent;
  }
  .btn-md-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-md-outline-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0d6efd;
  }
  .btn-md-outline-primary:focus, .btn-md-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
  }
  .btn-md-outline-primary:disabled, .btn-md-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent;
  }
  .btn-md-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
  }
  .btn-md-outline-secondary:hover {
    color: #fff;
    background-color: #6a6557;
    border-color: #6c757d;
  }
  .btn-md-outline-secondary:focus, .btn-md-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-md-outline-secondary:disabled, .btn-md-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
  }
  .btn-md-outline-success {
    color: #198754;
    border-color: #198754;
  }
  .btn-md-outline-success:hover {
    color: #fff;
    background-color: #177730;
    border-color: #198754;
  }
  .btn-md-outline-success:focus, .btn-md-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
  }
  .btn-md-outline-success:disabled, .btn-md-outline-success.disabled {
    color: #198754;
    background-color: transparent;
  }
  .btn-md-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
  }
  .btn-md-outline-info:hover {
    color: #fff;
    background-color: #0bbad0;
    border-color: #0dcaf0;
  }
  .btn-md-outline-info:focus, .btn-md-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
  }
  .btn-md-outline-info:disabled, .btn-md-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
  }
  .btn-md-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
  }
  .btn-md-outline-warning:hover {
    color: #fff;
    background-color: #fdb101;
    border-color: #ffc107;
  }
  .btn-md-outline-warning:focus, .btn-md-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-md-outline-warning:disabled, .btn-md-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
  }
  .btn-md-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
  }
  .btn-md-outline-danger:hover {
    color: #fff;
    background-color: #da2520;
    border-color: #dc3545;
  }
  .btn-md-outline-danger:focus, .btn-md-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-md-outline-danger:disabled, .btn-md-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent;
  }
  .btn-md-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-md-outline-light:hover {
    color: #fff;
    background-color: #f6e9d4;
    border-color: #f8f9fa;
  }
  .btn-md-outline-light:focus, .btn-md-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-md-outline-light:disabled, .btn-md-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
  }
  .btn-md-outline-dark {
    color: #212529;
    border-color: #212529;
  }
  .btn-md-outline-dark:hover {
    color: #fff;
    background-color: #101503;
    border-color: #212529;
  }
  .btn-md-outline-dark:focus, .btn-md-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  }
  .btn-md-outline-dark:disabled, .btn-md-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
  }
}
@media (min-width: 991.98px) {
  .btn-lg-pink {
    color: #fff;
    background-color: #d63384;
    border-color: #d63384;
  }
  .btn-lg-pink:hover {
    color: #fff;
    background-color: #d41360;
  }
  .btn-lg-pink:focus {
    color: #fff;
    background-color: #d41360;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
  }
  .btn-lg-orange {
    color: #fff;
    background-color: #fd7e14;
    border-color: #fd7e14;
  }
  .btn-lg-orange:hover {
    color: #fff;
    background-color: #fb6e00;
  }
  .btn-lg-orange:focus {
    color: #fff;
    background-color: #fb6e00;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
  }
  .btn-lg-teal {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997;
  }
  .btn-lg-teal:hover {
    color: #fff;
    background-color: #20b971;
  }
  .btn-lg-teal:focus {
    color: #fff;
    background-color: #20b971;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  }
  .btn-lg-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-lg-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
  }
  .btn-lg-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
  }
  .btn-lg-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .btn-lg-secondary:hover {
    color: #fff;
    background-color: #6a6557;
  }
  .btn-lg-secondary:focus {
    color: #fff;
    background-color: #6a6557;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-lg-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
  }
  .btn-lg-success:hover {
    color: #fff;
    background-color: #177730;
  }
  .btn-lg-success:focus {
    color: #fff;
    background-color: #177730;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
  }
  .btn-lg-info {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
  }
  .btn-lg-info:hover {
    color: #fff;
    background-color: #0bbad0;
  }
  .btn-lg-info:focus {
    color: #fff;
    background-color: #0bbad0;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
  }
  .btn-lg-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .btn-lg-warning:hover {
    color: #fff;
    background-color: #fdb101;
  }
  .btn-lg-warning:focus {
    color: #fff;
    background-color: #fdb101;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-lg-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-lg-danger:hover {
    color: #fff;
    background-color: #da2520;
  }
  .btn-lg-danger:focus {
    color: #fff;
    background-color: #da2520;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-lg-light {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-lg-light:hover {
    color: #fff;
    background-color: #f6e9d4;
  }
  .btn-lg-light:focus {
    color: #fff;
    background-color: #f6e9d4;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-lg-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
  }
  .btn-lg-dark:hover {
    color: #fff;
    background-color: #101503;
  }
  .btn-lg-dark:focus {
    color: #fff;
    background-color: #101503;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  }
  .btn-lg-outline-pink {
    color: #d63384;
    border-color: #d63384;
  }
  .btn-lg-outline-pink:hover {
    color: #fff;
    background-color: #d41360;
    border-color: #d63384;
  }
  .btn-lg-outline-pink:focus, .btn-lg-outline-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
  }
  .btn-lg-outline-pink:disabled, .btn-lg-outline-pink.disabled {
    color: #d63384;
    background-color: transparent;
  }
  .btn-lg-outline-orange {
    color: #fd7e14;
    border-color: #fd7e14;
  }
  .btn-lg-outline-orange:hover {
    color: #fff;
    background-color: #fb6e00;
    border-color: #fd7e14;
  }
  .btn-lg-outline-orange:focus, .btn-lg-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
  }
  .btn-lg-outline-orange:disabled, .btn-lg-outline-orange.disabled {
    color: #fd7e14;
    background-color: transparent;
  }
  .btn-lg-outline-teal {
    color: #20c997;
    border-color: #20c997;
  }
  .btn-lg-outline-teal:hover {
    color: #fff;
    background-color: #20b971;
    border-color: #20c997;
  }
  .btn-lg-outline-teal:focus, .btn-lg-outline-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  }
  .btn-lg-outline-teal:disabled, .btn-lg-outline-teal.disabled {
    color: #20c997;
    background-color: transparent;
  }
  .btn-lg-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-lg-outline-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0d6efd;
  }
  .btn-lg-outline-primary:focus, .btn-lg-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
  }
  .btn-lg-outline-primary:disabled, .btn-lg-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent;
  }
  .btn-lg-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
  }
  .btn-lg-outline-secondary:hover {
    color: #fff;
    background-color: #6a6557;
    border-color: #6c757d;
  }
  .btn-lg-outline-secondary:focus, .btn-lg-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-lg-outline-secondary:disabled, .btn-lg-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
  }
  .btn-lg-outline-success {
    color: #198754;
    border-color: #198754;
  }
  .btn-lg-outline-success:hover {
    color: #fff;
    background-color: #177730;
    border-color: #198754;
  }
  .btn-lg-outline-success:focus, .btn-lg-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
  }
  .btn-lg-outline-success:disabled, .btn-lg-outline-success.disabled {
    color: #198754;
    background-color: transparent;
  }
  .btn-lg-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
  }
  .btn-lg-outline-info:hover {
    color: #fff;
    background-color: #0bbad0;
    border-color: #0dcaf0;
  }
  .btn-lg-outline-info:focus, .btn-lg-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
  }
  .btn-lg-outline-info:disabled, .btn-lg-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
  }
  .btn-lg-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
  }
  .btn-lg-outline-warning:hover {
    color: #fff;
    background-color: #fdb101;
    border-color: #ffc107;
  }
  .btn-lg-outline-warning:focus, .btn-lg-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-lg-outline-warning:disabled, .btn-lg-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
  }
  .btn-lg-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
  }
  .btn-lg-outline-danger:hover {
    color: #fff;
    background-color: #da2520;
    border-color: #dc3545;
  }
  .btn-lg-outline-danger:focus, .btn-lg-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-lg-outline-danger:disabled, .btn-lg-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent;
  }
  .btn-lg-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-lg-outline-light:hover {
    color: #fff;
    background-color: #f6e9d4;
    border-color: #f8f9fa;
  }
  .btn-lg-outline-light:focus, .btn-lg-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-lg-outline-light:disabled, .btn-lg-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
  }
  .btn-lg-outline-dark {
    color: #212529;
    border-color: #212529;
  }
  .btn-lg-outline-dark:hover {
    color: #fff;
    background-color: #101503;
    border-color: #212529;
  }
  .btn-lg-outline-dark:focus, .btn-lg-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  }
  .btn-lg-outline-dark:disabled, .btn-lg-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
  }
}
@media (min-width: 1199.98px) {
  .btn-xl-pink {
    color: #fff;
    background-color: #d63384;
    border-color: #d63384;
  }
  .btn-xl-pink:hover {
    color: #fff;
    background-color: #d41360;
  }
  .btn-xl-pink:focus {
    color: #fff;
    background-color: #d41360;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
  }
  .btn-xl-orange {
    color: #fff;
    background-color: #fd7e14;
    border-color: #fd7e14;
  }
  .btn-xl-orange:hover {
    color: #fff;
    background-color: #fb6e00;
  }
  .btn-xl-orange:focus {
    color: #fff;
    background-color: #fb6e00;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
  }
  .btn-xl-teal {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997;
  }
  .btn-xl-teal:hover {
    color: #fff;
    background-color: #20b971;
  }
  .btn-xl-teal:focus {
    color: #fff;
    background-color: #20b971;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  }
  .btn-xl-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-xl-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
  }
  .btn-xl-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
  }
  .btn-xl-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .btn-xl-secondary:hover {
    color: #fff;
    background-color: #6a6557;
  }
  .btn-xl-secondary:focus {
    color: #fff;
    background-color: #6a6557;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-xl-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
  }
  .btn-xl-success:hover {
    color: #fff;
    background-color: #177730;
  }
  .btn-xl-success:focus {
    color: #fff;
    background-color: #177730;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
  }
  .btn-xl-info {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
  }
  .btn-xl-info:hover {
    color: #fff;
    background-color: #0bbad0;
  }
  .btn-xl-info:focus {
    color: #fff;
    background-color: #0bbad0;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
  }
  .btn-xl-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .btn-xl-warning:hover {
    color: #fff;
    background-color: #fdb101;
  }
  .btn-xl-warning:focus {
    color: #fff;
    background-color: #fdb101;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-xl-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-xl-danger:hover {
    color: #fff;
    background-color: #da2520;
  }
  .btn-xl-danger:focus {
    color: #fff;
    background-color: #da2520;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-xl-light {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-xl-light:hover {
    color: #fff;
    background-color: #f6e9d4;
  }
  .btn-xl-light:focus {
    color: #fff;
    background-color: #f6e9d4;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-xl-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
  }
  .btn-xl-dark:hover {
    color: #fff;
    background-color: #101503;
  }
  .btn-xl-dark:focus {
    color: #fff;
    background-color: #101503;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  }
  .btn-xl-outline-pink {
    color: #d63384;
    border-color: #d63384;
  }
  .btn-xl-outline-pink:hover {
    color: #fff;
    background-color: #d41360;
    border-color: #d63384;
  }
  .btn-xl-outline-pink:focus, .btn-xl-outline-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
  }
  .btn-xl-outline-pink:disabled, .btn-xl-outline-pink.disabled {
    color: #d63384;
    background-color: transparent;
  }
  .btn-xl-outline-orange {
    color: #fd7e14;
    border-color: #fd7e14;
  }
  .btn-xl-outline-orange:hover {
    color: #fff;
    background-color: #fb6e00;
    border-color: #fd7e14;
  }
  .btn-xl-outline-orange:focus, .btn-xl-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
  }
  .btn-xl-outline-orange:disabled, .btn-xl-outline-orange.disabled {
    color: #fd7e14;
    background-color: transparent;
  }
  .btn-xl-outline-teal {
    color: #20c997;
    border-color: #20c997;
  }
  .btn-xl-outline-teal:hover {
    color: #fff;
    background-color: #20b971;
    border-color: #20c997;
  }
  .btn-xl-outline-teal:focus, .btn-xl-outline-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  }
  .btn-xl-outline-teal:disabled, .btn-xl-outline-teal.disabled {
    color: #20c997;
    background-color: transparent;
  }
  .btn-xl-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-xl-outline-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0d6efd;
  }
  .btn-xl-outline-primary:focus, .btn-xl-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
  }
  .btn-xl-outline-primary:disabled, .btn-xl-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent;
  }
  .btn-xl-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
  }
  .btn-xl-outline-secondary:hover {
    color: #fff;
    background-color: #6a6557;
    border-color: #6c757d;
  }
  .btn-xl-outline-secondary:focus, .btn-xl-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-xl-outline-secondary:disabled, .btn-xl-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
  }
  .btn-xl-outline-success {
    color: #198754;
    border-color: #198754;
  }
  .btn-xl-outline-success:hover {
    color: #fff;
    background-color: #177730;
    border-color: #198754;
  }
  .btn-xl-outline-success:focus, .btn-xl-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
  }
  .btn-xl-outline-success:disabled, .btn-xl-outline-success.disabled {
    color: #198754;
    background-color: transparent;
  }
  .btn-xl-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
  }
  .btn-xl-outline-info:hover {
    color: #fff;
    background-color: #0bbad0;
    border-color: #0dcaf0;
  }
  .btn-xl-outline-info:focus, .btn-xl-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
  }
  .btn-xl-outline-info:disabled, .btn-xl-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
  }
  .btn-xl-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
  }
  .btn-xl-outline-warning:hover {
    color: #fff;
    background-color: #fdb101;
    border-color: #ffc107;
  }
  .btn-xl-outline-warning:focus, .btn-xl-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-xl-outline-warning:disabled, .btn-xl-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
  }
  .btn-xl-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
  }
  .btn-xl-outline-danger:hover {
    color: #fff;
    background-color: #da2520;
    border-color: #dc3545;
  }
  .btn-xl-outline-danger:focus, .btn-xl-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-xl-outline-danger:disabled, .btn-xl-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent;
  }
  .btn-xl-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-xl-outline-light:hover {
    color: #fff;
    background-color: #f6e9d4;
    border-color: #f8f9fa;
  }
  .btn-xl-outline-light:focus, .btn-xl-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-xl-outline-light:disabled, .btn-xl-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
  }
  .btn-xl-outline-dark {
    color: #212529;
    border-color: #212529;
  }
  .btn-xl-outline-dark:hover {
    color: #fff;
    background-color: #101503;
    border-color: #212529;
  }
  .btn-xl-outline-dark:focus, .btn-xl-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  }
  .btn-xl-outline-dark:disabled, .btn-xl-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
  }
}
@media (min-width: 1399.98px) {
  .btn-xxl-pink {
    color: #fff;
    background-color: #d63384;
    border-color: #d63384;
  }
  .btn-xxl-pink:hover {
    color: #fff;
    background-color: #d41360;
  }
  .btn-xxl-pink:focus {
    color: #fff;
    background-color: #d41360;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
  }
  .btn-xxl-orange {
    color: #fff;
    background-color: #fd7e14;
    border-color: #fd7e14;
  }
  .btn-xxl-orange:hover {
    color: #fff;
    background-color: #fb6e00;
  }
  .btn-xxl-orange:focus {
    color: #fff;
    background-color: #fb6e00;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
  }
  .btn-xxl-teal {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997;
  }
  .btn-xxl-teal:hover {
    color: #fff;
    background-color: #20b971;
  }
  .btn-xxl-teal:focus {
    color: #fff;
    background-color: #20b971;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  }
  .btn-xxl-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-xxl-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
  }
  .btn-xxl-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
  }
  .btn-xxl-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .btn-xxl-secondary:hover {
    color: #fff;
    background-color: #6a6557;
  }
  .btn-xxl-secondary:focus {
    color: #fff;
    background-color: #6a6557;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-xxl-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
  }
  .btn-xxl-success:hover {
    color: #fff;
    background-color: #177730;
  }
  .btn-xxl-success:focus {
    color: #fff;
    background-color: #177730;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
  }
  .btn-xxl-info {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
  }
  .btn-xxl-info:hover {
    color: #fff;
    background-color: #0bbad0;
  }
  .btn-xxl-info:focus {
    color: #fff;
    background-color: #0bbad0;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
  }
  .btn-xxl-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .btn-xxl-warning:hover {
    color: #fff;
    background-color: #fdb101;
  }
  .btn-xxl-warning:focus {
    color: #fff;
    background-color: #fdb101;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-xxl-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-xxl-danger:hover {
    color: #fff;
    background-color: #da2520;
  }
  .btn-xxl-danger:focus {
    color: #fff;
    background-color: #da2520;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-xxl-light {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-xxl-light:hover {
    color: #fff;
    background-color: #f6e9d4;
  }
  .btn-xxl-light:focus {
    color: #fff;
    background-color: #f6e9d4;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-xxl-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
  }
  .btn-xxl-dark:hover {
    color: #fff;
    background-color: #101503;
  }
  .btn-xxl-dark:focus {
    color: #fff;
    background-color: #101503;
    background-clip: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  }
  .btn-xxl-outline-pink {
    color: #d63384;
    border-color: #d63384;
  }
  .btn-xxl-outline-pink:hover {
    color: #fff;
    background-color: #d41360;
    border-color: #d63384;
  }
  .btn-xxl-outline-pink:focus, .btn-xxl-outline-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
  }
  .btn-xxl-outline-pink:disabled, .btn-xxl-outline-pink.disabled {
    color: #d63384;
    background-color: transparent;
  }
  .btn-xxl-outline-orange {
    color: #fd7e14;
    border-color: #fd7e14;
  }
  .btn-xxl-outline-orange:hover {
    color: #fff;
    background-color: #fb6e00;
    border-color: #fd7e14;
  }
  .btn-xxl-outline-orange:focus, .btn-xxl-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
  }
  .btn-xxl-outline-orange:disabled, .btn-xxl-outline-orange.disabled {
    color: #fd7e14;
    background-color: transparent;
  }
  .btn-xxl-outline-teal {
    color: #20c997;
    border-color: #20c997;
  }
  .btn-xxl-outline-teal:hover {
    color: #fff;
    background-color: #20b971;
    border-color: #20c997;
  }
  .btn-xxl-outline-teal:focus, .btn-xxl-outline-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  }
  .btn-xxl-outline-teal:disabled, .btn-xxl-outline-teal.disabled {
    color: #20c997;
    background-color: transparent;
  }
  .btn-xxl-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-xxl-outline-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0d6efd;
  }
  .btn-xxl-outline-primary:focus, .btn-xxl-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
  }
  .btn-xxl-outline-primary:disabled, .btn-xxl-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent;
  }
  .btn-xxl-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
  }
  .btn-xxl-outline-secondary:hover {
    color: #fff;
    background-color: #6a6557;
    border-color: #6c757d;
  }
  .btn-xxl-outline-secondary:focus, .btn-xxl-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-xxl-outline-secondary:disabled, .btn-xxl-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
  }
  .btn-xxl-outline-success {
    color: #198754;
    border-color: #198754;
  }
  .btn-xxl-outline-success:hover {
    color: #fff;
    background-color: #177730;
    border-color: #198754;
  }
  .btn-xxl-outline-success:focus, .btn-xxl-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
  }
  .btn-xxl-outline-success:disabled, .btn-xxl-outline-success.disabled {
    color: #198754;
    background-color: transparent;
  }
  .btn-xxl-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
  }
  .btn-xxl-outline-info:hover {
    color: #fff;
    background-color: #0bbad0;
    border-color: #0dcaf0;
  }
  .btn-xxl-outline-info:focus, .btn-xxl-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
  }
  .btn-xxl-outline-info:disabled, .btn-xxl-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
  }
  .btn-xxl-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
  }
  .btn-xxl-outline-warning:hover {
    color: #fff;
    background-color: #fdb101;
    border-color: #ffc107;
  }
  .btn-xxl-outline-warning:focus, .btn-xxl-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-xxl-outline-warning:disabled, .btn-xxl-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
  }
  .btn-xxl-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
  }
  .btn-xxl-outline-danger:hover {
    color: #fff;
    background-color: #da2520;
    border-color: #dc3545;
  }
  .btn-xxl-outline-danger:focus, .btn-xxl-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-xxl-outline-danger:disabled, .btn-xxl-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent;
  }
  .btn-xxl-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-xxl-outline-light:hover {
    color: #fff;
    background-color: #f6e9d4;
    border-color: #f8f9fa;
  }
  .btn-xxl-outline-light:focus, .btn-xxl-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-xxl-outline-light:disabled, .btn-xxl-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
  }
  .btn-xxl-outline-dark {
    color: #212529;
    border-color: #212529;
  }
  .btn-xxl-outline-dark:hover {
    color: #fff;
    background-color: #101503;
    border-color: #212529;
  }
  .btn-xxl-outline-dark:focus, .btn-xxl-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  }
  .btn-xxl-outline-dark:disabled, .btn-xxl-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
  }
}
.my-0,
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 575.98px) {
  .my-sm-0,
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .my-sm-1,
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .my-sm-2,
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .my-sm-3,
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .my-sm-4,
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .my-sm-5,
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .my-sm-auto,
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mx-sm-0,
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-1,
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-2,
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-3,
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-4,
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-5,
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-auto,
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-0,
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mx-sm-1,
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mx-sm-2,
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mx-sm-3,
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mx-sm-4,
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mx-sm-5,
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mx-sm-auto,
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .my-sm-0,
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .my-sm-1,
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2,
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3,
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .my-sm-4,
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5,
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .my-sm-auto,
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .py-sm-0,
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .py-sm-1,
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .py-sm-2,
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .py-sm-3,
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .py-sm-4,
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .py-sm-5,
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .px-sm-0,
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-1,
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-2,
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-3,
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-4,
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-5,
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-0,
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .px-sm-1,
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .px-sm-2,
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .px-sm-3,
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .px-sm-4,
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .px-sm-5,
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .py-sm-0,
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .py-sm-1,
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2,
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3,
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .py-sm-4,
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5,
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 767.98px) {
  .my-md-0,
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .my-md-1,
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .my-md-2,
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .my-md-3,
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .my-md-4,
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .my-md-5,
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .my-md-auto,
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mx-md-0,
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-1,
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-2,
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-3,
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-4,
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-5,
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-auto,
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-0,
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mx-md-1,
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mx-md-2,
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mx-md-3,
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mx-md-4,
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mx-md-5,
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mx-md-auto,
  .mr-md-auto {
    margin-right: auto !important;
  }
  .my-md-0,
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .my-md-1,
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .my-md-2,
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .my-md-3,
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .my-md-4,
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .my-md-5,
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .my-md-auto,
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .py-md-0,
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .py-md-1,
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .py-md-2,
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .py-md-3,
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .py-md-4,
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .py-md-5,
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .px-md-0,
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-1,
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-2,
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-3,
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-4,
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-5,
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-0,
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .px-md-1,
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .px-md-2,
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .px-md-3,
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .px-md-4,
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .px-md-5,
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .py-md-0,
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .py-md-1,
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .py-md-2,
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .py-md-3,
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .py-md-4,
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .py-md-5,
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 991.98px) {
  .my-lg-0,
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .my-lg-1,
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .my-lg-2,
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .my-lg-3,
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .my-lg-4,
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .my-lg-5,
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .my-lg-auto,
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mx-lg-0,
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-1,
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-2,
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-3,
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-4,
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-5,
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-auto,
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-0,
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mx-lg-1,
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mx-lg-2,
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mx-lg-3,
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mx-lg-4,
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mx-lg-5,
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mx-lg-auto,
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .my-lg-0,
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .my-lg-1,
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2,
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3,
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .my-lg-4,
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5,
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .my-lg-auto,
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .py-lg-0,
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .py-lg-1,
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .py-lg-2,
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .py-lg-3,
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .py-lg-4,
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .py-lg-5,
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .px-lg-0,
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-1,
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-2,
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-3,
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-4,
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-5,
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-0,
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .px-lg-1,
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .px-lg-2,
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .px-lg-3,
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .px-lg-4,
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .px-lg-5,
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .py-lg-0,
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .py-lg-1,
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2,
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3,
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .py-lg-4,
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5,
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1199.98px) {
  .my-xl-0,
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .my-xl-1,
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .my-xl-2,
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .my-xl-3,
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .my-xl-4,
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .my-xl-5,
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .my-xl-auto,
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mx-xl-0,
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-1,
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-2,
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-3,
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-4,
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-5,
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-auto,
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-0,
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mx-xl-1,
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mx-xl-2,
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mx-xl-3,
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mx-xl-4,
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xl-5,
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mx-xl-auto,
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .my-xl-0,
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .my-xl-1,
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2,
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3,
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .my-xl-4,
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5,
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .my-xl-auto,
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .py-xl-0,
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .py-xl-1,
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .py-xl-2,
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .py-xl-3,
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .py-xl-4,
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .py-xl-5,
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .px-xl-0,
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-1,
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-2,
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-3,
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-4,
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-5,
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-0,
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .px-xl-1,
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .px-xl-2,
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .px-xl-3,
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .px-xl-4,
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xl-5,
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .py-xl-0,
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .py-xl-1,
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2,
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3,
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .py-xl-4,
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5,
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1399.98px) {
  .my-xxl-0,
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .my-xxl-1,
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .my-xxl-2,
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .my-xxl-3,
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .my-xxl-4,
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .my-xxl-5,
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .my-xxl-auto,
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mx-xxl-0,
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .mx-xxl-1,
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2,
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3,
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .mx-xxl-4,
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5,
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .mx-xxl-auto,
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .mx-xxl-0,
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mx-xxl-1,
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2,
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3,
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mx-xxl-4,
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5,
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mx-xxl-auto,
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .my-xxl-0,
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .my-xxl-1,
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2,
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3,
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .my-xxl-4,
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5,
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto,
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .py-xxl-0,
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .py-xxl-1,
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .py-xxl-2,
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .py-xxl-3,
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .py-xxl-4,
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .py-xxl-5,
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .px-xxl-0,
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .px-xxl-1,
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xxl-2,
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xxl-3,
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .px-xxl-4,
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xxl-5,
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
  .px-xxl-0,
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .px-xxl-1,
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .px-xxl-2,
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .px-xxl-3,
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .px-xxl-4,
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xxl-5,
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .py-xxl-0,
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .py-xxl-1,
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2,
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3,
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .py-xxl-4,
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5,
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
}
/*!
* Typography
*/
.text-blue {
  color: #0d6efd !important;
}

.text-indigo {
  color: #6610f2 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.text-pink {
  color: #d63384 !important;
}

.text-red {
  color: #dc3545 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.text-yellow {
  color: #ffc107 !important;
}

.text-green {
  color: #198754 !important;
}

.text-teal {
  color: #20c997 !important;
}

.text-cyan {
  color: #0dcaf0 !important;
}

.text-black {
  color: #000 !important;
}

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

.text-gray {
  color: #6c757d !important;
}

.text-gray-dark {
  color: #343a40 !important;
}

.text-primary {
  color: #0d6efd !important;
}

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

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

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

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

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

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

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

.text-muted {
  color: #8a8a8a !important;
}

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

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

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

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

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

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

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

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

.text-clip {
  text-overflow: clip !important;
}

.text-ellipsis {
  text-overflow: ellipsis !important;
}

.text-unset {
  text-overflow: unset !important;
}

.text-initial {
  text-overflow: initial !important;
}

.text-inherit {
  text-overflow: inherit !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-normal {
  font-style: "normal" !important;
}

.fs-italic {
  font-style: "italic" !important;
}

.fs-oblique {
  font-style: "oblique" !important;
}

.fv-normal {
  font-variant: "normal" !important;
}

.fv-small-caps {
  font-variant: "small-caps" !important;
}

.ls-1 {
  letter-spacing: 0.1px !important;
}

.ls-2 {
  letter-spacing: 0.2px !important;
}

.ls-3 {
  letter-spacing: 0.3px !important;
}

.ls-4 {
  letter-spacing: 0.4px !important;
}

.ls-5 {
  letter-spacing: 0.5px !important;
}

.ls-6 {
  letter-spacing: 0.6px !important;
}

.ls-7 {
  letter-spacing: 0.7px !important;
}

.ls-8 {
  letter-spacing: 0.8px !important;
}

.ls-9 {
  letter-spacing: 0.9px !important;
}

.ls-10 {
  letter-spacing: 1px !important;
}

.ws-normal {
  white-space: normal !important;
}

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

.ws-pre {
  white-space: pre !important;
}

.ws-pre-wrap {
  white-space: pre-wrap !important;
}

.ws-pre-line {
  white-space: pre-line !important;
}

.wb-normal {
  white-space: normal !important;
}

.wb-break-all {
  white-space: break-all !important;
}

/**
Media query
*/
@media (min-width: 575.98px) {
  .text-sm-blue {
    color: #0d6efd !important;
  }
  .text-sm-indigo {
    color: #6610f2 !important;
  }
  .text-sm-purple {
    color: #6f42c1 !important;
  }
  .text-sm-pink {
    color: #d63384 !important;
  }
  .text-sm-red {
    color: #dc3545 !important;
  }
  .text-sm-orange {
    color: #fd7e14 !important;
  }
  .text-sm-yellow {
    color: #ffc107 !important;
  }
  .text-sm-green {
    color: #198754 !important;
  }
  .text-sm-teal {
    color: #20c997 !important;
  }
  .text-sm-cyan {
    color: #0dcaf0 !important;
  }
  .text-sm-black {
    color: #000 !important;
  }
  .text-sm-white {
    color: #fff !important;
  }
  .text-sm-gray {
    color: #6c757d !important;
  }
  .text-sm-gray-dark {
    color: #343a40 !important;
  }
  .text-sm-primary {
    color: #0d6efd !important;
  }
  .text-sm-secondary {
    color: #6c757d !important;
  }
  .text-sm-success {
    color: #198754 !important;
  }
  .text-sm-info {
    color: #0dcaf0 !important;
  }
  .text-sm-warning {
    color: #ffc107 !important;
  }
  .text-sm-danger {
    color: #dc3545 !important;
  }
  .text-sm-light {
    color: #f8f9fa !important;
  }
  .text-sm-dark {
    color: #212529 !important;
  }
  .text-sm-muted {
    color: #8a8a8a !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-none {
    text-decoration: none !important;
  }
  .text-sm-underline {
    text-decoration: underline !important;
  }
  .text-sm-overline {
    text-decoration: overline !important;
  }
  .text-sm-line-through {
    text-decoration: line-through !important;
  }
  .text-sm-clip {
    text-overflow: clip !important;
  }
  .text-sm-ellipsis {
    text-overflow: ellipsis !important;
  }
  .text-sm-unset {
    text-overflow: unset !important;
  }
  .text-sm-initial {
    text-overflow: initial !important;
  }
  .text-sm-inherit {
    text-overflow: inherit !important;
  }
  .text-sm-none {
    text-transform: none !important;
  }
  .text-sm-capitalize {
    text-transform: capitalize !important;
  }
  .text-sm-lowercase {
    text-transform: lowercase !important;
  }
  .text-sm-uppercase {
    text-transform: uppercase !important;
  }
  .fs-sm-normal {
    font-style: "normal" !important;
  }
  .fs-sm-italic {
    font-style: "italic" !important;
  }
  .fs-sm-oblique {
    font-style: "oblique" !important;
  }
  .fv-sm-normal {
    font-variant: "normal" !important;
  }
  .fv-sm-small-caps {
    font-variant: "small-caps" !important;
  }
  .ls-sm-1 {
    letter-spacing: 0.1px !important;
  }
  .ls-sm-2 {
    letter-spacing: 0.2px !important;
  }
  .ls-sm-3 {
    letter-spacing: 0.3px !important;
  }
  .ls-sm-4 {
    letter-spacing: 0.4px !important;
  }
  .ls-sm-5 {
    letter-spacing: 0.5px !important;
  }
  .ls-sm-6 {
    letter-spacing: 0.6px !important;
  }
  .ls-sm-7 {
    letter-spacing: 0.7px !important;
  }
  .ls-sm-8 {
    letter-spacing: 0.8px !important;
  }
  .ls-sm-9 {
    letter-spacing: 0.9px !important;
  }
  .ls-sm-10 {
    letter-spacing: 1px !important;
  }
  .ws-sm-normal {
    white-space: normal !important;
  }
  .ws-sm-nowrap {
    white-space: nowrap !important;
  }
  .ws-sm-pre {
    white-space: pre !important;
  }
  .ws-sm-pre-wrap {
    white-space: pre-wrap !important;
  }
  .ws-sm-pre-line {
    white-space: pre-line !important;
  }
  .wb-sm-normal {
    white-space: normal !important;
  }
  .wb-sm-break-all {
    white-space: break-all !important;
  }
}
@media (min-width: 767.98px) {
  .text-md-blue {
    color: #0d6efd !important;
  }
  .text-md-indigo {
    color: #6610f2 !important;
  }
  .text-md-purple {
    color: #6f42c1 !important;
  }
  .text-md-pink {
    color: #d63384 !important;
  }
  .text-md-red {
    color: #dc3545 !important;
  }
  .text-md-orange {
    color: #fd7e14 !important;
  }
  .text-md-yellow {
    color: #ffc107 !important;
  }
  .text-md-green {
    color: #198754 !important;
  }
  .text-md-teal {
    color: #20c997 !important;
  }
  .text-md-cyan {
    color: #0dcaf0 !important;
  }
  .text-md-black {
    color: #000 !important;
  }
  .text-md-white {
    color: #fff !important;
  }
  .text-md-gray {
    color: #6c757d !important;
  }
  .text-md-gray-dark {
    color: #343a40 !important;
  }
  .text-md-primary {
    color: #0d6efd !important;
  }
  .text-md-secondary {
    color: #6c757d !important;
  }
  .text-md-success {
    color: #198754 !important;
  }
  .text-md-info {
    color: #0dcaf0 !important;
  }
  .text-md-warning {
    color: #ffc107 !important;
  }
  .text-md-danger {
    color: #dc3545 !important;
  }
  .text-md-light {
    color: #f8f9fa !important;
  }
  .text-md-dark {
    color: #212529 !important;
  }
  .text-md-muted {
    color: #8a8a8a !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-none {
    text-decoration: none !important;
  }
  .text-md-underline {
    text-decoration: underline !important;
  }
  .text-md-overline {
    text-decoration: overline !important;
  }
  .text-md-line-through {
    text-decoration: line-through !important;
  }
  .text-md-clip {
    text-overflow: clip !important;
  }
  .text-md-ellipsis {
    text-overflow: ellipsis !important;
  }
  .text-md-unset {
    text-overflow: unset !important;
  }
  .text-md-initial {
    text-overflow: initial !important;
  }
  .text-md-inherit {
    text-overflow: inherit !important;
  }
  .text-md-none {
    text-transform: none !important;
  }
  .text-md-capitalize {
    text-transform: capitalize !important;
  }
  .text-md-lowercase {
    text-transform: lowercase !important;
  }
  .text-md-uppercase {
    text-transform: uppercase !important;
  }
  .fs-md-normal {
    font-style: "normal" !important;
  }
  .fs-md-italic {
    font-style: "italic" !important;
  }
  .fs-md-oblique {
    font-style: "oblique" !important;
  }
  .fv-md-normal {
    font-variant: "normal" !important;
  }
  .fv-md-small-caps {
    font-variant: "small-caps" !important;
  }
  .ls-md-1 {
    letter-spacing: 0.1px !important;
  }
  .ls-md-2 {
    letter-spacing: 0.2px !important;
  }
  .ls-md-3 {
    letter-spacing: 0.3px !important;
  }
  .ls-md-4 {
    letter-spacing: 0.4px !important;
  }
  .ls-md-5 {
    letter-spacing: 0.5px !important;
  }
  .ls-md-6 {
    letter-spacing: 0.6px !important;
  }
  .ls-md-7 {
    letter-spacing: 0.7px !important;
  }
  .ls-md-8 {
    letter-spacing: 0.8px !important;
  }
  .ls-md-9 {
    letter-spacing: 0.9px !important;
  }
  .ls-md-10 {
    letter-spacing: 1px !important;
  }
  .ws-md-normal {
    white-space: normal !important;
  }
  .ws-md-nowrap {
    white-space: nowrap !important;
  }
  .ws-md-pre {
    white-space: pre !important;
  }
  .ws-md-pre-wrap {
    white-space: pre-wrap !important;
  }
  .ws-md-pre-line {
    white-space: pre-line !important;
  }
  .wb-md-normal {
    white-space: normal !important;
  }
  .wb-md-break-all {
    white-space: break-all !important;
  }
}
@media (min-width: 991.98px) {
  .text-lg-blue {
    color: #0d6efd !important;
  }
  .text-lg-indigo {
    color: #6610f2 !important;
  }
  .text-lg-purple {
    color: #6f42c1 !important;
  }
  .text-lg-pink {
    color: #d63384 !important;
  }
  .text-lg-red {
    color: #dc3545 !important;
  }
  .text-lg-orange {
    color: #fd7e14 !important;
  }
  .text-lg-yellow {
    color: #ffc107 !important;
  }
  .text-lg-green {
    color: #198754 !important;
  }
  .text-lg-teal {
    color: #20c997 !important;
  }
  .text-lg-cyan {
    color: #0dcaf0 !important;
  }
  .text-lg-black {
    color: #000 !important;
  }
  .text-lg-white {
    color: #fff !important;
  }
  .text-lg-gray {
    color: #6c757d !important;
  }
  .text-lg-gray-dark {
    color: #343a40 !important;
  }
  .text-lg-primary {
    color: #0d6efd !important;
  }
  .text-lg-secondary {
    color: #6c757d !important;
  }
  .text-lg-success {
    color: #198754 !important;
  }
  .text-lg-info {
    color: #0dcaf0 !important;
  }
  .text-lg-warning {
    color: #ffc107 !important;
  }
  .text-lg-danger {
    color: #dc3545 !important;
  }
  .text-lg-light {
    color: #f8f9fa !important;
  }
  .text-lg-dark {
    color: #212529 !important;
  }
  .text-lg-muted {
    color: #8a8a8a !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-none {
    text-decoration: none !important;
  }
  .text-lg-underline {
    text-decoration: underline !important;
  }
  .text-lg-overline {
    text-decoration: overline !important;
  }
  .text-lg-line-through {
    text-decoration: line-through !important;
  }
  .text-lg-clip {
    text-overflow: clip !important;
  }
  .text-lg-ellipsis {
    text-overflow: ellipsis !important;
  }
  .text-lg-unset {
    text-overflow: unset !important;
  }
  .text-lg-initial {
    text-overflow: initial !important;
  }
  .text-lg-inherit {
    text-overflow: inherit !important;
  }
  .text-lg-none {
    text-transform: none !important;
  }
  .text-lg-capitalize {
    text-transform: capitalize !important;
  }
  .text-lg-lowercase {
    text-transform: lowercase !important;
  }
  .text-lg-uppercase {
    text-transform: uppercase !important;
  }
  .fs-lg-normal {
    font-style: "normal" !important;
  }
  .fs-lg-italic {
    font-style: "italic" !important;
  }
  .fs-lg-oblique {
    font-style: "oblique" !important;
  }
  .fv-lg-normal {
    font-variant: "normal" !important;
  }
  .fv-lg-small-caps {
    font-variant: "small-caps" !important;
  }
  .ls-lg-1 {
    letter-spacing: 0.1px !important;
  }
  .ls-lg-2 {
    letter-spacing: 0.2px !important;
  }
  .ls-lg-3 {
    letter-spacing: 0.3px !important;
  }
  .ls-lg-4 {
    letter-spacing: 0.4px !important;
  }
  .ls-lg-5 {
    letter-spacing: 0.5px !important;
  }
  .ls-lg-6 {
    letter-spacing: 0.6px !important;
  }
  .ls-lg-7 {
    letter-spacing: 0.7px !important;
  }
  .ls-lg-8 {
    letter-spacing: 0.8px !important;
  }
  .ls-lg-9 {
    letter-spacing: 0.9px !important;
  }
  .ls-lg-10 {
    letter-spacing: 1px !important;
  }
  .ws-lg-normal {
    white-space: normal !important;
  }
  .ws-lg-nowrap {
    white-space: nowrap !important;
  }
  .ws-lg-pre {
    white-space: pre !important;
  }
  .ws-lg-pre-wrap {
    white-space: pre-wrap !important;
  }
  .ws-lg-pre-line {
    white-space: pre-line !important;
  }
  .wb-lg-normal {
    white-space: normal !important;
  }
  .wb-lg-break-all {
    white-space: break-all !important;
  }
}
@media (min-width: 1199.98px) {
  .text-xl-blue {
    color: #0d6efd !important;
  }
  .text-xl-indigo {
    color: #6610f2 !important;
  }
  .text-xl-purple {
    color: #6f42c1 !important;
  }
  .text-xl-pink {
    color: #d63384 !important;
  }
  .text-xl-red {
    color: #dc3545 !important;
  }
  .text-xl-orange {
    color: #fd7e14 !important;
  }
  .text-xl-yellow {
    color: #ffc107 !important;
  }
  .text-xl-green {
    color: #198754 !important;
  }
  .text-xl-teal {
    color: #20c997 !important;
  }
  .text-xl-cyan {
    color: #0dcaf0 !important;
  }
  .text-xl-black {
    color: #000 !important;
  }
  .text-xl-white {
    color: #fff !important;
  }
  .text-xl-gray {
    color: #6c757d !important;
  }
  .text-xl-gray-dark {
    color: #343a40 !important;
  }
  .text-xl-primary {
    color: #0d6efd !important;
  }
  .text-xl-secondary {
    color: #6c757d !important;
  }
  .text-xl-success {
    color: #198754 !important;
  }
  .text-xl-info {
    color: #0dcaf0 !important;
  }
  .text-xl-warning {
    color: #ffc107 !important;
  }
  .text-xl-danger {
    color: #dc3545 !important;
  }
  .text-xl-light {
    color: #f8f9fa !important;
  }
  .text-xl-dark {
    color: #212529 !important;
  }
  .text-xl-muted {
    color: #8a8a8a !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-none {
    text-decoration: none !important;
  }
  .text-xl-underline {
    text-decoration: underline !important;
  }
  .text-xl-overline {
    text-decoration: overline !important;
  }
  .text-xl-line-through {
    text-decoration: line-through !important;
  }
  .text-xl-clip {
    text-overflow: clip !important;
  }
  .text-xl-ellipsis {
    text-overflow: ellipsis !important;
  }
  .text-xl-unset {
    text-overflow: unset !important;
  }
  .text-xl-initial {
    text-overflow: initial !important;
  }
  .text-xl-inherit {
    text-overflow: inherit !important;
  }
  .text-xl-none {
    text-transform: none !important;
  }
  .text-xl-capitalize {
    text-transform: capitalize !important;
  }
  .text-xl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xl-uppercase {
    text-transform: uppercase !important;
  }
  .fs-xl-normal {
    font-style: "normal" !important;
  }
  .fs-xl-italic {
    font-style: "italic" !important;
  }
  .fs-xl-oblique {
    font-style: "oblique" !important;
  }
  .fv-xl-normal {
    font-variant: "normal" !important;
  }
  .fv-xl-small-caps {
    font-variant: "small-caps" !important;
  }
  .ls-xl-1 {
    letter-spacing: 0.1px !important;
  }
  .ls-xl-2 {
    letter-spacing: 0.2px !important;
  }
  .ls-xl-3 {
    letter-spacing: 0.3px !important;
  }
  .ls-xl-4 {
    letter-spacing: 0.4px !important;
  }
  .ls-xl-5 {
    letter-spacing: 0.5px !important;
  }
  .ls-xl-6 {
    letter-spacing: 0.6px !important;
  }
  .ls-xl-7 {
    letter-spacing: 0.7px !important;
  }
  .ls-xl-8 {
    letter-spacing: 0.8px !important;
  }
  .ls-xl-9 {
    letter-spacing: 0.9px !important;
  }
  .ls-xl-10 {
    letter-spacing: 1px !important;
  }
  .ws-xl-normal {
    white-space: normal !important;
  }
  .ws-xl-nowrap {
    white-space: nowrap !important;
  }
  .ws-xl-pre {
    white-space: pre !important;
  }
  .ws-xl-pre-wrap {
    white-space: pre-wrap !important;
  }
  .ws-xl-pre-line {
    white-space: pre-line !important;
  }
  .wb-xl-normal {
    white-space: normal !important;
  }
  .wb-xl-break-all {
    white-space: break-all !important;
  }
}
@media (min-width: 1399.98px) {
  .text-xxl-blue {
    color: #0d6efd !important;
  }
  .text-xxl-indigo {
    color: #6610f2 !important;
  }
  .text-xxl-purple {
    color: #6f42c1 !important;
  }
  .text-xxl-pink {
    color: #d63384 !important;
  }
  .text-xxl-red {
    color: #dc3545 !important;
  }
  .text-xxl-orange {
    color: #fd7e14 !important;
  }
  .text-xxl-yellow {
    color: #ffc107 !important;
  }
  .text-xxl-green {
    color: #198754 !important;
  }
  .text-xxl-teal {
    color: #20c997 !important;
  }
  .text-xxl-cyan {
    color: #0dcaf0 !important;
  }
  .text-xxl-black {
    color: #000 !important;
  }
  .text-xxl-white {
    color: #fff !important;
  }
  .text-xxl-gray {
    color: #6c757d !important;
  }
  .text-xxl-gray-dark {
    color: #343a40 !important;
  }
  .text-xxl-primary {
    color: #0d6efd !important;
  }
  .text-xxl-secondary {
    color: #6c757d !important;
  }
  .text-xxl-success {
    color: #198754 !important;
  }
  .text-xxl-info {
    color: #0dcaf0 !important;
  }
  .text-xxl-warning {
    color: #ffc107 !important;
  }
  .text-xxl-danger {
    color: #dc3545 !important;
  }
  .text-xxl-light {
    color: #f8f9fa !important;
  }
  .text-xxl-dark {
    color: #212529 !important;
  }
  .text-xxl-muted {
    color: #8a8a8a !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-justify {
    text-align: justify !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-none {
    text-decoration: none !important;
  }
  .text-xxl-underline {
    text-decoration: underline !important;
  }
  .text-xxl-overline {
    text-decoration: overline !important;
  }
  .text-xxl-line-through {
    text-decoration: line-through !important;
  }
  .text-xxl-clip {
    text-overflow: clip !important;
  }
  .text-xxl-ellipsis {
    text-overflow: ellipsis !important;
  }
  .text-xxl-unset {
    text-overflow: unset !important;
  }
  .text-xxl-initial {
    text-overflow: initial !important;
  }
  .text-xxl-inherit {
    text-overflow: inherit !important;
  }
  .text-xxl-none {
    text-transform: none !important;
  }
  .text-xxl-capitalize {
    text-transform: capitalize !important;
  }
  .text-xxl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xxl-uppercase {
    text-transform: uppercase !important;
  }
  .fs-xxl-normal {
    font-style: "normal" !important;
  }
  .fs-xxl-italic {
    font-style: "italic" !important;
  }
  .fs-xxl-oblique {
    font-style: "oblique" !important;
  }
  .fv-xxl-normal {
    font-variant: "normal" !important;
  }
  .fv-xxl-small-caps {
    font-variant: "small-caps" !important;
  }
  .ls-xxl-1 {
    letter-spacing: 0.1px !important;
  }
  .ls-xxl-2 {
    letter-spacing: 0.2px !important;
  }
  .ls-xxl-3 {
    letter-spacing: 0.3px !important;
  }
  .ls-xxl-4 {
    letter-spacing: 0.4px !important;
  }
  .ls-xxl-5 {
    letter-spacing: 0.5px !important;
  }
  .ls-xxl-6 {
    letter-spacing: 0.6px !important;
  }
  .ls-xxl-7 {
    letter-spacing: 0.7px !important;
  }
  .ls-xxl-8 {
    letter-spacing: 0.8px !important;
  }
  .ls-xxl-9 {
    letter-spacing: 0.9px !important;
  }
  .ls-xxl-10 {
    letter-spacing: 1px !important;
  }
  .ws-xxl-normal {
    white-space: normal !important;
  }
  .ws-xxl-nowrap {
    white-space: nowrap !important;
  }
  .ws-xxl-pre {
    white-space: pre !important;
  }
  .ws-xxl-pre-wrap {
    white-space: pre-wrap !important;
  }
  .ws-xxl-pre-line {
    white-space: pre-line !important;
  }
  .wb-xxl-normal {
    white-space: normal !important;
  }
  .wb-xxl-break-all {
    white-space: break-all !important;
  }
}
.h-5 {
  height: 5% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 575.98px) {
  .h-sm-5 {
    height: 5% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-15 {
    height: 15% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-55 {
    height: 55% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .vh-sm-5 {
    height: 5vh !important;
  }
  .vh-sm-10 {
    height: 10vh !important;
  }
  .vh-sm-15 {
    height: 15vh !important;
  }
  .vh-sm-20 {
    height: 20vh !important;
  }
  .vh-sm-25 {
    height: 25vh !important;
  }
  .vh-sm-30 {
    height: 30vh !important;
  }
  .vh-sm-35 {
    height: 35vh !important;
  }
  .vh-sm-40 {
    height: 40vh !important;
  }
  .vh-sm-45 {
    height: 45vh !important;
  }
  .vh-sm-50 {
    height: 50vh !important;
  }
  .vh-sm-55 {
    height: 55vh !important;
  }
  .vh-sm-60 {
    height: 60vh !important;
  }
  .vh-sm-65 {
    height: 65vh !important;
  }
  .vh-sm-70 {
    height: 70vh !important;
  }
  .vh-sm-75 {
    height: 75vh !important;
  }
  .vh-sm-80 {
    height: 80vh !important;
  }
  .vh-sm-85 {
    height: 85vh !important;
  }
  .vh-sm-90 {
    height: 90vh !important;
  }
  .vh-sm-95 {
    height: 95vh !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .vw-sm-5 {
    width: 5vw !important;
  }
  .vw-sm-10 {
    width: 10vw !important;
  }
  .vw-sm-15 {
    width: 15vw !important;
  }
  .vw-sm-20 {
    width: 20vw !important;
  }
  .vw-sm-25 {
    width: 25vw !important;
  }
  .vw-sm-30 {
    width: 30vw !important;
  }
  .vw-sm-35 {
    width: 35vw !important;
  }
  .vw-sm-40 {
    width: 40vw !important;
  }
  .vw-sm-45 {
    width: 45vw !important;
  }
  .vw-sm-50 {
    width: 50vw !important;
  }
  .vw-sm-55 {
    width: 55vw !important;
  }
  .vw-sm-60 {
    width: 60vw !important;
  }
  .vw-sm-65 {
    width: 65vw !important;
  }
  .vw-sm-70 {
    width: 70vw !important;
  }
  .vw-sm-75 {
    width: 75vw !important;
  }
  .vw-sm-80 {
    width: 80vw !important;
  }
  .vw-sm-85 {
    width: 85vw !important;
  }
  .vw-sm-90 {
    width: 90vw !important;
  }
  .vw-sm-95 {
    width: 95vw !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
}
@media (min-width: 767.98px) {
  .h-md-5 {
    height: 5% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .vh-md-5 {
    height: 5vh !important;
  }
  .vh-md-10 {
    height: 10vh !important;
  }
  .vh-md-15 {
    height: 15vh !important;
  }
  .vh-md-20 {
    height: 20vh !important;
  }
  .vh-md-25 {
    height: 25vh !important;
  }
  .vh-md-30 {
    height: 30vh !important;
  }
  .vh-md-35 {
    height: 35vh !important;
  }
  .vh-md-40 {
    height: 40vh !important;
  }
  .vh-md-45 {
    height: 45vh !important;
  }
  .vh-md-50 {
    height: 50vh !important;
  }
  .vh-md-55 {
    height: 55vh !important;
  }
  .vh-md-60 {
    height: 60vh !important;
  }
  .vh-md-65 {
    height: 65vh !important;
  }
  .vh-md-70 {
    height: 70vh !important;
  }
  .vh-md-75 {
    height: 75vh !important;
  }
  .vh-md-80 {
    height: 80vh !important;
  }
  .vh-md-85 {
    height: 85vh !important;
  }
  .vh-md-90 {
    height: 90vh !important;
  }
  .vh-md-95 {
    height: 95vh !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .vw-md-5 {
    width: 5vw !important;
  }
  .vw-md-10 {
    width: 10vw !important;
  }
  .vw-md-15 {
    width: 15vw !important;
  }
  .vw-md-20 {
    width: 20vw !important;
  }
  .vw-md-25 {
    width: 25vw !important;
  }
  .vw-md-30 {
    width: 30vw !important;
  }
  .vw-md-35 {
    width: 35vw !important;
  }
  .vw-md-40 {
    width: 40vw !important;
  }
  .vw-md-45 {
    width: 45vw !important;
  }
  .vw-md-50 {
    width: 50vw !important;
  }
  .vw-md-55 {
    width: 55vw !important;
  }
  .vw-md-60 {
    width: 60vw !important;
  }
  .vw-md-65 {
    width: 65vw !important;
  }
  .vw-md-70 {
    width: 70vw !important;
  }
  .vw-md-75 {
    width: 75vw !important;
  }
  .vw-md-80 {
    width: 80vw !important;
  }
  .vw-md-85 {
    width: 85vw !important;
  }
  .vw-md-90 {
    width: 90vw !important;
  }
  .vw-md-95 {
    width: 95vw !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
}
@media (min-width: 991.98px) {
  .h-lg-5 {
    height: 5% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .vh-lg-5 {
    height: 5vh !important;
  }
  .vh-lg-10 {
    height: 10vh !important;
  }
  .vh-lg-15 {
    height: 15vh !important;
  }
  .vh-lg-20 {
    height: 20vh !important;
  }
  .vh-lg-25 {
    height: 25vh !important;
  }
  .vh-lg-30 {
    height: 30vh !important;
  }
  .vh-lg-35 {
    height: 35vh !important;
  }
  .vh-lg-40 {
    height: 40vh !important;
  }
  .vh-lg-45 {
    height: 45vh !important;
  }
  .vh-lg-50 {
    height: 50vh !important;
  }
  .vh-lg-55 {
    height: 55vh !important;
  }
  .vh-lg-60 {
    height: 60vh !important;
  }
  .vh-lg-65 {
    height: 65vh !important;
  }
  .vh-lg-70 {
    height: 70vh !important;
  }
  .vh-lg-75 {
    height: 75vh !important;
  }
  .vh-lg-80 {
    height: 80vh !important;
  }
  .vh-lg-85 {
    height: 85vh !important;
  }
  .vh-lg-90 {
    height: 90vh !important;
  }
  .vh-lg-95 {
    height: 95vh !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .vw-lg-5 {
    width: 5vw !important;
  }
  .vw-lg-10 {
    width: 10vw !important;
  }
  .vw-lg-15 {
    width: 15vw !important;
  }
  .vw-lg-20 {
    width: 20vw !important;
  }
  .vw-lg-25 {
    width: 25vw !important;
  }
  .vw-lg-30 {
    width: 30vw !important;
  }
  .vw-lg-35 {
    width: 35vw !important;
  }
  .vw-lg-40 {
    width: 40vw !important;
  }
  .vw-lg-45 {
    width: 45vw !important;
  }
  .vw-lg-50 {
    width: 50vw !important;
  }
  .vw-lg-55 {
    width: 55vw !important;
  }
  .vw-lg-60 {
    width: 60vw !important;
  }
  .vw-lg-65 {
    width: 65vw !important;
  }
  .vw-lg-70 {
    width: 70vw !important;
  }
  .vw-lg-75 {
    width: 75vw !important;
  }
  .vw-lg-80 {
    width: 80vw !important;
  }
  .vw-lg-85 {
    width: 85vw !important;
  }
  .vw-lg-90 {
    width: 90vw !important;
  }
  .vw-lg-95 {
    width: 95vw !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
}
@media (min-width: 1199.98px) {
  .h-xl-5 {
    height: 5% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-15 {
    height: 15% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-55 {
    height: 55% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .vh-xl-5 {
    height: 5vh !important;
  }
  .vh-xl-10 {
    height: 10vh !important;
  }
  .vh-xl-15 {
    height: 15vh !important;
  }
  .vh-xl-20 {
    height: 20vh !important;
  }
  .vh-xl-25 {
    height: 25vh !important;
  }
  .vh-xl-30 {
    height: 30vh !important;
  }
  .vh-xl-35 {
    height: 35vh !important;
  }
  .vh-xl-40 {
    height: 40vh !important;
  }
  .vh-xl-45 {
    height: 45vh !important;
  }
  .vh-xl-50 {
    height: 50vh !important;
  }
  .vh-xl-55 {
    height: 55vh !important;
  }
  .vh-xl-60 {
    height: 60vh !important;
  }
  .vh-xl-65 {
    height: 65vh !important;
  }
  .vh-xl-70 {
    height: 70vh !important;
  }
  .vh-xl-75 {
    height: 75vh !important;
  }
  .vh-xl-80 {
    height: 80vh !important;
  }
  .vh-xl-85 {
    height: 85vh !important;
  }
  .vh-xl-90 {
    height: 90vh !important;
  }
  .vh-xl-95 {
    height: 95vh !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .vw-xl-5 {
    width: 5vw !important;
  }
  .vw-xl-10 {
    width: 10vw !important;
  }
  .vw-xl-15 {
    width: 15vw !important;
  }
  .vw-xl-20 {
    width: 20vw !important;
  }
  .vw-xl-25 {
    width: 25vw !important;
  }
  .vw-xl-30 {
    width: 30vw !important;
  }
  .vw-xl-35 {
    width: 35vw !important;
  }
  .vw-xl-40 {
    width: 40vw !important;
  }
  .vw-xl-45 {
    width: 45vw !important;
  }
  .vw-xl-50 {
    width: 50vw !important;
  }
  .vw-xl-55 {
    width: 55vw !important;
  }
  .vw-xl-60 {
    width: 60vw !important;
  }
  .vw-xl-65 {
    width: 65vw !important;
  }
  .vw-xl-70 {
    width: 70vw !important;
  }
  .vw-xl-75 {
    width: 75vw !important;
  }
  .vw-xl-80 {
    width: 80vw !important;
  }
  .vw-xl-85 {
    width: 85vw !important;
  }
  .vw-xl-90 {
    width: 90vw !important;
  }
  .vw-xl-95 {
    width: 95vw !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
}
@media (min-width: 1399.98px) {
  .h-xxl-5 {
    height: 5% !important;
  }
  .h-xxl-10 {
    height: 10% !important;
  }
  .h-xxl-15 {
    height: 15% !important;
  }
  .h-xxl-20 {
    height: 20% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-30 {
    height: 30% !important;
  }
  .h-xxl-35 {
    height: 35% !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
  .h-xxl-45 {
    height: 45% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-55 {
    height: 55% !important;
  }
  .h-xxl-60 {
    height: 60% !important;
  }
  .h-xxl-65 {
    height: 65% !important;
  }
  .h-xxl-70 {
    height: 70% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-80 {
    height: 80% !important;
  }
  .h-xxl-85 {
    height: 85% !important;
  }
  .h-xxl-90 {
    height: 90% !important;
  }
  .h-xxl-95 {
    height: 95% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .vh-xxl-5 {
    height: 5vh !important;
  }
  .vh-xxl-10 {
    height: 10vh !important;
  }
  .vh-xxl-15 {
    height: 15vh !important;
  }
  .vh-xxl-20 {
    height: 20vh !important;
  }
  .vh-xxl-25 {
    height: 25vh !important;
  }
  .vh-xxl-30 {
    height: 30vh !important;
  }
  .vh-xxl-35 {
    height: 35vh !important;
  }
  .vh-xxl-40 {
    height: 40vh !important;
  }
  .vh-xxl-45 {
    height: 45vh !important;
  }
  .vh-xxl-50 {
    height: 50vh !important;
  }
  .vh-xxl-55 {
    height: 55vh !important;
  }
  .vh-xxl-60 {
    height: 60vh !important;
  }
  .vh-xxl-65 {
    height: 65vh !important;
  }
  .vh-xxl-70 {
    height: 70vh !important;
  }
  .vh-xxl-75 {
    height: 75vh !important;
  }
  .vh-xxl-80 {
    height: 80vh !important;
  }
  .vh-xxl-85 {
    height: 85vh !important;
  }
  .vh-xxl-90 {
    height: 90vh !important;
  }
  .vh-xxl-95 {
    height: 95vh !important;
  }
  .vh-xxl-100 {
    height: 100vh !important;
  }
  .w-xxl-5 {
    width: 5% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-55 {
    width: 55% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .vw-xxl-5 {
    width: 5vw !important;
  }
  .vw-xxl-10 {
    width: 10vw !important;
  }
  .vw-xxl-15 {
    width: 15vw !important;
  }
  .vw-xxl-20 {
    width: 20vw !important;
  }
  .vw-xxl-25 {
    width: 25vw !important;
  }
  .vw-xxl-30 {
    width: 30vw !important;
  }
  .vw-xxl-35 {
    width: 35vw !important;
  }
  .vw-xxl-40 {
    width: 40vw !important;
  }
  .vw-xxl-45 {
    width: 45vw !important;
  }
  .vw-xxl-50 {
    width: 50vw !important;
  }
  .vw-xxl-55 {
    width: 55vw !important;
  }
  .vw-xxl-60 {
    width: 60vw !important;
  }
  .vw-xxl-65 {
    width: 65vw !important;
  }
  .vw-xxl-70 {
    width: 70vw !important;
  }
  .vw-xxl-75 {
    width: 75vw !important;
  }
  .vw-xxl-80 {
    width: 80vw !important;
  }
  .vw-xxl-85 {
    width: 85vw !important;
  }
  .vw-xxl-90 {
    width: 90vw !important;
  }
  .vw-xxl-95 {
    width: 95vw !important;
  }
  .vw-xxl-100 {
    width: 100vw !important;
  }
}
.d-block {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jc-baseline {
  justify-content: baseline !important;
}

.jc-stretch {
  justify-content: stretch !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 575.98px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .ai-sm-center {
    align-items: center !important;
  }
  .ai-sm-flex-end {
    align-items: flex-end !important;
  }
  .ai-sm-flex-start {
    align-items: flex-start !important;
  }
  .ai-sm-baseline {
    align-items: baseline !important;
  }
  .ai-sm-stretch {
    align-items: stretch !important;
  }
  .as-sm-auto {
    align-self: auto !important;
  }
  .as-sm-flex-start {
    align-self: flex-start !important;
  }
  .as-sm-center {
    align-self: center !important;
  }
  .as-sm-baseline {
    align-self: baseline !important;
  }
  .as-sm-flex-start {
    align-self: flex-start !important;
  }
  .jc-sm-center {
    justify-content: center !important;
  }
  .jc-sm-end {
    justify-content: flex-end !important;
  }
  .jc-sm-start {
    justify-content: flex-start !important;
  }
  .jc-sm-baseline {
    justify-content: baseline !important;
  }
  .jc-sm-stretch {
    justify-content: stretch !important;
  }
  .jc-sm-between {
    justify-content: space-between !important;
  }
  .jc-sm-around {
    justify-content: space-around !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 767.98px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-none {
    display: none !important;
  }
  .ai-md-center {
    align-items: center !important;
  }
  .ai-md-flex-end {
    align-items: flex-end !important;
  }
  .ai-md-flex-start {
    align-items: flex-start !important;
  }
  .ai-md-baseline {
    align-items: baseline !important;
  }
  .ai-md-stretch {
    align-items: stretch !important;
  }
  .as-md-auto {
    align-self: auto !important;
  }
  .as-md-flex-start {
    align-self: flex-start !important;
  }
  .as-md-center {
    align-self: center !important;
  }
  .as-md-baseline {
    align-self: baseline !important;
  }
  .as-md-flex-start {
    align-self: flex-start !important;
  }
  .jc-md-center {
    justify-content: center !important;
  }
  .jc-md-end {
    justify-content: flex-end !important;
  }
  .jc-md-start {
    justify-content: flex-start !important;
  }
  .jc-md-baseline {
    justify-content: baseline !important;
  }
  .jc-md-stretch {
    justify-content: stretch !important;
  }
  .jc-md-between {
    justify-content: space-between !important;
  }
  .jc-md-around {
    justify-content: space-around !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 991.98px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .ai-lg-center {
    align-items: center !important;
  }
  .ai-lg-flex-end {
    align-items: flex-end !important;
  }
  .ai-lg-flex-start {
    align-items: flex-start !important;
  }
  .ai-lg-baseline {
    align-items: baseline !important;
  }
  .ai-lg-stretch {
    align-items: stretch !important;
  }
  .as-lg-auto {
    align-self: auto !important;
  }
  .as-lg-flex-start {
    align-self: flex-start !important;
  }
  .as-lg-center {
    align-self: center !important;
  }
  .as-lg-baseline {
    align-self: baseline !important;
  }
  .as-lg-flex-start {
    align-self: flex-start !important;
  }
  .jc-lg-center {
    justify-content: center !important;
  }
  .jc-lg-end {
    justify-content: flex-end !important;
  }
  .jc-lg-start {
    justify-content: flex-start !important;
  }
  .jc-lg-baseline {
    justify-content: baseline !important;
  }
  .jc-lg-stretch {
    justify-content: stretch !important;
  }
  .jc-lg-between {
    justify-content: space-between !important;
  }
  .jc-lg-around {
    justify-content: space-around !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1199.98px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .ai-xl-center {
    align-items: center !important;
  }
  .ai-xl-flex-end {
    align-items: flex-end !important;
  }
  .ai-xl-flex-start {
    align-items: flex-start !important;
  }
  .ai-xl-baseline {
    align-items: baseline !important;
  }
  .ai-xl-stretch {
    align-items: stretch !important;
  }
  .as-xl-auto {
    align-self: auto !important;
  }
  .as-xl-flex-start {
    align-self: flex-start !important;
  }
  .as-xl-center {
    align-self: center !important;
  }
  .as-xl-baseline {
    align-self: baseline !important;
  }
  .as-xl-flex-start {
    align-self: flex-start !important;
  }
  .jc-xl-center {
    justify-content: center !important;
  }
  .jc-xl-end {
    justify-content: flex-end !important;
  }
  .jc-xl-start {
    justify-content: flex-start !important;
  }
  .jc-xl-baseline {
    justify-content: baseline !important;
  }
  .jc-xl-stretch {
    justify-content: stretch !important;
  }
  .jc-xl-between {
    justify-content: space-between !important;
  }
  .jc-xl-around {
    justify-content: space-around !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1399.98px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .ai-xxl-center {
    align-items: center !important;
  }
  .ai-xxl-flex-end {
    align-items: flex-end !important;
  }
  .ai-xxl-flex-start {
    align-items: flex-start !important;
  }
  .ai-xxl-baseline {
    align-items: baseline !important;
  }
  .ai-xxl-stretch {
    align-items: stretch !important;
  }
  .as-xxl-auto {
    align-self: auto !important;
  }
  .as-xxl-flex-start {
    align-self: flex-start !important;
  }
  .as-xxl-center {
    align-self: center !important;
  }
  .as-xxl-baseline {
    align-self: baseline !important;
  }
  .as-xxl-flex-start {
    align-self: flex-start !important;
  }
  .jc-xxl-center {
    justify-content: center !important;
  }
  .jc-xxl-end {
    justify-content: flex-end !important;
  }
  .jc-xxl-start {
    justify-content: flex-start !important;
  }
  .jc-xxl-baseline {
    justify-content: baseline !important;
  }
  .jc-xxl-stretch {
    justify-content: stretch !important;
  }
  .jc-xxl-between {
    justify-content: space-between !important;
  }
  .jc-xxl-around {
    justify-content: space-around !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
.op-0 {
  opacity: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-10 {
  opacity: 1;
}

.omit-text-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

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

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

@media (min-width: 575.98px) {
  .op-sm-0 {
    opacity: 0;
  }
  .op-sm-1 {
    opacity: 0.1;
  }
  .op-sm-2 {
    opacity: 0.2;
  }
  .op-sm-3 {
    opacity: 0.3;
  }
  .op-sm-4 {
    opacity: 0.4;
  }
  .op-sm-5 {
    opacity: 0.5;
  }
  .op-sm-6 {
    opacity: 0.6;
  }
  .op-sm-7 {
    opacity: 0.7;
  }
  .op-sm-8 {
    opacity: 0.8;
  }
  .op-sm-9 {
    opacity: 0.9;
  }
  .op-sm-10 {
    opacity: 1;
  }
  .omit-text-sm-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .omit-text-sm-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .omit-text-sm-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
@media (min-width: 767.98px) {
  .op-md-0 {
    opacity: 0;
  }
  .op-md-1 {
    opacity: 0.1;
  }
  .op-md-2 {
    opacity: 0.2;
  }
  .op-md-3 {
    opacity: 0.3;
  }
  .op-md-4 {
    opacity: 0.4;
  }
  .op-md-5 {
    opacity: 0.5;
  }
  .op-md-6 {
    opacity: 0.6;
  }
  .op-md-7 {
    opacity: 0.7;
  }
  .op-md-8 {
    opacity: 0.8;
  }
  .op-md-9 {
    opacity: 0.9;
  }
  .op-md-10 {
    opacity: 1;
  }
  .omit-text-md-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .omit-text-md-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .omit-text-md-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
@media (min-width: 991.98px) {
  .op-lg-0 {
    opacity: 0;
  }
  .op-lg-1 {
    opacity: 0.1;
  }
  .op-lg-2 {
    opacity: 0.2;
  }
  .op-lg-3 {
    opacity: 0.3;
  }
  .op-lg-4 {
    opacity: 0.4;
  }
  .op-lg-5 {
    opacity: 0.5;
  }
  .op-lg-6 {
    opacity: 0.6;
  }
  .op-lg-7 {
    opacity: 0.7;
  }
  .op-lg-8 {
    opacity: 0.8;
  }
  .op-lg-9 {
    opacity: 0.9;
  }
  .op-lg-10 {
    opacity: 1;
  }
  .omit-text-lg-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .omit-text-lg-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .omit-text-lg-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1199.98px) {
  .op-xl-0 {
    opacity: 0;
  }
  .op-xl-1 {
    opacity: 0.1;
  }
  .op-xl-2 {
    opacity: 0.2;
  }
  .op-xl-3 {
    opacity: 0.3;
  }
  .op-xl-4 {
    opacity: 0.4;
  }
  .op-xl-5 {
    opacity: 0.5;
  }
  .op-xl-6 {
    opacity: 0.6;
  }
  .op-xl-7 {
    opacity: 0.7;
  }
  .op-xl-8 {
    opacity: 0.8;
  }
  .op-xl-9 {
    opacity: 0.9;
  }
  .op-xl-10 {
    opacity: 1;
  }
  .omit-text-xl-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .omit-text-xl-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .omit-text-xl-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1399.98px) {
  .op-xxl-0 {
    opacity: 0;
  }
  .op-xxl-1 {
    opacity: 0.1;
  }
  .op-xxl-2 {
    opacity: 0.2;
  }
  .op-xxl-3 {
    opacity: 0.3;
  }
  .op-xxl-4 {
    opacity: 0.4;
  }
  .op-xxl-5 {
    opacity: 0.5;
  }
  .op-xxl-6 {
    opacity: 0.6;
  }
  .op-xxl-7 {
    opacity: 0.7;
  }
  .op-xxl-8 {
    opacity: 0.8;
  }
  .op-xxl-9 {
    opacity: 0.9;
  }
  .op-xxl-10 {
    opacity: 1;
  }
  .omit-text-xxl-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .omit-text-xxl-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .omit-text-xxl-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
.upload {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload .upload-contain {
  width: 546.91px;
  /*max-width: 100%;*/
  height: 320px;
  margin: 0 0.75rem;
  min-height: 1px;
  border-radius: 4px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
.upload .upload-contain:hover [role=upload-icon] {
  color: #8ebeb7;
}
.upload .upload-trigger {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  padding: 1rem 1.75rem;
  background-color: #fff;
  border: 2px dashed #c3deda;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out;
}
.upload .upload-trigger:hover {
  border-color: #8ebeb7;
}
.upload .upload-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.upload [role=upload-icon] {
  font-size: 2.5rem;
  transition: color 0.15s ease-in-out;
}

.upload-item-hided {
  opacity: 0 !important;
}

.upload-big-text {
  top: 50%;
  left: 50%;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  color: #8ebeb7;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease-in-out;
}/*# sourceMappingURL=alquimist.css.map */