/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "0";
}

.fa-1::before {
  content: "1";
}

.fa-2::before {
  content: "2";
}

.fa-3::before {
  content: "3";
}

.fa-4::before {
  content: "4";
}

.fa-5::before {
  content: "5";
}

.fa-6::before {
  content: "6";
}

.fa-7::before {
  content: "7";
}

.fa-8::before {
  content: "8";
}

.fa-9::before {
  content: "9";
}

.fa-a::before {
  content: "A";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-archway::before {
  content: "\f557";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-asterisk::before {
  content: "*";
}

.fa-at::before {
  content: "@";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-award::before {
  content: "\f559";
}

.fa-b::before {
  content: "B";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-bed::before {
  content: "\f236";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-blender::before {
  content: "\f517";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-blog::before {
  content: "\f781";
}

.fa-bold::before {
  content: "\f032";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-book::before {
  content: "\f02d";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-box::before {
  content: "\f466";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-bug::before {
  content: "\f188";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-bus::before {
  content: "\f207";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-c::before {
  content: "C";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-check::before {
  content: "\f00c";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-chess::before {
  content: "\f439";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-church::before {
  content: "\f51d";
}

.fa-circle::before {
  content: "\f111";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-city::before {
  content: "\f64f";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-clover::before {
  content: "\e139";
}

.fa-code::before {
  content: "\f121";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-comment::before {
  content: "\f075";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-comments::before {
  content: "\f086";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-compress::before {
  content: "\f066";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-crop::before {
  content: "\f125";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-cross::before {
  content: "\f654";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-crow::before {
  content: "\f520";
}

.fa-crown::before {
  content: "\f521";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-d::before {
  content: "D";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-dice::before {
  content: "\f522";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-display::before {
  content: "\e163";
}

.fa-divide::before {
  content: "\f529";
}

.fa-dna::before {
  content: "\f471";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-dollar-sign::before {
  content: "$";
}

.fa-dollar::before {
  content: "$";
}

.fa-usd::before {
  content: "$";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-download::before {
  content: "\f019";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-drum::before {
  content: "\f569";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-e::before {
  content: "E";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-eject::before {
  content: "\f052";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-equals::before {
  content: "=";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-exclamation::before {
  content: "!";
}

.fa-expand::before {
  content: "\f065";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-f::before {
  content: "F";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-fan::before {
  content: "\f863";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-file::before {
  content: "\f15b";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-fill::before {
  content: "\f575";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-film::before {
  content: "\f008";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-fish::before {
  content: "\f578";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-flag::before {
  content: "\f024";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-font::before {
  content: "\f031";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-g::before {
  content: "G";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-greater-than::before {
  content: ">";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-h::before {
  content: "H";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-hashtag::before {
  content: "#";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-headset::before {
  content: "\f590";
}

.fa-heart::before {
  content: "\f004";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-i::before {
  content: "I";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-image::before {
  content: "\f03e";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-images::before {
  content: "\f302";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-industry::before {
  content: "\f275";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-info::before {
  content: "\f129";
}

.fa-italic::before {
  content: "\f033";
}

.fa-j::before {
  content: "J";
}

.fa-jar::before {
  content: "\e516";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-joint::before {
  content: "\f595";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-k::before {
  content: "K";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-key::before {
  content: "\f084";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-l::before {
  content: "L";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-less-than::before {
  content: "<";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-lock::before {
  content: "\f023";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-locust::before {
  content: "\e520";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-m::before {
  content: "M";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-map::before {
  content: "\f279";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-mars::before {
  content: "\f222";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-memory::before {
  content: "\f538";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-moon::before {
  content: "\f186";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-music::before {
  content: "\f001";
}

.fa-n::before {
  content: "N";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-o::before {
  content: "O";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-om::before {
  content: "\f679";
}

.fa-otter::before {
  content: "\f700";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-p::before {
  content: "P";
}

.fa-pager::before {
  content: "\f815";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-pen::before {
  content: "\f304";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-percent::before {
  content: "%";
}

.fa-percentage::before {
  content: "%";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-phone::before {
  content: "\f095";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-pills::before {
  content: "\f484";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-plane::before {
  content: "\f072";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-play::before {
  content: "\f04b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-plus::before {
  content: "+";
}

.fa-add::before {
  content: "+";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-poop::before {
  content: "\f619";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-print::before {
  content: "\f02f";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-q::before {
  content: "Q";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-question::before {
  content: "?";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-r::before {
  content: "R";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-road::before {
  content: "\f018";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-robot::before {
  content: "\f544";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-rug::before {
  content: "\e569";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-s::before {
  content: "S";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-school::before {
  content: "\f549";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-section::before {
  content: "\e447";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-server::before {
  content: "\f233";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-slash::before {
  content: "\f715";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-socks::before {
  content: "\f696";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-spider::before {
  content: "\f717";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-star::before {
  content: "\f005";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-store::before {
  content: "\f54e";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-sun::before {
  content: "\f185";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-t::before {
  content: "T";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-tents::before {
  content: "\e582";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-train::before {
  content: "\f238";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-u::before {
  content: "U";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-upload::before {
  content: "\f093";
}

.fa-user::before {
  content: "\f007";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-v::before {
  content: "V";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-venus::before {
  content: "\f221";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-vest::before {
  content: "\e085";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-vial::before {
  content: "\f492";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-vials::before {
  content: "\f493";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-virus::before {
  content: "\e074";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-w::before {
  content: "W";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-water::before {
  content: "\f773";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-worm::before {
  content: "\e599";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-x::before {
  content: "X";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-y::before {
  content: "Y";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-z::before {
  content: "Z";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-audible:before {
  content: "\f373";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bots:before {
  content: "\e340";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-figma:before {
  content: "\f799";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-less:before {
  content: "\f41d";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sith:before {
  content: "\f512";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viber:before {
  content: "\f409";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-zhihu:before {
  content: "\f63f";
}

/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/69c1f9/00000000000000007735a53a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/69c1f9/00000000000000007735a53a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/69c1f9/00000000000000007735a53a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/410f00/00000000000000007735a53e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/410f00/00000000000000007735a53e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/410f00/00000000000000007735a53e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/017a45/00000000000000007735a53f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/017a45/00000000000000007735a53f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/017a45/00000000000000007735a53f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/da581f/00000000000000007735a540/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"), url("https://use.typekit.net/af/da581f/00000000000000007735a540/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"), url("https://use.typekit.net/af/da581f/00000000000000007735a540/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/0e8f68/00000000000000007735a541/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("woff2"), url("https://use.typekit.net/af/0e8f68/00000000000000007735a541/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("woff"), url("https://use.typekit.net/af/0e8f68/00000000000000007735a541/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 200;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/987a60/00000000000000007735a543/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/987a60/00000000000000007735a543/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/987a60/00000000000000007735a543/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/6c50f4/00000000000000007735a544/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6c50f4/00000000000000007735a544/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6c50f4/00000000000000007735a544/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/56af16/00000000000000007735a545/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/56af16/00000000000000007735a545/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/56af16/00000000000000007735a545/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/19dd88/00000000000000007735e53c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"), url("https://use.typekit.net/af/19dd88/00000000000000007735e53c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"), url("https://use.typekit.net/af/19dd88/00000000000000007735e53c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/edc8f4/00000000000000007735a547/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff2"), url("https://use.typekit.net/af/edc8f4/00000000000000007735a547/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff"), url("https://use.typekit.net/af/edc8f4/00000000000000007735a547/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/37e7f5/00000000000000007735a548/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/37e7f5/00000000000000007735a548/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/37e7f5/00000000000000007735a548/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/e171bf/00000000000000007735a549/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/e171bf/00000000000000007735a549/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/e171bf/00000000000000007735a549/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/be28cc/00000000000000007735a54a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/be28cc/00000000000000007735a54a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/be28cc/00000000000000007735a54a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/911b23/00000000000000007735a54b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/911b23/00000000000000007735a54b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/911b23/00000000000000007735a54b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/bc6c28/00000000000000007735a54c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/bc6c28/00000000000000007735a54c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/bc6c28/00000000000000007735a54c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/91caf9/00000000000000007735a54d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"), url("https://use.typekit.net/af/91caf9/00000000000000007735a54d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"), url("https://use.typekit.net/af/91caf9/00000000000000007735a54d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
}
.tk-canada-type-gibson {
  font-family: "canada-type-gibson", sans-serif;
}

@font-face {
  font-family: "Bebas Neue";
  font-display: auto;
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  src: url("../webfonts/bebas-neue/BebasNeue-Thin.woff") format("woff");
}
@font-face {
  font-family: "Bebas Neue";
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url("../webfonts/bebas-neue/BebasNeue-Light.woff") format("woff");
}
@font-face {
  font-family: "Bebas Neue";
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("../webfonts/bebas-neue/BebasNeue-Book.woff") format("woff");
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/bebasneue/v9/JTUSjIg69CK48gW7PXoo9WdhyyTh89ZNpQ.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/bebasneue/v9/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Bebas Neue";
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url("../webfonts/bebas-neue/BebasNeue-Bold.woff") format("woff");
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*!
 * Brandstrap v0.0.5 (https://brandstrap.io/)
 * Copyright 2021-2022 The Brandstrap Authors
 * Copyright 2021-2022 Forme Digital.
 * Licensed under MIT
 */
:root {
  --bs-blue: #0000FF;
  --bs-indigo: #6610f2;
  --bs-purple: #F800FF;
  --bs-pink: #FFC0CB;
  --bs-red: #FF0000;
  --bs-orange: #EB6851;
  --bs-yellow: #FFFF00;
  --bs-green: #57A584;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0000FF;
  --bs-secondary: #6c757d;
  --bs-success: #57A584;
  --bs-info: #0dcaf0;
  --bs-warning: #FFFF00;
  --bs-danger: #FF0000;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 0, 255;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 87, 165, 132;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 255, 0;
  --bs-danger-rgb: 255, 0, 0;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0000FF;
  --bs-link-hover-color: #0000cc;
  --bs-code-color: #FFC0CB;
  --bs-highlight-bg: #ffffcc;
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 800;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: #ffffcc;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 0.375rem;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 0.375rem;
  }

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

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

  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 0.625rem;
  }

  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 0.625rem;
  }

  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 0.75rem;
  }

  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 0.75rem;
  }

  .g-sm-10,
.gx-sm-10 {
    --bs-gutter-x: 0.9375rem;
  }

  .g-sm-10,
.gy-sm-10 {
    --bs-gutter-y: 0.9375rem;
  }

  .g-sm-11,
.gx-sm-11 {
    --bs-gutter-x: 1.125rem;
  }

  .g-sm-11,
.gy-sm-11 {
    --bs-gutter-y: 1.125rem;
  }

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

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

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

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

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

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

  .g-sm-15,
.gx-sm-15 {
    --bs-gutter-x: 4.25rem;
  }

  .g-sm-15,
.gy-sm-15 {
    --bs-gutter-y: 4.25rem;
  }

  .g-sm-16,
.gx-sm-16 {
    --bs-gutter-x: 4.75rem;
  }

  .g-sm-16,
.gy-sm-16 {
    --bs-gutter-y: 4.75rem;
  }

  .g-sm-17,
.gx-sm-17 {
    --bs-gutter-x: 6.25rem;
  }

  .g-sm-17,
.gy-sm-17 {
    --bs-gutter-y: 6.25rem;
  }

  .g-sm-18,
.gx-sm-18 {
    --bs-gutter-x: 8.75rem;
  }

  .g-sm-18,
.gy-sm-18 {
    --bs-gutter-y: 8.75rem;
  }

  .g-sm-19,
.gx-sm-19 {
    --bs-gutter-x: 12.5rem;
  }

  .g-sm-19,
.gy-sm-19 {
    --bs-gutter-y: 12.5rem;
  }

  .g-sm-20,
.gx-sm-20 {
    --bs-gutter-x: 18.75rem;
  }

  .g-sm-20,
.gy-sm-20 {
    --bs-gutter-y: 18.75rem;
  }

  .g-sm-21,
.gx-sm-21 {
    --bs-gutter-x: 28.75rem;
  }

  .g-sm-21,
.gy-sm-21 {
    --bs-gutter-y: 28.75rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 0.375rem;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 0.375rem;
  }

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

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

  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 0.625rem;
  }

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 0.625rem;
  }

  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 0.75rem;
  }

  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 0.75rem;
  }

  .g-md-10,
.gx-md-10 {
    --bs-gutter-x: 0.9375rem;
  }

  .g-md-10,
.gy-md-10 {
    --bs-gutter-y: 0.9375rem;
  }

  .g-md-11,
.gx-md-11 {
    --bs-gutter-x: 1.125rem;
  }

  .g-md-11,
.gy-md-11 {
    --bs-gutter-y: 1.125rem;
  }

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

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

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

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

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

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

  .g-md-15,
.gx-md-15 {
    --bs-gutter-x: 4.25rem;
  }

  .g-md-15,
.gy-md-15 {
    --bs-gutter-y: 4.25rem;
  }

  .g-md-16,
.gx-md-16 {
    --bs-gutter-x: 4.75rem;
  }

  .g-md-16,
.gy-md-16 {
    --bs-gutter-y: 4.75rem;
  }

  .g-md-17,
.gx-md-17 {
    --bs-gutter-x: 6.25rem;
  }

  .g-md-17,
.gy-md-17 {
    --bs-gutter-y: 6.25rem;
  }

  .g-md-18,
.gx-md-18 {
    --bs-gutter-x: 8.75rem;
  }

  .g-md-18,
.gy-md-18 {
    --bs-gutter-y: 8.75rem;
  }

  .g-md-19,
.gx-md-19 {
    --bs-gutter-x: 12.5rem;
  }

  .g-md-19,
.gy-md-19 {
    --bs-gutter-y: 12.5rem;
  }

  .g-md-20,
.gx-md-20 {
    --bs-gutter-x: 18.75rem;
  }

  .g-md-20,
.gy-md-20 {
    --bs-gutter-y: 18.75rem;
  }

  .g-md-21,
.gx-md-21 {
    --bs-gutter-x: 28.75rem;
  }

  .g-md-21,
.gy-md-21 {
    --bs-gutter-y: 28.75rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 0.375rem;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 0.375rem;
  }

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

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

  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 0.625rem;
  }

  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 0.625rem;
  }

  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 0.75rem;
  }

  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 0.75rem;
  }

  .g-lg-10,
.gx-lg-10 {
    --bs-gutter-x: 0.9375rem;
  }

  .g-lg-10,
.gy-lg-10 {
    --bs-gutter-y: 0.9375rem;
  }

  .g-lg-11,
.gx-lg-11 {
    --bs-gutter-x: 1.125rem;
  }

  .g-lg-11,
.gy-lg-11 {
    --bs-gutter-y: 1.125rem;
  }

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

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

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

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

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

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

  .g-lg-15,
.gx-lg-15 {
    --bs-gutter-x: 4.25rem;
  }

  .g-lg-15,
.gy-lg-15 {
    --bs-gutter-y: 4.25rem;
  }

  .g-lg-16,
.gx-lg-16 {
    --bs-gutter-x: 4.75rem;
  }

  .g-lg-16,
.gy-lg-16 {
    --bs-gutter-y: 4.75rem;
  }

  .g-lg-17,
.gx-lg-17 {
    --bs-gutter-x: 6.25rem;
  }

  .g-lg-17,
.gy-lg-17 {
    --bs-gutter-y: 6.25rem;
  }

  .g-lg-18,
.gx-lg-18 {
    --bs-gutter-x: 8.75rem;
  }

  .g-lg-18,
.gy-lg-18 {
    --bs-gutter-y: 8.75rem;
  }

  .g-lg-19,
.gx-lg-19 {
    --bs-gutter-x: 12.5rem;
  }

  .g-lg-19,
.gy-lg-19 {
    --bs-gutter-y: 12.5rem;
  }

  .g-lg-20,
.gx-lg-20 {
    --bs-gutter-x: 18.75rem;
  }

  .g-lg-20,
.gy-lg-20 {
    --bs-gutter-y: 18.75rem;
  }

  .g-lg-21,
.gx-lg-21 {
    --bs-gutter-x: 28.75rem;
  }

  .g-lg-21,
.gy-lg-21 {
    --bs-gutter-y: 28.75rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 0.375rem;
  }

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

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

  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 0.625rem;
  }

  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 0.625rem;
  }

  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xl-10,
.gx-xl-10 {
    --bs-gutter-x: 0.9375rem;
  }

  .g-xl-10,
.gy-xl-10 {
    --bs-gutter-y: 0.9375rem;
  }

  .g-xl-11,
.gx-xl-11 {
    --bs-gutter-x: 1.125rem;
  }

  .g-xl-11,
.gy-xl-11 {
    --bs-gutter-y: 1.125rem;
  }

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

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

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

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

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

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

  .g-xl-15,
.gx-xl-15 {
    --bs-gutter-x: 4.25rem;
  }

  .g-xl-15,
.gy-xl-15 {
    --bs-gutter-y: 4.25rem;
  }

  .g-xl-16,
.gx-xl-16 {
    --bs-gutter-x: 4.75rem;
  }

  .g-xl-16,
.gy-xl-16 {
    --bs-gutter-y: 4.75rem;
  }

  .g-xl-17,
.gx-xl-17 {
    --bs-gutter-x: 6.25rem;
  }

  .g-xl-17,
.gy-xl-17 {
    --bs-gutter-y: 6.25rem;
  }

  .g-xl-18,
.gx-xl-18 {
    --bs-gutter-x: 8.75rem;
  }

  .g-xl-18,
.gy-xl-18 {
    --bs-gutter-y: 8.75rem;
  }

  .g-xl-19,
.gx-xl-19 {
    --bs-gutter-x: 12.5rem;
  }

  .g-xl-19,
.gy-xl-19 {
    --bs-gutter-y: 12.5rem;
  }

  .g-xl-20,
.gx-xl-20 {
    --bs-gutter-x: 18.75rem;
  }

  .g-xl-20,
.gy-xl-20 {
    --bs-gutter-y: 18.75rem;
  }

  .g-xl-21,
.gx-xl-21 {
    --bs-gutter-x: 28.75rem;
  }

  .g-xl-21,
.gy-xl-21 {
    --bs-gutter-y: 28.75rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 0.375rem;
  }

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

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

  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 0.625rem;
  }

  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 0.625rem;
  }

  .g-xxl-9,
.gx-xxl-9 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xxl-9,
.gy-xxl-9 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xxl-10,
.gx-xxl-10 {
    --bs-gutter-x: 0.9375rem;
  }

  .g-xxl-10,
.gy-xxl-10 {
    --bs-gutter-y: 0.9375rem;
  }

  .g-xxl-11,
.gx-xxl-11 {
    --bs-gutter-x: 1.125rem;
  }

  .g-xxl-11,
.gy-xxl-11 {
    --bs-gutter-y: 1.125rem;
  }

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

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

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

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

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

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

  .g-xxl-15,
.gx-xxl-15 {
    --bs-gutter-x: 4.25rem;
  }

  .g-xxl-15,
.gy-xxl-15 {
    --bs-gutter-y: 4.25rem;
  }

  .g-xxl-16,
.gx-xxl-16 {
    --bs-gutter-x: 4.75rem;
  }

  .g-xxl-16,
.gy-xxl-16 {
    --bs-gutter-y: 4.75rem;
  }

  .g-xxl-17,
.gx-xxl-17 {
    --bs-gutter-x: 6.25rem;
  }

  .g-xxl-17,
.gy-xxl-17 {
    --bs-gutter-y: 6.25rem;
  }

  .g-xxl-18,
.gx-xxl-18 {
    --bs-gutter-x: 8.75rem;
  }

  .g-xxl-18,
.gy-xxl-18 {
    --bs-gutter-y: 8.75rem;
  }

  .g-xxl-19,
.gx-xxl-19 {
    --bs-gutter-x: 12.5rem;
  }

  .g-xxl-19,
.gy-xxl-19 {
    --bs-gutter-y: 12.5rem;
  }

  .g-xxl-20,
.gx-xxl-20 {
    --bs-gutter-x: 18.75rem;
  }

  .g-xxl-20,
.gy-xxl-20 {
    --bs-gutter-y: 18.75rem;
  }

  .g-xxl-21,
.gx-xxl-21 {
    --bs-gutter-x: 28.75rem;
  }

  .g-xxl-21,
.gy-xxl-21 {
    --bs-gutter-y: 28.75rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-color: #000000;
  --bs-table-bg: #ccccff;
  --bs-table-border-color: #b8b8e6;
  --bs-table-striped-bg: #c2c2f2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8b8e6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdbdec;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

.table-success {
  --bs-table-color: #000000;
  --bs-table-bg: #ddede6;
  --bs-table-border-color: #c7d5cf;
  --bs-table-striped-bg: #d2e1db;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c7d5cf;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ccdbd5;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

.table-warning {
  --bs-table-color: #000000;
  --bs-table-bg: #ffffcc;
  --bs-table-border-color: #e6e6b8;
  --bs-table-striped-bg: #f2f2c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6e6b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ececbd;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000000;
  --bs-table-bg: #ffcccc;
  --bs-table-border-color: #e6b8b8;
  --bs-table-striped-bg: #f2c2c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6b8b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ecbdbd;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0000FF;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3b3ff;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0000FF;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3b3ff;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(87, 165, 132, 0.9);
  border-radius: 0.375rem;
}

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

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

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

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

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #57A584;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #57A584;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(87, 165, 132, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #57A584;
}

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 0.375rem;
}

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

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

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

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

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

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

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

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

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

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #0000FF;
  --bs-btn-border-color: #0000FF;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #0000d9;
  --bs-btn-hover-border-color: #0000cc;
  --bs-btn-focus-shadow-rgb: 38, 38, 255;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #0000cc;
  --bs-btn-active-border-color: #0000bf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #0000FF;
  --bs-btn-disabled-border-color: #0000FF;
}

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #57A584;
  --bs-btn-border-color: #57A584;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #70b396;
  --bs-btn-hover-border-color: #68ae90;
  --bs-btn-focus-shadow-rgb: 74, 140, 112;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #79b79d;
  --bs-btn-active-border-color: #68ae90;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #57A584;
  --bs-btn-disabled-border-color: #57A584;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #FFFF00;
  --bs-btn-border-color: #FFFF00;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffff26;
  --bs-btn-hover-border-color: #ffff1a;
  --bs-btn-focus-shadow-rgb: 217, 217, 0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffff33;
  --bs-btn-active-border-color: #ffff1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #FFFF00;
  --bs-btn-disabled-border-color: #FFFF00;
}

.btn-danger {
  --bs-btn-color: #000000;
  --bs-btn-bg: #FF0000;
  --bs-btn-border-color: #FF0000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ff2626;
  --bs-btn-hover-border-color: #ff1a1a;
  --bs-btn-focus-shadow-rgb: 217, 0, 0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ff3333;
  --bs-btn-active-border-color: #ff1a1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #FF0000;
  --bs-btn-disabled-border-color: #FF0000;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0000FF;
  --bs-btn-border-color: #0000FF;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #0000FF;
  --bs-btn-hover-border-color: #0000FF;
  --bs-btn-focus-shadow-rgb: 0, 0, 255;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #0000FF;
  --bs-btn-active-border-color: #0000FF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0000FF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0000FF;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #57A584;
  --bs-btn-border-color: #57A584;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #57A584;
  --bs-btn-hover-border-color: #57A584;
  --bs-btn-focus-shadow-rgb: 87, 165, 132;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #57A584;
  --bs-btn-active-border-color: #57A584;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #57A584;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #57A584;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

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

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

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

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 38, 38, 255;
  text-decoration: underline;
}
.btn-link:focus {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

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

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

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

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

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

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

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

.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #ffffff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #0000FF;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #ffffff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #ffffff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: #0000FF;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
  --bs-accordion-color: #000000;
  --bs-accordion-bg: #ffffff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230000e6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #8080ff;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0000e6;
  --bs-accordion-active-bg: #e6e6ff;
}

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

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

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

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

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

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

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #ffffff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #0000FF;
  --bs-pagination-active-border-color: #0000FF;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #ffffff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  --bs-alert-color: #000099;
  --bs-alert-bg: #ccccff;
  --bs-alert-border-color: #b3b3ff;
}
.alert-primary .alert-link {
  color: #00007a;
}

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

.alert-success {
  --bs-alert-color: #34634f;
  --bs-alert-bg: #ddede6;
  --bs-alert-border-color: #cde4da;
}
.alert-success .alert-link {
  color: #2a4f3f;
}

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

.alert-warning {
  --bs-alert-color: #666600;
  --bs-alert-bg: #ffffcc;
  --bs-alert-border-color: #ffffb3;
}
.alert-warning .alert-link {
  color: #525200;
}

.alert-danger {
  --bs-alert-color: #990000;
  --bs-alert-bg: #ffcccc;
  --bs-alert-border-color: #ffb3b3;
}
.alert-danger .alert-link {
  color: #7a0000;
}

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

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #ffffff;
  --bs-progress-bar-bg: #0000FF;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

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

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

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

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #ffffff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #ffffff;
  --bs-list-group-active-color: #ffffff;
  --bs-list-group-active-bg: #0000FF;
  --bs-list-group-active-border-color: #0000FF;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

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

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

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

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

.list-group-item-primary {
  color: #000099;
  background-color: #ccccff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #000099;
  background-color: #b8b8e6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #000099;
  border-color: #000099;
}

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

.list-group-item-success {
  color: #34634f;
  background-color: #ddede6;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #34634f;
  background-color: #c7d5cf;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #34634f;
  border-color: #34634f;
}

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

.list-group-item-warning {
  color: #666600;
  background-color: #ffffcc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #666600;
  background-color: #e6e6b8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #666600;
  border-color: #666600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #ffffff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
  margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
  margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
}

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

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

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

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

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

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

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

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

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

.text-bg-primary {
  color: #ffffff;
  background-color: RGBA(0, 0, 255, var(--bs-bg-opacity, 1));
}

.text-bg-secondary {
  color: #ffffff;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1));
}

.text-bg-success {
  color: #000000;
  background-color: RGBA(87, 165, 132, var(--bs-bg-opacity, 1));
}

.text-bg-info {
  color: #000000;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1));
}

.text-bg-warning {
  color: #000000;
  background-color: RGBA(255, 255, 0, var(--bs-bg-opacity, 1));
}

.text-bg-danger {
  color: #000000;
  background-color: RGBA(255, 0, 0, var(--bs-bg-opacity, 1));
}

.text-bg-light {
  color: #000000;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1));
}

.text-bg-dark {
  color: #ffffff;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1));
}

.link-primary {
  color: #0000FF !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0000cc !important;
}

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

.link-success {
  color: #57A584 !important;
}
.link-success:hover, .link-success:focus {
  color: #79b79d !important;
}

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

.link-warning {
  color: #FFFF00 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffff33 !important;
}

.link-danger {
  color: #FF0000 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #ff3333 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

.float-start {
  float: left;
}

.float-end {
  float: right;
}

.float-none {
  float: none;
}

.o-0 {
  opacity: 0;
}

.o-1 {
  opacity: 0.01;
}

.o-2 {
  opacity: 0.02;
}

.o-3 {
  opacity: 0.03;
}

.o-4 {
  opacity: 0.04;
}

.o-5 {
  opacity: 0.05;
}

.o-6 {
  opacity: 0.06;
}

.o-7 {
  opacity: 0.07;
}

.o-8 {
  opacity: 0.08;
}

.o-9 {
  opacity: 0.09;
}

.o-10 {
  opacity: 0.1;
}

.o-11 {
  opacity: 0.11;
}

.o-12 {
  opacity: 0.12;
}

.o-13 {
  opacity: 0.13;
}

.o-14 {
  opacity: 0.14;
}

.o-15 {
  opacity: 0.15;
}

.o-16 {
  opacity: 0.16;
}

.o-17 {
  opacity: 0.17;
}

.o-18 {
  opacity: 0.18;
}

.o-19 {
  opacity: 0.19;
}

.o-20 {
  opacity: 0.2;
}

.o-21 {
  opacity: 0.21;
}

.o-22 {
  opacity: 0.22;
}

.o-23 {
  opacity: 0.23;
}

.o-24 {
  opacity: 0.24;
}

.o-25 {
  opacity: 0.25;
}

.o-26 {
  opacity: 0.26;
}

.o-27 {
  opacity: 0.27;
}

.o-28 {
  opacity: 0.28;
}

.o-29 {
  opacity: 0.29;
}

.o-30 {
  opacity: 0.3;
}

.o-31 {
  opacity: 0.31;
}

.o-32 {
  opacity: 0.32;
}

.o-33 {
  opacity: 0.33;
}

.o-34 {
  opacity: 0.34;
}

.o-35 {
  opacity: 0.35;
}

.o-36 {
  opacity: 0.36;
}

.o-37 {
  opacity: 0.37;
}

.o-38 {
  opacity: 0.38;
}

.o-39 {
  opacity: 0.39;
}

.o-40 {
  opacity: 0.4;
}

.o-41 {
  opacity: 0.41;
}

.o-42 {
  opacity: 0.42;
}

.o-43 {
  opacity: 0.43;
}

.o-44 {
  opacity: 0.44;
}

.o-45 {
  opacity: 0.45;
}

.o-46 {
  opacity: 0.46;
}

.o-47 {
  opacity: 0.47;
}

.o-48 {
  opacity: 0.48;
}

.o-49 {
  opacity: 0.49;
}

.o-50 {
  opacity: 0.5;
}

.o-51 {
  opacity: 0.51;
}

.o-52 {
  opacity: 0.52;
}

.o-53 {
  opacity: 0.53;
}

.o-54 {
  opacity: 0.54;
}

.o-55 {
  opacity: 0.55;
}

.o-56 {
  opacity: 0.56;
}

.o-57 {
  opacity: 0.57;
}

.o-58 {
  opacity: 0.58;
}

.o-59 {
  opacity: 0.59;
}

.o-60 {
  opacity: 0.6;
}

.o-61 {
  opacity: 0.61;
}

.o-62 {
  opacity: 0.62;
}

.o-63 {
  opacity: 0.63;
}

.o-64 {
  opacity: 0.64;
}

.o-65 {
  opacity: 0.65;
}

.o-66 {
  opacity: 0.66;
}

.o-67 {
  opacity: 0.67;
}

.o-68 {
  opacity: 0.68;
}

.o-69 {
  opacity: 0.69;
}

.o-70 {
  opacity: 0.7;
}

.o-71 {
  opacity: 0.71;
}

.o-72 {
  opacity: 0.72;
}

.o-73 {
  opacity: 0.73;
}

.o-74 {
  opacity: 0.74;
}

.o-75 {
  opacity: 0.75;
}

.o-76 {
  opacity: 0.76;
}

.o-77 {
  opacity: 0.77;
}

.o-78 {
  opacity: 0.78;
}

.o-79 {
  opacity: 0.79;
}

.o-80 {
  opacity: 0.8;
}

.o-81 {
  opacity: 0.81;
}

.o-82 {
  opacity: 0.82;
}

.o-83 {
  opacity: 0.83;
}

.o-84 {
  opacity: 0.84;
}

.o-85 {
  opacity: 0.85;
}

.o-86 {
  opacity: 0.86;
}

.o-87 {
  opacity: 0.87;
}

.o-88 {
  opacity: 0.88;
}

.o-89 {
  opacity: 0.89;
}

.o-90 {
  opacity: 0.9;
}

.o-91 {
  opacity: 0.91;
}

.o-92 {
  opacity: 0.92;
}

.o-93 {
  opacity: 0.93;
}

.o-94 {
  opacity: 0.94;
}

.o-95 {
  opacity: 0.95;
}

.o-96 {
  opacity: 0.96;
}

.o-97 {
  opacity: 0.97;
}

.o-98 {
  opacity: 0.98;
}

.o-99 {
  opacity: 0.99;
}

.o-100 {
  opacity: 1;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-grid {
  display: grid;
}

.d-table {
  display: table;
}

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

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

.d-flex {
  display: flex;
}

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

.d-none {
  display: none;
}

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

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

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

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

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.top-50 {
  top: 50%;
}

.top-100 {
  top: 100%;
}

.bottom-0 {
  bottom: 0;
}

.bottom-50 {
  bottom: 50%;
}

.bottom-100 {
  bottom: 100%;
}

.start-0 {
  left: 0;
}

.start-50 {
  left: 50%;
}

.start-100 {
  left: 100%;
}

.end-0 {
  right: 0;
}

.end-50 {
  right: 50%;
}

.end-100 {
  right: 100%;
}

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

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

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

.b-0 {
  --bs-border-width: 0px;
}

.b-1 {
  --bs-border-width: 1px;
}

.b-2 {
  --bs-border-width: 2px;
}

.b-3 {
  --bs-border-width: 3px;
}

.b-4 {
  --bs-border-width: 4px;
}

.b-5 {
  --bs-border-width: 5px;
}

.b-6 {
  --bs-border-width: 6px;
}

.b-7 {
  --bs-border-width: 7px;
}

.b-8 {
  --bs-border-width: 8px;
}

.b-9 {
  --bs-border-width: 9px;
}

.b-10 {
  --bs-border-width: 10px;
}

.b-11 {
  --bs-border-width: 11px;
}

.b-12 {
  --bs-border-width: 12px;
}

.b-13 {
  --bs-border-width: 13px;
}

.b-14 {
  --bs-border-width: 14px;
}

.b-15 {
  --bs-border-width: 15px;
}

.b-16 {
  --bs-border-width: 16px;
}

.b-17 {
  --bs-border-width: 17px;
}

.b-18 {
  --bs-border-width: 18px;
}

.b-19 {
  --bs-border-width: 19px;
}

.b-20 {
  --bs-border-width: 20px;
}

.btw-0 {
  border-top-width: 0px;
}

.btw-1 {
  border-top-width: 1px;
}

.btw-2 {
  border-top-width: 2px;
}

.btw-3 {
  border-top-width: 3px;
}

.btw-4 {
  border-top-width: 4px;
}

.btw-5 {
  border-top-width: 5px;
}

.btw-6 {
  border-top-width: 6px;
}

.btw-7 {
  border-top-width: 7px;
}

.btw-8 {
  border-top-width: 8px;
}

.btw-9 {
  border-top-width: 9px;
}

.btw-10 {
  border-top-width: 10px;
}

.btw-11 {
  border-top-width: 11px;
}

.btw-12 {
  border-top-width: 12px;
}

.btw-13 {
  border-top-width: 13px;
}

.btw-14 {
  border-top-width: 14px;
}

.btw-15 {
  border-top-width: 15px;
}

.btw-16 {
  border-top-width: 16px;
}

.btw-17 {
  border-top-width: 17px;
}

.btw-18 {
  border-top-width: 18px;
}

.btw-19 {
  border-top-width: 19px;
}

.btw-20 {
  border-top-width: 20px;
}

.brw-0 {
  border-right-width: 0px;
}

.brw-1 {
  border-right-width: 1px;
}

.brw-2 {
  border-right-width: 2px;
}

.brw-3 {
  border-right-width: 3px;
}

.brw-4 {
  border-right-width: 4px;
}

.brw-5 {
  border-right-width: 5px;
}

.brw-6 {
  border-right-width: 6px;
}

.brw-7 {
  border-right-width: 7px;
}

.brw-8 {
  border-right-width: 8px;
}

.brw-9 {
  border-right-width: 9px;
}

.brw-10 {
  border-right-width: 10px;
}

.brw-11 {
  border-right-width: 11px;
}

.brw-12 {
  border-right-width: 12px;
}

.brw-13 {
  border-right-width: 13px;
}

.brw-14 {
  border-right-width: 14px;
}

.brw-15 {
  border-right-width: 15px;
}

.brw-16 {
  border-right-width: 16px;
}

.brw-17 {
  border-right-width: 17px;
}

.brw-18 {
  border-right-width: 18px;
}

.brw-19 {
  border-right-width: 19px;
}

.brw-20 {
  border-right-width: 20px;
}

.bbw-0 {
  border-bottom-width: 0px;
}

.bbw-1 {
  border-bottom-width: 1px;
}

.bbw-2 {
  border-bottom-width: 2px;
}

.bbw-3 {
  border-bottom-width: 3px;
}

.bbw-4 {
  border-bottom-width: 4px;
}

.bbw-5 {
  border-bottom-width: 5px;
}

.bbw-6 {
  border-bottom-width: 6px;
}

.bbw-7 {
  border-bottom-width: 7px;
}

.bbw-8 {
  border-bottom-width: 8px;
}

.bbw-9 {
  border-bottom-width: 9px;
}

.bbw-10 {
  border-bottom-width: 10px;
}

.bbw-11 {
  border-bottom-width: 11px;
}

.bbw-12 {
  border-bottom-width: 12px;
}

.bbw-13 {
  border-bottom-width: 13px;
}

.bbw-14 {
  border-bottom-width: 14px;
}

.bbw-15 {
  border-bottom-width: 15px;
}

.bbw-16 {
  border-bottom-width: 16px;
}

.bbw-17 {
  border-bottom-width: 17px;
}

.bbw-18 {
  border-bottom-width: 18px;
}

.bbw-19 {
  border-bottom-width: 19px;
}

.bbw-20 {
  border-bottom-width: 20px;
}

.blw-0 {
  border-left-width: 0px;
}

.blw-1 {
  border-left-width: 1px;
}

.blw-2 {
  border-left-width: 2px;
}

.blw-3 {
  border-left-width: 3px;
}

.blw-4 {
  border-left-width: 4px;
}

.blw-5 {
  border-left-width: 5px;
}

.blw-6 {
  border-left-width: 6px;
}

.blw-7 {
  border-left-width: 7px;
}

.blw-8 {
  border-left-width: 8px;
}

.blw-9 {
  border-left-width: 9px;
}

.blw-10 {
  border-left-width: 10px;
}

.blw-11 {
  border-left-width: 11px;
}

.blw-12 {
  border-left-width: 12px;
}

.blw-13 {
  border-left-width: 13px;
}

.blw-14 {
  border-left-width: 14px;
}

.blw-15 {
  border-left-width: 15px;
}

.blw-16 {
  border-left-width: 16px;
}

.blw-17 {
  border-left-width: 17px;
}

.blw-18 {
  border-left-width: 18px;
}

.blw-19 {
  border-left-width: 19px;
}

.blw-20 {
  border-left-width: 20px;
}

.bc-0 {
  --bs-border-opacity: 1;
  border-color: none;
}

.bc-1 {
  --bs-border-opacity: 1;
  border-color: #FFFF00;
}

.bc-2 {
  --bs-border-opacity: 1;
  border-color: #EB6851;
}

.bc-3 {
  --bs-border-opacity: 1;
  border-color: #FF0000;
}

.bc-4 {
  --bs-border-opacity: 1;
  border-color: #F800FF;
}

.bc-5 {
  --bs-border-opacity: 1;
  border-color: #0000FF;
}

.bc-6 {
  --bs-border-opacity: 1;
  border-color: #57A584;
}

.bc-7 {
  --bs-border-opacity: 1;
  border-color: #964B00;
}

.bc-8 {
  --bs-border-opacity: 1;
  border-color: #FFC0CB;
}

.bc-9 {
  --bs-border-opacity: 1;
  border-color: #7F7F7F;
}

.bc-10 {
  --bs-border-opacity: 1;
  border-color: #ffffff;
}

.bc-11 {
  --bs-border-opacity: 1;
  border-color: #000000;
}

.bc-n {
  --bs-border-opacity: 1;
  border-color: none;
}

.bc-yellow {
  --bs-border-opacity: 1;
  border-color: #FFFF00;
}

.bc-orange {
  --bs-border-opacity: 1;
  border-color: #EB6851;
}

.bc-red {
  --bs-border-opacity: 1;
  border-color: #FF0000;
}

.bc-purple {
  --bs-border-opacity: 1;
  border-color: #F800FF;
}

.bc-blue {
  --bs-border-opacity: 1;
  border-color: #0000FF;
}

.bc-light-green {
  --bs-border-opacity: 1;
  border-color: #D8EAE4;
}

.bc-green {
  --bs-border-opacity: 1;
  border-color: #57A584;
}

.bc-dark-green {
  --bs-border-opacity: 1;
  border-color: #2A4A3C;
}

.bc-dark-green-alt {
  --bs-border-opacity: 1;
  border-color: #2B5541;
}

.bc-brown {
  --bs-border-opacity: 1;
  border-color: #964B00;
}

.bc-pink {
  --bs-border-opacity: 1;
  border-color: #FFC0CB;
}

.bc-gray {
  --bs-border-opacity: 1;
  border-color: #7F7F7F;
}

.bc-white {
  --bs-border-opacity: 1;
  border-color: #ffffff;
}

.bc-black {
  --bs-border-opacity: 1;
  border-color: #000000;
}

.bc-light-gray {
  --bs-border-opacity: 1;
  border-color: #dcdcdc;
}

.bw-0 {
  --bs-border-width: 0px;
}

.bw-1 {
  --bs-border-width: 1px;
}

.bw-2 {
  --bs-border-width: 2px;
}

.bw-3 {
  --bs-border-width: 3px;
}

.bw-4 {
  --bs-border-width: 4px;
}

.bw-5 {
  --bs-border-width: 5px;
}

.bw-6 {
  --bs-border-width: 6px;
}

.bw-7 {
  --bs-border-width: 7px;
}

.bw-8 {
  --bs-border-width: 8px;
}

.bw-9 {
  --bs-border-width: 9px;
}

.bw-10 {
  --bs-border-width: 10px;
}

.bw-11 {
  --bs-border-width: 11px;
}

.bw-12 {
  --bs-border-width: 12px;
}

.bw-13 {
  --bs-border-width: 13px;
}

.bw-14 {
  --bs-border-width: 14px;
}

.bw-15 {
  --bs-border-width: 15px;
}

.bw-16 {
  --bs-border-width: 16px;
}

.bw-17 {
  --bs-border-width: 17px;
}

.bw-18 {
  --bs-border-width: 18px;
}

.bw-19 {
  --bs-border-width: 19px;
}

.bw-20 {
  --bs-border-width: 20px;
}

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

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

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

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

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

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

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

.vw-100 {
  width: 100vw;
}

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

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

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

.vh-100 {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.jc-l {
  justify-content: flex-start;
}

.jc-r {
  justify-content: flex-end;
}

.jc-c {
  justify-content: center;
}

.jc-b {
  justify-content: space-between;
}

.jc-a {
  justify-content: space-around;
}

.jc-e {
  justify-content: space-evenly;
}

.ai-l {
  align-items: flex-start;
}

.ai-r {
  align-items: flex-end;
}

.ai-c {
  align-items: center;
}

.ai-b {
  align-items: baseline;
}

.ai-s {
  align-items: stretch;
}

.ac-l {
  align-content: flex-start;
}

.ac-r {
  align-content: flex-end;
}

.ac-c {
  align-content: center;
}

.ac-b {
  align-content: space-between;
}

.ac-a {
  align-content: space-around;
}

.ac-s {
  align-content: stretch;
}

.as-a {
  align-self: auto;
}

.as-l {
  align-self: flex-start;
}

.as-r {
  align-self: flex-end;
}

.as-c {
  align-self: center;
}

.as-b {
  align-self: baseline;
}

.as-s {
  align-self: stretch;
}

.order-first {
  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-last {
  order: 6;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.0625rem;
}

.m-2 {
  margin: 0.125rem;
}

.m-3 {
  margin: 0.1875rem;
}

.m-4 {
  margin: 0.25rem;
}

.m-5 {
  margin: 0.3125rem;
}

.m-6 {
  margin: 0.375rem;
}

.m-7 {
  margin: 0.5rem;
}

.m-8 {
  margin: 0.625rem;
}

.m-9 {
  margin: 0.75rem;
}

.m-10 {
  margin: 0.9375rem;
}

.m-11 {
  margin: 1.125rem;
}

.m-12 {
  margin: 1.5rem;
}

.m-13 {
  margin: 2rem;
}

.m-14 {
  margin: 3rem;
}

.m-15 {
  margin: 4.25rem;
}

.m-16 {
  margin: 4.75rem;
}

.m-17 {
  margin: 6.25rem;
}

.m-18 {
  margin: 8.75rem;
}

.m-19 {
  margin: 12.5rem;
}

.m-20 {
  margin: 18.75rem;
}

.m-21 {
  margin: 28.75rem;
}

.m-auto {
  margin: auto;
}

.mh-0 {
  margin-right: 0;
  margin-left: 0;
}

.mh-1 {
  margin-right: 0.0625rem;
  margin-left: 0.0625rem;
}

.mh-2 {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}

.mh-3 {
  margin-right: 0.1875rem;
  margin-left: 0.1875rem;
}

.mh-4 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.mh-5 {
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
}

.mh-6 {
  margin-right: 0.375rem;
  margin-left: 0.375rem;
}

.mh-7 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mh-8 {
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

.mh-9 {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.mh-10 {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.mh-11 {
  margin-right: 1.125rem;
  margin-left: 1.125rem;
}

.mh-12 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.mh-13 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.mh-14 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.mh-15 {
  margin-right: 4.25rem;
  margin-left: 4.25rem;
}

.mh-16 {
  margin-right: 4.75rem;
  margin-left: 4.75rem;
}

.mh-17 {
  margin-right: 6.25rem;
  margin-left: 6.25rem;
}

.mh-18 {
  margin-right: 8.75rem;
  margin-left: 8.75rem;
}

.mh-19 {
  margin-right: 12.5rem;
  margin-left: 12.5rem;
}

.mh-20 {
  margin-right: 18.75rem;
  margin-left: 18.75rem;
}

.mh-21 {
  margin-right: 28.75rem;
  margin-left: 28.75rem;
}

.mh-auto {
  margin-right: auto;
  margin-left: auto;
}

.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mv-1 {
  margin-top: 0.0625rem;
  margin-bottom: 0.0625rem;
}

.mv-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.mv-3 {
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
}

.mv-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mv-5 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.mv-6 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.mv-7 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mv-8 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mv-9 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mv-10 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.mv-11 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.mv-12 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mv-13 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mv-14 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mv-15 {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.mv-16 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.mv-17 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.mv-18 {
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}

.mv-19 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.mv-20 {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.mv-21 {
  margin-top: 28.75rem;
  margin-bottom: 28.75rem;
}

.mv-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.mt-1 {
  margin-top: 0.0625rem;
}

.mt-2 {
  margin-top: 0.125rem;
}

.mt-3 {
  margin-top: 0.1875rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.mt-5 {
  margin-top: 0.3125rem;
}

.mt-6 {
  margin-top: 0.375rem;
}

.mt-7 {
  margin-top: 0.5rem;
}

.mt-8 {
  margin-top: 0.625rem;
}

.mt-9 {
  margin-top: 0.75rem;
}

.mt-10 {
  margin-top: 0.9375rem;
}

.mt-11 {
  margin-top: 1.125rem;
}

.mt-12 {
  margin-top: 1.5rem;
}

.mt-13 {
  margin-top: 2rem;
}

.mt-14 {
  margin-top: 3rem;
}

.mt-15 {
  margin-top: 4.25rem;
}

.mt-16 {
  margin-top: 4.75rem;
}

.mt-17 {
  margin-top: 6.25rem;
}

.mt-18 {
  margin-top: 8.75rem;
}

.mt-19 {
  margin-top: 12.5rem;
}

.mt-20 {
  margin-top: 18.75rem;
}

.mt-21 {
  margin-top: 28.75rem;
}

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

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.0625rem;
}

.mr-2 {
  margin-right: 0.125rem;
}

.mr-3 {
  margin-right: 0.1875rem;
}

.mr-4 {
  margin-right: 0.25rem;
}

.mr-5 {
  margin-right: 0.3125rem;
}

.mr-6 {
  margin-right: 0.375rem;
}

.mr-7 {
  margin-right: 0.5rem;
}

.mr-8 {
  margin-right: 0.625rem;
}

.mr-9 {
  margin-right: 0.75rem;
}

.mr-10 {
  margin-right: 0.9375rem;
}

.mr-11 {
  margin-right: 1.125rem;
}

.mr-12 {
  margin-right: 1.5rem;
}

.mr-13 {
  margin-right: 2rem;
}

.mr-14 {
  margin-right: 3rem;
}

.mr-15 {
  margin-right: 4.25rem;
}

.mr-16 {
  margin-right: 4.75rem;
}

.mr-17 {
  margin-right: 6.25rem;
}

.mr-18 {
  margin-right: 8.75rem;
}

.mr-19 {
  margin-right: 12.5rem;
}

.mr-20 {
  margin-right: 18.75rem;
}

.mr-21 {
  margin-right: 28.75rem;
}

.mr-auto {
  margin-right: auto;
}

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

.mb-1 {
  margin-bottom: 0.0625rem;
}

.mb-2 {
  margin-bottom: 0.125rem;
}

.mb-3 {
  margin-bottom: 0.1875rem;
}

.mb-4 {
  margin-bottom: 0.25rem;
}

.mb-5 {
  margin-bottom: 0.3125rem;
}

.mb-6 {
  margin-bottom: 0.375rem;
}

.mb-7 {
  margin-bottom: 0.5rem;
}

.mb-8 {
  margin-bottom: 0.625rem;
}

.mb-9 {
  margin-bottom: 0.75rem;
}

.mb-10 {
  margin-bottom: 0.9375rem;
}

.mb-11 {
  margin-bottom: 1.125rem;
}

.mb-12 {
  margin-bottom: 1.5rem;
}

.mb-13 {
  margin-bottom: 2rem;
}

.mb-14 {
  margin-bottom: 3rem;
}

.mb-15 {
  margin-bottom: 4.25rem;
}

.mb-16 {
  margin-bottom: 4.75rem;
}

.mb-17 {
  margin-bottom: 6.25rem;
}

.mb-18 {
  margin-bottom: 8.75rem;
}

.mb-19 {
  margin-bottom: 12.5rem;
}

.mb-20 {
  margin-bottom: 18.75rem;
}

.mb-21 {
  margin-bottom: 28.75rem;
}

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

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.0625rem;
}

.ml-2 {
  margin-left: 0.125rem;
}

.ml-3 {
  margin-left: 0.1875rem;
}

.ml-4 {
  margin-left: 0.25rem;
}

.ml-5 {
  margin-left: 0.3125rem;
}

.ml-6 {
  margin-left: 0.375rem;
}

.ml-7 {
  margin-left: 0.5rem;
}

.ml-8 {
  margin-left: 0.625rem;
}

.ml-9 {
  margin-left: 0.75rem;
}

.ml-10 {
  margin-left: 0.9375rem;
}

.ml-11 {
  margin-left: 1.125rem;
}

.ml-12 {
  margin-left: 1.5rem;
}

.ml-13 {
  margin-left: 2rem;
}

.ml-14 {
  margin-left: 3rem;
}

.ml-15 {
  margin-left: 4.25rem;
}

.ml-16 {
  margin-left: 4.75rem;
}

.ml-17 {
  margin-left: 6.25rem;
}

.ml-18 {
  margin-left: 8.75rem;
}

.ml-19 {
  margin-left: 12.5rem;
}

.ml-20 {
  margin-left: 18.75rem;
}

.ml-21 {
  margin-left: 28.75rem;
}

.ml-auto {
  margin-left: auto;
}

.m-n1 {
  margin: -0.0625rem;
}

.m-n2 {
  margin: -0.125rem;
}

.m-n3 {
  margin: -0.1875rem;
}

.m-n4 {
  margin: -0.25rem;
}

.m-n5 {
  margin: -0.3125rem;
}

.m-n6 {
  margin: -0.375rem;
}

.m-n7 {
  margin: -0.5rem;
}

.m-n8 {
  margin: -0.625rem;
}

.m-n9 {
  margin: -0.75rem;
}

.m-n10 {
  margin: -0.9375rem;
}

.m-n11 {
  margin: -1.125rem;
}

.m-n12 {
  margin: -1.5rem;
}

.m-n13 {
  margin: -2rem;
}

.m-n14 {
  margin: -3rem;
}

.m-n15 {
  margin: -4.25rem;
}

.m-n16 {
  margin: -4.75rem;
}

.m-n17 {
  margin: -6.25rem;
}

.m-n18 {
  margin: -8.75rem;
}

.m-n19 {
  margin: -12.5rem;
}

.m-n20 {
  margin: -18.75rem;
}

.m-n21 {
  margin: -28.75rem;
}

.mh-n1 {
  margin-right: -0.0625rem;
  margin-left: -0.0625rem;
}

.mh-n2 {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}

.mh-n3 {
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
}

.mh-n4 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.mh-n5 {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}

.mh-n6 {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

.mh-n7 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.mh-n8 {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.mh-n9 {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.mh-n10 {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.mh-n11 {
  margin-right: -1.125rem;
  margin-left: -1.125rem;
}

.mh-n12 {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.mh-n13 {
  margin-right: -2rem;
  margin-left: -2rem;
}

.mh-n14 {
  margin-right: -3rem;
  margin-left: -3rem;
}

.mh-n15 {
  margin-right: -4.25rem;
  margin-left: -4.25rem;
}

.mh-n16 {
  margin-right: -4.75rem;
  margin-left: -4.75rem;
}

.mh-n17 {
  margin-right: -6.25rem;
  margin-left: -6.25rem;
}

.mh-n18 {
  margin-right: -8.75rem;
  margin-left: -8.75rem;
}

.mh-n19 {
  margin-right: -12.5rem;
  margin-left: -12.5rem;
}

.mh-n20 {
  margin-right: -18.75rem;
  margin-left: -18.75rem;
}

.mh-n21 {
  margin-right: -28.75rem;
  margin-left: -28.75rem;
}

.mv-n1 {
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
}

.mv-n2 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.mv-n3 {
  margin-top: -0.1875rem;
  margin-bottom: -0.1875rem;
}

.mv-n4 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.mv-n5 {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

.mv-n6 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.mv-n7 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.mv-n8 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.mv-n9 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.mv-n10 {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.mv-n11 {
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
}

.mv-n12 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.mv-n13 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.mv-n14 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.mv-n15 {
  margin-top: -4.25rem;
  margin-bottom: -4.25rem;
}

.mv-n16 {
  margin-top: -4.75rem;
  margin-bottom: -4.75rem;
}

.mv-n17 {
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}

.mv-n18 {
  margin-top: -8.75rem;
  margin-bottom: -8.75rem;
}

.mv-n19 {
  margin-top: -12.5rem;
  margin-bottom: -12.5rem;
}

.mv-n20 {
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

.mv-n21 {
  margin-top: -28.75rem;
  margin-bottom: -28.75rem;
}

.mt-n1 {
  margin-top: -0.0625rem;
}

.mt-n2 {
  margin-top: -0.125rem;
}

.mt-n3 {
  margin-top: -0.1875rem;
}

.mt-n4 {
  margin-top: -0.25rem;
}

.mt-n5 {
  margin-top: -0.3125rem;
}

.mt-n6 {
  margin-top: -0.375rem;
}

.mt-n7 {
  margin-top: -0.5rem;
}

.mt-n8 {
  margin-top: -0.625rem;
}

.mt-n9 {
  margin-top: -0.75rem;
}

.mt-n10 {
  margin-top: -0.9375rem;
}

.mt-n11 {
  margin-top: -1.125rem;
}

.mt-n12 {
  margin-top: -1.5rem;
}

.mt-n13 {
  margin-top: -2rem;
}

.mt-n14 {
  margin-top: -3rem;
}

.mt-n15 {
  margin-top: -4.25rem;
}

.mt-n16 {
  margin-top: -4.75rem;
}

.mt-n17 {
  margin-top: -6.25rem;
}

.mt-n18 {
  margin-top: -8.75rem;
}

.mt-n19 {
  margin-top: -12.5rem;
}

.mt-n20 {
  margin-top: -18.75rem;
}

.mt-n21 {
  margin-top: -28.75rem;
}

.mr-n1 {
  margin-right: -0.0625rem;
}

.mr-n2 {
  margin-right: -0.125rem;
}

.mr-n3 {
  margin-right: -0.1875rem;
}

.mr-n4 {
  margin-right: -0.25rem;
}

.mr-n5 {
  margin-right: -0.3125rem;
}

.mr-n6 {
  margin-right: -0.375rem;
}

.mr-n7 {
  margin-right: -0.5rem;
}

.mr-n8 {
  margin-right: -0.625rem;
}

.mr-n9 {
  margin-right: -0.75rem;
}

.mr-n10 {
  margin-right: -0.9375rem;
}

.mr-n11 {
  margin-right: -1.125rem;
}

.mr-n12 {
  margin-right: -1.5rem;
}

.mr-n13 {
  margin-right: -2rem;
}

.mr-n14 {
  margin-right: -3rem;
}

.mr-n15 {
  margin-right: -4.25rem;
}

.mr-n16 {
  margin-right: -4.75rem;
}

.mr-n17 {
  margin-right: -6.25rem;
}

.mr-n18 {
  margin-right: -8.75rem;
}

.mr-n19 {
  margin-right: -12.5rem;
}

.mr-n20 {
  margin-right: -18.75rem;
}

.mr-n21 {
  margin-right: -28.75rem;
}

.mb-n1 {
  margin-bottom: -0.0625rem;
}

.mb-n2 {
  margin-bottom: -0.125rem;
}

.mb-n3 {
  margin-bottom: -0.1875rem;
}

.mb-n4 {
  margin-bottom: -0.25rem;
}

.mb-n5 {
  margin-bottom: -0.3125rem;
}

.mb-n6 {
  margin-bottom: -0.375rem;
}

.mb-n7 {
  margin-bottom: -0.5rem;
}

.mb-n8 {
  margin-bottom: -0.625rem;
}

.mb-n9 {
  margin-bottom: -0.75rem;
}

.mb-n10 {
  margin-bottom: -0.9375rem;
}

.mb-n11 {
  margin-bottom: -1.125rem;
}

.mb-n12 {
  margin-bottom: -1.5rem;
}

.mb-n13 {
  margin-bottom: -2rem;
}

.mb-n14 {
  margin-bottom: -3rem;
}

.mb-n15 {
  margin-bottom: -4.25rem;
}

.mb-n16 {
  margin-bottom: -4.75rem;
}

.mb-n17 {
  margin-bottom: -6.25rem;
}

.mb-n18 {
  margin-bottom: -8.75rem;
}

.mb-n19 {
  margin-bottom: -12.5rem;
}

.mb-n20 {
  margin-bottom: -18.75rem;
}

.mb-n21 {
  margin-bottom: -28.75rem;
}

.ml-n1 {
  margin-left: -0.0625rem;
}

.ml-n2 {
  margin-left: -0.125rem;
}

.ml-n3 {
  margin-left: -0.1875rem;
}

.ml-n4 {
  margin-left: -0.25rem;
}

.ml-n5 {
  margin-left: -0.3125rem;
}

.ml-n6 {
  margin-left: -0.375rem;
}

.ml-n7 {
  margin-left: -0.5rem;
}

.ml-n8 {
  margin-left: -0.625rem;
}

.ml-n9 {
  margin-left: -0.75rem;
}

.ml-n10 {
  margin-left: -0.9375rem;
}

.ml-n11 {
  margin-left: -1.125rem;
}

.ml-n12 {
  margin-left: -1.5rem;
}

.ml-n13 {
  margin-left: -2rem;
}

.ml-n14 {
  margin-left: -3rem;
}

.ml-n15 {
  margin-left: -4.25rem;
}

.ml-n16 {
  margin-left: -4.75rem;
}

.ml-n17 {
  margin-left: -6.25rem;
}

.ml-n18 {
  margin-left: -8.75rem;
}

.ml-n19 {
  margin-left: -12.5rem;
}

.ml-n20 {
  margin-left: -18.75rem;
}

.ml-n21 {
  margin-left: -28.75rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.0625rem;
}

.p-2 {
  padding: 0.125rem;
}

.p-3 {
  padding: 0.1875rem;
}

.p-4 {
  padding: 0.25rem;
}

.p-5 {
  padding: 0.3125rem;
}

.p-6 {
  padding: 0.375rem;
}

.p-7 {
  padding: 0.5rem;
}

.p-8 {
  padding: 0.625rem;
}

.p-9 {
  padding: 0.75rem;
}

.p-10 {
  padding: 0.9375rem;
}

.p-11 {
  padding: 1.125rem;
}

.p-12 {
  padding: 1.5rem;
}

.p-13 {
  padding: 2rem;
}

.p-14 {
  padding: 3rem;
}

.p-15 {
  padding: 4.25rem;
}

.p-16 {
  padding: 4.75rem;
}

.p-17 {
  padding: 6.25rem;
}

.p-18 {
  padding: 8.75rem;
}

.p-19 {
  padding: 12.5rem;
}

.p-20 {
  padding: 18.75rem;
}

.p-21 {
  padding: 28.75rem;
}

.ph-0 {
  padding-right: 0;
  padding-left: 0;
}

.ph-1 {
  padding-right: 0.0625rem;
  padding-left: 0.0625rem;
}

.ph-2 {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}

.ph-3 {
  padding-right: 0.1875rem;
  padding-left: 0.1875rem;
}

.ph-4 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.ph-5 {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

.ph-6 {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.ph-7 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.ph-8 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.ph-9 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.ph-10 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.ph-11 {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.ph-12 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.ph-13 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.ph-14 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.ph-15 {
  padding-right: 4.25rem;
  padding-left: 4.25rem;
}

.ph-16 {
  padding-right: 4.75rem;
  padding-left: 4.75rem;
}

.ph-17 {
  padding-right: 6.25rem;
  padding-left: 6.25rem;
}

.ph-18 {
  padding-right: 8.75rem;
  padding-left: 8.75rem;
}

.ph-19 {
  padding-right: 12.5rem;
  padding-left: 12.5rem;
}

.ph-20 {
  padding-right: 18.75rem;
  padding-left: 18.75rem;
}

.ph-21 {
  padding-right: 28.75rem;
  padding-left: 28.75rem;
}

.pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv-1 {
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}

.pv-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.pv-3 {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.pv-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pv-5 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.pv-6 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.pv-7 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pv-8 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.pv-9 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pv-10 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.pv-11 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.pv-12 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pv-13 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pv-14 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pv-15 {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.pv-16 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.pv-17 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.pv-18 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.pv-19 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.pv-20 {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.pv-21 {
  padding-top: 28.75rem;
  padding-bottom: 28.75rem;
}

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

.pt-1 {
  padding-top: 0.0625rem;
}

.pt-2 {
  padding-top: 0.125rem;
}

.pt-3 {
  padding-top: 0.1875rem;
}

.pt-4 {
  padding-top: 0.25rem;
}

.pt-5 {
  padding-top: 0.3125rem;
}

.pt-6 {
  padding-top: 0.375rem;
}

.pt-7 {
  padding-top: 0.5rem;
}

.pt-8 {
  padding-top: 0.625rem;
}

.pt-9 {
  padding-top: 0.75rem;
}

.pt-10 {
  padding-top: 0.9375rem;
}

.pt-11 {
  padding-top: 1.125rem;
}

.pt-12 {
  padding-top: 1.5rem;
}

.pt-13 {
  padding-top: 2rem;
}

.pt-14 {
  padding-top: 3rem;
}

.pt-15 {
  padding-top: 4.25rem;
}

.pt-16 {
  padding-top: 4.75rem;
}

.pt-17 {
  padding-top: 6.25rem;
}

.pt-18 {
  padding-top: 8.75rem;
}

.pt-19 {
  padding-top: 12.5rem;
}

.pt-20 {
  padding-top: 18.75rem;
}

.pt-21 {
  padding-top: 28.75rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.0625rem;
}

.pr-2 {
  padding-right: 0.125rem;
}

.pr-3 {
  padding-right: 0.1875rem;
}

.pr-4 {
  padding-right: 0.25rem;
}

.pr-5 {
  padding-right: 0.3125rem;
}

.pr-6 {
  padding-right: 0.375rem;
}

.pr-7 {
  padding-right: 0.5rem;
}

.pr-8 {
  padding-right: 0.625rem;
}

.pr-9 {
  padding-right: 0.75rem;
}

.pr-10 {
  padding-right: 0.9375rem;
}

.pr-11 {
  padding-right: 1.125rem;
}

.pr-12 {
  padding-right: 1.5rem;
}

.pr-13 {
  padding-right: 2rem;
}

.pr-14 {
  padding-right: 3rem;
}

.pr-15 {
  padding-right: 4.25rem;
}

.pr-16 {
  padding-right: 4.75rem;
}

.pr-17 {
  padding-right: 6.25rem;
}

.pr-18 {
  padding-right: 8.75rem;
}

.pr-19 {
  padding-right: 12.5rem;
}

.pr-20 {
  padding-right: 18.75rem;
}

.pr-21 {
  padding-right: 28.75rem;
}

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

.pb-1 {
  padding-bottom: 0.0625rem;
}

.pb-2 {
  padding-bottom: 0.125rem;
}

.pb-3 {
  padding-bottom: 0.1875rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.pb-5 {
  padding-bottom: 0.3125rem;
}

.pb-6 {
  padding-bottom: 0.375rem;
}

.pb-7 {
  padding-bottom: 0.5rem;
}

.pb-8 {
  padding-bottom: 0.625rem;
}

.pb-9 {
  padding-bottom: 0.75rem;
}

.pb-10 {
  padding-bottom: 0.9375rem;
}

.pb-11 {
  padding-bottom: 1.125rem;
}

.pb-12 {
  padding-bottom: 1.5rem;
}

.pb-13 {
  padding-bottom: 2rem;
}

.pb-14 {
  padding-bottom: 3rem;
}

.pb-15 {
  padding-bottom: 4.25rem;
}

.pb-16 {
  padding-bottom: 4.75rem;
}

.pb-17 {
  padding-bottom: 6.25rem;
}

.pb-18 {
  padding-bottom: 8.75rem;
}

.pb-19 {
  padding-bottom: 12.5rem;
}

.pb-20 {
  padding-bottom: 18.75rem;
}

.pb-21 {
  padding-bottom: 28.75rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.0625rem;
}

.pl-2 {
  padding-left: 0.125rem;
}

.pl-3 {
  padding-left: 0.1875rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.pl-5 {
  padding-left: 0.3125rem;
}

.pl-6 {
  padding-left: 0.375rem;
}

.pl-7 {
  padding-left: 0.5rem;
}

.pl-8 {
  padding-left: 0.625rem;
}

.pl-9 {
  padding-left: 0.75rem;
}

.pl-10 {
  padding-left: 0.9375rem;
}

.pl-11 {
  padding-left: 1.125rem;
}

.pl-12 {
  padding-left: 1.5rem;
}

.pl-13 {
  padding-left: 2rem;
}

.pl-14 {
  padding-left: 3rem;
}

.pl-15 {
  padding-left: 4.25rem;
}

.pl-16 {
  padding-left: 4.75rem;
}

.pl-17 {
  padding-left: 6.25rem;
}

.pl-18 {
  padding-left: 8.75rem;
}

.pl-19 {
  padding-left: 12.5rem;
}

.pl-20 {
  padding-left: 18.75rem;
}

.pl-21 {
  padding-left: 28.75rem;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.0625rem;
}

.gap-2 {
  gap: 0.125rem;
}

.gap-3 {
  gap: 0.1875rem;
}

.gap-4 {
  gap: 0.25rem;
}

.gap-5 {
  gap: 0.3125rem;
}

.gap-6 {
  gap: 0.375rem;
}

.gap-7 {
  gap: 0.5rem;
}

.gap-8 {
  gap: 0.625rem;
}

.gap-9 {
  gap: 0.75rem;
}

.gap-10 {
  gap: 0.9375rem;
}

.gap-11 {
  gap: 1.125rem;
}

.gap-12 {
  gap: 1.5rem;
}

.gap-13 {
  gap: 2rem;
}

.gap-14 {
  gap: 3rem;
}

.gap-15 {
  gap: 4.25rem;
}

.gap-16 {
  gap: 4.75rem;
}

.gap-17 {
  gap: 6.25rem;
}

.gap-18 {
  gap: 8.75rem;
}

.gap-19 {
  gap: 12.5rem;
}

.gap-20 {
  gap: 18.75rem;
}

.gap-21 {
  gap: 28.75rem;
}

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

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

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

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

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

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

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

.fs-7 {
  font-size: 0.4375rem;
}

.fs-8 {
  font-size: 0.5rem;
}

.fs-9 {
  font-size: 0.5625rem;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: calc(1.25625rem + 0.075vw);
}

.fs-22 {
  font-size: calc(1.2625rem + 0.15vw);
}

.fs-23 {
  font-size: calc(1.26875rem + 0.225vw);
}

.fs-24 {
  font-size: calc(1.275rem + 0.3vw);
}

.fs-25 {
  font-size: calc(1.28125rem + 0.375vw);
}

.fs-26 {
  font-size: calc(1.2875rem + 0.45vw);
}

.fs-27 {
  font-size: calc(1.29375rem + 0.525vw);
}

.fs-28 {
  font-size: calc(1.3rem + 0.6vw);
}

.fs-29 {
  font-size: calc(1.30625rem + 0.675vw);
}

.fs-30 {
  font-size: calc(1.3125rem + 0.75vw);
}

.fs-31 {
  font-size: calc(1.31875rem + 0.825vw);
}

.fs-32 {
  font-size: calc(1.325rem + 0.9vw);
}

.fs-33 {
  font-size: calc(1.33125rem + 0.975vw);
}

.fs-34 {
  font-size: calc(1.3375rem + 1.05vw);
}

.fs-35 {
  font-size: calc(1.34375rem + 1.125vw);
}

.fs-36 {
  font-size: calc(1.35rem + 1.2vw);
}

.fs-37 {
  font-size: calc(1.35625rem + 1.275vw);
}

.fs-38 {
  font-size: calc(1.3625rem + 1.35vw);
}

.fs-39 {
  font-size: calc(1.36875rem + 1.425vw);
}

.fs-40 {
  font-size: calc(1.375rem + 1.5vw);
}

.fs-41 {
  font-size: calc(1.38125rem + 1.575vw);
}

.fs-42 {
  font-size: calc(1.3875rem + 1.65vw);
}

.fs-43 {
  font-size: calc(1.39375rem + 1.725vw);
}

.fs-44 {
  font-size: calc(1.4rem + 1.8vw);
}

.fs-45 {
  font-size: calc(1.40625rem + 1.875vw);
}

.fs-46 {
  font-size: calc(1.4125rem + 1.95vw);
}

.fs-47 {
  font-size: calc(1.41875rem + 2.025vw);
}

.fs-48 {
  font-size: calc(1.425rem + 2.1vw);
}

.fs-49 {
  font-size: calc(1.43125rem + 2.175vw);
}

.fs-50 {
  font-size: calc(1.4375rem + 2.25vw);
}

.fs-51 {
  font-size: calc(1.44375rem + 2.325vw);
}

.fs-52 {
  font-size: calc(1.45rem + 2.4vw);
}

.fs-53 {
  font-size: calc(1.45625rem + 2.475vw);
}

.fs-54 {
  font-size: calc(1.4625rem + 2.55vw);
}

.fs-55 {
  font-size: calc(1.46875rem + 2.625vw);
}

.fs-56 {
  font-size: calc(1.475rem + 2.7vw);
}

.fs-57 {
  font-size: calc(1.48125rem + 2.775vw);
}

.fs-58 {
  font-size: calc(1.4875rem + 2.85vw);
}

.fs-59 {
  font-size: calc(1.49375rem + 2.925vw);
}

.fs-60 {
  font-size: calc(1.5rem + 3vw);
}

.fs-61 {
  font-size: calc(1.50625rem + 3.075vw);
}

.fs-62 {
  font-size: calc(1.5125rem + 3.15vw);
}

.fs-63 {
  font-size: calc(1.51875rem + 3.225vw);
}

.fs-64 {
  font-size: calc(1.525rem + 3.3vw);
}

.fs-65 {
  font-size: calc(1.53125rem + 3.375vw);
}

.fs-66 {
  font-size: calc(1.5375rem + 3.45vw);
}

.fs-67 {
  font-size: calc(1.54375rem + 3.525vw);
}

.fs-68 {
  font-size: calc(1.55rem + 3.6vw);
}

.fs-69 {
  font-size: calc(1.55625rem + 3.675vw);
}

.fs-70 {
  font-size: calc(1.5625rem + 3.75vw);
}

.fs-71 {
  font-size: calc(1.56875rem + 3.825vw);
}

.fs-72 {
  font-size: calc(1.575rem + 3.9vw);
}

.fs-73 {
  font-size: calc(1.58125rem + 3.975vw);
}

.fs-74 {
  font-size: calc(1.5875rem + 4.05vw);
}

.fs-75 {
  font-size: calc(1.59375rem + 4.125vw);
}

.fs-76 {
  font-size: calc(1.6rem + 4.2vw);
}

.fs-77 {
  font-size: calc(1.60625rem + 4.275vw);
}

.fs-78 {
  font-size: calc(1.6125rem + 4.35vw);
}

.fs-79 {
  font-size: calc(1.61875rem + 4.425vw);
}

.fs-80 {
  font-size: calc(1.625rem + 4.5vw);
}

.fs-81 {
  font-size: calc(1.63125rem + 4.575vw);
}

.fs-82 {
  font-size: calc(1.6375rem + 4.65vw);
}

.fs-83 {
  font-size: calc(1.64375rem + 4.725vw);
}

.fs-84 {
  font-size: calc(1.65rem + 4.8vw);
}

.fs-85 {
  font-size: calc(1.65625rem + 4.875vw);
}

.fs-86 {
  font-size: calc(1.6625rem + 4.95vw);
}

.fs-87 {
  font-size: calc(1.66875rem + 5.025vw);
}

.fs-88 {
  font-size: calc(1.675rem + 5.1vw);
}

.fs-89 {
  font-size: calc(1.68125rem + 5.175vw);
}

.fs-90 {
  font-size: calc(1.6875rem + 5.25vw);
}

.fs-91 {
  font-size: calc(1.69375rem + 5.325vw);
}

.fs-92 {
  font-size: calc(1.7rem + 5.4vw);
}

.fs-93 {
  font-size: calc(1.70625rem + 5.475vw);
}

.fs-94 {
  font-size: calc(1.7125rem + 5.55vw);
}

.fs-95 {
  font-size: calc(1.71875rem + 5.625vw);
}

.fs-96 {
  font-size: calc(1.725rem + 5.7vw);
}

.fs-97 {
  font-size: calc(1.73125rem + 5.775vw);
}

.fs-98 {
  font-size: calc(1.7375rem + 5.85vw);
}

.fs-99 {
  font-size: calc(1.74375rem + 5.925vw);
}

.fs-100 {
  font-size: calc(1.75rem + 6vw);
}

.fs-101 {
  font-size: calc(1.75625rem + 6.075vw);
}

.fs-102 {
  font-size: calc(1.7625rem + 6.15vw);
}

.fs-103 {
  font-size: calc(1.76875rem + 6.225vw);
}

.fs-104 {
  font-size: calc(1.775rem + 6.3vw);
}

.fs-105 {
  font-size: calc(1.78125rem + 6.375vw);
}

.fs-106 {
  font-size: calc(1.7875rem + 6.45vw);
}

.fs-107 {
  font-size: calc(1.79375rem + 6.525vw);
}

.fs-108 {
  font-size: calc(1.8rem + 6.6vw);
}

.fs-109 {
  font-size: calc(1.80625rem + 6.675vw);
}

.fs-110 {
  font-size: calc(1.8125rem + 6.75vw);
}

.fs-111 {
  font-size: calc(1.81875rem + 6.825vw);
}

.fs-112 {
  font-size: calc(1.825rem + 6.9vw);
}

.fs-113 {
  font-size: calc(1.83125rem + 6.975vw);
}

.fs-114 {
  font-size: calc(1.8375rem + 7.05vw);
}

.fs-115 {
  font-size: calc(1.84375rem + 7.125vw);
}

.fs-116 {
  font-size: calc(1.85rem + 7.2vw);
}

.fs-117 {
  font-size: calc(1.85625rem + 7.275vw);
}

.fs-118 {
  font-size: calc(1.8625rem + 7.35vw);
}

.fs-119 {
  font-size: calc(1.86875rem + 7.425vw);
}

.fs-120 {
  font-size: calc(1.875rem + 7.5vw);
}

.fs-121 {
  font-size: calc(1.88125rem + 7.575vw);
}

.fs-122 {
  font-size: calc(1.8875rem + 7.65vw);
}

.fs-123 {
  font-size: calc(1.89375rem + 7.725vw);
}

.fs-124 {
  font-size: calc(1.9rem + 7.8vw);
}

.fs-125 {
  font-size: calc(1.90625rem + 7.875vw);
}

.fs-126 {
  font-size: calc(1.9125rem + 7.95vw);
}

.fs-127 {
  font-size: calc(1.91875rem + 8.025vw);
}

.fs-128 {
  font-size: calc(1.925rem + 8.1vw);
}

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

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

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

.fw-lighter {
  font-weight: 200;
}

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

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

.fw-book {
  font-weight: 500;
}

.fw-medium {
  font-weight: 600;
}

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

.fw-bolder {
  font-weight: 800;
}

.fw-boldest {
  font-weight: 900;
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.lh-1 {
  line-height: calc(1.375rem + 1.5vw);
}

.lh-2 {
  line-height: calc(1.325rem + 0.9vw);
}

.lh-3 {
  line-height: calc(1.3rem + 0.6vw);
}

.lh-4 {
  line-height: calc(1.275rem + 0.3vw);
}

.lh-5 {
  line-height: 1.25rem;
}

.lh-6 {
  line-height: 1rem;
}

.lh-7 {
  line-height: 0.4375rem;
}

.lh-8 {
  line-height: 0.5rem;
}

.lh-9 {
  line-height: 0.5625rem;
}

.lh-10 {
  line-height: 0.625rem;
}

.lh-11 {
  line-height: 0.6875rem;
}

.lh-12 {
  line-height: 0.75rem;
}

.lh-13 {
  line-height: 0.8125rem;
}

.lh-14 {
  line-height: 0.875rem;
}

.lh-15 {
  line-height: 0.9375rem;
}

.lh-16 {
  line-height: 1rem;
}

.lh-17 {
  line-height: 1.0625rem;
}

.lh-18 {
  line-height: 1.125rem;
}

.lh-19 {
  line-height: 1.1875rem;
}

.lh-20 {
  line-height: 1.25rem;
}

.lh-21 {
  line-height: calc(1.25625rem + 0.075vw);
}

.lh-22 {
  line-height: calc(1.2625rem + 0.15vw);
}

.lh-23 {
  line-height: calc(1.26875rem + 0.225vw);
}

.lh-24 {
  line-height: calc(1.275rem + 0.3vw);
}

.lh-25 {
  line-height: calc(1.28125rem + 0.375vw);
}

.lh-26 {
  line-height: calc(1.2875rem + 0.45vw);
}

.lh-27 {
  line-height: calc(1.29375rem + 0.525vw);
}

.lh-28 {
  line-height: calc(1.3rem + 0.6vw);
}

.lh-29 {
  line-height: calc(1.30625rem + 0.675vw);
}

.lh-30 {
  line-height: calc(1.3125rem + 0.75vw);
}

.lh-31 {
  line-height: calc(1.31875rem + 0.825vw);
}

.lh-32 {
  line-height: calc(1.325rem + 0.9vw);
}

.lh-33 {
  line-height: calc(1.33125rem + 0.975vw);
}

.lh-34 {
  line-height: calc(1.3375rem + 1.05vw);
}

.lh-35 {
  line-height: calc(1.34375rem + 1.125vw);
}

.lh-36 {
  line-height: calc(1.35rem + 1.2vw);
}

.lh-37 {
  line-height: calc(1.35625rem + 1.275vw);
}

.lh-38 {
  line-height: calc(1.3625rem + 1.35vw);
}

.lh-39 {
  line-height: calc(1.36875rem + 1.425vw);
}

.lh-40 {
  line-height: calc(1.375rem + 1.5vw);
}

.lh-41 {
  line-height: calc(1.38125rem + 1.575vw);
}

.lh-42 {
  line-height: calc(1.3875rem + 1.65vw);
}

.lh-43 {
  line-height: calc(1.39375rem + 1.725vw);
}

.lh-44 {
  line-height: calc(1.4rem + 1.8vw);
}

.lh-45 {
  line-height: calc(1.40625rem + 1.875vw);
}

.lh-46 {
  line-height: calc(1.4125rem + 1.95vw);
}

.lh-47 {
  line-height: calc(1.41875rem + 2.025vw);
}

.lh-48 {
  line-height: calc(1.425rem + 2.1vw);
}

.lh-49 {
  line-height: calc(1.43125rem + 2.175vw);
}

.lh-50 {
  line-height: calc(1.4375rem + 2.25vw);
}

.lh-51 {
  line-height: calc(1.44375rem + 2.325vw);
}

.lh-52 {
  line-height: calc(1.45rem + 2.4vw);
}

.lh-53 {
  line-height: calc(1.45625rem + 2.475vw);
}

.lh-54 {
  line-height: calc(1.4625rem + 2.55vw);
}

.lh-55 {
  line-height: calc(1.46875rem + 2.625vw);
}

.lh-56 {
  line-height: calc(1.475rem + 2.7vw);
}

.lh-57 {
  line-height: calc(1.48125rem + 2.775vw);
}

.lh-58 {
  line-height: calc(1.4875rem + 2.85vw);
}

.lh-59 {
  line-height: calc(1.49375rem + 2.925vw);
}

.lh-60 {
  line-height: calc(1.5rem + 3vw);
}

.lh-61 {
  line-height: calc(1.50625rem + 3.075vw);
}

.lh-62 {
  line-height: calc(1.5125rem + 3.15vw);
}

.lh-63 {
  line-height: calc(1.51875rem + 3.225vw);
}

.lh-64 {
  line-height: calc(1.525rem + 3.3vw);
}

.lh-65 {
  line-height: calc(1.53125rem + 3.375vw);
}

.lh-66 {
  line-height: calc(1.5375rem + 3.45vw);
}

.lh-67 {
  line-height: calc(1.54375rem + 3.525vw);
}

.lh-68 {
  line-height: calc(1.55rem + 3.6vw);
}

.lh-69 {
  line-height: calc(1.55625rem + 3.675vw);
}

.lh-70 {
  line-height: calc(1.5625rem + 3.75vw);
}

.lh-71 {
  line-height: calc(1.56875rem + 3.825vw);
}

.lh-72 {
  line-height: calc(1.575rem + 3.9vw);
}

.lh-73 {
  line-height: calc(1.58125rem + 3.975vw);
}

.lh-74 {
  line-height: calc(1.5875rem + 4.05vw);
}

.lh-75 {
  line-height: calc(1.59375rem + 4.125vw);
}

.lh-76 {
  line-height: calc(1.6rem + 4.2vw);
}

.lh-77 {
  line-height: calc(1.60625rem + 4.275vw);
}

.lh-78 {
  line-height: calc(1.6125rem + 4.35vw);
}

.lh-79 {
  line-height: calc(1.61875rem + 4.425vw);
}

.lh-80 {
  line-height: calc(1.625rem + 4.5vw);
}

.lh-81 {
  line-height: calc(1.63125rem + 4.575vw);
}

.lh-82 {
  line-height: calc(1.6375rem + 4.65vw);
}

.lh-83 {
  line-height: calc(1.64375rem + 4.725vw);
}

.lh-84 {
  line-height: calc(1.65rem + 4.8vw);
}

.lh-85 {
  line-height: calc(1.65625rem + 4.875vw);
}

.lh-86 {
  line-height: calc(1.6625rem + 4.95vw);
}

.lh-87 {
  line-height: calc(1.66875rem + 5.025vw);
}

.lh-88 {
  line-height: calc(1.675rem + 5.1vw);
}

.lh-89 {
  line-height: calc(1.68125rem + 5.175vw);
}

.lh-90 {
  line-height: calc(1.6875rem + 5.25vw);
}

.lh-91 {
  line-height: calc(1.69375rem + 5.325vw);
}

.lh-92 {
  line-height: calc(1.7rem + 5.4vw);
}

.lh-93 {
  line-height: calc(1.70625rem + 5.475vw);
}

.lh-94 {
  line-height: calc(1.7125rem + 5.55vw);
}

.lh-95 {
  line-height: calc(1.71875rem + 5.625vw);
}

.lh-96 {
  line-height: calc(1.725rem + 5.7vw);
}

.lh-97 {
  line-height: calc(1.73125rem + 5.775vw);
}

.lh-98 {
  line-height: calc(1.7375rem + 5.85vw);
}

.lh-99 {
  line-height: calc(1.74375rem + 5.925vw);
}

.lh-100 {
  line-height: calc(1.75rem + 6vw);
}

.lh-101 {
  line-height: calc(1.75625rem + 6.075vw);
}

.lh-102 {
  line-height: calc(1.7625rem + 6.15vw);
}

.lh-103 {
  line-height: calc(1.76875rem + 6.225vw);
}

.lh-104 {
  line-height: calc(1.775rem + 6.3vw);
}

.lh-105 {
  line-height: calc(1.78125rem + 6.375vw);
}

.lh-106 {
  line-height: calc(1.7875rem + 6.45vw);
}

.lh-107 {
  line-height: calc(1.79375rem + 6.525vw);
}

.lh-108 {
  line-height: calc(1.8rem + 6.6vw);
}

.lh-109 {
  line-height: calc(1.80625rem + 6.675vw);
}

.lh-110 {
  line-height: calc(1.8125rem + 6.75vw);
}

.lh-111 {
  line-height: calc(1.81875rem + 6.825vw);
}

.lh-112 {
  line-height: calc(1.825rem + 6.9vw);
}

.lh-113 {
  line-height: calc(1.83125rem + 6.975vw);
}

.lh-114 {
  line-height: calc(1.8375rem + 7.05vw);
}

.lh-115 {
  line-height: calc(1.84375rem + 7.125vw);
}

.lh-116 {
  line-height: calc(1.85rem + 7.2vw);
}

.lh-117 {
  line-height: calc(1.85625rem + 7.275vw);
}

.lh-118 {
  line-height: calc(1.8625rem + 7.35vw);
}

.lh-119 {
  line-height: calc(1.86875rem + 7.425vw);
}

.lh-120 {
  line-height: calc(1.875rem + 7.5vw);
}

.lh-121 {
  line-height: calc(1.88125rem + 7.575vw);
}

.lh-122 {
  line-height: calc(1.8875rem + 7.65vw);
}

.lh-123 {
  line-height: calc(1.89375rem + 7.725vw);
}

.lh-124 {
  line-height: calc(1.9rem + 7.8vw);
}

.lh-125 {
  line-height: calc(1.90625rem + 7.875vw);
}

.lh-126 {
  line-height: calc(1.9125rem + 7.95vw);
}

.lh-127 {
  line-height: calc(1.91875rem + 8.025vw);
}

.lh-128 {
  line-height: calc(1.925rem + 8.1vw);
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

.td-n {
  text-decoration: none;
}

.td-u {
  text-decoration: underline;
}

.td-l {
  text-decoration: line-through;
}

.tt-l {
  text-transform: lowercase;
}

.tt-u {
  text-transform: uppercase;
}

.tt-c {
  text-transform: capitalize;
}

.tt-n {
  text-transform: none;
}

.tt-r {
  text-transform: revert;
}

.tt-i {
  text-transform: inherit;
}

.tt-init {
  text-transform: initial;
}

.ws-w {
  white-space: normal;
}

.ws-n {
  white-space: nowrap;
}

/* rtl:begin:remove */
.ww-b {
  word-wrap: break-word;
  word-break: break-word;
}

/* rtl:end:remove */
.c-0 {
  --bs-text-opacity: 1;
  color: none;
}

.c-1 {
  --bs-text-opacity: 1;
  color: #FFFF00;
}

.c-2 {
  --bs-text-opacity: 1;
  color: #EB6851;
}

.c-3 {
  --bs-text-opacity: 1;
  color: #FF0000;
}

.c-4 {
  --bs-text-opacity: 1;
  color: #F800FF;
}

.c-5 {
  --bs-text-opacity: 1;
  color: #0000FF;
}

.c-6 {
  --bs-text-opacity: 1;
  color: #57A584;
}

.c-7 {
  --bs-text-opacity: 1;
  color: #964B00;
}

.c-8 {
  --bs-text-opacity: 1;
  color: #FFC0CB;
}

.c-9 {
  --bs-text-opacity: 1;
  color: #7F7F7F;
}

.c-10 {
  --bs-text-opacity: 1;
  color: #ffffff;
}

.c-11 {
  --bs-text-opacity: 1;
  color: #000000;
}

.c-n {
  --bs-text-opacity: 1;
  color: none;
}

.c-yellow {
  --bs-text-opacity: 1;
  color: #FFFF00;
}

.c-orange {
  --bs-text-opacity: 1;
  color: #EB6851;
}

.c-red {
  --bs-text-opacity: 1;
  color: #FF0000;
}

.c-purple {
  --bs-text-opacity: 1;
  color: #F800FF;
}

.c-blue {
  --bs-text-opacity: 1;
  color: #0000FF;
}

.c-light-green {
  --bs-text-opacity: 1;
  color: #D8EAE4;
}

.c-green {
  --bs-text-opacity: 1;
  color: #57A584;
}

.c-dark-green {
  --bs-text-opacity: 1;
  color: #2A4A3C;
}

.c-dark-green-alt {
  --bs-text-opacity: 1;
  color: #2B5541;
}

.c-brown {
  --bs-text-opacity: 1;
  color: #964B00;
}

.c-pink {
  --bs-text-opacity: 1;
  color: #FFC0CB;
}

.c-gray {
  --bs-text-opacity: 1;
  color: #7F7F7F;
}

.c-white {
  --bs-text-opacity: 1;
  color: #ffffff;
}

.c-black {
  --bs-text-opacity: 1;
  color: #000000;
}

.c-light-gray {
  --bs-text-opacity: 1;
  color: #dcdcdc;
}

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

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

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

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

.bg-0 {
  --bs-bg-opacity: 1;
  background: none;
}

.bg-1 {
  --bs-bg-opacity: 1;
  background: #FFFF00;
}

.bg-2 {
  --bs-bg-opacity: 1;
  background: #EB6851;
}

.bg-3 {
  --bs-bg-opacity: 1;
  background: #FF0000;
}

.bg-4 {
  --bs-bg-opacity: 1;
  background: #F800FF;
}

.bg-5 {
  --bs-bg-opacity: 1;
  background: #0000FF;
}

.bg-6 {
  --bs-bg-opacity: 1;
  background: #57A584;
}

.bg-7 {
  --bs-bg-opacity: 1;
  background: #964B00;
}

.bg-8 {
  --bs-bg-opacity: 1;
  background: #FFC0CB;
}

.bg-9 {
  --bs-bg-opacity: 1;
  background: #7F7F7F;
}

.bg-10 {
  --bs-bg-opacity: 1;
  background: #ffffff;
}

.bg-11 {
  --bs-bg-opacity: 1;
  background: #000000;
}

.bg-n {
  --bs-bg-opacity: 1;
  background: none;
}

.bg-yellow {
  --bs-bg-opacity: 1;
  background: #FFFF00;
}

.bg-orange {
  --bs-bg-opacity: 1;
  background: #EB6851;
}

.bg-red {
  --bs-bg-opacity: 1;
  background: #FF0000;
}

.bg-purple {
  --bs-bg-opacity: 1;
  background: #F800FF;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background: #0000FF;
}

.bg-light-green {
  --bs-bg-opacity: 1;
  background: #D8EAE4;
}

.bg-green {
  --bs-bg-opacity: 1;
  background: #57A584;
}

.bg-dark-green {
  --bs-bg-opacity: 1;
  background: #2A4A3C;
}

.bg-dark-green-alt {
  --bs-bg-opacity: 1;
  background: #2B5541;
}

.bg-brown {
  --bs-bg-opacity: 1;
  background: #964B00;
}

.bg-pink {
  --bs-bg-opacity: 1;
  background: #FFC0CB;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background: #7F7F7F;
}

.bg-white {
  --bs-bg-opacity: 1;
  background: #ffffff;
}

.bg-black {
  --bs-bg-opacity: 1;
  background: #000000;
}

.bg-light-gray {
  --bs-bg-opacity: 1;
  background: #dcdcdc;
}

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient);
}

.user-select-all {
  user-select: all;
}

.user-select-auto {
  user-select: auto;
}

.user-select-none {
  user-select: none;
}

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

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

.rounded {
  border-radius: var(--bs-border-radius);
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm);
}

.rounded-2 {
  border-radius: var(--bs-border-radius);
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg);
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl);
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl);
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill);
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 0.0625rem;
}

.ls-2 {
  letter-spacing: 0.125rem;
}

.ls-3 {
  letter-spacing: 0.1875rem;
}

.ls-4 {
  letter-spacing: 0.25rem;
}

.ls-5 {
  letter-spacing: 0.3125rem;
}

.ls-6 {
  letter-spacing: 0.375rem;
}

.ls-7 {
  letter-spacing: 0.4375rem;
}

.ls-8 {
  letter-spacing: 0.5rem;
}

.ls-9 {
  letter-spacing: 0.5625rem;
}

.ls-10 {
  letter-spacing: 0.625rem;
}

.ls-11 {
  letter-spacing: 0.6875rem;
}

.ls-12 {
  letter-spacing: 0.75rem;
}

.ls-13 {
  letter-spacing: 0.8125rem;
}

.ls-14 {
  letter-spacing: 0.875rem;
}

.ls-15 {
  letter-spacing: 0.9375rem;
}

.ls-16 {
  letter-spacing: 1rem;
}

.ls-17 {
  letter-spacing: 1.0625rem;
}

.ls-18 {
  letter-spacing: 1.125rem;
}

.ls-19 {
  letter-spacing: 1.1875rem;
}

.ls-20 {
  letter-spacing: 1.25rem;
}

.lst-n {
  list-style-type: none;
}

.lst-d {
  list-style-type: disc;
}

.lst-c {
  list-style-type: circle;
}

.lst-s {
  list-style-type: square;
}

.lst-ol {
  list-style-type: decimal;
}

.br-0 {
  border-radius: 0;
}

.br-1 {
  border-radius: 0.0625rem;
}

.br-2 {
  border-radius: 0.125rem;
}

.br-3 {
  border-radius: 0.1875rem;
}

.br-4 {
  border-radius: 0.25rem;
}

.br-5 {
  border-radius: 0.3125rem;
}

.br-6 {
  border-radius: 0.375rem;
}

.br-7 {
  border-radius: 0.4375rem;
}

.br-8 {
  border-radius: 0.5rem;
}

.br-9 {
  border-radius: 0.5625rem;
}

.br-10 {
  border-radius: 0.625rem;
}

.br-11 {
  border-radius: 0.6875rem;
}

.br-12 {
  border-radius: 0.75rem;
}

.br-13 {
  border-radius: 0.8125rem;
}

.br-14 {
  border-radius: 0.875rem;
}

.br-15 {
  border-radius: 0.9375rem;
}

.br-16 {
  border-radius: 1rem;
}

.br-17 {
  border-radius: 1.0625rem;
}

.br-18 {
  border-radius: 1.125rem;
}

.br-19 {
  border-radius: 1.1875rem;
}

.br-20 {
  border-radius: 1.25rem;
}

.br-21 {
  border-radius: 1.3125rem;
}

.br-22 {
  border-radius: 1.375rem;
}

.br-23 {
  border-radius: 1.4375rem;
}

.br-24 {
  border-radius: 1.5rem;
}

.br-25 {
  border-radius: 1.5625rem;
}

.br-26 {
  border-radius: 1.625rem;
}

.br-27 {
  border-radius: 1.6875rem;
}

.br-28 {
  border-radius: 1.75rem;
}

.br-29 {
  border-radius: 1.8125rem;
}

.br-30 {
  border-radius: 1.875rem;
}

.br-31 {
  border-radius: 1.9375rem;
}

.br-32 {
  border-radius: 2rem;
}

.br-33 {
  border-radius: 2.0625rem;
}

.br-34 {
  border-radius: 2.125rem;
}

.br-35 {
  border-radius: 2.1875rem;
}

.br-36 {
  border-radius: 2.25rem;
}

.br-37 {
  border-radius: 2.3125rem;
}

.br-38 {
  border-radius: 2.375rem;
}

.br-39 {
  border-radius: 2.4375rem;
}

.br-40 {
  border-radius: 2.5rem;
}

.br-41 {
  border-radius: 2.5625rem;
}

.br-42 {
  border-radius: 2.625rem;
}

.br-43 {
  border-radius: 2.6875rem;
}

.br-44 {
  border-radius: 2.75rem;
}

.br-45 {
  border-radius: 2.8125rem;
}

.br-46 {
  border-radius: 2.875rem;
}

.br-47 {
  border-radius: 2.9375rem;
}

.br-48 {
  border-radius: 3rem;
}

.br-49 {
  border-radius: 3.0625rem;
}

.br-50 {
  border-radius: 3.125rem;
}

.br-51 {
  border-radius: 3.1875rem;
}

.br-52 {
  border-radius: 3.25rem;
}

.br-53 {
  border-radius: 3.3125rem;
}

.br-54 {
  border-radius: 3.375rem;
}

.br-55 {
  border-radius: 3.4375rem;
}

.br-56 {
  border-radius: 3.5rem;
}

.br-57 {
  border-radius: 3.5625rem;
}

.br-58 {
  border-radius: 3.625rem;
}

.br-59 {
  border-radius: 3.6875rem;
}

.br-60 {
  border-radius: 3.75rem;
}

.br-61 {
  border-radius: 3.8125rem;
}

.br-62 {
  border-radius: 3.875rem;
}

.br-63 {
  border-radius: 3.9375rem;
}

.br-64 {
  border-radius: 4rem;
}

.br-65 {
  border-radius: 4.0625rem;
}

.br-66 {
  border-radius: 4.125rem;
}

.br-67 {
  border-radius: 4.1875rem;
}

.br-68 {
  border-radius: 4.25rem;
}

.br-69 {
  border-radius: 4.3125rem;
}

.br-70 {
  border-radius: 4.375rem;
}

.br-71 {
  border-radius: 4.4375rem;
}

.br-72 {
  border-radius: 4.5rem;
}

.br-73 {
  border-radius: 4.5625rem;
}

.br-74 {
  border-radius: 4.625rem;
}

.br-75 {
  border-radius: 4.6875rem;
}

.br-76 {
  border-radius: 4.75rem;
}

.br-77 {
  border-radius: 4.8125rem;
}

.br-78 {
  border-radius: 4.875rem;
}

.br-79 {
  border-radius: 4.9375rem;
}

.br-80 {
  border-radius: 5rem;
}

.br-81 {
  border-radius: 5.0625rem;
}

.br-82 {
  border-radius: 5.125rem;
}

.br-83 {
  border-radius: 5.1875rem;
}

.br-84 {
  border-radius: 5.25rem;
}

.br-85 {
  border-radius: 5.3125rem;
}

.br-86 {
  border-radius: 5.375rem;
}

.br-87 {
  border-radius: 5.4375rem;
}

.br-88 {
  border-radius: 5.5rem;
}

.br-89 {
  border-radius: 5.5625rem;
}

.br-90 {
  border-radius: 5.625rem;
}

.br-91 {
  border-radius: 5.6875rem;
}

.br-92 {
  border-radius: 5.75rem;
}

.br-93 {
  border-radius: 5.8125rem;
}

.br-94 {
  border-radius: 5.875rem;
}

.br-95 {
  border-radius: 5.9375rem;
}

.br-96 {
  border-radius: 6rem;
}

.br-97 {
  border-radius: 6.0625rem;
}

.br-98 {
  border-radius: 6.125rem;
}

.br-99 {
  border-radius: 6.1875rem;
}

.br-100 {
  border-radius: 6.25rem;
}

.br-0p {
  border-radius: 0%;
}

.br-1p {
  border-radius: 1%;
}

.br-2p {
  border-radius: 2%;
}

.br-3p {
  border-radius: 3%;
}

.br-4p {
  border-radius: 4%;
}

.br-5p {
  border-radius: 5%;
}

.br-6p {
  border-radius: 6%;
}

.br-7p {
  border-radius: 7%;
}

.br-8p {
  border-radius: 8%;
}

.br-9p {
  border-radius: 9%;
}

.br-10p {
  border-radius: 10%;
}

.br-11p {
  border-radius: 11%;
}

.br-12p {
  border-radius: 12%;
}

.br-13p {
  border-radius: 13%;
}

.br-14p {
  border-radius: 14%;
}

.br-15p {
  border-radius: 15%;
}

.br-16p {
  border-radius: 16%;
}

.br-17p {
  border-radius: 17%;
}

.br-18p {
  border-radius: 18%;
}

.br-19p {
  border-radius: 19%;
}

.br-20p {
  border-radius: 20%;
}

.br-21p {
  border-radius: 21%;
}

.br-22p {
  border-radius: 22%;
}

.br-23p {
  border-radius: 23%;
}

.br-24p {
  border-radius: 24%;
}

.br-25p {
  border-radius: 25%;
}

.br-26p {
  border-radius: 26%;
}

.br-27p {
  border-radius: 27%;
}

.br-28p {
  border-radius: 28%;
}

.br-29p {
  border-radius: 29%;
}

.br-30p {
  border-radius: 30%;
}

.br-31p {
  border-radius: 31%;
}

.br-32p {
  border-radius: 32%;
}

.br-33p {
  border-radius: 33%;
}

.br-34p {
  border-radius: 34%;
}

.br-35p {
  border-radius: 35%;
}

.br-36p {
  border-radius: 36%;
}

.br-37p {
  border-radius: 37%;
}

.br-38p {
  border-radius: 38%;
}

.br-39p {
  border-radius: 39%;
}

.br-40p {
  border-radius: 40%;
}

.br-41p {
  border-radius: 41%;
}

.br-42p {
  border-radius: 42%;
}

.br-43p {
  border-radius: 43%;
}

.br-44p {
  border-radius: 44%;
}

.br-45p {
  border-radius: 45%;
}

.br-46p {
  border-radius: 46%;
}

.br-47p {
  border-radius: 47%;
}

.br-48p {
  border-radius: 48%;
}

.br-49p {
  border-radius: 49%;
}

.br-50p {
  border-radius: 50%;
}

.br-51p {
  border-radius: 51%;
}

.br-52p {
  border-radius: 52%;
}

.br-53p {
  border-radius: 53%;
}

.br-54p {
  border-radius: 54%;
}

.br-55p {
  border-radius: 55%;
}

.br-56p {
  border-radius: 56%;
}

.br-57p {
  border-radius: 57%;
}

.br-58p {
  border-radius: 58%;
}

.br-59p {
  border-radius: 59%;
}

.br-60p {
  border-radius: 60%;
}

.br-61p {
  border-radius: 61%;
}

.br-62p {
  border-radius: 62%;
}

.br-63p {
  border-radius: 63%;
}

.br-64p {
  border-radius: 64%;
}

.br-65p {
  border-radius: 65%;
}

.br-66p {
  border-radius: 66%;
}

.br-67p {
  border-radius: 67%;
}

.br-68p {
  border-radius: 68%;
}

.br-69p {
  border-radius: 69%;
}

.br-70p {
  border-radius: 70%;
}

.br-71p {
  border-radius: 71%;
}

.br-72p {
  border-radius: 72%;
}

.br-73p {
  border-radius: 73%;
}

.br-74p {
  border-radius: 74%;
}

.br-75p {
  border-radius: 75%;
}

.br-76p {
  border-radius: 76%;
}

.br-77p {
  border-radius: 77%;
}

.br-78p {
  border-radius: 78%;
}

.br-79p {
  border-radius: 79%;
}

.br-80p {
  border-radius: 80%;
}

.br-81p {
  border-radius: 81%;
}

.br-82p {
  border-radius: 82%;
}

.br-83p {
  border-radius: 83%;
}

.br-84p {
  border-radius: 84%;
}

.br-85p {
  border-radius: 85%;
}

.br-86p {
  border-radius: 86%;
}

.br-87p {
  border-radius: 87%;
}

.br-88p {
  border-radius: 88%;
}

.br-89p {
  border-radius: 89%;
}

.br-90p {
  border-radius: 90%;
}

.br-91p {
  border-radius: 91%;
}

.br-92p {
  border-radius: 92%;
}

.br-93p {
  border-radius: 93%;
}

.br-94p {
  border-radius: 94%;
}

.br-95p {
  border-radius: 95%;
}

.br-96p {
  border-radius: 96%;
}

.br-97p {
  border-radius: 97%;
}

.br-98p {
  border-radius: 98%;
}

.br-99p {
  border-radius: 99%;
}

.br-100p {
  border-radius: 100%;
}

.btlr-0 {
  border-top-left-radius: 0;
}

.btlr-1 {
  border-top-left-radius: 0.0625rem;
}

.btlr-2 {
  border-top-left-radius: 0.125rem;
}

.btlr-3 {
  border-top-left-radius: 0.1875rem;
}

.btlr-4 {
  border-top-left-radius: 0.25rem;
}

.btlr-5 {
  border-top-left-radius: 0.3125rem;
}

.btlr-6 {
  border-top-left-radius: 0.375rem;
}

.btlr-7 {
  border-top-left-radius: 0.4375rem;
}

.btlr-8 {
  border-top-left-radius: 0.5rem;
}

.btlr-9 {
  border-top-left-radius: 0.5625rem;
}

.btlr-10 {
  border-top-left-radius: 0.625rem;
}

.btlr-11 {
  border-top-left-radius: 0.6875rem;
}

.btlr-12 {
  border-top-left-radius: 0.75rem;
}

.btlr-13 {
  border-top-left-radius: 0.8125rem;
}

.btlr-14 {
  border-top-left-radius: 0.875rem;
}

.btlr-15 {
  border-top-left-radius: 0.9375rem;
}

.btlr-16 {
  border-top-left-radius: 1rem;
}

.btlr-17 {
  border-top-left-radius: 1.0625rem;
}

.btlr-18 {
  border-top-left-radius: 1.125rem;
}

.btlr-19 {
  border-top-left-radius: 1.1875rem;
}

.btlr-20 {
  border-top-left-radius: 1.25rem;
}

.btlr-21 {
  border-top-left-radius: 1.3125rem;
}

.btlr-22 {
  border-top-left-radius: 1.375rem;
}

.btlr-23 {
  border-top-left-radius: 1.4375rem;
}

.btlr-24 {
  border-top-left-radius: 1.5rem;
}

.btlr-25 {
  border-top-left-radius: 1.5625rem;
}

.btlr-26 {
  border-top-left-radius: 1.625rem;
}

.btlr-27 {
  border-top-left-radius: 1.6875rem;
}

.btlr-28 {
  border-top-left-radius: 1.75rem;
}

.btlr-29 {
  border-top-left-radius: 1.8125rem;
}

.btlr-30 {
  border-top-left-radius: 1.875rem;
}

.btlr-31 {
  border-top-left-radius: 1.9375rem;
}

.btlr-32 {
  border-top-left-radius: 2rem;
}

.btlr-33 {
  border-top-left-radius: 2.0625rem;
}

.btlr-34 {
  border-top-left-radius: 2.125rem;
}

.btlr-35 {
  border-top-left-radius: 2.1875rem;
}

.btlr-36 {
  border-top-left-radius: 2.25rem;
}

.btlr-37 {
  border-top-left-radius: 2.3125rem;
}

.btlr-38 {
  border-top-left-radius: 2.375rem;
}

.btlr-39 {
  border-top-left-radius: 2.4375rem;
}

.btlr-40 {
  border-top-left-radius: 2.5rem;
}

.btlr-41 {
  border-top-left-radius: 2.5625rem;
}

.btlr-42 {
  border-top-left-radius: 2.625rem;
}

.btlr-43 {
  border-top-left-radius: 2.6875rem;
}

.btlr-44 {
  border-top-left-radius: 2.75rem;
}

.btlr-45 {
  border-top-left-radius: 2.8125rem;
}

.btlr-46 {
  border-top-left-radius: 2.875rem;
}

.btlr-47 {
  border-top-left-radius: 2.9375rem;
}

.btlr-48 {
  border-top-left-radius: 3rem;
}

.btlr-49 {
  border-top-left-radius: 3.0625rem;
}

.btlr-50 {
  border-top-left-radius: 3.125rem;
}

.btlr-51 {
  border-top-left-radius: 3.1875rem;
}

.btlr-52 {
  border-top-left-radius: 3.25rem;
}

.btlr-53 {
  border-top-left-radius: 3.3125rem;
}

.btlr-54 {
  border-top-left-radius: 3.375rem;
}

.btlr-55 {
  border-top-left-radius: 3.4375rem;
}

.btlr-56 {
  border-top-left-radius: 3.5rem;
}

.btlr-57 {
  border-top-left-radius: 3.5625rem;
}

.btlr-58 {
  border-top-left-radius: 3.625rem;
}

.btlr-59 {
  border-top-left-radius: 3.6875rem;
}

.btlr-60 {
  border-top-left-radius: 3.75rem;
}

.btlr-61 {
  border-top-left-radius: 3.8125rem;
}

.btlr-62 {
  border-top-left-radius: 3.875rem;
}

.btlr-63 {
  border-top-left-radius: 3.9375rem;
}

.btlr-64 {
  border-top-left-radius: 4rem;
}

.btlr-65 {
  border-top-left-radius: 4.0625rem;
}

.btlr-66 {
  border-top-left-radius: 4.125rem;
}

.btlr-67 {
  border-top-left-radius: 4.1875rem;
}

.btlr-68 {
  border-top-left-radius: 4.25rem;
}

.btlr-69 {
  border-top-left-radius: 4.3125rem;
}

.btlr-70 {
  border-top-left-radius: 4.375rem;
}

.btlr-71 {
  border-top-left-radius: 4.4375rem;
}

.btlr-72 {
  border-top-left-radius: 4.5rem;
}

.btlr-73 {
  border-top-left-radius: 4.5625rem;
}

.btlr-74 {
  border-top-left-radius: 4.625rem;
}

.btlr-75 {
  border-top-left-radius: 4.6875rem;
}

.btlr-76 {
  border-top-left-radius: 4.75rem;
}

.btlr-77 {
  border-top-left-radius: 4.8125rem;
}

.btlr-78 {
  border-top-left-radius: 4.875rem;
}

.btlr-79 {
  border-top-left-radius: 4.9375rem;
}

.btlr-80 {
  border-top-left-radius: 5rem;
}

.btlr-81 {
  border-top-left-radius: 5.0625rem;
}

.btlr-82 {
  border-top-left-radius: 5.125rem;
}

.btlr-83 {
  border-top-left-radius: 5.1875rem;
}

.btlr-84 {
  border-top-left-radius: 5.25rem;
}

.btlr-85 {
  border-top-left-radius: 5.3125rem;
}

.btlr-86 {
  border-top-left-radius: 5.375rem;
}

.btlr-87 {
  border-top-left-radius: 5.4375rem;
}

.btlr-88 {
  border-top-left-radius: 5.5rem;
}

.btlr-89 {
  border-top-left-radius: 5.5625rem;
}

.btlr-90 {
  border-top-left-radius: 5.625rem;
}

.btlr-91 {
  border-top-left-radius: 5.6875rem;
}

.btlr-92 {
  border-top-left-radius: 5.75rem;
}

.btlr-93 {
  border-top-left-radius: 5.8125rem;
}

.btlr-94 {
  border-top-left-radius: 5.875rem;
}

.btlr-95 {
  border-top-left-radius: 5.9375rem;
}

.btlr-96 {
  border-top-left-radius: 6rem;
}

.btlr-97 {
  border-top-left-radius: 6.0625rem;
}

.btlr-98 {
  border-top-left-radius: 6.125rem;
}

.btlr-99 {
  border-top-left-radius: 6.1875rem;
}

.btlr-100 {
  border-top-left-radius: 6.25rem;
}

.btlr-0p {
  border-top-left-radius: 0%;
}

.btlr-1p {
  border-top-left-radius: 1%;
}

.btlr-2p {
  border-top-left-radius: 2%;
}

.btlr-3p {
  border-top-left-radius: 3%;
}

.btlr-4p {
  border-top-left-radius: 4%;
}

.btlr-5p {
  border-top-left-radius: 5%;
}

.btlr-6p {
  border-top-left-radius: 6%;
}

.btlr-7p {
  border-top-left-radius: 7%;
}

.btlr-8p {
  border-top-left-radius: 8%;
}

.btlr-9p {
  border-top-left-radius: 9%;
}

.btlr-10p {
  border-top-left-radius: 10%;
}

.btlr-11p {
  border-top-left-radius: 11%;
}

.btlr-12p {
  border-top-left-radius: 12%;
}

.btlr-13p {
  border-top-left-radius: 13%;
}

.btlr-14p {
  border-top-left-radius: 14%;
}

.btlr-15p {
  border-top-left-radius: 15%;
}

.btlr-16p {
  border-top-left-radius: 16%;
}

.btlr-17p {
  border-top-left-radius: 17%;
}

.btlr-18p {
  border-top-left-radius: 18%;
}

.btlr-19p {
  border-top-left-radius: 19%;
}

.btlr-20p {
  border-top-left-radius: 20%;
}

.btlr-21p {
  border-top-left-radius: 21%;
}

.btlr-22p {
  border-top-left-radius: 22%;
}

.btlr-23p {
  border-top-left-radius: 23%;
}

.btlr-24p {
  border-top-left-radius: 24%;
}

.btlr-25p {
  border-top-left-radius: 25%;
}

.btlr-26p {
  border-top-left-radius: 26%;
}

.btlr-27p {
  border-top-left-radius: 27%;
}

.btlr-28p {
  border-top-left-radius: 28%;
}

.btlr-29p {
  border-top-left-radius: 29%;
}

.btlr-30p {
  border-top-left-radius: 30%;
}

.btlr-31p {
  border-top-left-radius: 31%;
}

.btlr-32p {
  border-top-left-radius: 32%;
}

.btlr-33p {
  border-top-left-radius: 33%;
}

.btlr-34p {
  border-top-left-radius: 34%;
}

.btlr-35p {
  border-top-left-radius: 35%;
}

.btlr-36p {
  border-top-left-radius: 36%;
}

.btlr-37p {
  border-top-left-radius: 37%;
}

.btlr-38p {
  border-top-left-radius: 38%;
}

.btlr-39p {
  border-top-left-radius: 39%;
}

.btlr-40p {
  border-top-left-radius: 40%;
}

.btlr-41p {
  border-top-left-radius: 41%;
}

.btlr-42p {
  border-top-left-radius: 42%;
}

.btlr-43p {
  border-top-left-radius: 43%;
}

.btlr-44p {
  border-top-left-radius: 44%;
}

.btlr-45p {
  border-top-left-radius: 45%;
}

.btlr-46p {
  border-top-left-radius: 46%;
}

.btlr-47p {
  border-top-left-radius: 47%;
}

.btlr-48p {
  border-top-left-radius: 48%;
}

.btlr-49p {
  border-top-left-radius: 49%;
}

.btlr-50p {
  border-top-left-radius: 50%;
}

.btlr-51p {
  border-top-left-radius: 51%;
}

.btlr-52p {
  border-top-left-radius: 52%;
}

.btlr-53p {
  border-top-left-radius: 53%;
}

.btlr-54p {
  border-top-left-radius: 54%;
}

.btlr-55p {
  border-top-left-radius: 55%;
}

.btlr-56p {
  border-top-left-radius: 56%;
}

.btlr-57p {
  border-top-left-radius: 57%;
}

.btlr-58p {
  border-top-left-radius: 58%;
}

.btlr-59p {
  border-top-left-radius: 59%;
}

.btlr-60p {
  border-top-left-radius: 60%;
}

.btlr-61p {
  border-top-left-radius: 61%;
}

.btlr-62p {
  border-top-left-radius: 62%;
}

.btlr-63p {
  border-top-left-radius: 63%;
}

.btlr-64p {
  border-top-left-radius: 64%;
}

.btlr-65p {
  border-top-left-radius: 65%;
}

.btlr-66p {
  border-top-left-radius: 66%;
}

.btlr-67p {
  border-top-left-radius: 67%;
}

.btlr-68p {
  border-top-left-radius: 68%;
}

.btlr-69p {
  border-top-left-radius: 69%;
}

.btlr-70p {
  border-top-left-radius: 70%;
}

.btlr-71p {
  border-top-left-radius: 71%;
}

.btlr-72p {
  border-top-left-radius: 72%;
}

.btlr-73p {
  border-top-left-radius: 73%;
}

.btlr-74p {
  border-top-left-radius: 74%;
}

.btlr-75p {
  border-top-left-radius: 75%;
}

.btlr-76p {
  border-top-left-radius: 76%;
}

.btlr-77p {
  border-top-left-radius: 77%;
}

.btlr-78p {
  border-top-left-radius: 78%;
}

.btlr-79p {
  border-top-left-radius: 79%;
}

.btlr-80p {
  border-top-left-radius: 80%;
}

.btlr-81p {
  border-top-left-radius: 81%;
}

.btlr-82p {
  border-top-left-radius: 82%;
}

.btlr-83p {
  border-top-left-radius: 83%;
}

.btlr-84p {
  border-top-left-radius: 84%;
}

.btlr-85p {
  border-top-left-radius: 85%;
}

.btlr-86p {
  border-top-left-radius: 86%;
}

.btlr-87p {
  border-top-left-radius: 87%;
}

.btlr-88p {
  border-top-left-radius: 88%;
}

.btlr-89p {
  border-top-left-radius: 89%;
}

.btlr-90p {
  border-top-left-radius: 90%;
}

.btlr-91p {
  border-top-left-radius: 91%;
}

.btlr-92p {
  border-top-left-radius: 92%;
}

.btlr-93p {
  border-top-left-radius: 93%;
}

.btlr-94p {
  border-top-left-radius: 94%;
}

.btlr-95p {
  border-top-left-radius: 95%;
}

.btlr-96p {
  border-top-left-radius: 96%;
}

.btlr-97p {
  border-top-left-radius: 97%;
}

.btlr-98p {
  border-top-left-radius: 98%;
}

.btlr-99p {
  border-top-left-radius: 99%;
}

.btlr-100p {
  border-top-left-radius: 100%;
}

.btrr-0 {
  border-top-right-radius: 0;
}

.btrr-1 {
  border-top-right-radius: 0.0625rem;
}

.btrr-2 {
  border-top-right-radius: 0.125rem;
}

.btrr-3 {
  border-top-right-radius: 0.1875rem;
}

.btrr-4 {
  border-top-right-radius: 0.25rem;
}

.btrr-5 {
  border-top-right-radius: 0.3125rem;
}

.btrr-6 {
  border-top-right-radius: 0.375rem;
}

.btrr-7 {
  border-top-right-radius: 0.4375rem;
}

.btrr-8 {
  border-top-right-radius: 0.5rem;
}

.btrr-9 {
  border-top-right-radius: 0.5625rem;
}

.btrr-10 {
  border-top-right-radius: 0.625rem;
}

.btrr-11 {
  border-top-right-radius: 0.6875rem;
}

.btrr-12 {
  border-top-right-radius: 0.75rem;
}

.btrr-13 {
  border-top-right-radius: 0.8125rem;
}

.btrr-14 {
  border-top-right-radius: 0.875rem;
}

.btrr-15 {
  border-top-right-radius: 0.9375rem;
}

.btrr-16 {
  border-top-right-radius: 1rem;
}

.btrr-17 {
  border-top-right-radius: 1.0625rem;
}

.btrr-18 {
  border-top-right-radius: 1.125rem;
}

.btrr-19 {
  border-top-right-radius: 1.1875rem;
}

.btrr-20 {
  border-top-right-radius: 1.25rem;
}

.btrr-21 {
  border-top-right-radius: 1.3125rem;
}

.btrr-22 {
  border-top-right-radius: 1.375rem;
}

.btrr-23 {
  border-top-right-radius: 1.4375rem;
}

.btrr-24 {
  border-top-right-radius: 1.5rem;
}

.btrr-25 {
  border-top-right-radius: 1.5625rem;
}

.btrr-26 {
  border-top-right-radius: 1.625rem;
}

.btrr-27 {
  border-top-right-radius: 1.6875rem;
}

.btrr-28 {
  border-top-right-radius: 1.75rem;
}

.btrr-29 {
  border-top-right-radius: 1.8125rem;
}

.btrr-30 {
  border-top-right-radius: 1.875rem;
}

.btrr-31 {
  border-top-right-radius: 1.9375rem;
}

.btrr-32 {
  border-top-right-radius: 2rem;
}

.btrr-33 {
  border-top-right-radius: 2.0625rem;
}

.btrr-34 {
  border-top-right-radius: 2.125rem;
}

.btrr-35 {
  border-top-right-radius: 2.1875rem;
}

.btrr-36 {
  border-top-right-radius: 2.25rem;
}

.btrr-37 {
  border-top-right-radius: 2.3125rem;
}

.btrr-38 {
  border-top-right-radius: 2.375rem;
}

.btrr-39 {
  border-top-right-radius: 2.4375rem;
}

.btrr-40 {
  border-top-right-radius: 2.5rem;
}

.btrr-41 {
  border-top-right-radius: 2.5625rem;
}

.btrr-42 {
  border-top-right-radius: 2.625rem;
}

.btrr-43 {
  border-top-right-radius: 2.6875rem;
}

.btrr-44 {
  border-top-right-radius: 2.75rem;
}

.btrr-45 {
  border-top-right-radius: 2.8125rem;
}

.btrr-46 {
  border-top-right-radius: 2.875rem;
}

.btrr-47 {
  border-top-right-radius: 2.9375rem;
}

.btrr-48 {
  border-top-right-radius: 3rem;
}

.btrr-49 {
  border-top-right-radius: 3.0625rem;
}

.btrr-50 {
  border-top-right-radius: 3.125rem;
}

.btrr-51 {
  border-top-right-radius: 3.1875rem;
}

.btrr-52 {
  border-top-right-radius: 3.25rem;
}

.btrr-53 {
  border-top-right-radius: 3.3125rem;
}

.btrr-54 {
  border-top-right-radius: 3.375rem;
}

.btrr-55 {
  border-top-right-radius: 3.4375rem;
}

.btrr-56 {
  border-top-right-radius: 3.5rem;
}

.btrr-57 {
  border-top-right-radius: 3.5625rem;
}

.btrr-58 {
  border-top-right-radius: 3.625rem;
}

.btrr-59 {
  border-top-right-radius: 3.6875rem;
}

.btrr-60 {
  border-top-right-radius: 3.75rem;
}

.btrr-61 {
  border-top-right-radius: 3.8125rem;
}

.btrr-62 {
  border-top-right-radius: 3.875rem;
}

.btrr-63 {
  border-top-right-radius: 3.9375rem;
}

.btrr-64 {
  border-top-right-radius: 4rem;
}

.btrr-65 {
  border-top-right-radius: 4.0625rem;
}

.btrr-66 {
  border-top-right-radius: 4.125rem;
}

.btrr-67 {
  border-top-right-radius: 4.1875rem;
}

.btrr-68 {
  border-top-right-radius: 4.25rem;
}

.btrr-69 {
  border-top-right-radius: 4.3125rem;
}

.btrr-70 {
  border-top-right-radius: 4.375rem;
}

.btrr-71 {
  border-top-right-radius: 4.4375rem;
}

.btrr-72 {
  border-top-right-radius: 4.5rem;
}

.btrr-73 {
  border-top-right-radius: 4.5625rem;
}

.btrr-74 {
  border-top-right-radius: 4.625rem;
}

.btrr-75 {
  border-top-right-radius: 4.6875rem;
}

.btrr-76 {
  border-top-right-radius: 4.75rem;
}

.btrr-77 {
  border-top-right-radius: 4.8125rem;
}

.btrr-78 {
  border-top-right-radius: 4.875rem;
}

.btrr-79 {
  border-top-right-radius: 4.9375rem;
}

.btrr-80 {
  border-top-right-radius: 5rem;
}

.btrr-81 {
  border-top-right-radius: 5.0625rem;
}

.btrr-82 {
  border-top-right-radius: 5.125rem;
}

.btrr-83 {
  border-top-right-radius: 5.1875rem;
}

.btrr-84 {
  border-top-right-radius: 5.25rem;
}

.btrr-85 {
  border-top-right-radius: 5.3125rem;
}

.btrr-86 {
  border-top-right-radius: 5.375rem;
}

.btrr-87 {
  border-top-right-radius: 5.4375rem;
}

.btrr-88 {
  border-top-right-radius: 5.5rem;
}

.btrr-89 {
  border-top-right-radius: 5.5625rem;
}

.btrr-90 {
  border-top-right-radius: 5.625rem;
}

.btrr-91 {
  border-top-right-radius: 5.6875rem;
}

.btrr-92 {
  border-top-right-radius: 5.75rem;
}

.btrr-93 {
  border-top-right-radius: 5.8125rem;
}

.btrr-94 {
  border-top-right-radius: 5.875rem;
}

.btrr-95 {
  border-top-right-radius: 5.9375rem;
}

.btrr-96 {
  border-top-right-radius: 6rem;
}

.btrr-97 {
  border-top-right-radius: 6.0625rem;
}

.btrr-98 {
  border-top-right-radius: 6.125rem;
}

.btrr-99 {
  border-top-right-radius: 6.1875rem;
}

.btrr-100 {
  border-top-right-radius: 6.25rem;
}

.btrr-0p {
  border-top-right-radius: 0%;
}

.btrr-1p {
  border-top-right-radius: 1%;
}

.btrr-2p {
  border-top-right-radius: 2%;
}

.btrr-3p {
  border-top-right-radius: 3%;
}

.btrr-4p {
  border-top-right-radius: 4%;
}

.btrr-5p {
  border-top-right-radius: 5%;
}

.btrr-6p {
  border-top-right-radius: 6%;
}

.btrr-7p {
  border-top-right-radius: 7%;
}

.btrr-8p {
  border-top-right-radius: 8%;
}

.btrr-9p {
  border-top-right-radius: 9%;
}

.btrr-10p {
  border-top-right-radius: 10%;
}

.btrr-11p {
  border-top-right-radius: 11%;
}

.btrr-12p {
  border-top-right-radius: 12%;
}

.btrr-13p {
  border-top-right-radius: 13%;
}

.btrr-14p {
  border-top-right-radius: 14%;
}

.btrr-15p {
  border-top-right-radius: 15%;
}

.btrr-16p {
  border-top-right-radius: 16%;
}

.btrr-17p {
  border-top-right-radius: 17%;
}

.btrr-18p {
  border-top-right-radius: 18%;
}

.btrr-19p {
  border-top-right-radius: 19%;
}

.btrr-20p {
  border-top-right-radius: 20%;
}

.btrr-21p {
  border-top-right-radius: 21%;
}

.btrr-22p {
  border-top-right-radius: 22%;
}

.btrr-23p {
  border-top-right-radius: 23%;
}

.btrr-24p {
  border-top-right-radius: 24%;
}

.btrr-25p {
  border-top-right-radius: 25%;
}

.btrr-26p {
  border-top-right-radius: 26%;
}

.btrr-27p {
  border-top-right-radius: 27%;
}

.btrr-28p {
  border-top-right-radius: 28%;
}

.btrr-29p {
  border-top-right-radius: 29%;
}

.btrr-30p {
  border-top-right-radius: 30%;
}

.btrr-31p {
  border-top-right-radius: 31%;
}

.btrr-32p {
  border-top-right-radius: 32%;
}

.btrr-33p {
  border-top-right-radius: 33%;
}

.btrr-34p {
  border-top-right-radius: 34%;
}

.btrr-35p {
  border-top-right-radius: 35%;
}

.btrr-36p {
  border-top-right-radius: 36%;
}

.btrr-37p {
  border-top-right-radius: 37%;
}

.btrr-38p {
  border-top-right-radius: 38%;
}

.btrr-39p {
  border-top-right-radius: 39%;
}

.btrr-40p {
  border-top-right-radius: 40%;
}

.btrr-41p {
  border-top-right-radius: 41%;
}

.btrr-42p {
  border-top-right-radius: 42%;
}

.btrr-43p {
  border-top-right-radius: 43%;
}

.btrr-44p {
  border-top-right-radius: 44%;
}

.btrr-45p {
  border-top-right-radius: 45%;
}

.btrr-46p {
  border-top-right-radius: 46%;
}

.btrr-47p {
  border-top-right-radius: 47%;
}

.btrr-48p {
  border-top-right-radius: 48%;
}

.btrr-49p {
  border-top-right-radius: 49%;
}

.btrr-50p {
  border-top-right-radius: 50%;
}

.btrr-51p {
  border-top-right-radius: 51%;
}

.btrr-52p {
  border-top-right-radius: 52%;
}

.btrr-53p {
  border-top-right-radius: 53%;
}

.btrr-54p {
  border-top-right-radius: 54%;
}

.btrr-55p {
  border-top-right-radius: 55%;
}

.btrr-56p {
  border-top-right-radius: 56%;
}

.btrr-57p {
  border-top-right-radius: 57%;
}

.btrr-58p {
  border-top-right-radius: 58%;
}

.btrr-59p {
  border-top-right-radius: 59%;
}

.btrr-60p {
  border-top-right-radius: 60%;
}

.btrr-61p {
  border-top-right-radius: 61%;
}

.btrr-62p {
  border-top-right-radius: 62%;
}

.btrr-63p {
  border-top-right-radius: 63%;
}

.btrr-64p {
  border-top-right-radius: 64%;
}

.btrr-65p {
  border-top-right-radius: 65%;
}

.btrr-66p {
  border-top-right-radius: 66%;
}

.btrr-67p {
  border-top-right-radius: 67%;
}

.btrr-68p {
  border-top-right-radius: 68%;
}

.btrr-69p {
  border-top-right-radius: 69%;
}

.btrr-70p {
  border-top-right-radius: 70%;
}

.btrr-71p {
  border-top-right-radius: 71%;
}

.btrr-72p {
  border-top-right-radius: 72%;
}

.btrr-73p {
  border-top-right-radius: 73%;
}

.btrr-74p {
  border-top-right-radius: 74%;
}

.btrr-75p {
  border-top-right-radius: 75%;
}

.btrr-76p {
  border-top-right-radius: 76%;
}

.btrr-77p {
  border-top-right-radius: 77%;
}

.btrr-78p {
  border-top-right-radius: 78%;
}

.btrr-79p {
  border-top-right-radius: 79%;
}

.btrr-80p {
  border-top-right-radius: 80%;
}

.btrr-81p {
  border-top-right-radius: 81%;
}

.btrr-82p {
  border-top-right-radius: 82%;
}

.btrr-83p {
  border-top-right-radius: 83%;
}

.btrr-84p {
  border-top-right-radius: 84%;
}

.btrr-85p {
  border-top-right-radius: 85%;
}

.btrr-86p {
  border-top-right-radius: 86%;
}

.btrr-87p {
  border-top-right-radius: 87%;
}

.btrr-88p {
  border-top-right-radius: 88%;
}

.btrr-89p {
  border-top-right-radius: 89%;
}

.btrr-90p {
  border-top-right-radius: 90%;
}

.btrr-91p {
  border-top-right-radius: 91%;
}

.btrr-92p {
  border-top-right-radius: 92%;
}

.btrr-93p {
  border-top-right-radius: 93%;
}

.btrr-94p {
  border-top-right-radius: 94%;
}

.btrr-95p {
  border-top-right-radius: 95%;
}

.btrr-96p {
  border-top-right-radius: 96%;
}

.btrr-97p {
  border-top-right-radius: 97%;
}

.btrr-98p {
  border-top-right-radius: 98%;
}

.btrr-99p {
  border-top-right-radius: 99%;
}

.btrr-100p {
  border-top-right-radius: 100%;
}

.bblr-0 {
  border-bottom-left-radius: 0;
}

.bblr-1 {
  border-bottom-left-radius: 0.0625rem;
}

.bblr-2 {
  border-bottom-left-radius: 0.125rem;
}

.bblr-3 {
  border-bottom-left-radius: 0.1875rem;
}

.bblr-4 {
  border-bottom-left-radius: 0.25rem;
}

.bblr-5 {
  border-bottom-left-radius: 0.3125rem;
}

.bblr-6 {
  border-bottom-left-radius: 0.375rem;
}

.bblr-7 {
  border-bottom-left-radius: 0.4375rem;
}

.bblr-8 {
  border-bottom-left-radius: 0.5rem;
}

.bblr-9 {
  border-bottom-left-radius: 0.5625rem;
}

.bblr-10 {
  border-bottom-left-radius: 0.625rem;
}

.bblr-11 {
  border-bottom-left-radius: 0.6875rem;
}

.bblr-12 {
  border-bottom-left-radius: 0.75rem;
}

.bblr-13 {
  border-bottom-left-radius: 0.8125rem;
}

.bblr-14 {
  border-bottom-left-radius: 0.875rem;
}

.bblr-15 {
  border-bottom-left-radius: 0.9375rem;
}

.bblr-16 {
  border-bottom-left-radius: 1rem;
}

.bblr-17 {
  border-bottom-left-radius: 1.0625rem;
}

.bblr-18 {
  border-bottom-left-radius: 1.125rem;
}

.bblr-19 {
  border-bottom-left-radius: 1.1875rem;
}

.bblr-20 {
  border-bottom-left-radius: 1.25rem;
}

.bblr-21 {
  border-bottom-left-radius: 1.3125rem;
}

.bblr-22 {
  border-bottom-left-radius: 1.375rem;
}

.bblr-23 {
  border-bottom-left-radius: 1.4375rem;
}

.bblr-24 {
  border-bottom-left-radius: 1.5rem;
}

.bblr-25 {
  border-bottom-left-radius: 1.5625rem;
}

.bblr-26 {
  border-bottom-left-radius: 1.625rem;
}

.bblr-27 {
  border-bottom-left-radius: 1.6875rem;
}

.bblr-28 {
  border-bottom-left-radius: 1.75rem;
}

.bblr-29 {
  border-bottom-left-radius: 1.8125rem;
}

.bblr-30 {
  border-bottom-left-radius: 1.875rem;
}

.bblr-31 {
  border-bottom-left-radius: 1.9375rem;
}

.bblr-32 {
  border-bottom-left-radius: 2rem;
}

.bblr-33 {
  border-bottom-left-radius: 2.0625rem;
}

.bblr-34 {
  border-bottom-left-radius: 2.125rem;
}

.bblr-35 {
  border-bottom-left-radius: 2.1875rem;
}

.bblr-36 {
  border-bottom-left-radius: 2.25rem;
}

.bblr-37 {
  border-bottom-left-radius: 2.3125rem;
}

.bblr-38 {
  border-bottom-left-radius: 2.375rem;
}

.bblr-39 {
  border-bottom-left-radius: 2.4375rem;
}

.bblr-40 {
  border-bottom-left-radius: 2.5rem;
}

.bblr-41 {
  border-bottom-left-radius: 2.5625rem;
}

.bblr-42 {
  border-bottom-left-radius: 2.625rem;
}

.bblr-43 {
  border-bottom-left-radius: 2.6875rem;
}

.bblr-44 {
  border-bottom-left-radius: 2.75rem;
}

.bblr-45 {
  border-bottom-left-radius: 2.8125rem;
}

.bblr-46 {
  border-bottom-left-radius: 2.875rem;
}

.bblr-47 {
  border-bottom-left-radius: 2.9375rem;
}

.bblr-48 {
  border-bottom-left-radius: 3rem;
}

.bblr-49 {
  border-bottom-left-radius: 3.0625rem;
}

.bblr-50 {
  border-bottom-left-radius: 3.125rem;
}

.bblr-51 {
  border-bottom-left-radius: 3.1875rem;
}

.bblr-52 {
  border-bottom-left-radius: 3.25rem;
}

.bblr-53 {
  border-bottom-left-radius: 3.3125rem;
}

.bblr-54 {
  border-bottom-left-radius: 3.375rem;
}

.bblr-55 {
  border-bottom-left-radius: 3.4375rem;
}

.bblr-56 {
  border-bottom-left-radius: 3.5rem;
}

.bblr-57 {
  border-bottom-left-radius: 3.5625rem;
}

.bblr-58 {
  border-bottom-left-radius: 3.625rem;
}

.bblr-59 {
  border-bottom-left-radius: 3.6875rem;
}

.bblr-60 {
  border-bottom-left-radius: 3.75rem;
}

.bblr-61 {
  border-bottom-left-radius: 3.8125rem;
}

.bblr-62 {
  border-bottom-left-radius: 3.875rem;
}

.bblr-63 {
  border-bottom-left-radius: 3.9375rem;
}

.bblr-64 {
  border-bottom-left-radius: 4rem;
}

.bblr-65 {
  border-bottom-left-radius: 4.0625rem;
}

.bblr-66 {
  border-bottom-left-radius: 4.125rem;
}

.bblr-67 {
  border-bottom-left-radius: 4.1875rem;
}

.bblr-68 {
  border-bottom-left-radius: 4.25rem;
}

.bblr-69 {
  border-bottom-left-radius: 4.3125rem;
}

.bblr-70 {
  border-bottom-left-radius: 4.375rem;
}

.bblr-71 {
  border-bottom-left-radius: 4.4375rem;
}

.bblr-72 {
  border-bottom-left-radius: 4.5rem;
}

.bblr-73 {
  border-bottom-left-radius: 4.5625rem;
}

.bblr-74 {
  border-bottom-left-radius: 4.625rem;
}

.bblr-75 {
  border-bottom-left-radius: 4.6875rem;
}

.bblr-76 {
  border-bottom-left-radius: 4.75rem;
}

.bblr-77 {
  border-bottom-left-radius: 4.8125rem;
}

.bblr-78 {
  border-bottom-left-radius: 4.875rem;
}

.bblr-79 {
  border-bottom-left-radius: 4.9375rem;
}

.bblr-80 {
  border-bottom-left-radius: 5rem;
}

.bblr-81 {
  border-bottom-left-radius: 5.0625rem;
}

.bblr-82 {
  border-bottom-left-radius: 5.125rem;
}

.bblr-83 {
  border-bottom-left-radius: 5.1875rem;
}

.bblr-84 {
  border-bottom-left-radius: 5.25rem;
}

.bblr-85 {
  border-bottom-left-radius: 5.3125rem;
}

.bblr-86 {
  border-bottom-left-radius: 5.375rem;
}

.bblr-87 {
  border-bottom-left-radius: 5.4375rem;
}

.bblr-88 {
  border-bottom-left-radius: 5.5rem;
}

.bblr-89 {
  border-bottom-left-radius: 5.5625rem;
}

.bblr-90 {
  border-bottom-left-radius: 5.625rem;
}

.bblr-91 {
  border-bottom-left-radius: 5.6875rem;
}

.bblr-92 {
  border-bottom-left-radius: 5.75rem;
}

.bblr-93 {
  border-bottom-left-radius: 5.8125rem;
}

.bblr-94 {
  border-bottom-left-radius: 5.875rem;
}

.bblr-95 {
  border-bottom-left-radius: 5.9375rem;
}

.bblr-96 {
  border-bottom-left-radius: 6rem;
}

.bblr-97 {
  border-bottom-left-radius: 6.0625rem;
}

.bblr-98 {
  border-bottom-left-radius: 6.125rem;
}

.bblr-99 {
  border-bottom-left-radius: 6.1875rem;
}

.bblr-100 {
  border-bottom-left-radius: 6.25rem;
}

.bblr-0p {
  border-bottom-left-radius: 0%;
}

.bblr-1p {
  border-bottom-left-radius: 1%;
}

.bblr-2p {
  border-bottom-left-radius: 2%;
}

.bblr-3p {
  border-bottom-left-radius: 3%;
}

.bblr-4p {
  border-bottom-left-radius: 4%;
}

.bblr-5p {
  border-bottom-left-radius: 5%;
}

.bblr-6p {
  border-bottom-left-radius: 6%;
}

.bblr-7p {
  border-bottom-left-radius: 7%;
}

.bblr-8p {
  border-bottom-left-radius: 8%;
}

.bblr-9p {
  border-bottom-left-radius: 9%;
}

.bblr-10p {
  border-bottom-left-radius: 10%;
}

.bblr-11p {
  border-bottom-left-radius: 11%;
}

.bblr-12p {
  border-bottom-left-radius: 12%;
}

.bblr-13p {
  border-bottom-left-radius: 13%;
}

.bblr-14p {
  border-bottom-left-radius: 14%;
}

.bblr-15p {
  border-bottom-left-radius: 15%;
}

.bblr-16p {
  border-bottom-left-radius: 16%;
}

.bblr-17p {
  border-bottom-left-radius: 17%;
}

.bblr-18p {
  border-bottom-left-radius: 18%;
}

.bblr-19p {
  border-bottom-left-radius: 19%;
}

.bblr-20p {
  border-bottom-left-radius: 20%;
}

.bblr-21p {
  border-bottom-left-radius: 21%;
}

.bblr-22p {
  border-bottom-left-radius: 22%;
}

.bblr-23p {
  border-bottom-left-radius: 23%;
}

.bblr-24p {
  border-bottom-left-radius: 24%;
}

.bblr-25p {
  border-bottom-left-radius: 25%;
}

.bblr-26p {
  border-bottom-left-radius: 26%;
}

.bblr-27p {
  border-bottom-left-radius: 27%;
}

.bblr-28p {
  border-bottom-left-radius: 28%;
}

.bblr-29p {
  border-bottom-left-radius: 29%;
}

.bblr-30p {
  border-bottom-left-radius: 30%;
}

.bblr-31p {
  border-bottom-left-radius: 31%;
}

.bblr-32p {
  border-bottom-left-radius: 32%;
}

.bblr-33p {
  border-bottom-left-radius: 33%;
}

.bblr-34p {
  border-bottom-left-radius: 34%;
}

.bblr-35p {
  border-bottom-left-radius: 35%;
}

.bblr-36p {
  border-bottom-left-radius: 36%;
}

.bblr-37p {
  border-bottom-left-radius: 37%;
}

.bblr-38p {
  border-bottom-left-radius: 38%;
}

.bblr-39p {
  border-bottom-left-radius: 39%;
}

.bblr-40p {
  border-bottom-left-radius: 40%;
}

.bblr-41p {
  border-bottom-left-radius: 41%;
}

.bblr-42p {
  border-bottom-left-radius: 42%;
}

.bblr-43p {
  border-bottom-left-radius: 43%;
}

.bblr-44p {
  border-bottom-left-radius: 44%;
}

.bblr-45p {
  border-bottom-left-radius: 45%;
}

.bblr-46p {
  border-bottom-left-radius: 46%;
}

.bblr-47p {
  border-bottom-left-radius: 47%;
}

.bblr-48p {
  border-bottom-left-radius: 48%;
}

.bblr-49p {
  border-bottom-left-radius: 49%;
}

.bblr-50p {
  border-bottom-left-radius: 50%;
}

.bblr-51p {
  border-bottom-left-radius: 51%;
}

.bblr-52p {
  border-bottom-left-radius: 52%;
}

.bblr-53p {
  border-bottom-left-radius: 53%;
}

.bblr-54p {
  border-bottom-left-radius: 54%;
}

.bblr-55p {
  border-bottom-left-radius: 55%;
}

.bblr-56p {
  border-bottom-left-radius: 56%;
}

.bblr-57p {
  border-bottom-left-radius: 57%;
}

.bblr-58p {
  border-bottom-left-radius: 58%;
}

.bblr-59p {
  border-bottom-left-radius: 59%;
}

.bblr-60p {
  border-bottom-left-radius: 60%;
}

.bblr-61p {
  border-bottom-left-radius: 61%;
}

.bblr-62p {
  border-bottom-left-radius: 62%;
}

.bblr-63p {
  border-bottom-left-radius: 63%;
}

.bblr-64p {
  border-bottom-left-radius: 64%;
}

.bblr-65p {
  border-bottom-left-radius: 65%;
}

.bblr-66p {
  border-bottom-left-radius: 66%;
}

.bblr-67p {
  border-bottom-left-radius: 67%;
}

.bblr-68p {
  border-bottom-left-radius: 68%;
}

.bblr-69p {
  border-bottom-left-radius: 69%;
}

.bblr-70p {
  border-bottom-left-radius: 70%;
}

.bblr-71p {
  border-bottom-left-radius: 71%;
}

.bblr-72p {
  border-bottom-left-radius: 72%;
}

.bblr-73p {
  border-bottom-left-radius: 73%;
}

.bblr-74p {
  border-bottom-left-radius: 74%;
}

.bblr-75p {
  border-bottom-left-radius: 75%;
}

.bblr-76p {
  border-bottom-left-radius: 76%;
}

.bblr-77p {
  border-bottom-left-radius: 77%;
}

.bblr-78p {
  border-bottom-left-radius: 78%;
}

.bblr-79p {
  border-bottom-left-radius: 79%;
}

.bblr-80p {
  border-bottom-left-radius: 80%;
}

.bblr-81p {
  border-bottom-left-radius: 81%;
}

.bblr-82p {
  border-bottom-left-radius: 82%;
}

.bblr-83p {
  border-bottom-left-radius: 83%;
}

.bblr-84p {
  border-bottom-left-radius: 84%;
}

.bblr-85p {
  border-bottom-left-radius: 85%;
}

.bblr-86p {
  border-bottom-left-radius: 86%;
}

.bblr-87p {
  border-bottom-left-radius: 87%;
}

.bblr-88p {
  border-bottom-left-radius: 88%;
}

.bblr-89p {
  border-bottom-left-radius: 89%;
}

.bblr-90p {
  border-bottom-left-radius: 90%;
}

.bblr-91p {
  border-bottom-left-radius: 91%;
}

.bblr-92p {
  border-bottom-left-radius: 92%;
}

.bblr-93p {
  border-bottom-left-radius: 93%;
}

.bblr-94p {
  border-bottom-left-radius: 94%;
}

.bblr-95p {
  border-bottom-left-radius: 95%;
}

.bblr-96p {
  border-bottom-left-radius: 96%;
}

.bblr-97p {
  border-bottom-left-radius: 97%;
}

.bblr-98p {
  border-bottom-left-radius: 98%;
}

.bblr-99p {
  border-bottom-left-radius: 99%;
}

.bblr-100p {
  border-bottom-left-radius: 100%;
}

.bbrr-0 {
  border-bottom-right-radius: 0;
}

.bbrr-1 {
  border-bottom-right-radius: 0.0625rem;
}

.bbrr-2 {
  border-bottom-right-radius: 0.125rem;
}

.bbrr-3 {
  border-bottom-right-radius: 0.1875rem;
}

.bbrr-4 {
  border-bottom-right-radius: 0.25rem;
}

.bbrr-5 {
  border-bottom-right-radius: 0.3125rem;
}

.bbrr-6 {
  border-bottom-right-radius: 0.375rem;
}

.bbrr-7 {
  border-bottom-right-radius: 0.4375rem;
}

.bbrr-8 {
  border-bottom-right-radius: 0.5rem;
}

.bbrr-9 {
  border-bottom-right-radius: 0.5625rem;
}

.bbrr-10 {
  border-bottom-right-radius: 0.625rem;
}

.bbrr-11 {
  border-bottom-right-radius: 0.6875rem;
}

.bbrr-12 {
  border-bottom-right-radius: 0.75rem;
}

.bbrr-13 {
  border-bottom-right-radius: 0.8125rem;
}

.bbrr-14 {
  border-bottom-right-radius: 0.875rem;
}

.bbrr-15 {
  border-bottom-right-radius: 0.9375rem;
}

.bbrr-16 {
  border-bottom-right-radius: 1rem;
}

.bbrr-17 {
  border-bottom-right-radius: 1.0625rem;
}

.bbrr-18 {
  border-bottom-right-radius: 1.125rem;
}

.bbrr-19 {
  border-bottom-right-radius: 1.1875rem;
}

.bbrr-20 {
  border-bottom-right-radius: 1.25rem;
}

.bbrr-21 {
  border-bottom-right-radius: 1.3125rem;
}

.bbrr-22 {
  border-bottom-right-radius: 1.375rem;
}

.bbrr-23 {
  border-bottom-right-radius: 1.4375rem;
}

.bbrr-24 {
  border-bottom-right-radius: 1.5rem;
}

.bbrr-25 {
  border-bottom-right-radius: 1.5625rem;
}

.bbrr-26 {
  border-bottom-right-radius: 1.625rem;
}

.bbrr-27 {
  border-bottom-right-radius: 1.6875rem;
}

.bbrr-28 {
  border-bottom-right-radius: 1.75rem;
}

.bbrr-29 {
  border-bottom-right-radius: 1.8125rem;
}

.bbrr-30 {
  border-bottom-right-radius: 1.875rem;
}

.bbrr-31 {
  border-bottom-right-radius: 1.9375rem;
}

.bbrr-32 {
  border-bottom-right-radius: 2rem;
}

.bbrr-33 {
  border-bottom-right-radius: 2.0625rem;
}

.bbrr-34 {
  border-bottom-right-radius: 2.125rem;
}

.bbrr-35 {
  border-bottom-right-radius: 2.1875rem;
}

.bbrr-36 {
  border-bottom-right-radius: 2.25rem;
}

.bbrr-37 {
  border-bottom-right-radius: 2.3125rem;
}

.bbrr-38 {
  border-bottom-right-radius: 2.375rem;
}

.bbrr-39 {
  border-bottom-right-radius: 2.4375rem;
}

.bbrr-40 {
  border-bottom-right-radius: 2.5rem;
}

.bbrr-41 {
  border-bottom-right-radius: 2.5625rem;
}

.bbrr-42 {
  border-bottom-right-radius: 2.625rem;
}

.bbrr-43 {
  border-bottom-right-radius: 2.6875rem;
}

.bbrr-44 {
  border-bottom-right-radius: 2.75rem;
}

.bbrr-45 {
  border-bottom-right-radius: 2.8125rem;
}

.bbrr-46 {
  border-bottom-right-radius: 2.875rem;
}

.bbrr-47 {
  border-bottom-right-radius: 2.9375rem;
}

.bbrr-48 {
  border-bottom-right-radius: 3rem;
}

.bbrr-49 {
  border-bottom-right-radius: 3.0625rem;
}

.bbrr-50 {
  border-bottom-right-radius: 3.125rem;
}

.bbrr-51 {
  border-bottom-right-radius: 3.1875rem;
}

.bbrr-52 {
  border-bottom-right-radius: 3.25rem;
}

.bbrr-53 {
  border-bottom-right-radius: 3.3125rem;
}

.bbrr-54 {
  border-bottom-right-radius: 3.375rem;
}

.bbrr-55 {
  border-bottom-right-radius: 3.4375rem;
}

.bbrr-56 {
  border-bottom-right-radius: 3.5rem;
}

.bbrr-57 {
  border-bottom-right-radius: 3.5625rem;
}

.bbrr-58 {
  border-bottom-right-radius: 3.625rem;
}

.bbrr-59 {
  border-bottom-right-radius: 3.6875rem;
}

.bbrr-60 {
  border-bottom-right-radius: 3.75rem;
}

.bbrr-61 {
  border-bottom-right-radius: 3.8125rem;
}

.bbrr-62 {
  border-bottom-right-radius: 3.875rem;
}

.bbrr-63 {
  border-bottom-right-radius: 3.9375rem;
}

.bbrr-64 {
  border-bottom-right-radius: 4rem;
}

.bbrr-65 {
  border-bottom-right-radius: 4.0625rem;
}

.bbrr-66 {
  border-bottom-right-radius: 4.125rem;
}

.bbrr-67 {
  border-bottom-right-radius: 4.1875rem;
}

.bbrr-68 {
  border-bottom-right-radius: 4.25rem;
}

.bbrr-69 {
  border-bottom-right-radius: 4.3125rem;
}

.bbrr-70 {
  border-bottom-right-radius: 4.375rem;
}

.bbrr-71 {
  border-bottom-right-radius: 4.4375rem;
}

.bbrr-72 {
  border-bottom-right-radius: 4.5rem;
}

.bbrr-73 {
  border-bottom-right-radius: 4.5625rem;
}

.bbrr-74 {
  border-bottom-right-radius: 4.625rem;
}

.bbrr-75 {
  border-bottom-right-radius: 4.6875rem;
}

.bbrr-76 {
  border-bottom-right-radius: 4.75rem;
}

.bbrr-77 {
  border-bottom-right-radius: 4.8125rem;
}

.bbrr-78 {
  border-bottom-right-radius: 4.875rem;
}

.bbrr-79 {
  border-bottom-right-radius: 4.9375rem;
}

.bbrr-80 {
  border-bottom-right-radius: 5rem;
}

.bbrr-81 {
  border-bottom-right-radius: 5.0625rem;
}

.bbrr-82 {
  border-bottom-right-radius: 5.125rem;
}

.bbrr-83 {
  border-bottom-right-radius: 5.1875rem;
}

.bbrr-84 {
  border-bottom-right-radius: 5.25rem;
}

.bbrr-85 {
  border-bottom-right-radius: 5.3125rem;
}

.bbrr-86 {
  border-bottom-right-radius: 5.375rem;
}

.bbrr-87 {
  border-bottom-right-radius: 5.4375rem;
}

.bbrr-88 {
  border-bottom-right-radius: 5.5rem;
}

.bbrr-89 {
  border-bottom-right-radius: 5.5625rem;
}

.bbrr-90 {
  border-bottom-right-radius: 5.625rem;
}

.bbrr-91 {
  border-bottom-right-radius: 5.6875rem;
}

.bbrr-92 {
  border-bottom-right-radius: 5.75rem;
}

.bbrr-93 {
  border-bottom-right-radius: 5.8125rem;
}

.bbrr-94 {
  border-bottom-right-radius: 5.875rem;
}

.bbrr-95 {
  border-bottom-right-radius: 5.9375rem;
}

.bbrr-96 {
  border-bottom-right-radius: 6rem;
}

.bbrr-97 {
  border-bottom-right-radius: 6.0625rem;
}

.bbrr-98 {
  border-bottom-right-radius: 6.125rem;
}

.bbrr-99 {
  border-bottom-right-radius: 6.1875rem;
}

.bbrr-100 {
  border-bottom-right-radius: 6.25rem;
}

.bbrr-0p {
  border-bottom-right-radius: 0%;
}

.bbrr-1p {
  border-bottom-right-radius: 1%;
}

.bbrr-2p {
  border-bottom-right-radius: 2%;
}

.bbrr-3p {
  border-bottom-right-radius: 3%;
}

.bbrr-4p {
  border-bottom-right-radius: 4%;
}

.bbrr-5p {
  border-bottom-right-radius: 5%;
}

.bbrr-6p {
  border-bottom-right-radius: 6%;
}

.bbrr-7p {
  border-bottom-right-radius: 7%;
}

.bbrr-8p {
  border-bottom-right-radius: 8%;
}

.bbrr-9p {
  border-bottom-right-radius: 9%;
}

.bbrr-10p {
  border-bottom-right-radius: 10%;
}

.bbrr-11p {
  border-bottom-right-radius: 11%;
}

.bbrr-12p {
  border-bottom-right-radius: 12%;
}

.bbrr-13p {
  border-bottom-right-radius: 13%;
}

.bbrr-14p {
  border-bottom-right-radius: 14%;
}

.bbrr-15p {
  border-bottom-right-radius: 15%;
}

.bbrr-16p {
  border-bottom-right-radius: 16%;
}

.bbrr-17p {
  border-bottom-right-radius: 17%;
}

.bbrr-18p {
  border-bottom-right-radius: 18%;
}

.bbrr-19p {
  border-bottom-right-radius: 19%;
}

.bbrr-20p {
  border-bottom-right-radius: 20%;
}

.bbrr-21p {
  border-bottom-right-radius: 21%;
}

.bbrr-22p {
  border-bottom-right-radius: 22%;
}

.bbrr-23p {
  border-bottom-right-radius: 23%;
}

.bbrr-24p {
  border-bottom-right-radius: 24%;
}

.bbrr-25p {
  border-bottom-right-radius: 25%;
}

.bbrr-26p {
  border-bottom-right-radius: 26%;
}

.bbrr-27p {
  border-bottom-right-radius: 27%;
}

.bbrr-28p {
  border-bottom-right-radius: 28%;
}

.bbrr-29p {
  border-bottom-right-radius: 29%;
}

.bbrr-30p {
  border-bottom-right-radius: 30%;
}

.bbrr-31p {
  border-bottom-right-radius: 31%;
}

.bbrr-32p {
  border-bottom-right-radius: 32%;
}

.bbrr-33p {
  border-bottom-right-radius: 33%;
}

.bbrr-34p {
  border-bottom-right-radius: 34%;
}

.bbrr-35p {
  border-bottom-right-radius: 35%;
}

.bbrr-36p {
  border-bottom-right-radius: 36%;
}

.bbrr-37p {
  border-bottom-right-radius: 37%;
}

.bbrr-38p {
  border-bottom-right-radius: 38%;
}

.bbrr-39p {
  border-bottom-right-radius: 39%;
}

.bbrr-40p {
  border-bottom-right-radius: 40%;
}

.bbrr-41p {
  border-bottom-right-radius: 41%;
}

.bbrr-42p {
  border-bottom-right-radius: 42%;
}

.bbrr-43p {
  border-bottom-right-radius: 43%;
}

.bbrr-44p {
  border-bottom-right-radius: 44%;
}

.bbrr-45p {
  border-bottom-right-radius: 45%;
}

.bbrr-46p {
  border-bottom-right-radius: 46%;
}

.bbrr-47p {
  border-bottom-right-radius: 47%;
}

.bbrr-48p {
  border-bottom-right-radius: 48%;
}

.bbrr-49p {
  border-bottom-right-radius: 49%;
}

.bbrr-50p {
  border-bottom-right-radius: 50%;
}

.bbrr-51p {
  border-bottom-right-radius: 51%;
}

.bbrr-52p {
  border-bottom-right-radius: 52%;
}

.bbrr-53p {
  border-bottom-right-radius: 53%;
}

.bbrr-54p {
  border-bottom-right-radius: 54%;
}

.bbrr-55p {
  border-bottom-right-radius: 55%;
}

.bbrr-56p {
  border-bottom-right-radius: 56%;
}

.bbrr-57p {
  border-bottom-right-radius: 57%;
}

.bbrr-58p {
  border-bottom-right-radius: 58%;
}

.bbrr-59p {
  border-bottom-right-radius: 59%;
}

.bbrr-60p {
  border-bottom-right-radius: 60%;
}

.bbrr-61p {
  border-bottom-right-radius: 61%;
}

.bbrr-62p {
  border-bottom-right-radius: 62%;
}

.bbrr-63p {
  border-bottom-right-radius: 63%;
}

.bbrr-64p {
  border-bottom-right-radius: 64%;
}

.bbrr-65p {
  border-bottom-right-radius: 65%;
}

.bbrr-66p {
  border-bottom-right-radius: 66%;
}

.bbrr-67p {
  border-bottom-right-radius: 67%;
}

.bbrr-68p {
  border-bottom-right-radius: 68%;
}

.bbrr-69p {
  border-bottom-right-radius: 69%;
}

.bbrr-70p {
  border-bottom-right-radius: 70%;
}

.bbrr-71p {
  border-bottom-right-radius: 71%;
}

.bbrr-72p {
  border-bottom-right-radius: 72%;
}

.bbrr-73p {
  border-bottom-right-radius: 73%;
}

.bbrr-74p {
  border-bottom-right-radius: 74%;
}

.bbrr-75p {
  border-bottom-right-radius: 75%;
}

.bbrr-76p {
  border-bottom-right-radius: 76%;
}

.bbrr-77p {
  border-bottom-right-radius: 77%;
}

.bbrr-78p {
  border-bottom-right-radius: 78%;
}

.bbrr-79p {
  border-bottom-right-radius: 79%;
}

.bbrr-80p {
  border-bottom-right-radius: 80%;
}

.bbrr-81p {
  border-bottom-right-radius: 81%;
}

.bbrr-82p {
  border-bottom-right-radius: 82%;
}

.bbrr-83p {
  border-bottom-right-radius: 83%;
}

.bbrr-84p {
  border-bottom-right-radius: 84%;
}

.bbrr-85p {
  border-bottom-right-radius: 85%;
}

.bbrr-86p {
  border-bottom-right-radius: 86%;
}

.bbrr-87p {
  border-bottom-right-radius: 87%;
}

.bbrr-88p {
  border-bottom-right-radius: 88%;
}

.bbrr-89p {
  border-bottom-right-radius: 89%;
}

.bbrr-90p {
  border-bottom-right-radius: 90%;
}

.bbrr-91p {
  border-bottom-right-radius: 91%;
}

.bbrr-92p {
  border-bottom-right-radius: 92%;
}

.bbrr-93p {
  border-bottom-right-radius: 93%;
}

.bbrr-94p {
  border-bottom-right-radius: 94%;
}

.bbrr-95p {
  border-bottom-right-radius: 95%;
}

.bbrr-96p {
  border-bottom-right-radius: 96%;
}

.bbrr-97p {
  border-bottom-right-radius: 97%;
}

.bbrr-98p {
  border-bottom-right-radius: 98%;
}

.bbrr-99p {
  border-bottom-right-radius: 99%;
}

.bbrr-100p {
  border-bottom-right-radius: 100%;
}

.h-fw-light h1 {
  font-weight: 300;
}

.h-fw-lighter h1 {
  font-weight: 200;
}

.h-fw-lightest h1 {
  font-weight: 100;
}

.h-fw-normal h1 {
  font-weight: 400;
}

.h-fw-book h1 {
  font-weight: 500;
}

.h-fw-medium h1 {
  font-weight: 600;
}

.h-fw-bold h1 {
  font-weight: 700;
}

.h-fw-bolder h1 {
  font-weight: 800;
}

.h-fw-boldest h1 {
  font-weight: 900;
}

.h-fw-1 h1 {
  font-weight: 100;
}

.h-fw-2 h1 {
  font-weight: 200;
}

.h-fw-3 h1 {
  font-weight: 300;
}

.h-fw-4 h1 {
  font-weight: 400;
}

.h-fw-5 h1 {
  font-weight: 500;
}

.h-fw-6 h1 {
  font-weight: 600;
}

.h-fw-7 h1 {
  font-weight: 700;
}

.h-fw-8 h1 {
  font-weight: 800;
}

.h-fw-9 h1 {
  font-weight: 900;
}

.h-fw-light h2 {
  font-weight: 300;
}

.h-fw-lighter h2 {
  font-weight: 200;
}

.h-fw-lightest h2 {
  font-weight: 100;
}

.h-fw-normal h2 {
  font-weight: 400;
}

.h-fw-book h2 {
  font-weight: 500;
}

.h-fw-medium h2 {
  font-weight: 600;
}

.h-fw-bold h2 {
  font-weight: 700;
}

.h-fw-bolder h2 {
  font-weight: 800;
}

.h-fw-boldest h2 {
  font-weight: 900;
}

.h-fw-1 h2 {
  font-weight: 100;
}

.h-fw-2 h2 {
  font-weight: 200;
}

.h-fw-3 h2 {
  font-weight: 300;
}

.h-fw-4 h2 {
  font-weight: 400;
}

.h-fw-5 h2 {
  font-weight: 500;
}

.h-fw-6 h2 {
  font-weight: 600;
}

.h-fw-7 h2 {
  font-weight: 700;
}

.h-fw-8 h2 {
  font-weight: 800;
}

.h-fw-9 h2 {
  font-weight: 900;
}

.h-fw-light h3 {
  font-weight: 300;
}

.h-fw-lighter h3 {
  font-weight: 200;
}

.h-fw-lightest h3 {
  font-weight: 100;
}

.h-fw-normal h3 {
  font-weight: 400;
}

.h-fw-book h3 {
  font-weight: 500;
}

.h-fw-medium h3 {
  font-weight: 600;
}

.h-fw-bold h3 {
  font-weight: 700;
}

.h-fw-bolder h3 {
  font-weight: 800;
}

.h-fw-boldest h3 {
  font-weight: 900;
}

.h-fw-1 h3 {
  font-weight: 100;
}

.h-fw-2 h3 {
  font-weight: 200;
}

.h-fw-3 h3 {
  font-weight: 300;
}

.h-fw-4 h3 {
  font-weight: 400;
}

.h-fw-5 h3 {
  font-weight: 500;
}

.h-fw-6 h3 {
  font-weight: 600;
}

.h-fw-7 h3 {
  font-weight: 700;
}

.h-fw-8 h3 {
  font-weight: 800;
}

.h-fw-9 h3 {
  font-weight: 900;
}

.h-fw-light h4 {
  font-weight: 300;
}

.h-fw-lighter h4 {
  font-weight: 200;
}

.h-fw-lightest h4 {
  font-weight: 100;
}

.h-fw-normal h4 {
  font-weight: 400;
}

.h-fw-book h4 {
  font-weight: 500;
}

.h-fw-medium h4 {
  font-weight: 600;
}

.h-fw-bold h4 {
  font-weight: 700;
}

.h-fw-bolder h4 {
  font-weight: 800;
}

.h-fw-boldest h4 {
  font-weight: 900;
}

.h-fw-1 h4 {
  font-weight: 100;
}

.h-fw-2 h4 {
  font-weight: 200;
}

.h-fw-3 h4 {
  font-weight: 300;
}

.h-fw-4 h4 {
  font-weight: 400;
}

.h-fw-5 h4 {
  font-weight: 500;
}

.h-fw-6 h4 {
  font-weight: 600;
}

.h-fw-7 h4 {
  font-weight: 700;
}

.h-fw-8 h4 {
  font-weight: 800;
}

.h-fw-9 h4 {
  font-weight: 900;
}

.h-fw-light h5 {
  font-weight: 300;
}

.h-fw-lighter h5 {
  font-weight: 200;
}

.h-fw-lightest h5 {
  font-weight: 100;
}

.h-fw-normal h5 {
  font-weight: 400;
}

.h-fw-book h5 {
  font-weight: 500;
}

.h-fw-medium h5 {
  font-weight: 600;
}

.h-fw-bold h5 {
  font-weight: 700;
}

.h-fw-bolder h5 {
  font-weight: 800;
}

.h-fw-boldest h5 {
  font-weight: 900;
}

.h-fw-1 h5 {
  font-weight: 100;
}

.h-fw-2 h5 {
  font-weight: 200;
}

.h-fw-3 h5 {
  font-weight: 300;
}

.h-fw-4 h5 {
  font-weight: 400;
}

.h-fw-5 h5 {
  font-weight: 500;
}

.h-fw-6 h5 {
  font-weight: 600;
}

.h-fw-7 h5 {
  font-weight: 700;
}

.h-fw-8 h5 {
  font-weight: 800;
}

.h-fw-9 h5 {
  font-weight: 900;
}

.h-fw-light h6 {
  font-weight: 300;
}

.h-fw-lighter h6 {
  font-weight: 200;
}

.h-fw-lightest h6 {
  font-weight: 100;
}

.h-fw-normal h6 {
  font-weight: 400;
}

.h-fw-book h6 {
  font-weight: 500;
}

.h-fw-medium h6 {
  font-weight: 600;
}

.h-fw-bold h6 {
  font-weight: 700;
}

.h-fw-bolder h6 {
  font-weight: 800;
}

.h-fw-boldest h6 {
  font-weight: 900;
}

.h-fw-1 h6 {
  font-weight: 100;
}

.h-fw-2 h6 {
  font-weight: 200;
}

.h-fw-3 h6 {
  font-weight: 300;
}

.h-fw-4 h6 {
  font-weight: 400;
}

.h-fw-5 h6 {
  font-weight: 500;
}

.h-fw-6 h6 {
  font-weight: 600;
}

.h-fw-7 h6 {
  font-weight: 700;
}

.h-fw-8 h6 {
  font-weight: 800;
}

.h-fw-9 h6 {
  font-weight: 900;
}

.h1-fw-light h1 {
  font-weight: 300;
}

.h1-fw-lighter h1 {
  font-weight: 200;
}

.h1-fw-lightest h1 {
  font-weight: 100;
}

.h1-fw-normal h1 {
  font-weight: 400;
}

.h1-fw-book h1 {
  font-weight: 500;
}

.h1-fw-medium h1 {
  font-weight: 600;
}

.h1-fw-bold h1 {
  font-weight: 700;
}

.h1-fw-bolder h1 {
  font-weight: 800;
}

.h1-fw-boldest h1 {
  font-weight: 900;
}

.h1-fw-1 h1 {
  font-weight: 100;
}

.h1-fw-2 h1 {
  font-weight: 200;
}

.h1-fw-3 h1 {
  font-weight: 300;
}

.h1-fw-4 h1 {
  font-weight: 400;
}

.h1-fw-5 h1 {
  font-weight: 500;
}

.h1-fw-6 h1 {
  font-weight: 600;
}

.h1-fw-7 h1 {
  font-weight: 700;
}

.h1-fw-8 h1 {
  font-weight: 800;
}

.h1-fw-9 h1 {
  font-weight: 900;
}

.h2-fw-light h2 {
  font-weight: 300;
}

.h2-fw-lighter h2 {
  font-weight: 200;
}

.h2-fw-lightest h2 {
  font-weight: 100;
}

.h2-fw-normal h2 {
  font-weight: 400;
}

.h2-fw-book h2 {
  font-weight: 500;
}

.h2-fw-medium h2 {
  font-weight: 600;
}

.h2-fw-bold h2 {
  font-weight: 700;
}

.h2-fw-bolder h2 {
  font-weight: 800;
}

.h2-fw-boldest h2 {
  font-weight: 900;
}

.h2-fw-1 h2 {
  font-weight: 100;
}

.h2-fw-2 h2 {
  font-weight: 200;
}

.h2-fw-3 h2 {
  font-weight: 300;
}

.h2-fw-4 h2 {
  font-weight: 400;
}

.h2-fw-5 h2 {
  font-weight: 500;
}

.h2-fw-6 h2 {
  font-weight: 600;
}

.h2-fw-7 h2 {
  font-weight: 700;
}

.h2-fw-8 h2 {
  font-weight: 800;
}

.h2-fw-9 h2 {
  font-weight: 900;
}

.h3-fw-light h3 {
  font-weight: 300;
}

.h3-fw-lighter h3 {
  font-weight: 200;
}

.h3-fw-lightest h3 {
  font-weight: 100;
}

.h3-fw-normal h3 {
  font-weight: 400;
}

.h3-fw-book h3 {
  font-weight: 500;
}

.h3-fw-medium h3 {
  font-weight: 600;
}

.h3-fw-bold h3 {
  font-weight: 700;
}

.h3-fw-bolder h3 {
  font-weight: 800;
}

.h3-fw-boldest h3 {
  font-weight: 900;
}

.h3-fw-1 h3 {
  font-weight: 100;
}

.h3-fw-2 h3 {
  font-weight: 200;
}

.h3-fw-3 h3 {
  font-weight: 300;
}

.h3-fw-4 h3 {
  font-weight: 400;
}

.h3-fw-5 h3 {
  font-weight: 500;
}

.h3-fw-6 h3 {
  font-weight: 600;
}

.h3-fw-7 h3 {
  font-weight: 700;
}

.h3-fw-8 h3 {
  font-weight: 800;
}

.h3-fw-9 h3 {
  font-weight: 900;
}

.h4-fw-light h4 {
  font-weight: 300;
}

.h4-fw-lighter h4 {
  font-weight: 200;
}

.h4-fw-lightest h4 {
  font-weight: 100;
}

.h4-fw-normal h4 {
  font-weight: 400;
}

.h4-fw-book h4 {
  font-weight: 500;
}

.h4-fw-medium h4 {
  font-weight: 600;
}

.h4-fw-bold h4 {
  font-weight: 700;
}

.h4-fw-bolder h4 {
  font-weight: 800;
}

.h4-fw-boldest h4 {
  font-weight: 900;
}

.h4-fw-1 h4 {
  font-weight: 100;
}

.h4-fw-2 h4 {
  font-weight: 200;
}

.h4-fw-3 h4 {
  font-weight: 300;
}

.h4-fw-4 h4 {
  font-weight: 400;
}

.h4-fw-5 h4 {
  font-weight: 500;
}

.h4-fw-6 h4 {
  font-weight: 600;
}

.h4-fw-7 h4 {
  font-weight: 700;
}

.h4-fw-8 h4 {
  font-weight: 800;
}

.h4-fw-9 h4 {
  font-weight: 900;
}

.h5-fw-light h5 {
  font-weight: 300;
}

.h5-fw-lighter h5 {
  font-weight: 200;
}

.h5-fw-lightest h5 {
  font-weight: 100;
}

.h5-fw-normal h5 {
  font-weight: 400;
}

.h5-fw-book h5 {
  font-weight: 500;
}

.h5-fw-medium h5 {
  font-weight: 600;
}

.h5-fw-bold h5 {
  font-weight: 700;
}

.h5-fw-bolder h5 {
  font-weight: 800;
}

.h5-fw-boldest h5 {
  font-weight: 900;
}

.h5-fw-1 h5 {
  font-weight: 100;
}

.h5-fw-2 h5 {
  font-weight: 200;
}

.h5-fw-3 h5 {
  font-weight: 300;
}

.h5-fw-4 h5 {
  font-weight: 400;
}

.h5-fw-5 h5 {
  font-weight: 500;
}

.h5-fw-6 h5 {
  font-weight: 600;
}

.h5-fw-7 h5 {
  font-weight: 700;
}

.h5-fw-8 h5 {
  font-weight: 800;
}

.h5-fw-9 h5 {
  font-weight: 900;
}

.h6-fw-light h6 {
  font-weight: 300;
}

.h6-fw-lighter h6 {
  font-weight: 200;
}

.h6-fw-lightest h6 {
  font-weight: 100;
}

.h6-fw-normal h6 {
  font-weight: 400;
}

.h6-fw-book h6 {
  font-weight: 500;
}

.h6-fw-medium h6 {
  font-weight: 600;
}

.h6-fw-bold h6 {
  font-weight: 700;
}

.h6-fw-bolder h6 {
  font-weight: 800;
}

.h6-fw-boldest h6 {
  font-weight: 900;
}

.h6-fw-1 h6 {
  font-weight: 100;
}

.h6-fw-2 h6 {
  font-weight: 200;
}

.h6-fw-3 h6 {
  font-weight: 300;
}

.h6-fw-4 h6 {
  font-weight: 400;
}

.h6-fw-5 h6 {
  font-weight: 500;
}

.h6-fw-6 h6 {
  font-weight: 600;
}

.h6-fw-7 h6 {
  font-weight: 700;
}

.h6-fw-8 h6 {
  font-weight: 800;
}

.h6-fw-9 h6 {
  font-weight: 900;
}

.td-n a {
  text-decoration: none;
}

.td-u a {
  text-decoration: underline;
}

.td-l a {
  text-decoration: line-through;
}

.td-n button {
  text-decoration: none;
}

.td-u button {
  text-decoration: underline;
}

.td-l button {
  text-decoration: line-through;
}

.td-n input {
  text-decoration: none;
}

.td-u input {
  text-decoration: underline;
}

.td-l input {
  text-decoration: line-through;
}

.tt-l button {
  text-transform: lowercase;
}

.tt-u button {
  text-transform: uppercase;
}

.tt-c button {
  text-transform: capitalize;
}

.tt-l input {
  text-transform: lowercase;
}

.tt-u input {
  text-transform: uppercase;
}

.tt-c input {
  text-transform: capitalize;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left;
  }

  .float-sm-end {
    float: right;
  }

  .float-sm-none {
    float: none;
  }

  .d-sm-inline {
    display: inline;
  }

  .d-sm-inline-block {
    display: inline-block;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-grid {
    display: grid;
  }

  .d-sm-table {
    display: table;
  }

  .d-sm-table-row {
    display: table-row;
  }

  .d-sm-table-cell {
    display: table-cell;
  }

  .d-sm-flex {
    display: flex;
  }

  .d-sm-inline-flex {
    display: inline-flex;
  }

  .d-sm-none {
    display: none;
  }

  .flex-sm-fill {
    flex: 1 1 auto;
  }

  .flex-sm-row {
    flex-direction: row;
  }

  .flex-sm-column {
    flex-direction: column;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-sm-grow-0 {
    flex-grow: 0;
  }

  .flex-sm-grow-1 {
    flex-grow: 1;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }

  .flex-sm-wrap {
    flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .jc-sm-l {
    justify-content: flex-start;
  }

  .jc-sm-r {
    justify-content: flex-end;
  }

  .jc-sm-c {
    justify-content: center;
  }

  .jc-sm-b {
    justify-content: space-between;
  }

  .jc-sm-a {
    justify-content: space-around;
  }

  .jc-sm-e {
    justify-content: space-evenly;
  }

  .ai-sm-l {
    align-items: flex-start;
  }

  .ai-sm-r {
    align-items: flex-end;
  }

  .ai-sm-c {
    align-items: center;
  }

  .ai-sm-b {
    align-items: baseline;
  }

  .ai-sm-s {
    align-items: stretch;
  }

  .ac-sm-l {
    align-content: flex-start;
  }

  .ac-sm-r {
    align-content: flex-end;
  }

  .ac-sm-c {
    align-content: center;
  }

  .ac-sm-b {
    align-content: space-between;
  }

  .ac-sm-a {
    align-content: space-around;
  }

  .ac-sm-s {
    align-content: stretch;
  }

  .as-sm-a {
    align-self: auto;
  }

  .as-sm-l {
    align-self: flex-start;
  }

  .as-sm-r {
    align-self: flex-end;
  }

  .as-sm-c {
    align-self: center;
  }

  .as-sm-b {
    align-self: baseline;
  }

  .as-sm-s {
    align-self: stretch;
  }

  .order-sm-first {
    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-last {
    order: 6;
  }

  .m-sm-0 {
    margin: 0;
  }

  .m-sm-1 {
    margin: 0.0625rem;
  }

  .m-sm-2 {
    margin: 0.125rem;
  }

  .m-sm-3 {
    margin: 0.1875rem;
  }

  .m-sm-4 {
    margin: 0.25rem;
  }

  .m-sm-5 {
    margin: 0.3125rem;
  }

  .m-sm-6 {
    margin: 0.375rem;
  }

  .m-sm-7 {
    margin: 0.5rem;
  }

  .m-sm-8 {
    margin: 0.625rem;
  }

  .m-sm-9 {
    margin: 0.75rem;
  }

  .m-sm-10 {
    margin: 0.9375rem;
  }

  .m-sm-11 {
    margin: 1.125rem;
  }

  .m-sm-12 {
    margin: 1.5rem;
  }

  .m-sm-13 {
    margin: 2rem;
  }

  .m-sm-14 {
    margin: 3rem;
  }

  .m-sm-15 {
    margin: 4.25rem;
  }

  .m-sm-16 {
    margin: 4.75rem;
  }

  .m-sm-17 {
    margin: 6.25rem;
  }

  .m-sm-18 {
    margin: 8.75rem;
  }

  .m-sm-19 {
    margin: 12.5rem;
  }

  .m-sm-20 {
    margin: 18.75rem;
  }

  .m-sm-21 {
    margin: 28.75rem;
  }

  .m-sm-auto {
    margin: auto;
  }

  .mh-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .mh-sm-1 {
    margin-right: 0.0625rem;
    margin-left: 0.0625rem;
  }

  .mh-sm-2 {
    margin-right: 0.125rem;
    margin-left: 0.125rem;
  }

  .mh-sm-3 {
    margin-right: 0.1875rem;
    margin-left: 0.1875rem;
  }

  .mh-sm-4 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .mh-sm-5 {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }

  .mh-sm-6 {
    margin-right: 0.375rem;
    margin-left: 0.375rem;
  }

  .mh-sm-7 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .mh-sm-8 {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }

  .mh-sm-9 {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }

  .mh-sm-10 {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }

  .mh-sm-11 {
    margin-right: 1.125rem;
    margin-left: 1.125rem;
  }

  .mh-sm-12 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .mh-sm-13 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .mh-sm-14 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .mh-sm-15 {
    margin-right: 4.25rem;
    margin-left: 4.25rem;
  }

  .mh-sm-16 {
    margin-right: 4.75rem;
    margin-left: 4.75rem;
  }

  .mh-sm-17 {
    margin-right: 6.25rem;
    margin-left: 6.25rem;
  }

  .mh-sm-18 {
    margin-right: 8.75rem;
    margin-left: 8.75rem;
  }

  .mh-sm-19 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .mh-sm-20 {
    margin-right: 18.75rem;
    margin-left: 18.75rem;
  }

  .mh-sm-21 {
    margin-right: 28.75rem;
    margin-left: 28.75rem;
  }

  .mh-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .mv-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv-sm-1 {
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .mv-sm-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .mv-sm-3 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .mv-sm-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mv-sm-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .mv-sm-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .mv-sm-7 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mv-sm-8 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .mv-sm-9 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .mv-sm-10 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .mv-sm-11 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .mv-sm-12 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mv-sm-13 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv-sm-14 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mv-sm-15 {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .mv-sm-16 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .mv-sm-17 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .mv-sm-18 {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .mv-sm-19 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .mv-sm-20 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .mv-sm-21 {
    margin-top: 28.75rem;
    margin-bottom: 28.75rem;
  }

  .mv-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mt-sm-0 {
    margin-top: 0;
  }

  .mt-sm-1 {
    margin-top: 0.0625rem;
  }

  .mt-sm-2 {
    margin-top: 0.125rem;
  }

  .mt-sm-3 {
    margin-top: 0.1875rem;
  }

  .mt-sm-4 {
    margin-top: 0.25rem;
  }

  .mt-sm-5 {
    margin-top: 0.3125rem;
  }

  .mt-sm-6 {
    margin-top: 0.375rem;
  }

  .mt-sm-7 {
    margin-top: 0.5rem;
  }

  .mt-sm-8 {
    margin-top: 0.625rem;
  }

  .mt-sm-9 {
    margin-top: 0.75rem;
  }

  .mt-sm-10 {
    margin-top: 0.9375rem;
  }

  .mt-sm-11 {
    margin-top: 1.125rem;
  }

  .mt-sm-12 {
    margin-top: 1.5rem;
  }

  .mt-sm-13 {
    margin-top: 2rem;
  }

  .mt-sm-14 {
    margin-top: 3rem;
  }

  .mt-sm-15 {
    margin-top: 4.25rem;
  }

  .mt-sm-16 {
    margin-top: 4.75rem;
  }

  .mt-sm-17 {
    margin-top: 6.25rem;
  }

  .mt-sm-18 {
    margin-top: 8.75rem;
  }

  .mt-sm-19 {
    margin-top: 12.5rem;
  }

  .mt-sm-20 {
    margin-top: 18.75rem;
  }

  .mt-sm-21 {
    margin-top: 28.75rem;
  }

  .mt-sm-auto {
    margin-top: auto;
  }

  .mb-sm-0 {
    margin-bottom: 0;
  }

  .mb-sm-1 {
    margin-bottom: 0.0625rem;
  }

  .mb-sm-2 {
    margin-bottom: 0.125rem;
  }

  .mb-sm-3 {
    margin-bottom: 0.1875rem;
  }

  .mb-sm-4 {
    margin-bottom: 0.25rem;
  }

  .mb-sm-5 {
    margin-bottom: 0.3125rem;
  }

  .mb-sm-6 {
    margin-bottom: 0.375rem;
  }

  .mb-sm-7 {
    margin-bottom: 0.5rem;
  }

  .mb-sm-8 {
    margin-bottom: 0.625rem;
  }

  .mb-sm-9 {
    margin-bottom: 0.75rem;
  }

  .mb-sm-10 {
    margin-bottom: 0.9375rem;
  }

  .mb-sm-11 {
    margin-bottom: 1.125rem;
  }

  .mb-sm-12 {
    margin-bottom: 1.5rem;
  }

  .mb-sm-13 {
    margin-bottom: 2rem;
  }

  .mb-sm-14 {
    margin-bottom: 3rem;
  }

  .mb-sm-15 {
    margin-bottom: 4.25rem;
  }

  .mb-sm-16 {
    margin-bottom: 4.75rem;
  }

  .mb-sm-17 {
    margin-bottom: 6.25rem;
  }

  .mb-sm-18 {
    margin-bottom: 8.75rem;
  }

  .mb-sm-19 {
    margin-bottom: 12.5rem;
  }

  .mb-sm-20 {
    margin-bottom: 18.75rem;
  }

  .mb-sm-21 {
    margin-bottom: 28.75rem;
  }

  .mb-sm-auto {
    margin-bottom: auto;
  }

  .m-sm-n1 {
    margin: -0.0625rem;
  }

  .m-sm-n2 {
    margin: -0.125rem;
  }

  .m-sm-n3 {
    margin: -0.1875rem;
  }

  .m-sm-n4 {
    margin: -0.25rem;
  }

  .m-sm-n5 {
    margin: -0.3125rem;
  }

  .m-sm-n6 {
    margin: -0.375rem;
  }

  .m-sm-n7 {
    margin: -0.5rem;
  }

  .m-sm-n8 {
    margin: -0.625rem;
  }

  .m-sm-n9 {
    margin: -0.75rem;
  }

  .m-sm-n10 {
    margin: -0.9375rem;
  }

  .m-sm-n11 {
    margin: -1.125rem;
  }

  .m-sm-n12 {
    margin: -1.5rem;
  }

  .m-sm-n13 {
    margin: -2rem;
  }

  .m-sm-n14 {
    margin: -3rem;
  }

  .m-sm-n15 {
    margin: -4.25rem;
  }

  .m-sm-n16 {
    margin: -4.75rem;
  }

  .m-sm-n17 {
    margin: -6.25rem;
  }

  .m-sm-n18 {
    margin: -8.75rem;
  }

  .m-sm-n19 {
    margin: -12.5rem;
  }

  .m-sm-n20 {
    margin: -18.75rem;
  }

  .m-sm-n21 {
    margin: -28.75rem;
  }

  .mh-sm-n1 {
    margin-right: -0.0625rem;
    margin-left: -0.0625rem;
  }

  .mh-sm-n2 {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
  }

  .mh-sm-n3 {
    margin-right: -0.1875rem;
    margin-left: -0.1875rem;
  }

  .mh-sm-n4 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }

  .mh-sm-n5 {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }

  .mh-sm-n6 {
    margin-right: -0.375rem;
    margin-left: -0.375rem;
  }

  .mh-sm-n7 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .mh-sm-n8 {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }

  .mh-sm-n9 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .mh-sm-n10 {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .mh-sm-n11 {
    margin-right: -1.125rem;
    margin-left: -1.125rem;
  }

  .mh-sm-n12 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .mh-sm-n13 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .mh-sm-n14 {
    margin-right: -3rem;
    margin-left: -3rem;
  }

  .mh-sm-n15 {
    margin-right: -4.25rem;
    margin-left: -4.25rem;
  }

  .mh-sm-n16 {
    margin-right: -4.75rem;
    margin-left: -4.75rem;
  }

  .mh-sm-n17 {
    margin-right: -6.25rem;
    margin-left: -6.25rem;
  }

  .mh-sm-n18 {
    margin-right: -8.75rem;
    margin-left: -8.75rem;
  }

  .mh-sm-n19 {
    margin-right: -12.5rem;
    margin-left: -12.5rem;
  }

  .mh-sm-n20 {
    margin-right: -18.75rem;
    margin-left: -18.75rem;
  }

  .mh-sm-n21 {
    margin-right: -28.75rem;
    margin-left: -28.75rem;
  }

  .mv-sm-n1 {
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .mv-sm-n2 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .mv-sm-n3 {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .mv-sm-n4 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .mv-sm-n5 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .mv-sm-n6 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .mv-sm-n7 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .mv-sm-n8 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .mv-sm-n9 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .mv-sm-n10 {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .mv-sm-n11 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .mv-sm-n12 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .mv-sm-n13 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .mv-sm-n14 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .mv-sm-n15 {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .mv-sm-n16 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .mv-sm-n17 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .mv-sm-n18 {
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .mv-sm-n19 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .mv-sm-n20 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .mv-sm-n21 {
    margin-top: -28.75rem;
    margin-bottom: -28.75rem;
  }

  .mt-sm-n1 {
    margin-top: -0.0625rem;
  }

  .mt-sm-n2 {
    margin-top: -0.125rem;
  }

  .mt-sm-n3 {
    margin-top: -0.1875rem;
  }

  .mt-sm-n4 {
    margin-top: -0.25rem;
  }

  .mt-sm-n5 {
    margin-top: -0.3125rem;
  }

  .mt-sm-n6 {
    margin-top: -0.375rem;
  }

  .mt-sm-n7 {
    margin-top: -0.5rem;
  }

  .mt-sm-n8 {
    margin-top: -0.625rem;
  }

  .mt-sm-n9 {
    margin-top: -0.75rem;
  }

  .mt-sm-n10 {
    margin-top: -0.9375rem;
  }

  .mt-sm-n11 {
    margin-top: -1.125rem;
  }

  .mt-sm-n12 {
    margin-top: -1.5rem;
  }

  .mt-sm-n13 {
    margin-top: -2rem;
  }

  .mt-sm-n14 {
    margin-top: -3rem;
  }

  .mt-sm-n15 {
    margin-top: -4.25rem;
  }

  .mt-sm-n16 {
    margin-top: -4.75rem;
  }

  .mt-sm-n17 {
    margin-top: -6.25rem;
  }

  .mt-sm-n18 {
    margin-top: -8.75rem;
  }

  .mt-sm-n19 {
    margin-top: -12.5rem;
  }

  .mt-sm-n20 {
    margin-top: -18.75rem;
  }

  .mt-sm-n21 {
    margin-top: -28.75rem;
  }

  .mr-sm-n1 {
    margin-right: -0.0625rem;
  }

  .mr-sm-n2 {
    margin-right: -0.125rem;
  }

  .mr-sm-n3 {
    margin-right: -0.1875rem;
  }

  .mr-sm-n4 {
    margin-right: -0.25rem;
  }

  .mr-sm-n5 {
    margin-right: -0.3125rem;
  }

  .mr-sm-n6 {
    margin-right: -0.375rem;
  }

  .mr-sm-n7 {
    margin-right: -0.5rem;
  }

  .mr-sm-n8 {
    margin-right: -0.625rem;
  }

  .mr-sm-n9 {
    margin-right: -0.75rem;
  }

  .mr-sm-n10 {
    margin-right: -0.9375rem;
  }

  .mr-sm-n11 {
    margin-right: -1.125rem;
  }

  .mr-sm-n12 {
    margin-right: -1.5rem;
  }

  .mr-sm-n13 {
    margin-right: -2rem;
  }

  .mr-sm-n14 {
    margin-right: -3rem;
  }

  .mr-sm-n15 {
    margin-right: -4.25rem;
  }

  .mr-sm-n16 {
    margin-right: -4.75rem;
  }

  .mr-sm-n17 {
    margin-right: -6.25rem;
  }

  .mr-sm-n18 {
    margin-right: -8.75rem;
  }

  .mr-sm-n19 {
    margin-right: -12.5rem;
  }

  .mr-sm-n20 {
    margin-right: -18.75rem;
  }

  .mr-sm-n21 {
    margin-right: -28.75rem;
  }

  .mb-sm-n1 {
    margin-bottom: -0.0625rem;
  }

  .mb-sm-n2 {
    margin-bottom: -0.125rem;
  }

  .mb-sm-n3 {
    margin-bottom: -0.1875rem;
  }

  .mb-sm-n4 {
    margin-bottom: -0.25rem;
  }

  .mb-sm-n5 {
    margin-bottom: -0.3125rem;
  }

  .mb-sm-n6 {
    margin-bottom: -0.375rem;
  }

  .mb-sm-n7 {
    margin-bottom: -0.5rem;
  }

  .mb-sm-n8 {
    margin-bottom: -0.625rem;
  }

  .mb-sm-n9 {
    margin-bottom: -0.75rem;
  }

  .mb-sm-n10 {
    margin-bottom: -0.9375rem;
  }

  .mb-sm-n11 {
    margin-bottom: -1.125rem;
  }

  .mb-sm-n12 {
    margin-bottom: -1.5rem;
  }

  .mb-sm-n13 {
    margin-bottom: -2rem;
  }

  .mb-sm-n14 {
    margin-bottom: -3rem;
  }

  .mb-sm-n15 {
    margin-bottom: -4.25rem;
  }

  .mb-sm-n16 {
    margin-bottom: -4.75rem;
  }

  .mb-sm-n17 {
    margin-bottom: -6.25rem;
  }

  .mb-sm-n18 {
    margin-bottom: -8.75rem;
  }

  .mb-sm-n19 {
    margin-bottom: -12.5rem;
  }

  .mb-sm-n20 {
    margin-bottom: -18.75rem;
  }

  .mb-sm-n21 {
    margin-bottom: -28.75rem;
  }

  .ml-sm-n1 {
    margin-left: -0.0625rem;
  }

  .ml-sm-n2 {
    margin-left: -0.125rem;
  }

  .ml-sm-n3 {
    margin-left: -0.1875rem;
  }

  .ml-sm-n4 {
    margin-left: -0.25rem;
  }

  .ml-sm-n5 {
    margin-left: -0.3125rem;
  }

  .ml-sm-n6 {
    margin-left: -0.375rem;
  }

  .ml-sm-n7 {
    margin-left: -0.5rem;
  }

  .ml-sm-n8 {
    margin-left: -0.625rem;
  }

  .ml-sm-n9 {
    margin-left: -0.75rem;
  }

  .ml-sm-n10 {
    margin-left: -0.9375rem;
  }

  .ml-sm-n11 {
    margin-left: -1.125rem;
  }

  .ml-sm-n12 {
    margin-left: -1.5rem;
  }

  .ml-sm-n13 {
    margin-left: -2rem;
  }

  .ml-sm-n14 {
    margin-left: -3rem;
  }

  .ml-sm-n15 {
    margin-left: -4.25rem;
  }

  .ml-sm-n16 {
    margin-left: -4.75rem;
  }

  .ml-sm-n17 {
    margin-left: -6.25rem;
  }

  .ml-sm-n18 {
    margin-left: -8.75rem;
  }

  .ml-sm-n19 {
    margin-left: -12.5rem;
  }

  .ml-sm-n20 {
    margin-left: -18.75rem;
  }

  .ml-sm-n21 {
    margin-left: -28.75rem;
  }

  .p-sm-0 {
    padding: 0;
  }

  .p-sm-1 {
    padding: 0.0625rem;
  }

  .p-sm-2 {
    padding: 0.125rem;
  }

  .p-sm-3 {
    padding: 0.1875rem;
  }

  .p-sm-4 {
    padding: 0.25rem;
  }

  .p-sm-5 {
    padding: 0.3125rem;
  }

  .p-sm-6 {
    padding: 0.375rem;
  }

  .p-sm-7 {
    padding: 0.5rem;
  }

  .p-sm-8 {
    padding: 0.625rem;
  }

  .p-sm-9 {
    padding: 0.75rem;
  }

  .p-sm-10 {
    padding: 0.9375rem;
  }

  .p-sm-11 {
    padding: 1.125rem;
  }

  .p-sm-12 {
    padding: 1.5rem;
  }

  .p-sm-13 {
    padding: 2rem;
  }

  .p-sm-14 {
    padding: 3rem;
  }

  .p-sm-15 {
    padding: 4.25rem;
  }

  .p-sm-16 {
    padding: 4.75rem;
  }

  .p-sm-17 {
    padding: 6.25rem;
  }

  .p-sm-18 {
    padding: 8.75rem;
  }

  .p-sm-19 {
    padding: 12.5rem;
  }

  .p-sm-20 {
    padding: 18.75rem;
  }

  .p-sm-21 {
    padding: 28.75rem;
  }

  .ph-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }

  .ph-sm-1 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem;
  }

  .ph-sm-2 {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }

  .ph-sm-3 {
    padding-right: 0.1875rem;
    padding-left: 0.1875rem;
  }

  .ph-sm-4 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .ph-sm-5 {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }

  .ph-sm-6 {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }

  .ph-sm-7 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .ph-sm-8 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .ph-sm-9 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .ph-sm-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .ph-sm-11 {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }

  .ph-sm-12 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .ph-sm-13 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .ph-sm-14 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .ph-sm-15 {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }

  .ph-sm-16 {
    padding-right: 4.75rem;
    padding-left: 4.75rem;
  }

  .ph-sm-17 {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }

  .ph-sm-18 {
    padding-right: 8.75rem;
    padding-left: 8.75rem;
  }

  .ph-sm-19 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .ph-sm-20 {
    padding-right: 18.75rem;
    padding-left: 18.75rem;
  }

  .ph-sm-21 {
    padding-right: 28.75rem;
    padding-left: 28.75rem;
  }

  .pv-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv-sm-1 {
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .pv-sm-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .pv-sm-3 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .pv-sm-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .pv-sm-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .pv-sm-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .pv-sm-7 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .pv-sm-8 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .pv-sm-9 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .pv-sm-10 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .pv-sm-11 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .pv-sm-12 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pv-sm-13 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv-sm-14 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pv-sm-15 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .pv-sm-16 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .pv-sm-17 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .pv-sm-18 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .pv-sm-19 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .pv-sm-20 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .pv-sm-21 {
    padding-top: 28.75rem;
    padding-bottom: 28.75rem;
  }

  .pt-sm-0 {
    padding-top: 0;
  }

  .pt-sm-1 {
    padding-top: 0.0625rem;
  }

  .pt-sm-2 {
    padding-top: 0.125rem;
  }

  .pt-sm-3 {
    padding-top: 0.1875rem;
  }

  .pt-sm-4 {
    padding-top: 0.25rem;
  }

  .pt-sm-5 {
    padding-top: 0.3125rem;
  }

  .pt-sm-6 {
    padding-top: 0.375rem;
  }

  .pt-sm-7 {
    padding-top: 0.5rem;
  }

  .pt-sm-8 {
    padding-top: 0.625rem;
  }

  .pt-sm-9 {
    padding-top: 0.75rem;
  }

  .pt-sm-10 {
    padding-top: 0.9375rem;
  }

  .pt-sm-11 {
    padding-top: 1.125rem;
  }

  .pt-sm-12 {
    padding-top: 1.5rem;
  }

  .pt-sm-13 {
    padding-top: 2rem;
  }

  .pt-sm-14 {
    padding-top: 3rem;
  }

  .pt-sm-15 {
    padding-top: 4.25rem;
  }

  .pt-sm-16 {
    padding-top: 4.75rem;
  }

  .pt-sm-17 {
    padding-top: 6.25rem;
  }

  .pt-sm-18 {
    padding-top: 8.75rem;
  }

  .pt-sm-19 {
    padding-top: 12.5rem;
  }

  .pt-sm-20 {
    padding-top: 18.75rem;
  }

  .pt-sm-21 {
    padding-top: 28.75rem;
  }

  .pr-sm-0 {
    padding-right: 0;
  }

  .pr-sm-1 {
    padding-right: 0.0625rem;
  }

  .pr-sm-2 {
    padding-right: 0.125rem;
  }

  .pr-sm-3 {
    padding-right: 0.1875rem;
  }

  .pr-sm-4 {
    padding-right: 0.25rem;
  }

  .pr-sm-5 {
    padding-right: 0.3125rem;
  }

  .pr-sm-6 {
    padding-right: 0.375rem;
  }

  .pr-sm-7 {
    padding-right: 0.5rem;
  }

  .pr-sm-8 {
    padding-right: 0.625rem;
  }

  .pr-sm-9 {
    padding-right: 0.75rem;
  }

  .pr-sm-10 {
    padding-right: 0.9375rem;
  }

  .pr-sm-11 {
    padding-right: 1.125rem;
  }

  .pr-sm-12 {
    padding-right: 1.5rem;
  }

  .pr-sm-13 {
    padding-right: 2rem;
  }

  .pr-sm-14 {
    padding-right: 3rem;
  }

  .pr-sm-15 {
    padding-right: 4.25rem;
  }

  .pr-sm-16 {
    padding-right: 4.75rem;
  }

  .pr-sm-17 {
    padding-right: 6.25rem;
  }

  .pr-sm-18 {
    padding-right: 8.75rem;
  }

  .pr-sm-19 {
    padding-right: 12.5rem;
  }

  .pr-sm-20 {
    padding-right: 18.75rem;
  }

  .pr-sm-21 {
    padding-right: 28.75rem;
  }

  .pb-sm-0 {
    padding-bottom: 0;
  }

  .pb-sm-1 {
    padding-bottom: 0.0625rem;
  }

  .pb-sm-2 {
    padding-bottom: 0.125rem;
  }

  .pb-sm-3 {
    padding-bottom: 0.1875rem;
  }

  .pb-sm-4 {
    padding-bottom: 0.25rem;
  }

  .pb-sm-5 {
    padding-bottom: 0.3125rem;
  }

  .pb-sm-6 {
    padding-bottom: 0.375rem;
  }

  .pb-sm-7 {
    padding-bottom: 0.5rem;
  }

  .pb-sm-8 {
    padding-bottom: 0.625rem;
  }

  .pb-sm-9 {
    padding-bottom: 0.75rem;
  }

  .pb-sm-10 {
    padding-bottom: 0.9375rem;
  }

  .pb-sm-11 {
    padding-bottom: 1.125rem;
  }

  .pb-sm-12 {
    padding-bottom: 1.5rem;
  }

  .pb-sm-13 {
    padding-bottom: 2rem;
  }

  .pb-sm-14 {
    padding-bottom: 3rem;
  }

  .pb-sm-15 {
    padding-bottom: 4.25rem;
  }

  .pb-sm-16 {
    padding-bottom: 4.75rem;
  }

  .pb-sm-17 {
    padding-bottom: 6.25rem;
  }

  .pb-sm-18 {
    padding-bottom: 8.75rem;
  }

  .pb-sm-19 {
    padding-bottom: 12.5rem;
  }

  .pb-sm-20 {
    padding-bottom: 18.75rem;
  }

  .pb-sm-21 {
    padding-bottom: 28.75rem;
  }

  .pl-sm-0 {
    padding-left: 0;
  }

  .pl-sm-1 {
    padding-left: 0.0625rem;
  }

  .pl-sm-2 {
    padding-left: 0.125rem;
  }

  .pl-sm-3 {
    padding-left: 0.1875rem;
  }

  .pl-sm-4 {
    padding-left: 0.25rem;
  }

  .pl-sm-5 {
    padding-left: 0.3125rem;
  }

  .pl-sm-6 {
    padding-left: 0.375rem;
  }

  .pl-sm-7 {
    padding-left: 0.5rem;
  }

  .pl-sm-8 {
    padding-left: 0.625rem;
  }

  .pl-sm-9 {
    padding-left: 0.75rem;
  }

  .pl-sm-10 {
    padding-left: 0.9375rem;
  }

  .pl-sm-11 {
    padding-left: 1.125rem;
  }

  .pl-sm-12 {
    padding-left: 1.5rem;
  }

  .pl-sm-13 {
    padding-left: 2rem;
  }

  .pl-sm-14 {
    padding-left: 3rem;
  }

  .pl-sm-15 {
    padding-left: 4.25rem;
  }

  .pl-sm-16 {
    padding-left: 4.75rem;
  }

  .pl-sm-17 {
    padding-left: 6.25rem;
  }

  .pl-sm-18 {
    padding-left: 8.75rem;
  }

  .pl-sm-19 {
    padding-left: 12.5rem;
  }

  .pl-sm-20 {
    padding-left: 18.75rem;
  }

  .pl-sm-21 {
    padding-left: 28.75rem;
  }

  .gap-sm-0 {
    gap: 0;
  }

  .gap-sm-1 {
    gap: 0.0625rem;
  }

  .gap-sm-2 {
    gap: 0.125rem;
  }

  .gap-sm-3 {
    gap: 0.1875rem;
  }

  .gap-sm-4 {
    gap: 0.25rem;
  }

  .gap-sm-5 {
    gap: 0.3125rem;
  }

  .gap-sm-6 {
    gap: 0.375rem;
  }

  .gap-sm-7 {
    gap: 0.5rem;
  }

  .gap-sm-8 {
    gap: 0.625rem;
  }

  .gap-sm-9 {
    gap: 0.75rem;
  }

  .gap-sm-10 {
    gap: 0.9375rem;
  }

  .gap-sm-11 {
    gap: 1.125rem;
  }

  .gap-sm-12 {
    gap: 1.5rem;
  }

  .gap-sm-13 {
    gap: 2rem;
  }

  .gap-sm-14 {
    gap: 3rem;
  }

  .gap-sm-15 {
    gap: 4.25rem;
  }

  .gap-sm-16 {
    gap: 4.75rem;
  }

  .gap-sm-17 {
    gap: 6.25rem;
  }

  .gap-sm-18 {
    gap: 8.75rem;
  }

  .gap-sm-19 {
    gap: 12.5rem;
  }

  .gap-sm-20 {
    gap: 18.75rem;
  }

  .gap-sm-21 {
    gap: 28.75rem;
  }

  .ta-sm-l {
    text-align: left;
  }

  .ta-sm-r {
    text-align: right;
  }

  .ta-sm-c {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left;
  }

  .float-md-end {
    float: right;
  }

  .float-md-none {
    float: none;
  }

  .d-md-inline {
    display: inline;
  }

  .d-md-inline-block {
    display: inline-block;
  }

  .d-md-block {
    display: block;
  }

  .d-md-grid {
    display: grid;
  }

  .d-md-table {
    display: table;
  }

  .d-md-table-row {
    display: table-row;
  }

  .d-md-table-cell {
    display: table-cell;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-inline-flex {
    display: inline-flex;
  }

  .d-md-none {
    display: none;
  }

  .flex-md-fill {
    flex: 1 1 auto;
  }

  .flex-md-row {
    flex-direction: row;
  }

  .flex-md-column {
    flex-direction: column;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-md-grow-0 {
    flex-grow: 0;
  }

  .flex-md-grow-1 {
    flex-grow: 1;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1;
  }

  .flex-md-wrap {
    flex-wrap: wrap;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .jc-md-l {
    justify-content: flex-start;
  }

  .jc-md-r {
    justify-content: flex-end;
  }

  .jc-md-c {
    justify-content: center;
  }

  .jc-md-b {
    justify-content: space-between;
  }

  .jc-md-a {
    justify-content: space-around;
  }

  .jc-md-e {
    justify-content: space-evenly;
  }

  .ai-md-l {
    align-items: flex-start;
  }

  .ai-md-r {
    align-items: flex-end;
  }

  .ai-md-c {
    align-items: center;
  }

  .ai-md-b {
    align-items: baseline;
  }

  .ai-md-s {
    align-items: stretch;
  }

  .ac-md-l {
    align-content: flex-start;
  }

  .ac-md-r {
    align-content: flex-end;
  }

  .ac-md-c {
    align-content: center;
  }

  .ac-md-b {
    align-content: space-between;
  }

  .ac-md-a {
    align-content: space-around;
  }

  .ac-md-s {
    align-content: stretch;
  }

  .as-md-a {
    align-self: auto;
  }

  .as-md-l {
    align-self: flex-start;
  }

  .as-md-r {
    align-self: flex-end;
  }

  .as-md-c {
    align-self: center;
  }

  .as-md-b {
    align-self: baseline;
  }

  .as-md-s {
    align-self: stretch;
  }

  .order-md-first {
    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-last {
    order: 6;
  }

  .m-md-0 {
    margin: 0;
  }

  .m-md-1 {
    margin: 0.0625rem;
  }

  .m-md-2 {
    margin: 0.125rem;
  }

  .m-md-3 {
    margin: 0.1875rem;
  }

  .m-md-4 {
    margin: 0.25rem;
  }

  .m-md-5 {
    margin: 0.3125rem;
  }

  .m-md-6 {
    margin: 0.375rem;
  }

  .m-md-7 {
    margin: 0.5rem;
  }

  .m-md-8 {
    margin: 0.625rem;
  }

  .m-md-9 {
    margin: 0.75rem;
  }

  .m-md-10 {
    margin: 0.9375rem;
  }

  .m-md-11 {
    margin: 1.125rem;
  }

  .m-md-12 {
    margin: 1.5rem;
  }

  .m-md-13 {
    margin: 2rem;
  }

  .m-md-14 {
    margin: 3rem;
  }

  .m-md-15 {
    margin: 4.25rem;
  }

  .m-md-16 {
    margin: 4.75rem;
  }

  .m-md-17 {
    margin: 6.25rem;
  }

  .m-md-18 {
    margin: 8.75rem;
  }

  .m-md-19 {
    margin: 12.5rem;
  }

  .m-md-20 {
    margin: 18.75rem;
  }

  .m-md-21 {
    margin: 28.75rem;
  }

  .m-md-auto {
    margin: auto;
  }

  .mh-md-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .mh-md-1 {
    margin-right: 0.0625rem;
    margin-left: 0.0625rem;
  }

  .mh-md-2 {
    margin-right: 0.125rem;
    margin-left: 0.125rem;
  }

  .mh-md-3 {
    margin-right: 0.1875rem;
    margin-left: 0.1875rem;
  }

  .mh-md-4 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .mh-md-5 {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }

  .mh-md-6 {
    margin-right: 0.375rem;
    margin-left: 0.375rem;
  }

  .mh-md-7 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .mh-md-8 {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }

  .mh-md-9 {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }

  .mh-md-10 {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }

  .mh-md-11 {
    margin-right: 1.125rem;
    margin-left: 1.125rem;
  }

  .mh-md-12 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .mh-md-13 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .mh-md-14 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .mh-md-15 {
    margin-right: 4.25rem;
    margin-left: 4.25rem;
  }

  .mh-md-16 {
    margin-right: 4.75rem;
    margin-left: 4.75rem;
  }

  .mh-md-17 {
    margin-right: 6.25rem;
    margin-left: 6.25rem;
  }

  .mh-md-18 {
    margin-right: 8.75rem;
    margin-left: 8.75rem;
  }

  .mh-md-19 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .mh-md-20 {
    margin-right: 18.75rem;
    margin-left: 18.75rem;
  }

  .mh-md-21 {
    margin-right: 28.75rem;
    margin-left: 28.75rem;
  }

  .mh-md-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .mv-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv-md-1 {
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .mv-md-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .mv-md-3 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .mv-md-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mv-md-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .mv-md-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .mv-md-7 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mv-md-8 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .mv-md-9 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .mv-md-10 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .mv-md-11 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .mv-md-12 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mv-md-13 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv-md-14 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mv-md-15 {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .mv-md-16 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .mv-md-17 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .mv-md-18 {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .mv-md-19 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .mv-md-20 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .mv-md-21 {
    margin-top: 28.75rem;
    margin-bottom: 28.75rem;
  }

  .mv-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mt-md-0 {
    margin-top: 0;
  }

  .mt-md-1 {
    margin-top: 0.0625rem;
  }

  .mt-md-2 {
    margin-top: 0.125rem;
  }

  .mt-md-3 {
    margin-top: 0.1875rem;
  }

  .mt-md-4 {
    margin-top: 0.25rem;
  }

  .mt-md-5 {
    margin-top: 0.3125rem;
  }

  .mt-md-6 {
    margin-top: 0.375rem;
  }

  .mt-md-7 {
    margin-top: 0.5rem;
  }

  .mt-md-8 {
    margin-top: 0.625rem;
  }

  .mt-md-9 {
    margin-top: 0.75rem;
  }

  .mt-md-10 {
    margin-top: 0.9375rem;
  }

  .mt-md-11 {
    margin-top: 1.125rem;
  }

  .mt-md-12 {
    margin-top: 1.5rem;
  }

  .mt-md-13 {
    margin-top: 2rem;
  }

  .mt-md-14 {
    margin-top: 3rem;
  }

  .mt-md-15 {
    margin-top: 4.25rem;
  }

  .mt-md-16 {
    margin-top: 4.75rem;
  }

  .mt-md-17 {
    margin-top: 6.25rem;
  }

  .mt-md-18 {
    margin-top: 8.75rem;
  }

  .mt-md-19 {
    margin-top: 12.5rem;
  }

  .mt-md-20 {
    margin-top: 18.75rem;
  }

  .mt-md-21 {
    margin-top: 28.75rem;
  }

  .mt-md-auto {
    margin-top: auto;
  }

  .mb-md-0 {
    margin-bottom: 0;
  }

  .mb-md-1 {
    margin-bottom: 0.0625rem;
  }

  .mb-md-2 {
    margin-bottom: 0.125rem;
  }

  .mb-md-3 {
    margin-bottom: 0.1875rem;
  }

  .mb-md-4 {
    margin-bottom: 0.25rem;
  }

  .mb-md-5 {
    margin-bottom: 0.3125rem;
  }

  .mb-md-6 {
    margin-bottom: 0.375rem;
  }

  .mb-md-7 {
    margin-bottom: 0.5rem;
  }

  .mb-md-8 {
    margin-bottom: 0.625rem;
  }

  .mb-md-9 {
    margin-bottom: 0.75rem;
  }

  .mb-md-10 {
    margin-bottom: 0.9375rem;
  }

  .mb-md-11 {
    margin-bottom: 1.125rem;
  }

  .mb-md-12 {
    margin-bottom: 1.5rem;
  }

  .mb-md-13 {
    margin-bottom: 2rem;
  }

  .mb-md-14 {
    margin-bottom: 3rem;
  }

  .mb-md-15 {
    margin-bottom: 4.25rem;
  }

  .mb-md-16 {
    margin-bottom: 4.75rem;
  }

  .mb-md-17 {
    margin-bottom: 6.25rem;
  }

  .mb-md-18 {
    margin-bottom: 8.75rem;
  }

  .mb-md-19 {
    margin-bottom: 12.5rem;
  }

  .mb-md-20 {
    margin-bottom: 18.75rem;
  }

  .mb-md-21 {
    margin-bottom: 28.75rem;
  }

  .mb-md-auto {
    margin-bottom: auto;
  }

  .m-md-n1 {
    margin: -0.0625rem;
  }

  .m-md-n2 {
    margin: -0.125rem;
  }

  .m-md-n3 {
    margin: -0.1875rem;
  }

  .m-md-n4 {
    margin: -0.25rem;
  }

  .m-md-n5 {
    margin: -0.3125rem;
  }

  .m-md-n6 {
    margin: -0.375rem;
  }

  .m-md-n7 {
    margin: -0.5rem;
  }

  .m-md-n8 {
    margin: -0.625rem;
  }

  .m-md-n9 {
    margin: -0.75rem;
  }

  .m-md-n10 {
    margin: -0.9375rem;
  }

  .m-md-n11 {
    margin: -1.125rem;
  }

  .m-md-n12 {
    margin: -1.5rem;
  }

  .m-md-n13 {
    margin: -2rem;
  }

  .m-md-n14 {
    margin: -3rem;
  }

  .m-md-n15 {
    margin: -4.25rem;
  }

  .m-md-n16 {
    margin: -4.75rem;
  }

  .m-md-n17 {
    margin: -6.25rem;
  }

  .m-md-n18 {
    margin: -8.75rem;
  }

  .m-md-n19 {
    margin: -12.5rem;
  }

  .m-md-n20 {
    margin: -18.75rem;
  }

  .m-md-n21 {
    margin: -28.75rem;
  }

  .mh-md-n1 {
    margin-right: -0.0625rem;
    margin-left: -0.0625rem;
  }

  .mh-md-n2 {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
  }

  .mh-md-n3 {
    margin-right: -0.1875rem;
    margin-left: -0.1875rem;
  }

  .mh-md-n4 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }

  .mh-md-n5 {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }

  .mh-md-n6 {
    margin-right: -0.375rem;
    margin-left: -0.375rem;
  }

  .mh-md-n7 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .mh-md-n8 {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }

  .mh-md-n9 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .mh-md-n10 {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .mh-md-n11 {
    margin-right: -1.125rem;
    margin-left: -1.125rem;
  }

  .mh-md-n12 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .mh-md-n13 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .mh-md-n14 {
    margin-right: -3rem;
    margin-left: -3rem;
  }

  .mh-md-n15 {
    margin-right: -4.25rem;
    margin-left: -4.25rem;
  }

  .mh-md-n16 {
    margin-right: -4.75rem;
    margin-left: -4.75rem;
  }

  .mh-md-n17 {
    margin-right: -6.25rem;
    margin-left: -6.25rem;
  }

  .mh-md-n18 {
    margin-right: -8.75rem;
    margin-left: -8.75rem;
  }

  .mh-md-n19 {
    margin-right: -12.5rem;
    margin-left: -12.5rem;
  }

  .mh-md-n20 {
    margin-right: -18.75rem;
    margin-left: -18.75rem;
  }

  .mh-md-n21 {
    margin-right: -28.75rem;
    margin-left: -28.75rem;
  }

  .mv-md-n1 {
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .mv-md-n2 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .mv-md-n3 {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .mv-md-n4 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .mv-md-n5 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .mv-md-n6 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .mv-md-n7 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .mv-md-n8 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .mv-md-n9 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .mv-md-n10 {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .mv-md-n11 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .mv-md-n12 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .mv-md-n13 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .mv-md-n14 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .mv-md-n15 {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .mv-md-n16 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .mv-md-n17 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .mv-md-n18 {
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .mv-md-n19 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .mv-md-n20 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .mv-md-n21 {
    margin-top: -28.75rem;
    margin-bottom: -28.75rem;
  }

  .mt-md-n1 {
    margin-top: -0.0625rem;
  }

  .mt-md-n2 {
    margin-top: -0.125rem;
  }

  .mt-md-n3 {
    margin-top: -0.1875rem;
  }

  .mt-md-n4 {
    margin-top: -0.25rem;
  }

  .mt-md-n5 {
    margin-top: -0.3125rem;
  }

  .mt-md-n6 {
    margin-top: -0.375rem;
  }

  .mt-md-n7 {
    margin-top: -0.5rem;
  }

  .mt-md-n8 {
    margin-top: -0.625rem;
  }

  .mt-md-n9 {
    margin-top: -0.75rem;
  }

  .mt-md-n10 {
    margin-top: -0.9375rem;
  }

  .mt-md-n11 {
    margin-top: -1.125rem;
  }

  .mt-md-n12 {
    margin-top: -1.5rem;
  }

  .mt-md-n13 {
    margin-top: -2rem;
  }

  .mt-md-n14 {
    margin-top: -3rem;
  }

  .mt-md-n15 {
    margin-top: -4.25rem;
  }

  .mt-md-n16 {
    margin-top: -4.75rem;
  }

  .mt-md-n17 {
    margin-top: -6.25rem;
  }

  .mt-md-n18 {
    margin-top: -8.75rem;
  }

  .mt-md-n19 {
    margin-top: -12.5rem;
  }

  .mt-md-n20 {
    margin-top: -18.75rem;
  }

  .mt-md-n21 {
    margin-top: -28.75rem;
  }

  .mr-md-n1 {
    margin-right: -0.0625rem;
  }

  .mr-md-n2 {
    margin-right: -0.125rem;
  }

  .mr-md-n3 {
    margin-right: -0.1875rem;
  }

  .mr-md-n4 {
    margin-right: -0.25rem;
  }

  .mr-md-n5 {
    margin-right: -0.3125rem;
  }

  .mr-md-n6 {
    margin-right: -0.375rem;
  }

  .mr-md-n7 {
    margin-right: -0.5rem;
  }

  .mr-md-n8 {
    margin-right: -0.625rem;
  }

  .mr-md-n9 {
    margin-right: -0.75rem;
  }

  .mr-md-n10 {
    margin-right: -0.9375rem;
  }

  .mr-md-n11 {
    margin-right: -1.125rem;
  }

  .mr-md-n12 {
    margin-right: -1.5rem;
  }

  .mr-md-n13 {
    margin-right: -2rem;
  }

  .mr-md-n14 {
    margin-right: -3rem;
  }

  .mr-md-n15 {
    margin-right: -4.25rem;
  }

  .mr-md-n16 {
    margin-right: -4.75rem;
  }

  .mr-md-n17 {
    margin-right: -6.25rem;
  }

  .mr-md-n18 {
    margin-right: -8.75rem;
  }

  .mr-md-n19 {
    margin-right: -12.5rem;
  }

  .mr-md-n20 {
    margin-right: -18.75rem;
  }

  .mr-md-n21 {
    margin-right: -28.75rem;
  }

  .mb-md-n1 {
    margin-bottom: -0.0625rem;
  }

  .mb-md-n2 {
    margin-bottom: -0.125rem;
  }

  .mb-md-n3 {
    margin-bottom: -0.1875rem;
  }

  .mb-md-n4 {
    margin-bottom: -0.25rem;
  }

  .mb-md-n5 {
    margin-bottom: -0.3125rem;
  }

  .mb-md-n6 {
    margin-bottom: -0.375rem;
  }

  .mb-md-n7 {
    margin-bottom: -0.5rem;
  }

  .mb-md-n8 {
    margin-bottom: -0.625rem;
  }

  .mb-md-n9 {
    margin-bottom: -0.75rem;
  }

  .mb-md-n10 {
    margin-bottom: -0.9375rem;
  }

  .mb-md-n11 {
    margin-bottom: -1.125rem;
  }

  .mb-md-n12 {
    margin-bottom: -1.5rem;
  }

  .mb-md-n13 {
    margin-bottom: -2rem;
  }

  .mb-md-n14 {
    margin-bottom: -3rem;
  }

  .mb-md-n15 {
    margin-bottom: -4.25rem;
  }

  .mb-md-n16 {
    margin-bottom: -4.75rem;
  }

  .mb-md-n17 {
    margin-bottom: -6.25rem;
  }

  .mb-md-n18 {
    margin-bottom: -8.75rem;
  }

  .mb-md-n19 {
    margin-bottom: -12.5rem;
  }

  .mb-md-n20 {
    margin-bottom: -18.75rem;
  }

  .mb-md-n21 {
    margin-bottom: -28.75rem;
  }

  .ml-md-n1 {
    margin-left: -0.0625rem;
  }

  .ml-md-n2 {
    margin-left: -0.125rem;
  }

  .ml-md-n3 {
    margin-left: -0.1875rem;
  }

  .ml-md-n4 {
    margin-left: -0.25rem;
  }

  .ml-md-n5 {
    margin-left: -0.3125rem;
  }

  .ml-md-n6 {
    margin-left: -0.375rem;
  }

  .ml-md-n7 {
    margin-left: -0.5rem;
  }

  .ml-md-n8 {
    margin-left: -0.625rem;
  }

  .ml-md-n9 {
    margin-left: -0.75rem;
  }

  .ml-md-n10 {
    margin-left: -0.9375rem;
  }

  .ml-md-n11 {
    margin-left: -1.125rem;
  }

  .ml-md-n12 {
    margin-left: -1.5rem;
  }

  .ml-md-n13 {
    margin-left: -2rem;
  }

  .ml-md-n14 {
    margin-left: -3rem;
  }

  .ml-md-n15 {
    margin-left: -4.25rem;
  }

  .ml-md-n16 {
    margin-left: -4.75rem;
  }

  .ml-md-n17 {
    margin-left: -6.25rem;
  }

  .ml-md-n18 {
    margin-left: -8.75rem;
  }

  .ml-md-n19 {
    margin-left: -12.5rem;
  }

  .ml-md-n20 {
    margin-left: -18.75rem;
  }

  .ml-md-n21 {
    margin-left: -28.75rem;
  }

  .p-md-0 {
    padding: 0;
  }

  .p-md-1 {
    padding: 0.0625rem;
  }

  .p-md-2 {
    padding: 0.125rem;
  }

  .p-md-3 {
    padding: 0.1875rem;
  }

  .p-md-4 {
    padding: 0.25rem;
  }

  .p-md-5 {
    padding: 0.3125rem;
  }

  .p-md-6 {
    padding: 0.375rem;
  }

  .p-md-7 {
    padding: 0.5rem;
  }

  .p-md-8 {
    padding: 0.625rem;
  }

  .p-md-9 {
    padding: 0.75rem;
  }

  .p-md-10 {
    padding: 0.9375rem;
  }

  .p-md-11 {
    padding: 1.125rem;
  }

  .p-md-12 {
    padding: 1.5rem;
  }

  .p-md-13 {
    padding: 2rem;
  }

  .p-md-14 {
    padding: 3rem;
  }

  .p-md-15 {
    padding: 4.25rem;
  }

  .p-md-16 {
    padding: 4.75rem;
  }

  .p-md-17 {
    padding: 6.25rem;
  }

  .p-md-18 {
    padding: 8.75rem;
  }

  .p-md-19 {
    padding: 12.5rem;
  }

  .p-md-20 {
    padding: 18.75rem;
  }

  .p-md-21 {
    padding: 28.75rem;
  }

  .ph-md-0 {
    padding-right: 0;
    padding-left: 0;
  }

  .ph-md-1 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem;
  }

  .ph-md-2 {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }

  .ph-md-3 {
    padding-right: 0.1875rem;
    padding-left: 0.1875rem;
  }

  .ph-md-4 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .ph-md-5 {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }

  .ph-md-6 {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }

  .ph-md-7 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .ph-md-8 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .ph-md-9 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .ph-md-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .ph-md-11 {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }

  .ph-md-12 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .ph-md-13 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .ph-md-14 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .ph-md-15 {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }

  .ph-md-16 {
    padding-right: 4.75rem;
    padding-left: 4.75rem;
  }

  .ph-md-17 {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }

  .ph-md-18 {
    padding-right: 8.75rem;
    padding-left: 8.75rem;
  }

  .ph-md-19 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .ph-md-20 {
    padding-right: 18.75rem;
    padding-left: 18.75rem;
  }

  .ph-md-21 {
    padding-right: 28.75rem;
    padding-left: 28.75rem;
  }

  .pv-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv-md-1 {
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .pv-md-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .pv-md-3 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .pv-md-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .pv-md-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .pv-md-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .pv-md-7 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .pv-md-8 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .pv-md-9 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .pv-md-10 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .pv-md-11 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .pv-md-12 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pv-md-13 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv-md-14 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pv-md-15 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .pv-md-16 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .pv-md-17 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .pv-md-18 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .pv-md-19 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .pv-md-20 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .pv-md-21 {
    padding-top: 28.75rem;
    padding-bottom: 28.75rem;
  }

  .pt-md-0 {
    padding-top: 0;
  }

  .pt-md-1 {
    padding-top: 0.0625rem;
  }

  .pt-md-2 {
    padding-top: 0.125rem;
  }

  .pt-md-3 {
    padding-top: 0.1875rem;
  }

  .pt-md-4 {
    padding-top: 0.25rem;
  }

  .pt-md-5 {
    padding-top: 0.3125rem;
  }

  .pt-md-6 {
    padding-top: 0.375rem;
  }

  .pt-md-7 {
    padding-top: 0.5rem;
  }

  .pt-md-8 {
    padding-top: 0.625rem;
  }

  .pt-md-9 {
    padding-top: 0.75rem;
  }

  .pt-md-10 {
    padding-top: 0.9375rem;
  }

  .pt-md-11 {
    padding-top: 1.125rem;
  }

  .pt-md-12 {
    padding-top: 1.5rem;
  }

  .pt-md-13 {
    padding-top: 2rem;
  }

  .pt-md-14 {
    padding-top: 3rem;
  }

  .pt-md-15 {
    padding-top: 4.25rem;
  }

  .pt-md-16 {
    padding-top: 4.75rem;
  }

  .pt-md-17 {
    padding-top: 6.25rem;
  }

  .pt-md-18 {
    padding-top: 8.75rem;
  }

  .pt-md-19 {
    padding-top: 12.5rem;
  }

  .pt-md-20 {
    padding-top: 18.75rem;
  }

  .pt-md-21 {
    padding-top: 28.75rem;
  }

  .pr-md-0 {
    padding-right: 0;
  }

  .pr-md-1 {
    padding-right: 0.0625rem;
  }

  .pr-md-2 {
    padding-right: 0.125rem;
  }

  .pr-md-3 {
    padding-right: 0.1875rem;
  }

  .pr-md-4 {
    padding-right: 0.25rem;
  }

  .pr-md-5 {
    padding-right: 0.3125rem;
  }

  .pr-md-6 {
    padding-right: 0.375rem;
  }

  .pr-md-7 {
    padding-right: 0.5rem;
  }

  .pr-md-8 {
    padding-right: 0.625rem;
  }

  .pr-md-9 {
    padding-right: 0.75rem;
  }

  .pr-md-10 {
    padding-right: 0.9375rem;
  }

  .pr-md-11 {
    padding-right: 1.125rem;
  }

  .pr-md-12 {
    padding-right: 1.5rem;
  }

  .pr-md-13 {
    padding-right: 2rem;
  }

  .pr-md-14 {
    padding-right: 3rem;
  }

  .pr-md-15 {
    padding-right: 4.25rem;
  }

  .pr-md-16 {
    padding-right: 4.75rem;
  }

  .pr-md-17 {
    padding-right: 6.25rem;
  }

  .pr-md-18 {
    padding-right: 8.75rem;
  }

  .pr-md-19 {
    padding-right: 12.5rem;
  }

  .pr-md-20 {
    padding-right: 18.75rem;
  }

  .pr-md-21 {
    padding-right: 28.75rem;
  }

  .pb-md-0 {
    padding-bottom: 0;
  }

  .pb-md-1 {
    padding-bottom: 0.0625rem;
  }

  .pb-md-2 {
    padding-bottom: 0.125rem;
  }

  .pb-md-3 {
    padding-bottom: 0.1875rem;
  }

  .pb-md-4 {
    padding-bottom: 0.25rem;
  }

  .pb-md-5 {
    padding-bottom: 0.3125rem;
  }

  .pb-md-6 {
    padding-bottom: 0.375rem;
  }

  .pb-md-7 {
    padding-bottom: 0.5rem;
  }

  .pb-md-8 {
    padding-bottom: 0.625rem;
  }

  .pb-md-9 {
    padding-bottom: 0.75rem;
  }

  .pb-md-10 {
    padding-bottom: 0.9375rem;
  }

  .pb-md-11 {
    padding-bottom: 1.125rem;
  }

  .pb-md-12 {
    padding-bottom: 1.5rem;
  }

  .pb-md-13 {
    padding-bottom: 2rem;
  }

  .pb-md-14 {
    padding-bottom: 3rem;
  }

  .pb-md-15 {
    padding-bottom: 4.25rem;
  }

  .pb-md-16 {
    padding-bottom: 4.75rem;
  }

  .pb-md-17 {
    padding-bottom: 6.25rem;
  }

  .pb-md-18 {
    padding-bottom: 8.75rem;
  }

  .pb-md-19 {
    padding-bottom: 12.5rem;
  }

  .pb-md-20 {
    padding-bottom: 18.75rem;
  }

  .pb-md-21 {
    padding-bottom: 28.75rem;
  }

  .pl-md-0 {
    padding-left: 0;
  }

  .pl-md-1 {
    padding-left: 0.0625rem;
  }

  .pl-md-2 {
    padding-left: 0.125rem;
  }

  .pl-md-3 {
    padding-left: 0.1875rem;
  }

  .pl-md-4 {
    padding-left: 0.25rem;
  }

  .pl-md-5 {
    padding-left: 0.3125rem;
  }

  .pl-md-6 {
    padding-left: 0.375rem;
  }

  .pl-md-7 {
    padding-left: 0.5rem;
  }

  .pl-md-8 {
    padding-left: 0.625rem;
  }

  .pl-md-9 {
    padding-left: 0.75rem;
  }

  .pl-md-10 {
    padding-left: 0.9375rem;
  }

  .pl-md-11 {
    padding-left: 1.125rem;
  }

  .pl-md-12 {
    padding-left: 1.5rem;
  }

  .pl-md-13 {
    padding-left: 2rem;
  }

  .pl-md-14 {
    padding-left: 3rem;
  }

  .pl-md-15 {
    padding-left: 4.25rem;
  }

  .pl-md-16 {
    padding-left: 4.75rem;
  }

  .pl-md-17 {
    padding-left: 6.25rem;
  }

  .pl-md-18 {
    padding-left: 8.75rem;
  }

  .pl-md-19 {
    padding-left: 12.5rem;
  }

  .pl-md-20 {
    padding-left: 18.75rem;
  }

  .pl-md-21 {
    padding-left: 28.75rem;
  }

  .gap-md-0 {
    gap: 0;
  }

  .gap-md-1 {
    gap: 0.0625rem;
  }

  .gap-md-2 {
    gap: 0.125rem;
  }

  .gap-md-3 {
    gap: 0.1875rem;
  }

  .gap-md-4 {
    gap: 0.25rem;
  }

  .gap-md-5 {
    gap: 0.3125rem;
  }

  .gap-md-6 {
    gap: 0.375rem;
  }

  .gap-md-7 {
    gap: 0.5rem;
  }

  .gap-md-8 {
    gap: 0.625rem;
  }

  .gap-md-9 {
    gap: 0.75rem;
  }

  .gap-md-10 {
    gap: 0.9375rem;
  }

  .gap-md-11 {
    gap: 1.125rem;
  }

  .gap-md-12 {
    gap: 1.5rem;
  }

  .gap-md-13 {
    gap: 2rem;
  }

  .gap-md-14 {
    gap: 3rem;
  }

  .gap-md-15 {
    gap: 4.25rem;
  }

  .gap-md-16 {
    gap: 4.75rem;
  }

  .gap-md-17 {
    gap: 6.25rem;
  }

  .gap-md-18 {
    gap: 8.75rem;
  }

  .gap-md-19 {
    gap: 12.5rem;
  }

  .gap-md-20 {
    gap: 18.75rem;
  }

  .gap-md-21 {
    gap: 28.75rem;
  }

  .ta-md-l {
    text-align: left;
  }

  .ta-md-r {
    text-align: right;
  }

  .ta-md-c {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left;
  }

  .float-lg-end {
    float: right;
  }

  .float-lg-none {
    float: none;
  }

  .d-lg-inline {
    display: inline;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-grid {
    display: grid;
  }

  .d-lg-table {
    display: table;
  }

  .d-lg-table-row {
    display: table-row;
  }

  .d-lg-table-cell {
    display: table-cell;
  }

  .d-lg-flex {
    display: flex;
  }

  .d-lg-inline-flex {
    display: inline-flex;
  }

  .d-lg-none {
    display: none;
  }

  .flex-lg-fill {
    flex: 1 1 auto;
  }

  .flex-lg-row {
    flex-direction: row;
  }

  .flex-lg-column {
    flex-direction: column;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-lg-grow-0 {
    flex-grow: 0;
  }

  .flex-lg-grow-1 {
    flex-grow: 1;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }

  .flex-lg-wrap {
    flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .jc-lg-l {
    justify-content: flex-start;
  }

  .jc-lg-r {
    justify-content: flex-end;
  }

  .jc-lg-c {
    justify-content: center;
  }

  .jc-lg-b {
    justify-content: space-between;
  }

  .jc-lg-a {
    justify-content: space-around;
  }

  .jc-lg-e {
    justify-content: space-evenly;
  }

  .ai-lg-l {
    align-items: flex-start;
  }

  .ai-lg-r {
    align-items: flex-end;
  }

  .ai-lg-c {
    align-items: center;
  }

  .ai-lg-b {
    align-items: baseline;
  }

  .ai-lg-s {
    align-items: stretch;
  }

  .ac-lg-l {
    align-content: flex-start;
  }

  .ac-lg-r {
    align-content: flex-end;
  }

  .ac-lg-c {
    align-content: center;
  }

  .ac-lg-b {
    align-content: space-between;
  }

  .ac-lg-a {
    align-content: space-around;
  }

  .ac-lg-s {
    align-content: stretch;
  }

  .as-lg-a {
    align-self: auto;
  }

  .as-lg-l {
    align-self: flex-start;
  }

  .as-lg-r {
    align-self: flex-end;
  }

  .as-lg-c {
    align-self: center;
  }

  .as-lg-b {
    align-self: baseline;
  }

  .as-lg-s {
    align-self: stretch;
  }

  .order-lg-first {
    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-last {
    order: 6;
  }

  .m-lg-0 {
    margin: 0;
  }

  .m-lg-1 {
    margin: 0.0625rem;
  }

  .m-lg-2 {
    margin: 0.125rem;
  }

  .m-lg-3 {
    margin: 0.1875rem;
  }

  .m-lg-4 {
    margin: 0.25rem;
  }

  .m-lg-5 {
    margin: 0.3125rem;
  }

  .m-lg-6 {
    margin: 0.375rem;
  }

  .m-lg-7 {
    margin: 0.5rem;
  }

  .m-lg-8 {
    margin: 0.625rem;
  }

  .m-lg-9 {
    margin: 0.75rem;
  }

  .m-lg-10 {
    margin: 0.9375rem;
  }

  .m-lg-11 {
    margin: 1.125rem;
  }

  .m-lg-12 {
    margin: 1.5rem;
  }

  .m-lg-13 {
    margin: 2rem;
  }

  .m-lg-14 {
    margin: 3rem;
  }

  .m-lg-15 {
    margin: 4.25rem;
  }

  .m-lg-16 {
    margin: 4.75rem;
  }

  .m-lg-17 {
    margin: 6.25rem;
  }

  .m-lg-18 {
    margin: 8.75rem;
  }

  .m-lg-19 {
    margin: 12.5rem;
  }

  .m-lg-20 {
    margin: 18.75rem;
  }

  .m-lg-21 {
    margin: 28.75rem;
  }

  .m-lg-auto {
    margin: auto;
  }

  .mh-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .mh-lg-1 {
    margin-right: 0.0625rem;
    margin-left: 0.0625rem;
  }

  .mh-lg-2 {
    margin-right: 0.125rem;
    margin-left: 0.125rem;
  }

  .mh-lg-3 {
    margin-right: 0.1875rem;
    margin-left: 0.1875rem;
  }

  .mh-lg-4 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .mh-lg-5 {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }

  .mh-lg-6 {
    margin-right: 0.375rem;
    margin-left: 0.375rem;
  }

  .mh-lg-7 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .mh-lg-8 {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }

  .mh-lg-9 {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }

  .mh-lg-10 {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }

  .mh-lg-11 {
    margin-right: 1.125rem;
    margin-left: 1.125rem;
  }

  .mh-lg-12 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .mh-lg-13 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .mh-lg-14 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .mh-lg-15 {
    margin-right: 4.25rem;
    margin-left: 4.25rem;
  }

  .mh-lg-16 {
    margin-right: 4.75rem;
    margin-left: 4.75rem;
  }

  .mh-lg-17 {
    margin-right: 6.25rem;
    margin-left: 6.25rem;
  }

  .mh-lg-18 {
    margin-right: 8.75rem;
    margin-left: 8.75rem;
  }

  .mh-lg-19 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .mh-lg-20 {
    margin-right: 18.75rem;
    margin-left: 18.75rem;
  }

  .mh-lg-21 {
    margin-right: 28.75rem;
    margin-left: 28.75rem;
  }

  .mh-lg-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .mv-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv-lg-1 {
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .mv-lg-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .mv-lg-3 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .mv-lg-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mv-lg-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .mv-lg-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .mv-lg-7 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mv-lg-8 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .mv-lg-9 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .mv-lg-10 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .mv-lg-11 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .mv-lg-12 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mv-lg-13 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv-lg-14 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mv-lg-15 {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .mv-lg-16 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .mv-lg-17 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .mv-lg-18 {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .mv-lg-19 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .mv-lg-20 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .mv-lg-21 {
    margin-top: 28.75rem;
    margin-bottom: 28.75rem;
  }

  .mv-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mt-lg-0 {
    margin-top: 0;
  }

  .mt-lg-1 {
    margin-top: 0.0625rem;
  }

  .mt-lg-2 {
    margin-top: 0.125rem;
  }

  .mt-lg-3 {
    margin-top: 0.1875rem;
  }

  .mt-lg-4 {
    margin-top: 0.25rem;
  }

  .mt-lg-5 {
    margin-top: 0.3125rem;
  }

  .mt-lg-6 {
    margin-top: 0.375rem;
  }

  .mt-lg-7 {
    margin-top: 0.5rem;
  }

  .mt-lg-8 {
    margin-top: 0.625rem;
  }

  .mt-lg-9 {
    margin-top: 0.75rem;
  }

  .mt-lg-10 {
    margin-top: 0.9375rem;
  }

  .mt-lg-11 {
    margin-top: 1.125rem;
  }

  .mt-lg-12 {
    margin-top: 1.5rem;
  }

  .mt-lg-13 {
    margin-top: 2rem;
  }

  .mt-lg-14 {
    margin-top: 3rem;
  }

  .mt-lg-15 {
    margin-top: 4.25rem;
  }

  .mt-lg-16 {
    margin-top: 4.75rem;
  }

  .mt-lg-17 {
    margin-top: 6.25rem;
  }

  .mt-lg-18 {
    margin-top: 8.75rem;
  }

  .mt-lg-19 {
    margin-top: 12.5rem;
  }

  .mt-lg-20 {
    margin-top: 18.75rem;
  }

  .mt-lg-21 {
    margin-top: 28.75rem;
  }

  .mt-lg-auto {
    margin-top: auto;
  }

  .mb-lg-0 {
    margin-bottom: 0;
  }

  .mb-lg-1 {
    margin-bottom: 0.0625rem;
  }

  .mb-lg-2 {
    margin-bottom: 0.125rem;
  }

  .mb-lg-3 {
    margin-bottom: 0.1875rem;
  }

  .mb-lg-4 {
    margin-bottom: 0.25rem;
  }

  .mb-lg-5 {
    margin-bottom: 0.3125rem;
  }

  .mb-lg-6 {
    margin-bottom: 0.375rem;
  }

  .mb-lg-7 {
    margin-bottom: 0.5rem;
  }

  .mb-lg-8 {
    margin-bottom: 0.625rem;
  }

  .mb-lg-9 {
    margin-bottom: 0.75rem;
  }

  .mb-lg-10 {
    margin-bottom: 0.9375rem;
  }

  .mb-lg-11 {
    margin-bottom: 1.125rem;
  }

  .mb-lg-12 {
    margin-bottom: 1.5rem;
  }

  .mb-lg-13 {
    margin-bottom: 2rem;
  }

  .mb-lg-14 {
    margin-bottom: 3rem;
  }

  .mb-lg-15 {
    margin-bottom: 4.25rem;
  }

  .mb-lg-16 {
    margin-bottom: 4.75rem;
  }

  .mb-lg-17 {
    margin-bottom: 6.25rem;
  }

  .mb-lg-18 {
    margin-bottom: 8.75rem;
  }

  .mb-lg-19 {
    margin-bottom: 12.5rem;
  }

  .mb-lg-20 {
    margin-bottom: 18.75rem;
  }

  .mb-lg-21 {
    margin-bottom: 28.75rem;
  }

  .mb-lg-auto {
    margin-bottom: auto;
  }

  .m-lg-n1 {
    margin: -0.0625rem;
  }

  .m-lg-n2 {
    margin: -0.125rem;
  }

  .m-lg-n3 {
    margin: -0.1875rem;
  }

  .m-lg-n4 {
    margin: -0.25rem;
  }

  .m-lg-n5 {
    margin: -0.3125rem;
  }

  .m-lg-n6 {
    margin: -0.375rem;
  }

  .m-lg-n7 {
    margin: -0.5rem;
  }

  .m-lg-n8 {
    margin: -0.625rem;
  }

  .m-lg-n9 {
    margin: -0.75rem;
  }

  .m-lg-n10 {
    margin: -0.9375rem;
  }

  .m-lg-n11 {
    margin: -1.125rem;
  }

  .m-lg-n12 {
    margin: -1.5rem;
  }

  .m-lg-n13 {
    margin: -2rem;
  }

  .m-lg-n14 {
    margin: -3rem;
  }

  .m-lg-n15 {
    margin: -4.25rem;
  }

  .m-lg-n16 {
    margin: -4.75rem;
  }

  .m-lg-n17 {
    margin: -6.25rem;
  }

  .m-lg-n18 {
    margin: -8.75rem;
  }

  .m-lg-n19 {
    margin: -12.5rem;
  }

  .m-lg-n20 {
    margin: -18.75rem;
  }

  .m-lg-n21 {
    margin: -28.75rem;
  }

  .mh-lg-n1 {
    margin-right: -0.0625rem;
    margin-left: -0.0625rem;
  }

  .mh-lg-n2 {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
  }

  .mh-lg-n3 {
    margin-right: -0.1875rem;
    margin-left: -0.1875rem;
  }

  .mh-lg-n4 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }

  .mh-lg-n5 {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }

  .mh-lg-n6 {
    margin-right: -0.375rem;
    margin-left: -0.375rem;
  }

  .mh-lg-n7 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .mh-lg-n8 {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }

  .mh-lg-n9 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .mh-lg-n10 {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .mh-lg-n11 {
    margin-right: -1.125rem;
    margin-left: -1.125rem;
  }

  .mh-lg-n12 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .mh-lg-n13 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .mh-lg-n14 {
    margin-right: -3rem;
    margin-left: -3rem;
  }

  .mh-lg-n15 {
    margin-right: -4.25rem;
    margin-left: -4.25rem;
  }

  .mh-lg-n16 {
    margin-right: -4.75rem;
    margin-left: -4.75rem;
  }

  .mh-lg-n17 {
    margin-right: -6.25rem;
    margin-left: -6.25rem;
  }

  .mh-lg-n18 {
    margin-right: -8.75rem;
    margin-left: -8.75rem;
  }

  .mh-lg-n19 {
    margin-right: -12.5rem;
    margin-left: -12.5rem;
  }

  .mh-lg-n20 {
    margin-right: -18.75rem;
    margin-left: -18.75rem;
  }

  .mh-lg-n21 {
    margin-right: -28.75rem;
    margin-left: -28.75rem;
  }

  .mv-lg-n1 {
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .mv-lg-n2 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .mv-lg-n3 {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .mv-lg-n4 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .mv-lg-n5 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .mv-lg-n6 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .mv-lg-n7 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .mv-lg-n8 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .mv-lg-n9 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .mv-lg-n10 {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .mv-lg-n11 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .mv-lg-n12 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .mv-lg-n13 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .mv-lg-n14 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .mv-lg-n15 {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .mv-lg-n16 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .mv-lg-n17 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .mv-lg-n18 {
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .mv-lg-n19 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .mv-lg-n20 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .mv-lg-n21 {
    margin-top: -28.75rem;
    margin-bottom: -28.75rem;
  }

  .mt-lg-n1 {
    margin-top: -0.0625rem;
  }

  .mt-lg-n2 {
    margin-top: -0.125rem;
  }

  .mt-lg-n3 {
    margin-top: -0.1875rem;
  }

  .mt-lg-n4 {
    margin-top: -0.25rem;
  }

  .mt-lg-n5 {
    margin-top: -0.3125rem;
  }

  .mt-lg-n6 {
    margin-top: -0.375rem;
  }

  .mt-lg-n7 {
    margin-top: -0.5rem;
  }

  .mt-lg-n8 {
    margin-top: -0.625rem;
  }

  .mt-lg-n9 {
    margin-top: -0.75rem;
  }

  .mt-lg-n10 {
    margin-top: -0.9375rem;
  }

  .mt-lg-n11 {
    margin-top: -1.125rem;
  }

  .mt-lg-n12 {
    margin-top: -1.5rem;
  }

  .mt-lg-n13 {
    margin-top: -2rem;
  }

  .mt-lg-n14 {
    margin-top: -3rem;
  }

  .mt-lg-n15 {
    margin-top: -4.25rem;
  }

  .mt-lg-n16 {
    margin-top: -4.75rem;
  }

  .mt-lg-n17 {
    margin-top: -6.25rem;
  }

  .mt-lg-n18 {
    margin-top: -8.75rem;
  }

  .mt-lg-n19 {
    margin-top: -12.5rem;
  }

  .mt-lg-n20 {
    margin-top: -18.75rem;
  }

  .mt-lg-n21 {
    margin-top: -28.75rem;
  }

  .mr-lg-n1 {
    margin-right: -0.0625rem;
  }

  .mr-lg-n2 {
    margin-right: -0.125rem;
  }

  .mr-lg-n3 {
    margin-right: -0.1875rem;
  }

  .mr-lg-n4 {
    margin-right: -0.25rem;
  }

  .mr-lg-n5 {
    margin-right: -0.3125rem;
  }

  .mr-lg-n6 {
    margin-right: -0.375rem;
  }

  .mr-lg-n7 {
    margin-right: -0.5rem;
  }

  .mr-lg-n8 {
    margin-right: -0.625rem;
  }

  .mr-lg-n9 {
    margin-right: -0.75rem;
  }

  .mr-lg-n10 {
    margin-right: -0.9375rem;
  }

  .mr-lg-n11 {
    margin-right: -1.125rem;
  }

  .mr-lg-n12 {
    margin-right: -1.5rem;
  }

  .mr-lg-n13 {
    margin-right: -2rem;
  }

  .mr-lg-n14 {
    margin-right: -3rem;
  }

  .mr-lg-n15 {
    margin-right: -4.25rem;
  }

  .mr-lg-n16 {
    margin-right: -4.75rem;
  }

  .mr-lg-n17 {
    margin-right: -6.25rem;
  }

  .mr-lg-n18 {
    margin-right: -8.75rem;
  }

  .mr-lg-n19 {
    margin-right: -12.5rem;
  }

  .mr-lg-n20 {
    margin-right: -18.75rem;
  }

  .mr-lg-n21 {
    margin-right: -28.75rem;
  }

  .mb-lg-n1 {
    margin-bottom: -0.0625rem;
  }

  .mb-lg-n2 {
    margin-bottom: -0.125rem;
  }

  .mb-lg-n3 {
    margin-bottom: -0.1875rem;
  }

  .mb-lg-n4 {
    margin-bottom: -0.25rem;
  }

  .mb-lg-n5 {
    margin-bottom: -0.3125rem;
  }

  .mb-lg-n6 {
    margin-bottom: -0.375rem;
  }

  .mb-lg-n7 {
    margin-bottom: -0.5rem;
  }

  .mb-lg-n8 {
    margin-bottom: -0.625rem;
  }

  .mb-lg-n9 {
    margin-bottom: -0.75rem;
  }

  .mb-lg-n10 {
    margin-bottom: -0.9375rem;
  }

  .mb-lg-n11 {
    margin-bottom: -1.125rem;
  }

  .mb-lg-n12 {
    margin-bottom: -1.5rem;
  }

  .mb-lg-n13 {
    margin-bottom: -2rem;
  }

  .mb-lg-n14 {
    margin-bottom: -3rem;
  }

  .mb-lg-n15 {
    margin-bottom: -4.25rem;
  }

  .mb-lg-n16 {
    margin-bottom: -4.75rem;
  }

  .mb-lg-n17 {
    margin-bottom: -6.25rem;
  }

  .mb-lg-n18 {
    margin-bottom: -8.75rem;
  }

  .mb-lg-n19 {
    margin-bottom: -12.5rem;
  }

  .mb-lg-n20 {
    margin-bottom: -18.75rem;
  }

  .mb-lg-n21 {
    margin-bottom: -28.75rem;
  }

  .ml-lg-n1 {
    margin-left: -0.0625rem;
  }

  .ml-lg-n2 {
    margin-left: -0.125rem;
  }

  .ml-lg-n3 {
    margin-left: -0.1875rem;
  }

  .ml-lg-n4 {
    margin-left: -0.25rem;
  }

  .ml-lg-n5 {
    margin-left: -0.3125rem;
  }

  .ml-lg-n6 {
    margin-left: -0.375rem;
  }

  .ml-lg-n7 {
    margin-left: -0.5rem;
  }

  .ml-lg-n8 {
    margin-left: -0.625rem;
  }

  .ml-lg-n9 {
    margin-left: -0.75rem;
  }

  .ml-lg-n10 {
    margin-left: -0.9375rem;
  }

  .ml-lg-n11 {
    margin-left: -1.125rem;
  }

  .ml-lg-n12 {
    margin-left: -1.5rem;
  }

  .ml-lg-n13 {
    margin-left: -2rem;
  }

  .ml-lg-n14 {
    margin-left: -3rem;
  }

  .ml-lg-n15 {
    margin-left: -4.25rem;
  }

  .ml-lg-n16 {
    margin-left: -4.75rem;
  }

  .ml-lg-n17 {
    margin-left: -6.25rem;
  }

  .ml-lg-n18 {
    margin-left: -8.75rem;
  }

  .ml-lg-n19 {
    margin-left: -12.5rem;
  }

  .ml-lg-n20 {
    margin-left: -18.75rem;
  }

  .ml-lg-n21 {
    margin-left: -28.75rem;
  }

  .p-lg-0 {
    padding: 0;
  }

  .p-lg-1 {
    padding: 0.0625rem;
  }

  .p-lg-2 {
    padding: 0.125rem;
  }

  .p-lg-3 {
    padding: 0.1875rem;
  }

  .p-lg-4 {
    padding: 0.25rem;
  }

  .p-lg-5 {
    padding: 0.3125rem;
  }

  .p-lg-6 {
    padding: 0.375rem;
  }

  .p-lg-7 {
    padding: 0.5rem;
  }

  .p-lg-8 {
    padding: 0.625rem;
  }

  .p-lg-9 {
    padding: 0.75rem;
  }

  .p-lg-10 {
    padding: 0.9375rem;
  }

  .p-lg-11 {
    padding: 1.125rem;
  }

  .p-lg-12 {
    padding: 1.5rem;
  }

  .p-lg-13 {
    padding: 2rem;
  }

  .p-lg-14 {
    padding: 3rem;
  }

  .p-lg-15 {
    padding: 4.25rem;
  }

  .p-lg-16 {
    padding: 4.75rem;
  }

  .p-lg-17 {
    padding: 6.25rem;
  }

  .p-lg-18 {
    padding: 8.75rem;
  }

  .p-lg-19 {
    padding: 12.5rem;
  }

  .p-lg-20 {
    padding: 18.75rem;
  }

  .p-lg-21 {
    padding: 28.75rem;
  }

  .ph-lg-0 {
    padding-right: 0;
    padding-left: 0;
  }

  .ph-lg-1 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem;
  }

  .ph-lg-2 {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }

  .ph-lg-3 {
    padding-right: 0.1875rem;
    padding-left: 0.1875rem;
  }

  .ph-lg-4 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .ph-lg-5 {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }

  .ph-lg-6 {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }

  .ph-lg-7 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .ph-lg-8 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .ph-lg-9 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .ph-lg-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .ph-lg-11 {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }

  .ph-lg-12 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .ph-lg-13 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .ph-lg-14 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .ph-lg-15 {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }

  .ph-lg-16 {
    padding-right: 4.75rem;
    padding-left: 4.75rem;
  }

  .ph-lg-17 {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }

  .ph-lg-18 {
    padding-right: 8.75rem;
    padding-left: 8.75rem;
  }

  .ph-lg-19 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .ph-lg-20 {
    padding-right: 18.75rem;
    padding-left: 18.75rem;
  }

  .ph-lg-21 {
    padding-right: 28.75rem;
    padding-left: 28.75rem;
  }

  .pv-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv-lg-1 {
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .pv-lg-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .pv-lg-3 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .pv-lg-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .pv-lg-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .pv-lg-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .pv-lg-7 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .pv-lg-8 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .pv-lg-9 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .pv-lg-10 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .pv-lg-11 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .pv-lg-12 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pv-lg-13 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv-lg-14 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pv-lg-15 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .pv-lg-16 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .pv-lg-17 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .pv-lg-18 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .pv-lg-19 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .pv-lg-20 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .pv-lg-21 {
    padding-top: 28.75rem;
    padding-bottom: 28.75rem;
  }

  .pt-lg-0 {
    padding-top: 0;
  }

  .pt-lg-1 {
    padding-top: 0.0625rem;
  }

  .pt-lg-2 {
    padding-top: 0.125rem;
  }

  .pt-lg-3 {
    padding-top: 0.1875rem;
  }

  .pt-lg-4 {
    padding-top: 0.25rem;
  }

  .pt-lg-5 {
    padding-top: 0.3125rem;
  }

  .pt-lg-6 {
    padding-top: 0.375rem;
  }

  .pt-lg-7 {
    padding-top: 0.5rem;
  }

  .pt-lg-8 {
    padding-top: 0.625rem;
  }

  .pt-lg-9 {
    padding-top: 0.75rem;
  }

  .pt-lg-10 {
    padding-top: 0.9375rem;
  }

  .pt-lg-11 {
    padding-top: 1.125rem;
  }

  .pt-lg-12 {
    padding-top: 1.5rem;
  }

  .pt-lg-13 {
    padding-top: 2rem;
  }

  .pt-lg-14 {
    padding-top: 3rem;
  }

  .pt-lg-15 {
    padding-top: 4.25rem;
  }

  .pt-lg-16 {
    padding-top: 4.75rem;
  }

  .pt-lg-17 {
    padding-top: 6.25rem;
  }

  .pt-lg-18 {
    padding-top: 8.75rem;
  }

  .pt-lg-19 {
    padding-top: 12.5rem;
  }

  .pt-lg-20 {
    padding-top: 18.75rem;
  }

  .pt-lg-21 {
    padding-top: 28.75rem;
  }

  .pr-lg-0 {
    padding-right: 0;
  }

  .pr-lg-1 {
    padding-right: 0.0625rem;
  }

  .pr-lg-2 {
    padding-right: 0.125rem;
  }

  .pr-lg-3 {
    padding-right: 0.1875rem;
  }

  .pr-lg-4 {
    padding-right: 0.25rem;
  }

  .pr-lg-5 {
    padding-right: 0.3125rem;
  }

  .pr-lg-6 {
    padding-right: 0.375rem;
  }

  .pr-lg-7 {
    padding-right: 0.5rem;
  }

  .pr-lg-8 {
    padding-right: 0.625rem;
  }

  .pr-lg-9 {
    padding-right: 0.75rem;
  }

  .pr-lg-10 {
    padding-right: 0.9375rem;
  }

  .pr-lg-11 {
    padding-right: 1.125rem;
  }

  .pr-lg-12 {
    padding-right: 1.5rem;
  }

  .pr-lg-13 {
    padding-right: 2rem;
  }

  .pr-lg-14 {
    padding-right: 3rem;
  }

  .pr-lg-15 {
    padding-right: 4.25rem;
  }

  .pr-lg-16 {
    padding-right: 4.75rem;
  }

  .pr-lg-17 {
    padding-right: 6.25rem;
  }

  .pr-lg-18 {
    padding-right: 8.75rem;
  }

  .pr-lg-19 {
    padding-right: 12.5rem;
  }

  .pr-lg-20 {
    padding-right: 18.75rem;
  }

  .pr-lg-21 {
    padding-right: 28.75rem;
  }

  .pb-lg-0 {
    padding-bottom: 0;
  }

  .pb-lg-1 {
    padding-bottom: 0.0625rem;
  }

  .pb-lg-2 {
    padding-bottom: 0.125rem;
  }

  .pb-lg-3 {
    padding-bottom: 0.1875rem;
  }

  .pb-lg-4 {
    padding-bottom: 0.25rem;
  }

  .pb-lg-5 {
    padding-bottom: 0.3125rem;
  }

  .pb-lg-6 {
    padding-bottom: 0.375rem;
  }

  .pb-lg-7 {
    padding-bottom: 0.5rem;
  }

  .pb-lg-8 {
    padding-bottom: 0.625rem;
  }

  .pb-lg-9 {
    padding-bottom: 0.75rem;
  }

  .pb-lg-10 {
    padding-bottom: 0.9375rem;
  }

  .pb-lg-11 {
    padding-bottom: 1.125rem;
  }

  .pb-lg-12 {
    padding-bottom: 1.5rem;
  }

  .pb-lg-13 {
    padding-bottom: 2rem;
  }

  .pb-lg-14 {
    padding-bottom: 3rem;
  }

  .pb-lg-15 {
    padding-bottom: 4.25rem;
  }

  .pb-lg-16 {
    padding-bottom: 4.75rem;
  }

  .pb-lg-17 {
    padding-bottom: 6.25rem;
  }

  .pb-lg-18 {
    padding-bottom: 8.75rem;
  }

  .pb-lg-19 {
    padding-bottom: 12.5rem;
  }

  .pb-lg-20 {
    padding-bottom: 18.75rem;
  }

  .pb-lg-21 {
    padding-bottom: 28.75rem;
  }

  .pl-lg-0 {
    padding-left: 0;
  }

  .pl-lg-1 {
    padding-left: 0.0625rem;
  }

  .pl-lg-2 {
    padding-left: 0.125rem;
  }

  .pl-lg-3 {
    padding-left: 0.1875rem;
  }

  .pl-lg-4 {
    padding-left: 0.25rem;
  }

  .pl-lg-5 {
    padding-left: 0.3125rem;
  }

  .pl-lg-6 {
    padding-left: 0.375rem;
  }

  .pl-lg-7 {
    padding-left: 0.5rem;
  }

  .pl-lg-8 {
    padding-left: 0.625rem;
  }

  .pl-lg-9 {
    padding-left: 0.75rem;
  }

  .pl-lg-10 {
    padding-left: 0.9375rem;
  }

  .pl-lg-11 {
    padding-left: 1.125rem;
  }

  .pl-lg-12 {
    padding-left: 1.5rem;
  }

  .pl-lg-13 {
    padding-left: 2rem;
  }

  .pl-lg-14 {
    padding-left: 3rem;
  }

  .pl-lg-15 {
    padding-left: 4.25rem;
  }

  .pl-lg-16 {
    padding-left: 4.75rem;
  }

  .pl-lg-17 {
    padding-left: 6.25rem;
  }

  .pl-lg-18 {
    padding-left: 8.75rem;
  }

  .pl-lg-19 {
    padding-left: 12.5rem;
  }

  .pl-lg-20 {
    padding-left: 18.75rem;
  }

  .pl-lg-21 {
    padding-left: 28.75rem;
  }

  .gap-lg-0 {
    gap: 0;
  }

  .gap-lg-1 {
    gap: 0.0625rem;
  }

  .gap-lg-2 {
    gap: 0.125rem;
  }

  .gap-lg-3 {
    gap: 0.1875rem;
  }

  .gap-lg-4 {
    gap: 0.25rem;
  }

  .gap-lg-5 {
    gap: 0.3125rem;
  }

  .gap-lg-6 {
    gap: 0.375rem;
  }

  .gap-lg-7 {
    gap: 0.5rem;
  }

  .gap-lg-8 {
    gap: 0.625rem;
  }

  .gap-lg-9 {
    gap: 0.75rem;
  }

  .gap-lg-10 {
    gap: 0.9375rem;
  }

  .gap-lg-11 {
    gap: 1.125rem;
  }

  .gap-lg-12 {
    gap: 1.5rem;
  }

  .gap-lg-13 {
    gap: 2rem;
  }

  .gap-lg-14 {
    gap: 3rem;
  }

  .gap-lg-15 {
    gap: 4.25rem;
  }

  .gap-lg-16 {
    gap: 4.75rem;
  }

  .gap-lg-17 {
    gap: 6.25rem;
  }

  .gap-lg-18 {
    gap: 8.75rem;
  }

  .gap-lg-19 {
    gap: 12.5rem;
  }

  .gap-lg-20 {
    gap: 18.75rem;
  }

  .gap-lg-21 {
    gap: 28.75rem;
  }

  .ta-lg-l {
    text-align: left;
  }

  .ta-lg-r {
    text-align: right;
  }

  .ta-lg-c {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left;
  }

  .float-xl-end {
    float: right;
  }

  .float-xl-none {
    float: none;
  }

  .d-xl-inline {
    display: inline;
  }

  .d-xl-inline-block {
    display: inline-block;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-grid {
    display: grid;
  }

  .d-xl-table {
    display: table;
  }

  .d-xl-table-row {
    display: table-row;
  }

  .d-xl-table-cell {
    display: table-cell;
  }

  .d-xl-flex {
    display: flex;
  }

  .d-xl-inline-flex {
    display: inline-flex;
  }

  .d-xl-none {
    display: none;
  }

  .flex-xl-fill {
    flex: 1 1 auto;
  }

  .flex-xl-row {
    flex-direction: row;
  }

  .flex-xl-column {
    flex-direction: column;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-xl-grow-0 {
    flex-grow: 0;
  }

  .flex-xl-grow-1 {
    flex-grow: 1;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }

  .flex-xl-wrap {
    flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .jc-xl-l {
    justify-content: flex-start;
  }

  .jc-xl-r {
    justify-content: flex-end;
  }

  .jc-xl-c {
    justify-content: center;
  }

  .jc-xl-b {
    justify-content: space-between;
  }

  .jc-xl-a {
    justify-content: space-around;
  }

  .jc-xl-e {
    justify-content: space-evenly;
  }

  .ai-xl-l {
    align-items: flex-start;
  }

  .ai-xl-r {
    align-items: flex-end;
  }

  .ai-xl-c {
    align-items: center;
  }

  .ai-xl-b {
    align-items: baseline;
  }

  .ai-xl-s {
    align-items: stretch;
  }

  .ac-xl-l {
    align-content: flex-start;
  }

  .ac-xl-r {
    align-content: flex-end;
  }

  .ac-xl-c {
    align-content: center;
  }

  .ac-xl-b {
    align-content: space-between;
  }

  .ac-xl-a {
    align-content: space-around;
  }

  .ac-xl-s {
    align-content: stretch;
  }

  .as-xl-a {
    align-self: auto;
  }

  .as-xl-l {
    align-self: flex-start;
  }

  .as-xl-r {
    align-self: flex-end;
  }

  .as-xl-c {
    align-self: center;
  }

  .as-xl-b {
    align-self: baseline;
  }

  .as-xl-s {
    align-self: stretch;
  }

  .order-xl-first {
    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-last {
    order: 6;
  }

  .m-xl-0 {
    margin: 0;
  }

  .m-xl-1 {
    margin: 0.0625rem;
  }

  .m-xl-2 {
    margin: 0.125rem;
  }

  .m-xl-3 {
    margin: 0.1875rem;
  }

  .m-xl-4 {
    margin: 0.25rem;
  }

  .m-xl-5 {
    margin: 0.3125rem;
  }

  .m-xl-6 {
    margin: 0.375rem;
  }

  .m-xl-7 {
    margin: 0.5rem;
  }

  .m-xl-8 {
    margin: 0.625rem;
  }

  .m-xl-9 {
    margin: 0.75rem;
  }

  .m-xl-10 {
    margin: 0.9375rem;
  }

  .m-xl-11 {
    margin: 1.125rem;
  }

  .m-xl-12 {
    margin: 1.5rem;
  }

  .m-xl-13 {
    margin: 2rem;
  }

  .m-xl-14 {
    margin: 3rem;
  }

  .m-xl-15 {
    margin: 4.25rem;
  }

  .m-xl-16 {
    margin: 4.75rem;
  }

  .m-xl-17 {
    margin: 6.25rem;
  }

  .m-xl-18 {
    margin: 8.75rem;
  }

  .m-xl-19 {
    margin: 12.5rem;
  }

  .m-xl-20 {
    margin: 18.75rem;
  }

  .m-xl-21 {
    margin: 28.75rem;
  }

  .m-xl-auto {
    margin: auto;
  }

  .mh-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .mh-xl-1 {
    margin-right: 0.0625rem;
    margin-left: 0.0625rem;
  }

  .mh-xl-2 {
    margin-right: 0.125rem;
    margin-left: 0.125rem;
  }

  .mh-xl-3 {
    margin-right: 0.1875rem;
    margin-left: 0.1875rem;
  }

  .mh-xl-4 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .mh-xl-5 {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }

  .mh-xl-6 {
    margin-right: 0.375rem;
    margin-left: 0.375rem;
  }

  .mh-xl-7 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .mh-xl-8 {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }

  .mh-xl-9 {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }

  .mh-xl-10 {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }

  .mh-xl-11 {
    margin-right: 1.125rem;
    margin-left: 1.125rem;
  }

  .mh-xl-12 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .mh-xl-13 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .mh-xl-14 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .mh-xl-15 {
    margin-right: 4.25rem;
    margin-left: 4.25rem;
  }

  .mh-xl-16 {
    margin-right: 4.75rem;
    margin-left: 4.75rem;
  }

  .mh-xl-17 {
    margin-right: 6.25rem;
    margin-left: 6.25rem;
  }

  .mh-xl-18 {
    margin-right: 8.75rem;
    margin-left: 8.75rem;
  }

  .mh-xl-19 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .mh-xl-20 {
    margin-right: 18.75rem;
    margin-left: 18.75rem;
  }

  .mh-xl-21 {
    margin-right: 28.75rem;
    margin-left: 28.75rem;
  }

  .mh-xl-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .mv-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv-xl-1 {
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .mv-xl-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .mv-xl-3 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .mv-xl-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mv-xl-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .mv-xl-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .mv-xl-7 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mv-xl-8 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .mv-xl-9 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .mv-xl-10 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .mv-xl-11 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .mv-xl-12 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mv-xl-13 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv-xl-14 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mv-xl-15 {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .mv-xl-16 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .mv-xl-17 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .mv-xl-18 {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .mv-xl-19 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .mv-xl-20 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .mv-xl-21 {
    margin-top: 28.75rem;
    margin-bottom: 28.75rem;
  }

  .mv-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mt-xl-0 {
    margin-top: 0;
  }

  .mt-xl-1 {
    margin-top: 0.0625rem;
  }

  .mt-xl-2 {
    margin-top: 0.125rem;
  }

  .mt-xl-3 {
    margin-top: 0.1875rem;
  }

  .mt-xl-4 {
    margin-top: 0.25rem;
  }

  .mt-xl-5 {
    margin-top: 0.3125rem;
  }

  .mt-xl-6 {
    margin-top: 0.375rem;
  }

  .mt-xl-7 {
    margin-top: 0.5rem;
  }

  .mt-xl-8 {
    margin-top: 0.625rem;
  }

  .mt-xl-9 {
    margin-top: 0.75rem;
  }

  .mt-xl-10 {
    margin-top: 0.9375rem;
  }

  .mt-xl-11 {
    margin-top: 1.125rem;
  }

  .mt-xl-12 {
    margin-top: 1.5rem;
  }

  .mt-xl-13 {
    margin-top: 2rem;
  }

  .mt-xl-14 {
    margin-top: 3rem;
  }

  .mt-xl-15 {
    margin-top: 4.25rem;
  }

  .mt-xl-16 {
    margin-top: 4.75rem;
  }

  .mt-xl-17 {
    margin-top: 6.25rem;
  }

  .mt-xl-18 {
    margin-top: 8.75rem;
  }

  .mt-xl-19 {
    margin-top: 12.5rem;
  }

  .mt-xl-20 {
    margin-top: 18.75rem;
  }

  .mt-xl-21 {
    margin-top: 28.75rem;
  }

  .mt-xl-auto {
    margin-top: auto;
  }

  .mb-xl-0 {
    margin-bottom: 0;
  }

  .mb-xl-1 {
    margin-bottom: 0.0625rem;
  }

  .mb-xl-2 {
    margin-bottom: 0.125rem;
  }

  .mb-xl-3 {
    margin-bottom: 0.1875rem;
  }

  .mb-xl-4 {
    margin-bottom: 0.25rem;
  }

  .mb-xl-5 {
    margin-bottom: 0.3125rem;
  }

  .mb-xl-6 {
    margin-bottom: 0.375rem;
  }

  .mb-xl-7 {
    margin-bottom: 0.5rem;
  }

  .mb-xl-8 {
    margin-bottom: 0.625rem;
  }

  .mb-xl-9 {
    margin-bottom: 0.75rem;
  }

  .mb-xl-10 {
    margin-bottom: 0.9375rem;
  }

  .mb-xl-11 {
    margin-bottom: 1.125rem;
  }

  .mb-xl-12 {
    margin-bottom: 1.5rem;
  }

  .mb-xl-13 {
    margin-bottom: 2rem;
  }

  .mb-xl-14 {
    margin-bottom: 3rem;
  }

  .mb-xl-15 {
    margin-bottom: 4.25rem;
  }

  .mb-xl-16 {
    margin-bottom: 4.75rem;
  }

  .mb-xl-17 {
    margin-bottom: 6.25rem;
  }

  .mb-xl-18 {
    margin-bottom: 8.75rem;
  }

  .mb-xl-19 {
    margin-bottom: 12.5rem;
  }

  .mb-xl-20 {
    margin-bottom: 18.75rem;
  }

  .mb-xl-21 {
    margin-bottom: 28.75rem;
  }

  .mb-xl-auto {
    margin-bottom: auto;
  }

  .m-xl-n1 {
    margin: -0.0625rem;
  }

  .m-xl-n2 {
    margin: -0.125rem;
  }

  .m-xl-n3 {
    margin: -0.1875rem;
  }

  .m-xl-n4 {
    margin: -0.25rem;
  }

  .m-xl-n5 {
    margin: -0.3125rem;
  }

  .m-xl-n6 {
    margin: -0.375rem;
  }

  .m-xl-n7 {
    margin: -0.5rem;
  }

  .m-xl-n8 {
    margin: -0.625rem;
  }

  .m-xl-n9 {
    margin: -0.75rem;
  }

  .m-xl-n10 {
    margin: -0.9375rem;
  }

  .m-xl-n11 {
    margin: -1.125rem;
  }

  .m-xl-n12 {
    margin: -1.5rem;
  }

  .m-xl-n13 {
    margin: -2rem;
  }

  .m-xl-n14 {
    margin: -3rem;
  }

  .m-xl-n15 {
    margin: -4.25rem;
  }

  .m-xl-n16 {
    margin: -4.75rem;
  }

  .m-xl-n17 {
    margin: -6.25rem;
  }

  .m-xl-n18 {
    margin: -8.75rem;
  }

  .m-xl-n19 {
    margin: -12.5rem;
  }

  .m-xl-n20 {
    margin: -18.75rem;
  }

  .m-xl-n21 {
    margin: -28.75rem;
  }

  .mh-xl-n1 {
    margin-right: -0.0625rem;
    margin-left: -0.0625rem;
  }

  .mh-xl-n2 {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
  }

  .mh-xl-n3 {
    margin-right: -0.1875rem;
    margin-left: -0.1875rem;
  }

  .mh-xl-n4 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }

  .mh-xl-n5 {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }

  .mh-xl-n6 {
    margin-right: -0.375rem;
    margin-left: -0.375rem;
  }

  .mh-xl-n7 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .mh-xl-n8 {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }

  .mh-xl-n9 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .mh-xl-n10 {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .mh-xl-n11 {
    margin-right: -1.125rem;
    margin-left: -1.125rem;
  }

  .mh-xl-n12 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .mh-xl-n13 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .mh-xl-n14 {
    margin-right: -3rem;
    margin-left: -3rem;
  }

  .mh-xl-n15 {
    margin-right: -4.25rem;
    margin-left: -4.25rem;
  }

  .mh-xl-n16 {
    margin-right: -4.75rem;
    margin-left: -4.75rem;
  }

  .mh-xl-n17 {
    margin-right: -6.25rem;
    margin-left: -6.25rem;
  }

  .mh-xl-n18 {
    margin-right: -8.75rem;
    margin-left: -8.75rem;
  }

  .mh-xl-n19 {
    margin-right: -12.5rem;
    margin-left: -12.5rem;
  }

  .mh-xl-n20 {
    margin-right: -18.75rem;
    margin-left: -18.75rem;
  }

  .mh-xl-n21 {
    margin-right: -28.75rem;
    margin-left: -28.75rem;
  }

  .mv-xl-n1 {
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .mv-xl-n2 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .mv-xl-n3 {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .mv-xl-n4 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .mv-xl-n5 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .mv-xl-n6 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .mv-xl-n7 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .mv-xl-n8 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .mv-xl-n9 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .mv-xl-n10 {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .mv-xl-n11 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .mv-xl-n12 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .mv-xl-n13 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .mv-xl-n14 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .mv-xl-n15 {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .mv-xl-n16 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .mv-xl-n17 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .mv-xl-n18 {
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .mv-xl-n19 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .mv-xl-n20 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .mv-xl-n21 {
    margin-top: -28.75rem;
    margin-bottom: -28.75rem;
  }

  .mt-xl-n1 {
    margin-top: -0.0625rem;
  }

  .mt-xl-n2 {
    margin-top: -0.125rem;
  }

  .mt-xl-n3 {
    margin-top: -0.1875rem;
  }

  .mt-xl-n4 {
    margin-top: -0.25rem;
  }

  .mt-xl-n5 {
    margin-top: -0.3125rem;
  }

  .mt-xl-n6 {
    margin-top: -0.375rem;
  }

  .mt-xl-n7 {
    margin-top: -0.5rem;
  }

  .mt-xl-n8 {
    margin-top: -0.625rem;
  }

  .mt-xl-n9 {
    margin-top: -0.75rem;
  }

  .mt-xl-n10 {
    margin-top: -0.9375rem;
  }

  .mt-xl-n11 {
    margin-top: -1.125rem;
  }

  .mt-xl-n12 {
    margin-top: -1.5rem;
  }

  .mt-xl-n13 {
    margin-top: -2rem;
  }

  .mt-xl-n14 {
    margin-top: -3rem;
  }

  .mt-xl-n15 {
    margin-top: -4.25rem;
  }

  .mt-xl-n16 {
    margin-top: -4.75rem;
  }

  .mt-xl-n17 {
    margin-top: -6.25rem;
  }

  .mt-xl-n18 {
    margin-top: -8.75rem;
  }

  .mt-xl-n19 {
    margin-top: -12.5rem;
  }

  .mt-xl-n20 {
    margin-top: -18.75rem;
  }

  .mt-xl-n21 {
    margin-top: -28.75rem;
  }

  .mr-xl-n1 {
    margin-right: -0.0625rem;
  }

  .mr-xl-n2 {
    margin-right: -0.125rem;
  }

  .mr-xl-n3 {
    margin-right: -0.1875rem;
  }

  .mr-xl-n4 {
    margin-right: -0.25rem;
  }

  .mr-xl-n5 {
    margin-right: -0.3125rem;
  }

  .mr-xl-n6 {
    margin-right: -0.375rem;
  }

  .mr-xl-n7 {
    margin-right: -0.5rem;
  }

  .mr-xl-n8 {
    margin-right: -0.625rem;
  }

  .mr-xl-n9 {
    margin-right: -0.75rem;
  }

  .mr-xl-n10 {
    margin-right: -0.9375rem;
  }

  .mr-xl-n11 {
    margin-right: -1.125rem;
  }

  .mr-xl-n12 {
    margin-right: -1.5rem;
  }

  .mr-xl-n13 {
    margin-right: -2rem;
  }

  .mr-xl-n14 {
    margin-right: -3rem;
  }

  .mr-xl-n15 {
    margin-right: -4.25rem;
  }

  .mr-xl-n16 {
    margin-right: -4.75rem;
  }

  .mr-xl-n17 {
    margin-right: -6.25rem;
  }

  .mr-xl-n18 {
    margin-right: -8.75rem;
  }

  .mr-xl-n19 {
    margin-right: -12.5rem;
  }

  .mr-xl-n20 {
    margin-right: -18.75rem;
  }

  .mr-xl-n21 {
    margin-right: -28.75rem;
  }

  .mb-xl-n1 {
    margin-bottom: -0.0625rem;
  }

  .mb-xl-n2 {
    margin-bottom: -0.125rem;
  }

  .mb-xl-n3 {
    margin-bottom: -0.1875rem;
  }

  .mb-xl-n4 {
    margin-bottom: -0.25rem;
  }

  .mb-xl-n5 {
    margin-bottom: -0.3125rem;
  }

  .mb-xl-n6 {
    margin-bottom: -0.375rem;
  }

  .mb-xl-n7 {
    margin-bottom: -0.5rem;
  }

  .mb-xl-n8 {
    margin-bottom: -0.625rem;
  }

  .mb-xl-n9 {
    margin-bottom: -0.75rem;
  }

  .mb-xl-n10 {
    margin-bottom: -0.9375rem;
  }

  .mb-xl-n11 {
    margin-bottom: -1.125rem;
  }

  .mb-xl-n12 {
    margin-bottom: -1.5rem;
  }

  .mb-xl-n13 {
    margin-bottom: -2rem;
  }

  .mb-xl-n14 {
    margin-bottom: -3rem;
  }

  .mb-xl-n15 {
    margin-bottom: -4.25rem;
  }

  .mb-xl-n16 {
    margin-bottom: -4.75rem;
  }

  .mb-xl-n17 {
    margin-bottom: -6.25rem;
  }

  .mb-xl-n18 {
    margin-bottom: -8.75rem;
  }

  .mb-xl-n19 {
    margin-bottom: -12.5rem;
  }

  .mb-xl-n20 {
    margin-bottom: -18.75rem;
  }

  .mb-xl-n21 {
    margin-bottom: -28.75rem;
  }

  .ml-xl-n1 {
    margin-left: -0.0625rem;
  }

  .ml-xl-n2 {
    margin-left: -0.125rem;
  }

  .ml-xl-n3 {
    margin-left: -0.1875rem;
  }

  .ml-xl-n4 {
    margin-left: -0.25rem;
  }

  .ml-xl-n5 {
    margin-left: -0.3125rem;
  }

  .ml-xl-n6 {
    margin-left: -0.375rem;
  }

  .ml-xl-n7 {
    margin-left: -0.5rem;
  }

  .ml-xl-n8 {
    margin-left: -0.625rem;
  }

  .ml-xl-n9 {
    margin-left: -0.75rem;
  }

  .ml-xl-n10 {
    margin-left: -0.9375rem;
  }

  .ml-xl-n11 {
    margin-left: -1.125rem;
  }

  .ml-xl-n12 {
    margin-left: -1.5rem;
  }

  .ml-xl-n13 {
    margin-left: -2rem;
  }

  .ml-xl-n14 {
    margin-left: -3rem;
  }

  .ml-xl-n15 {
    margin-left: -4.25rem;
  }

  .ml-xl-n16 {
    margin-left: -4.75rem;
  }

  .ml-xl-n17 {
    margin-left: -6.25rem;
  }

  .ml-xl-n18 {
    margin-left: -8.75rem;
  }

  .ml-xl-n19 {
    margin-left: -12.5rem;
  }

  .ml-xl-n20 {
    margin-left: -18.75rem;
  }

  .ml-xl-n21 {
    margin-left: -28.75rem;
  }

  .p-xl-0 {
    padding: 0;
  }

  .p-xl-1 {
    padding: 0.0625rem;
  }

  .p-xl-2 {
    padding: 0.125rem;
  }

  .p-xl-3 {
    padding: 0.1875rem;
  }

  .p-xl-4 {
    padding: 0.25rem;
  }

  .p-xl-5 {
    padding: 0.3125rem;
  }

  .p-xl-6 {
    padding: 0.375rem;
  }

  .p-xl-7 {
    padding: 0.5rem;
  }

  .p-xl-8 {
    padding: 0.625rem;
  }

  .p-xl-9 {
    padding: 0.75rem;
  }

  .p-xl-10 {
    padding: 0.9375rem;
  }

  .p-xl-11 {
    padding: 1.125rem;
  }

  .p-xl-12 {
    padding: 1.5rem;
  }

  .p-xl-13 {
    padding: 2rem;
  }

  .p-xl-14 {
    padding: 3rem;
  }

  .p-xl-15 {
    padding: 4.25rem;
  }

  .p-xl-16 {
    padding: 4.75rem;
  }

  .p-xl-17 {
    padding: 6.25rem;
  }

  .p-xl-18 {
    padding: 8.75rem;
  }

  .p-xl-19 {
    padding: 12.5rem;
  }

  .p-xl-20 {
    padding: 18.75rem;
  }

  .p-xl-21 {
    padding: 28.75rem;
  }

  .ph-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }

  .ph-xl-1 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem;
  }

  .ph-xl-2 {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }

  .ph-xl-3 {
    padding-right: 0.1875rem;
    padding-left: 0.1875rem;
  }

  .ph-xl-4 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .ph-xl-5 {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }

  .ph-xl-6 {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }

  .ph-xl-7 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .ph-xl-8 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .ph-xl-9 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .ph-xl-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .ph-xl-11 {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }

  .ph-xl-12 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .ph-xl-13 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .ph-xl-14 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .ph-xl-15 {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }

  .ph-xl-16 {
    padding-right: 4.75rem;
    padding-left: 4.75rem;
  }

  .ph-xl-17 {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }

  .ph-xl-18 {
    padding-right: 8.75rem;
    padding-left: 8.75rem;
  }

  .ph-xl-19 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .ph-xl-20 {
    padding-right: 18.75rem;
    padding-left: 18.75rem;
  }

  .ph-xl-21 {
    padding-right: 28.75rem;
    padding-left: 28.75rem;
  }

  .pv-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv-xl-1 {
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .pv-xl-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .pv-xl-3 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .pv-xl-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .pv-xl-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .pv-xl-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .pv-xl-7 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .pv-xl-8 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .pv-xl-9 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .pv-xl-10 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .pv-xl-11 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .pv-xl-12 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pv-xl-13 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv-xl-14 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pv-xl-15 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .pv-xl-16 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .pv-xl-17 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .pv-xl-18 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .pv-xl-19 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .pv-xl-20 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .pv-xl-21 {
    padding-top: 28.75rem;
    padding-bottom: 28.75rem;
  }

  .pt-xl-0 {
    padding-top: 0;
  }

  .pt-xl-1 {
    padding-top: 0.0625rem;
  }

  .pt-xl-2 {
    padding-top: 0.125rem;
  }

  .pt-xl-3 {
    padding-top: 0.1875rem;
  }

  .pt-xl-4 {
    padding-top: 0.25rem;
  }

  .pt-xl-5 {
    padding-top: 0.3125rem;
  }

  .pt-xl-6 {
    padding-top: 0.375rem;
  }

  .pt-xl-7 {
    padding-top: 0.5rem;
  }

  .pt-xl-8 {
    padding-top: 0.625rem;
  }

  .pt-xl-9 {
    padding-top: 0.75rem;
  }

  .pt-xl-10 {
    padding-top: 0.9375rem;
  }

  .pt-xl-11 {
    padding-top: 1.125rem;
  }

  .pt-xl-12 {
    padding-top: 1.5rem;
  }

  .pt-xl-13 {
    padding-top: 2rem;
  }

  .pt-xl-14 {
    padding-top: 3rem;
  }

  .pt-xl-15 {
    padding-top: 4.25rem;
  }

  .pt-xl-16 {
    padding-top: 4.75rem;
  }

  .pt-xl-17 {
    padding-top: 6.25rem;
  }

  .pt-xl-18 {
    padding-top: 8.75rem;
  }

  .pt-xl-19 {
    padding-top: 12.5rem;
  }

  .pt-xl-20 {
    padding-top: 18.75rem;
  }

  .pt-xl-21 {
    padding-top: 28.75rem;
  }

  .pr-xl-0 {
    padding-right: 0;
  }

  .pr-xl-1 {
    padding-right: 0.0625rem;
  }

  .pr-xl-2 {
    padding-right: 0.125rem;
  }

  .pr-xl-3 {
    padding-right: 0.1875rem;
  }

  .pr-xl-4 {
    padding-right: 0.25rem;
  }

  .pr-xl-5 {
    padding-right: 0.3125rem;
  }

  .pr-xl-6 {
    padding-right: 0.375rem;
  }

  .pr-xl-7 {
    padding-right: 0.5rem;
  }

  .pr-xl-8 {
    padding-right: 0.625rem;
  }

  .pr-xl-9 {
    padding-right: 0.75rem;
  }

  .pr-xl-10 {
    padding-right: 0.9375rem;
  }

  .pr-xl-11 {
    padding-right: 1.125rem;
  }

  .pr-xl-12 {
    padding-right: 1.5rem;
  }

  .pr-xl-13 {
    padding-right: 2rem;
  }

  .pr-xl-14 {
    padding-right: 3rem;
  }

  .pr-xl-15 {
    padding-right: 4.25rem;
  }

  .pr-xl-16 {
    padding-right: 4.75rem;
  }

  .pr-xl-17 {
    padding-right: 6.25rem;
  }

  .pr-xl-18 {
    padding-right: 8.75rem;
  }

  .pr-xl-19 {
    padding-right: 12.5rem;
  }

  .pr-xl-20 {
    padding-right: 18.75rem;
  }

  .pr-xl-21 {
    padding-right: 28.75rem;
  }

  .pb-xl-0 {
    padding-bottom: 0;
  }

  .pb-xl-1 {
    padding-bottom: 0.0625rem;
  }

  .pb-xl-2 {
    padding-bottom: 0.125rem;
  }

  .pb-xl-3 {
    padding-bottom: 0.1875rem;
  }

  .pb-xl-4 {
    padding-bottom: 0.25rem;
  }

  .pb-xl-5 {
    padding-bottom: 0.3125rem;
  }

  .pb-xl-6 {
    padding-bottom: 0.375rem;
  }

  .pb-xl-7 {
    padding-bottom: 0.5rem;
  }

  .pb-xl-8 {
    padding-bottom: 0.625rem;
  }

  .pb-xl-9 {
    padding-bottom: 0.75rem;
  }

  .pb-xl-10 {
    padding-bottom: 0.9375rem;
  }

  .pb-xl-11 {
    padding-bottom: 1.125rem;
  }

  .pb-xl-12 {
    padding-bottom: 1.5rem;
  }

  .pb-xl-13 {
    padding-bottom: 2rem;
  }

  .pb-xl-14 {
    padding-bottom: 3rem;
  }

  .pb-xl-15 {
    padding-bottom: 4.25rem;
  }

  .pb-xl-16 {
    padding-bottom: 4.75rem;
  }

  .pb-xl-17 {
    padding-bottom: 6.25rem;
  }

  .pb-xl-18 {
    padding-bottom: 8.75rem;
  }

  .pb-xl-19 {
    padding-bottom: 12.5rem;
  }

  .pb-xl-20 {
    padding-bottom: 18.75rem;
  }

  .pb-xl-21 {
    padding-bottom: 28.75rem;
  }

  .pl-xl-0 {
    padding-left: 0;
  }

  .pl-xl-1 {
    padding-left: 0.0625rem;
  }

  .pl-xl-2 {
    padding-left: 0.125rem;
  }

  .pl-xl-3 {
    padding-left: 0.1875rem;
  }

  .pl-xl-4 {
    padding-left: 0.25rem;
  }

  .pl-xl-5 {
    padding-left: 0.3125rem;
  }

  .pl-xl-6 {
    padding-left: 0.375rem;
  }

  .pl-xl-7 {
    padding-left: 0.5rem;
  }

  .pl-xl-8 {
    padding-left: 0.625rem;
  }

  .pl-xl-9 {
    padding-left: 0.75rem;
  }

  .pl-xl-10 {
    padding-left: 0.9375rem;
  }

  .pl-xl-11 {
    padding-left: 1.125rem;
  }

  .pl-xl-12 {
    padding-left: 1.5rem;
  }

  .pl-xl-13 {
    padding-left: 2rem;
  }

  .pl-xl-14 {
    padding-left: 3rem;
  }

  .pl-xl-15 {
    padding-left: 4.25rem;
  }

  .pl-xl-16 {
    padding-left: 4.75rem;
  }

  .pl-xl-17 {
    padding-left: 6.25rem;
  }

  .pl-xl-18 {
    padding-left: 8.75rem;
  }

  .pl-xl-19 {
    padding-left: 12.5rem;
  }

  .pl-xl-20 {
    padding-left: 18.75rem;
  }

  .pl-xl-21 {
    padding-left: 28.75rem;
  }

  .gap-xl-0 {
    gap: 0;
  }

  .gap-xl-1 {
    gap: 0.0625rem;
  }

  .gap-xl-2 {
    gap: 0.125rem;
  }

  .gap-xl-3 {
    gap: 0.1875rem;
  }

  .gap-xl-4 {
    gap: 0.25rem;
  }

  .gap-xl-5 {
    gap: 0.3125rem;
  }

  .gap-xl-6 {
    gap: 0.375rem;
  }

  .gap-xl-7 {
    gap: 0.5rem;
  }

  .gap-xl-8 {
    gap: 0.625rem;
  }

  .gap-xl-9 {
    gap: 0.75rem;
  }

  .gap-xl-10 {
    gap: 0.9375rem;
  }

  .gap-xl-11 {
    gap: 1.125rem;
  }

  .gap-xl-12 {
    gap: 1.5rem;
  }

  .gap-xl-13 {
    gap: 2rem;
  }

  .gap-xl-14 {
    gap: 3rem;
  }

  .gap-xl-15 {
    gap: 4.25rem;
  }

  .gap-xl-16 {
    gap: 4.75rem;
  }

  .gap-xl-17 {
    gap: 6.25rem;
  }

  .gap-xl-18 {
    gap: 8.75rem;
  }

  .gap-xl-19 {
    gap: 12.5rem;
  }

  .gap-xl-20 {
    gap: 18.75rem;
  }

  .gap-xl-21 {
    gap: 28.75rem;
  }

  .ta-xl-l {
    text-align: left;
  }

  .ta-xl-r {
    text-align: right;
  }

  .ta-xl-c {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left;
  }

  .float-xxl-end {
    float: right;
  }

  .float-xxl-none {
    float: none;
  }

  .d-xxl-inline {
    display: inline;
  }

  .d-xxl-inline-block {
    display: inline-block;
  }

  .d-xxl-block {
    display: block;
  }

  .d-xxl-grid {
    display: grid;
  }

  .d-xxl-table {
    display: table;
  }

  .d-xxl-table-row {
    display: table-row;
  }

  .d-xxl-table-cell {
    display: table-cell;
  }

  .d-xxl-flex {
    display: flex;
  }

  .d-xxl-inline-flex {
    display: inline-flex;
  }

  .d-xxl-none {
    display: none;
  }

  .flex-xxl-fill {
    flex: 1 1 auto;
  }

  .flex-xxl-row {
    flex-direction: row;
  }

  .flex-xxl-column {
    flex-direction: column;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .jc-xxl-l {
    justify-content: flex-start;
  }

  .jc-xxl-r {
    justify-content: flex-end;
  }

  .jc-xxl-c {
    justify-content: center;
  }

  .jc-xxl-b {
    justify-content: space-between;
  }

  .jc-xxl-a {
    justify-content: space-around;
  }

  .jc-xxl-e {
    justify-content: space-evenly;
  }

  .ai-xxl-l {
    align-items: flex-start;
  }

  .ai-xxl-r {
    align-items: flex-end;
  }

  .ai-xxl-c {
    align-items: center;
  }

  .ai-xxl-b {
    align-items: baseline;
  }

  .ai-xxl-s {
    align-items: stretch;
  }

  .ac-xxl-l {
    align-content: flex-start;
  }

  .ac-xxl-r {
    align-content: flex-end;
  }

  .ac-xxl-c {
    align-content: center;
  }

  .ac-xxl-b {
    align-content: space-between;
  }

  .ac-xxl-a {
    align-content: space-around;
  }

  .ac-xxl-s {
    align-content: stretch;
  }

  .as-xxl-a {
    align-self: auto;
  }

  .as-xxl-l {
    align-self: flex-start;
  }

  .as-xxl-r {
    align-self: flex-end;
  }

  .as-xxl-c {
    align-self: center;
  }

  .as-xxl-b {
    align-self: baseline;
  }

  .as-xxl-s {
    align-self: stretch;
  }

  .order-xxl-first {
    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-last {
    order: 6;
  }

  .m-xxl-0 {
    margin: 0;
  }

  .m-xxl-1 {
    margin: 0.0625rem;
  }

  .m-xxl-2 {
    margin: 0.125rem;
  }

  .m-xxl-3 {
    margin: 0.1875rem;
  }

  .m-xxl-4 {
    margin: 0.25rem;
  }

  .m-xxl-5 {
    margin: 0.3125rem;
  }

  .m-xxl-6 {
    margin: 0.375rem;
  }

  .m-xxl-7 {
    margin: 0.5rem;
  }

  .m-xxl-8 {
    margin: 0.625rem;
  }

  .m-xxl-9 {
    margin: 0.75rem;
  }

  .m-xxl-10 {
    margin: 0.9375rem;
  }

  .m-xxl-11 {
    margin: 1.125rem;
  }

  .m-xxl-12 {
    margin: 1.5rem;
  }

  .m-xxl-13 {
    margin: 2rem;
  }

  .m-xxl-14 {
    margin: 3rem;
  }

  .m-xxl-15 {
    margin: 4.25rem;
  }

  .m-xxl-16 {
    margin: 4.75rem;
  }

  .m-xxl-17 {
    margin: 6.25rem;
  }

  .m-xxl-18 {
    margin: 8.75rem;
  }

  .m-xxl-19 {
    margin: 12.5rem;
  }

  .m-xxl-20 {
    margin: 18.75rem;
  }

  .m-xxl-21 {
    margin: 28.75rem;
  }

  .m-xxl-auto {
    margin: auto;
  }

  .mh-xxl-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .mh-xxl-1 {
    margin-right: 0.0625rem;
    margin-left: 0.0625rem;
  }

  .mh-xxl-2 {
    margin-right: 0.125rem;
    margin-left: 0.125rem;
  }

  .mh-xxl-3 {
    margin-right: 0.1875rem;
    margin-left: 0.1875rem;
  }

  .mh-xxl-4 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .mh-xxl-5 {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }

  .mh-xxl-6 {
    margin-right: 0.375rem;
    margin-left: 0.375rem;
  }

  .mh-xxl-7 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .mh-xxl-8 {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }

  .mh-xxl-9 {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }

  .mh-xxl-10 {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }

  .mh-xxl-11 {
    margin-right: 1.125rem;
    margin-left: 1.125rem;
  }

  .mh-xxl-12 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .mh-xxl-13 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .mh-xxl-14 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .mh-xxl-15 {
    margin-right: 4.25rem;
    margin-left: 4.25rem;
  }

  .mh-xxl-16 {
    margin-right: 4.75rem;
    margin-left: 4.75rem;
  }

  .mh-xxl-17 {
    margin-right: 6.25rem;
    margin-left: 6.25rem;
  }

  .mh-xxl-18 {
    margin-right: 8.75rem;
    margin-left: 8.75rem;
  }

  .mh-xxl-19 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .mh-xxl-20 {
    margin-right: 18.75rem;
    margin-left: 18.75rem;
  }

  .mh-xxl-21 {
    margin-right: 28.75rem;
    margin-left: 28.75rem;
  }

  .mh-xxl-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .mv-xxl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv-xxl-1 {
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .mv-xxl-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .mv-xxl-3 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .mv-xxl-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mv-xxl-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .mv-xxl-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .mv-xxl-7 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mv-xxl-8 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .mv-xxl-9 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .mv-xxl-10 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .mv-xxl-11 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .mv-xxl-12 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mv-xxl-13 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv-xxl-14 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mv-xxl-15 {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .mv-xxl-16 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .mv-xxl-17 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .mv-xxl-18 {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .mv-xxl-19 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .mv-xxl-20 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .mv-xxl-21 {
    margin-top: 28.75rem;
    margin-bottom: 28.75rem;
  }

  .mv-xxl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mt-xxl-0 {
    margin-top: 0;
  }

  .mt-xxl-1 {
    margin-top: 0.0625rem;
  }

  .mt-xxl-2 {
    margin-top: 0.125rem;
  }

  .mt-xxl-3 {
    margin-top: 0.1875rem;
  }

  .mt-xxl-4 {
    margin-top: 0.25rem;
  }

  .mt-xxl-5 {
    margin-top: 0.3125rem;
  }

  .mt-xxl-6 {
    margin-top: 0.375rem;
  }

  .mt-xxl-7 {
    margin-top: 0.5rem;
  }

  .mt-xxl-8 {
    margin-top: 0.625rem;
  }

  .mt-xxl-9 {
    margin-top: 0.75rem;
  }

  .mt-xxl-10 {
    margin-top: 0.9375rem;
  }

  .mt-xxl-11 {
    margin-top: 1.125rem;
  }

  .mt-xxl-12 {
    margin-top: 1.5rem;
  }

  .mt-xxl-13 {
    margin-top: 2rem;
  }

  .mt-xxl-14 {
    margin-top: 3rem;
  }

  .mt-xxl-15 {
    margin-top: 4.25rem;
  }

  .mt-xxl-16 {
    margin-top: 4.75rem;
  }

  .mt-xxl-17 {
    margin-top: 6.25rem;
  }

  .mt-xxl-18 {
    margin-top: 8.75rem;
  }

  .mt-xxl-19 {
    margin-top: 12.5rem;
  }

  .mt-xxl-20 {
    margin-top: 18.75rem;
  }

  .mt-xxl-21 {
    margin-top: 28.75rem;
  }

  .mt-xxl-auto {
    margin-top: auto;
  }

  .mb-xxl-0 {
    margin-bottom: 0;
  }

  .mb-xxl-1 {
    margin-bottom: 0.0625rem;
  }

  .mb-xxl-2 {
    margin-bottom: 0.125rem;
  }

  .mb-xxl-3 {
    margin-bottom: 0.1875rem;
  }

  .mb-xxl-4 {
    margin-bottom: 0.25rem;
  }

  .mb-xxl-5 {
    margin-bottom: 0.3125rem;
  }

  .mb-xxl-6 {
    margin-bottom: 0.375rem;
  }

  .mb-xxl-7 {
    margin-bottom: 0.5rem;
  }

  .mb-xxl-8 {
    margin-bottom: 0.625rem;
  }

  .mb-xxl-9 {
    margin-bottom: 0.75rem;
  }

  .mb-xxl-10 {
    margin-bottom: 0.9375rem;
  }

  .mb-xxl-11 {
    margin-bottom: 1.125rem;
  }

  .mb-xxl-12 {
    margin-bottom: 1.5rem;
  }

  .mb-xxl-13 {
    margin-bottom: 2rem;
  }

  .mb-xxl-14 {
    margin-bottom: 3rem;
  }

  .mb-xxl-15 {
    margin-bottom: 4.25rem;
  }

  .mb-xxl-16 {
    margin-bottom: 4.75rem;
  }

  .mb-xxl-17 {
    margin-bottom: 6.25rem;
  }

  .mb-xxl-18 {
    margin-bottom: 8.75rem;
  }

  .mb-xxl-19 {
    margin-bottom: 12.5rem;
  }

  .mb-xxl-20 {
    margin-bottom: 18.75rem;
  }

  .mb-xxl-21 {
    margin-bottom: 28.75rem;
  }

  .mb-xxl-auto {
    margin-bottom: auto;
  }

  .m-xxl-n1 {
    margin: -0.0625rem;
  }

  .m-xxl-n2 {
    margin: -0.125rem;
  }

  .m-xxl-n3 {
    margin: -0.1875rem;
  }

  .m-xxl-n4 {
    margin: -0.25rem;
  }

  .m-xxl-n5 {
    margin: -0.3125rem;
  }

  .m-xxl-n6 {
    margin: -0.375rem;
  }

  .m-xxl-n7 {
    margin: -0.5rem;
  }

  .m-xxl-n8 {
    margin: -0.625rem;
  }

  .m-xxl-n9 {
    margin: -0.75rem;
  }

  .m-xxl-n10 {
    margin: -0.9375rem;
  }

  .m-xxl-n11 {
    margin: -1.125rem;
  }

  .m-xxl-n12 {
    margin: -1.5rem;
  }

  .m-xxl-n13 {
    margin: -2rem;
  }

  .m-xxl-n14 {
    margin: -3rem;
  }

  .m-xxl-n15 {
    margin: -4.25rem;
  }

  .m-xxl-n16 {
    margin: -4.75rem;
  }

  .m-xxl-n17 {
    margin: -6.25rem;
  }

  .m-xxl-n18 {
    margin: -8.75rem;
  }

  .m-xxl-n19 {
    margin: -12.5rem;
  }

  .m-xxl-n20 {
    margin: -18.75rem;
  }

  .m-xxl-n21 {
    margin: -28.75rem;
  }

  .mh-xxl-n1 {
    margin-right: -0.0625rem;
    margin-left: -0.0625rem;
  }

  .mh-xxl-n2 {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
  }

  .mh-xxl-n3 {
    margin-right: -0.1875rem;
    margin-left: -0.1875rem;
  }

  .mh-xxl-n4 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }

  .mh-xxl-n5 {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }

  .mh-xxl-n6 {
    margin-right: -0.375rem;
    margin-left: -0.375rem;
  }

  .mh-xxl-n7 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .mh-xxl-n8 {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }

  .mh-xxl-n9 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .mh-xxl-n10 {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .mh-xxl-n11 {
    margin-right: -1.125rem;
    margin-left: -1.125rem;
  }

  .mh-xxl-n12 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .mh-xxl-n13 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .mh-xxl-n14 {
    margin-right: -3rem;
    margin-left: -3rem;
  }

  .mh-xxl-n15 {
    margin-right: -4.25rem;
    margin-left: -4.25rem;
  }

  .mh-xxl-n16 {
    margin-right: -4.75rem;
    margin-left: -4.75rem;
  }

  .mh-xxl-n17 {
    margin-right: -6.25rem;
    margin-left: -6.25rem;
  }

  .mh-xxl-n18 {
    margin-right: -8.75rem;
    margin-left: -8.75rem;
  }

  .mh-xxl-n19 {
    margin-right: -12.5rem;
    margin-left: -12.5rem;
  }

  .mh-xxl-n20 {
    margin-right: -18.75rem;
    margin-left: -18.75rem;
  }

  .mh-xxl-n21 {
    margin-right: -28.75rem;
    margin-left: -28.75rem;
  }

  .mv-xxl-n1 {
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .mv-xxl-n2 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .mv-xxl-n3 {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .mv-xxl-n4 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .mv-xxl-n5 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .mv-xxl-n6 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .mv-xxl-n7 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .mv-xxl-n8 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .mv-xxl-n9 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .mv-xxl-n10 {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .mv-xxl-n11 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .mv-xxl-n12 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .mv-xxl-n13 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .mv-xxl-n14 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .mv-xxl-n15 {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .mv-xxl-n16 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .mv-xxl-n17 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .mv-xxl-n18 {
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .mv-xxl-n19 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .mv-xxl-n20 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .mv-xxl-n21 {
    margin-top: -28.75rem;
    margin-bottom: -28.75rem;
  }

  .mt-xxl-n1 {
    margin-top: -0.0625rem;
  }

  .mt-xxl-n2 {
    margin-top: -0.125rem;
  }

  .mt-xxl-n3 {
    margin-top: -0.1875rem;
  }

  .mt-xxl-n4 {
    margin-top: -0.25rem;
  }

  .mt-xxl-n5 {
    margin-top: -0.3125rem;
  }

  .mt-xxl-n6 {
    margin-top: -0.375rem;
  }

  .mt-xxl-n7 {
    margin-top: -0.5rem;
  }

  .mt-xxl-n8 {
    margin-top: -0.625rem;
  }

  .mt-xxl-n9 {
    margin-top: -0.75rem;
  }

  .mt-xxl-n10 {
    margin-top: -0.9375rem;
  }

  .mt-xxl-n11 {
    margin-top: -1.125rem;
  }

  .mt-xxl-n12 {
    margin-top: -1.5rem;
  }

  .mt-xxl-n13 {
    margin-top: -2rem;
  }

  .mt-xxl-n14 {
    margin-top: -3rem;
  }

  .mt-xxl-n15 {
    margin-top: -4.25rem;
  }

  .mt-xxl-n16 {
    margin-top: -4.75rem;
  }

  .mt-xxl-n17 {
    margin-top: -6.25rem;
  }

  .mt-xxl-n18 {
    margin-top: -8.75rem;
  }

  .mt-xxl-n19 {
    margin-top: -12.5rem;
  }

  .mt-xxl-n20 {
    margin-top: -18.75rem;
  }

  .mt-xxl-n21 {
    margin-top: -28.75rem;
  }

  .mr-xxl-n1 {
    margin-right: -0.0625rem;
  }

  .mr-xxl-n2 {
    margin-right: -0.125rem;
  }

  .mr-xxl-n3 {
    margin-right: -0.1875rem;
  }

  .mr-xxl-n4 {
    margin-right: -0.25rem;
  }

  .mr-xxl-n5 {
    margin-right: -0.3125rem;
  }

  .mr-xxl-n6 {
    margin-right: -0.375rem;
  }

  .mr-xxl-n7 {
    margin-right: -0.5rem;
  }

  .mr-xxl-n8 {
    margin-right: -0.625rem;
  }

  .mr-xxl-n9 {
    margin-right: -0.75rem;
  }

  .mr-xxl-n10 {
    margin-right: -0.9375rem;
  }

  .mr-xxl-n11 {
    margin-right: -1.125rem;
  }

  .mr-xxl-n12 {
    margin-right: -1.5rem;
  }

  .mr-xxl-n13 {
    margin-right: -2rem;
  }

  .mr-xxl-n14 {
    margin-right: -3rem;
  }

  .mr-xxl-n15 {
    margin-right: -4.25rem;
  }

  .mr-xxl-n16 {
    margin-right: -4.75rem;
  }

  .mr-xxl-n17 {
    margin-right: -6.25rem;
  }

  .mr-xxl-n18 {
    margin-right: -8.75rem;
  }

  .mr-xxl-n19 {
    margin-right: -12.5rem;
  }

  .mr-xxl-n20 {
    margin-right: -18.75rem;
  }

  .mr-xxl-n21 {
    margin-right: -28.75rem;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.0625rem;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.125rem;
  }

  .mb-xxl-n3 {
    margin-bottom: -0.1875rem;
  }

  .mb-xxl-n4 {
    margin-bottom: -0.25rem;
  }

  .mb-xxl-n5 {
    margin-bottom: -0.3125rem;
  }

  .mb-xxl-n6 {
    margin-bottom: -0.375rem;
  }

  .mb-xxl-n7 {
    margin-bottom: -0.5rem;
  }

  .mb-xxl-n8 {
    margin-bottom: -0.625rem;
  }

  .mb-xxl-n9 {
    margin-bottom: -0.75rem;
  }

  .mb-xxl-n10 {
    margin-bottom: -0.9375rem;
  }

  .mb-xxl-n11 {
    margin-bottom: -1.125rem;
  }

  .mb-xxl-n12 {
    margin-bottom: -1.5rem;
  }

  .mb-xxl-n13 {
    margin-bottom: -2rem;
  }

  .mb-xxl-n14 {
    margin-bottom: -3rem;
  }

  .mb-xxl-n15 {
    margin-bottom: -4.25rem;
  }

  .mb-xxl-n16 {
    margin-bottom: -4.75rem;
  }

  .mb-xxl-n17 {
    margin-bottom: -6.25rem;
  }

  .mb-xxl-n18 {
    margin-bottom: -8.75rem;
  }

  .mb-xxl-n19 {
    margin-bottom: -12.5rem;
  }

  .mb-xxl-n20 {
    margin-bottom: -18.75rem;
  }

  .mb-xxl-n21 {
    margin-bottom: -28.75rem;
  }

  .ml-xxl-n1 {
    margin-left: -0.0625rem;
  }

  .ml-xxl-n2 {
    margin-left: -0.125rem;
  }

  .ml-xxl-n3 {
    margin-left: -0.1875rem;
  }

  .ml-xxl-n4 {
    margin-left: -0.25rem;
  }

  .ml-xxl-n5 {
    margin-left: -0.3125rem;
  }

  .ml-xxl-n6 {
    margin-left: -0.375rem;
  }

  .ml-xxl-n7 {
    margin-left: -0.5rem;
  }

  .ml-xxl-n8 {
    margin-left: -0.625rem;
  }

  .ml-xxl-n9 {
    margin-left: -0.75rem;
  }

  .ml-xxl-n10 {
    margin-left: -0.9375rem;
  }

  .ml-xxl-n11 {
    margin-left: -1.125rem;
  }

  .ml-xxl-n12 {
    margin-left: -1.5rem;
  }

  .ml-xxl-n13 {
    margin-left: -2rem;
  }

  .ml-xxl-n14 {
    margin-left: -3rem;
  }

  .ml-xxl-n15 {
    margin-left: -4.25rem;
  }

  .ml-xxl-n16 {
    margin-left: -4.75rem;
  }

  .ml-xxl-n17 {
    margin-left: -6.25rem;
  }

  .ml-xxl-n18 {
    margin-left: -8.75rem;
  }

  .ml-xxl-n19 {
    margin-left: -12.5rem;
  }

  .ml-xxl-n20 {
    margin-left: -18.75rem;
  }

  .ml-xxl-n21 {
    margin-left: -28.75rem;
  }

  .p-xxl-0 {
    padding: 0;
  }

  .p-xxl-1 {
    padding: 0.0625rem;
  }

  .p-xxl-2 {
    padding: 0.125rem;
  }

  .p-xxl-3 {
    padding: 0.1875rem;
  }

  .p-xxl-4 {
    padding: 0.25rem;
  }

  .p-xxl-5 {
    padding: 0.3125rem;
  }

  .p-xxl-6 {
    padding: 0.375rem;
  }

  .p-xxl-7 {
    padding: 0.5rem;
  }

  .p-xxl-8 {
    padding: 0.625rem;
  }

  .p-xxl-9 {
    padding: 0.75rem;
  }

  .p-xxl-10 {
    padding: 0.9375rem;
  }

  .p-xxl-11 {
    padding: 1.125rem;
  }

  .p-xxl-12 {
    padding: 1.5rem;
  }

  .p-xxl-13 {
    padding: 2rem;
  }

  .p-xxl-14 {
    padding: 3rem;
  }

  .p-xxl-15 {
    padding: 4.25rem;
  }

  .p-xxl-16 {
    padding: 4.75rem;
  }

  .p-xxl-17 {
    padding: 6.25rem;
  }

  .p-xxl-18 {
    padding: 8.75rem;
  }

  .p-xxl-19 {
    padding: 12.5rem;
  }

  .p-xxl-20 {
    padding: 18.75rem;
  }

  .p-xxl-21 {
    padding: 28.75rem;
  }

  .ph-xxl-0 {
    padding-right: 0;
    padding-left: 0;
  }

  .ph-xxl-1 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem;
  }

  .ph-xxl-2 {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }

  .ph-xxl-3 {
    padding-right: 0.1875rem;
    padding-left: 0.1875rem;
  }

  .ph-xxl-4 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .ph-xxl-5 {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }

  .ph-xxl-6 {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }

  .ph-xxl-7 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .ph-xxl-8 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .ph-xxl-9 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .ph-xxl-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .ph-xxl-11 {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }

  .ph-xxl-12 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .ph-xxl-13 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .ph-xxl-14 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .ph-xxl-15 {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }

  .ph-xxl-16 {
    padding-right: 4.75rem;
    padding-left: 4.75rem;
  }

  .ph-xxl-17 {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }

  .ph-xxl-18 {
    padding-right: 8.75rem;
    padding-left: 8.75rem;
  }

  .ph-xxl-19 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .ph-xxl-20 {
    padding-right: 18.75rem;
    padding-left: 18.75rem;
  }

  .ph-xxl-21 {
    padding-right: 28.75rem;
    padding-left: 28.75rem;
  }

  .pv-xxl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv-xxl-1 {
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .pv-xxl-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .pv-xxl-3 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .pv-xxl-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .pv-xxl-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .pv-xxl-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .pv-xxl-7 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .pv-xxl-8 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .pv-xxl-9 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .pv-xxl-10 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .pv-xxl-11 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .pv-xxl-12 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pv-xxl-13 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv-xxl-14 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pv-xxl-15 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .pv-xxl-16 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .pv-xxl-17 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .pv-xxl-18 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .pv-xxl-19 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .pv-xxl-20 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .pv-xxl-21 {
    padding-top: 28.75rem;
    padding-bottom: 28.75rem;
  }

  .pt-xxl-0 {
    padding-top: 0;
  }

  .pt-xxl-1 {
    padding-top: 0.0625rem;
  }

  .pt-xxl-2 {
    padding-top: 0.125rem;
  }

  .pt-xxl-3 {
    padding-top: 0.1875rem;
  }

  .pt-xxl-4 {
    padding-top: 0.25rem;
  }

  .pt-xxl-5 {
    padding-top: 0.3125rem;
  }

  .pt-xxl-6 {
    padding-top: 0.375rem;
  }

  .pt-xxl-7 {
    padding-top: 0.5rem;
  }

  .pt-xxl-8 {
    padding-top: 0.625rem;
  }

  .pt-xxl-9 {
    padding-top: 0.75rem;
  }

  .pt-xxl-10 {
    padding-top: 0.9375rem;
  }

  .pt-xxl-11 {
    padding-top: 1.125rem;
  }

  .pt-xxl-12 {
    padding-top: 1.5rem;
  }

  .pt-xxl-13 {
    padding-top: 2rem;
  }

  .pt-xxl-14 {
    padding-top: 3rem;
  }

  .pt-xxl-15 {
    padding-top: 4.25rem;
  }

  .pt-xxl-16 {
    padding-top: 4.75rem;
  }

  .pt-xxl-17 {
    padding-top: 6.25rem;
  }

  .pt-xxl-18 {
    padding-top: 8.75rem;
  }

  .pt-xxl-19 {
    padding-top: 12.5rem;
  }

  .pt-xxl-20 {
    padding-top: 18.75rem;
  }

  .pt-xxl-21 {
    padding-top: 28.75rem;
  }

  .pr-xxl-0 {
    padding-right: 0;
  }

  .pr-xxl-1 {
    padding-right: 0.0625rem;
  }

  .pr-xxl-2 {
    padding-right: 0.125rem;
  }

  .pr-xxl-3 {
    padding-right: 0.1875rem;
  }

  .pr-xxl-4 {
    padding-right: 0.25rem;
  }

  .pr-xxl-5 {
    padding-right: 0.3125rem;
  }

  .pr-xxl-6 {
    padding-right: 0.375rem;
  }

  .pr-xxl-7 {
    padding-right: 0.5rem;
  }

  .pr-xxl-8 {
    padding-right: 0.625rem;
  }

  .pr-xxl-9 {
    padding-right: 0.75rem;
  }

  .pr-xxl-10 {
    padding-right: 0.9375rem;
  }

  .pr-xxl-11 {
    padding-right: 1.125rem;
  }

  .pr-xxl-12 {
    padding-right: 1.5rem;
  }

  .pr-xxl-13 {
    padding-right: 2rem;
  }

  .pr-xxl-14 {
    padding-right: 3rem;
  }

  .pr-xxl-15 {
    padding-right: 4.25rem;
  }

  .pr-xxl-16 {
    padding-right: 4.75rem;
  }

  .pr-xxl-17 {
    padding-right: 6.25rem;
  }

  .pr-xxl-18 {
    padding-right: 8.75rem;
  }

  .pr-xxl-19 {
    padding-right: 12.5rem;
  }

  .pr-xxl-20 {
    padding-right: 18.75rem;
  }

  .pr-xxl-21 {
    padding-right: 28.75rem;
  }

  .pb-xxl-0 {
    padding-bottom: 0;
  }

  .pb-xxl-1 {
    padding-bottom: 0.0625rem;
  }

  .pb-xxl-2 {
    padding-bottom: 0.125rem;
  }

  .pb-xxl-3 {
    padding-bottom: 0.1875rem;
  }

  .pb-xxl-4 {
    padding-bottom: 0.25rem;
  }

  .pb-xxl-5 {
    padding-bottom: 0.3125rem;
  }

  .pb-xxl-6 {
    padding-bottom: 0.375rem;
  }

  .pb-xxl-7 {
    padding-bottom: 0.5rem;
  }

  .pb-xxl-8 {
    padding-bottom: 0.625rem;
  }

  .pb-xxl-9 {
    padding-bottom: 0.75rem;
  }

  .pb-xxl-10 {
    padding-bottom: 0.9375rem;
  }

  .pb-xxl-11 {
    padding-bottom: 1.125rem;
  }

  .pb-xxl-12 {
    padding-bottom: 1.5rem;
  }

  .pb-xxl-13 {
    padding-bottom: 2rem;
  }

  .pb-xxl-14 {
    padding-bottom: 3rem;
  }

  .pb-xxl-15 {
    padding-bottom: 4.25rem;
  }

  .pb-xxl-16 {
    padding-bottom: 4.75rem;
  }

  .pb-xxl-17 {
    padding-bottom: 6.25rem;
  }

  .pb-xxl-18 {
    padding-bottom: 8.75rem;
  }

  .pb-xxl-19 {
    padding-bottom: 12.5rem;
  }

  .pb-xxl-20 {
    padding-bottom: 18.75rem;
  }

  .pb-xxl-21 {
    padding-bottom: 28.75rem;
  }

  .pl-xxl-0 {
    padding-left: 0;
  }

  .pl-xxl-1 {
    padding-left: 0.0625rem;
  }

  .pl-xxl-2 {
    padding-left: 0.125rem;
  }

  .pl-xxl-3 {
    padding-left: 0.1875rem;
  }

  .pl-xxl-4 {
    padding-left: 0.25rem;
  }

  .pl-xxl-5 {
    padding-left: 0.3125rem;
  }

  .pl-xxl-6 {
    padding-left: 0.375rem;
  }

  .pl-xxl-7 {
    padding-left: 0.5rem;
  }

  .pl-xxl-8 {
    padding-left: 0.625rem;
  }

  .pl-xxl-9 {
    padding-left: 0.75rem;
  }

  .pl-xxl-10 {
    padding-left: 0.9375rem;
  }

  .pl-xxl-11 {
    padding-left: 1.125rem;
  }

  .pl-xxl-12 {
    padding-left: 1.5rem;
  }

  .pl-xxl-13 {
    padding-left: 2rem;
  }

  .pl-xxl-14 {
    padding-left: 3rem;
  }

  .pl-xxl-15 {
    padding-left: 4.25rem;
  }

  .pl-xxl-16 {
    padding-left: 4.75rem;
  }

  .pl-xxl-17 {
    padding-left: 6.25rem;
  }

  .pl-xxl-18 {
    padding-left: 8.75rem;
  }

  .pl-xxl-19 {
    padding-left: 12.5rem;
  }

  .pl-xxl-20 {
    padding-left: 18.75rem;
  }

  .pl-xxl-21 {
    padding-left: 28.75rem;
  }

  .gap-xxl-0 {
    gap: 0;
  }

  .gap-xxl-1 {
    gap: 0.0625rem;
  }

  .gap-xxl-2 {
    gap: 0.125rem;
  }

  .gap-xxl-3 {
    gap: 0.1875rem;
  }

  .gap-xxl-4 {
    gap: 0.25rem;
  }

  .gap-xxl-5 {
    gap: 0.3125rem;
  }

  .gap-xxl-6 {
    gap: 0.375rem;
  }

  .gap-xxl-7 {
    gap: 0.5rem;
  }

  .gap-xxl-8 {
    gap: 0.625rem;
  }

  .gap-xxl-9 {
    gap: 0.75rem;
  }

  .gap-xxl-10 {
    gap: 0.9375rem;
  }

  .gap-xxl-11 {
    gap: 1.125rem;
  }

  .gap-xxl-12 {
    gap: 1.5rem;
  }

  .gap-xxl-13 {
    gap: 2rem;
  }

  .gap-xxl-14 {
    gap: 3rem;
  }

  .gap-xxl-15 {
    gap: 4.25rem;
  }

  .gap-xxl-16 {
    gap: 4.75rem;
  }

  .gap-xxl-17 {
    gap: 6.25rem;
  }

  .gap-xxl-18 {
    gap: 8.75rem;
  }

  .gap-xxl-19 {
    gap: 12.5rem;
  }

  .gap-xxl-20 {
    gap: 18.75rem;
  }

  .gap-xxl-21 {
    gap: 28.75rem;
  }

  .ta-xxl-l {
    text-align: left;
  }

  .ta-xxl-r {
    text-align: right;
  }

  .ta-xxl-c {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem;
  }

  .fs-2 {
    font-size: 2rem;
  }

  .fs-3 {
    font-size: 1.75rem;
  }

  .fs-4 {
    font-size: 1.5rem;
  }

  .fs-21 {
    font-size: 1.3125rem;
  }

  .fs-22 {
    font-size: 1.375rem;
  }

  .fs-23 {
    font-size: 1.4375rem;
  }

  .fs-24 {
    font-size: 1.5rem;
  }

  .fs-25 {
    font-size: 1.5625rem;
  }

  .fs-26 {
    font-size: 1.625rem;
  }

  .fs-27 {
    font-size: 1.6875rem;
  }

  .fs-28 {
    font-size: 1.75rem;
  }

  .fs-29 {
    font-size: 1.8125rem;
  }

  .fs-30 {
    font-size: 1.875rem;
  }

  .fs-31 {
    font-size: 1.9375rem;
  }

  .fs-32 {
    font-size: 2rem;
  }

  .fs-33 {
    font-size: 2.0625rem;
  }

  .fs-34 {
    font-size: 2.125rem;
  }

  .fs-35 {
    font-size: 2.1875rem;
  }

  .fs-36 {
    font-size: 2.25rem;
  }

  .fs-37 {
    font-size: 2.3125rem;
  }

  .fs-38 {
    font-size: 2.375rem;
  }

  .fs-39 {
    font-size: 2.4375rem;
  }

  .fs-40 {
    font-size: 2.5rem;
  }

  .fs-41 {
    font-size: 2.5625rem;
  }

  .fs-42 {
    font-size: 2.625rem;
  }

  .fs-43 {
    font-size: 2.6875rem;
  }

  .fs-44 {
    font-size: 2.75rem;
  }

  .fs-45 {
    font-size: 2.8125rem;
  }

  .fs-46 {
    font-size: 2.875rem;
  }

  .fs-47 {
    font-size: 2.9375rem;
  }

  .fs-48 {
    font-size: 3rem;
  }

  .fs-49 {
    font-size: 3.0625rem;
  }

  .fs-50 {
    font-size: 3.125rem;
  }

  .fs-51 {
    font-size: 3.1875rem;
  }

  .fs-52 {
    font-size: 3.25rem;
  }

  .fs-53 {
    font-size: 3.3125rem;
  }

  .fs-54 {
    font-size: 3.375rem;
  }

  .fs-55 {
    font-size: 3.4375rem;
  }

  .fs-56 {
    font-size: 3.5rem;
  }

  .fs-57 {
    font-size: 3.5625rem;
  }

  .fs-58 {
    font-size: 3.625rem;
  }

  .fs-59 {
    font-size: 3.6875rem;
  }

  .fs-60 {
    font-size: 3.75rem;
  }

  .fs-61 {
    font-size: 3.8125rem;
  }

  .fs-62 {
    font-size: 3.875rem;
  }

  .fs-63 {
    font-size: 3.9375rem;
  }

  .fs-64 {
    font-size: 4rem;
  }

  .fs-65 {
    font-size: 4.0625rem;
  }

  .fs-66 {
    font-size: 4.125rem;
  }

  .fs-67 {
    font-size: 4.1875rem;
  }

  .fs-68 {
    font-size: 4.25rem;
  }

  .fs-69 {
    font-size: 4.3125rem;
  }

  .fs-70 {
    font-size: 4.375rem;
  }

  .fs-71 {
    font-size: 4.4375rem;
  }

  .fs-72 {
    font-size: 4.5rem;
  }

  .fs-73 {
    font-size: 4.5625rem;
  }

  .fs-74 {
    font-size: 4.625rem;
  }

  .fs-75 {
    font-size: 4.6875rem;
  }

  .fs-76 {
    font-size: 4.75rem;
  }

  .fs-77 {
    font-size: 4.8125rem;
  }

  .fs-78 {
    font-size: 4.875rem;
  }

  .fs-79 {
    font-size: 4.9375rem;
  }

  .fs-80 {
    font-size: 5rem;
  }

  .fs-81 {
    font-size: 5.0625rem;
  }

  .fs-82 {
    font-size: 5.125rem;
  }

  .fs-83 {
    font-size: 5.1875rem;
  }

  .fs-84 {
    font-size: 5.25rem;
  }

  .fs-85 {
    font-size: 5.3125rem;
  }

  .fs-86 {
    font-size: 5.375rem;
  }

  .fs-87 {
    font-size: 5.4375rem;
  }

  .fs-88 {
    font-size: 5.5rem;
  }

  .fs-89 {
    font-size: 5.5625rem;
  }

  .fs-90 {
    font-size: 5.625rem;
  }

  .fs-91 {
    font-size: 5.6875rem;
  }

  .fs-92 {
    font-size: 5.75rem;
  }

  .fs-93 {
    font-size: 5.8125rem;
  }

  .fs-94 {
    font-size: 5.875rem;
  }

  .fs-95 {
    font-size: 5.9375rem;
  }

  .fs-96 {
    font-size: 6rem;
  }

  .fs-97 {
    font-size: 6.0625rem;
  }

  .fs-98 {
    font-size: 6.125rem;
  }

  .fs-99 {
    font-size: 6.1875rem;
  }

  .fs-100 {
    font-size: 6.25rem;
  }

  .fs-101 {
    font-size: 6.3125rem;
  }

  .fs-102 {
    font-size: 6.375rem;
  }

  .fs-103 {
    font-size: 6.4375rem;
  }

  .fs-104 {
    font-size: 6.5rem;
  }

  .fs-105 {
    font-size: 6.5625rem;
  }

  .fs-106 {
    font-size: 6.625rem;
  }

  .fs-107 {
    font-size: 6.6875rem;
  }

  .fs-108 {
    font-size: 6.75rem;
  }

  .fs-109 {
    font-size: 6.8125rem;
  }

  .fs-110 {
    font-size: 6.875rem;
  }

  .fs-111 {
    font-size: 6.9375rem;
  }

  .fs-112 {
    font-size: 7rem;
  }

  .fs-113 {
    font-size: 7.0625rem;
  }

  .fs-114 {
    font-size: 7.125rem;
  }

  .fs-115 {
    font-size: 7.1875rem;
  }

  .fs-116 {
    font-size: 7.25rem;
  }

  .fs-117 {
    font-size: 7.3125rem;
  }

  .fs-118 {
    font-size: 7.375rem;
  }

  .fs-119 {
    font-size: 7.4375rem;
  }

  .fs-120 {
    font-size: 7.5rem;
  }

  .fs-121 {
    font-size: 7.5625rem;
  }

  .fs-122 {
    font-size: 7.625rem;
  }

  .fs-123 {
    font-size: 7.6875rem;
  }

  .fs-124 {
    font-size: 7.75rem;
  }

  .fs-125 {
    font-size: 7.8125rem;
  }

  .fs-126 {
    font-size: 7.875rem;
  }

  .fs-127 {
    font-size: 7.9375rem;
  }

  .fs-128 {
    font-size: 8rem;
  }

  .lh-1 {
    line-height: 2.5rem;
  }

  .lh-2 {
    line-height: 2rem;
  }

  .lh-3 {
    line-height: 1.75rem;
  }

  .lh-4 {
    line-height: 1.5rem;
  }

  .lh-21 {
    line-height: 1.3125rem;
  }

  .lh-22 {
    line-height: 1.375rem;
  }

  .lh-23 {
    line-height: 1.4375rem;
  }

  .lh-24 {
    line-height: 1.5rem;
  }

  .lh-25 {
    line-height: 1.5625rem;
  }

  .lh-26 {
    line-height: 1.625rem;
  }

  .lh-27 {
    line-height: 1.6875rem;
  }

  .lh-28 {
    line-height: 1.75rem;
  }

  .lh-29 {
    line-height: 1.8125rem;
  }

  .lh-30 {
    line-height: 1.875rem;
  }

  .lh-31 {
    line-height: 1.9375rem;
  }

  .lh-32 {
    line-height: 2rem;
  }

  .lh-33 {
    line-height: 2.0625rem;
  }

  .lh-34 {
    line-height: 2.125rem;
  }

  .lh-35 {
    line-height: 2.1875rem;
  }

  .lh-36 {
    line-height: 2.25rem;
  }

  .lh-37 {
    line-height: 2.3125rem;
  }

  .lh-38 {
    line-height: 2.375rem;
  }

  .lh-39 {
    line-height: 2.4375rem;
  }

  .lh-40 {
    line-height: 2.5rem;
  }

  .lh-41 {
    line-height: 2.5625rem;
  }

  .lh-42 {
    line-height: 2.625rem;
  }

  .lh-43 {
    line-height: 2.6875rem;
  }

  .lh-44 {
    line-height: 2.75rem;
  }

  .lh-45 {
    line-height: 2.8125rem;
  }

  .lh-46 {
    line-height: 2.875rem;
  }

  .lh-47 {
    line-height: 2.9375rem;
  }

  .lh-48 {
    line-height: 3rem;
  }

  .lh-49 {
    line-height: 3.0625rem;
  }

  .lh-50 {
    line-height: 3.125rem;
  }

  .lh-51 {
    line-height: 3.1875rem;
  }

  .lh-52 {
    line-height: 3.25rem;
  }

  .lh-53 {
    line-height: 3.3125rem;
  }

  .lh-54 {
    line-height: 3.375rem;
  }

  .lh-55 {
    line-height: 3.4375rem;
  }

  .lh-56 {
    line-height: 3.5rem;
  }

  .lh-57 {
    line-height: 3.5625rem;
  }

  .lh-58 {
    line-height: 3.625rem;
  }

  .lh-59 {
    line-height: 3.6875rem;
  }

  .lh-60 {
    line-height: 3.75rem;
  }

  .lh-61 {
    line-height: 3.8125rem;
  }

  .lh-62 {
    line-height: 3.875rem;
  }

  .lh-63 {
    line-height: 3.9375rem;
  }

  .lh-64 {
    line-height: 4rem;
  }

  .lh-65 {
    line-height: 4.0625rem;
  }

  .lh-66 {
    line-height: 4.125rem;
  }

  .lh-67 {
    line-height: 4.1875rem;
  }

  .lh-68 {
    line-height: 4.25rem;
  }

  .lh-69 {
    line-height: 4.3125rem;
  }

  .lh-70 {
    line-height: 4.375rem;
  }

  .lh-71 {
    line-height: 4.4375rem;
  }

  .lh-72 {
    line-height: 4.5rem;
  }

  .lh-73 {
    line-height: 4.5625rem;
  }

  .lh-74 {
    line-height: 4.625rem;
  }

  .lh-75 {
    line-height: 4.6875rem;
  }

  .lh-76 {
    line-height: 4.75rem;
  }

  .lh-77 {
    line-height: 4.8125rem;
  }

  .lh-78 {
    line-height: 4.875rem;
  }

  .lh-79 {
    line-height: 4.9375rem;
  }

  .lh-80 {
    line-height: 5rem;
  }

  .lh-81 {
    line-height: 5.0625rem;
  }

  .lh-82 {
    line-height: 5.125rem;
  }

  .lh-83 {
    line-height: 5.1875rem;
  }

  .lh-84 {
    line-height: 5.25rem;
  }

  .lh-85 {
    line-height: 5.3125rem;
  }

  .lh-86 {
    line-height: 5.375rem;
  }

  .lh-87 {
    line-height: 5.4375rem;
  }

  .lh-88 {
    line-height: 5.5rem;
  }

  .lh-89 {
    line-height: 5.5625rem;
  }

  .lh-90 {
    line-height: 5.625rem;
  }

  .lh-91 {
    line-height: 5.6875rem;
  }

  .lh-92 {
    line-height: 5.75rem;
  }

  .lh-93 {
    line-height: 5.8125rem;
  }

  .lh-94 {
    line-height: 5.875rem;
  }

  .lh-95 {
    line-height: 5.9375rem;
  }

  .lh-96 {
    line-height: 6rem;
  }

  .lh-97 {
    line-height: 6.0625rem;
  }

  .lh-98 {
    line-height: 6.125rem;
  }

  .lh-99 {
    line-height: 6.1875rem;
  }

  .lh-100 {
    line-height: 6.25rem;
  }

  .lh-101 {
    line-height: 6.3125rem;
  }

  .lh-102 {
    line-height: 6.375rem;
  }

  .lh-103 {
    line-height: 6.4375rem;
  }

  .lh-104 {
    line-height: 6.5rem;
  }

  .lh-105 {
    line-height: 6.5625rem;
  }

  .lh-106 {
    line-height: 6.625rem;
  }

  .lh-107 {
    line-height: 6.6875rem;
  }

  .lh-108 {
    line-height: 6.75rem;
  }

  .lh-109 {
    line-height: 6.8125rem;
  }

  .lh-110 {
    line-height: 6.875rem;
  }

  .lh-111 {
    line-height: 6.9375rem;
  }

  .lh-112 {
    line-height: 7rem;
  }

  .lh-113 {
    line-height: 7.0625rem;
  }

  .lh-114 {
    line-height: 7.125rem;
  }

  .lh-115 {
    line-height: 7.1875rem;
  }

  .lh-116 {
    line-height: 7.25rem;
  }

  .lh-117 {
    line-height: 7.3125rem;
  }

  .lh-118 {
    line-height: 7.375rem;
  }

  .lh-119 {
    line-height: 7.4375rem;
  }

  .lh-120 {
    line-height: 7.5rem;
  }

  .lh-121 {
    line-height: 7.5625rem;
  }

  .lh-122 {
    line-height: 7.625rem;
  }

  .lh-123 {
    line-height: 7.6875rem;
  }

  .lh-124 {
    line-height: 7.75rem;
  }

  .lh-125 {
    line-height: 7.8125rem;
  }

  .lh-126 {
    line-height: 7.875rem;
  }

  .lh-127 {
    line-height: 7.9375rem;
  }

  .lh-128 {
    line-height: 8rem;
  }
}
@media print {
  .d-print-inline {
    display: inline;
  }

  .d-print-inline-block {
    display: inline-block;
  }

  .d-print-block {
    display: block;
  }

  .d-print-grid {
    display: grid;
  }

  .d-print-table {
    display: table;
  }

  .d-print-table-row {
    display: table-row;
  }

  .d-print-table-cell {
    display: table-cell;
  }

  .d-print-flex {
    display: flex;
  }

  .d-print-inline-flex {
    display: inline-flex;
  }

  .d-print-none {
    display: none;
  }
}
a.c-0 {
  color: none;
}

a.c-1 {
  color: #FFFF00;
}

a.c-2 {
  color: #EB6851;
}

a.c-3 {
  color: #FF0000;
}

a.c-4 {
  color: #F800FF;
}

a.c-5 {
  color: #0000FF;
}

a.c-6 {
  color: #57A584;
}

a.c-7 {
  color: #964B00;
}

a.c-8 {
  color: #FFC0CB;
}

a.c-9 {
  color: #7F7F7F;
}

a.c-10 {
  color: #ffffff;
}

a.c-11 {
  color: #000000;
}

a.c-n {
  color: none;
}

a.c-yellow {
  color: #FFFF00;
}

a.c-orange {
  color: #EB6851;
}

a.c-red {
  color: #FF0000;
}

a.c-purple {
  color: #F800FF;
}

a.c-blue {
  color: #0000FF;
}

a.c-light-green {
  color: #D8EAE4;
}

a.c-green {
  color: #57A584;
}

a.c-dark-green {
  color: #2A4A3C;
}

a.c-dark-green-alt {
  color: #2B5541;
}

a.c-brown {
  color: #964B00;
}

a.c-pink {
  color: #FFC0CB;
}

a.c-gray {
  color: #7F7F7F;
}

a.c-white {
  color: #ffffff;
}

a.c-black {
  color: #000000;
}

a.c-light-gray {
  color: #dcdcdc;
}

body.page-contact .footer-section .back-to-top {
  background-color: #ffffff;
}
body.page-contact .footer-section .back-to-top > i {
  color: #57a584;
}

body.single-news,
body.single-blog {
  background-color: #2A4A3C;
}
body.single-news p a,
body.single-blog p a {
  color: #EB6851;
  font-weight: 400;
}

.btn-primary {
  border-radius: 60px;
  border: solid 2px #EB6851;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 30px;
  font-family: canada-type-gibson, sans-serif;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #E45140;
  color: #ffffff;
  border: solid 2px #E45140;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .row > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

::placeholder {
  color: #2A4A3C !important;
}

input::placeholder {
  color: #2A4A3C !important;
}

h1, h2 {
  margin-top: 0;
  font-family: "Bebas Neue";
}

h1 span, h2 span {
  font-family: "Bebas Neue";
}

h3, h4, h5, h6 {
  font-family: canada-type-gibson, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #2A4A3C;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

p, span, div, ul, section, button, input, label, strong {
  font-family: canada-type-gibson, sans-serif;
  font-style: normal;
  font-weight: 100;
}

ol, ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
ol li, ul li {
  padding-left: 12px;
}

strong {
  font-weight: 500;
}

span.line {
  font-family: "Bebas Neue";
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
span.line:after {
  content: "";
  display: block;
  position: absolute;
  width: 104%;
  left: 0;
  margin-left: -2%;
  height: 28px;
  background-color: #D8EAE4;
  bottom: -3px;
  z-index: -1;
}

form select,
form input,
form textarea {
  font-family: canada-type-gibson, sans-serif;
  border: 0;
}
form .form-selector select {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  background-position: right 1.75rem center;
  background-size: 24px 24px;
}
form .acf-form-submit input {
  margin: 0 auto;
  width: auto;
  padding: 20px 86px;
  border-color: #2A4A3C;
  border: 0;
}
form .acf-form-submit input:active, form .acf-form-submit input:focus, form .acf-form-submit input:hover {
  border: 0;
}
form #ContactButton {
  width: auto;
  margin: 0 auto;
}
form #mc-embedded-subscribe {
  padding: 10px 30px;
  color: #ffffff;
  font-weight: 500;
}
form .acf-error-message {
  background-color: #EB6851;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 20px;
  max-width: 260px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
form .acf-error-message p {
  margin-bottom: 0;
}

.underline-eb6851 h2 .line:after {
  background-color: #EB6851;
}

.underline-d8eae4 h2 .line:after {
  background-color: #D8EAE4;
}

.underline-2a4a3c h2 .line:after {
  background-color: #2A4A3C;
}

.underline-ffffff h2 .line:after {
  background-color: #ffffff;
}

.underline-57a584 h2 .line:after {
  background-color: #57A584;
}

.underline-212529 h2 .line:after {
  background-color: #212529;
}

.wrapper.bg-dark-green span.line:after {
  height: 34px;
  background-color: #57A584;
  bottom: 3px;
}

.g-recaptcha > div {
  margin: 0 auto 35px auto;
}

a.c-orange {
  color: #EB6851;
}

.wrapper ul li {
  line-height: 32px;
  margin-bottom: 16px;
}

.content-area h3, .content-area h4, .content-area h5, .content-area h6 {
  font-family: canada-type-gibson, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #2A4A3C;
}
.content-area p, .content-area span, .content-area div, .content-area ul, .content-area section, .content-area button, .content-area input, .content-area label, .content-area strong {
  color: #2A4A3C;
}
.content-area p, .content-area li {
  font-weight: 100;
  line-height: 36px;
  margin-bottom: 40px;
}
.content-area a {
  color: #EB6851;
  font-weight: 400;
}
.content-area .btn-primary.c-orange:hover,
.content-area .btn-primary.c-orange:focus,
.content-area .btn-primary.c-orange:active {
  color: #ffffff;
}
.content-area .accent-hr {
  width: 100%;
}

.prev-next a {
  font-weight: 100;
}

.full-width-area.bg-dark-green h2 {
  max-width: 960px;
}

.wrapper.bg-light-green {
  background-size: 240px;
  background-repeat: no-repeat;
  position: relative;
}
.wrapper.bg-light-green.bg-image {
  background-size: cover;
  background-image: url("../img/homepage-section-02-bg.png");
}
@media screen and (max-width: 767px) {
  .wrapper.bg-light-green img {
    max-width: 320px;
    text-align: center;
  }
}
.wrapper.bg-light-green .accent-hr {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
}
.wrapper.bg-light-green .accent-hr:after {
  background: linear-gradient(to right, #2B5541 20%, #57A584 20%, #57A584 88%, #2A4A3C 88%);
}
.wrapper.bg-light-green span:after {
  height: 34px;
  background-color: #ffffff;
}

.wide-image img {
  padding: 0;
}

.wrapper.marquee {
  background-image: url("../img/pattern-02-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.wrapper.marquee.down-arrow:after {
  border-right: solid 100px transparent;
  border-left: solid 100px transparent;
  border-top: solid 40px #2A4A3C;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wrapper.marquee h2 {
    font-size: 50px;
    line-height: 52px;
  }
}
.wrapper.marquee h3 {
  font-family: "Bebas Neue";
}
.wrapper.marquee .callouts p {
  font-weight: 400;
}
.wrapper.marquee .callouts > div:last-child {
  margin-bottom: 0;
}

.wrapper.content_blocks {
  position: relative;
  z-index: 1;
}

.down-arrow.arrow-eb6851:after {
  border-top: solid 40px #EB6851;
}
.down-arrow.arrow-d8eae4:after {
  border-top: solid 40px #D8EAE4;
}
.down-arrow.arrow-2a4a3c:after {
  border-top: solid 40px #2A4A3C;
}
.down-arrow.arrow-ffffff:after {
  border-top: solid 40px #ffffff;
}
.down-arrow.arrow-57a584:after {
  border-top: solid 40px #57A584;
}
.down-arrow.arrow-212529:after {
  border-top: solid 40px #212529;
}
.down-arrow:after {
  border-right: solid 100px transparent;
  border-left: solid 100px transparent;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  z-index: 1;
}

.wrapper.marquee.white-out-top {
  background-size: 600px;
}
.wrapper.marquee.white-out-top:before {
  content: "";
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  position: absolute;
  display: block;
  top: 0;
  background-image: url("../img/pattern-02-white.png");
  background-size: 600px;
  background-repeat: no-repeat;
  z-index: -1;
}

.content_blocks .accent-hr {
  width: 100%;
}

.border-columns a {
  color: #EB6851;
  font-weight: 400;
}
.border-columns > div {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.border-columns > div:after {
  content: "";
  width: 1px;
  height: 60px;
  top: 50%;
  right: 0;
  margin-top: -30px;
  position: absolute;
  display: none;
  background-color: #2A4A3C;
}
@media screen and (min-width: 768px) {
  .border-columns > div:after {
    display: block;
  }
  .border-columns > div:first-child {
    padding-left: 40px;
  }
  .border-columns > div:nth-child(2n):after {
    display: none;
  }
  .border-columns > div:last-child {
    padding-right: 40px;
  }
  .border-columns > div:last-child:after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .border-columns > div:after {
    display: block;
  }
  .border-columns > div:first-child {
    padding-left: 0;
  }
  .border-columns > div:nth-child(2n):after {
    display: block;
  }
  .border-columns > div:nth-child(4n):after {
    display: none;
  }
  .border-columns > div:last-child {
    padding-right: 0;
  }
  .border-columns > div:last-child:after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .border-columns > div:after {
    display: block;
  }
}

.infographic_3_columns h3, .infographic_3_columns h4, .infographic_3_columns h5, .infographic_3_columns h6 {
  font-family: canada-type-gibson, sans-serif;
}
.infographic_3_columns h2 {
  max-width: 460px;
}
.infographic_3_columns p {
  max-width: 310px;
}
.infographic_3_columns .infographic_3_columns_center.inner-area {
  display: inline-block;
}
.infographic_3_columns .infographic_3_columns_center.inner-area p {
  max-width: 260px;
}
@media screen and (min-width: 992px) {
  .infographic_3_columns .infographic_3_columns_center.inner-area {
    max-width: 350px;
  }
}
.infographic_3_columns .infographic_3_columns_center.inner-area > div:last-child {
  margin-bottom: 0;
}
.infographic_3_columns .d-flex {
  position: relative;
}
.infographic_3_columns .inner-area {
  width: 100%;
}
.infographic_3_columns .inner-area > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .infographic_3_columns .inner-area {
    width: auto;
    min-width: 460px;
  }
}
@media screen and (min-width: 992px) {
  .infographic_3_columns .inner-area {
    min-width: auto;
  }
}
.infographic_3_columns .down-arrow:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .infographic_3_columns .down-arrow:after {
    display: block;
    border-right: solid 16.8vw transparent;
    border-left: solid 16.8vw transparent;
    border-top-width: 120px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    z-index: 1;
  }
}

.fancy-text {
  display: block;
}
.fancy-text p, .fancy-text h3 {
  vertical-align: bottom;
}
.fancy-text p {
  max-width: 190px;
}

@media screen and (min-width: 1400px) {
  .news-wrapper > .container,
.infographic_2_columns > .container {
    max-width: 1520px;
  }
}
.news-wrapper h3, .news-wrapper h4, .news-wrapper h5, .news-wrapper h6,
.infographic_2_columns h3,
.infographic_2_columns h4,
.infographic_2_columns h5,
.infographic_2_columns h6 {
  font-family: canada-type-gibson, sans-serif;
}
.news-wrapper .fancy-text p,
.infographic_2_columns .fancy-text p {
  max-width: 130px;
}
.news-wrapper .type-col,
.infographic_2_columns .type-col {
  max-width: 400px;
}
.news-wrapper .inner-area,
.infographic_2_columns .inner-area {
  height: 100%;
}
.news-wrapper .card,
.infographic_2_columns .card {
  border: 0;
  transition: all 0.2s ease-in-out;
}
.news-wrapper .card:hover,
.infographic_2_columns .card:hover {
  transform: scale(1.03);
}
.news-wrapper .card img,
.infographic_2_columns .card img {
  width: 100%;
}
.news-wrapper .card-footer,
.infographic_2_columns .card-footer {
  border: 0;
}
.news-wrapper .card-footer a,
.infographic_2_columns .card-footer a {
  margin: 0;
}

.news-wrapper .feature-content,
.news-wrapper .feature-img {
  min-height: 400px;
  padding-left: 12px;
  padding-right: 12px;
}
.news-wrapper h2 {
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 52px;
  line-height: 64px;
  letter-spacing: 0.1875rem;
  font-weight: 400;
}
.news-wrapper h3, .news-wrapper h4, .news-wrapper h5, .news-wrapper h6 {
  font-family: canada-type-gibson, sans-serif;
}

.flag-bg {
  position: relative;
}
.flag-bg:before, .flag-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 50%;
  background-image: linear-gradient(to left top, transparent 50%, #57A584 50%);
}
.flag-bg:after {
  top: 50%;
  transform: scaleY(-1);
}
.flag-bg.flag-eb6851:before, .flag-bg.flag-eb6851:after {
  background-image: linear-gradient(to left top, transparent 50%, #EB6851 50%);
}
.flag-bg.flag-d8eae4:before, .flag-bg.flag-d8eae4:after {
  background-image: linear-gradient(to left top, transparent 50%, #D8EAE4 50%);
}
.flag-bg.flag-2a4a3c:before, .flag-bg.flag-2a4a3c:after {
  background-image: linear-gradient(to left top, transparent 50%, #2A4A3C 50%);
}
.flag-bg.flag-ffffff:before, .flag-bg.flag-ffffff:after {
  background-image: linear-gradient(to left top, transparent 50%, #ffffff 50%);
}
.flag-bg.flag-57a584:before, .flag-bg.flag-57a584:after {
  background-image: linear-gradient(to left top, transparent 50%, #57A584 50%);
}
.flag-bg.flag-212529:before, .flag-bg.flag-212529:after {
  background-image: linear-gradient(to left top, transparent 50%, #212529 50%);
}

.news-single-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
}
@media screen and (min-width: 992px) {
  .news-single-hero {
    height: 400px;
  }
}

.single-close {
  position: absolute;
  z-index: 4;
  width: 100%;
}

.hero .image-pushout.pushout-right {
  padding-left: 33vw;
}
@media screen and (min-width: 768px) {
  .hero .image-pushout.pushout-right {
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-bottom: 56%;
    height: auto;
    margin-bottom: 30px;
    position: static;
  }
}
@media screen and (min-width: 992px) {
  .hero .image-pushout.pushout-right {
    width: auto;
    padding-bottom: 33%;
    margin-bottom: 0;
    min-height: 450px;
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .hero .image-pushout.pushout-right {
    height: 450px;
    padding-bottom: 0;
  }
}

.pagination {
  padding-bottom: 60px;
}
.pagination span.page-numbers,
.pagination a.page-numbers,
.pagination a.next,
.pagination a.prev {
  padding: 10px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.pagination a:hover {
  text-decoration: none;
}
.pagination span.page-numbers {
  color: #ffffff;
  background-color: #57A584;
}
.pagination a.page-numbers {
  color: #D8EAE4;
  background-color: #2A4A3C;
}
.pagination a.page-numbers:hover {
  color: #ffffff;
  background-color: #57A584;
}
.pagination a.next {
  color: #D8EAE4;
  background-color: #2A4A3C;
}
.pagination a.next:hover {
  color: #ffffff;
  background-color: #57A584;
}
.pagination a.prev {
  color: #D8EAE4;
  background-color: #2A4A3C;
}
.pagination a.prev:hover {
  color: #ffffff;
  background-color: #57A584;
}

@media screen and (min-width: 1517px) {
  .is-preview .hero .image-pushout.pushout-right {
    padding-left: 500px;
  }
}

.is-preview.text_image_2_columns .image-pushout.pushout-left {
  padding-right: 40vw;
}
@media screen and (min-width: 1517px) {
  .is-preview.text_image_2_columns .image-pushout.pushout-left {
    padding-right: 600px;
  }
}

.is-preview.text_image_2_columns .image-pushout.pushout-right {
  padding-left: 40vw;
}
@media screen and (min-width: 1517px) {
  .is-preview.text_image_2_columns .image-pushout.pushout-right {
    padding-left: 600px;
  }
}

.is-preview.newsletter_signup > .container > .row {
  padding-top: 100px;
}

.is-preview.infographic_3_columns .down-arrow:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .is-preview.infographic_3_columns .down-arrow:after {
    display: block;
    border-right-width: 13.9vw;
    border-left-width: 13.9vw;
  }
}
@media screen and (min-width: 1517px) {
  .is-preview.infographic_3_columns .down-arrow:after {
    display: block;
    border-right-width: 215px;
    border-left-width: 215px;
  }
}

body.open nav.navbar {
  z-index: 1002;
}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: inherit;
}

.nav-link:hover,
.nav-link:focus {
  color: #57A584;
}

nav.navbar {
  z-index: 5;
  margin: 0;
  padding: 0;
  transition: 300ms;
  align-items: baseline;
  background-color: #ffffff;
  display: block;
  width: 100%;
  position: static;
  top: -150px;
}
nav.navbar .navbar-brand {
  margin-top: 33px;
  margin-left: 32px;
  margin-right: 32px;
  padding: 0;
  display: inline-block;
}
nav.navbar .navbar-brand img {
  transition: 300ms;
  height: auto;
}
nav.navbar h1.navbar-brand .top-nav-icon {
  display: inline;
}
nav.navbar .top-nav-icon img {
  width: 280px;
}
nav.navbar .sticky-nav-icon {
  display: none;
}
nav.navbar .sticky-nav-icon img {
  margin-top: 11px;
  margin-bottom: 11px;
  width: 42px;
}
nav.navbar.fixed-top {
  top: 0;
  position: fixed;
}
nav.navbar.fixed-top h1.navbar-brand {
  margin-top: 0;
}
nav.navbar.fixed-top h1.navbar-brand .top-nav-icon {
  display: none;
}
nav.navbar.fixed-top .sticky-nav-icon {
  display: inline;
}
nav.navbar.fixed-top .navbar-toggler.js-main-toggler {
  margin-top: 15px;
}
nav.navbar #mainNavbar {
  height: 100% !important;
}
@media (max-width: 767px) {
  nav.navbar #mainNavbar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
nav.navbar.fixed-top {
  right: auto;
}
nav.navbar .home-nav {
  margin-bottom: 22px;
}
@media screen and (min-width: 576px) {
  nav.navbar .home-nav {
    margin-bottom: 40px;
  }
}
nav.navbar .home-nav a {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
nav.navbar .home-nav a:hover {
  opacity: 0.6;
  text-decoration: none;
}
nav.navbar .home-nav img {
  max-width: 50px;
}
nav.navbar.navbar-light .navbar-toggler {
  color: #ffffff;
  border: none;
  transition: color 0.15s ease-in-out;
}
nav.navbar.navbar-light .navbar-toggler:hover {
  color: #D8EAE4;
}
nav.navbar .nav {
  margin: 0;
}
nav.navbar .nav .nav-item {
  margin: 0;
}
nav.navbar .hamburger-lines {
  display: block;
  vertical-align: middle;
  width: 36px;
  height: 3px;
  background-color: #2A4A3C;
  margin-bottom: 8px;
}
nav.navbar .navbar-toggler {
  border: none;
}
nav.navbar .navbar-toggler.js-main-toggler {
  margin-top: 40px;
  margin-left: 19px;
  margin-right: 19px;
  display: inline-block;
  float: right;
}

.overlay {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.overlay.open {
  z-index: 1000;
  opacity: 0.5;
  pointer-events: all;
}

nav.navbar .navbar-collapse {
  background: #2A4A3C;
  position: fixed;
  top: 0;
  height: 100%;
  transition: 300ms;
  z-index: 1002;
  width: 100%;
  right: -100%;
  text-align: right;
}
@media screen and (min-width: 576px) {
  nav.navbar .navbar-collapse {
    right: -100%;
    width: 100%;
  }
}
nav.navbar .navbar-collapse.show {
  right: 0;
}
nav.navbar .navbar-top-section {
  background: #2A4A3C;
  position: absolute;
  width: 100%;
  padding-right: 30px;
  padding-top: 0;
  height: 80px;
  text-align: right;
}
@media (max-width: 767px) {
  nav.navbar .navbar-top-section {
    align-self: flex-start;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 576px) {
  nav.navbar .navbar-top-section {
    height: 150px;
  }
}
nav.navbar .navbar-top-section .navbar-brand {
  float: left;
}
nav.navbar .navbar-top-section .dropdown-title,
nav.navbar .navbar-top-section .nav-logo {
  position: absolute;
  bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: ministry, sans-serif;
  font-size: 15px;
  color: #777777;
  font-weight: 500;
}
nav.navbar .navbar-top-section .nav-logo {
  padding-left: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  nav.navbar .navbar-top-section .nav-logo img {
    width: 148px;
    height: 50px;
  }
}
nav.navbar .navbar-top-section .dropdown-title {
  padding-left: 0;
}
nav.navbar .navbar-top-section .navbar-toggler {
  font-size: 80px;
  padding-left: 0;
  height: 54px;
  padding-top: 0;
  margin-top: 40px;
  line-height: 40px;
  padding-right: 0;
  padding-bottom: 0;
}
nav.navbar .navbar-top-section .navbar-toggler span {
  height: 53px;
  font-weight: 100;
  line-height: 40px;
  display: inline-block;
}
nav.navbar .navbar-links-section {
  overflow: hidden;
  background: #2A4A3C;
  margin-right: 0;
  padding-right: 200px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  nav.navbar .navbar-links-section {
    padding-right: 0;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  nav.navbar .navbar-links-section {
    margin-left: 0;
  }
}
nav.navbar .navbar-links-section .navbar-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
nav.navbar .navbar-links-section .navbar-nav ul li a.active:after, nav.navbar .navbar-links-section .navbar-nav ul li.active a:after {
  background-color: #57A584;
  transition: background-color 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  width: 104%;
  left: 0;
  margin-left: -2%;
  height: 28px;
  bottom: -3px;
  z-index: -1;
  color: #ffffff;
}
nav.navbar .navbar-links-section .navbar-nav ul li a {
  font-family: "Bebas Neue";
  transition: color 0.15s ease-in-out;
  line-height: 22px;
  display: inline-block;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 576px) {
  nav.navbar .navbar-links-section .navbar-nav ul li a {
    line-height: 40px;
  }
}
nav.navbar .navbar-links-section .navbar-nav ul li a:hover {
  color: #D8EAE4;
  text-decoration: none;
}
nav.navbar .navbar-links-section .navbar-nav ul li span {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
  color: #D8EAE4;
}
nav.navbar .navbar-links-section #primary-menu-list li a.active:hover, nav.navbar .navbar-links-section #primary-menu-list li.active a:hover {
  color: #afd3c6;
}
nav.navbar .navbar-links-section #primary-menu-list li a:hover {
  color: #57A584;
}
nav.navbar .navbar-links-section #secondary-menu-list li a.active, nav.navbar .navbar-links-section #secondary-menu-list li.active a {
  color: #ffffff;
}
nav.navbar .navbar-links-section #secondary-menu-list li a.active:after, nav.navbar .navbar-links-section #secondary-menu-list li.active a:after {
  height: 15px;
  bottom: 4px;
}
nav.navbar .navbar-links-section #secondary-menu-list li a {
  font-family: canada-type-gibson, sans-serif;
}
@media screen and (min-width: 576px) {
  nav.navbar .navbar-links-section #secondary-menu-list li a {
    line-height: 30px;
  }
}

.footer-section {
  text-align: center;
}
.footer-section h3 {
  font-family: "Bebas Neue";
}
@media screen and (min-width: 768px) {
  .footer-section {
    text-align: left;
  }
}
.footer-section .footer-logo {
  max-width: 280px;
}
.footer-section .footer-nav-items li {
  margin-bottom: 10px;
}
.footer-section .btn-primary {
  float: none;
}
@media screen and (min-width: 992px) {
  .footer-section .btn-primary {
    float: right;
  }
}
@media screen and (min-width: 1200px) {
  .footer-section .btn-primary {
    float: none;
  }
}
.footer-section .back-to-top {
  background-color: #57A584;
  padding: 8px;
  border-radius: 100%;
  line-height: 46px;
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  right: 0;
  position: absolute;
  margin-top: -25px;
  margin-right: 30px;
  z-index: 3;
}
.footer-section .back-to-top:hover {
  background-color: #EB6851;
}
.footer-section .btn-primary {
  margin-top: 10px;
}
.footer-section .footer-social a:hover {
  opacity: 0.7;
}

.hero img {
  max-width: 900px;
  width: 100%;
}
.hero .btn-primary {
  margin-top: 30px;
  margin-bottom: 60px;
}
.hero .cta-btns > div > div {
  padding: 0;
}
.hero .cta-btns .scroll-more {
  max-width: 80px;
  border-radius: 100%;
  background-color: #57A584;
  transition: background-color 0.2s;
  display: none;
}
@media screen and (min-width: 768px) {
  .hero .cta-btns .scroll-more {
    display: block;
  }
}
.hero .cta-btns .scroll-more:hover {
  background-color: #EB6851;
}
.hero .cta-btns .cta-btn {
  display: block;
  overflow-y: hidden;
  height: 80px;
}
.hero .cta-btns a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: font-size 0.2s;
}
.hero .cta-btns .login-btn {
  color: #57A584;
  background-color: #AFD3C6;
  transition: background-color 0.2s;
}
.hero .cta-btns .login-btn:hover {
  background-color: #D0E6DE;
}
.hero .cta-btns .list-property-btn {
  background-color: #57A584;
  display: flex;
  transition: background-color 0.2s;
}
@media screen and (min-width: 768px) {
  .hero .cta-btns .list-property-btn {
    margin-left: -80px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.hero .cta-btns .list-property-btn a {
  color: #D0E6DE;
  flex: 1 0 0%;
}
.hero .cta-btns .list-property-btn:hover {
  background-color: #203A2D;
}

body.homepage .hero .container .row {
  width: 100%;
}

.image-pushout {
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-bottom: 56%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .image-pushout {
    width: auto;
    padding-bottom: 33%;
    margin-bottom: 0;
    min-height: 450px;
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .image-pushout {
    height: 450px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .image-pushout.pushout-left {
    padding-right: 49vw;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .image-pushout.pushout-left {
    max-width: 800px;
  }
}

.image-pushout.pushout-right {
  padding-left: 49vw;
  right: 0;
}

.accent-hr {
  text-align: center;
  position: relative;
  line-height: 100px;
  background: #fff;
  width: 300px;
  margin-bottom: 30px;
  display: inline-block;
}

.accent-hr:after {
  background: linear-gradient(to right, #2B5541 20%, #57A584 20%, #57A584 88%, #D8EAE4 88%);
  position: absolute;
  content: "";
  height: 4px;
  right: 0;
  left: 0;
  top: 0;
}
/*# sourceMappingURL=main.css.map */
