@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.USXC6sdlNGE {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .USXC6sdlNGE {
    font-size: 5rem;
  }
}

.GLtnA2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .GLtnA2 {
    font-size: 4.5rem;
  }
}

.KC3PB87ma {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .KC3PB87ma {
    font-size: 4rem;
  }
}

.Gv262Uwlq {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .Gv262Uwlq {
    font-size: 3.5rem;
  }
}

.TWWj9nPo {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .TWWj9nPo {
    font-size: 3rem;
  }
}

.JcDtccaafh {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .JcDtccaafh {
    font-size: 2.5rem;
  }
}

.pwZOffJa {
  padding-left: 0;
  list-style: none;
}

.JD5SWSJ {
  padding-left: 0;
  list-style: none;
}

.UfGVMTFh {
  display: inline-block;
}
.UfGVMTFh:not(:last-child) {
  margin-right: 0.5rem;
}

.sjxrCiM2rh {
  font-size: 0.875em;
  text-transform: uppercase;
}

.bsf4OaTIgal {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.bsf4OaTIgal > :last-child {
  margin-bottom: 0;
}

.MIoBqYQWz5 {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.MIoBqYQWz5::before {
  content: "— ";
}

.fQyTd2gE3DR {
  max-width: 100%;
  height: auto;
}

.bUudWpn {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.njQWHDPYHGR {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.bM6jEea {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.ueaGVDb8,
.cf3Sfq5,
.F66Mpg,
.J39b6ojBDYZ,
.Jx4D0JA,
.LAyOin {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .LAyOin, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .Jx4D0JA, .LAyOin, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .J39b6ojBDYZ, .Jx4D0JA, .LAyOin, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .F66Mpg, .J39b6ojBDYZ, .Jx4D0JA, .LAyOin, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .cf3Sfq5, .F66Mpg, .J39b6ojBDYZ, .Jx4D0JA, .LAyOin, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.AIa5Fs > * {
  flex: 0 0 auto;
  width: auto;
}

.du7a6t > * {
  flex: 0 0 auto;
  width: 100%;
}

.t3qvGOH > * {
  flex: 0 0 auto;
  width: 50%;
}

.UiJtXFkAfWW > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.YIjFUuAQAfG > * {
  flex: 0 0 auto;
  width: 25%;
}

.R8TcyWZuo > * {
  flex: 0 0 auto;
  width: 20%;
}

.QyewfxC0LEj > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.FYybcB {
  flex: 0 0 auto;
  width: auto;
}

.muFX8HFl0FE {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.aboRKWk {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.GNFqA7 {
  flex: 0 0 auto;
  width: 25%;
}

.WIh1v2J {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.EUdnfeTID6 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.rtRPzkHOcT7 {
  flex: 0 0 auto;
  width: 50%;
}

.pwquwjuHI {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.P9eFTYSkMXe {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.iuXdwLBc5 {
  flex: 0 0 auto;
  width: 75%;
}

.nXNcnWnE {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.yEZnzTM00z {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.RdbjlGVpjra {
  flex: 0 0 auto;
  width: 100%;
}

.MnTGdrS8Pf {
  margin-left: 8.3333333333%;
}

.JDhbErdlKz {
  margin-left: 16.6666666667%;
}

.p1XCuzIM9NY {
  margin-left: 25%;
}

.yQ7LbZegcmS {
  margin-left: 33.3333333333%;
}

.DIEJIufcig {
  margin-left: 41.6666666667%;
}

.K6iPdZp {
  margin-left: 50%;
}

.LQnzD5G9Bs {
  margin-left: 58.3333333333%;
}

.Bh9kaF {
  margin-left: 66.6666666667%;
}

.vHqNyc0ZD1d {
  margin-left: 75%;
}

.kuBz7u {
  margin-left: 83.3333333333%;
}

.u9QFXpE {
  margin-left: 91.6666666667%;
}

.sdnt54erL7,
.f3tvhPmlUae {
  --bs-gutter-x: 0;
}

.sdnt54erL7,
.MKVlABKLdir {
  --bs-gutter-y: 0;
}

.AKCCZaJEns1,
.otWMcWfasmb {
  --bs-gutter-x: 0.25rem;
}

.AKCCZaJEns1,
.HKBhKp9Lx {
  --bs-gutter-y: 0.25rem;
}

.VweE3kL,
.L43ZERwnL {
  --bs-gutter-x: 0.5rem;
}

.VweE3kL,
.LD1uYKg {
  --bs-gutter-y: 0.5rem;
}

.bfg10FCkV,
.nY1HRXf {
  --bs-gutter-x: 1rem;
}

.bfg10FCkV,
.Pc3xYXU {
  --bs-gutter-y: 1rem;
}

.rry5k2OmEwR,
.QeRS3VZd1 {
  --bs-gutter-x: 1.5rem;
}

.rry5k2OmEwR,
.P7ZKUFo {
  --bs-gutter-y: 1.5rem;
}

.CgSEI0gDAo,
.DPmveRKVYQQ {
  --bs-gutter-x: 3rem;
}

.CgSEI0gDAo,
.LW2YXN {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .EQY4uBz {
    flex: 1 0 0%;
  }

  .GLkR9Hyse > * {
    flex: 0 0 auto;
    width: auto;
  }

  .pWQJVrKIOTC > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .ogV5gb > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .VTIwQql47ez > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .oCXT7LM > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .dZYRXN > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .qvTMsx9CfT > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .m4CSongCEj {
    flex: 0 0 auto;
    width: auto;
  }

  .cZucRH {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .UJckjZaY {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .H0S97bbJwgE {
    flex: 0 0 auto;
    width: 25%;
  }

  .D36QvTg {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .Ie4hVppc {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .OWm0hD4 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bVgf3hYE {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .E2BzfHZaKgg {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .xlqJ7DEk {
    flex: 0 0 auto;
    width: 75%;
  }

  .y37aoPDagq {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .CUNbXTYC957 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .v1XWbft506q {
    flex: 0 0 auto;
    width: 100%;
  }

  .VKsWAu9BGmJ {
    margin-left: 0;
  }

  .aRvgA6Mh {
    margin-left: 8.3333333333%;
  }

  .DaktRfN {
    margin-left: 16.6666666667%;
  }

  .BCtnEDCMXI {
    margin-left: 25%;
  }

  .Vp50y37AhDM {
    margin-left: 33.3333333333%;
  }

  .bGhMPjdWLS {
    margin-left: 41.6666666667%;
  }

  .dVipDRxzpgG {
    margin-left: 50%;
  }

  .tFZelGH {
    margin-left: 58.3333333333%;
  }

  .PY3bWL {
    margin-left: 66.6666666667%;
  }

  .muE2YbJvME9 {
    margin-left: 75%;
  }

  .h5J6hMNta {
    margin-left: 83.3333333333%;
  }

  .GbEWe3Kkr {
    margin-left: 91.6666666667%;
  }

  .N7rqZY,
.aGPzdCqNx {
    --bs-gutter-x: 0;
  }

  .N7rqZY,
.fLnuXSq {
    --bs-gutter-y: 0;
  }

  .eXMeau,
.ga5mKeLP {
    --bs-gutter-x: 0.25rem;
  }

  .eXMeau,
.H5j1gq1T6dT {
    --bs-gutter-y: 0.25rem;
  }

  .JsX6iCmk0u5,
.XvaP5G4tIkZ {
    --bs-gutter-x: 0.5rem;
  }

  .JsX6iCmk0u5,
.w7yEc9frZI {
    --bs-gutter-y: 0.5rem;
  }

  .J6RlyQeUy,
.KlsjI4 {
    --bs-gutter-x: 1rem;
  }

  .J6RlyQeUy,
.KbcQE1W {
    --bs-gutter-y: 1rem;
  }

  .nggBtXhB4zu,
.M5agnM {
    --bs-gutter-x: 1.5rem;
  }

  .nggBtXhB4zu,
.HL50ol {
    --bs-gutter-y: 1.5rem;
  }

  .b1WX3JZAqpD,
.bxohns {
    --bs-gutter-x: 3rem;
  }

  .b1WX3JZAqpD,
.AL2Ic2 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .Ty0MxCYb7d {
    flex: 1 0 0%;
  }

  .oAeb5Iwbh > * {
    flex: 0 0 auto;
    width: auto;
  }

  .OxQIRDtu > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .iiJFmcv8 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .lYAZDXpUk > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .ZraQFjWT > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .iwXc5oOpzs5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .iouvLd4YaP2 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .ZADS5t7P {
    flex: 0 0 auto;
    width: auto;
  }

  .Aay3uh9Y1Jw {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .dBNZvmxXh {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .uXSCdUhrOb {
    flex: 0 0 auto;
    width: 25%;
  }

  .o3Kl2Fb3 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .EMqdKMS {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .PaHLlS {
    flex: 0 0 auto;
    width: 50%;
  }

  .NuHcN2Zn {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .clk79k {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .yIZn6uDf {
    flex: 0 0 auto;
    width: 75%;
  }

  .ZzE6VBe5 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .EzA89c {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .AId3kGu4 {
    flex: 0 0 auto;
    width: 100%;
  }

  .fmDorARvfl {
    margin-left: 0;
  }

  .UeWDg7dqef {
    margin-left: 8.3333333333%;
  }

  .xCcPxb {
    margin-left: 16.6666666667%;
  }

  .wdhP40 {
    margin-left: 25%;
  }

  .X2SAVlpcw {
    margin-left: 33.3333333333%;
  }

  .FAcScbxmGa {
    margin-left: 41.6666666667%;
  }

  .S0miqIj {
    margin-left: 50%;
  }

  .UOzqdgR8yW {
    margin-left: 58.3333333333%;
  }

  .xfUETynrWRI {
    margin-left: 66.6666666667%;
  }

  .CYhyFZ79s {
    margin-left: 75%;
  }

  .TSHIHAJaSE {
    margin-left: 83.3333333333%;
  }

  .qLhHGNOcL {
    margin-left: 91.6666666667%;
  }

  .ZTgEJtgbOT5,
.NCllYfRsX8D {
    --bs-gutter-x: 0;
  }

  .ZTgEJtgbOT5,
.UdhTmP {
    --bs-gutter-y: 0;
  }

  .V26ayUqptd,
.zLULVOo {
    --bs-gutter-x: 0.25rem;
  }

  .V26ayUqptd,
.EZHSycYPB4 {
    --bs-gutter-y: 0.25rem;
  }

  .ENgCue,
.znODhk {
    --bs-gutter-x: 0.5rem;
  }

  .ENgCue,
.ikyCGJ {
    --bs-gutter-y: 0.5rem;
  }

  .RmKsJPGEf,
.M5CgpE {
    --bs-gutter-x: 1rem;
  }

  .RmKsJPGEf,
.UZW8stA {
    --bs-gutter-y: 1rem;
  }

  .dfajdAwN,
.hpdey8 {
    --bs-gutter-x: 1.5rem;
  }

  .dfajdAwN,
.gMx6lPP7 {
    --bs-gutter-y: 1.5rem;
  }

  .bTsY4Abneg,
.Reyhr9hx {
    --bs-gutter-x: 3rem;
  }

  .bTsY4Abneg,
.lyYzseLCnts {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .XWFt9KkaH {
    flex: 1 0 0%;
  }

  .bsFBsD > * {
    flex: 0 0 auto;
    width: auto;
  }

  .RMxhzBRW > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .BY0xg5HBxkq > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .zvjXtBBGczf > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .CGs4FdyT > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .IXEZdmJ > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .hYodty > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .OyZwc6 {
    flex: 0 0 auto;
    width: auto;
  }

  .xXMEEPN {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .uSqhsgEqJ {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .qPbRFY7 {
    flex: 0 0 auto;
    width: 25%;
  }

  .frPXSevcE {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .YNqdI4xtk {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .gMUK67RgV {
    flex: 0 0 auto;
    width: 50%;
  }

  .fAZeRsyn {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .pQgl8JF {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .Y95BXADwh {
    flex: 0 0 auto;
    width: 75%;
  }

  .vrH7J4P {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .fuwsjb1qk {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .VKuKpF {
    flex: 0 0 auto;
    width: 100%;
  }

  .Csmu4Eh {
    margin-left: 0;
  }

  .gqDfV9CU6 {
    margin-left: 8.3333333333%;
  }

  .HcugKAa {
    margin-left: 16.6666666667%;
  }

  .nye5NpHko {
    margin-left: 25%;
  }

  .qHcbgXRy {
    margin-left: 33.3333333333%;
  }

  .RqMQgtSW {
    margin-left: 41.6666666667%;
  }

  .vf62K9qTw {
    margin-left: 50%;
  }

  .Bhr11EdCb5 {
    margin-left: 58.3333333333%;
  }

  .pbrQgW {
    margin-left: 66.6666666667%;
  }

  .TIo8bZ {
    margin-left: 75%;
  }

  .MAxunrOM {
    margin-left: 83.3333333333%;
  }

  .ySxCVg {
    margin-left: 91.6666666667%;
  }

  .VktoTa8eR,
.Cg7BkynMZGb {
    --bs-gutter-x: 0;
  }

  .VktoTa8eR,
.u0X1Hbg0u {
    --bs-gutter-y: 0;
  }

  .Um2Mz8pgb3,
.MODOTk2yl1F {
    --bs-gutter-x: 0.25rem;
  }

  .Um2Mz8pgb3,
.S3GWiX6S {
    --bs-gutter-y: 0.25rem;
  }

  .uKHx2WSxHE,
.dEVEqyHCX3C {
    --bs-gutter-x: 0.5rem;
  }

  .uKHx2WSxHE,
.adUf3cVA {
    --bs-gutter-y: 0.5rem;
  }

  .cR5otdvhFU,
.Ta2edYzVk {
    --bs-gutter-x: 1rem;
  }

  .cR5otdvhFU,
.XZw29hLM {
    --bs-gutter-y: 1rem;
  }

  .EmDeDgS2s,
.fgbpuDpp {
    --bs-gutter-x: 1.5rem;
  }

  .EmDeDgS2s,
.zSOxnx {
    --bs-gutter-y: 1.5rem;
  }

  .hCByfQMw6,
.xSTmmPBME7 {
    --bs-gutter-x: 3rem;
  }

  .hCByfQMw6,
.SVjIqxK9d {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .dekaYb {
    flex: 1 0 0%;
  }

  .vi2G41e > * {
    flex: 0 0 auto;
    width: auto;
  }

  .y4bEQ1J5vs > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .o6fY9ny > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .zLAWGf > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .dXGmzyBHgz > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .NrQBOHA2p > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .TfwDrsb > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .Fsst1ty {
    flex: 0 0 auto;
    width: auto;
  }

  .Z16ppugh {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .LVs8AcA1 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .zOGJdhMy {
    flex: 0 0 auto;
    width: 25%;
  }

  .IdQdhOP6 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .kPOOZlR8P {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .PY3yiZ7FiY {
    flex: 0 0 auto;
    width: 50%;
  }

  .KfddW8dpr {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .WZjwkdAo {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .JaCuF32DGc {
    flex: 0 0 auto;
    width: 75%;
  }

  .BVMNSv {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .PUA8RwXtPc {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .fjhqOT {
    flex: 0 0 auto;
    width: 100%;
  }

  .RXD3i39 {
    margin-left: 0;
  }

  .N5DLetWN {
    margin-left: 8.3333333333%;
  }

  .nekEZT8IVWf {
    margin-left: 16.6666666667%;
  }

  .MUGLia1TJN {
    margin-left: 25%;
  }

  .UedCkxEocH {
    margin-left: 33.3333333333%;
  }

  .Thh4qgCe {
    margin-left: 41.6666666667%;
  }

  .rG070gY {
    margin-left: 50%;
  }

  .upYcpvg {
    margin-left: 58.3333333333%;
  }

  .Tp2Ta85 {
    margin-left: 66.6666666667%;
  }

  .iq1vui {
    margin-left: 75%;
  }

  .dXY9bf0d4 {
    margin-left: 83.3333333333%;
  }

  .MoWRROv {
    margin-left: 91.6666666667%;
  }

  .brNSQOuidk,
.LJxcUbZG {
    --bs-gutter-x: 0;
  }

  .brNSQOuidk,
.PgWprO {
    --bs-gutter-y: 0;
  }

  .NiBDFEikh,
.nT3qd8 {
    --bs-gutter-x: 0.25rem;
  }

  .NiBDFEikh,
.fFVZIXa {
    --bs-gutter-y: 0.25rem;
  }

  .PJHAMifZNF,
.cjQN4cgqe {
    --bs-gutter-x: 0.5rem;
  }

  .PJHAMifZNF,
.nuaAnO {
    --bs-gutter-y: 0.5rem;
  }

  .iDQcm09TOJD,
.TLgzplz6MA1 {
    --bs-gutter-x: 1rem;
  }

  .iDQcm09TOJD,
.kZwv3wJs {
    --bs-gutter-y: 1rem;
  }

  .cNjhUEe4px,
.W4cP3W {
    --bs-gutter-x: 1.5rem;
  }

  .cNjhUEe4px,
.XbjOff {
    --bs-gutter-y: 1.5rem;
  }

  .BNYDd59TYQ,
.faRdaYHwb2a {
    --bs-gutter-x: 3rem;
  }

  .BNYDd59TYQ,
.CW0Fbaru9Yd {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .hcPW04Qhm {
    flex: 1 0 0%;
  }

  .a5X4ogBhI2 > * {
    flex: 0 0 auto;
    width: auto;
  }

  .jJ2qFX > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .dwhEfM6zWRz > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .c25mga5j > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .T3v9Uz5AFrl > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .DUrY1JYbF7p > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .qK32MFVEh5 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .gMb5RZCR {
    flex: 0 0 auto;
    width: auto;
  }

  .klTh380 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .ZbIZXRl9vvm {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .qW3ljj {
    flex: 0 0 auto;
    width: 25%;
  }

  .Ul825B {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .NbW6cfEl {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .Etm24H {
    flex: 0 0 auto;
    width: 50%;
  }

  .zFqMGev6W {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .FfFxSmI {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .O1kfnB {
    flex: 0 0 auto;
    width: 75%;
  }

  .ziPxKYlMwQ8 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .c9tgoqSuc {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .v2hCmN2 {
    flex: 0 0 auto;
    width: 100%;
  }

  .AugKzliww {
    margin-left: 0;
  }

  .yDdERwl {
    margin-left: 8.3333333333%;
  }

  .siOrKaOQYn {
    margin-left: 16.6666666667%;
  }

  .yaImmxw7 {
    margin-left: 25%;
  }

  .bcS2yJaeH {
    margin-left: 33.3333333333%;
  }

  .xsQr5xgBk {
    margin-left: 41.6666666667%;
  }

  .wjOeymY {
    margin-left: 50%;
  }

  .kh5zJSr8p3 {
    margin-left: 58.3333333333%;
  }

  .UQsPduSI {
    margin-left: 66.6666666667%;
  }

  .eKXdXUT {
    margin-left: 75%;
  }

  .sXFOyqp {
    margin-left: 83.3333333333%;
  }

  .McSAsdmb {
    margin-left: 91.6666666667%;
  }

  .Lyv29dvb,
.cLdHAR {
    --bs-gutter-x: 0;
  }

  .Lyv29dvb,
.pUHHzIqTs {
    --bs-gutter-y: 0;
  }

  .mgbKjUIJ,
.yFfToUV {
    --bs-gutter-x: 0.25rem;
  }

  .mgbKjUIJ,
.OGjbvLl1Jn {
    --bs-gutter-y: 0.25rem;
  }

  .PmSK10Gkn,
.JdYvKgRl {
    --bs-gutter-x: 0.5rem;
  }

  .PmSK10Gkn,
.T4Auv4 {
    --bs-gutter-y: 0.5rem;
  }

  .z716Uie,
.kgVxz0xR9zJ {
    --bs-gutter-x: 1rem;
  }

  .z716Uie,
.vdcHqKA65 {
    --bs-gutter-y: 1rem;
  }

  .CJXhnvEiO,
.cuvTivAD {
    --bs-gutter-x: 1.5rem;
  }

  .CJXhnvEiO,
.YUbBvSaT {
    --bs-gutter-y: 1.5rem;
  }

  .tY1HFYuaz,
.INpIciy {
    --bs-gutter-x: 3rem;
  }

  .tY1HFYuaz,
.WeKzC73Hd {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.btFGlm {
  caption-side: top;
}

.uO9ANJ7 > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.o5rLMX > :not(caption) > * {
  border-width: 1px 0;
}
.o5rLMX > :not(caption) > * > * {
  border-width: 0 1px;
}

.ssp0kSac22h > :not(caption) > * > * {
  border-bottom-width: 0;
}

.qIlfKd > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.nV7oCdc8fe {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.OHiXRZEA9f > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.fKQ2CAKj {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.LnyawYnG {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.D2PmfdfCe {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.U2E8T6mG {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.kvggjf {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.trMHbekihs1 {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.wpNfbx0zN {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.RLEbKzUO {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.jJ3lvgYvQ7 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .jGqaVh {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .JbauOtqEf {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .scKhygulK {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .ogLutn {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .sLkOWz40P {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.S1QN7muRaB {
  margin-bottom: 0.5rem;
}

.UTe0HKRNEw {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.qsQrVTQPQmV {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.vQWSzxb6 {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.Rz0y2G8X {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.OmFqerUMTqJ {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .OmFqerUMTqJ {
    transition: none;
  }
}
.OmFqerUMTqJ[type=file] {
  overflow: hidden;
}
.OmFqerUMTqJ[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.OmFqerUMTqJ:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.OmFqerUMTqJ::-webkit-date-and-time-value {
  height: 1.5em;
}
.OmFqerUMTqJ::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.OmFqerUMTqJ::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.OmFqerUMTqJ::placeholder {
  color: #6c757d;
  opacity: 1;
}
.OmFqerUMTqJ:disabled, .OmFqerUMTqJ[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.OmFqerUMTqJ::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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) {
  .OmFqerUMTqJ::file-selector-button {
    transition: none;
  }
}
.OmFqerUMTqJ:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.OmFqerUMTqJ::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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;
  -webkit-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;
  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) {
  .OmFqerUMTqJ::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.OmFqerUMTqJ:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.OZeoDGpe {
  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;
}
.OZeoDGpe.beAaMB1p68m, .OZeoDGpe.QLmlp3Rudj {
  padding-right: 0;
  padding-left: 0;
}

.beAaMB1p68m {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.beAaMB1p68m::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.beAaMB1p68m::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.QLmlp3Rudj {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.QLmlp3Rudj::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.QLmlp3Rudj::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.OmFqerUMTqJ {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.beAaMB1p68m {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.QLmlp3Rudj {
  min-height: calc(1.5em + 1rem + 2px);
}

.s64tw9 {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.s64tw9:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.s64tw9::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.s64tw9::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.dYngXewf {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dYngXewf:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.dYngXewf[multiple], .dYngXewf[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.dYngXewf:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.dYngXewf:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.pgUTvV8D {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.zYm8auj {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.RWzXGl {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.RWzXGl .cX5KI1y {
  float: left;
  margin-left: -1.5em;
}

.cX5KI1y {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.cX5KI1y[type=checkbox] {
  border-radius: 0.25em;
}
.cX5KI1y[type=radio] {
  border-radius: 50%;
}
.cX5KI1y:active {
  filter: brightness(90%);
}
.cX5KI1y:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.cX5KI1y:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.cX5KI1y:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.cX5KI1y:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.cX5KI1y[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.cX5KI1y:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.cX5KI1y[disabled] ~ .mTcDd8, .cX5KI1y:disabled ~ .mTcDd8 {
  opacity: 0.5;
}

.Bl7fMCeea7 {
  padding-left: 2.5em;
}
.Bl7fMCeea7 .cX5KI1y {
  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) {
  .Bl7fMCeea7 .cX5KI1y {
    transition: none;
  }
}
.Bl7fMCeea7 .cX5KI1y: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='%2386b7fe'/%3e%3c/svg%3e");
}
.Bl7fMCeea7 .cX5KI1y:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.DR2ObfTbq8d {
  display: inline-block;
  margin-right: 1rem;
}

.O7CEw7qeys {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.O7CEw7qeys[disabled] + .btn, .O7CEw7qeys:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.udBEXO {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.udBEXO:focus {
  outline: 0;
}
.udBEXO:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.udBEXO:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.udBEXO::-moz-focus-outer {
  border: 0;
}
.udBEXO::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .udBEXO::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.udBEXO::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.udBEXO::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.udBEXO::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .udBEXO::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.udBEXO::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.udBEXO::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.udBEXO:disabled {
  pointer-events: none;
}
.udBEXO:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.udBEXO:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.iLFRC31aP1 {
  position: relative;
}
.iLFRC31aP1 > .OmFqerUMTqJ,
.iLFRC31aP1 > .dYngXewf {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.iLFRC31aP1 > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .iLFRC31aP1 > label {
    transition: none;
  }
}
.iLFRC31aP1 > .OmFqerUMTqJ::-webkit-input-placeholder {
  color: transparent;
}
.iLFRC31aP1 > .OmFqerUMTqJ::-moz-placeholder {
  color: transparent;
}
.iLFRC31aP1 > .OmFqerUMTqJ::placeholder {
  color: transparent;
}
.iLFRC31aP1 > .OmFqerUMTqJ:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.iLFRC31aP1 > .OmFqerUMTqJ:focus, .iLFRC31aP1 > .OmFqerUMTqJ:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.iLFRC31aP1 > .OmFqerUMTqJ:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.iLFRC31aP1 > .dYngXewf {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.iLFRC31aP1 > .OmFqerUMTqJ:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.iLFRC31aP1 > .OmFqerUMTqJ:focus ~ label,
.iLFRC31aP1 > .OmFqerUMTqJ:not(:placeholder-shown) ~ label,
.iLFRC31aP1 > .dYngXewf ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.iLFRC31aP1 > .OmFqerUMTqJ:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.ZXAR4cUR {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.ZXAR4cUR > .OmFqerUMTqJ,
.ZXAR4cUR > .dYngXewf {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.ZXAR4cUR > .OmFqerUMTqJ:focus,
.ZXAR4cUR > .dYngXewf:focus {
  z-index: 3;
}
.ZXAR4cUR .btn {
  position: relative;
  z-index: 2;
}
.ZXAR4cUR .btn:focus {
  z-index: 3;
}

.mBwn1n {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.BBMLZyD6 > .OmFqerUMTqJ,
.BBMLZyD6 > .dYngXewf,
.BBMLZyD6 > .mBwn1n,
.BBMLZyD6 > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.eq8Vjy > .OmFqerUMTqJ,
.eq8Vjy > .dYngXewf,
.eq8Vjy > .mBwn1n,
.eq8Vjy > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.BBMLZyD6 > .dYngXewf,
.eq8Vjy > .dYngXewf {
  padding-right: 3rem;
}

.ZXAR4cUR:not(.tLXqb1Qf) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.ZXAR4cUR:not(.tLXqb1Qf) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ZXAR4cUR.tLXqb1Qf > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.ZXAR4cUR.tLXqb1Qf > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ZXAR4cUR > :not(:first-child):not(.dropdown-menu):not(.NDd567Gsm):not(.UeawLYKw):not(.pSpdr1AhFLP):not(.wgwkjXVgkL) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.UeawLYKw {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.NDd567Gsm {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.JSyuuv :valid ~ .UeawLYKw,
.JSyuuv :valid ~ .NDd567Gsm,
.RQp1kj ~ .UeawLYKw,
.RQp1kj ~ .NDd567Gsm {
  display: block;
}

.JSyuuv .OmFqerUMTqJ:valid, .OmFqerUMTqJ.RQp1kj {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.JSyuuv .OmFqerUMTqJ:valid:focus, .OmFqerUMTqJ.RQp1kj:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.JSyuuv textarea.OmFqerUMTqJ:valid, textarea.OmFqerUMTqJ.RQp1kj {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.JSyuuv .dYngXewf:valid, .dYngXewf.RQp1kj {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.JSyuuv .dYngXewf:valid:focus, .dYngXewf.RQp1kj:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.JSyuuv .cX5KI1y:valid, .cX5KI1y.RQp1kj {
  border-color: #198754;
}
.JSyuuv .cX5KI1y:valid:checked, .cX5KI1y.RQp1kj:checked {
  background-color: #198754;
}
.JSyuuv .cX5KI1y:valid:focus, .cX5KI1y.RQp1kj:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.JSyuuv .cX5KI1y:valid ~ .mTcDd8, .cX5KI1y.RQp1kj ~ .mTcDd8 {
  color: #198754;
}

.DR2ObfTbq8d .cX5KI1y ~ .UeawLYKw {
  margin-left: 0.5em;
}

.wgwkjXVgkL {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.pSpdr1AhFLP {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.JSyuuv :invalid ~ .wgwkjXVgkL,
.JSyuuv :invalid ~ .pSpdr1AhFLP,
.uyStvWp ~ .wgwkjXVgkL,
.uyStvWp ~ .pSpdr1AhFLP {
  display: block;
}

.JSyuuv .OmFqerUMTqJ:invalid, .OmFqerUMTqJ.uyStvWp {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.JSyuuv .OmFqerUMTqJ:invalid:focus, .OmFqerUMTqJ.uyStvWp:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.JSyuuv textarea.OmFqerUMTqJ:invalid, textarea.OmFqerUMTqJ.uyStvWp {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.JSyuuv .dYngXewf:invalid, .dYngXewf.uyStvWp {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.JSyuuv .dYngXewf:invalid:focus, .dYngXewf.uyStvWp:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.JSyuuv .cX5KI1y:invalid, .cX5KI1y.uyStvWp {
  border-color: #dc3545;
}
.JSyuuv .cX5KI1y:invalid:checked, .cX5KI1y.uyStvWp:checked {
  background-color: #dc3545;
}
.JSyuuv .cX5KI1y:invalid:focus, .cX5KI1y.uyStvWp:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.JSyuuv .cX5KI1y:invalid ~ .mTcDd8, .cX5KI1y.uyStvWp ~ .mTcDd8 {
  color: #dc3545;
}

.DR2ObfTbq8d .cX5KI1y ~ .wgwkjXVgkL {
  margin-left: 0.5em;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.O7CEw7qeys:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.kAEkabz5m {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.kAEkabz5m:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.O7CEw7qeys:focus + .kAEkabz5m, .kAEkabz5m:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.O7CEw7qeys:checked + .kAEkabz5m, .O7CEw7qeys:active + .kAEkabz5m, .kAEkabz5m:active, .kAEkabz5m.active, .show > .kAEkabz5m.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.O7CEw7qeys:checked + .kAEkabz5m:focus, .O7CEw7qeys:active + .kAEkabz5m:focus, .kAEkabz5m:active:focus, .kAEkabz5m.active:focus, .show > .kAEkabz5m.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.kAEkabz5m:disabled, .kAEkabz5m.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.F5MSmGMXx {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.F5MSmGMXx:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.O7CEw7qeys:focus + .F5MSmGMXx, .F5MSmGMXx:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.O7CEw7qeys:checked + .F5MSmGMXx, .O7CEw7qeys:active + .F5MSmGMXx, .F5MSmGMXx:active, .F5MSmGMXx.active, .show > .F5MSmGMXx.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.O7CEw7qeys:checked + .F5MSmGMXx:focus, .O7CEw7qeys:active + .F5MSmGMXx:focus, .F5MSmGMXx:active:focus, .F5MSmGMXx.active:focus, .show > .F5MSmGMXx.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.F5MSmGMXx:disabled, .F5MSmGMXx.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.ooYdEGKG {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.ooYdEGKG:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.O7CEw7qeys:focus + .ooYdEGKG, .ooYdEGKG:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.O7CEw7qeys:checked + .ooYdEGKG, .O7CEw7qeys:active + .ooYdEGKG, .ooYdEGKG:active, .ooYdEGKG.active, .show > .ooYdEGKG.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.O7CEw7qeys:checked + .ooYdEGKG:focus, .O7CEw7qeys:active + .ooYdEGKG:focus, .ooYdEGKG:active:focus, .ooYdEGKG.active:focus, .show > .ooYdEGKG.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.ooYdEGKG:disabled, .ooYdEGKG.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.bE11HE {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.bE11HE:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.O7CEw7qeys:focus + .bE11HE, .bE11HE:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.O7CEw7qeys:checked + .bE11HE, .O7CEw7qeys:active + .bE11HE, .bE11HE:active, .bE11HE.active, .show > .bE11HE.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.O7CEw7qeys:checked + .bE11HE:focus, .O7CEw7qeys:active + .bE11HE:focus, .bE11HE:active:focus, .bE11HE.active:focus, .show > .bE11HE.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.bE11HE:disabled, .bE11HE.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.xoSYATt {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.xoSYATt:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.O7CEw7qeys:focus + .xoSYATt, .xoSYATt:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.O7CEw7qeys:checked + .xoSYATt, .O7CEw7qeys:active + .xoSYATt, .xoSYATt:active, .xoSYATt.active, .show > .xoSYATt.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.O7CEw7qeys:checked + .xoSYATt:focus, .O7CEw7qeys:active + .xoSYATt:focus, .xoSYATt:active:focus, .xoSYATt.active:focus, .show > .xoSYATt.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.xoSYATt:disabled, .xoSYATt.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.UTmVT8fYjJV {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.UTmVT8fYjJV:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.O7CEw7qeys:focus + .UTmVT8fYjJV, .UTmVT8fYjJV:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.O7CEw7qeys:checked + .UTmVT8fYjJV, .O7CEw7qeys:active + .UTmVT8fYjJV, .UTmVT8fYjJV:active, .UTmVT8fYjJV.active, .show > .UTmVT8fYjJV.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.O7CEw7qeys:checked + .UTmVT8fYjJV:focus, .O7CEw7qeys:active + .UTmVT8fYjJV:focus, .UTmVT8fYjJV:active:focus, .UTmVT8fYjJV.active:focus, .show > .UTmVT8fYjJV.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.UTmVT8fYjJV:disabled, .UTmVT8fYjJV.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.rnwscBWerV {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.rnwscBWerV:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.O7CEw7qeys:focus + .rnwscBWerV, .rnwscBWerV:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.O7CEw7qeys:checked + .rnwscBWerV, .O7CEw7qeys:active + .rnwscBWerV, .rnwscBWerV:active, .rnwscBWerV.active, .show > .rnwscBWerV.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.O7CEw7qeys:checked + .rnwscBWerV:focus, .O7CEw7qeys:active + .rnwscBWerV:focus, .rnwscBWerV:active:focus, .rnwscBWerV.active:focus, .show > .rnwscBWerV.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.rnwscBWerV:disabled, .rnwscBWerV.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.d0B4zB {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.d0B4zB:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.O7CEw7qeys:focus + .d0B4zB, .d0B4zB:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.O7CEw7qeys:checked + .d0B4zB, .O7CEw7qeys:active + .d0B4zB, .d0B4zB:active, .d0B4zB.active, .show > .d0B4zB.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.O7CEw7qeys:checked + .d0B4zB:focus, .O7CEw7qeys:active + .d0B4zB:focus, .d0B4zB:active:focus, .d0B4zB.active:focus, .show > .d0B4zB.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.d0B4zB:disabled, .d0B4zB.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.BR2oAdniG {
  color: #0d6efd;
  border-color: #0d6efd;
}
.BR2oAdniG:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.O7CEw7qeys:focus + .BR2oAdniG, .BR2oAdniG:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.O7CEw7qeys:checked + .BR2oAdniG, .O7CEw7qeys:active + .BR2oAdniG, .BR2oAdniG:active, .BR2oAdniG.active, .BR2oAdniG.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.O7CEw7qeys:checked + .BR2oAdniG:focus, .O7CEw7qeys:active + .BR2oAdniG:focus, .BR2oAdniG:active:focus, .BR2oAdniG.active:focus, .BR2oAdniG.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.BR2oAdniG:disabled, .BR2oAdniG.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.Cbm7Ai {
  color: #6c757d;
  border-color: #6c757d;
}
.Cbm7Ai:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.O7CEw7qeys:focus + .Cbm7Ai, .Cbm7Ai:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.O7CEw7qeys:checked + .Cbm7Ai, .O7CEw7qeys:active + .Cbm7Ai, .Cbm7Ai:active, .Cbm7Ai.active, .Cbm7Ai.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.O7CEw7qeys:checked + .Cbm7Ai:focus, .O7CEw7qeys:active + .Cbm7Ai:focus, .Cbm7Ai:active:focus, .Cbm7Ai.active:focus, .Cbm7Ai.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.Cbm7Ai:disabled, .Cbm7Ai.disabled {
  color: #6c757d;
  background-color: transparent;
}

.zRcfza {
  color: #198754;
  border-color: #198754;
}
.zRcfza:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.O7CEw7qeys:focus + .zRcfza, .zRcfza:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.O7CEw7qeys:checked + .zRcfza, .O7CEw7qeys:active + .zRcfza, .zRcfza:active, .zRcfza.active, .zRcfza.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.O7CEw7qeys:checked + .zRcfza:focus, .O7CEw7qeys:active + .zRcfza:focus, .zRcfza:active:focus, .zRcfza.active:focus, .zRcfza.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.zRcfza:disabled, .zRcfza.disabled {
  color: #198754;
  background-color: transparent;
}

.QeuvXYCsRPO {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.QeuvXYCsRPO:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.O7CEw7qeys:focus + .QeuvXYCsRPO, .QeuvXYCsRPO:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.O7CEw7qeys:checked + .QeuvXYCsRPO, .O7CEw7qeys:active + .QeuvXYCsRPO, .QeuvXYCsRPO:active, .QeuvXYCsRPO.active, .QeuvXYCsRPO.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.O7CEw7qeys:checked + .QeuvXYCsRPO:focus, .O7CEw7qeys:active + .QeuvXYCsRPO:focus, .QeuvXYCsRPO:active:focus, .QeuvXYCsRPO.active:focus, .QeuvXYCsRPO.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.QeuvXYCsRPO:disabled, .QeuvXYCsRPO.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.AOFDeNdCkg {
  color: #ffc107;
  border-color: #ffc107;
}
.AOFDeNdCkg:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.O7CEw7qeys:focus + .AOFDeNdCkg, .AOFDeNdCkg:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.O7CEw7qeys:checked + .AOFDeNdCkg, .O7CEw7qeys:active + .AOFDeNdCkg, .AOFDeNdCkg:active, .AOFDeNdCkg.active, .AOFDeNdCkg.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.O7CEw7qeys:checked + .AOFDeNdCkg:focus, .O7CEw7qeys:active + .AOFDeNdCkg:focus, .AOFDeNdCkg:active:focus, .AOFDeNdCkg.active:focus, .AOFDeNdCkg.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.AOFDeNdCkg:disabled, .AOFDeNdCkg.disabled {
  color: #ffc107;
  background-color: transparent;
}

.ujEUqvEc2 {
  color: #dc3545;
  border-color: #dc3545;
}
.ujEUqvEc2:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.O7CEw7qeys:focus + .ujEUqvEc2, .ujEUqvEc2:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.O7CEw7qeys:checked + .ujEUqvEc2, .O7CEw7qeys:active + .ujEUqvEc2, .ujEUqvEc2:active, .ujEUqvEc2.active, .ujEUqvEc2.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.O7CEw7qeys:checked + .ujEUqvEc2:focus, .O7CEw7qeys:active + .ujEUqvEc2:focus, .ujEUqvEc2:active:focus, .ujEUqvEc2.active:focus, .ujEUqvEc2.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.ujEUqvEc2:disabled, .ujEUqvEc2.disabled {
  color: #dc3545;
  background-color: transparent;
}

.R21epq9 {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.R21epq9:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.O7CEw7qeys:focus + .R21epq9, .R21epq9:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.O7CEw7qeys:checked + .R21epq9, .O7CEw7qeys:active + .R21epq9, .R21epq9:active, .R21epq9.active, .R21epq9.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.O7CEw7qeys:checked + .R21epq9:focus, .O7CEw7qeys:active + .R21epq9:focus, .R21epq9:active:focus, .R21epq9.active:focus, .R21epq9.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.R21epq9:disabled, .R21epq9.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.Ti0Ned4HTn4 {
  color: #212529;
  border-color: #212529;
}
.Ti0Ned4HTn4:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.O7CEw7qeys:focus + .Ti0Ned4HTn4, .Ti0Ned4HTn4:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.O7CEw7qeys:checked + .Ti0Ned4HTn4, .O7CEw7qeys:active + .Ti0Ned4HTn4, .Ti0Ned4HTn4:active, .Ti0Ned4HTn4.active, .Ti0Ned4HTn4.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.O7CEw7qeys:checked + .Ti0Ned4HTn4:focus, .O7CEw7qeys:active + .Ti0Ned4HTn4:focus, .Ti0Ned4HTn4:active:focus, .Ti0Ned4HTn4.active:focus, .Ti0Ned4HTn4.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.Ti0Ned4HTn4:disabled, .Ti0Ned4HTn4.disabled {
  color: #212529;
  background-color: transparent;
}

.FrZGgqnG {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.FrZGgqnG:hover {
  color: #0a58ca;
}
.FrZGgqnG:disabled, .FrZGgqnG.disabled {
  color: #6c757d;
}

.GR9HgJFH, .inmtuUgy > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.RPUQrYWPW, .h4vhc8w > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
}

.nCi3kzeDWe {
  --bs-position: start;
}
.nCi3kzeDWe[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.FmtcgdPk {
  --bs-position: end;
}
.FmtcgdPk[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .kKcr9UFwd {
    --bs-position: start;
  }
  .kKcr9UFwd[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .Fmc8da39UW {
    --bs-position: end;
  }
  .Fmc8da39UW[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .X2ZiyHYaV {
    --bs-position: start;
  }
  .X2ZiyHYaV[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .BSJsIa3TbRQ {
    --bs-position: end;
  }
  .BSJsIa3TbRQ[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .aD0e6Pg2F {
    --bs-position: start;
  }
  .aD0e6Pg2F[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .SNXTc4eQ {
    --bs-position: end;
  }
  .SNXTc4eQ[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .YvlZvyzMOp {
    --bs-position: start;
  }
  .YvlZvyzMOp[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .kLERYTSIP {
    --bs-position: end;
  }
  .kLERYTSIP[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .b6Ig052XSoI {
    --bs-position: start;
  }
  .b6Ig052XSoI[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .a5mr5u {
    --bs-position: end;
  }
  .a5mr5u[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.YMJiYDsmF {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.keZyVaiIYoN {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.wiOhHBARR1 {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.OUJzRtwGJ {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.OUJzRtwGJ .dropdown-item {
  color: #dee2e6;
}
.OUJzRtwGJ .dropdown-item:hover, .OUJzRtwGJ .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.OUJzRtwGJ .dropdown-item.active, .OUJzRtwGJ .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.OUJzRtwGJ .dropdown-item.disabled, .OUJzRtwGJ .dropdown-item:disabled {
  color: #adb5bd;
}
.OUJzRtwGJ .YMJiYDsmF {
  border-color: rgba(0, 0, 0, 0.15);
}
.OUJzRtwGJ .wiOhHBARR1 {
  color: #dee2e6;
}
.OUJzRtwGJ .keZyVaiIYoN {
  color: #adb5bd;
}

.dTjKnc,
.Wc2GjtFhLgC {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.dTjKnc > .btn,
.Wc2GjtFhLgC > .btn {
  position: relative;
  flex: 1 1 auto;
}
.dTjKnc > .O7CEw7qeys:checked + .btn,
.dTjKnc > .O7CEw7qeys:focus + .btn,
.dTjKnc > .btn:hover,
.dTjKnc > .btn:focus,
.dTjKnc > .btn:active,
.dTjKnc > .btn.active,
.Wc2GjtFhLgC > .O7CEw7qeys:checked + .btn,
.Wc2GjtFhLgC > .O7CEw7qeys:focus + .btn,
.Wc2GjtFhLgC > .btn:hover,
.Wc2GjtFhLgC > .btn:focus,
.Wc2GjtFhLgC > .btn:active,
.Wc2GjtFhLgC > .btn.active {
  z-index: 1;
}

.zV1BnW2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.zV1BnW2 .ZXAR4cUR {
  width: auto;
}

.dTjKnc > .btn:not(:first-child),
.dTjKnc > .dTjKnc:not(:first-child) {
  margin-left: -1px;
}
.dTjKnc > .btn:not(:last-child):not(.dropdown-toggle),
.dTjKnc > .dTjKnc:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dTjKnc > .btn:nth-child(n+3),
.dTjKnc > :not(.O7CEw7qeys) + .btn,
.dTjKnc > .dTjKnc:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.Gfm5EpAO {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.Gfm5EpAO::after, .dropup .Gfm5EpAO::after, .dropend .Gfm5EpAO::after {
  margin-left: 0;
}
.dropstart .Gfm5EpAO::before {
  margin-right: 0;
}

.RPUQrYWPW + .Gfm5EpAO, .h4vhc8w > .btn + .Gfm5EpAO {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.GR9HgJFH + .Gfm5EpAO, .inmtuUgy > .btn + .Gfm5EpAO {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.Wc2GjtFhLgC {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.Wc2GjtFhLgC > .btn,
.Wc2GjtFhLgC > .dTjKnc {
  width: 100%;
}
.Wc2GjtFhLgC > .btn:not(:first-child),
.Wc2GjtFhLgC > .dTjKnc:not(:first-child) {
  margin-top: -1px;
}
.Wc2GjtFhLgC > .btn:not(:last-child):not(.dropdown-toggle),
.Wc2GjtFhLgC > .dTjKnc:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.Wc2GjtFhLgC > .btn ~ .btn,
.Wc2GjtFhLgC > .dTjKnc:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  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.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.MG3z27Ep {
  border-bottom: 1px solid #dee2e6;
}
.MG3z27Ep .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.MG3z27Ep .nav-link:hover, .MG3z27Ep .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.MG3z27Ep .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.MG3z27Ep .nav-link.active,
.MG3z27Ep .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.MG3z27Ep .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.L5IOI4 .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.L5IOI4 .nav-link.active,
.L5IOI4 .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.mVFfVOiXKBR > .nav-link,
.mVFfVOiXKBR .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.eZ6YC7GYU > .nav-link,
.eZ6YC7GYU .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.CZYcv6y > .cuKMt5o {
  display: none;
}
.CZYcv6y > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .ueaGVDb8,
.navbar > .LAyOin,
.navbar > .Jx4D0JA,
.navbar > .J39b6ojBDYZ,
.navbar > .F66Mpg,
.navbar > .cf3Sfq5 {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.M50q2UNFrx {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.OgXZvn53c {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.Uz0myNQk {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.astcIDHDSHx {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .astcIDHDSHx {
    transition: none;
  }
}
.astcIDHDSHx:hover {
  text-decoration: none;
}
.astcIDHDSHx:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.Wqygb9 {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.T2MZA0Y {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .isRzZqtp {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .isRzZqtp .navbar-nav {
    flex-direction: row;
  }
  .isRzZqtp .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .isRzZqtp .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .isRzZqtp .T2MZA0Y {
    overflow: visible;
  }
  .isRzZqtp .Uz0myNQk {
    display: flex !important;
    flex-basis: auto;
  }
  .isRzZqtp .astcIDHDSHx {
    display: none;
  }
}
@media (min-width: 768px) {
  .FShLXg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .FShLXg .navbar-nav {
    flex-direction: row;
  }
  .FShLXg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .FShLXg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .FShLXg .T2MZA0Y {
    overflow: visible;
  }
  .FShLXg .Uz0myNQk {
    display: flex !important;
    flex-basis: auto;
  }
  .FShLXg .astcIDHDSHx {
    display: none;
  }
}
@media (min-width: 992px) {
  .p54gX2Y {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .p54gX2Y .navbar-nav {
    flex-direction: row;
  }
  .p54gX2Y .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .p54gX2Y .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .p54gX2Y .T2MZA0Y {
    overflow: visible;
  }
  .p54gX2Y .Uz0myNQk {
    display: flex !important;
    flex-basis: auto;
  }
  .p54gX2Y .astcIDHDSHx {
    display: none;
  }
}
@media (min-width: 1200px) {
  .vjEKQ2NSaA {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .vjEKQ2NSaA .navbar-nav {
    flex-direction: row;
  }
  .vjEKQ2NSaA .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vjEKQ2NSaA .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .vjEKQ2NSaA .T2MZA0Y {
    overflow: visible;
  }
  .vjEKQ2NSaA .Uz0myNQk {
    display: flex !important;
    flex-basis: auto;
  }
  .vjEKQ2NSaA .astcIDHDSHx {
    display: none;
  }
}
@media (min-width: 1400px) {
  .LPirzx46TY {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .LPirzx46TY .navbar-nav {
    flex-direction: row;
  }
  .LPirzx46TY .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .LPirzx46TY .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .LPirzx46TY .T2MZA0Y {
    overflow: visible;
  }
  .LPirzx46TY .Uz0myNQk {
    display: flex !important;
    flex-basis: auto;
  }
  .LPirzx46TY .astcIDHDSHx {
    display: none;
  }
}
.uqR2wq {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.uqR2wq .navbar-nav {
  flex-direction: row;
}
.uqR2wq .navbar-nav .dropdown-menu {
  position: absolute;
}
.uqR2wq .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.uqR2wq .T2MZA0Y {
  overflow: visible;
}
.uqR2wq .Uz0myNQk {
  display: flex !important;
  flex-basis: auto;
}
.uqR2wq .astcIDHDSHx {
  display: none;
}

.DLdzUKGRxL .M50q2UNFrx {
  color: rgba(0, 0, 0, 0.9);
}
.DLdzUKGRxL .M50q2UNFrx:hover, .DLdzUKGRxL .M50q2UNFrx:focus {
  color: rgba(0, 0, 0, 0.9);
}
.DLdzUKGRxL .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.DLdzUKGRxL .navbar-nav .nav-link:hover, .DLdzUKGRxL .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.DLdzUKGRxL .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.DLdzUKGRxL .navbar-nav .show > .nav-link,
.DLdzUKGRxL .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.DLdzUKGRxL .astcIDHDSHx {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.DLdzUKGRxL .Wqygb9 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.DLdzUKGRxL .OgXZvn53c {
  color: rgba(0, 0, 0, 0.55);
}
.DLdzUKGRxL .OgXZvn53c a,
.DLdzUKGRxL .OgXZvn53c a:hover,
.DLdzUKGRxL .OgXZvn53c a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.KLMEXO51l .M50q2UNFrx {
  color: #fff;
}
.KLMEXO51l .M50q2UNFrx:hover, .KLMEXO51l .M50q2UNFrx:focus {
  color: #fff;
}
.KLMEXO51l .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.KLMEXO51l .navbar-nav .nav-link:hover, .KLMEXO51l .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.KLMEXO51l .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.KLMEXO51l .navbar-nav .show > .nav-link,
.KLMEXO51l .navbar-nav .nav-link.active {
  color: #fff;
}
.KLMEXO51l .astcIDHDSHx {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.KLMEXO51l .Wqygb9 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.KLMEXO51l .OgXZvn53c {
  color: rgba(255, 255, 255, 0.55);
}
.KLMEXO51l .OgXZvn53c a,
.KLMEXO51l .OgXZvn53c a:hover,
.KLMEXO51l .OgXZvn53c a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .CI2HM4yZT + .list-group,
.card > .list-group + .r4TBUgFc2Xw {
  border-top: 0;
}

.DJyC4ok {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.YeARrjThee6 {
  margin-bottom: 0.5rem;
}

.Y8kYPmhagUG {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.Ii9ffCaWS4:last-child {
  margin-bottom: 0;
}

.uwvbHb09y8:hover {
  text-decoration: none;
}
.uwvbHb09y8 + .uwvbHb09y8 {
  margin-left: 1rem /* rtl:ignore */;
}

.CI2HM4yZT {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.CI2HM4yZT:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.r4TBUgFc2Xw {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.r4TBUgFc2Xw:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.Zh8Bvinh {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.aHLbqZJuOO {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.Gutl1RMQ {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.WZIegmx,
.ZHdcWoof,
.IYy6iq {
  width: 100%;
}

.WZIegmx,
.ZHdcWoof {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.WZIegmx,
.IYy6iq {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.whxy8Dh > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .whxy8Dh {
    display: flex;
    flex-flow: row wrap;
  }
  .whxy8Dh > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .whxy8Dh > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .whxy8Dh > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .whxy8Dh > .card:not(:last-child) .ZHdcWoof,
.whxy8Dh > .card:not(:last-child) .CI2HM4yZT {
    border-top-right-radius: 0;
  }
  .whxy8Dh > .card:not(:last-child) .IYy6iq,
.whxy8Dh > .card:not(:last-child) .r4TBUgFc2Xw {
    border-bottom-right-radius: 0;
  }
  .whxy8Dh > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .whxy8Dh > .card:not(:first-child) .ZHdcWoof,
.whxy8Dh > .card:not(:first-child) .CI2HM4yZT {
    border-top-left-radius: 0;
  }
  .whxy8Dh > .card:not(:first-child) .IYy6iq,
.whxy8Dh > .card:not(:first-child) .r4TBUgFc2Xw {
    border-bottom-left-radius: 0;
  }
}

.LqCJd8 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .LqCJd8 {
    transition: none;
  }
}
.LqCJd8.collapsed {
  border-bottom-width: 0;
}
.LqCJd8:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}
.LqCJd8:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.LqCJd8::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .LqCJd8::after {
    transition: none;
  }
}
.LqCJd8:hover {
  z-index: 2;
}
.LqCJd8:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.X12R1HoKh:first-of-type .LqCJd8 {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.X12R1HoKh:last-of-type .LqCJd8.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.X12R1HoKh:last-of-type .uxwFu6Bc {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.uxwFu6Bc {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.rcEIBvc {
  padding: 1rem 1.25rem;
}

.NNwB9Np2F .LqCJd8 {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.NNwB9Np2F .uxwFu6Bc {
  border-width: 0;
}
.NNwB9Np2F .X12R1HoKh:first-of-type .LqCJd8 {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.NNwB9Np2F .X12R1HoKh:last-of-type .LqCJd8.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.HldANOIFgfm {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.c8bXYMvby + .c8bXYMvby {
  padding-left: 0.5rem;
}
.c8bXYMvby + .c8bXYMvby::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.c8bXYMvby.active {
  color: #6c757d;
}

.hUeWyWENi {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.jjl8Tpl {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .jjl8Tpl {
    transition: none;
  }
}
.jjl8Tpl:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.jjl8Tpl:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.dUhklwG7naC:not(:first-child) .jjl8Tpl {
  margin-left: -1px;
}
.dUhklwG7naC.active .jjl8Tpl {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.dUhklwG7naC.disabled .jjl8Tpl {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.jjl8Tpl {
  padding: 0.375rem 0.75rem;
}

.dUhklwG7naC:first-child .jjl8Tpl {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.dUhklwG7naC:last-child .jjl8Tpl {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.cHefh6 .jjl8Tpl {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.cHefh6 .dUhklwG7naC:first-child .jjl8Tpl {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.cHefh6 .dUhklwG7naC:last-child .jjl8Tpl {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.HdcdBLT .jjl8Tpl {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.HdcdBLT .dUhklwG7naC:first-child .jjl8Tpl {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.HdcdBLT .dUhklwG7naC:last-child .jjl8Tpl {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.bh0yVWCNBY {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.bh0yVWCNBY:empty {
  display: none;
}

.btn .bh0yVWCNBY {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.QG4yYVtfS {
  color: inherit;
}

.BCVrKGdj43r {
  font-weight: 700;
}

.A08Lzi {
  padding-right: 3rem;
}
.A08Lzi .s8iOjd {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.ngMo0F {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.ngMo0F .BCVrKGdj43r {
  color: #06357a;
}

.br9BteO {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.br9BteO .BCVrKGdj43r {
  color: #34383c;
}

.BjY6ipEp {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.BjY6ipEp .BCVrKGdj43r {
  color: #0c4128;
}

.QBQPDOMJyq {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.QBQPDOMJyq .BCVrKGdj43r {
  color: #04414d;
}

.TkY6mx0R {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.TkY6mx0R .BCVrKGdj43r {
  color: #523e02;
}

.KMwaCTex {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.KMwaCTex .BCVrKGdj43r {
  color: #6a1a21;
}

.CyjtkO6V {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.CyjtkO6V .BCVrKGdj43r {
  color: #4f5050;
}

.w5GfS2ID {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.w5GfS2ID .BCVrKGdj43r {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.MUTZir1EdFy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .MUTZir1EdFy {
    transition: none;
  }
}

.ybCK1c17Bh {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.Nk805ZTETq {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .Nk805ZTETq {
    -webkit-animation: none;
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.cPzyB5mlCEw {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.cPzyB5mlCEw:hover, .cPzyB5mlCEw:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.cPzyB5mlCEw:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.Rb1AOJGIoL {
  flex-direction: row;
}
.Rb1AOJGIoL > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.Rb1AOJGIoL > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.Rb1AOJGIoL > .list-group-item.active {
  margin-top: 0;
}
.Rb1AOJGIoL > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.Rb1AOJGIoL > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .B6dYwWYj {
    flex-direction: row;
  }
  .B6dYwWYj > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .B6dYwWYj > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .B6dYwWYj > .list-group-item.active {
    margin-top: 0;
  }
  .B6dYwWYj > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .B6dYwWYj > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .mHVcgpq {
    flex-direction: row;
  }
  .mHVcgpq > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .mHVcgpq > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .mHVcgpq > .list-group-item.active {
    margin-top: 0;
  }
  .mHVcgpq > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .mHVcgpq > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .hrwudt {
    flex-direction: row;
  }
  .hrwudt > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .hrwudt > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .hrwudt > .list-group-item.active {
    margin-top: 0;
  }
  .hrwudt > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .hrwudt > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .GClnB7ixdIN {
    flex-direction: row;
  }
  .GClnB7ixdIN > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .GClnB7ixdIN > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .GClnB7ixdIN > .list-group-item.active {
    margin-top: 0;
  }
  .GClnB7ixdIN > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .GClnB7ixdIN > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .nma3XtLrdn {
    flex-direction: row;
  }
  .nma3XtLrdn > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .nma3XtLrdn > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .nma3XtLrdn > .list-group-item.active {
    margin-top: 0;
  }
  .nma3XtLrdn > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .nma3XtLrdn > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.dBujXDOhG {
  border-radius: 0;
}
.dBujXDOhG > .list-group-item {
  border-width: 0 0 1px;
}
.dBujXDOhG > .list-group-item:last-child {
  border-bottom-width: 0;
}

.zD5hygeeotA {
  color: #084298;
  background-color: #cfe2ff;
}
.zD5hygeeotA.cPzyB5mlCEw:hover, .zD5hygeeotA.cPzyB5mlCEw:focus {
  color: #084298;
  background-color: #bacbe6;
}
.zD5hygeeotA.cPzyB5mlCEw.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.rFItGUSDw {
  color: #41464b;
  background-color: #e2e3e5;
}
.rFItGUSDw.cPzyB5mlCEw:hover, .rFItGUSDw.cPzyB5mlCEw:focus {
  color: #41464b;
  background-color: #cbccce;
}
.rFItGUSDw.cPzyB5mlCEw.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.qEv3rjDbK {
  color: #0f5132;
  background-color: #d1e7dd;
}
.qEv3rjDbK.cPzyB5mlCEw:hover, .qEv3rjDbK.cPzyB5mlCEw:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.qEv3rjDbK.cPzyB5mlCEw.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.FwBpikRHOBE {
  color: #055160;
  background-color: #cff4fc;
}
.FwBpikRHOBE.cPzyB5mlCEw:hover, .FwBpikRHOBE.cPzyB5mlCEw:focus {
  color: #055160;
  background-color: #badce3;
}
.FwBpikRHOBE.cPzyB5mlCEw.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.FIxd2leE {
  color: #664d03;
  background-color: #fff3cd;
}
.FIxd2leE.cPzyB5mlCEw:hover, .FIxd2leE.cPzyB5mlCEw:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.FIxd2leE.cPzyB5mlCEw.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.t4Rdh3h80 {
  color: #842029;
  background-color: #f8d7da;
}
.t4Rdh3h80.cPzyB5mlCEw:hover, .t4Rdh3h80.cPzyB5mlCEw:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.t4Rdh3h80.cPzyB5mlCEw.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.laVca7u {
  color: #636464;
  background-color: #fefefe;
}
.laVca7u.cPzyB5mlCEw:hover, .laVca7u.cPzyB5mlCEw:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.laVca7u.cPzyB5mlCEw.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.OE57o2cHZV {
  color: #141619;
  background-color: #d3d3d4;
}
.OE57o2cHZV.cPzyB5mlCEw:hover, .OE57o2cHZV.cPzyB5mlCEw:focus {
  color: #141619;
  background-color: #bebebf;
}
.OE57o2cHZV.cPzyB5mlCEw.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.s8iOjd {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.s8iOjd:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.s8iOjd:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.s8iOjd:disabled, .s8iOjd.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.PMFTDoiV1 {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.QqxIJUe {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.QqxIJUe > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.QEaN1fgdI {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.QEaN1fgdI .s8iOjd {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.Xrir31kctgM {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  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);
}

.GhjXNCJxOQh {
  height: calc(100% - 1rem);
}
.GhjXNCJxOQh .tFdIbpr0o {
  max-height: 100%;
  overflow: hidden;
}
.GhjXNCJxOQh .modal-body {
  overflow-y: auto;
}

.FGMWl1nS9 {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.tFdIbpr0o {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.dh3vRZ2AFhv {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.dh3vRZ2AFhv .s8iOjd {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.Nv94zb {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.xnQbcon {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.xnQbcon > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .GhjXNCJxOQh {
    height: calc(100% - 3.5rem);
  }

  .FGMWl1nS9 {
    min-height: calc(100% - 3.5rem);
  }

  .ebRV9UI {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .tLxG1XIP0,
.ZaW5rjEI {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .ZaW5rjEI {
    max-width: 1140px;
  }
}
.qrz0Vy6M {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.qrz0Vy6M .tFdIbpr0o {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.qrz0Vy6M .dh3vRZ2AFhv {
  border-radius: 0;
}
.qrz0Vy6M .modal-body {
  overflow-y: auto;
}
.qrz0Vy6M .xnQbcon {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .YAqky9GL8 {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .YAqky9GL8 .tFdIbpr0o {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .YAqky9GL8 .dh3vRZ2AFhv {
    border-radius: 0;
  }
  .YAqky9GL8 .modal-body {
    overflow-y: auto;
  }
  .YAqky9GL8 .xnQbcon {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .TSaIQYE {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .TSaIQYE .tFdIbpr0o {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .TSaIQYE .dh3vRZ2AFhv {
    border-radius: 0;
  }
  .TSaIQYE .modal-body {
    overflow-y: auto;
  }
  .TSaIQYE .xnQbcon {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .xN5RYTWr {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .xN5RYTWr .tFdIbpr0o {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .xN5RYTWr .dh3vRZ2AFhv {
    border-radius: 0;
  }
  .xN5RYTWr .modal-body {
    overflow-y: auto;
  }
  .xN5RYTWr .xnQbcon {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .vlgcNbs {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .vlgcNbs .tFdIbpr0o {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .vlgcNbs .dh3vRZ2AFhv {
    border-radius: 0;
  }
  .vlgcNbs .modal-body {
    overflow-y: auto;
  }
  .vlgcNbs .xnQbcon {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .CuztCF {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .CuztCF .tFdIbpr0o {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .CuztCF .dh3vRZ2AFhv {
    border-radius: 0;
  }
  .CuztCF .modal-body {
    overflow-y: auto;
  }
  .CuztCF .xnQbcon {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.BJHJwj, .V1lUazP[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.BJHJwj .tooltip-arrow, .V1lUazP[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.BJHJwj .tooltip-arrow::before, .V1lUazP[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.kqOZL1bIN, .V1lUazP[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.kqOZL1bIN .tooltip-arrow, .V1lUazP[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.kqOZL1bIN .tooltip-arrow::before, .V1lUazP[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.BhZwqiAky, .V1lUazP[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.BhZwqiAky .tooltip-arrow, .V1lUazP[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.BhZwqiAky .tooltip-arrow::before, .V1lUazP[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.uao91F, .V1lUazP[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.uao91F .tooltip-arrow, .V1lUazP[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.uao91F .tooltip-arrow::before, .V1lUazP[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.slObTpww > .popover-arrow, .bY46VzjGTxH[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.slObTpww > .popover-arrow::before, .bY46VzjGTxH[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.slObTpww > .popover-arrow::after, .bY46VzjGTxH[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.FeXsiZ4uw3F > .popover-arrow, .bY46VzjGTxH[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.FeXsiZ4uw3F > .popover-arrow::before, .bY46VzjGTxH[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.FeXsiZ4uw3F > .popover-arrow::after, .bY46VzjGTxH[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.zZ5ePrEJZ > .popover-arrow, .bY46VzjGTxH[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.zZ5ePrEJZ > .popover-arrow::before, .bY46VzjGTxH[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.zZ5ePrEJZ > .popover-arrow::after, .bY46VzjGTxH[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.zZ5ePrEJZ .popover-header::before, .bY46VzjGTxH[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.QZbXIqzgjoQ > .popover-arrow, .bY46VzjGTxH[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.QZbXIqzgjoQ > .popover-arrow::before, .bY46VzjGTxH[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.QZbXIqzgjoQ > .popover-arrow::after, .bY46VzjGTxH[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.dJusWc5 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.dJusWc5::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  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 */
.bnn5JxXVXy .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.bnn5JxXVXy .carousel-item.active,
.bnn5JxXVXy .carousel-item-next.carousel-item-start,
.bnn5JxXVXy .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.bnn5JxXVXy .active.carousel-item-start,
.bnn5JxXVXy .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .bnn5JxXVXy .active.carousel-item-start,
.bnn5JxXVXy .active.carousel-item-end {
    transition: none;
  }
}

.Hyz5AFX,
.zObOf7 {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .Hyz5AFX,
.zObOf7 {
    transition: none;
  }
}
.Hyz5AFX:hover, .Hyz5AFX:focus,
.zObOf7:hover,
.zObOf7:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.Hyz5AFX {
  left: 0;
}

.zObOf7 {
  right: 0;
}

.TWYPc8,
.GtYSn9ibNss {
  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"
  } ]
} */
.TWYPc8 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.GtYSn9ibNss {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.FEhuoC {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.yDN92bt .TWYPc8,
.yDN92bt .GtYSn9ibNss {
  filter: invert(1) grayscale(100);
}
.yDN92bt .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.yDN92bt .FEhuoC {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.kQFgaqE {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.rbTNnsljkK0 {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.LWgxdV9kBKe {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.QR9PrErWPxi {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .kQFgaqE,
.LWgxdV9kBKe {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.xWEF5aJ {
  color: #0d6efd;
}
.xWEF5aJ:hover, .xWEF5aJ:focus {
  color: #0a58ca;
}

.TlWlcdLJg2 {
  color: #6c757d;
}
.TlWlcdLJg2:hover, .TlWlcdLJg2:focus {
  color: #565e64;
}

.e2RQj3R {
  color: #198754;
}
.e2RQj3R:hover, .e2RQj3R:focus {
  color: #146c43;
}

.MorjW1Sr0NY {
  color: #0dcaf0;
}
.MorjW1Sr0NY:hover, .MorjW1Sr0NY:focus {
  color: #3dd5f3;
}

.yjlqr8QK {
  color: #ffc107;
}
.yjlqr8QK:hover, .yjlqr8QK:focus {
  color: #ffcd39;
}

.Gbp3915 {
  color: #dc3545;
}
.Gbp3915:hover, .Gbp3915:focus {
  color: #b02a37;
}

.w5dLUIpJ {
  color: #f8f9fa;
}
.w5dLUIpJ:hover, .w5dLUIpJ:focus {
  color: #f9fafb;
}

.l8tHuoJ {
  color: #212529;
}
.l8tHuoJ:hover, .l8tHuoJ:focus {
  color: #1a1e21;
}

.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%;
}

.a0emXEYN7o5 {
  --bs-aspect-ratio: 100%;
}

.UVTzDvSAYi8 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.X7duok8 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.Pp2XAl {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .LsS370dz02Z {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .OBlb0oQmTF {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .DT1COvi {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .XsRuiRoTeET {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .ZxOeIlOJXy {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.lmp1NhyvlDQ,
.PG0D7PCCtK: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;
}

.rqtIBbUumT::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.IBc0tig4md {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aZ5pqr {
  vertical-align: baseline !important;
}

.lSlG5sA {
  vertical-align: top !important;
}

.nGuf2HJWqO {
  vertical-align: middle !important;
}

.Eo9hIWGfK {
  vertical-align: bottom !important;
}

.Vcra0K6gBbj {
  vertical-align: text-bottom !important;
}

.EMkwBVN {
  vertical-align: text-top !important;
}

.MCpghNOs {
  float: left !important;
}

.qyhnxt4f5 {
  float: right !important;
}

.xIdu0J {
  float: none !important;
}

.NlmfrCiCiAh {
  overflow: auto !important;
}

.AX8F3JD {
  overflow: hidden !important;
}

.vBfh1z {
  overflow: visible !important;
}

.jS7ZUfP3 {
  overflow: scroll !important;
}

.bobt7yAnk {
  display: inline !important;
}

.l900dLN {
  display: inline-block !important;
}

.MzGfvCEQ8i {
  display: block !important;
}

.WfIlbYuaYDL {
  display: grid !important;
}

.AemeBq3wNjK {
  display: table !important;
}

.J1bVMxcbAtr {
  display: table-row !important;
}

.o36Xhhod3 {
  display: table-cell !important;
}

.Xno8Qu1 {
  display: flex !important;
}

.MML5Qtb {
  display: inline-flex !important;
}

.oTrWkj {
  display: none !important;
}

.nLwmXXz {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.JwTMmu {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.aNTpCqInzz {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.rptYoO23ZYW {
  box-shadow: none !important;
}

.h6eLDv9I {
  position: static !important;
}

.FpLubLCvZ {
  position: relative !important;
}

.TuLXbL {
  position: absolute !important;
}

.vTr3TuwN {
  position: fixed !important;
}

.FSxccp {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.cSE78BIzLo9 {
  top: 0 !important;
}

.fut6pHkt {
  top: 50% !important;
}

.vf9q78 {
  top: 100% !important;
}

.NTLikDdsy1O {
  bottom: 0 !important;
}

.OfnTZG {
  bottom: 50% !important;
}

.exBgJ0s6Oz {
  bottom: 100% !important;
}

.v1BCr7Ed {
  left: 0 !important;
}

.rhZMLpM8rn {
  left: 50% !important;
}

.kB5yiP {
  left: 100% !important;
}

.Ezjuvxxw58l {
  right: 0 !important;
}

.sm8j0jyKhdu {
  right: 50% !important;
}

.OcQW9wGgfek {
  right: 100% !important;
}

.gdevAkvd6O {
  transform: translate(-50%, -50%) !important;
}

.YhTTLiM {
  transform: translateX(-50%) !important;
}

.Bobob48 {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.TzThXRw {
  border: 0 !important;
}

.lQ0XaDQ9t {
  border-top: 1px solid #dee2e6 !important;
}

.ys0Lt9JMcDl {
  border-top: 0 !important;
}

.QopuQSxMBh {
  border-right: 1px solid #dee2e6 !important;
}

.Cd6llO {
  border-right: 0 !important;
}

.iLdGrJmDiz {
  border-bottom: 1px solid #dee2e6 !important;
}

.ygn1Wo0mKj {
  border-bottom: 0 !important;
}

.BTGPbG4P1za {
  border-left: 1px solid #dee2e6 !important;
}

.beIWgF {
  border-left: 0 !important;
}

.fGcItw {
  border-color: #0d6efd !important;
}

.TCE10f2 {
  border-color: #6c757d !important;
}

.y06e1Q {
  border-color: #198754 !important;
}

.OqK640b {
  border-color: #0dcaf0 !important;
}

.lFxuk9TquMt {
  border-color: #ffc107 !important;
}

.MZKPx0B9L {
  border-color: #dc3545 !important;
}

.VeXnt81 {
  border-color: #f8f9fa !important;
}

.fBOVZFboofh {
  border-color: #212529 !important;
}

.wfAwCZm {
  border-color: #fff !important;
}

.TzThXRw {
  border-width: 0 !important;
}

.bg3DDza8Q0 {
  border-width: 1px !important;
}

.LdEgU5o7Rj0 {
  border-width: 2px !important;
}

.vLbsu4ZY {
  border-width: 3px !important;
}

.JCFD3c3XPLf {
  border-width: 4px !important;
}

.TYowS5J9 {
  border-width: 5px !important;
}

.C5Ynv9VT {
  width: 25% !important;
}

.pXB4bEb {
  width: 50% !important;
}

.NYRY2PKvFLD {
  width: 75% !important;
}

.dLOtAN {
  width: 100% !important;
}

.DljQnH7V {
  width: auto !important;
}

.ueNNHj {
  max-width: 100% !important;
}

.HUeflbH {
  width: 100vw !important;
}

.RCAdKTx {
  min-width: 100vw !important;
}

.VrCCDM7 {
  height: 25% !important;
}

.g0Kc6oA9 {
  height: 50% !important;
}

.o72EbZzXv {
  height: 75% !important;
}

.NX19z7Z1I {
  height: 100% !important;
}

.Um8xPuS {
  height: auto !important;
}

.QidDLF {
  max-height: 100% !important;
}

.JVXO124uOD {
  height: 100vh !important;
}

.NOSEovHvE2V {
  min-height: 100vh !important;
}

.y4zwic {
  flex: 1 1 auto !important;
}

.yvRuSv9R {
  flex-direction: row !important;
}

.kCSp1a {
  flex-direction: column !important;
}

.se7STu {
  flex-direction: row-reverse !important;
}

.LfAl1MmjD2 {
  flex-direction: column-reverse !important;
}

.e4jlqweR06 {
  flex-grow: 0 !important;
}

.PJwhQo6rlUG {
  flex-grow: 1 !important;
}

.jqlamoFqQQ {
  flex-shrink: 0 !important;
}

.or47h8bE {
  flex-shrink: 1 !important;
}

.UBtieia {
  flex-wrap: wrap !important;
}

.upfya7jyMb {
  flex-wrap: nowrap !important;
}

.xWp5SoGTNgI {
  flex-wrap: wrap-reverse !important;
}

.D1Uu4taV {
  gap: 0 !important;
}

.bx8WUOZF {
  gap: 0.25rem !important;
}

.cvZg3y {
  gap: 0.5rem !important;
}

.oNgrxX7SdpB {
  gap: 1rem !important;
}

.IXDEY8Fv {
  gap: 1.5rem !important;
}

.jPWQ0Kqo {
  gap: 3rem !important;
}

.s6Kimux {
  justify-content: flex-start !important;
}

.ttmzVeVS9Xw {
  justify-content: flex-end !important;
}

.pTGq1h {
  justify-content: center !important;
}

.LF17GH {
  justify-content: space-between !important;
}

.w46DHxBc {
  justify-content: space-around !important;
}

.LM6f7L6e {
  justify-content: space-evenly !important;
}

.Tg61DY {
  align-items: flex-start !important;
}

.Ur9QZtEB2P {
  align-items: flex-end !important;
}

.iZtsrO {
  align-items: center !important;
}

.GTpUYo {
  align-items: baseline !important;
}

.OCpo9qyyU {
  align-items: stretch !important;
}

.kNpNIQ {
  align-content: flex-start !important;
}

.meL7XoYpbYg {
  align-content: flex-end !important;
}

.VgEsWM {
  align-content: center !important;
}

.iKF136qz {
  align-content: space-between !important;
}

.mT8iAZSxUdv {
  align-content: space-around !important;
}

.UimaaA {
  align-content: stretch !important;
}

.sfkMSbO {
  align-self: auto !important;
}

.k1tHr4QNHm7 {
  align-self: flex-start !important;
}

.UWlL8O {
  align-self: flex-end !important;
}

.e37HBQ86bP {
  align-self: center !important;
}

.OHe6es {
  align-self: baseline !important;
}

.YQnmqkVh {
  align-self: stretch !important;
}

.ekJS9vCh0 {
  order: -1 !important;
}

.qdcOytO {
  order: 0 !important;
}

.nTmQvXY9zwo {
  order: 1 !important;
}

.hRxWZB82y {
  order: 2 !important;
}

.CKBuuh {
  order: 3 !important;
}

.elX5Nj {
  order: 4 !important;
}

.PlMgb1O {
  order: 5 !important;
}

.tTHCwNS0 {
  order: 6 !important;
}

.vMZLDc2U {
  margin: 0 !important;
}

.A6KVfY {
  margin: 0.25rem !important;
}

.ZCE8qvBuv {
  margin: 0.5rem !important;
}

.I1sUCHt9SQ {
  margin: 1rem !important;
}

.QRZuqFx {
  margin: 1.5rem !important;
}

.BQuxcV {
  margin: 3rem !important;
}

.LGozgooz6Fn {
  margin: auto !important;
}

.UfXQ0uLGt {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ff3L8O {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.QQpbxjpK {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.fdteKf {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.FB7mSDMLjTw {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.MhpXsdZacgw {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.GKssVCBz {
  margin-right: auto !important;
  margin-left: auto !important;
}

.MaD6SM8tX {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.AzuwZe9sX {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.h5ypcl {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.WYafrAhlfA7 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.D9Ls0x2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.hjnCBjUV {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.qIfL9ab {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.TaAi5t {
  margin-top: 0 !important;
}

.HpqhyHpgsB {
  margin-top: 0.25rem !important;
}

.EYz5SB6C5 {
  margin-top: 0.5rem !important;
}

.hhXsocZ {
  margin-top: 1rem !important;
}

.Bgj0ixWkc {
  margin-top: 1.5rem !important;
}

.lQa7TQMJNB {
  margin-top: 3rem !important;
}

.cLbqt3UfOxv {
  margin-top: auto !important;
}

.QK8aP6F6WP {
  margin-right: 0 !important;
}

.CGBXeai {
  margin-right: 0.25rem !important;
}

.dBvWq624Kpc {
  margin-right: 0.5rem !important;
}

.zTg698LRd8 {
  margin-right: 1rem !important;
}

.xeCI2umgB4 {
  margin-right: 1.5rem !important;
}

.evscBww {
  margin-right: 3rem !important;
}

.IyScGnG {
  margin-right: auto !important;
}

.ClacVWME9 {
  margin-bottom: 0 !important;
}

.JmxtqRUW {
  margin-bottom: 0.25rem !important;
}

.mc67ebYT {
  margin-bottom: 0.5rem !important;
}

.rJM8CFHvB {
  margin-bottom: 1rem !important;
}

.gOnDpSdD {
  margin-bottom: 1.5rem !important;
}

.HRrC1zet {
  margin-bottom: 3rem !important;
}

.Uln0WAjv13j {
  margin-bottom: auto !important;
}

.jRGQm4I {
  margin-left: 0 !important;
}

.J8dcDbK {
  margin-left: 0.25rem !important;
}

.e8hqaA {
  margin-left: 0.5rem !important;
}

.QonmQIUXn {
  margin-left: 1rem !important;
}

.Fm6tXvG {
  margin-left: 1.5rem !important;
}

.RaeBhDKeeeI {
  margin-left: 3rem !important;
}

.iIO8vi8hnHa {
  margin-left: auto !important;
}

.AuOs1AafNl7 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.yZx7mDyJENT {
  padding: 0.5rem !important;
}

.J40u1PMpmt {
  padding: 1rem !important;
}

.UPXCmxl3B {
  padding: 1.5rem !important;
}

.F2HAWSeDfh {
  padding: 3rem !important;
}

.PEwlUpH {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.TGtNvbJw {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.xWno6hbT {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.n1JKhg {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.nGoM1ebTTq {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.kpPUzyteK {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.oSrGZELx4 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.y4i3O4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.wDB2i5wcme {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.XVyR62e {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.IvjF6b {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.h1BBQsw {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.Wj2fH2kVqS {
  padding-top: 0 !important;
}

.uQuT9OvL {
  padding-top: 0.25rem !important;
}

.Pv60ZTJ2D {
  padding-top: 0.5rem !important;
}

.nWyCRxj0NvQ {
  padding-top: 1rem !important;
}

.jwQD9yH2uie {
  padding-top: 1.5rem !important;
}

.nDqvO545 {
  padding-top: 3rem !important;
}

.pECU7cKy55 {
  padding-right: 0 !important;
}

.haM7zLlf {
  padding-right: 0.25rem !important;
}

.ZRLMnGlLT {
  padding-right: 0.5rem !important;
}

.iMbXwws {
  padding-right: 1rem !important;
}

.uwyZf81 {
  padding-right: 1.5rem !important;
}

.LHpmUTTDZJ {
  padding-right: 3rem !important;
}

.gd2n8Ghh2G {
  padding-bottom: 0 !important;
}

.bY63sH {
  padding-bottom: 0.25rem !important;
}

.XL5M8zo {
  padding-bottom: 0.5rem !important;
}

.IXN00O1 {
  padding-bottom: 1rem !important;
}

.Ur8qikI {
  padding-bottom: 1.5rem !important;
}

.nrDqbRV0 {
  padding-bottom: 3rem !important;
}

.ocOWwB5Ed {
  padding-left: 0 !important;
}

.meTuDipl {
  padding-left: 0.25rem !important;
}

.L401GPTgkK {
  padding-left: 0.5rem !important;
}

.ziWM2g6yw6 {
  padding-left: 1rem !important;
}

.VPfXeE {
  padding-left: 1.5rem !important;
}

.g2Amoz {
  padding-left: 3rem !important;
}

.mAyewfpDS {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.UkzPCWRrI {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.SYnZezY {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.RLiqZIi7U {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.KuqfXId0AlK {
  font-size: 1.25rem !important;
}

.AKvNcFKwBL {
  font-size: 1rem !important;
}

.rSrr5c02 {
  font-style: italic !important;
}

.c2l4jLJlKE {
  font-style: normal !important;
}

.pvcG6SyOcu {
  font-weight: 300 !important;
}

.IJSXzihS8ny {
  font-weight: lighter !important;
}

.k2TaZCW {
  font-weight: 400 !important;
}

.wMRWRmI {
  font-weight: 700 !important;
}

.DSyHSvUqR {
  font-weight: bolder !important;
}

.uApse88 {
  text-transform: lowercase !important;
}

.J5vwDhscpH1 {
  text-transform: uppercase !important;
}

.BNRtzRZK {
  text-transform: capitalize !important;
}

.sq5lOwQ5 {
  text-align: left !important;
}

.DEjDdXTVY {
  text-align: right !important;
}

.iPgQfkID {
  text-align: center !important;
}

.vhC3xhv5c {
  color: #0d6efd !important;
}

.ryWsY0MK0 {
  color: #6c757d !important;
}

.NrQ5SmR75Cd {
  color: #198754 !important;
}

.FTnsk3 {
  color: #0dcaf0 !important;
}

.pLhqPRnGh {
  color: #ffc107 !important;
}

.WLgcIkfyTa {
  color: #dc3545 !important;
}

.Y1mbcm {
  color: #f8f9fa !important;
}

.HRhpA6PcI {
  color: #212529 !important;
}

.dnD7qvf {
  color: #fff !important;
}

.MNRA2zw {
  color: #212529 !important;
}

.UZd1n2KivI {
  color: #6c757d !important;
}

.cUeY5K {
  color: rgba(0, 0, 0, 0.5) !important;
}

.bEovmfKAQae {
  color: rgba(255, 255, 255, 0.5) !important;
}

.HiayvOILBIu {
  color: inherit !important;
}

.rYnrPKNJET {
  line-height: 1 !important;
}

.YKQb5fAR {
  line-height: 1.25 !important;
}

.GnLK0z {
  line-height: 1.5 !important;
}

.qf7zmqubnTl {
  line-height: 2 !important;
}

.dEIjFv6eRQ {
  background-color: #0d6efd !important;
}

.VX8vwc1mI {
  background-color: #6c757d !important;
}

.faKgktiW {
  background-color: #198754 !important;
}

.KulaKR {
  background-color: #0dcaf0 !important;
}

.AuaIeWM {
  background-color: #ffc107 !important;
}

.Sz7j2Da {
  background-color: #dc3545 !important;
}

.bgYuXDqYJX {
  background-color: #f8f9fa !important;
}

.dZv8R0jvj7 {
  background-color: #212529 !important;
}

.iMJxZT0M5 {
  background-color: #fff !important;
}

.B9ya4Z0i {
  background-color: #fff !important;
}

.xdxeDc9w3X {
  background-color: transparent !important;
}

.BjakAnTY {
  background-image: var(--bs-gradient) !important;
}

.phOScm54Vpf {
  white-space: normal !important;
}

.xggLnOAt {
  white-space: nowrap !important;
}

.l7AGX283s {
  text-decoration: none !important;
}

.UkdYb8 {
  text-decoration: underline !important;
}

.QS3jkF {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.UYK1EIBsHww {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.CdHSo3DUcf {
  font-family: var(--bs-font-monospace) !important;
}

.hkfbgCP {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.XM8D8mDb {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.BA1EQq {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.jwN6gL4mD {
  pointer-events: none !important;
}

.LUJiDTY {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.tSC4HCjxv {
  border-radius: 0 !important;
}

.kdWgvLc {
  border-radius: 0.2rem !important;
}

.gcT6K4lHeB3 {
  border-radius: 0.25rem !important;
}

.ZOSiYhUBAvX {
  border-radius: 0.3rem !important;
}

.FdmYxqAzl6Y {
  border-radius: 50% !important;
}

.siLfrHY {
  border-radius: 50rem !important;
}

.JjSd9F {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.PM3qpfYgAb {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.AWzTA31op1 {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.KUoaBKlmN {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.CczcKLN8v {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .Sji2dWgDxjU {
    float: left !important;
  }

  .RweEmjpc {
    float: right !important;
  }

  .Hp8GQJ {
    float: none !important;
  }

  .yAT3AqoQ {
    display: inline !important;
  }

  .jXDmz3ZoEg {
    display: inline-block !important;
  }

  .cfVUigGWN6U {
    display: block !important;
  }

  .u0Syrj {
    display: grid !important;
  }

  .LJ9RZqtfU7 {
    display: table !important;
  }

  .qgfLLed {
    display: table-row !important;
  }

  .UhPIRP6W {
    display: table-cell !important;
  }

  .Jdo9LkTR27 {
    display: flex !important;
  }

  .dyIljUU3vVx {
    display: inline-flex !important;
  }

  .hPbVhT {
    display: none !important;
  }

  .PA3OfJL {
    flex: 1 1 auto !important;
  }

  .gv4h10h77 {
    flex-direction: row !important;
  }

  .Z1MPbOXH {
    flex-direction: column !important;
  }

  .Fu8S2fvQ {
    flex-direction: row-reverse !important;
  }

  .rgkAOI {
    flex-direction: column-reverse !important;
  }

  .yuOXf8 {
    flex-grow: 0 !important;
  }

  .XJ4EsDiV {
    flex-grow: 1 !important;
  }

  .NZvYh3NKQj {
    flex-shrink: 0 !important;
  }

  .QYzFf8DDsD {
    flex-shrink: 1 !important;
  }

  .m2thmivN {
    flex-wrap: wrap !important;
  }

  .V9OEfhUIy {
    flex-wrap: nowrap !important;
  }

  .A6HRPaLnCEb {
    flex-wrap: wrap-reverse !important;
  }

  .PiIDTwQs6tO {
    gap: 0 !important;
  }

  .T2owoWcr2w {
    gap: 0.25rem !important;
  }

  .vrhF5nuUlV {
    gap: 0.5rem !important;
  }

  .E002TB {
    gap: 1rem !important;
  }

  .h1fbUTwDG {
    gap: 1.5rem !important;
  }

  .vb6z7VEqeVv {
    gap: 3rem !important;
  }

  .pekEsuf {
    justify-content: flex-start !important;
  }

  .y9iRv3B {
    justify-content: flex-end !important;
  }

  .BeO1YIW7xm {
    justify-content: center !important;
  }

  .IKRC1KcbLDf {
    justify-content: space-between !important;
  }

  .z0wGtJ2gL {
    justify-content: space-around !important;
  }

  .ouq8Ylfqb9 {
    justify-content: space-evenly !important;
  }

  .v2H8Wk {
    align-items: flex-start !important;
  }

  .ijP6tdrx4 {
    align-items: flex-end !important;
  }

  .rvhW3dQyOlR {
    align-items: center !important;
  }

  .lgKkZ5SF {
    align-items: baseline !important;
  }

  .VxoX9mr {
    align-items: stretch !important;
  }

  .eqv1eb6g2mF {
    align-content: flex-start !important;
  }

  .IvanFvfaE {
    align-content: flex-end !important;
  }

  .gaYkzg {
    align-content: center !important;
  }

  .PZrtSh737Io {
    align-content: space-between !important;
  }

  .s37oMaPI {
    align-content: space-around !important;
  }

  .xcITrk7 {
    align-content: stretch !important;
  }

  .lgv8TiPQ1f {
    align-self: auto !important;
  }

  .Wilmpf {
    align-self: flex-start !important;
  }

  .DWary0jtnbB {
    align-self: flex-end !important;
  }

  .DKBtyLwEUs {
    align-self: center !important;
  }

  .BD9ZK4q {
    align-self: baseline !important;
  }

  .Ow0pVL3b {
    align-self: stretch !important;
  }

  .LYeQzY {
    order: -1 !important;
  }

  .gaSLs9Z {
    order: 0 !important;
  }

  .gegj1cg {
    order: 1 !important;
  }

  .FFnDzR {
    order: 2 !important;
  }

  .ASD9g9td {
    order: 3 !important;
  }

  .QrI9mHV {
    order: 4 !important;
  }

  .VccNO5a {
    order: 5 !important;
  }

  .zlJzcTkY {
    order: 6 !important;
  }

  .GPeP7d {
    margin: 0 !important;
  }

  .vUC4eju838D {
    margin: 0.25rem !important;
  }

  .Ye4lSw1Z {
    margin: 0.5rem !important;
  }

  .ve6WNmfUlQL {
    margin: 1rem !important;
  }

  .zqT77T {
    margin: 1.5rem !important;
  }

  .tLwDYwTtaee {
    margin: 3rem !important;
  }

  .TDtkOeJ5G {
    margin: auto !important;
  }

  .nHXK02 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .Yg37iHVU0R {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .KRP1IVDH60 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .qmE6JfA26 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .jAyZryoTp {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .iSYLkhMF {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .xhiqYvFjwdG {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .pGA3cy {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .j7Auaxhxa {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .E5KbQeJJ9J {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .y7XMEvi {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .Cnf9IJ8roC0 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .musWiWjc7M {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .DvWjza6 {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .DTaPcKkjER {
    margin-top: 0 !important;
  }

  .OR8ybZ {
    margin-top: 0.25rem !important;
  }

  .WZ7Q6OP59g {
    margin-top: 0.5rem !important;
  }

  .GCBtNsS {
    margin-top: 1rem !important;
  }

  .R5TciLYt {
    margin-top: 1.5rem !important;
  }

  .YpdWYW4 {
    margin-top: 3rem !important;
  }

  .ofqmjB0g {
    margin-top: auto !important;
  }

  .XNjejlEha {
    margin-right: 0 !important;
  }

  .VDbX3B {
    margin-right: 0.25rem !important;
  }

  .Lh174gDN {
    margin-right: 0.5rem !important;
  }

  .kUcFdUv {
    margin-right: 1rem !important;
  }

  .JPIaRMUF {
    margin-right: 1.5rem !important;
  }

  .WMOdDQ {
    margin-right: 3rem !important;
  }

  .qtTgSJU {
    margin-right: auto !important;
  }

  .G1kp21iXL {
    margin-bottom: 0 !important;
  }

  .GoSkAJoW2 {
    margin-bottom: 0.25rem !important;
  }

  .fZhP33cr {
    margin-bottom: 0.5rem !important;
  }

  .YL0es4NA1UC {
    margin-bottom: 1rem !important;
  }

  .mNCCKbYhB {
    margin-bottom: 1.5rem !important;
  }

  .zvdCDLRdmz {
    margin-bottom: 3rem !important;
  }

  .CO6GkZlUBOl {
    margin-bottom: auto !important;
  }

  .acTr77U {
    margin-left: 0 !important;
  }

  .cxJlC3ot {
    margin-left: 0.25rem !important;
  }

  .Zd6GGFY {
    margin-left: 0.5rem !important;
  }

  .xCfndNc0pJM {
    margin-left: 1rem !important;
  }

  .IUZF8JsTCIT {
    margin-left: 1.5rem !important;
  }

  .NRIjij4 {
    margin-left: 3rem !important;
  }

  .AeRUcGIqM {
    margin-left: auto !important;
  }

  .EA6jlLrK {
    padding: 0 !important;
  }

  .dEV5iMyTEE {
    padding: 0.25rem !important;
  }

  .heKmyCGZ {
    padding: 0.5rem !important;
  }

  .ttFyzmucano {
    padding: 1rem !important;
  }

  .fYlUUxyG {
    padding: 1.5rem !important;
  }

  .gbGv1DwVW {
    padding: 3rem !important;
  }

  .ukUheXD {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .tWczTl7qV {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .xP9dtYGvQ {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .htbaOeQ {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .M7DFjgqJ0CM {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .jemvFhkAo {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .EzjhZgX {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .FOCQOa8T {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .C73x3QV {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .qxqIJUXzd2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p5kLPfbV {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .psc3B5kj {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .HGsFgi {
    padding-top: 0 !important;
  }

  .ny7yNw0 {
    padding-top: 0.25rem !important;
  }

  .GrZ3epExLq {
    padding-top: 0.5rem !important;
  }

  .wFjJgRg5za {
    padding-top: 1rem !important;
  }

  .kQOFEJeSXMt {
    padding-top: 1.5rem !important;
  }

  .Hq7QhB34A {
    padding-top: 3rem !important;
  }

  .JyKF7VHf {
    padding-right: 0 !important;
  }

  .CIxYVV7 {
    padding-right: 0.25rem !important;
  }

  .Oa3dE0Zf {
    padding-right: 0.5rem !important;
  }

  .uxx3NBsyj {
    padding-right: 1rem !important;
  }

  .lR8pe9tes4 {
    padding-right: 1.5rem !important;
  }

  .BFVIs9s {
    padding-right: 3rem !important;
  }

  .tdVb6QyHt {
    padding-bottom: 0 !important;
  }

  .BQ0LeTQ {
    padding-bottom: 0.25rem !important;
  }

  .bMOWbXv2 {
    padding-bottom: 0.5rem !important;
  }

  .u3fPqiU {
    padding-bottom: 1rem !important;
  }

  .Z3FFdjTm {
    padding-bottom: 1.5rem !important;
  }

  .lEzUh0Qe {
    padding-bottom: 3rem !important;
  }

  .qQ1lwl {
    padding-left: 0 !important;
  }

  .bvdqdVoB6ZB {
    padding-left: 0.25rem !important;
  }

  .M75CaYFd6e {
    padding-left: 0.5rem !important;
  }

  .zqVFTV0OsJ4 {
    padding-left: 1rem !important;
  }

  .gYexWD {
    padding-left: 1.5rem !important;
  }

  .Gb5KXdJ {
    padding-left: 3rem !important;
  }

  .EhQcuxMFSH {
    text-align: left !important;
  }

  .Hm65i9hf {
    text-align: right !important;
  }

  .EP35bu {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .jX1br1BDn2G {
    float: left !important;
  }

  .bp46WxCShR1 {
    float: right !important;
  }

  .V4wu740VU3 {
    float: none !important;
  }

  .rOfIFR {
    display: inline !important;
  }

  .PGsb9G {
    display: inline-block !important;
  }

  .GOICggJtCQT {
    display: block !important;
  }

  .UmDSD7mrcJ {
    display: grid !important;
  }

  .tSPtCiW {
    display: table !important;
  }

  .j1BCl7dp {
    display: table-row !important;
  }

  .d5oYNyE6TG {
    display: table-cell !important;
  }

  .KLyffrH0vY {
    display: flex !important;
  }

  .nCNRfYV {
    display: inline-flex !important;
  }

  .OEdrDh {
    display: none !important;
  }

  .iFhp488pm0 {
    flex: 1 1 auto !important;
  }

  .karX5ODkgr {
    flex-direction: row !important;
  }

  .k5b6bei4m {
    flex-direction: column !important;
  }

  .x1aAwW {
    flex-direction: row-reverse !important;
  }

  .X8DgfqKMy {
    flex-direction: column-reverse !important;
  }

  .RTBNZEmlbD {
    flex-grow: 0 !important;
  }

  .pDjaitW {
    flex-grow: 1 !important;
  }

  .uLH5zOe {
    flex-shrink: 0 !important;
  }

  .FIcq89 {
    flex-shrink: 1 !important;
  }

  .b1khHlyb {
    flex-wrap: wrap !important;
  }

  .lFLiCD7Y {
    flex-wrap: nowrap !important;
  }

  .MSe3mp7rJXE {
    flex-wrap: wrap-reverse !important;
  }

  .tvsarZlw6 {
    gap: 0 !important;
  }

  .MYkjD5YnBW {
    gap: 0.25rem !important;
  }

  .VYHFLA8h5JY {
    gap: 0.5rem !important;
  }

  .UXEe2nPA {
    gap: 1rem !important;
  }

  .o6DcSR4YkU {
    gap: 1.5rem !important;
  }

  .QxssuFx {
    gap: 3rem !important;
  }

  .TOajYmY {
    justify-content: flex-start !important;
  }

  .cNelIHZr {
    justify-content: flex-end !important;
  }

  .qk9HbS3 {
    justify-content: center !important;
  }

  .eAlf1q {
    justify-content: space-between !important;
  }

  .ceJQzT4A6m {
    justify-content: space-around !important;
  }

  .iVv6GmRYJX {
    justify-content: space-evenly !important;
  }

  .X2b4c2Xfkb {
    align-items: flex-start !important;
  }

  .ewtQoB {
    align-items: flex-end !important;
  }

  .hdzE8eB04aE {
    align-items: center !important;
  }

  .KkenAKKmn {
    align-items: baseline !important;
  }

  .Mdr5BrrX {
    align-items: stretch !important;
  }

  .IPQWAKAQ8 {
    align-content: flex-start !important;
  }

  .ARQu0M {
    align-content: flex-end !important;
  }

  .fNXpIW {
    align-content: center !important;
  }

  .IRfg5mQau {
    align-content: space-between !important;
  }

  .J8UpaL {
    align-content: space-around !important;
  }

  .uwIB6eJKlvW {
    align-content: stretch !important;
  }

  .ssyauS22r {
    align-self: auto !important;
  }

  .AQHwJxawK {
    align-self: flex-start !important;
  }

  .WJQupECm {
    align-self: flex-end !important;
  }

  .wo0eNRoc5bY {
    align-self: center !important;
  }

  .nonuOi5F {
    align-self: baseline !important;
  }

  .ZBX8nF9 {
    align-self: stretch !important;
  }

  .gNBDBs {
    order: -1 !important;
  }

  .IV6X6o6kuO {
    order: 0 !important;
  }

  .wrz9n5x {
    order: 1 !important;
  }

  .Ssc07lpid2 {
    order: 2 !important;
  }

  .OGuZjPu {
    order: 3 !important;
  }

  .OLAPSIfq2 {
    order: 4 !important;
  }

  .vkR2Mqga {
    order: 5 !important;
  }

  .Z4nmhb4pYO {
    order: 6 !important;
  }

  .h1xzLId8 {
    margin: 0 !important;
  }

  .B0w9oqj33f3 {
    margin: 0.25rem !important;
  }

  .X7NWIVA5Z {
    margin: 0.5rem !important;
  }

  .M8FXo79Wqv {
    margin: 1rem !important;
  }

  .SAUSkgLOo {
    margin: 1.5rem !important;
  }

  .sS5nR5GZ {
    margin: 3rem !important;
  }

  .evGAW5ezd {
    margin: auto !important;
  }

  .a0JS1WDgH {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .XhzonBZtM8 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .BoU0h9elc {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .h184JSA {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .YY6w8X3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .BatMbUz0 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .UDgIBCcSK {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .GuRcRguC {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .nk3gkg {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .Mg6LK9qrDkN {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .R4ZlmBE85Lu {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .edL3d4h1TYh {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .N2iVRw8f7lQ {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .Ypl7ozr1jn {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .QWb6bi {
    margin-top: 0 !important;
  }

  .YMisPYHIc {
    margin-top: 0.25rem !important;
  }

  .LC5kNp {
    margin-top: 0.5rem !important;
  }

  .UundGP2 {
    margin-top: 1rem !important;
  }

  .ATt5RbxUmT {
    margin-top: 1.5rem !important;
  }

  .K1A6a1MmjNj {
    margin-top: 3rem !important;
  }

  .Bi5HtH4 {
    margin-top: auto !important;
  }

  .ySpmacKShnE {
    margin-right: 0 !important;
  }

  .WQaF0JL8 {
    margin-right: 0.25rem !important;
  }

  .zIIWrpa {
    margin-right: 0.5rem !important;
  }

  .CHyCdM {
    margin-right: 1rem !important;
  }

  .PG6vnTi0y {
    margin-right: 1.5rem !important;
  }

  .Jb4TIp {
    margin-right: 3rem !important;
  }

  .xPMSXl {
    margin-right: auto !important;
  }

  .dx8OZ8zrpN0 {
    margin-bottom: 0 !important;
  }

  .TFhauM {
    margin-bottom: 0.25rem !important;
  }

  .Q8etoUoHG {
    margin-bottom: 0.5rem !important;
  }

  .u4yUC1MyW {
    margin-bottom: 1rem !important;
  }

  .iSfQ2XUZSRv {
    margin-bottom: 1.5rem !important;
  }

  .RRfkgdmUN {
    margin-bottom: 3rem !important;
  }

  .P2I4zZH39NB {
    margin-bottom: auto !important;
  }

  .nxrEDB2 {
    margin-left: 0 !important;
  }

  .TotvgW {
    margin-left: 0.25rem !important;
  }

  .fu9iPkSD {
    margin-left: 0.5rem !important;
  }

  .OIUg8n {
    margin-left: 1rem !important;
  }

  .VCzS3LFS {
    margin-left: 1.5rem !important;
  }

  .YQvcxNkm31 {
    margin-left: 3rem !important;
  }

  .CKXEQk7YuAN {
    margin-left: auto !important;
  }

  .QPDWsnZ {
    padding: 0 !important;
  }

  .AKtIsH {
    padding: 0.25rem !important;
  }

  .SitSGBX {
    padding: 0.5rem !important;
  }

  .jbc6D2 {
    padding: 1rem !important;
  }

  .yLYJILM {
    padding: 1.5rem !important;
  }

  .rhWfEI {
    padding: 3rem !important;
  }

  .y7SV1NdbCX {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .ZbxBYAU {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .lYyiY0eb3 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .V3dgB3te {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .hFg7Nv {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .QUti9k {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .Pgg5v7Zosg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pgIIUhSe {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xlBCnnjGK {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .srG2cOGb {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .N6bT1Y {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .hrnaneSIH97 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .msjdteF {
    padding-top: 0 !important;
  }

  .rMhfYAI {
    padding-top: 0.25rem !important;
  }

  .OALUk8j2 {
    padding-top: 0.5rem !important;
  }

  .e1pGAkT {
    padding-top: 1rem !important;
  }

  .jWmuTNZLFZ {
    padding-top: 1.5rem !important;
  }

  .CmhE21Csq {
    padding-top: 3rem !important;
  }

  .l2u2Dx0GziD {
    padding-right: 0 !important;
  }

  .S3AoCq {
    padding-right: 0.25rem !important;
  }

  .uJXxg6Sjf3Y {
    padding-right: 0.5rem !important;
  }

  .lEm1Ps9m {
    padding-right: 1rem !important;
  }

  .XD5yhTUy {
    padding-right: 1.5rem !important;
  }

  .IeGawUg {
    padding-right: 3rem !important;
  }

  .PvsbcxB {
    padding-bottom: 0 !important;
  }

  .cX5HeRNj4qF {
    padding-bottom: 0.25rem !important;
  }

  .T1cxZFibS5 {
    padding-bottom: 0.5rem !important;
  }

  .qBBPZjcBT3 {
    padding-bottom: 1rem !important;
  }

  .FzR2kvpM {
    padding-bottom: 1.5rem !important;
  }

  .k0aI7V {
    padding-bottom: 3rem !important;
  }

  .PByImQe5U1g {
    padding-left: 0 !important;
  }

  .W6xL1umlUz5 {
    padding-left: 0.25rem !important;
  }

  .oRtXP0xrVDl {
    padding-left: 0.5rem !important;
  }

  .c3zIcBfe {
    padding-left: 1rem !important;
  }

  .itfT7XZaM {
    padding-left: 1.5rem !important;
  }

  .kGy3ch7 {
    padding-left: 3rem !important;
  }

  .fWexO3c {
    text-align: left !important;
  }

  .ryxhWmS {
    text-align: right !important;
  }

  .nKHvWNbtr {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .hDSsZV {
    float: left !important;
  }

  .dLXzOsOjvc {
    float: right !important;
  }

  .V4LKBH {
    float: none !important;
  }

  .U6ie3C4GfO {
    display: inline !important;
  }

  .l5223a4awZQ {
    display: inline-block !important;
  }

  .skQlRjiNY {
    display: block !important;
  }

  .jaiBAAeWNK {
    display: grid !important;
  }

  .dwpGdc {
    display: table !important;
  }

  .AynPyu {
    display: table-row !important;
  }

  .pwvxJq {
    display: table-cell !important;
  }

  .ecpTYZgzl {
    display: flex !important;
  }

  .wuKBOJ {
    display: inline-flex !important;
  }

  .opSAv14t {
    display: none !important;
  }

  .w1HLgacRrR {
    flex: 1 1 auto !important;
  }

  .IpW9vB {
    flex-direction: row !important;
  }

  .F1mvAQd1CS {
    flex-direction: column !important;
  }

  .xijjbg2DQpc {
    flex-direction: row-reverse !important;
  }

  .hjuCLqV {
    flex-direction: column-reverse !important;
  }

  .gpqGBtdxWE1 {
    flex-grow: 0 !important;
  }

  .A5dkrumrt {
    flex-grow: 1 !important;
  }

  .gyLGZC6 {
    flex-shrink: 0 !important;
  }

  .MzQycVRqIRK {
    flex-shrink: 1 !important;
  }

  .LplbBd {
    flex-wrap: wrap !important;
  }

  .QvnRQN {
    flex-wrap: nowrap !important;
  }

  .iRgE1Y8 {
    flex-wrap: wrap-reverse !important;
  }

  .MVXLqatXW {
    gap: 0 !important;
  }

  .vCb6pYcgY {
    gap: 0.25rem !important;
  }

  .PDc7yuiWtMX {
    gap: 0.5rem !important;
  }

  .zafhTn9vi {
    gap: 1rem !important;
  }

  .mtHN9b {
    gap: 1.5rem !important;
  }

  .tyxzn97Dkdb {
    gap: 3rem !important;
  }

  .rcxxnU2Cv {
    justify-content: flex-start !important;
  }

  .cu74qNx {
    justify-content: flex-end !important;
  }

  .wLcJmWujJ {
    justify-content: center !important;
  }

  .JEdsbZJDJuq {
    justify-content: space-between !important;
  }

  .sLbGROIIJ {
    justify-content: space-around !important;
  }

  .nfM9A5D {
    justify-content: space-evenly !important;
  }

  .tyvSUaT1dwh {
    align-items: flex-start !important;
  }

  .hbgvhmTT {
    align-items: flex-end !important;
  }

  .uQHXgeo {
    align-items: center !important;
  }

  .qNCUAuw {
    align-items: baseline !important;
  }

  .fiFdbULzHf {
    align-items: stretch !important;
  }

  .bi94T7eIbA {
    align-content: flex-start !important;
  }

  .YYHYoQamu {
    align-content: flex-end !important;
  }

  .OvTeMBTwDH {
    align-content: center !important;
  }

  .ieFv1v {
    align-content: space-between !important;
  }

  .rhtWlf {
    align-content: space-around !important;
  }

  .OJIgBXbOb82 {
    align-content: stretch !important;
  }

  .PA34lRR {
    align-self: auto !important;
  }

  .hxH2cobjY {
    align-self: flex-start !important;
  }

  .hUqFunlWM {
    align-self: flex-end !important;
  }

  .KGs2fw {
    align-self: center !important;
  }

  .z3FCyo {
    align-self: baseline !important;
  }

  .MsyKoF {
    align-self: stretch !important;
  }

  .hmM1j11x {
    order: -1 !important;
  }

  .WHHzdpLgv {
    order: 0 !important;
  }

  .ShaBz9 {
    order: 1 !important;
  }

  .NNMZcVY25Na {
    order: 2 !important;
  }

  .R5QArjHO {
    order: 3 !important;
  }

  .qjTMBT {
    order: 4 !important;
  }

  .tDpWU3 {
    order: 5 !important;
  }

  .vPxmDhcp {
    order: 6 !important;
  }

  .jfbXJiart {
    margin: 0 !important;
  }

  .O0w9juVSwKO {
    margin: 0.25rem !important;
  }

  .tXS8FZa3QJ {
    margin: 0.5rem !important;
  }

  .lHYQcgFzDIp {
    margin: 1rem !important;
  }

  .tOatAx5CYCh {
    margin: 1.5rem !important;
  }

  .XJFf4t0KW49 {
    margin: 3rem !important;
  }

  .MKYYFOinc1 {
    margin: auto !important;
  }

  .cXuiwSKUqya {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .nAONVpzdWy9 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .UncQrL {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .EcJGZJUR {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .X7GuXpQwKRe {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .HogzSVW {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .kLcbbOqY {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .fGPbgu57u {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .tbeGeiX {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .Rs8IiEZ8Ze0 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .ALpZveh {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .VUhYR70J7t {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .DFPqv0u {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .zaKhqV0 {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .XpOttzv {
    margin-top: 0 !important;
  }

  .ZZYvChv {
    margin-top: 0.25rem !important;
  }

  .RXys6Q {
    margin-top: 0.5rem !important;
  }

  .FPCSnpN {
    margin-top: 1rem !important;
  }

  .TvUog6 {
    margin-top: 1.5rem !important;
  }

  .hLz9vE {
    margin-top: 3rem !important;
  }

  .njIRQ3d {
    margin-top: auto !important;
  }

  .EQDKdLH {
    margin-right: 0 !important;
  }

  .m2DRhWk8jV {
    margin-right: 0.25rem !important;
  }

  .CQ0nifQhimo {
    margin-right: 0.5rem !important;
  }

  .USiGe8B {
    margin-right: 1rem !important;
  }

  .K6scLt0V9 {
    margin-right: 1.5rem !important;
  }

  .uaccpwf {
    margin-right: 3rem !important;
  }

  .HO22nkAxtj {
    margin-right: auto !important;
  }

  .Y2fN8y1fac {
    margin-bottom: 0 !important;
  }

  .z5RcVO {
    margin-bottom: 0.25rem !important;
  }

  .lKgING5T {
    margin-bottom: 0.5rem !important;
  }

  .v4npUxljtqc {
    margin-bottom: 1rem !important;
  }

  .tfv3tcTzso {
    margin-bottom: 1.5rem !important;
  }

  .jat1eQi3N3 {
    margin-bottom: 3rem !important;
  }

  .ejA8qLm1Pk {
    margin-bottom: auto !important;
  }

  .SMHvO52rbzg {
    margin-left: 0 !important;
  }

  .KC9pXgGJ {
    margin-left: 0.25rem !important;
  }

  .VYCBjWFs {
    margin-left: 0.5rem !important;
  }

  .lOAQ9nHSOQf {
    margin-left: 1rem !important;
  }

  .jlhqqtS {
    margin-left: 1.5rem !important;
  }

  .fCeZhR {
    margin-left: 3rem !important;
  }

  .KgMZXSQm {
    margin-left: auto !important;
  }

  .gPxpWVXuf {
    padding: 0 !important;
  }

  .dBhMoEZL {
    padding: 0.25rem !important;
  }

  .Bjw2JM {
    padding: 0.5rem !important;
  }

  .L5fa0Ne {
    padding: 1rem !important;
  }

  .ycX9bIyJiD {
    padding: 1.5rem !important;
  }

  .qps6lOv4Bl8 {
    padding: 3rem !important;
  }

  .aUq6BNMejZ {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .iQPnxXjZYQ {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .IhdvDPHS {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .xW5Jdd {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .OubEdvKav {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .MvNwqh {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .wTs1o1o {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .IDVMs5 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sgxCmwDd {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .CN1U5bbR {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .Hiw5R5OI {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .U81eYKXylog {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .mKY9hNAwg {
    padding-top: 0 !important;
  }

  .uiHvXjrf {
    padding-top: 0.25rem !important;
  }

  .B2KU66idi {
    padding-top: 0.5rem !important;
  }

  .ilrZuYLn {
    padding-top: 1rem !important;
  }

  .y4YKy1BSrU {
    padding-top: 1.5rem !important;
  }

  .UJ9uIPYlbek {
    padding-top: 3rem !important;
  }

  .l877e6 {
    padding-right: 0 !important;
  }

  .e2Zg34 {
    padding-right: 0.25rem !important;
  }

  .csVvzIYArQ {
    padding-right: 0.5rem !important;
  }

  .Q2xcWJXPM {
    padding-right: 1rem !important;
  }

  .H0pbiSTwmsj {
    padding-right: 1.5rem !important;
  }

  .hNYjzm62 {
    padding-right: 3rem !important;
  }

  .xpUtYYO41t {
    padding-bottom: 0 !important;
  }

  .poFEZ0L6H {
    padding-bottom: 0.25rem !important;
  }

  .m8tXeHRdUyB {
    padding-bottom: 0.5rem !important;
  }

  .mXmXs4 {
    padding-bottom: 1rem !important;
  }

  .BJJAUzh {
    padding-bottom: 1.5rem !important;
  }

  .Cfp2tS5 {
    padding-bottom: 3rem !important;
  }

  .u5RI7bb {
    padding-left: 0 !important;
  }

  .aXhIHpo2YsH {
    padding-left: 0.25rem !important;
  }

  .W3PGGLkY8vD {
    padding-left: 0.5rem !important;
  }

  .WykBPjf {
    padding-left: 1rem !important;
  }

  .yZSfO2WL {
    padding-left: 1.5rem !important;
  }

  .bAQBEaDGp {
    padding-left: 3rem !important;
  }

  .Gacb9S {
    text-align: left !important;
  }

  .BfuPAmF6Hty {
    text-align: right !important;
  }

  .Uzap3S6fm {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .eQLleVSm {
    float: left !important;
  }

  .BwXurSCTphE {
    float: right !important;
  }

  .WyG0p8 {
    float: none !important;
  }

  .S6ioncD {
    display: inline !important;
  }

  .POceux {
    display: inline-block !important;
  }

  .cbOWXv {
    display: block !important;
  }

  .ehSRC6N {
    display: grid !important;
  }

  .gxuRGQ {
    display: table !important;
  }

  .Y6Ggku {
    display: table-row !important;
  }

  .QrlpiAkcuz {
    display: table-cell !important;
  }

  .i1sgXFv {
    display: flex !important;
  }

  .jDKNMKWvkp {
    display: inline-flex !important;
  }

  .BjlX5kx {
    display: none !important;
  }

  .qoeHRxg {
    flex: 1 1 auto !important;
  }

  .yQgbPS {
    flex-direction: row !important;
  }

  .BPVgzeRl {
    flex-direction: column !important;
  }

  .HdIuUu {
    flex-direction: row-reverse !important;
  }

  .WBa1kaLSQru {
    flex-direction: column-reverse !important;
  }

  .XsPeETL3UAw {
    flex-grow: 0 !important;
  }

  .pSU8zbyuBEW {
    flex-grow: 1 !important;
  }

  .pXe8Y9K85 {
    flex-shrink: 0 !important;
  }

  .SM5pZr {
    flex-shrink: 1 !important;
  }

  .MglpFKGDC {
    flex-wrap: wrap !important;
  }

  .x6UaUJRBkt {
    flex-wrap: nowrap !important;
  }

  .jQgaBEF {
    flex-wrap: wrap-reverse !important;
  }

  .w7p3FahyYVg {
    gap: 0 !important;
  }

  .OpIXhY {
    gap: 0.25rem !important;
  }

  .WLdkGKmnHC5 {
    gap: 0.5rem !important;
  }

  .BMH8F2Tx {
    gap: 1rem !important;
  }

  .hCfIc1WwhCs {
    gap: 1.5rem !important;
  }

  .TmyZCruRoW {
    gap: 3rem !important;
  }

  .w32CtINuFmg {
    justify-content: flex-start !important;
  }

  .le1oqc4TtBd {
    justify-content: flex-end !important;
  }

  .PXUSFfA2awi {
    justify-content: center !important;
  }

  .gCR9tqgok {
    justify-content: space-between !important;
  }

  .KYUhvb8hWs {
    justify-content: space-around !important;
  }

  .VH1HpUzlC {
    justify-content: space-evenly !important;
  }

  .Dfj8Bec {
    align-items: flex-start !important;
  }

  .UYvKSGh8 {
    align-items: flex-end !important;
  }

  .KMyoGeV {
    align-items: center !important;
  }

  .iheAPuDaXR1 {
    align-items: baseline !important;
  }

  .U7vff2e8K {
    align-items: stretch !important;
  }

  .RsoMy5IcIH7 {
    align-content: flex-start !important;
  }

  .MLS1Vdkti {
    align-content: flex-end !important;
  }

  .J0ivuRmSV {
    align-content: center !important;
  }

  .qqGqwMs2 {
    align-content: space-between !important;
  }

  .juhlQe4 {
    align-content: space-around !important;
  }

  .hiMRLL {
    align-content: stretch !important;
  }

  .c93oa6dgRhe {
    align-self: auto !important;
  }

  .vL2mra {
    align-self: flex-start !important;
  }

  .O0EvwLQjT2 {
    align-self: flex-end !important;
  }

  .cwRvG6Ahv2g {
    align-self: center !important;
  }

  .bF8mHIJCo {
    align-self: baseline !important;
  }

  .Ox6KDUWDHQM {
    align-self: stretch !important;
  }

  .xOVm7ruYn {
    order: -1 !important;
  }

  .Byt4DtWxkL {
    order: 0 !important;
  }

  .Axunx7Xv9h {
    order: 1 !important;
  }

  .s2a1gsbyq {
    order: 2 !important;
  }

  .a5GxVSSM {
    order: 3 !important;
  }

  .HArCxFq {
    order: 4 !important;
  }

  .e1zlpuEb7W {
    order: 5 !important;
  }

  .RACJLkrK {
    order: 6 !important;
  }

  .lxildY {
    margin: 0 !important;
  }

  .zi7Uf6EtR {
    margin: 0.25rem !important;
  }

  .Mhs78xaQ {
    margin: 0.5rem !important;
  }

  .rcVczOkNGE {
    margin: 1rem !important;
  }

  .nOXeZLUS {
    margin: 1.5rem !important;
  }

  .EPWmw0 {
    margin: 3rem !important;
  }

  .NZtnhaDWrQ8 {
    margin: auto !important;
  }

  .Lhw3MYi {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .dpa0sm {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .xXToRk {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .xvxJLDP4wu {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .uEYoB9pz2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .ood9QIBGj {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .AeInk93 {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .qTpu7am {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .SUpUsxSkH9 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .gfQdfhDNv {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .kGeizF {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .e7VsGi {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .Sb1TTfe7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mYXeIzOsor {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .Km9MDwOK {
    margin-top: 0 !important;
  }

  .hYwPEvvP {
    margin-top: 0.25rem !important;
  }

  .Ys3nuhN {
    margin-top: 0.5rem !important;
  }

  .J16guPTC {
    margin-top: 1rem !important;
  }

  .sKVgjHpWGu {
    margin-top: 1.5rem !important;
  }

  .weW3cIU {
    margin-top: 3rem !important;
  }

  .GpEMh2L8beL {
    margin-top: auto !important;
  }

  .BwV55Livr8l {
    margin-right: 0 !important;
  }

  .iLYA6BgVcwI {
    margin-right: 0.25rem !important;
  }

  .by0dlbZYdci {
    margin-right: 0.5rem !important;
  }

  .WOIZGch413 {
    margin-right: 1rem !important;
  }

  .q8ykI9mn {
    margin-right: 1.5rem !important;
  }

  .s3VO4DR8uL {
    margin-right: 3rem !important;
  }

  .h6hEZmTek {
    margin-right: auto !important;
  }

  .Ka7ZAEVAKqO {
    margin-bottom: 0 !important;
  }

  .mp6h6Rg {
    margin-bottom: 0.25rem !important;
  }

  .kVQXwUmb {
    margin-bottom: 0.5rem !important;
  }

  .uIHdQp37o0 {
    margin-bottom: 1rem !important;
  }

  .FTEoFg4kuc {
    margin-bottom: 1.5rem !important;
  }

  .W9Tn2IHY4SA {
    margin-bottom: 3rem !important;
  }

  .uExUjSWx7v7 {
    margin-bottom: auto !important;
  }

  .M6Mfz72 {
    margin-left: 0 !important;
  }

  .QQGhvynj {
    margin-left: 0.25rem !important;
  }

  .P7e76WQSzB {
    margin-left: 0.5rem !important;
  }

  .hE5g2O {
    margin-left: 1rem !important;
  }

  .gVBXJq {
    margin-left: 1.5rem !important;
  }

  .MTWEFeXnqzN {
    margin-left: 3rem !important;
  }

  .AkuqeMoe2L {
    margin-left: auto !important;
  }

  .YulUW3GE30 {
    padding: 0 !important;
  }

  .F5AtEBQ {
    padding: 0.25rem !important;
  }

  .XfbVycK6okz {
    padding: 0.5rem !important;
  }

  .cebCXDCk2O {
    padding: 1rem !important;
  }

  .srKodnu6N {
    padding: 1.5rem !important;
  }

  .ooY5pv {
    padding: 3rem !important;
  }

  .BiSfLYFv3k {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .k8Lyjit {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .evQby4j3pE {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .cSyD1VOEh {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .BFFmuXaJ {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .VYgBBNNq {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .DrA6V3c {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hKM60wC7qYA {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .XX6SGyNJzZ {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .J3O5chKlW {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .CTe1hYdb {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .hIKZtSf {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .z7uZFQj90m {
    padding-top: 0 !important;
  }

  .ukHAupMad {
    padding-top: 0.25rem !important;
  }

  .MM8rYlazh {
    padding-top: 0.5rem !important;
  }

  .zi9H8u {
    padding-top: 1rem !important;
  }

  .MqCy9A27qC {
    padding-top: 1.5rem !important;
  }

  .hrdV6h2RYf {
    padding-top: 3rem !important;
  }

  .haKlVko {
    padding-right: 0 !important;
  }

  .fdhSVfvgUOK {
    padding-right: 0.25rem !important;
  }

  .tbCOzsrA04 {
    padding-right: 0.5rem !important;
  }

  .hSKHMdvi4W {
    padding-right: 1rem !important;
  }

  .BIZfn5LR5n {
    padding-right: 1.5rem !important;
  }

  .GIYhrsWTu2 {
    padding-right: 3rem !important;
  }

  .DlaasdGxHj6 {
    padding-bottom: 0 !important;
  }

  .Q0BbDLdY {
    padding-bottom: 0.25rem !important;
  }

  .WUKS4WFmq8 {
    padding-bottom: 0.5rem !important;
  }

  .U3r8WrILco {
    padding-bottom: 1rem !important;
  }

  .GghIvMJMfM {
    padding-bottom: 1.5rem !important;
  }

  .MvHEMv {
    padding-bottom: 3rem !important;
  }

  .coaPmtmok {
    padding-left: 0 !important;
  }

  .kJbGR2Rz {
    padding-left: 0.25rem !important;
  }

  .aIoVSIfl14F {
    padding-left: 0.5rem !important;
  }

  .JFoSMB {
    padding-left: 1rem !important;
  }

  .sjT01iiaE0 {
    padding-left: 1.5rem !important;
  }

  .LJ0iVdF {
    padding-left: 3rem !important;
  }

  .zdxIYEyJJR {
    text-align: left !important;
  }

  .E5tns8Nd {
    text-align: right !important;
  }

  .Mcraf5u {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .lk2ICUD {
    float: left !important;
  }

  .AlJ1GYw60W {
    float: right !important;
  }

  .IlWavvTkp38 {
    float: none !important;
  }

  .JgFXMC78 {
    display: inline !important;
  }

  .i7i5ZnM {
    display: inline-block !important;
  }

  .Nf182xy {
    display: block !important;
  }

  .Vq5bHfI {
    display: grid !important;
  }

  .Kn9HdIbf {
    display: table !important;
  }

  .Zi0YUde {
    display: table-row !important;
  }

  .kX0a1VZ1hM {
    display: table-cell !important;
  }

  .mJzID1S {
    display: flex !important;
  }

  .JgPSVT0mg {
    display: inline-flex !important;
  }

  .BLPKsqGKjR {
    display: none !important;
  }

  .eMfk9L {
    flex: 1 1 auto !important;
  }

  .aDcb0e7xf {
    flex-direction: row !important;
  }

  .REyAmsfU {
    flex-direction: column !important;
  }

  .DfIotz {
    flex-direction: row-reverse !important;
  }

  .YLbebO99nG {
    flex-direction: column-reverse !important;
  }

  .pdjaLq1jO {
    flex-grow: 0 !important;
  }

  .hGUtEDcvX {
    flex-grow: 1 !important;
  }

  .rOkTeL {
    flex-shrink: 0 !important;
  }

  .WhVDoUfjkI {
    flex-shrink: 1 !important;
  }

  .oMJNMcGk {
    flex-wrap: wrap !important;
  }

  .FCgQEwhnmXm {
    flex-wrap: nowrap !important;
  }

  .b7G4dQMGj {
    flex-wrap: wrap-reverse !important;
  }

  .cZy5xX {
    gap: 0 !important;
  }

  .CSEzjtYqOk {
    gap: 0.25rem !important;
  }

  .nnW0TOsURfE {
    gap: 0.5rem !important;
  }

  .XizrCdlGg5 {
    gap: 1rem !important;
  }

  .Wj9PGu3dkwh {
    gap: 1.5rem !important;
  }

  .NFZgLkWVBa {
    gap: 3rem !important;
  }

  .xA6cDbJa {
    justify-content: flex-start !important;
  }

  .MAGcVGYRs {
    justify-content: flex-end !important;
  }

  .Ung2fvrJOM {
    justify-content: center !important;
  }

  .G64uFWR {
    justify-content: space-between !important;
  }

  .kvvQo4UOSHP {
    justify-content: space-around !important;
  }

  .FPopzb {
    justify-content: space-evenly !important;
  }

  .vjRzodqJk {
    align-items: flex-start !important;
  }

  .V94mFvokD5R {
    align-items: flex-end !important;
  }

  .wJPU6m75lQ {
    align-items: center !important;
  }

  .e04Ut80 {
    align-items: baseline !important;
  }

  .uAo10m {
    align-items: stretch !important;
  }

  .lubf8eFD {
    align-content: flex-start !important;
  }

  .pM7p2S8 {
    align-content: flex-end !important;
  }

  .io8M4uNYRp {
    align-content: center !important;
  }

  .fRMGbGF35 {
    align-content: space-between !important;
  }

  .l9A4wv {
    align-content: space-around !important;
  }

  .p3SyOxxJ {
    align-content: stretch !important;
  }

  .wftASKLat {
    align-self: auto !important;
  }

  .b25rb5QCBf {
    align-self: flex-start !important;
  }

  .HvMH7geX {
    align-self: flex-end !important;
  }

  .Bux2uSLQvDO {
    align-self: center !important;
  }

  .j6aui48fCX3 {
    align-self: baseline !important;
  }

  .r7WVFL9JRZI {
    align-self: stretch !important;
  }

  .CaLFRXLbfa5 {
    order: -1 !important;
  }

  .KLciFls {
    order: 0 !important;
  }

  .C6o5m0W {
    order: 1 !important;
  }

  .D3xay0 {
    order: 2 !important;
  }

  .GKkOAqfX {
    order: 3 !important;
  }

  .E6lTmuamJkw {
    order: 4 !important;
  }

  .x8dnsVoT {
    order: 5 !important;
  }

  .a2xX3ToVJnA {
    order: 6 !important;
  }

  .EOsxeEvzk6 {
    margin: 0 !important;
  }

  .BkfJGsWO6O3 {
    margin: 0.25rem !important;
  }

  .D2TF8f3n {
    margin: 0.5rem !important;
  }

  .wfUDTjhXy {
    margin: 1rem !important;
  }

  .AOmf40e {
    margin: 1.5rem !important;
  }

  .Zfclm4j {
    margin: 3rem !important;
  }

  .vSxW7NKf {
    margin: auto !important;
  }

  .WMdn5NmhWLd {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .VCFWNz3z {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .X6Tu9NyWP {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .L9JxAjTu {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .On7y0Sp {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .XI9fAZd {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .aY3W7OV {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .bZfbiwtnO8 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .TZucEJ {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .J43A2Zr8bg0 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .Nvm2bw4vPfp {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .urTMREcBb2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .cuQzo1 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .BARLjV {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .V8a8fbjLlEl {
    margin-top: 0 !important;
  }

  .xtSDQBlWx {
    margin-top: 0.25rem !important;
  }

  .uG3OfZpAB {
    margin-top: 0.5rem !important;
  }

  .rX7bxDa {
    margin-top: 1rem !important;
  }

  .QkBHg30bf {
    margin-top: 1.5rem !important;
  }

  .yHPhRB84K {
    margin-top: 3rem !important;
  }

  .lqW7murapO {
    margin-top: auto !important;
  }

  .ZpzgJTaPfQ {
    margin-right: 0 !important;
  }

  .DRCoZMN {
    margin-right: 0.25rem !important;
  }

  .LTJSQPn63Y {
    margin-right: 0.5rem !important;
  }

  .imkXwWPc {
    margin-right: 1rem !important;
  }

  .X5Scsg {
    margin-right: 1.5rem !important;
  }

  .ihlghjWG791 {
    margin-right: 3rem !important;
  }

  .iPvYQnQ {
    margin-right: auto !important;
  }

  .h5ghJ9bO {
    margin-bottom: 0 !important;
  }

  .jJC9Dyereo {
    margin-bottom: 0.25rem !important;
  }

  .VLhbtoa6 {
    margin-bottom: 0.5rem !important;
  }

  .sJ9bHaXYro {
    margin-bottom: 1rem !important;
  }

  .sA4fwCqprS {
    margin-bottom: 1.5rem !important;
  }

  .jYpywdF {
    margin-bottom: 3rem !important;
  }

  .UkzcAt7fg {
    margin-bottom: auto !important;
  }

  .hLgUNa4ZF3F {
    margin-left: 0 !important;
  }

  .eTuuK3L {
    margin-left: 0.25rem !important;
  }

  .k0UcwcSmXXK {
    margin-left: 0.5rem !important;
  }

  .rbHkcRf {
    margin-left: 1rem !important;
  }

  .P3rgyIsC9J {
    margin-left: 1.5rem !important;
  }

  .FIwagQ {
    margin-left: 3rem !important;
  }

  .fbU0Fr {
    margin-left: auto !important;
  }

  .uYSN6Jvjh {
    padding: 0 !important;
  }

  .s7wfbv1XVqy {
    padding: 0.25rem !important;
  }

  .JQpGt9N4t2 {
    padding: 0.5rem !important;
  }

  .PkVmgr {
    padding: 1rem !important;
  }

  .GI61GUEE {
    padding: 1.5rem !important;
  }

  .Z8nVnlLs {
    padding: 3rem !important;
  }

  .u3jB0oKdQ {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .xI1C1f0Qh {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .K94OsILGUS1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .tIvwfrc {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .bHf9hcPVuCP {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .VyEIkyDnB0x {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .x496FTt3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ri5d5Ul9V2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .WjDDbkFbZ6m {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .EyD7LkXV7c {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .nSgQOS6t {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .iv9aIKzo9 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .ahGpFwV {
    padding-top: 0 !important;
  }

  .MW5HqaAYoW5 {
    padding-top: 0.25rem !important;
  }

  .T7oD8xztmO {
    padding-top: 0.5rem !important;
  }

  .lcRWDsUlHmA {
    padding-top: 1rem !important;
  }

  .JoAB4V1 {
    padding-top: 1.5rem !important;
  }

  .hrLQdp {
    padding-top: 3rem !important;
  }

  .sJpbJUW23 {
    padding-right: 0 !important;
  }

  .Hvx7VpAmO {
    padding-right: 0.25rem !important;
  }

  .lKGuN1qjs {
    padding-right: 0.5rem !important;
  }

  .jNF7CK8sUaz {
    padding-right: 1rem !important;
  }

  .C5HgQY9 {
    padding-right: 1.5rem !important;
  }

  .BICK6PX7 {
    padding-right: 3rem !important;
  }

  .U7e7u2 {
    padding-bottom: 0 !important;
  }

  .gsaRQqfEZ {
    padding-bottom: 0.25rem !important;
  }

  .LHaoxGlD {
    padding-bottom: 0.5rem !important;
  }

  .hDbtb2n {
    padding-bottom: 1rem !important;
  }

  .H2T3Pn {
    padding-bottom: 1.5rem !important;
  }

  .gbB4FVj {
    padding-bottom: 3rem !important;
  }

  .ToxBOEn8f {
    padding-left: 0 !important;
  }

  .JBDr8fUrwpq {
    padding-left: 0.25rem !important;
  }

  .dXvP89n {
    padding-left: 0.5rem !important;
  }

  .Rpi8Zo {
    padding-left: 1rem !important;
  }

  .bd5c7W {
    padding-left: 1.5rem !important;
  }

  .j2WJ8J9y {
    padding-left: 3rem !important;
  }

  .WQgzwS9qJ {
    text-align: left !important;
  }

  .uAhRI1Qy5eF {
    text-align: right !important;
  }

  .gIt4ZZ {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .mAyewfpDS {
    font-size: 2.5rem !important;
  }

  .UkzPCWRrI {
    font-size: 2rem !important;
  }

  .SYnZezY {
    font-size: 1.75rem !important;
  }

  .RLiqZIi7U {
    font-size: 1.5rem !important;
  }
}
@media print {
  .AhtKOVzpM {
    display: inline !important;
  }

  .caxhhReq {
    display: inline-block !important;
  }

  .hicTxLA {
    display: block !important;
  }

  .h0UDAjdPmc {
    display: grid !important;
  }

  .uhH5b1pY5 {
    display: table !important;
  }

  .Sa0oSiM {
    display: table-row !important;
  }

  .UcEQXD9o7q {
    display: table-cell !important;
  }

  .ClKgTwSf1V {
    display: flex !important;
  }

  .cb7Mo9tbP {
    display: inline-flex !important;
  }

  .WQ8RiDLh {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */