@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;
}

.PF4KpRmys6 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .PF4KpRmys6 {
    font-size: 5rem;
  }
}

.Cdvr10u4kWq {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .Cdvr10u4kWq {
    font-size: 4.5rem;
  }
}

.Elt1y93R {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .Elt1y93R {
    font-size: 4rem;
  }
}

.rOklEUn {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .rOklEUn {
    font-size: 3.5rem;
  }
}

.sPjWXJg {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .sPjWXJg {
    font-size: 3rem;
  }
}

.Lb2HxPCC9ZY {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .Lb2HxPCC9ZY {
    font-size: 2.5rem;
  }
}

.iLZDrO {
  padding-left: 0;
  list-style: none;
}

.oDOsy8 {
  padding-left: 0;
  list-style: none;
}

.zF7g4HWWf1h {
  display: inline-block;
}
.zF7g4HWWf1h:not(:last-child) {
  margin-right: 0.5rem;
}

.aITos3 {
  font-size: 0.875em;
  text-transform: uppercase;
}

.DfLeM0gh {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.DfLeM0gh > :last-child {
  margin-bottom: 0;
}

.uiRvzHaZ {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.uiRvzHaZ::before {
  content: "— ";
}

.cayQ2R2v9yK {
  max-width: 100%;
  height: auto;
}

.pHcbXKtqxzH {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.sscEWMG {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.D1VPhf {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.LWZAeBLbM5,
.Nv3idW,
.JNtFJmNpOO,
.xC4JF6UZ,
.g5OlrRy,
.Nt6AaEu7mV {
  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) {
  .Nt6AaEu7mV, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .g5OlrRy, .Nt6AaEu7mV, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .xC4JF6UZ, .g5OlrRy, .Nt6AaEu7mV, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .JNtFJmNpOO, .xC4JF6UZ, .g5OlrRy, .Nt6AaEu7mV, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .Nv3idW, .JNtFJmNpOO, .xC4JF6UZ, .g5OlrRy, .Nt6AaEu7mV, .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%;
}

.yjezLgop5 > * {
  flex: 0 0 auto;
  width: auto;
}

.X77LTDnHun > * {
  flex: 0 0 auto;
  width: 100%;
}

.aksLhv9A0 > * {
  flex: 0 0 auto;
  width: 50%;
}

.rkaEy25 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.J0m4wElpV > * {
  flex: 0 0 auto;
  width: 25%;
}

.Hlx8Gr3VT > * {
  flex: 0 0 auto;
  width: 20%;
}

.QbATtRc7Sh > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.qCC4fUeGW {
  flex: 0 0 auto;
  width: auto;
}

.uvdamSz {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.dsTcairlN {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.WE8b7eVKs {
  flex: 0 0 auto;
  width: 25%;
}

.AXx6QUGGa8Z {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.JZvxl4j {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.ptffuZpfk {
  flex: 0 0 auto;
  width: 50%;
}

.hZxbHw9XuS3 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.POKKuP6I {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.vQ8gznqC5Ci {
  flex: 0 0 auto;
  width: 75%;
}

.vrzZBMZ {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.YbCBHlaun {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.gVPGc1 {
  flex: 0 0 auto;
  width: 100%;
}

.H7glKlcC {
  margin-left: 8.3333333333%;
}

.XE8fzjS {
  margin-left: 16.6666666667%;
}

.nOSw1jn0Pp {
  margin-left: 25%;
}

.vIUHHklp8 {
  margin-left: 33.3333333333%;
}

.uXT6hyb {
  margin-left: 41.6666666667%;
}

.zwdT7TN {
  margin-left: 50%;
}

.hNcc9MAJSkG {
  margin-left: 58.3333333333%;
}

.GlQfyBBg {
  margin-left: 66.6666666667%;
}

.qe4hNs {
  margin-left: 75%;
}

.P8FDUay {
  margin-left: 83.3333333333%;
}

.BmgJI1C {
  margin-left: 91.6666666667%;
}

.au8fkHYToSW,
.bgJ4J5xK3DA {
  --bs-gutter-x: 0;
}

.au8fkHYToSW,
.XzPqaoi {
  --bs-gutter-y: 0;
}

.nk2W81Xqeg5,
.eyRbelnQy {
  --bs-gutter-x: 0.25rem;
}

.nk2W81Xqeg5,
.Woia80dS6e {
  --bs-gutter-y: 0.25rem;
}

.WR3zxghND,
.QLS4FJd {
  --bs-gutter-x: 0.5rem;
}

.WR3zxghND,
.poTvf1bW {
  --bs-gutter-y: 0.5rem;
}

.c8rAED3,
.UD7c75 {
  --bs-gutter-x: 1rem;
}

.c8rAED3,
.TKGfTpIudvA {
  --bs-gutter-y: 1rem;
}

.GfrzYEaH1yp,
.y9rWhaaZ {
  --bs-gutter-x: 1.5rem;
}

.GfrzYEaH1yp,
.CVd92Xf8 {
  --bs-gutter-y: 1.5rem;
}

.otCrrrVou,
.xNTAfkg4ZN {
  --bs-gutter-x: 3rem;
}

.otCrrrVou,
.qVqrseUr0Xl {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .mq8pId7Zi {
    flex: 1 0 0%;
  }

  .LXrH9Ueb > * {
    flex: 0 0 auto;
    width: auto;
  }

  .xoUXVS9 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .se5vtk > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .Gm5IWB3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .DqUj847f > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .rktP1M > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .uBzjvO > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .aOymFDmol {
    flex: 0 0 auto;
    width: auto;
  }

  .OxkVeNTE {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .RLRTNx {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .WFG7RKBH {
    flex: 0 0 auto;
    width: 25%;
  }

  .YUOZMq {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .bvlnVvRwftn {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .NlznYeeBXe {
    flex: 0 0 auto;
    width: 50%;
  }

  .DoEYxthMNQt {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .jYMifK {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .XhnPPFcn {
    flex: 0 0 auto;
    width: 75%;
  }

  .D6WAYEdqU {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .TgQqHq {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .fdPNQ9tJ {
    flex: 0 0 auto;
    width: 100%;
  }

  .tUjmAkP6Q {
    margin-left: 0;
  }

  .LhUSPX4Z8L {
    margin-left: 8.3333333333%;
  }

  .di8i34 {
    margin-left: 16.6666666667%;
  }

  .wx8CR4ipqZu {
    margin-left: 25%;
  }

  .JpSOdfqAns9 {
    margin-left: 33.3333333333%;
  }

  .Ikqwbk {
    margin-left: 41.6666666667%;
  }

  .OatwXsGKcB1 {
    margin-left: 50%;
  }

  .YFskrh {
    margin-left: 58.3333333333%;
  }

  .R3c39caSH {
    margin-left: 66.6666666667%;
  }

  .j4zG3SB5D3w {
    margin-left: 75%;
  }

  .FVIavCo {
    margin-left: 83.3333333333%;
  }

  .EduRthzVWe {
    margin-left: 91.6666666667%;
  }

  .zlCftD9Tz3,
.aWUpsrEg {
    --bs-gutter-x: 0;
  }

  .zlCftD9Tz3,
.dDK7UP {
    --bs-gutter-y: 0;
  }

  .Fgw6vetz,
.kMcq3GhTBPT {
    --bs-gutter-x: 0.25rem;
  }

  .Fgw6vetz,
.PzedjF5d {
    --bs-gutter-y: 0.25rem;
  }

  .Amgi8Wl31v,
.I68N2Mr {
    --bs-gutter-x: 0.5rem;
  }

  .Amgi8Wl31v,
.dxDeLYV8Zur {
    --bs-gutter-y: 0.5rem;
  }

  .kaIj8LB6P,
.yUvDrvofmwv {
    --bs-gutter-x: 1rem;
  }

  .kaIj8LB6P,
.Vno0cQJ {
    --bs-gutter-y: 1rem;
  }

  .XUJyiStLZZ8,
.DccEdqrwGi {
    --bs-gutter-x: 1.5rem;
  }

  .XUJyiStLZZ8,
.kvaEA2HaX {
    --bs-gutter-y: 1.5rem;
  }

  .eZhD8SfqqJ,
.cclFlr6hkN {
    --bs-gutter-x: 3rem;
  }

  .eZhD8SfqqJ,
.MQTYwpHtUk {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .Efpcy7JswW {
    flex: 1 0 0%;
  }

  .AxMfkYZCZg > * {
    flex: 0 0 auto;
    width: auto;
  }

  .odsG6i > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .KNh8MdOC > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .vmd9nleZRt > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .QQKrcO > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .WVdfRyVwOO6 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .IbXcWkQrf > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .SQaUxZtz8 {
    flex: 0 0 auto;
    width: auto;
  }

  .IRrthMmcv {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .vAW5hDhKXQg {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .Ydu638 {
    flex: 0 0 auto;
    width: 25%;
  }

  .eiiFfOsDQ1H {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .baCg4vA {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .MSkOklY {
    flex: 0 0 auto;
    width: 50%;
  }

  .Mkgan3xryHg {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .sT3Zx300gIs {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .AdG2O9yzY {
    flex: 0 0 auto;
    width: 75%;
  }

  .BHhZern8f {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .Apq1uZJsX {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .PdBOrMQZH {
    flex: 0 0 auto;
    width: 100%;
  }

  .uozSELEDZD {
    margin-left: 0;
  }

  .LoWSFerRF1b {
    margin-left: 8.3333333333%;
  }

  .QVuG80 {
    margin-left: 16.6666666667%;
  }

  .SvAUW9Y {
    margin-left: 25%;
  }

  .KoJqZsTj {
    margin-left: 33.3333333333%;
  }

  .n7QmxC {
    margin-left: 41.6666666667%;
  }

  .u468QAgyai {
    margin-left: 50%;
  }

  .iP1nGQCFIc {
    margin-left: 58.3333333333%;
  }

  .lSUnvr {
    margin-left: 66.6666666667%;
  }

  .pYbtHIXkB0 {
    margin-left: 75%;
  }

  .qcaiCHHM {
    margin-left: 83.3333333333%;
  }

  .BDvtknt1 {
    margin-left: 91.6666666667%;
  }

  .ewyVXw7B9zO,
.jRiIKzqa2z {
    --bs-gutter-x: 0;
  }

  .ewyVXw7B9zO,
.V245pvOBIZ {
    --bs-gutter-y: 0;
  }

  .iT9eXxXcMs,
.pPjCw2MJ {
    --bs-gutter-x: 0.25rem;
  }

  .iT9eXxXcMs,
.aTLPlo {
    --bs-gutter-y: 0.25rem;
  }

  .mOASRjit4Ce,
.H6MxmON {
    --bs-gutter-x: 0.5rem;
  }

  .mOASRjit4Ce,
.iLasVRKTG1X {
    --bs-gutter-y: 0.5rem;
  }

  .botYEe,
.Iygzcx {
    --bs-gutter-x: 1rem;
  }

  .botYEe,
.gRuqgDCx5aH {
    --bs-gutter-y: 1rem;
  }

  .RCWGOX,
.Tb3gKgbP {
    --bs-gutter-x: 1.5rem;
  }

  .RCWGOX,
.yRtjjZUI {
    --bs-gutter-y: 1.5rem;
  }

  .O2ifDARwqLh,
.ZCet2GU72ye {
    --bs-gutter-x: 3rem;
  }

  .O2ifDARwqLh,
.pX2Gi1MfsUb {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .GLTDcd {
    flex: 1 0 0%;
  }

  .gEt8CL > * {
    flex: 0 0 auto;
    width: auto;
  }

  .BezwRPi > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .De9SkT > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .x0sTAV > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vmYSz8RQ > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .JspC1X > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .qfSTaTx6u > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .uuxgB7 {
    flex: 0 0 auto;
    width: auto;
  }

  .sJ0as29r {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .Byr0tplfK {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .C26tkYPJadm {
    flex: 0 0 auto;
    width: 25%;
  }

  .iHHmmjgWQ {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .C4hx0e4a {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .euz6ZyhW {
    flex: 0 0 auto;
    width: 50%;
  }

  .YKUPPCUVzYX {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .luHUv6 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .TbN7iom {
    flex: 0 0 auto;
    width: 75%;
  }

  .RTZFMeZjvc {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .aOKXOqpwO {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .oRTh6JoaBq {
    flex: 0 0 auto;
    width: 100%;
  }

  .tFkG22KX9E {
    margin-left: 0;
  }

  .txWSCVHY {
    margin-left: 8.3333333333%;
  }

  .XhmKPg2OIMF {
    margin-left: 16.6666666667%;
  }

  .WSBNrHw {
    margin-left: 25%;
  }

  .jbUeJHDkS {
    margin-left: 33.3333333333%;
  }

  .vLGDNh4i {
    margin-left: 41.6666666667%;
  }

  .QCGTMS {
    margin-left: 50%;
  }

  .NHMzmB754Z {
    margin-left: 58.3333333333%;
  }

  .L6nlCmo {
    margin-left: 66.6666666667%;
  }

  .lSNiYiW8dMw {
    margin-left: 75%;
  }

  .DAIewAsklwG {
    margin-left: 83.3333333333%;
  }

  .zfvrj1U1 {
    margin-left: 91.6666666667%;
  }

  .fmxTnbh,
.lVnvAQbQRlf {
    --bs-gutter-x: 0;
  }

  .fmxTnbh,
.xrCaw2QgJ8 {
    --bs-gutter-y: 0;
  }

  .Hhb5gga,
.Z0OzqS {
    --bs-gutter-x: 0.25rem;
  }

  .Hhb5gga,
.D3QqpPM9R {
    --bs-gutter-y: 0.25rem;
  }

  .N5eptr,
.jznsBN {
    --bs-gutter-x: 0.5rem;
  }

  .N5eptr,
.ofoZoR9xk {
    --bs-gutter-y: 0.5rem;
  }

  .va0HPfdm,
.QVBWhLes8 {
    --bs-gutter-x: 1rem;
  }

  .va0HPfdm,
.sBrH0WH {
    --bs-gutter-y: 1rem;
  }

  .JtQqMB5Yfad,
.wE2P62tyAs {
    --bs-gutter-x: 1.5rem;
  }

  .JtQqMB5Yfad,
.tbfi4j3Nr {
    --bs-gutter-y: 1.5rem;
  }

  .QBJZexHxh,
.bwz3PE2U {
    --bs-gutter-x: 3rem;
  }

  .QBJZexHxh,
.PpMlr7zzJ {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .eoRwl2Ftdxj {
    flex: 1 0 0%;
  }

  .oZ0CKh2PKJb > * {
    flex: 0 0 auto;
    width: auto;
  }

  .jHdOdcXd > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .s61SSRcJo > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .N4gd8SbJtp > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .PyKiN80dTd > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .LZhQNLuZH > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .UYtsBPO > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .SvQ7SBd64d {
    flex: 0 0 auto;
    width: auto;
  }

  .rkXboQkdbb {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .R4uXWU9PM {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .bUtA5EOj5ep {
    flex: 0 0 auto;
    width: 25%;
  }

  .na0a0z5l {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .c86FbZvx {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .WZRniN {
    flex: 0 0 auto;
    width: 50%;
  }

  .HDY6OetASD {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .a9uiU8ay {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .q9kHaDc {
    flex: 0 0 auto;
    width: 75%;
  }

  .epQWBOg5jJ {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .QRx82f3RZ {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .aHZChy {
    flex: 0 0 auto;
    width: 100%;
  }

  .t0YXdONL {
    margin-left: 0;
  }

  .E3IVJG {
    margin-left: 8.3333333333%;
  }

  .mNetcl5FQe {
    margin-left: 16.6666666667%;
  }

  .r07dqCVE {
    margin-left: 25%;
  }

  .sAdB32nIbx {
    margin-left: 33.3333333333%;
  }

  .dsCsn1rMAe {
    margin-left: 41.6666666667%;
  }

  .nKOzSR8O17T {
    margin-left: 50%;
  }

  .uAjuw6 {
    margin-left: 58.3333333333%;
  }

  .tyx00xnm {
    margin-left: 66.6666666667%;
  }

  .USsXOqres {
    margin-left: 75%;
  }

  .YBfnpi {
    margin-left: 83.3333333333%;
  }

  .TWfPJMpjjP0 {
    margin-left: 91.6666666667%;
  }

  .cbWnNvuIsa0,
.dNfagp3Y3hE {
    --bs-gutter-x: 0;
  }

  .cbWnNvuIsa0,
.JwbfPVGJlm {
    --bs-gutter-y: 0;
  }

  .K4JTf8,
.qZINZ7m {
    --bs-gutter-x: 0.25rem;
  }

  .K4JTf8,
.MjhA7bjVar {
    --bs-gutter-y: 0.25rem;
  }

  .ELuBz1jetR,
.lxtT2fcrjWs {
    --bs-gutter-x: 0.5rem;
  }

  .ELuBz1jetR,
.RtZ3UW {
    --bs-gutter-y: 0.5rem;
  }

  .FMpbdPgLFI,
.Ldac4bFxL {
    --bs-gutter-x: 1rem;
  }

  .FMpbdPgLFI,
.YzogaGM {
    --bs-gutter-y: 1rem;
  }

  .QWfsVF3AOx,
.xewfdZfcEZ {
    --bs-gutter-x: 1.5rem;
  }

  .QWfsVF3AOx,
.hxVgf0 {
    --bs-gutter-y: 1.5rem;
  }

  .y3lWE2Z4,
.W1w0KFAQbQ {
    --bs-gutter-x: 3rem;
  }

  .y3lWE2Z4,
.h199mSuTTKZ {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .i3CHyclLaNr {
    flex: 1 0 0%;
  }

  .teNubK > * {
    flex: 0 0 auto;
    width: auto;
  }

  .lPQmEaSV > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .Nqr0Yr > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .Weh1dGD > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .n3SMVx > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .XTXBNVc7Lfx > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .hbfvq1IYA0 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .gfDXvQtb {
    flex: 0 0 auto;
    width: auto;
  }

  .MDGTXLzDXKV {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .tRWOJx6ck {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .w4ibMhIM {
    flex: 0 0 auto;
    width: 25%;
  }

  .mT63lt {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .azMc2kY4fG {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .HWywf1 {
    flex: 0 0 auto;
    width: 50%;
  }

  .Fjidnd5Zi5 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .owfIcR {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .kgGzCdfKz {
    flex: 0 0 auto;
    width: 75%;
  }

  .h1IDmC {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .fKHt8zDX {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .TiO4OC39urW {
    flex: 0 0 auto;
    width: 100%;
  }

  .frauy2ahy {
    margin-left: 0;
  }

  .LjaCPIL3Y {
    margin-left: 8.3333333333%;
  }

  .QJy5Uarlfw {
    margin-left: 16.6666666667%;
  }

  .OpAaU8bC {
    margin-left: 25%;
  }

  .AdbcBQ4 {
    margin-left: 33.3333333333%;
  }

  .t2OULgEt4 {
    margin-left: 41.6666666667%;
  }

  .fuTDBSN {
    margin-left: 50%;
  }

  .Te98mPuP {
    margin-left: 58.3333333333%;
  }

  .U8k6ILd353 {
    margin-left: 66.6666666667%;
  }

  .pEhrrYuX {
    margin-left: 75%;
  }

  .Jrts3a5 {
    margin-left: 83.3333333333%;
  }

  .mPhdXCad3y {
    margin-left: 91.6666666667%;
  }

  .pZ6TSQb,
.Q3RHT9 {
    --bs-gutter-x: 0;
  }

  .pZ6TSQb,
.axj9V6yww {
    --bs-gutter-y: 0;
  }

  .BcnDU5B3uMb,
.Pgzw2Q {
    --bs-gutter-x: 0.25rem;
  }

  .BcnDU5B3uMb,
.S5FYclDLK {
    --bs-gutter-y: 0.25rem;
  }

  .QPhY3I62,
.mgBm1sW {
    --bs-gutter-x: 0.5rem;
  }

  .QPhY3I62,
.Dg0CIYkPd {
    --bs-gutter-y: 0.5rem;
  }

  .wsmgKP,
.ExFPvSbxRbf {
    --bs-gutter-x: 1rem;
  }

  .wsmgKP,
.QfPAOr4H {
    --bs-gutter-y: 1rem;
  }

  .nqCfRcOn,
.LAop6v38wzn {
    --bs-gutter-x: 1.5rem;
  }

  .nqCfRcOn,
.arj2qzYY80g {
    --bs-gutter-y: 1.5rem;
  }

  .xWRt4lrU,
.ymQq5g {
    --bs-gutter-x: 3rem;
  }

  .xWRt4lrU,
.nscEpeZYmmu {
    --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;
}

.Ctc3x6cqCZ5 {
  caption-side: top;
}

.i4tsthdOpB > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.G5AgM5m > :not(caption) > * {
  border-width: 1px 0;
}
.G5AgM5m > :not(caption) > * > * {
  border-width: 0 1px;
}

.w5OGL3EPOn > :not(caption) > * > * {
  border-bottom-width: 0;
}

.lqED1w64lY > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.gpGZ1y9q {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.Eiv3unyN > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.ttCDWIT {
  --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;
}

.eCADXw4Cd {
  --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;
}

.iGLilj {
  --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;
}

.esEyNxBaGlb {
  --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;
}

.KiT5Zk {
  --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;
}

.FETUiVZ6bk {
  --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;
}

.G0765LH {
  --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;
}

.tAaoHS34 {
  --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;
}

.Z76qCRof {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .AGsQWj {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .pa2forJbD7 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .ctzq13vX {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .AJPv5th {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .d1bRlHGPO {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.qKRMIG {
  margin-bottom: 0.5rem;
}

.iVEmK0Q {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.KGE0Pr {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.uW9eRl23M {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.NC180JVXg {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.QQxWtV {
  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) {
  .QQxWtV {
    transition: none;
  }
}
.QQxWtV[type=file] {
  overflow: hidden;
}
.QQxWtV[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.QQxWtV:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.QQxWtV::-webkit-date-and-time-value {
  height: 1.5em;
}
.QQxWtV::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.QQxWtV::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.QQxWtV::placeholder {
  color: #6c757d;
  opacity: 1;
}
.QQxWtV:disabled, .QQxWtV[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.QQxWtV::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) {
  .QQxWtV::file-selector-button {
    transition: none;
  }
}
.QQxWtV:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.QQxWtV::-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) {
  .QQxWtV::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.QQxWtV:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.CgXQaHC {
  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;
}
.CgXQaHC.df7eZe, .CgXQaHC.Hk4Iwy {
  padding-right: 0;
  padding-left: 0;
}

.df7eZe {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.df7eZe::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.df7eZe::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.Hk4Iwy {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.Hk4Iwy::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.Hk4Iwy::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.QQxWtV {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.df7eZe {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.Hk4Iwy {
  min-height: calc(1.5em + 1rem + 2px);
}

.kH9AfRcaT {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.kH9AfRcaT:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.kH9AfRcaT::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.kH9AfRcaT::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.mnMw0Y {
  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;
}
.mnMw0Y:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.mnMw0Y[multiple], .mnMw0Y[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.mnMw0Y:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.mnMw0Y:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.d84ESBgFQ {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.XgZTFdB {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.xkXgd3sOjBl {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.xkXgd3sOjBl .aD553csWGrs {
  float: left;
  margin-left: -1.5em;
}

.aD553csWGrs {
  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;
}
.aD553csWGrs[type=checkbox] {
  border-radius: 0.25em;
}
.aD553csWGrs[type=radio] {
  border-radius: 50%;
}
.aD553csWGrs:active {
  filter: brightness(90%);
}
.aD553csWGrs:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.aD553csWGrs:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.aD553csWGrs: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");
}
.aD553csWGrs: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");
}
.aD553csWGrs[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");
}
.aD553csWGrs:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.aD553csWGrs[disabled] ~ .WkLiB8aB, .aD553csWGrs:disabled ~ .WkLiB8aB {
  opacity: 0.5;
}

.KCe9FztlE {
  padding-left: 2.5em;
}
.KCe9FztlE .aD553csWGrs {
  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) {
  .KCe9FztlE .aD553csWGrs {
    transition: none;
  }
}
.KCe9FztlE .aD553csWGrs: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");
}
.KCe9FztlE .aD553csWGrs: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");
}

.OxafUh {
  display: inline-block;
  margin-right: 1rem;
}

.SYCw8i6nvYp {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.SYCw8i6nvYp[disabled] + .btn, .SYCw8i6nvYp:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.jcH01Ba {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.jcH01Ba:focus {
  outline: 0;
}
.jcH01Ba:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.jcH01Ba:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.jcH01Ba::-moz-focus-outer {
  border: 0;
}
.jcH01Ba::-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) {
  .jcH01Ba::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.jcH01Ba::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.jcH01Ba::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.jcH01Ba::-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) {
  .jcH01Ba::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.jcH01Ba::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.jcH01Ba::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.jcH01Ba:disabled {
  pointer-events: none;
}
.jcH01Ba:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.jcH01Ba:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.A46Vkz1 {
  position: relative;
}
.A46Vkz1 > .QQxWtV,
.A46Vkz1 > .mnMw0Y {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.A46Vkz1 > 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) {
  .A46Vkz1 > label {
    transition: none;
  }
}
.A46Vkz1 > .QQxWtV::-webkit-input-placeholder {
  color: transparent;
}
.A46Vkz1 > .QQxWtV::-moz-placeholder {
  color: transparent;
}
.A46Vkz1 > .QQxWtV::placeholder {
  color: transparent;
}
.A46Vkz1 > .QQxWtV:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.A46Vkz1 > .QQxWtV:focus, .A46Vkz1 > .QQxWtV:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.A46Vkz1 > .QQxWtV:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.A46Vkz1 > .mnMw0Y {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.A46Vkz1 > .QQxWtV:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.A46Vkz1 > .QQxWtV:focus ~ label,
.A46Vkz1 > .QQxWtV:not(:placeholder-shown) ~ label,
.A46Vkz1 > .mnMw0Y ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.A46Vkz1 > .QQxWtV:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.qftbdBA {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.qftbdBA > .QQxWtV,
.qftbdBA > .mnMw0Y {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.qftbdBA > .QQxWtV:focus,
.qftbdBA > .mnMw0Y:focus {
  z-index: 3;
}
.qftbdBA .btn {
  position: relative;
  z-index: 2;
}
.qftbdBA .btn:focus {
  z-index: 3;
}

.losuhkdM1Ir {
  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;
}

.rcAzzeIA > .QQxWtV,
.rcAzzeIA > .mnMw0Y,
.rcAzzeIA > .losuhkdM1Ir,
.rcAzzeIA > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.LB35DLL > .QQxWtV,
.LB35DLL > .mnMw0Y,
.LB35DLL > .losuhkdM1Ir,
.LB35DLL > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.rcAzzeIA > .mnMw0Y,
.LB35DLL > .mnMw0Y {
  padding-right: 3rem;
}

.qftbdBA:not(.GRp38fhVz) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.qftbdBA:not(.GRp38fhVz) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qftbdBA.GRp38fhVz > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.qftbdBA.GRp38fhVz > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qftbdBA > :not(:first-child):not(.dropdown-menu):not(.Ik6cGdA6s):not(.Pr7VJHH9C3):not(.gp3a8OF6t4):not(.P1QazglDt) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.Pr7VJHH9C3 {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.Ik6cGdA6s {
  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;
}

.krSPpb0 :valid ~ .Pr7VJHH9C3,
.krSPpb0 :valid ~ .Ik6cGdA6s,
.LKSWycS ~ .Pr7VJHH9C3,
.LKSWycS ~ .Ik6cGdA6s {
  display: block;
}

.krSPpb0 .QQxWtV:valid, .QQxWtV.LKSWycS {
  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);
}
.krSPpb0 .QQxWtV:valid:focus, .QQxWtV.LKSWycS:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.krSPpb0 textarea.QQxWtV:valid, textarea.QQxWtV.LKSWycS {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.krSPpb0 .mnMw0Y:valid, .mnMw0Y.LKSWycS {
  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);
}
.krSPpb0 .mnMw0Y:valid:focus, .mnMw0Y.LKSWycS:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.krSPpb0 .aD553csWGrs:valid, .aD553csWGrs.LKSWycS {
  border-color: #198754;
}
.krSPpb0 .aD553csWGrs:valid:checked, .aD553csWGrs.LKSWycS:checked {
  background-color: #198754;
}
.krSPpb0 .aD553csWGrs:valid:focus, .aD553csWGrs.LKSWycS:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.krSPpb0 .aD553csWGrs:valid ~ .WkLiB8aB, .aD553csWGrs.LKSWycS ~ .WkLiB8aB {
  color: #198754;
}

.OxafUh .aD553csWGrs ~ .Pr7VJHH9C3 {
  margin-left: 0.5em;
}

.P1QazglDt {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.gp3a8OF6t4 {
  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;
}

.krSPpb0 :invalid ~ .P1QazglDt,
.krSPpb0 :invalid ~ .gp3a8OF6t4,
.GfaRZ5OBu ~ .P1QazglDt,
.GfaRZ5OBu ~ .gp3a8OF6t4 {
  display: block;
}

.krSPpb0 .QQxWtV:invalid, .QQxWtV.GfaRZ5OBu {
  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);
}
.krSPpb0 .QQxWtV:invalid:focus, .QQxWtV.GfaRZ5OBu:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.krSPpb0 textarea.QQxWtV:invalid, textarea.QQxWtV.GfaRZ5OBu {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.krSPpb0 .mnMw0Y:invalid, .mnMw0Y.GfaRZ5OBu {
  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);
}
.krSPpb0 .mnMw0Y:invalid:focus, .mnMw0Y.GfaRZ5OBu:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.krSPpb0 .aD553csWGrs:invalid, .aD553csWGrs.GfaRZ5OBu {
  border-color: #dc3545;
}
.krSPpb0 .aD553csWGrs:invalid:checked, .aD553csWGrs.GfaRZ5OBu:checked {
  background-color: #dc3545;
}
.krSPpb0 .aD553csWGrs:invalid:focus, .aD553csWGrs.GfaRZ5OBu:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.krSPpb0 .aD553csWGrs:invalid ~ .WkLiB8aB, .aD553csWGrs.GfaRZ5OBu ~ .WkLiB8aB {
  color: #dc3545;
}

.OxafUh .aD553csWGrs ~ .P1QazglDt {
  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;
}
.SYCw8i6nvYp: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;
}

.Lrf9P7U2k {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.Lrf9P7U2k:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.SYCw8i6nvYp:focus + .Lrf9P7U2k, .Lrf9P7U2k:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.SYCw8i6nvYp:checked + .Lrf9P7U2k, .SYCw8i6nvYp:active + .Lrf9P7U2k, .Lrf9P7U2k:active, .Lrf9P7U2k.active, .show > .Lrf9P7U2k.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.SYCw8i6nvYp:checked + .Lrf9P7U2k:focus, .SYCw8i6nvYp:active + .Lrf9P7U2k:focus, .Lrf9P7U2k:active:focus, .Lrf9P7U2k.active:focus, .show > .Lrf9P7U2k.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.Lrf9P7U2k:disabled, .Lrf9P7U2k.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.Yw1AIAA {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.Yw1AIAA:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.SYCw8i6nvYp:focus + .Yw1AIAA, .Yw1AIAA:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.SYCw8i6nvYp:checked + .Yw1AIAA, .SYCw8i6nvYp:active + .Yw1AIAA, .Yw1AIAA:active, .Yw1AIAA.active, .show > .Yw1AIAA.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.SYCw8i6nvYp:checked + .Yw1AIAA:focus, .SYCw8i6nvYp:active + .Yw1AIAA:focus, .Yw1AIAA:active:focus, .Yw1AIAA.active:focus, .show > .Yw1AIAA.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.Yw1AIAA:disabled, .Yw1AIAA.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.H1rrgKUU9S {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.H1rrgKUU9S:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.SYCw8i6nvYp:focus + .H1rrgKUU9S, .H1rrgKUU9S:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.SYCw8i6nvYp:checked + .H1rrgKUU9S, .SYCw8i6nvYp:active + .H1rrgKUU9S, .H1rrgKUU9S:active, .H1rrgKUU9S.active, .show > .H1rrgKUU9S.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.SYCw8i6nvYp:checked + .H1rrgKUU9S:focus, .SYCw8i6nvYp:active + .H1rrgKUU9S:focus, .H1rrgKUU9S:active:focus, .H1rrgKUU9S.active:focus, .show > .H1rrgKUU9S.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.H1rrgKUU9S:disabled, .H1rrgKUU9S.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.wlQBYr1pGP {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.wlQBYr1pGP:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.SYCw8i6nvYp:focus + .wlQBYr1pGP, .wlQBYr1pGP:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.SYCw8i6nvYp:checked + .wlQBYr1pGP, .SYCw8i6nvYp:active + .wlQBYr1pGP, .wlQBYr1pGP:active, .wlQBYr1pGP.active, .show > .wlQBYr1pGP.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.SYCw8i6nvYp:checked + .wlQBYr1pGP:focus, .SYCw8i6nvYp:active + .wlQBYr1pGP:focus, .wlQBYr1pGP:active:focus, .wlQBYr1pGP.active:focus, .show > .wlQBYr1pGP.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.wlQBYr1pGP:disabled, .wlQBYr1pGP.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.UiqtyAh {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.UiqtyAh:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.SYCw8i6nvYp:focus + .UiqtyAh, .UiqtyAh:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.SYCw8i6nvYp:checked + .UiqtyAh, .SYCw8i6nvYp:active + .UiqtyAh, .UiqtyAh:active, .UiqtyAh.active, .show > .UiqtyAh.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.SYCw8i6nvYp:checked + .UiqtyAh:focus, .SYCw8i6nvYp:active + .UiqtyAh:focus, .UiqtyAh:active:focus, .UiqtyAh.active:focus, .show > .UiqtyAh.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.UiqtyAh:disabled, .UiqtyAh.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.eElQg6z {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.eElQg6z:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.SYCw8i6nvYp:focus + .eElQg6z, .eElQg6z:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.SYCw8i6nvYp:checked + .eElQg6z, .SYCw8i6nvYp:active + .eElQg6z, .eElQg6z:active, .eElQg6z.active, .show > .eElQg6z.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.SYCw8i6nvYp:checked + .eElQg6z:focus, .SYCw8i6nvYp:active + .eElQg6z:focus, .eElQg6z:active:focus, .eElQg6z.active:focus, .show > .eElQg6z.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.eElQg6z:disabled, .eElQg6z.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.j6EyL2 {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.j6EyL2:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.SYCw8i6nvYp:focus + .j6EyL2, .j6EyL2:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.SYCw8i6nvYp:checked + .j6EyL2, .SYCw8i6nvYp:active + .j6EyL2, .j6EyL2:active, .j6EyL2.active, .show > .j6EyL2.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.SYCw8i6nvYp:checked + .j6EyL2:focus, .SYCw8i6nvYp:active + .j6EyL2:focus, .j6EyL2:active:focus, .j6EyL2.active:focus, .show > .j6EyL2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.j6EyL2:disabled, .j6EyL2.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.a9sbCA {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.a9sbCA:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.SYCw8i6nvYp:focus + .a9sbCA, .a9sbCA:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.SYCw8i6nvYp:checked + .a9sbCA, .SYCw8i6nvYp:active + .a9sbCA, .a9sbCA:active, .a9sbCA.active, .show > .a9sbCA.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.SYCw8i6nvYp:checked + .a9sbCA:focus, .SYCw8i6nvYp:active + .a9sbCA:focus, .a9sbCA:active:focus, .a9sbCA.active:focus, .show > .a9sbCA.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.a9sbCA:disabled, .a9sbCA.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.MOUFn99K {
  color: #0d6efd;
  border-color: #0d6efd;
}
.MOUFn99K:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.SYCw8i6nvYp:focus + .MOUFn99K, .MOUFn99K:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.SYCw8i6nvYp:checked + .MOUFn99K, .SYCw8i6nvYp:active + .MOUFn99K, .MOUFn99K:active, .MOUFn99K.active, .MOUFn99K.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.SYCw8i6nvYp:checked + .MOUFn99K:focus, .SYCw8i6nvYp:active + .MOUFn99K:focus, .MOUFn99K:active:focus, .MOUFn99K.active:focus, .MOUFn99K.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.MOUFn99K:disabled, .MOUFn99K.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.VEzOE4P05O {
  color: #6c757d;
  border-color: #6c757d;
}
.VEzOE4P05O:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.SYCw8i6nvYp:focus + .VEzOE4P05O, .VEzOE4P05O:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.SYCw8i6nvYp:checked + .VEzOE4P05O, .SYCw8i6nvYp:active + .VEzOE4P05O, .VEzOE4P05O:active, .VEzOE4P05O.active, .VEzOE4P05O.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.SYCw8i6nvYp:checked + .VEzOE4P05O:focus, .SYCw8i6nvYp:active + .VEzOE4P05O:focus, .VEzOE4P05O:active:focus, .VEzOE4P05O.active:focus, .VEzOE4P05O.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.VEzOE4P05O:disabled, .VEzOE4P05O.disabled {
  color: #6c757d;
  background-color: transparent;
}

.VEV0B7vWf {
  color: #198754;
  border-color: #198754;
}
.VEV0B7vWf:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.SYCw8i6nvYp:focus + .VEV0B7vWf, .VEV0B7vWf:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.SYCw8i6nvYp:checked + .VEV0B7vWf, .SYCw8i6nvYp:active + .VEV0B7vWf, .VEV0B7vWf:active, .VEV0B7vWf.active, .VEV0B7vWf.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.SYCw8i6nvYp:checked + .VEV0B7vWf:focus, .SYCw8i6nvYp:active + .VEV0B7vWf:focus, .VEV0B7vWf:active:focus, .VEV0B7vWf.active:focus, .VEV0B7vWf.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.VEV0B7vWf:disabled, .VEV0B7vWf.disabled {
  color: #198754;
  background-color: transparent;
}

.f3T6zttTG {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.f3T6zttTG:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.SYCw8i6nvYp:focus + .f3T6zttTG, .f3T6zttTG:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.SYCw8i6nvYp:checked + .f3T6zttTG, .SYCw8i6nvYp:active + .f3T6zttTG, .f3T6zttTG:active, .f3T6zttTG.active, .f3T6zttTG.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.SYCw8i6nvYp:checked + .f3T6zttTG:focus, .SYCw8i6nvYp:active + .f3T6zttTG:focus, .f3T6zttTG:active:focus, .f3T6zttTG.active:focus, .f3T6zttTG.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.f3T6zttTG:disabled, .f3T6zttTG.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.eHOrdm {
  color: #ffc107;
  border-color: #ffc107;
}
.eHOrdm:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.SYCw8i6nvYp:focus + .eHOrdm, .eHOrdm:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.SYCw8i6nvYp:checked + .eHOrdm, .SYCw8i6nvYp:active + .eHOrdm, .eHOrdm:active, .eHOrdm.active, .eHOrdm.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.SYCw8i6nvYp:checked + .eHOrdm:focus, .SYCw8i6nvYp:active + .eHOrdm:focus, .eHOrdm:active:focus, .eHOrdm.active:focus, .eHOrdm.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.eHOrdm:disabled, .eHOrdm.disabled {
  color: #ffc107;
  background-color: transparent;
}

.ptLVZs {
  color: #dc3545;
  border-color: #dc3545;
}
.ptLVZs:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.SYCw8i6nvYp:focus + .ptLVZs, .ptLVZs:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.SYCw8i6nvYp:checked + .ptLVZs, .SYCw8i6nvYp:active + .ptLVZs, .ptLVZs:active, .ptLVZs.active, .ptLVZs.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.SYCw8i6nvYp:checked + .ptLVZs:focus, .SYCw8i6nvYp:active + .ptLVZs:focus, .ptLVZs:active:focus, .ptLVZs.active:focus, .ptLVZs.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.ptLVZs:disabled, .ptLVZs.disabled {
  color: #dc3545;
  background-color: transparent;
}

.k5E4yO45Rw2 {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.k5E4yO45Rw2:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.SYCw8i6nvYp:focus + .k5E4yO45Rw2, .k5E4yO45Rw2:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.SYCw8i6nvYp:checked + .k5E4yO45Rw2, .SYCw8i6nvYp:active + .k5E4yO45Rw2, .k5E4yO45Rw2:active, .k5E4yO45Rw2.active, .k5E4yO45Rw2.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.SYCw8i6nvYp:checked + .k5E4yO45Rw2:focus, .SYCw8i6nvYp:active + .k5E4yO45Rw2:focus, .k5E4yO45Rw2:active:focus, .k5E4yO45Rw2.active:focus, .k5E4yO45Rw2.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.k5E4yO45Rw2:disabled, .k5E4yO45Rw2.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.zY5bN4Woggx {
  color: #212529;
  border-color: #212529;
}
.zY5bN4Woggx:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.SYCw8i6nvYp:focus + .zY5bN4Woggx, .zY5bN4Woggx:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.SYCw8i6nvYp:checked + .zY5bN4Woggx, .SYCw8i6nvYp:active + .zY5bN4Woggx, .zY5bN4Woggx:active, .zY5bN4Woggx.active, .zY5bN4Woggx.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.SYCw8i6nvYp:checked + .zY5bN4Woggx:focus, .SYCw8i6nvYp:active + .zY5bN4Woggx:focus, .zY5bN4Woggx:active:focus, .zY5bN4Woggx.active:focus, .zY5bN4Woggx.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.zY5bN4Woggx:disabled, .zY5bN4Woggx.disabled {
  color: #212529;
  background-color: transparent;
}

.wm8DmBY8E {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.wm8DmBY8E:hover {
  color: #0a58ca;
}
.wm8DmBY8E:disabled, .wm8DmBY8E.disabled {
  color: #6c757d;
}

.ryMTXQZ, .zEBci0xU3Y > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.v06F6dxJ, .cygymgeR9 > .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;
}

.VwE87gYs {
  --bs-position: start;
}
.VwE87gYs[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.X9PWrjSa {
  --bs-position: end;
}
.X9PWrjSa[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .FSlSCPsBgr {
    --bs-position: start;
  }
  .FSlSCPsBgr[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .OBQZGZ55 {
    --bs-position: end;
  }
  .OBQZGZ55[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .C9whFs {
    --bs-position: start;
  }
  .C9whFs[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .osjnosGq {
    --bs-position: end;
  }
  .osjnosGq[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .F1EUnBG {
    --bs-position: start;
  }
  .F1EUnBG[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .CCnPy9BJ {
    --bs-position: end;
  }
  .CCnPy9BJ[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .g3UQI9wg {
    --bs-position: start;
  }
  .g3UQI9wg[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .u66B0z {
    --bs-position: end;
  }
  .u66B0z[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .RFlWVEYpEc {
    --bs-position: start;
  }
  .RFlWVEYpEc[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .JQUjxiQr6 {
    --bs-position: end;
  }
  .JQUjxiQr6[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;
}

.smLMus {
  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;
}

.BeQrg7XNa {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.io858Q {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.sj4tXPcZ {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.sj4tXPcZ .dropdown-item {
  color: #dee2e6;
}
.sj4tXPcZ .dropdown-item:hover, .sj4tXPcZ .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.sj4tXPcZ .dropdown-item.active, .sj4tXPcZ .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.sj4tXPcZ .dropdown-item.disabled, .sj4tXPcZ .dropdown-item:disabled {
  color: #adb5bd;
}
.sj4tXPcZ .smLMus {
  border-color: rgba(0, 0, 0, 0.15);
}
.sj4tXPcZ .io858Q {
  color: #dee2e6;
}
.sj4tXPcZ .BeQrg7XNa {
  color: #adb5bd;
}

.BJ4cRwoPG74,
.gNx05RnGf {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.BJ4cRwoPG74 > .btn,
.gNx05RnGf > .btn {
  position: relative;
  flex: 1 1 auto;
}
.BJ4cRwoPG74 > .SYCw8i6nvYp:checked + .btn,
.BJ4cRwoPG74 > .SYCw8i6nvYp:focus + .btn,
.BJ4cRwoPG74 > .btn:hover,
.BJ4cRwoPG74 > .btn:focus,
.BJ4cRwoPG74 > .btn:active,
.BJ4cRwoPG74 > .btn.active,
.gNx05RnGf > .SYCw8i6nvYp:checked + .btn,
.gNx05RnGf > .SYCw8i6nvYp:focus + .btn,
.gNx05RnGf > .btn:hover,
.gNx05RnGf > .btn:focus,
.gNx05RnGf > .btn:active,
.gNx05RnGf > .btn.active {
  z-index: 1;
}

.GGVQ6JUI {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.GGVQ6JUI .qftbdBA {
  width: auto;
}

.BJ4cRwoPG74 > .btn:not(:first-child),
.BJ4cRwoPG74 > .BJ4cRwoPG74:not(:first-child) {
  margin-left: -1px;
}
.BJ4cRwoPG74 > .btn:not(:last-child):not(.dropdown-toggle),
.BJ4cRwoPG74 > .BJ4cRwoPG74:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.BJ4cRwoPG74 > .btn:nth-child(n+3),
.BJ4cRwoPG74 > :not(.SYCw8i6nvYp) + .btn,
.BJ4cRwoPG74 > .BJ4cRwoPG74:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.u2jdGE008lR {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.u2jdGE008lR::after, .dropup .u2jdGE008lR::after, .dropend .u2jdGE008lR::after {
  margin-left: 0;
}
.dropstart .u2jdGE008lR::before {
  margin-right: 0;
}

.v06F6dxJ + .u2jdGE008lR, .cygymgeR9 > .btn + .u2jdGE008lR {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.ryMTXQZ + .u2jdGE008lR, .zEBci0xU3Y > .btn + .u2jdGE008lR {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.gNx05RnGf {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.gNx05RnGf > .btn,
.gNx05RnGf > .BJ4cRwoPG74 {
  width: 100%;
}
.gNx05RnGf > .btn:not(:first-child),
.gNx05RnGf > .BJ4cRwoPG74:not(:first-child) {
  margin-top: -1px;
}
.gNx05RnGf > .btn:not(:last-child):not(.dropdown-toggle),
.gNx05RnGf > .BJ4cRwoPG74:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.gNx05RnGf > .btn ~ .btn,
.gNx05RnGf > .BJ4cRwoPG74: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;
}

.SnFy5X6 {
  border-bottom: 1px solid #dee2e6;
}
.SnFy5X6 .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.SnFy5X6 .nav-link:hover, .SnFy5X6 .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.SnFy5X6 .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.SnFy5X6 .nav-link.active,
.SnFy5X6 .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.SnFy5X6 .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.jqsPhKF .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.jqsPhKF .nav-link.active,
.jqsPhKF .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.kva2gkDL > .nav-link,
.kva2gkDL .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.FC9Z2PObrCJ > .nav-link,
.FC9Z2PObrCJ .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.Cz4d1w84HXo > .S8TqPWPJ1eb {
  display: none;
}
.Cz4d1w84HXo > .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 > .LWZAeBLbM5,
.navbar > .Nt6AaEu7mV,
.navbar > .g5OlrRy,
.navbar > .xC4JF6UZ,
.navbar > .JNtFJmNpOO,
.navbar > .Nv3idW {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.J2rm7WSlM {
  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;
}

.oJsIamn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.el17nE54YL {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.qHPaOLcj {
  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) {
  .qHPaOLcj {
    transition: none;
  }
}
.qHPaOLcj:hover {
  text-decoration: none;
}
.qHPaOLcj:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.otf7MIl {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.h1ChBdy {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .hXXnkmt {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .hXXnkmt .navbar-nav {
    flex-direction: row;
  }
  .hXXnkmt .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .hXXnkmt .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .hXXnkmt .h1ChBdy {
    overflow: visible;
  }
  .hXXnkmt .el17nE54YL {
    display: flex !important;
    flex-basis: auto;
  }
  .hXXnkmt .qHPaOLcj {
    display: none;
  }
}
@media (min-width: 768px) {
  .R7uDfAyp {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .R7uDfAyp .navbar-nav {
    flex-direction: row;
  }
  .R7uDfAyp .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .R7uDfAyp .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .R7uDfAyp .h1ChBdy {
    overflow: visible;
  }
  .R7uDfAyp .el17nE54YL {
    display: flex !important;
    flex-basis: auto;
  }
  .R7uDfAyp .qHPaOLcj {
    display: none;
  }
}
@media (min-width: 992px) {
  .VcQmV8t {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .VcQmV8t .navbar-nav {
    flex-direction: row;
  }
  .VcQmV8t .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .VcQmV8t .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .VcQmV8t .h1ChBdy {
    overflow: visible;
  }
  .VcQmV8t .el17nE54YL {
    display: flex !important;
    flex-basis: auto;
  }
  .VcQmV8t .qHPaOLcj {
    display: none;
  }
}
@media (min-width: 1200px) {
  .MZR9yBOdtO {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .MZR9yBOdtO .navbar-nav {
    flex-direction: row;
  }
  .MZR9yBOdtO .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .MZR9yBOdtO .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .MZR9yBOdtO .h1ChBdy {
    overflow: visible;
  }
  .MZR9yBOdtO .el17nE54YL {
    display: flex !important;
    flex-basis: auto;
  }
  .MZR9yBOdtO .qHPaOLcj {
    display: none;
  }
}
@media (min-width: 1400px) {
  .Biyhk3sTk {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .Biyhk3sTk .navbar-nav {
    flex-direction: row;
  }
  .Biyhk3sTk .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .Biyhk3sTk .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .Biyhk3sTk .h1ChBdy {
    overflow: visible;
  }
  .Biyhk3sTk .el17nE54YL {
    display: flex !important;
    flex-basis: auto;
  }
  .Biyhk3sTk .qHPaOLcj {
    display: none;
  }
}
.MorpPubvW7 {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.MorpPubvW7 .navbar-nav {
  flex-direction: row;
}
.MorpPubvW7 .navbar-nav .dropdown-menu {
  position: absolute;
}
.MorpPubvW7 .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.MorpPubvW7 .h1ChBdy {
  overflow: visible;
}
.MorpPubvW7 .el17nE54YL {
  display: flex !important;
  flex-basis: auto;
}
.MorpPubvW7 .qHPaOLcj {
  display: none;
}

.PnKN4waHNA2 .J2rm7WSlM {
  color: rgba(0, 0, 0, 0.9);
}
.PnKN4waHNA2 .J2rm7WSlM:hover, .PnKN4waHNA2 .J2rm7WSlM:focus {
  color: rgba(0, 0, 0, 0.9);
}
.PnKN4waHNA2 .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.PnKN4waHNA2 .navbar-nav .nav-link:hover, .PnKN4waHNA2 .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.PnKN4waHNA2 .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.PnKN4waHNA2 .navbar-nav .show > .nav-link,
.PnKN4waHNA2 .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.PnKN4waHNA2 .qHPaOLcj {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.PnKN4waHNA2 .otf7MIl {
  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");
}
.PnKN4waHNA2 .oJsIamn {
  color: rgba(0, 0, 0, 0.55);
}
.PnKN4waHNA2 .oJsIamn a,
.PnKN4waHNA2 .oJsIamn a:hover,
.PnKN4waHNA2 .oJsIamn a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.CJnUJNGgqGx .J2rm7WSlM {
  color: #fff;
}
.CJnUJNGgqGx .J2rm7WSlM:hover, .CJnUJNGgqGx .J2rm7WSlM:focus {
  color: #fff;
}
.CJnUJNGgqGx .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.CJnUJNGgqGx .navbar-nav .nav-link:hover, .CJnUJNGgqGx .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.CJnUJNGgqGx .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.CJnUJNGgqGx .navbar-nav .show > .nav-link,
.CJnUJNGgqGx .navbar-nav .nav-link.active {
  color: #fff;
}
.CJnUJNGgqGx .qHPaOLcj {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.CJnUJNGgqGx .otf7MIl {
  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");
}
.CJnUJNGgqGx .oJsIamn {
  color: rgba(255, 255, 255, 0.55);
}
.CJnUJNGgqGx .oJsIamn a,
.CJnUJNGgqGx .oJsIamn a:hover,
.CJnUJNGgqGx .oJsIamn 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 > .jLhehzNlh2 + .list-group,
.card > .list-group + .mfLfOaqUH {
  border-top: 0;
}

.lKDgGvS {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.RIhNC4gL {
  margin-bottom: 0.5rem;
}

.yRQZO4YJ {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.cQM7hm:last-child {
  margin-bottom: 0;
}

.wZ8fw1PDu:hover {
  text-decoration: none;
}
.wZ8fw1PDu + .wZ8fw1PDu {
  margin-left: 1rem /* rtl:ignore */;
}

.jLhehzNlh2 {
  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);
}
.jLhehzNlh2:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.mfLfOaqUH {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.mfLfOaqUH:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.IpoI8Pr7j {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.avMORQTG {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.IzGiAC0dT0n {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.E2SXPa9,
.QuE2jn,
.n4y1QusfH8 {
  width: 100%;
}

.E2SXPa9,
.QuE2jn {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.E2SXPa9,
.n4y1QusfH8 {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.pAWAQGYrq > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .pAWAQGYrq {
    display: flex;
    flex-flow: row wrap;
  }
  .pAWAQGYrq > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .pAWAQGYrq > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .pAWAQGYrq > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .pAWAQGYrq > .card:not(:last-child) .QuE2jn,
.pAWAQGYrq > .card:not(:last-child) .jLhehzNlh2 {
    border-top-right-radius: 0;
  }
  .pAWAQGYrq > .card:not(:last-child) .n4y1QusfH8,
.pAWAQGYrq > .card:not(:last-child) .mfLfOaqUH {
    border-bottom-right-radius: 0;
  }
  .pAWAQGYrq > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .pAWAQGYrq > .card:not(:first-child) .QuE2jn,
.pAWAQGYrq > .card:not(:first-child) .jLhehzNlh2 {
    border-top-left-radius: 0;
  }
  .pAWAQGYrq > .card:not(:first-child) .n4y1QusfH8,
.pAWAQGYrq > .card:not(:first-child) .mfLfOaqUH {
    border-bottom-left-radius: 0;
  }
}

.tfaAHZBcl {
  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) {
  .tfaAHZBcl {
    transition: none;
  }
}
.tfaAHZBcl.collapsed {
  border-bottom-width: 0;
}
.tfaAHZBcl:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}
.tfaAHZBcl: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);
}
.tfaAHZBcl::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) {
  .tfaAHZBcl::after {
    transition: none;
  }
}
.tfaAHZBcl:hover {
  z-index: 2;
}
.tfaAHZBcl: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;
}

.qVYicj:first-of-type .tfaAHZBcl {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.qVYicj:last-of-type .tfaAHZBcl.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.qVYicj:last-of-type .rXhvdM {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rXhvdM {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.AMoj19zg8j {
  padding: 1rem 1.25rem;
}

.uc3D2vCooGo .tfaAHZBcl {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.uc3D2vCooGo .rXhvdM {
  border-width: 0;
}
.uc3D2vCooGo .qVYicj:first-of-type .tfaAHZBcl {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.uc3D2vCooGo .qVYicj:last-of-type .tfaAHZBcl.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.Q5O3N3pJll3 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.wUKUamHST + .wUKUamHST {
  padding-left: 0.5rem;
}
.wUKUamHST + .wUKUamHST::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.wUKUamHST.active {
  color: #6c757d;
}

.LCREmP {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.d2EJ6lYGbI {
  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) {
  .d2EJ6lYGbI {
    transition: none;
  }
}
.d2EJ6lYGbI:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.d2EJ6lYGbI:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.XbM5Mt4cM:not(:first-child) .d2EJ6lYGbI {
  margin-left: -1px;
}
.XbM5Mt4cM.active .d2EJ6lYGbI {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.XbM5Mt4cM.disabled .d2EJ6lYGbI {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.d2EJ6lYGbI {
  padding: 0.375rem 0.75rem;
}

.XbM5Mt4cM:first-child .d2EJ6lYGbI {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.XbM5Mt4cM:last-child .d2EJ6lYGbI {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.N4tK6I .d2EJ6lYGbI {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.N4tK6I .XbM5Mt4cM:first-child .d2EJ6lYGbI {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.N4tK6I .XbM5Mt4cM:last-child .d2EJ6lYGbI {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.revaZRO .d2EJ6lYGbI {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.revaZRO .XbM5Mt4cM:first-child .d2EJ6lYGbI {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.revaZRO .XbM5Mt4cM:last-child .d2EJ6lYGbI {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.Dsra0PLQWD {
  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;
}
.Dsra0PLQWD:empty {
  display: none;
}

.btn .Dsra0PLQWD {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.kixjg3a {
  color: inherit;
}

.Vk5IRcASHc {
  font-weight: 700;
}

.bTJu79U23i {
  padding-right: 3rem;
}
.bTJu79U23i .ewYlwvkE {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.tGcMMeLFCJS {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.tGcMMeLFCJS .Vk5IRcASHc {
  color: #06357a;
}

.Zq5yTPdm {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.Zq5yTPdm .Vk5IRcASHc {
  color: #34383c;
}

.Ad4wuQ {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.Ad4wuQ .Vk5IRcASHc {
  color: #0c4128;
}

.GeNCpdhCg {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.GeNCpdhCg .Vk5IRcASHc {
  color: #04414d;
}

.Cp02iJ {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.Cp02iJ .Vk5IRcASHc {
  color: #523e02;
}

.Dq7Upq {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.Dq7Upq .Vk5IRcASHc {
  color: #6a1a21;
}

.emXEuoEjqt {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.emXEuoEjqt .Vk5IRcASHc {
  color: #4f5050;
}

.eq5cTRCAEj {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.eq5cTRCAEj .Vk5IRcASHc {
  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;
}

.cvjcxij {
  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) {
  .cvjcxij {
    transition: none;
  }
}

.uc3DcAc8bHp {
  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;
}

.MleXrSjU83 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .MleXrSjU83 {
    -webkit-animation: none;
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.pqHqzsw1 {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.pqHqzsw1:hover, .pqHqzsw1:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.pqHqzsw1: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;
}

.EooDmy {
  flex-direction: row;
}
.EooDmy > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.EooDmy > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.EooDmy > .list-group-item.active {
  margin-top: 0;
}
.EooDmy > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.EooDmy > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .tM4vYaJQZe {
    flex-direction: row;
  }
  .tM4vYaJQZe > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .tM4vYaJQZe > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .tM4vYaJQZe > .list-group-item.active {
    margin-top: 0;
  }
  .tM4vYaJQZe > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .tM4vYaJQZe > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .YsBx5I9w {
    flex-direction: row;
  }
  .YsBx5I9w > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .YsBx5I9w > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .YsBx5I9w > .list-group-item.active {
    margin-top: 0;
  }
  .YsBx5I9w > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .YsBx5I9w > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .jAuNEZZVv {
    flex-direction: row;
  }
  .jAuNEZZVv > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .jAuNEZZVv > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .jAuNEZZVv > .list-group-item.active {
    margin-top: 0;
  }
  .jAuNEZZVv > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .jAuNEZZVv > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .IxSeFj1F0wW {
    flex-direction: row;
  }
  .IxSeFj1F0wW > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .IxSeFj1F0wW > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .IxSeFj1F0wW > .list-group-item.active {
    margin-top: 0;
  }
  .IxSeFj1F0wW > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .IxSeFj1F0wW > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .LaogQSQ {
    flex-direction: row;
  }
  .LaogQSQ > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .LaogQSQ > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .LaogQSQ > .list-group-item.active {
    margin-top: 0;
  }
  .LaogQSQ > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .LaogQSQ > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.bHFkz5SbiW {
  border-radius: 0;
}
.bHFkz5SbiW > .list-group-item {
  border-width: 0 0 1px;
}
.bHFkz5SbiW > .list-group-item:last-child {
  border-bottom-width: 0;
}

.ClhvKVPy {
  color: #084298;
  background-color: #cfe2ff;
}
.ClhvKVPy.pqHqzsw1:hover, .ClhvKVPy.pqHqzsw1:focus {
  color: #084298;
  background-color: #bacbe6;
}
.ClhvKVPy.pqHqzsw1.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.WnMR07Q {
  color: #41464b;
  background-color: #e2e3e5;
}
.WnMR07Q.pqHqzsw1:hover, .WnMR07Q.pqHqzsw1:focus {
  color: #41464b;
  background-color: #cbccce;
}
.WnMR07Q.pqHqzsw1.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.HhtFgxc {
  color: #0f5132;
  background-color: #d1e7dd;
}
.HhtFgxc.pqHqzsw1:hover, .HhtFgxc.pqHqzsw1:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.HhtFgxc.pqHqzsw1.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.loJIYW6tDV {
  color: #055160;
  background-color: #cff4fc;
}
.loJIYW6tDV.pqHqzsw1:hover, .loJIYW6tDV.pqHqzsw1:focus {
  color: #055160;
  background-color: #badce3;
}
.loJIYW6tDV.pqHqzsw1.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.ttNehPs8F {
  color: #664d03;
  background-color: #fff3cd;
}
.ttNehPs8F.pqHqzsw1:hover, .ttNehPs8F.pqHqzsw1:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.ttNehPs8F.pqHqzsw1.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.KFImJua {
  color: #842029;
  background-color: #f8d7da;
}
.KFImJua.pqHqzsw1:hover, .KFImJua.pqHqzsw1:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.KFImJua.pqHqzsw1.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.FpyVbA {
  color: #636464;
  background-color: #fefefe;
}
.FpyVbA.pqHqzsw1:hover, .FpyVbA.pqHqzsw1:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.FpyVbA.pqHqzsw1.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.WrJXIqEOX {
  color: #141619;
  background-color: #d3d3d4;
}
.WrJXIqEOX.pqHqzsw1:hover, .WrJXIqEOX.pqHqzsw1:focus {
  color: #141619;
  background-color: #bebebf;
}
.WrJXIqEOX.pqHqzsw1.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.ewYlwvkE {
  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;
}
.ewYlwvkE:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.ewYlwvkE:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.ewYlwvkE:disabled, .ewYlwvkE.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.O7yKFOd {
  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;
}

.rAl5zLh {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.rAl5zLh > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.JGM2sp7 {
  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);
}
.JGM2sp7 .ewYlwvkE {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.wdlGyLtX4vC {
  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);
}

.gOpt27R {
  height: calc(100% - 1rem);
}
.gOpt27R .SumPriGpKWQ {
  max-height: 100%;
  overflow: hidden;
}
.gOpt27R .modal-body {
  overflow-y: auto;
}

.Efsvdu6u7Mh {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.SumPriGpKWQ {
  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;
}

.aCOtCcKDrbd {
  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);
}
.aCOtCcKDrbd .ewYlwvkE {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.EbtOayeozL {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.v3z99TOaId {
  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);
}
.v3z99TOaId > * {
  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;
  }

  .gOpt27R {
    height: calc(100% - 3.5rem);
  }

  .Efsvdu6u7Mh {
    min-height: calc(100% - 3.5rem);
  }

  .VdSB5Q {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .KZjDn5md,
.bL28Z0i {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bL28Z0i {
    max-width: 1140px;
  }
}
.c7OE2IRz8Y {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.c7OE2IRz8Y .SumPriGpKWQ {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.c7OE2IRz8Y .aCOtCcKDrbd {
  border-radius: 0;
}
.c7OE2IRz8Y .modal-body {
  overflow-y: auto;
}
.c7OE2IRz8Y .v3z99TOaId {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .AHOyMeMz {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .AHOyMeMz .SumPriGpKWQ {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .AHOyMeMz .aCOtCcKDrbd {
    border-radius: 0;
  }
  .AHOyMeMz .modal-body {
    overflow-y: auto;
  }
  .AHOyMeMz .v3z99TOaId {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .GujLyde {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .GujLyde .SumPriGpKWQ {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .GujLyde .aCOtCcKDrbd {
    border-radius: 0;
  }
  .GujLyde .modal-body {
    overflow-y: auto;
  }
  .GujLyde .v3z99TOaId {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .FhRyLK6A {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .FhRyLK6A .SumPriGpKWQ {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .FhRyLK6A .aCOtCcKDrbd {
    border-radius: 0;
  }
  .FhRyLK6A .modal-body {
    overflow-y: auto;
  }
  .FhRyLK6A .v3z99TOaId {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .SwFzlk5a3 {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .SwFzlk5a3 .SumPriGpKWQ {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .SwFzlk5a3 .aCOtCcKDrbd {
    border-radius: 0;
  }
  .SwFzlk5a3 .modal-body {
    overflow-y: auto;
  }
  .SwFzlk5a3 .v3z99TOaId {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .ytHjPsRw4Jb {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .ytHjPsRw4Jb .SumPriGpKWQ {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .ytHjPsRw4Jb .aCOtCcKDrbd {
    border-radius: 0;
  }
  .ytHjPsRw4Jb .modal-body {
    overflow-y: auto;
  }
  .ytHjPsRw4Jb .v3z99TOaId {
    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;
}

.wNqIqCqbnY, .WREpg1z[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.wNqIqCqbnY .tooltip-arrow, .WREpg1z[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.wNqIqCqbnY .tooltip-arrow::before, .WREpg1z[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.wx623CF8sPJ, .WREpg1z[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.wx623CF8sPJ .tooltip-arrow, .WREpg1z[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.wx623CF8sPJ .tooltip-arrow::before, .WREpg1z[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.HfgEqyX, .WREpg1z[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.HfgEqyX .tooltip-arrow, .WREpg1z[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.HfgEqyX .tooltip-arrow::before, .WREpg1z[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.jtq15Bxd, .WREpg1z[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.jtq15Bxd .tooltip-arrow, .WREpg1z[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.jtq15Bxd .tooltip-arrow::before, .WREpg1z[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;
}

.QfmvfQ > .popover-arrow, .fndCam[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.QfmvfQ > .popover-arrow::before, .fndCam[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);
}
.QfmvfQ > .popover-arrow::after, .fndCam[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.I2h1Vs > .popover-arrow, .fndCam[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.I2h1Vs > .popover-arrow::before, .fndCam[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);
}
.I2h1Vs > .popover-arrow::after, .fndCam[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bR0dZCgtvJ > .popover-arrow, .fndCam[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bR0dZCgtvJ > .popover-arrow::before, .fndCam[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);
}
.bR0dZCgtvJ > .popover-arrow::after, .fndCam[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bR0dZCgtvJ .popover-header::before, .fndCam[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;
}

.tNUdrBvJbYt > .popover-arrow, .fndCam[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.tNUdrBvJbYt > .popover-arrow::before, .fndCam[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);
}
.tNUdrBvJbYt > .popover-arrow::after, .fndCam[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;
}

.MnlKr7s {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MnlKr7s::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 */
.X6XT7lOenH .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.X6XT7lOenH .carousel-item.active,
.X6XT7lOenH .carousel-item-next.carousel-item-start,
.X6XT7lOenH .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.X6XT7lOenH .active.carousel-item-start,
.X6XT7lOenH .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .X6XT7lOenH .active.carousel-item-start,
.X6XT7lOenH .active.carousel-item-end {
    transition: none;
  }
}

.sPNcZiFld,
.IhY4Cs {
  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) {
  .sPNcZiFld,
.IhY4Cs {
    transition: none;
  }
}
.sPNcZiFld:hover, .sPNcZiFld:focus,
.IhY4Cs:hover,
.IhY4Cs:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.sPNcZiFld {
  left: 0;
}

.IhY4Cs {
  right: 0;
}

.n8Bjr39sv,
.BBgWcRubeqS {
  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"
  } ]
} */
.n8Bjr39sv {
  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");
}

.BBgWcRubeqS {
  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;
}

.Q8TWGZ5vsf {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.j5uMIyH .n8Bjr39sv,
.j5uMIyH .BBgWcRubeqS {
  filter: invert(1) grayscale(100);
}
.j5uMIyH .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.j5uMIyH .Q8TWGZ5vsf {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.MCTnWBqd {
  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;
}

.MzJyLk {
  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;
  }
}
.kiaeXYdRW {
  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;
}

.nppaFJGZIU {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .MCTnWBqd,
.kiaeXYdRW {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.eLIjjmXsi {
  color: #0d6efd;
}
.eLIjjmXsi:hover, .eLIjjmXsi:focus {
  color: #0a58ca;
}

.MYjVYbA4YG {
  color: #6c757d;
}
.MYjVYbA4YG:hover, .MYjVYbA4YG:focus {
  color: #565e64;
}

.v8iepaOBq {
  color: #198754;
}
.v8iepaOBq:hover, .v8iepaOBq:focus {
  color: #146c43;
}

.rzJusAGRsWK {
  color: #0dcaf0;
}
.rzJusAGRsWK:hover, .rzJusAGRsWK:focus {
  color: #3dd5f3;
}

.EB6Kyjr2Zxg {
  color: #ffc107;
}
.EB6Kyjr2Zxg:hover, .EB6Kyjr2Zxg:focus {
  color: #ffcd39;
}

.q1DvE9u {
  color: #dc3545;
}
.q1DvE9u:hover, .q1DvE9u:focus {
  color: #b02a37;
}

.e2uVd43W {
  color: #f8f9fa;
}
.e2uVd43W:hover, .e2uVd43W:focus {
  color: #f9fafb;
}

.uRmfOM6JI1 {
  color: #212529;
}
.uRmfOM6JI1:hover, .uRmfOM6JI1: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%;
}

.weczTdgm8Hy {
  --bs-aspect-ratio: 100%;
}

.xMYhLxJD {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.sTakN0fB {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.vwUkMI {
  --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) {
  .jVTlDZG {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .b1ICPY1b {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .JuWbBBk4sU {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .wyZ5Fq {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .gCuG4z7Da {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.LJGCiu,
.noUwzZ: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;
}

.YtFtMO::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.AoQ3KbtzRCT {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.j9Ao3OB {
  vertical-align: baseline !important;
}

.hxFOncG {
  vertical-align: top !important;
}

.cJfmWF {
  vertical-align: middle !important;
}

.I1ljhUeZ7y {
  vertical-align: bottom !important;
}

.eY8uFCUWY5 {
  vertical-align: text-bottom !important;
}

.QAIRqgz {
  vertical-align: text-top !important;
}

.th9gBJ {
  float: left !important;
}

.weg6jqZS9Q {
  float: right !important;
}

.yZatw8dA6hO {
  float: none !important;
}

.DI8oMcLi {
  overflow: auto !important;
}

.rzOCveWbQ {
  overflow: hidden !important;
}

.EGHYomq {
  overflow: visible !important;
}

.RLfyrsWX {
  overflow: scroll !important;
}

.nVKsoIOdnYz {
  display: inline !important;
}

.IjZ0LxV {
  display: inline-block !important;
}

.WnbsacY {
  display: block !important;
}

.IncXcjur {
  display: grid !important;
}

.ho95iJ5z {
  display: table !important;
}

.ubq7A8Bb {
  display: table-row !important;
}

.WYLJnSI {
  display: table-cell !important;
}

.ZrI4YD46fA {
  display: flex !important;
}

.gRQCiUTtaIq {
  display: inline-flex !important;
}

.YkOHlmp6xp {
  display: none !important;
}

.m6MpgOyqEb {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.VsjjotZJUj6 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.Z92lNRC6D9 {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.LDCCdhN {
  box-shadow: none !important;
}

.tBe9IAx {
  position: static !important;
}

.ykfeM8EZgV1 {
  position: relative !important;
}

.xAZlhG {
  position: absolute !important;
}

.OGQXWjW6hah {
  position: fixed !important;
}

.G2QDJlhSid3 {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.IUtOT68th {
  top: 0 !important;
}

.tsEeABxvr {
  top: 50% !important;
}

.w2VeZ7PZ {
  top: 100% !important;
}

.NAwgNmFeD {
  bottom: 0 !important;
}

.ZYhGYHXD {
  bottom: 50% !important;
}

.J1dfEpHSCTx {
  bottom: 100% !important;
}

.GEaZZpjmv {
  left: 0 !important;
}

.cagSwMmf2Gl {
  left: 50% !important;
}

.ecgpFbsm {
  left: 100% !important;
}

.refNTYaj {
  right: 0 !important;
}

.Kz9TZo {
  right: 50% !important;
}

.YJ2HV4 {
  right: 100% !important;
}

.LnibdFyg {
  transform: translate(-50%, -50%) !important;
}

.psUsybJaqE9 {
  transform: translateX(-50%) !important;
}

.MX0Z6c {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.dHkW714XtsC {
  border: 0 !important;
}

.ZMT7jjyzLtR {
  border-top: 1px solid #dee2e6 !important;
}

.qVBp86oGte {
  border-top: 0 !important;
}

.WCY7IJAmOF {
  border-right: 1px solid #dee2e6 !important;
}

.iZdseFRrOq2 {
  border-right: 0 !important;
}

.Alk5scQiik {
  border-bottom: 1px solid #dee2e6 !important;
}

.KLF35UjC {
  border-bottom: 0 !important;
}

.gujSxnH7 {
  border-left: 1px solid #dee2e6 !important;
}

.Ss2touaECK {
  border-left: 0 !important;
}

.HkrUzwK3y {
  border-color: #0d6efd !important;
}

.EvtDKe {
  border-color: #6c757d !important;
}

.rn11IhI {
  border-color: #198754 !important;
}

.O1E7XQs {
  border-color: #0dcaf0 !important;
}

.eTvS7Ub {
  border-color: #ffc107 !important;
}

.OOi5WoIfdA {
  border-color: #dc3545 !important;
}

.QYDSjfU4pQr {
  border-color: #f8f9fa !important;
}

.neEOBG8qlMA {
  border-color: #212529 !important;
}

.munrrUnEEMZ {
  border-color: #fff !important;
}

.dHkW714XtsC {
  border-width: 0 !important;
}

.QAjdkwFJU {
  border-width: 1px !important;
}

.qlJqFbsAJ {
  border-width: 2px !important;
}

.jIeEbuq {
  border-width: 3px !important;
}

.Joox1A2d1S {
  border-width: 4px !important;
}

.VCIsjbF5hg {
  border-width: 5px !important;
}

.QXsVq08a {
  width: 25% !important;
}

.Pik3XM {
  width: 50% !important;
}

.xSDes4XTLQ5 {
  width: 75% !important;
}

.K36N6A {
  width: 100% !important;
}

.aqoNufRxTs4 {
  width: auto !important;
}

.LzLgFn2QiU {
  max-width: 100% !important;
}

.PrKoYTLJ {
  width: 100vw !important;
}

.FKsRXCdb {
  min-width: 100vw !important;
}

.yOJxhUD {
  height: 25% !important;
}

.RceGCaVJWYV {
  height: 50% !important;
}

.ec6yoOz6e5r {
  height: 75% !important;
}

.WnVEiUilT7 {
  height: 100% !important;
}

.bwW3fsHKC8 {
  height: auto !important;
}

.NVplyAsh {
  max-height: 100% !important;
}

.PvUtNg1R {
  height: 100vh !important;
}

.BTpTfBuDPu {
  min-height: 100vh !important;
}

.rXLbCas {
  flex: 1 1 auto !important;
}

.zdACUk29 {
  flex-direction: row !important;
}

.PY7O9rbNK {
  flex-direction: column !important;
}

.DM8keEc4f4J {
  flex-direction: row-reverse !important;
}

.w3Uuyh5 {
  flex-direction: column-reverse !important;
}

.mLkhamDk08n {
  flex-grow: 0 !important;
}

.CxZh9LZvcv5 {
  flex-grow: 1 !important;
}

.Qa1fAHxqR {
  flex-shrink: 0 !important;
}

.Zb8OjKE {
  flex-shrink: 1 !important;
}

.vmSrSteeD3 {
  flex-wrap: wrap !important;
}

.KtJ8cnd8X1 {
  flex-wrap: nowrap !important;
}

.qrKp8LmSo {
  flex-wrap: wrap-reverse !important;
}

.VYIg1rZn {
  gap: 0 !important;
}

.mwJFE66Au5 {
  gap: 0.25rem !important;
}

.UZZYPIHjIsv {
  gap: 0.5rem !important;
}

.TrUe80Kad {
  gap: 1rem !important;
}

.a8sFeLPHiOd {
  gap: 1.5rem !important;
}

.HiRpl3ptL {
  gap: 3rem !important;
}

.VMhGqzlWum6 {
  justify-content: flex-start !important;
}

.ae0PUsvXH2 {
  justify-content: flex-end !important;
}

.hjkhrPC {
  justify-content: center !important;
}

.UG3zXL {
  justify-content: space-between !important;
}

.XdXKHu {
  justify-content: space-around !important;
}

.D7rhVKY {
  justify-content: space-evenly !important;
}

.zoKb9RZe4g {
  align-items: flex-start !important;
}

.j9IFtNfK {
  align-items: flex-end !important;
}

.aD5BaD2W4 {
  align-items: center !important;
}

.iId9DU {
  align-items: baseline !important;
}

.anf0P29yg {
  align-items: stretch !important;
}

.PaIPgJdSe {
  align-content: flex-start !important;
}

.EfQeibof {
  align-content: flex-end !important;
}

.zBsfoC {
  align-content: center !important;
}

.jcQPy628U5 {
  align-content: space-between !important;
}

.vEIs3MlQ {
  align-content: space-around !important;
}

.Vx5eYGcX {
  align-content: stretch !important;
}

.VpBsQs {
  align-self: auto !important;
}

.x17KjVe8b {
  align-self: flex-start !important;
}

.ReYcOg3ryAd {
  align-self: flex-end !important;
}

.NSKxvm0n4r {
  align-self: center !important;
}

.OQ45DG {
  align-self: baseline !important;
}

.BmhmDRc {
  align-self: stretch !important;
}

.EYcPPAzO {
  order: -1 !important;
}

.Ke5NkH {
  order: 0 !important;
}

.nv5XZo {
  order: 1 !important;
}

.z0WHk4D5aw {
  order: 2 !important;
}

.ZkWS9OYqW6e {
  order: 3 !important;
}

.Ic0kSVkkDG {
  order: 4 !important;
}

.Sctovw {
  order: 5 !important;
}

.xvhKVL {
  order: 6 !important;
}

.ruGi5Ia {
  margin: 0 !important;
}

.Sz3vJ4Z {
  margin: 0.25rem !important;
}

.UqOGja {
  margin: 0.5rem !important;
}

.BEZ2mXTfya {
  margin: 1rem !important;
}

.UfiDP5Yg {
  margin: 1.5rem !important;
}

.oIftMOt {
  margin: 3rem !important;
}

.yILerNoqasO {
  margin: auto !important;
}

.hkiJtUi {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.eBn8V18S {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.ZINAFZSgcbk {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.FPW1Uy {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.wFkqeVJ4e {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.udiAdmT {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.DyvI2hXqnkS {
  margin-right: auto !important;
  margin-left: auto !important;
}

.Y4ww42 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ia8oJPfEb6 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.cGLaGRE5o1t {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.rS2szO5 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.fCqNUjp {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.n9Gu56Tq {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.HokATYFuhP0 {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.hZ1oqPlPr {
  margin-top: 0 !important;
}

.weztxUA {
  margin-top: 0.25rem !important;
}

.MCNBe0 {
  margin-top: 0.5rem !important;
}

.cYLMSY4n8gR {
  margin-top: 1rem !important;
}

.vjclA71rsB {
  margin-top: 1.5rem !important;
}

.KOjQ6m {
  margin-top: 3rem !important;
}

.BFxRVcSlkf {
  margin-top: auto !important;
}

.pFyUP8vs6j {
  margin-right: 0 !important;
}

.vZFUkHiVKu {
  margin-right: 0.25rem !important;
}

.BDmRhL {
  margin-right: 0.5rem !important;
}

.YWz8VEHZB6 {
  margin-right: 1rem !important;
}

.Vft5fhdx {
  margin-right: 1.5rem !important;
}

.y9jZCT7Frs {
  margin-right: 3rem !important;
}

.W7QQPMo {
  margin-right: auto !important;
}

.BOs3pn {
  margin-bottom: 0 !important;
}

.jBC5Z3X {
  margin-bottom: 0.25rem !important;
}

.SvdKPtkF {
  margin-bottom: 0.5rem !important;
}

.fQ3FYyS {
  margin-bottom: 1rem !important;
}

.ChK7a8c {
  margin-bottom: 1.5rem !important;
}

.B0ngLvjZf {
  margin-bottom: 3rem !important;
}

.OKRuljTzGbV {
  margin-bottom: auto !important;
}

.itBMjKOB2v {
  margin-left: 0 !important;
}

.CjHAR4 {
  margin-left: 0.25rem !important;
}

.lLmKAgica {
  margin-left: 0.5rem !important;
}

.E6EHXWVTv97 {
  margin-left: 1rem !important;
}

.l8OHgAY3Jx {
  margin-left: 1.5rem !important;
}

.GCqvxcFc {
  margin-left: 3rem !important;
}

.wlSA0D {
  margin-left: auto !important;
}

.QM6kQf {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.jwKyAOKps1 {
  padding: 0.5rem !important;
}

.xueLKUDq8RQ {
  padding: 1rem !important;
}

.QK35EaEGkVd {
  padding: 1.5rem !important;
}

.mrD5dUq6lU {
  padding: 3rem !important;
}

.tm2lRYq {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.Tzd9c2v {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.TUdbbm {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.VJFqFo {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.ACqTXPy7r {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.eSIy9RM {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.t7vdoGCjFmM {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mGlgaF {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.L4pTWGgZ {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.PVTd1b9Hty {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.d82bxK {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.l9LRyzt {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.eRMJ97b {
  padding-top: 0 !important;
}

.odZ0maL {
  padding-top: 0.25rem !important;
}

.RLLLoRm7 {
  padding-top: 0.5rem !important;
}

.drihKjByvt {
  padding-top: 1rem !important;
}

.oIA6pOi {
  padding-top: 1.5rem !important;
}

.yCn1UW {
  padding-top: 3rem !important;
}

.HwH77gcUM {
  padding-right: 0 !important;
}

.PHICOcDVd {
  padding-right: 0.25rem !important;
}

.jPzc8sdNZ {
  padding-right: 0.5rem !important;
}

.pD7Bn30t8Q5 {
  padding-right: 1rem !important;
}

.C2BimLkqYJ {
  padding-right: 1.5rem !important;
}

.P5YZUpi {
  padding-right: 3rem !important;
}

.gLGfDi {
  padding-bottom: 0 !important;
}

.r5uqzx {
  padding-bottom: 0.25rem !important;
}

.I2MfxpK7oO {
  padding-bottom: 0.5rem !important;
}

.UHHZmgAG {
  padding-bottom: 1rem !important;
}

.i49GaNUgllH {
  padding-bottom: 1.5rem !important;
}

.hcTvaG6uI {
  padding-bottom: 3rem !important;
}

.eQOCYoa45r {
  padding-left: 0 !important;
}

.Q1t5UxR {
  padding-left: 0.25rem !important;
}

.B6A5cJAQh {
  padding-left: 0.5rem !important;
}

.DaMgOxwBYn {
  padding-left: 1rem !important;
}

.vyXtd6QhO {
  padding-left: 1.5rem !important;
}

.Whu6Zcp3T {
  padding-left: 3rem !important;
}

.QkBoxL {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.a8OR7w8v1l {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.SZxB9vBj {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.Y4DinzL {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.wH9nwgwO4t7 {
  font-size: 1.25rem !important;
}

.MF9PDorIt {
  font-size: 1rem !important;
}

.M40FcgP9sD {
  font-style: italic !important;
}

.d2sabUR {
  font-style: normal !important;
}

.Lc8Dm4MyAvP {
  font-weight: 300 !important;
}

.s6SHeGfGAg {
  font-weight: lighter !important;
}

.CvfG9Y05 {
  font-weight: 400 !important;
}

.gldo4D3FX {
  font-weight: 700 !important;
}

.Ggc8VJvqT {
  font-weight: bolder !important;
}

.P7bww0Cd {
  text-transform: lowercase !important;
}

.xVc6usTZUKy {
  text-transform: uppercase !important;
}

.wEuTiLZv01A {
  text-transform: capitalize !important;
}

.XPtBM57d7V {
  text-align: left !important;
}

.UKJevOv {
  text-align: right !important;
}

.wxAciqbeP {
  text-align: center !important;
}

.kl9IgK {
  color: #0d6efd !important;
}

.TVcGGeTcx {
  color: #6c757d !important;
}

.h34M0c5 {
  color: #198754 !important;
}

.ZcRhAufCP {
  color: #0dcaf0 !important;
}

.Nthyso {
  color: #ffc107 !important;
}

.BkavHTur {
  color: #dc3545 !important;
}

.bQs0fY5PY {
  color: #f8f9fa !important;
}

.GW7VOp {
  color: #212529 !important;
}

.xIexpfMbfQv {
  color: #fff !important;
}

.JYFfSe5 {
  color: #212529 !important;
}

.tpfihe {
  color: #6c757d !important;
}

.lq98KRyO {
  color: rgba(0, 0, 0, 0.5) !important;
}

.kiVFYySMfqI {
  color: rgba(255, 255, 255, 0.5) !important;
}

.LoBwhanG {
  color: inherit !important;
}

.g1XTvY1 {
  line-height: 1 !important;
}

.wKm0U3iKf {
  line-height: 1.25 !important;
}

.fjYTbVRbIqk {
  line-height: 1.5 !important;
}

.Yw6qg8a5L {
  line-height: 2 !important;
}

.ahXgRQ1w2L {
  background-color: #0d6efd !important;
}

.iOKGLX {
  background-color: #6c757d !important;
}

.PDxCXRT8 {
  background-color: #198754 !important;
}

.N8gQETZmw3 {
  background-color: #0dcaf0 !important;
}

.DucTbn {
  background-color: #ffc107 !important;
}

.Gyjgl9 {
  background-color: #dc3545 !important;
}

.CMfR8u {
  background-color: #f8f9fa !important;
}

.UFxFLCD {
  background-color: #212529 !important;
}

.uHjMM6Y06 {
  background-color: #fff !important;
}

.P8ZroaBHmk {
  background-color: #fff !important;
}

.cLYCoai3td {
  background-color: transparent !important;
}

.re1KeDKfElI {
  background-image: var(--bs-gradient) !important;
}

.DQbiZtD {
  white-space: normal !important;
}

.lAo9LmzLGyT {
  white-space: nowrap !important;
}

.TPpoGOZgKf {
  text-decoration: none !important;
}

.LRWhcgEU {
  text-decoration: underline !important;
}

.tYhX6OhaoM {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.bOZlHmkyXs {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.YdXE0BlI {
  font-family: var(--bs-font-monospace) !important;
}

.qLzpmb {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.mIh99qjaSpy {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.K611mY0B {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.xdV67lewK2 {
  pointer-events: none !important;
}

.on3kzcCs2 {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.HKonSJc {
  border-radius: 0 !important;
}

.iVNfpm2WY0 {
  border-radius: 0.2rem !important;
}

.t0ynKzgUTmb {
  border-radius: 0.25rem !important;
}

.Pu35QdOFrHu {
  border-radius: 0.3rem !important;
}

.NXy7Lm {
  border-radius: 50% !important;
}

.miFfOUNtm {
  border-radius: 50rem !important;
}

.E2mSRTHa6 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.CgXffmmxNFL {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.tCpWhPqDPw {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.Eev3sagK {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.OoO66qV {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .nFB8mKakcA {
    float: left !important;
  }

  .akC4Pt {
    float: right !important;
  }

  .OPIUZu5rBP {
    float: none !important;
  }

  .ZHz8EjHF {
    display: inline !important;
  }

  .Wq9WGv {
    display: inline-block !important;
  }

  .VedLTJw2u6x {
    display: block !important;
  }

  .jVdeHkq3z {
    display: grid !important;
  }

  .xgA1xH {
    display: table !important;
  }

  .lKS3nE0t {
    display: table-row !important;
  }

  .Ae60phD {
    display: table-cell !important;
  }

  .Dji3CwHI {
    display: flex !important;
  }

  .bxnEapQgG {
    display: inline-flex !important;
  }

  .JxmdCsI5 {
    display: none !important;
  }

  .GGsEmCMif {
    flex: 1 1 auto !important;
  }

  .FoF3K66 {
    flex-direction: row !important;
  }

  .Otn4C8hxOT3 {
    flex-direction: column !important;
  }

  .k05G7002NNy {
    flex-direction: row-reverse !important;
  }

  .DLWzPOR23u7 {
    flex-direction: column-reverse !important;
  }

  .Ls9bHaS {
    flex-grow: 0 !important;
  }

  .ajvXti {
    flex-grow: 1 !important;
  }

  .He4RKBub {
    flex-shrink: 0 !important;
  }

  .F5R3KAAObS {
    flex-shrink: 1 !important;
  }

  .MO54RYhYMAZ {
    flex-wrap: wrap !important;
  }

  .tNIvZ4EL {
    flex-wrap: nowrap !important;
  }

  .ySck7y2 {
    flex-wrap: wrap-reverse !important;
  }

  .PqlHHBphyk {
    gap: 0 !important;
  }

  .a22cKdqc {
    gap: 0.25rem !important;
  }

  .s5n1V67Yru {
    gap: 0.5rem !important;
  }

  .GXzE6Xoa {
    gap: 1rem !important;
  }

  .IvHhP0sgFqQ {
    gap: 1.5rem !important;
  }

  .OxkaEo {
    gap: 3rem !important;
  }

  .JZCyCvFUdg {
    justify-content: flex-start !important;
  }

  .GAPaqXc {
    justify-content: flex-end !important;
  }

  .Lfv9C7GFUI {
    justify-content: center !important;
  }

  .GnWjU7kvvJ {
    justify-content: space-between !important;
  }

  .ZXBfvlpNNW {
    justify-content: space-around !important;
  }

  .uA84uP {
    justify-content: space-evenly !important;
  }

  .bKbaKHKiQL9 {
    align-items: flex-start !important;
  }

  .rlLLWb {
    align-items: flex-end !important;
  }

  .DpXTbWw6V {
    align-items: center !important;
  }

  .YWwKiY {
    align-items: baseline !important;
  }

  .vqoABrC1jnh {
    align-items: stretch !important;
  }

  .i5bqKA7op {
    align-content: flex-start !important;
  }

  .rcbLTwXYf {
    align-content: flex-end !important;
  }

  .QOA9Es {
    align-content: center !important;
  }

  .RdA4qMb1 {
    align-content: space-between !important;
  }

  .GCcS7Ixv00 {
    align-content: space-around !important;
  }

  .quiT7jcGN {
    align-content: stretch !important;
  }

  .xlbiWQZAj3 {
    align-self: auto !important;
  }

  .Lcj3SwD9 {
    align-self: flex-start !important;
  }

  .towRo2DiaME {
    align-self: flex-end !important;
  }

  .ehcLRfCQGd {
    align-self: center !important;
  }

  .uu0fqH {
    align-self: baseline !important;
  }

  .q5hBuBGaK {
    align-self: stretch !important;
  }

  .PUahl8JIOe4 {
    order: -1 !important;
  }

  .q3YDstJYqrf {
    order: 0 !important;
  }

  .oWqpTb24Zm {
    order: 1 !important;
  }

  .mzTqB8PPP6V {
    order: 2 !important;
  }

  .ueIAE88c {
    order: 3 !important;
  }

  .pF3yZen {
    order: 4 !important;
  }

  .Gga9I7eh6Dc {
    order: 5 !important;
  }

  .PiWUMDy4ojz {
    order: 6 !important;
  }

  .VJciaIkJ {
    margin: 0 !important;
  }

  .pn082y {
    margin: 0.25rem !important;
  }

  .xmbCIazS {
    margin: 0.5rem !important;
  }

  .zZI5557YcEb {
    margin: 1rem !important;
  }

  .BvWOrfEAag {
    margin: 1.5rem !important;
  }

  .B6e0zuqFbuf {
    margin: 3rem !important;
  }

  .feRdYhC {
    margin: auto !important;
  }

  .ceSLMOhZuF {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .LdGZvwNc2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .ODzE9e {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .K6DezXJ8jk {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .marvhH7ics9 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .dVfsl45sie {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .ewcobe0y {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .N4Sy7S {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .OT4a5mA1Qb {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .MfAzdADYeHb {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .BWYEFbEa {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .nDJJ05f {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .k7v3bk {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .f9DaW0Sx {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .eDxGodE {
    margin-top: 0 !important;
  }

  .xRC9pl7yeiL {
    margin-top: 0.25rem !important;
  }

  .ba4Mt0sLYsS {
    margin-top: 0.5rem !important;
  }

  .FDfEnWFl8 {
    margin-top: 1rem !important;
  }

  .QSs24UH {
    margin-top: 1.5rem !important;
  }

  .SvEadM {
    margin-top: 3rem !important;
  }

  .jT4OWl6wS7 {
    margin-top: auto !important;
  }

  .ZUuOmZTF {
    margin-right: 0 !important;
  }

  .DSL8p7x4v {
    margin-right: 0.25rem !important;
  }

  .lDEUDv7 {
    margin-right: 0.5rem !important;
  }

  .gi3pM6 {
    margin-right: 1rem !important;
  }

  .qvt9xet {
    margin-right: 1.5rem !important;
  }

  .QvCuL0 {
    margin-right: 3rem !important;
  }

  .JWWqhkgY9Z {
    margin-right: auto !important;
  }

  .Rh74yAdFF5J {
    margin-bottom: 0 !important;
  }

  .Z54Kuf {
    margin-bottom: 0.25rem !important;
  }

  .xanAZ2u {
    margin-bottom: 0.5rem !important;
  }

  .dRfP9wl2 {
    margin-bottom: 1rem !important;
  }

  .X08K6kjVhX {
    margin-bottom: 1.5rem !important;
  }

  .L9Io2Nc {
    margin-bottom: 3rem !important;
  }

  .gpXaRA {
    margin-bottom: auto !important;
  }

  .dD4C81pN2Q {
    margin-left: 0 !important;
  }

  .gpG45Se {
    margin-left: 0.25rem !important;
  }

  .Lrvnv6Yd5D {
    margin-left: 0.5rem !important;
  }

  .uSKc2NWEUgX {
    margin-left: 1rem !important;
  }

  .eVXBPHgBfRy {
    margin-left: 1.5rem !important;
  }

  .aUvl8kkAjM {
    margin-left: 3rem !important;
  }

  .oXst2a {
    margin-left: auto !important;
  }

  .Utzafoi {
    padding: 0 !important;
  }

  .rBOarywn {
    padding: 0.25rem !important;
  }

  .VLrRpsFa {
    padding: 0.5rem !important;
  }

  .GTv3Jn5UuHr {
    padding: 1rem !important;
  }

  .OyVZ8VQ {
    padding: 1.5rem !important;
  }

  .PhgETbjdtmh {
    padding: 3rem !important;
  }

  .wowdElW {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .yCJPNc7 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .qZhHjfriU {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .fYak3kH5lg {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .Q3UYvrpY {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .Pn61QCj {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .hUAYfrce {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .b9zhZN {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .gp1OQxw {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .LaEIrW9skw {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .An69OJ1pr {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .N1dnQQf {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .C7ddEi {
    padding-top: 0 !important;
  }

  .OgrySD91RLj {
    padding-top: 0.25rem !important;
  }

  .m8z22iExB {
    padding-top: 0.5rem !important;
  }

  .lUnUhES {
    padding-top: 1rem !important;
  }

  .KbZT9O {
    padding-top: 1.5rem !important;
  }

  .FOu3UhVIfyg {
    padding-top: 3rem !important;
  }

  .rx2IzLZAD1 {
    padding-right: 0 !important;
  }

  .GfyfBUxBZ0O {
    padding-right: 0.25rem !important;
  }

  .a0IUf2Pd50p {
    padding-right: 0.5rem !important;
  }

  .aMcAWDxqfDN {
    padding-right: 1rem !important;
  }

  .dLgdWwj {
    padding-right: 1.5rem !important;
  }

  .K0B9a0oK {
    padding-right: 3rem !important;
  }

  .p85fYg7Y {
    padding-bottom: 0 !important;
  }

  .ICFFIUxqOA {
    padding-bottom: 0.25rem !important;
  }

  .pTSXVvYD {
    padding-bottom: 0.5rem !important;
  }

  .fZjKHWKqkc {
    padding-bottom: 1rem !important;
  }

  .flmilptHz7t {
    padding-bottom: 1.5rem !important;
  }

  .RKbCMYZCN {
    padding-bottom: 3rem !important;
  }

  .nBr1RxK2 {
    padding-left: 0 !important;
  }

  .oA8XRydGZgB {
    padding-left: 0.25rem !important;
  }

  .sUxyR1hq {
    padding-left: 0.5rem !important;
  }

  .nDYIujposR {
    padding-left: 1rem !important;
  }

  .rIW05uF {
    padding-left: 1.5rem !important;
  }

  .iMdlESWSha {
    padding-left: 3rem !important;
  }

  .u5luUstgr1R {
    text-align: left !important;
  }

  .xGVWhKap {
    text-align: right !important;
  }

  .l6wLxL {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .rkMUZC {
    float: left !important;
  }

  .AmB3dc {
    float: right !important;
  }

  .ehX5qL9o {
    float: none !important;
  }

  .KkvfQwM04GQ {
    display: inline !important;
  }

  .tgQ6QF {
    display: inline-block !important;
  }

  .nyisa71K {
    display: block !important;
  }

  .YR3doBdQM {
    display: grid !important;
  }

  .okhZmvoISLw {
    display: table !important;
  }

  .Pvx9yxxr {
    display: table-row !important;
  }

  .kByvjY {
    display: table-cell !important;
  }

  .Dbx41lbR6vs {
    display: flex !important;
  }

  .fk0E9SkUuZ {
    display: inline-flex !important;
  }

  .GUSBm60SXgv {
    display: none !important;
  }

  .ABnPrL {
    flex: 1 1 auto !important;
  }

  .wZqXQMJa {
    flex-direction: row !important;
  }

  .PDcHfjw {
    flex-direction: column !important;
  }

  .LMZPhJ {
    flex-direction: row-reverse !important;
  }

  .yuQynEj {
    flex-direction: column-reverse !important;
  }

  .zvZteNkq {
    flex-grow: 0 !important;
  }

  .PLq3ZndJ {
    flex-grow: 1 !important;
  }

  .k4dgAFw5ClE {
    flex-shrink: 0 !important;
  }

  .uoiB0ODm1wC {
    flex-shrink: 1 !important;
  }

  .i9mst9D2e8 {
    flex-wrap: wrap !important;
  }

  .Hjn6pGIvA {
    flex-wrap: nowrap !important;
  }

  .podtGv {
    flex-wrap: wrap-reverse !important;
  }

  .or9owHvSW2C {
    gap: 0 !important;
  }

  .wFYSfAB36 {
    gap: 0.25rem !important;
  }

  .uPAcGUUeq {
    gap: 0.5rem !important;
  }

  .PT70oB {
    gap: 1rem !important;
  }

  .eLC5xLftgN {
    gap: 1.5rem !important;
  }

  .MREkJIwDLT {
    gap: 3rem !important;
  }

  .kT0Ks1H {
    justify-content: flex-start !important;
  }

  .f2QKvE {
    justify-content: flex-end !important;
  }

  .x2tf25NtDB {
    justify-content: center !important;
  }

  .AVdmyNs3 {
    justify-content: space-between !important;
  }

  .XGmu7a {
    justify-content: space-around !important;
  }

  .v6Eklvcb {
    justify-content: space-evenly !important;
  }

  .jWSKAS {
    align-items: flex-start !important;
  }

  .HjQP6P {
    align-items: flex-end !important;
  }

  .TMhROVqx5J {
    align-items: center !important;
  }

  .gj9whdhe6GE {
    align-items: baseline !important;
  }

  .QayjYdb0d1h {
    align-items: stretch !important;
  }

  .QzLk9yqbfn {
    align-content: flex-start !important;
  }

  .EEWyfVxxp {
    align-content: flex-end !important;
  }

  .wKjBLcIgDoW {
    align-content: center !important;
  }

  .AvxBgI91YZb {
    align-content: space-between !important;
  }

  .KdXCB1G2 {
    align-content: space-around !important;
  }

  .Eos2DiCbm {
    align-content: stretch !important;
  }

  .e24qLXGg5C2 {
    align-self: auto !important;
  }

  .L9mGvB {
    align-self: flex-start !important;
  }

  .I2B9rxW {
    align-self: flex-end !important;
  }

  .e7F4sS3e {
    align-self: center !important;
  }

  .N7NdOoc {
    align-self: baseline !important;
  }

  .JSSe4x {
    align-self: stretch !important;
  }

  .GkNWex {
    order: -1 !important;
  }

  .GdNLJY {
    order: 0 !important;
  }

  .ehhDRV32t {
    order: 1 !important;
  }

  .p6kPd28Eye {
    order: 2 !important;
  }

  .CZZfUE10ov {
    order: 3 !important;
  }

  .vL88Myd {
    order: 4 !important;
  }

  .fXfOcIGHG {
    order: 5 !important;
  }

  .TPOrsCNhJ {
    order: 6 !important;
  }

  .hGvj3VKuEz {
    margin: 0 !important;
  }

  .nlG3xz {
    margin: 0.25rem !important;
  }

  .z2T8CQUy {
    margin: 0.5rem !important;
  }

  .JAaneoqazOq {
    margin: 1rem !important;
  }

  .U1wBXb {
    margin: 1.5rem !important;
  }

  .bh8pOgQ2 {
    margin: 3rem !important;
  }

  .s2Zbmc51 {
    margin: auto !important;
  }

  .qoeFPCVad2 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .M1Xxwd1Yq {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .LX25xihc {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .hlJFw7JHp {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .asiHqIb {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .iMdg3B6SFQD {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .Whc1cssG {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .cJwtfJTW {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .IHYiZg {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .P2PUTVW {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .l0sCHUoeDA {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .A987XMhXD1k {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .pPTIBS {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .crWFngZBev {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .FO2WcaIW03 {
    margin-top: 0 !important;
  }

  .mepfyAo3 {
    margin-top: 0.25rem !important;
  }

  .ZIXL3ygbno {
    margin-top: 0.5rem !important;
  }

  .fM3mK2SB {
    margin-top: 1rem !important;
  }

  .hKbZq14a {
    margin-top: 1.5rem !important;
  }

  .qWgiCA6Ee09 {
    margin-top: 3rem !important;
  }

  .eplli9ezr1Z {
    margin-top: auto !important;
  }

  .Iaf15pQSf {
    margin-right: 0 !important;
  }

  .qMfIE7L {
    margin-right: 0.25rem !important;
  }

  .FDdfZfIIF1p {
    margin-right: 0.5rem !important;
  }

  .tNZGUQRCh {
    margin-right: 1rem !important;
  }

  .IEDxECve {
    margin-right: 1.5rem !important;
  }

  .DifvRq {
    margin-right: 3rem !important;
  }

  .UPUTQYvdD8v {
    margin-right: auto !important;
  }

  .V3ayIR {
    margin-bottom: 0 !important;
  }

  .Q8rL27WnQL {
    margin-bottom: 0.25rem !important;
  }

  .Y7D40uw5aQ7 {
    margin-bottom: 0.5rem !important;
  }

  .xrLgEDh {
    margin-bottom: 1rem !important;
  }

  .ZvjVwRutff {
    margin-bottom: 1.5rem !important;
  }

  .sanQrdMSKd {
    margin-bottom: 3rem !important;
  }

  .jmgyLIOc {
    margin-bottom: auto !important;
  }

  .anipqWR0um {
    margin-left: 0 !important;
  }

  .m1jf0H {
    margin-left: 0.25rem !important;
  }

  .TBtRNU {
    margin-left: 0.5rem !important;
  }

  .KBgBOB1Frj {
    margin-left: 1rem !important;
  }

  .s53epO2igL {
    margin-left: 1.5rem !important;
  }

  .pOKp9wDf {
    margin-left: 3rem !important;
  }

  .kUGpCFQqt {
    margin-left: auto !important;
  }

  .iy6dIi {
    padding: 0 !important;
  }

  .jHVEhtw {
    padding: 0.25rem !important;
  }

  .L6giR8fWvOu {
    padding: 0.5rem !important;
  }

  .ncTcDFHI {
    padding: 1rem !important;
  }

  .C6ZupB {
    padding: 1.5rem !important;
  }

  .jdkF2C4 {
    padding: 3rem !important;
  }

  .Sb3jV9w4Qo {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .mQdBWhl7 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .l0WQrHPwy {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .XhpymXgCd {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .hS1DCzwgIB {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .DZjpsndD {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .V6EEeq1x3Q {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hvKmTbQXbf {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .iTBWaCXT4ri {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .D6Tc0vf4TUk {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .K4jvwZg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .ldFHAg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .jqCg9jcs {
    padding-top: 0 !important;
  }

  .Dx2erfxye {
    padding-top: 0.25rem !important;
  }

  .fqfHO5Y {
    padding-top: 0.5rem !important;
  }

  .b2ViJKd {
    padding-top: 1rem !important;
  }

  .z1BIgA5W {
    padding-top: 1.5rem !important;
  }

  .QWOxNvf4 {
    padding-top: 3rem !important;
  }

  .NLmObVmlB {
    padding-right: 0 !important;
  }

  .m1ZwpnLZFvJ {
    padding-right: 0.25rem !important;
  }

  .WbhNAmI {
    padding-right: 0.5rem !important;
  }

  .rTTeQJbnS0T {
    padding-right: 1rem !important;
  }

  .mpSgVv {
    padding-right: 1.5rem !important;
  }

  .SeTw75GTI4 {
    padding-right: 3rem !important;
  }

  .TfV6aiK {
    padding-bottom: 0 !important;
  }

  .gWfwHG6Y2l {
    padding-bottom: 0.25rem !important;
  }

  .pyDkTf1vMh {
    padding-bottom: 0.5rem !important;
  }

  .PtAubdu {
    padding-bottom: 1rem !important;
  }

  .jiyRJ8jS {
    padding-bottom: 1.5rem !important;
  }

  .yaPE3o {
    padding-bottom: 3rem !important;
  }

  .XCcaGOYT {
    padding-left: 0 !important;
  }

  .GJlAHSub {
    padding-left: 0.25rem !important;
  }

  .SOYdinj9W {
    padding-left: 0.5rem !important;
  }

  .nN9qly9xyG {
    padding-left: 1rem !important;
  }

  .vfbitY30E {
    padding-left: 1.5rem !important;
  }

  .klWj7U7eOmP {
    padding-left: 3rem !important;
  }

  .OD6ZX75snB0 {
    text-align: left !important;
  }

  .tnNZci {
    text-align: right !important;
  }

  .ABy55t {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .A4lw4nle {
    float: left !important;
  }

  .nOAahi5MKhg {
    float: right !important;
  }

  .qzRMJSQk {
    float: none !important;
  }

  .ea4vfhE {
    display: inline !important;
  }

  .ImEHDhZ4oZ {
    display: inline-block !important;
  }

  .yeNm2u9OD {
    display: block !important;
  }

  .d6YK093M7PN {
    display: grid !important;
  }

  .uek1ELk07N {
    display: table !important;
  }

  .eoBT2XWr2W5 {
    display: table-row !important;
  }

  .ayuzB3 {
    display: table-cell !important;
  }

  .Vp2Cpx {
    display: flex !important;
  }

  .zPMUpObAUdO {
    display: inline-flex !important;
  }

  .e5yW1Ex {
    display: none !important;
  }

  .TYuHTk7 {
    flex: 1 1 auto !important;
  }

  .bkJTlO7e {
    flex-direction: row !important;
  }

  .RpCQip {
    flex-direction: column !important;
  }

  .K6d75U2gZkt {
    flex-direction: row-reverse !important;
  }

  .J4OMcG {
    flex-direction: column-reverse !important;
  }

  .a6X6BXaD {
    flex-grow: 0 !important;
  }

  .uq2zUspu {
    flex-grow: 1 !important;
  }

  .TIFxQ0abF {
    flex-shrink: 0 !important;
  }

  .pbS55JcRC {
    flex-shrink: 1 !important;
  }

  .qER9bF {
    flex-wrap: wrap !important;
  }

  .m3uwNcINtT {
    flex-wrap: nowrap !important;
  }

  .mqVtOOF0 {
    flex-wrap: wrap-reverse !important;
  }

  .QVHvALw13 {
    gap: 0 !important;
  }

  .SEaQakfcSZ {
    gap: 0.25rem !important;
  }

  .oA47qcHWkh {
    gap: 0.5rem !important;
  }

  .NJeWs6p {
    gap: 1rem !important;
  }

  .oMj45aQnew {
    gap: 1.5rem !important;
  }

  .uuL8gB9eaPs {
    gap: 3rem !important;
  }

  .zktWbWbDF {
    justify-content: flex-start !important;
  }

  .j8BS7RR0Spv {
    justify-content: flex-end !important;
  }

  .wkz5YLMhZyk {
    justify-content: center !important;
  }

  .K7oAGbbBsB {
    justify-content: space-between !important;
  }

  .xeIk6qgfq8Z {
    justify-content: space-around !important;
  }

  .KZEuY1j4 {
    justify-content: space-evenly !important;
  }

  .uoKHwd {
    align-items: flex-start !important;
  }

  .U9Ml15R0128 {
    align-items: flex-end !important;
  }

  .OfjR9Umnsj8 {
    align-items: center !important;
  }

  .TwWoej6 {
    align-items: baseline !important;
  }

  .douHeJNo {
    align-items: stretch !important;
  }

  .aXnumrD5V {
    align-content: flex-start !important;
  }

  .mLNdMGbqYAs {
    align-content: flex-end !important;
  }

  .Ux4Z6jyURq {
    align-content: center !important;
  }

  .qhjWfTK {
    align-content: space-between !important;
  }

  .uoKgATW {
    align-content: space-around !important;
  }

  .I8swtfHQrE {
    align-content: stretch !important;
  }

  .fwCerAKNQK {
    align-self: auto !important;
  }

  .r3sFc0H {
    align-self: flex-start !important;
  }

  .HYhm6bC {
    align-self: flex-end !important;
  }

  .J8Qhul8i8S {
    align-self: center !important;
  }

  .oz7iH4Nh {
    align-self: baseline !important;
  }

  .Kk8F5pqxT {
    align-self: stretch !important;
  }

  .toubnWMbssD {
    order: -1 !important;
  }

  .k0wx08tyRRH {
    order: 0 !important;
  }

  .LXF8vZeTpMv {
    order: 1 !important;
  }

  .Qo8Dqu {
    order: 2 !important;
  }

  .DzHTCIgf {
    order: 3 !important;
  }

  .k06wkIvH8c {
    order: 4 !important;
  }

  .J8qEOlsuyjX {
    order: 5 !important;
  }

  .rXvsA9rvuz {
    order: 6 !important;
  }

  .K7E30wKPYt {
    margin: 0 !important;
  }

  .JTzRTj0iwk {
    margin: 0.25rem !important;
  }

  .IM8soZsEdp {
    margin: 0.5rem !important;
  }

  .aFakvDyW {
    margin: 1rem !important;
  }

  .QSlh0Y4 {
    margin: 1.5rem !important;
  }

  .iXnJ2B {
    margin: 3rem !important;
  }

  .gwyblmCt34N {
    margin: auto !important;
  }

  .Oeg744xnNy {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .moqGot5OC {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .jb9u6u {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .Vamab5wGE {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .Kl5VeFe {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .XqONLg {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .yHOKFuMmii3 {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .GwR3yWl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .Lu9eeoZ {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .u0vTlOWAT1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .tm7r86pVu0p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .nH2cqEa {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lZEk4Y9N {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .SVzugM0 {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lB1Jh7bS7dJ {
    margin-top: 0 !important;
  }

  .TmalBd7S2x {
    margin-top: 0.25rem !important;
  }

  .sOP0omnTy {
    margin-top: 0.5rem !important;
  }

  .goyh6p {
    margin-top: 1rem !important;
  }

  .iMUWRR8pmA {
    margin-top: 1.5rem !important;
  }

  .F5MqghWc {
    margin-top: 3rem !important;
  }

  .kEXjc5LNT4u {
    margin-top: auto !important;
  }

  .ohUd76uy {
    margin-right: 0 !important;
  }

  .tdCfLqhn {
    margin-right: 0.25rem !important;
  }

  .UidlZZ3ROKQ {
    margin-right: 0.5rem !important;
  }

  .kvTQqdhvk {
    margin-right: 1rem !important;
  }

  .bVfKFw {
    margin-right: 1.5rem !important;
  }

  .WazPfQx3G {
    margin-right: 3rem !important;
  }

  .aX7vxinY {
    margin-right: auto !important;
  }

  .cl0xJStD6EF {
    margin-bottom: 0 !important;
  }

  .yhcj1yf8cS {
    margin-bottom: 0.25rem !important;
  }

  .pT8tCgs {
    margin-bottom: 0.5rem !important;
  }

  .YCNkpP74vXU {
    margin-bottom: 1rem !important;
  }

  .TgKzcIHCfwE {
    margin-bottom: 1.5rem !important;
  }

  .iIkp6dCdjW {
    margin-bottom: 3rem !important;
  }

  .li1yZ7 {
    margin-bottom: auto !important;
  }

  .Oe97cFVXZ {
    margin-left: 0 !important;
  }

  .KKnoFBc2 {
    margin-left: 0.25rem !important;
  }

  .rFRgiE8Xj9 {
    margin-left: 0.5rem !important;
  }

  .E1ypcx {
    margin-left: 1rem !important;
  }

  .gTuxjk {
    margin-left: 1.5rem !important;
  }

  .ucVwM0Mk {
    margin-left: 3rem !important;
  }

  .BiDvwm {
    margin-left: auto !important;
  }

  .w1Kzzz {
    padding: 0 !important;
  }

  .AYsAwkc7um {
    padding: 0.25rem !important;
  }

  .V5MRxsd {
    padding: 0.5rem !important;
  }

  .CjARN1PPEdI {
    padding: 1rem !important;
  }

  .AxRF5S {
    padding: 1.5rem !important;
  }

  .WCH3xeHGPwC {
    padding: 3rem !important;
  }

  .Uy1kVCA {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .zlfHuu {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .NmAw9XR2kl {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .yjj9HBceFn {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .Q4237apw5JD {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .Q2CfZKae {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .ANc2UIqb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .d5vzOniKCB1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .IOZpskpA {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .Z8x0tYfJ {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .YCHxdoN {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .wbco7cyKT {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .ccrr81XE {
    padding-top: 0 !important;
  }

  .mATJJc3N4 {
    padding-top: 0.25rem !important;
  }

  .uCnP8dLl10F {
    padding-top: 0.5rem !important;
  }

  .vSntAziC {
    padding-top: 1rem !important;
  }

  .GMDqgy9wCd {
    padding-top: 1.5rem !important;
  }

  .QnrBCeGmej {
    padding-top: 3rem !important;
  }

  .xYWSa7foT {
    padding-right: 0 !important;
  }

  .OgJK81eS8T {
    padding-right: 0.25rem !important;
  }

  .gkBVMdrzk6 {
    padding-right: 0.5rem !important;
  }

  .CxHPciBz {
    padding-right: 1rem !important;
  }

  .oWGKaPWY {
    padding-right: 1.5rem !important;
  }

  .KpFGmet {
    padding-right: 3rem !important;
  }

  .KZMwDxx {
    padding-bottom: 0 !important;
  }

  .H5ck4d {
    padding-bottom: 0.25rem !important;
  }

  .eqCSjSDQhZ {
    padding-bottom: 0.5rem !important;
  }

  .RXehc2 {
    padding-bottom: 1rem !important;
  }

  .eiVyT91 {
    padding-bottom: 1.5rem !important;
  }

  .Rqw8CCu {
    padding-bottom: 3rem !important;
  }

  .zsfzxxf {
    padding-left: 0 !important;
  }

  .t6wsy4Cc7k {
    padding-left: 0.25rem !important;
  }

  .b6oFxr0F {
    padding-left: 0.5rem !important;
  }

  .QGgQRos5j {
    padding-left: 1rem !important;
  }

  .c0CZwXA81o {
    padding-left: 1.5rem !important;
  }

  .AblaRYZs9ph {
    padding-left: 3rem !important;
  }

  .tPR7Kmfh0F {
    text-align: left !important;
  }

  .duI0WnV4C {
    text-align: right !important;
  }

  .dDm116b9 {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .jrNcVEn {
    float: left !important;
  }

  .iTcZax4 {
    float: right !important;
  }

  .GgQkztusd {
    float: none !important;
  }

  .j94IrdMV {
    display: inline !important;
  }

  .Zxs0pR {
    display: inline-block !important;
  }

  .FwqpDy {
    display: block !important;
  }

  .ENlpuQ {
    display: grid !important;
  }

  .wtKPbk {
    display: table !important;
  }

  .FqjvchU {
    display: table-row !important;
  }

  .JpaTdFnhF12 {
    display: table-cell !important;
  }

  .BcyFgYGLUm {
    display: flex !important;
  }

  .qSzOJ39Y {
    display: inline-flex !important;
  }

  .pdre3VEm {
    display: none !important;
  }

  .PQIdNLZkVs {
    flex: 1 1 auto !important;
  }

  .Eii35eQue {
    flex-direction: row !important;
  }

  .AgkeRL0a {
    flex-direction: column !important;
  }

  .zrJWl4M {
    flex-direction: row-reverse !important;
  }

  .yaWSEe {
    flex-direction: column-reverse !important;
  }

  .jc8jsQwd5Z {
    flex-grow: 0 !important;
  }

  .Me82zTndmE {
    flex-grow: 1 !important;
  }

  .nq9odHttyB {
    flex-shrink: 0 !important;
  }

  .viDjVXyr {
    flex-shrink: 1 !important;
  }

  .Zu6wYGH {
    flex-wrap: wrap !important;
  }

  .DxFxv9TY8o {
    flex-wrap: nowrap !important;
  }

  .MWHkYIzy {
    flex-wrap: wrap-reverse !important;
  }

  .rpwtMi {
    gap: 0 !important;
  }

  .IfqOxuXYh {
    gap: 0.25rem !important;
  }

  .e29sDd {
    gap: 0.5rem !important;
  }

  .Jb6P8C8qE {
    gap: 1rem !important;
  }

  .aqePQp {
    gap: 1.5rem !important;
  }

  .PqeQJ1H {
    gap: 3rem !important;
  }

  .hSyduxhlN {
    justify-content: flex-start !important;
  }

  .i73xFzZO {
    justify-content: flex-end !important;
  }

  .hyDdqgUd {
    justify-content: center !important;
  }

  .HWtter6gh {
    justify-content: space-between !important;
  }

  .VCJsx4 {
    justify-content: space-around !important;
  }

  .ZWc7Co9o {
    justify-content: space-evenly !important;
  }

  .a4EIrvpG4dn {
    align-items: flex-start !important;
  }

  .Q4rqoO {
    align-items: flex-end !important;
  }

  .NjGot2lYL {
    align-items: center !important;
  }

  .lHTs9h {
    align-items: baseline !important;
  }

  .x7ITq3VO2QH {
    align-items: stretch !important;
  }

  .m67jY5IB {
    align-content: flex-start !important;
  }

  .CfJfaYuIKRH {
    align-content: flex-end !important;
  }

  .fuaweaw {
    align-content: center !important;
  }

  .htWdwJ {
    align-content: space-between !important;
  }

  .qGDGp7s {
    align-content: space-around !important;
  }

  .sg1T0VDV {
    align-content: stretch !important;
  }

  .huqk22Zrel {
    align-self: auto !important;
  }

  .SvLQwKOgg {
    align-self: flex-start !important;
  }

  .NKJgukXFcbX {
    align-self: flex-end !important;
  }

  .qKRZptYCm {
    align-self: center !important;
  }

  .hpniLki {
    align-self: baseline !important;
  }

  .pbQf3Wem {
    align-self: stretch !important;
  }

  .WC0iDLvZ47e {
    order: -1 !important;
  }

  .zvHWwFtMhmy {
    order: 0 !important;
  }

  .qdClUrXj {
    order: 1 !important;
  }

  .NRGxLyl {
    order: 2 !important;
  }

  .zeU05R8bTWO {
    order: 3 !important;
  }

  .PIBeoA2M {
    order: 4 !important;
  }

  .psLlTsc2a {
    order: 5 !important;
  }

  .UcCqEWiQ {
    order: 6 !important;
  }

  .kPqIlhXjWi {
    margin: 0 !important;
  }

  .AkNNiUI {
    margin: 0.25rem !important;
  }

  .YcG2DK4sVwt {
    margin: 0.5rem !important;
  }

  .DVw7mQ37V {
    margin: 1rem !important;
  }

  .MHZLm9t2u {
    margin: 1.5rem !important;
  }

  .NdnJaJMUYg {
    margin: 3rem !important;
  }

  .HUiNcWvPRR {
    margin: auto !important;
  }

  .NXaBcy {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .AP15hvc {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .TfQDYV {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .f3V6uUNE58 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .gqaGp6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .STJGizl {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .LgEDfjdR {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .GsC1HfVob {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .LcbyL3QKO {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .yU4rYM0irab {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .WrmXscO {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .Ru9cbeVUMR {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .KSBM6o {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .G3pHhGW5 {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .NJYZkr3tlFj {
    margin-top: 0 !important;
  }

  .VWHbUFp {
    margin-top: 0.25rem !important;
  }

  .MJfvohHF {
    margin-top: 0.5rem !important;
  }

  .y1BtnbIJhq9 {
    margin-top: 1rem !important;
  }

  .NolkDrqc7P {
    margin-top: 1.5rem !important;
  }

  .k91lnkXX {
    margin-top: 3rem !important;
  }

  .SegyaX {
    margin-top: auto !important;
  }

  .nd0RaN {
    margin-right: 0 !important;
  }

  .JnTAjGK {
    margin-right: 0.25rem !important;
  }

  .TOAIKowblmj {
    margin-right: 0.5rem !important;
  }

  .bTVPaEOtc {
    margin-right: 1rem !important;
  }

  .USJ61jB3cS {
    margin-right: 1.5rem !important;
  }

  .vWzeAJxiw2 {
    margin-right: 3rem !important;
  }

  .NVDeXYZT {
    margin-right: auto !important;
  }

  .wJGEq70EjF {
    margin-bottom: 0 !important;
  }

  .c4dGq46 {
    margin-bottom: 0.25rem !important;
  }

  .lXl7CW3WX5g {
    margin-bottom: 0.5rem !important;
  }

  .DVQpWTrP {
    margin-bottom: 1rem !important;
  }

  .rJhmdwKs {
    margin-bottom: 1.5rem !important;
  }

  .bOkEf7PFxj {
    margin-bottom: 3rem !important;
  }

  .GA3mPfQfN {
    margin-bottom: auto !important;
  }

  .Bqte6WMt3u {
    margin-left: 0 !important;
  }

  .ITYyinqPpeg {
    margin-left: 0.25rem !important;
  }

  .EyuQ5Rfu {
    margin-left: 0.5rem !important;
  }

  .o1yGLbjRiX {
    margin-left: 1rem !important;
  }

  .ycc90nHVbuF {
    margin-left: 1.5rem !important;
  }

  .ThISJc {
    margin-left: 3rem !important;
  }

  .lg03QoP0Rh {
    margin-left: auto !important;
  }

  .ocB1Fh {
    padding: 0 !important;
  }

  .uGYikIAVpC {
    padding: 0.25rem !important;
  }

  .Ezr4Lo {
    padding: 0.5rem !important;
  }

  .UKruyPjftr {
    padding: 1rem !important;
  }

  .uvhERhCxB {
    padding: 1.5rem !important;
  }

  .sN3GJz {
    padding: 3rem !important;
  }

  .PIHQk5EzaN {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .qhNObSQV {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .qmwNA3NJQp {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .BhTvTZ {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .WE4Caa4R {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .oURaHvaMlZ4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .sx0q9l8 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .WuKFuZ8i {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .Bk0OoL8fU {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xCpGYrIM51W {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .wtL4Ji {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .iSENCA9dIL5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .GgF2Zi {
    padding-top: 0 !important;
  }

  .qaiMVucCSH {
    padding-top: 0.25rem !important;
  }

  .HGHmKM {
    padding-top: 0.5rem !important;
  }

  .ZML7Xa {
    padding-top: 1rem !important;
  }

  .Ez5Vo2 {
    padding-top: 1.5rem !important;
  }

  .i1HScg {
    padding-top: 3rem !important;
  }

  .dP6QKYu {
    padding-right: 0 !important;
  }

  .Vvzgyn {
    padding-right: 0.25rem !important;
  }

  .zeaqWttd {
    padding-right: 0.5rem !important;
  }

  .W64QCthR {
    padding-right: 1rem !important;
  }

  .wcfCQ38 {
    padding-right: 1.5rem !important;
  }

  .A7ZLoH {
    padding-right: 3rem !important;
  }

  .ABOpz6bgOyR {
    padding-bottom: 0 !important;
  }

  .eKp1gL {
    padding-bottom: 0.25rem !important;
  }

  .jah8jN2oeFR {
    padding-bottom: 0.5rem !important;
  }

  .lXKxSZ {
    padding-bottom: 1rem !important;
  }

  .wfQeWXlHVk {
    padding-bottom: 1.5rem !important;
  }

  .ykj2D2dYtx {
    padding-bottom: 3rem !important;
  }

  .rI21W3V {
    padding-left: 0 !important;
  }

  .levuXhM5u {
    padding-left: 0.25rem !important;
  }

  .PwjMEp {
    padding-left: 0.5rem !important;
  }

  .v9y7fnU {
    padding-left: 1rem !important;
  }

  .uYEeWg9 {
    padding-left: 1.5rem !important;
  }

  .vW9IYf6ho {
    padding-left: 3rem !important;
  }

  .QmeKeN8IU {
    text-align: left !important;
  }

  .AzpIVO {
    text-align: right !important;
  }

  .QUMNRj3A {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .gXYjj5PjwD {
    float: left !important;
  }

  .H9cnnQtCk {
    float: right !important;
  }

  .cP4kLwy {
    float: none !important;
  }

  .P2sgIKjn {
    display: inline !important;
  }

  .vQWMLCL {
    display: inline-block !important;
  }

  .y2fcPbdrxK {
    display: block !important;
  }

  .ScRTfSs5 {
    display: grid !important;
  }

  .Em8cKO {
    display: table !important;
  }

  .n5o8vQPdmN {
    display: table-row !important;
  }

  .CyrgCa4cKcU {
    display: table-cell !important;
  }

  .daEbHN {
    display: flex !important;
  }

  .F0JXaRDtO {
    display: inline-flex !important;
  }

  .Uyw567dHCH {
    display: none !important;
  }

  .R9VB4g {
    flex: 1 1 auto !important;
  }

  .rrpMWRCABwB {
    flex-direction: row !important;
  }

  .mcUhBdgOgND {
    flex-direction: column !important;
  }

  .jcyYtT1bTg {
    flex-direction: row-reverse !important;
  }

  .GT0AYrS0o {
    flex-direction: column-reverse !important;
  }

  .iaEzu0Qwz {
    flex-grow: 0 !important;
  }

  .MGvHvQi {
    flex-grow: 1 !important;
  }

  .ihL31e3UwS {
    flex-shrink: 0 !important;
  }

  .QwcAGx {
    flex-shrink: 1 !important;
  }

  .VmiBQVoN {
    flex-wrap: wrap !important;
  }

  .WE5Q7SVet {
    flex-wrap: nowrap !important;
  }

  .vq2jii1 {
    flex-wrap: wrap-reverse !important;
  }

  .J2GYZNn {
    gap: 0 !important;
  }

  .C1Bb22l2RN {
    gap: 0.25rem !important;
  }

  .rVWQbr0 {
    gap: 0.5rem !important;
  }

  .EM20eP {
    gap: 1rem !important;
  }

  .gfRiIz {
    gap: 1.5rem !important;
  }

  .KKKOWn {
    gap: 3rem !important;
  }

  .rsn98Ub6 {
    justify-content: flex-start !important;
  }

  .DIiBUug1 {
    justify-content: flex-end !important;
  }

  .NkaXsxEUI {
    justify-content: center !important;
  }

  .xDdvKaGEj {
    justify-content: space-between !important;
  }

  .r38cVEnl {
    justify-content: space-around !important;
  }

  .GQM0Uhk {
    justify-content: space-evenly !important;
  }

  .LyECL7Pr {
    align-items: flex-start !important;
  }

  .mhMxxBj9s {
    align-items: flex-end !important;
  }

  .soBGbovP1IM {
    align-items: center !important;
  }

  .sar0ujnX5iA {
    align-items: baseline !important;
  }

  .fFORQniCW {
    align-items: stretch !important;
  }

  .bHlgWVsF {
    align-content: flex-start !important;
  }

  .wVDCqMB {
    align-content: flex-end !important;
  }

  .fhvCDDQTe5E {
    align-content: center !important;
  }

  .yxBSJ1 {
    align-content: space-between !important;
  }

  .wN0KJOk {
    align-content: space-around !important;
  }

  .rXWllSkcv {
    align-content: stretch !important;
  }

  .JhxWyD {
    align-self: auto !important;
  }

  .qrUm7j {
    align-self: flex-start !important;
  }

  .IKAPP6Eys {
    align-self: flex-end !important;
  }

  .KTWY82v {
    align-self: center !important;
  }

  .LBRWhZzv {
    align-self: baseline !important;
  }

  .v7YO8f61A {
    align-self: stretch !important;
  }

  .TjUyxXX {
    order: -1 !important;
  }

  .F1auaV {
    order: 0 !important;
  }

  .btDeMxkA {
    order: 1 !important;
  }

  .Suy8CxPHUG {
    order: 2 !important;
  }

  .UjCAZKWeTP {
    order: 3 !important;
  }

  .KBsPI2 {
    order: 4 !important;
  }

  .iORN59 {
    order: 5 !important;
  }

  .IOOXhQs {
    order: 6 !important;
  }

  .JglZDg {
    margin: 0 !important;
  }

  .QEJaqeMOLj {
    margin: 0.25rem !important;
  }

  .gvDfsD {
    margin: 0.5rem !important;
  }

  .O4g5NnKyD {
    margin: 1rem !important;
  }

  .TEb8ywWOI9G {
    margin: 1.5rem !important;
  }

  .V7Fu8T98IH {
    margin: 3rem !important;
  }

  .eOhxCpCC {
    margin: auto !important;
  }

  .vC1InYOiOq {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .SKGAOCa {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .cmSUq6Z {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .NIZkD63E9q {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .fVt4On1FX {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .xfWJnfM68 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .qdcGu9QDHrJ {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .pNAAeOl7cxc {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .g3hBsKj {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .IoDkFvxJCp {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .IdsB0MOEwc {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .VrvGwmdxCYa {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .ro1kOvrktk {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .QygYa8K {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .LYZ9DRUb1nw {
    margin-top: 0 !important;
  }

  .YII91HrC {
    margin-top: 0.25rem !important;
  }

  .ZDLGYDM {
    margin-top: 0.5rem !important;
  }

  .zzxpHZjlX {
    margin-top: 1rem !important;
  }

  .W0FUtcp {
    margin-top: 1.5rem !important;
  }

  .KPdZuky {
    margin-top: 3rem !important;
  }

  .YIDUY7k {
    margin-top: auto !important;
  }

  .PR1KEm9 {
    margin-right: 0 !important;
  }

  .ArbjkfE {
    margin-right: 0.25rem !important;
  }

  .HvN6KGGhu {
    margin-right: 0.5rem !important;
  }

  .Hphanr {
    margin-right: 1rem !important;
  }

  .AmbaIE {
    margin-right: 1.5rem !important;
  }

  .BRY9bTbky {
    margin-right: 3rem !important;
  }

  .BI2bFM14l {
    margin-right: auto !important;
  }

  .nBloEbNDPh {
    margin-bottom: 0 !important;
  }

  .UaGg92KP {
    margin-bottom: 0.25rem !important;
  }

  .p2BsewurjI {
    margin-bottom: 0.5rem !important;
  }

  .jEjOQWislO {
    margin-bottom: 1rem !important;
  }

  .pw7JmDg {
    margin-bottom: 1.5rem !important;
  }

  .UvLt1z {
    margin-bottom: 3rem !important;
  }

  .iv1GDbPWq {
    margin-bottom: auto !important;
  }

  .Q5Rdzpv {
    margin-left: 0 !important;
  }

  .EEIXrn51h {
    margin-left: 0.25rem !important;
  }

  .tkd4p2c {
    margin-left: 0.5rem !important;
  }

  .slP17H {
    margin-left: 1rem !important;
  }

  .iQl6aJDC {
    margin-left: 1.5rem !important;
  }

  .f4XxOGyo {
    margin-left: 3rem !important;
  }

  .F3sx6nMW3 {
    margin-left: auto !important;
  }

  .emeHNINj {
    padding: 0 !important;
  }

  .kdYk3n {
    padding: 0.25rem !important;
  }

  .Fs1Hj1FURF {
    padding: 0.5rem !important;
  }

  .rWenhAPiv {
    padding: 1rem !important;
  }

  .OEkkdjr5 {
    padding: 1.5rem !important;
  }

  .MAme2Vk2 {
    padding: 3rem !important;
  }

  .j7DJcRdQC {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .UpTKR5A {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .vb1sM4cntKD {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .JgS1lLV {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .N57M7arcF {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .NiwesmkEG {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .lW5aX5CLhKe {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .qKgekXHycjV {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .PbVIOH {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .Dffot8U {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .afeF8fVukCH {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .udQ8Ia {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .yimd9jw {
    padding-top: 0 !important;
  }

  .QfQ47NACzx {
    padding-top: 0.25rem !important;
  }

  .lkMIYFg6 {
    padding-top: 0.5rem !important;
  }

  .Mvb9uQEf6 {
    padding-top: 1rem !important;
  }

  .bnOD9WRdM2 {
    padding-top: 1.5rem !important;
  }

  .QfVKxDh {
    padding-top: 3rem !important;
  }

  .t5EAZcpHD {
    padding-right: 0 !important;
  }

  .hu5nteXHIn {
    padding-right: 0.25rem !important;
  }

  .cUIle5YAED2 {
    padding-right: 0.5rem !important;
  }

  .arhDO3s {
    padding-right: 1rem !important;
  }

  .tmJ1e1 {
    padding-right: 1.5rem !important;
  }

  .KbOEboK9cln {
    padding-right: 3rem !important;
  }

  .EXrJBWss {
    padding-bottom: 0 !important;
  }

  .PDUOjPR {
    padding-bottom: 0.25rem !important;
  }

  .EcTars {
    padding-bottom: 0.5rem !important;
  }

  .nHneHA {
    padding-bottom: 1rem !important;
  }

  .dv2vQlQ {
    padding-bottom: 1.5rem !important;
  }

  .qnGdIwRXc {
    padding-bottom: 3rem !important;
  }

  .ZdITPoch {
    padding-left: 0 !important;
  }

  .dwaNTYTVMkx {
    padding-left: 0.25rem !important;
  }

  .Vmf2uHNz9dd {
    padding-left: 0.5rem !important;
  }

  .q6ea8mTS {
    padding-left: 1rem !important;
  }

  .Nd7Z53e {
    padding-left: 1.5rem !important;
  }

  .SmwFS2 {
    padding-left: 3rem !important;
  }

  .bvbCUtCp {
    text-align: left !important;
  }

  .QGPNONAu {
    text-align: right !important;
  }

  .GWd76YBko {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .QkBoxL {
    font-size: 2.5rem !important;
  }

  .a8OR7w8v1l {
    font-size: 2rem !important;
  }

  .SZxB9vBj {
    font-size: 1.75rem !important;
  }

  .Y4DinzL {
    font-size: 1.5rem !important;
  }
}
@media print {
  .jXupc0CAdyr {
    display: inline !important;
  }

  .DlL5oJiP {
    display: inline-block !important;
  }

  .uCdiWX0e {
    display: block !important;
  }

  .hu6orh {
    display: grid !important;
  }

  .Us56sr {
    display: table !important;
  }

  .cRMlEMzBcx {
    display: table-row !important;
  }

  .R04VJ8zaC {
    display: table-cell !important;
  }

  .AJgQ8n {
    display: flex !important;
  }

  .HGwar9 {
    display: inline-flex !important;
  }

  .RpW3VQ {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */