@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))
}

*,
::after,
::before {
    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: #7b7b7b;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.G1Ztxs,
.x1sC6JVQQ3,
.KZlYahVmbUO,
.uRpygU,
.D42oRB,
.k2lOFhuJcSa,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.G1Ztxs,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

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

.x1sC6JVQQ3,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

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

.KZlYahVmbUO,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

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

.uRpygU,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

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

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

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

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

abbr[data-bs-original-title],
abbr[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
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.oiJWj6L,
small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #000000;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

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

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .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: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

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

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
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
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button: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: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

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

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

.W0Bt1qy {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .W0Bt1qy {
        font-size: 5rem
    }
}

.rjWHU0pk {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .rjWHU0pk {
        font-size: 4.5rem
    }
}

.ic5OMBb {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .ic5OMBb {
        font-size: 4rem
    }
}

.o9hegAy9 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .o9hegAy9 {
        font-size: 3.5rem
    }
}

.t3oF41rCFvA {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .t3oF41rCFvA {
        font-size: 3rem
    }
}

.JsfYfDhAW3F {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .JsfYfDhAW3F {
        font-size: 2.5rem
    }
}

.oOhh5H5 {
    padding-left: 0;
    list-style: none
}

.uF7rnE6Y6a {
    padding-left: 0;
    list-style: none
}

.BtnkrUD {
    display: inline-block
}

.BtnkrUD:not(:last-child) {
    margin-right: .5rem
}

.qQAEHgaa {
    font-size: .875em;
    text-transform: uppercase
}

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

.Catiwy5Cb4>:last-child {
    margin-bottom: 0
}

.VdAqBovi6U7 {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.VdAqBovi6U7::before {
    content: "— "
}

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

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

.KKfLGUoR {
    display: inline-block
}

.hjhse4BTS {
    margin-bottom: .5rem;
    line-height: 1
}

.JpHOwOXt {
    font-size: .875em;
    color: #6c757d
}

.l1L8Upw,
.mejASml01,
.D9Bocd,
.RhyCp3,
.dWk5phDq,
.TnjrL3PeM,
.FM54uvTo {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .l1L8Upw,
    .dWk5phDq {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .l1L8Upw,
    .RhyCp3,
    .dWk5phDq {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .l1L8Upw,
    .D9Bocd,
    .RhyCp3,
    .dWk5phDq {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .l1L8Upw,
    .D9Bocd,
    .RhyCp3,
    .dWk5phDq,
    .TnjrL3PeM {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .l1L8Upw,
    .D9Bocd,
    .RhyCp3,
    .dWk5phDq,
    .TnjrL3PeM,
    .FM54uvTo {
        max-width: 1320px
    }
}

.OoPE9f {
    --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)
}

.OoPE9f>* {
    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)
}

.VaOMsMYa {
    flex: 1 0 0%
}

.CH2iuIyssdP>* {
    flex: 0 0 auto;
    width: auto
}

.NK5ISFif>* {
    flex: 0 0 auto;
    width: 100%
}

.ndCcNqhoLn>* {
    flex: 0 0 auto;
    width: 50%
}

.pLWAQNcqqbC>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.CBTYpA>* {
    flex: 0 0 auto;
    width: 25%
}

.HJKR7DvD6>* {
    flex: 0 0 auto;
    width: 20%
}

.URN3T9naIZw>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.sN0QQb {
    flex: 0 0 auto;
    width: auto
}

.HbudjtK8KA {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.izBXZny3C {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.qtUrF4tm {
    flex: 0 0 auto;
    width: 25%
}

.GgeF5jJv {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.wPfjVi9tye {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.vFRfrFa {
    flex: 0 0 auto;
    width: 50%
}

.GRn8kanBz {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.fpRMKB {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.QFsDN1S9R {
    flex: 0 0 auto;
    width: 75%
}

.nnYKefHiOMf {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.FJoUIgXuX {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.MF5qtlTUW {
    flex: 0 0 auto;
    width: 100%
}

.LTEeBk22 {
    margin-left: 8.3333333333%
}

.BTywLhrK {
    margin-left: 16.6666666667%
}

.utDyCX {
    margin-left: 25%
}

.B0DZSZFC5 {
    margin-left: 33.3333333333%
}

.ZQi5ZyWiGJR {
    margin-left: 41.6666666667%
}

.Ric0tnaWk {
    margin-left: 50%
}

.le3VrHtyxq {
    margin-left: 58.3333333333%
}

.R81Zmc {
    margin-left: 66.6666666667%
}

.Q5htzZAuP {
    margin-left: 75%
}

.rMVgrq {
    margin-left: 83.3333333333%
}

.B1rJu7f0yRG {
    margin-left: 91.6666666667%
}

.ZfmSvb,
.Vi5k2tTv {
    --bs-gutter-x: 0
}

.ZfmSvb,
.kXMiRs {
    --bs-gutter-y: 0
}

.lPiX4M,
.Aw9aR3bXO4 {
    --bs-gutter-x: 0.25rem
}

.lPiX4M,
.npabbvNZZgC {
    --bs-gutter-y: 0.25rem
}

.tpbwKf0KMGn,
.qDSAnEq1c0T {
    --bs-gutter-x: 0.5rem
}

.tpbwKf0KMGn,
.TRR80I2 {
    --bs-gutter-y: 0.5rem
}

.PyTkKhB,
.rdml4Lk {
    --bs-gutter-x: 1rem
}

.PyTkKhB,
.kRvdZ9F3dU4 {
    --bs-gutter-y: 1rem
}

.RFBwQ4lR76g,
.X3OOTnAmMjV {
    --bs-gutter-x: 1.5rem
}

.RFBwQ4lR76g,
.R3MD0He6cZv {
    --bs-gutter-y: 1.5rem
}

.PDaXspBSlR,
.Pzfj0G6 {
    --bs-gutter-x: 3rem
}

.PDaXspBSlR,
.R9LbbW2A {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .R5wgjv {
        flex: 1 0 0%
    }

    .eN5PlKfe>* {
        flex: 0 0 auto;
        width: auto
    }

    .rdTmjrJ1WK>* {
        flex: 0 0 auto;
        width: 100%
    }

    .HssoHx3n>* {
        flex: 0 0 auto;
        width: 50%
    }

    .d8njk8R>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .efcXUGjKmBu>* {
        flex: 0 0 auto;
        width: 25%
    }

    .RsGBvJhE>* {
        flex: 0 0 auto;
        width: 20%
    }

    .CdZdD7ym2r>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .pKIhjcqyd {
        flex: 0 0 auto;
        width: auto
    }

    .PLQ0aU0yGF {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .uNUNnK6zh {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .X3ZXemew {
        flex: 0 0 auto;
        width: 25%
    }

    .XN5Japk0a {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .dZnfn8K {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .JdyrrVAUuwO {
        flex: 0 0 auto;
        width: 50%
    }

    .hBWFDCCe {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .D7c5oY2 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .PZQteIJGJ {
        flex: 0 0 auto;
        width: 75%
    }

    .DT05j46Kfi {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .an0eAIH {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .sRQ52xF {
        flex: 0 0 auto;
        width: 100%
    }

    .SVVH4f2MQOI {
        margin-left: 0
    }

    .YOX4apB {
        margin-left: 8.3333333333%
    }

    .Y0ihHjQ7 {
        margin-left: 16.6666666667%
    }

    .ncVzXF {
        margin-left: 25%
    }

    .VqvukMSJOr {
        margin-left: 33.3333333333%
    }

    .whqbxhV {
        margin-left: 41.6666666667%
    }

    .laJ6LPHlF {
        margin-left: 50%
    }

    .oehgOpZUM {
        margin-left: 58.3333333333%
    }

    .jkt65Kx {
        margin-left: 66.6666666667%
    }

    .JMCJCSeyHE {
        margin-left: 75%
    }

    .nrX1bddNuu {
        margin-left: 83.3333333333%
    }

    .jg9ZCV {
        margin-left: 91.6666666667%
    }

    .UNFsyjKdgg,
    .n1INZTOeTax {
        --bs-gutter-x: 0
    }

    .UNFsyjKdgg,
    .HGhfzeD {
        --bs-gutter-y: 0
    }

    .FyPKaZv69R,
    .Zlfo4YA {
        --bs-gutter-x: 0.25rem
    }

    .FyPKaZv69R,
    .kPozkGh {
        --bs-gutter-y: 0.25rem
    }

    .QH14GY,
    .M5pN7GqLfC {
        --bs-gutter-x: 0.5rem
    }

    .QH14GY,
    .kPmavvIPKzx {
        --bs-gutter-y: 0.5rem
    }

    .whGQytu0w7d,
    .hgEUeMcMQfQ {
        --bs-gutter-x: 1rem
    }

    .whGQytu0w7d,
    .sxKECl758 {
        --bs-gutter-y: 1rem
    }

    .u0ttJL,
    .mTCA0Fd {
        --bs-gutter-x: 1.5rem
    }

    .u0ttJL,
    .oRK7ifQLE {
        --bs-gutter-y: 1.5rem
    }

    .HJ39b8T9kF,
    .qPEfIGYWSut {
        --bs-gutter-x: 3rem
    }

    .HJ39b8T9kF,
    .xSQ9f8 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .QKqe6W {
        flex: 1 0 0%
    }

    .GSdUWVs7>* {
        flex: 0 0 auto;
        width: auto
    }

    .lBFVu9P6yq>* {
        flex: 0 0 auto;
        width: 100%
    }

    .mR5NMgyZFHw>* {
        flex: 0 0 auto;
        width: 50%
    }

    .ZWFTN2Clce>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .ZvydUcrB>* {
        flex: 0 0 auto;
        width: 25%
    }

    .qaeYUR1d7a>* {
        flex: 0 0 auto;
        width: 20%
    }

    .W2yjtie>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .k4cWHmb {
        flex: 0 0 auto;
        width: auto
    }

    .CAF6QxT {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .STHfp4iqeQ {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .rY3QtwJ {
        flex: 0 0 auto;
        width: 25%
    }

    .D9I92bt8 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .XaAlaS {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .dt3tJL {
        flex: 0 0 auto;
        width: 50%
    }

    .SHGK4g1M {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .fsirIn7 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .E87Dsr {
        flex: 0 0 auto;
        width: 75%
    }

    .z47AzrlP4 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .zRCtx0 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .CYJFt8 {
        flex: 0 0 auto;
        width: 100%
    }

    .j7pfdy {
        margin-left: 0
    }

    .Cu89tQv {
        margin-left: 8.3333333333%
    }

    .ebnMhqe {
        margin-left: 16.6666666667%
    }

    .EhFqcexbKf {
        margin-left: 25%
    }

    .GiEuxjJLL9V {
        margin-left: 33.3333333333%
    }

    .C6yHLRsFd87 {
        margin-left: 41.6666666667%
    }

    .Jr6aeun345W {
        margin-left: 50%
    }

    .qg8YAxycLj {
        margin-left: 58.3333333333%
    }

    .CHoGtPeY {
        margin-left: 66.6666666667%
    }

    .gAr2WV {
        margin-left: 75%
    }

    .eTnmu5R {
        margin-left: 83.3333333333%
    }

    .nCn4dS5ySL {
        margin-left: 91.6666666667%
    }

    .B6WE0Kpem,
    .MYHCe43OG {
        --bs-gutter-x: 0
    }

    .B6WE0Kpem,
    .MKA80v7kWBe {
        --bs-gutter-y: 0
    }

    .tYhUt7,
    .Aqne7cX {
        --bs-gutter-x: 0.25rem
    }

    .tYhUt7,
    .SBhcb9mjc1 {
        --bs-gutter-y: 0.25rem
    }

    .TWcBWzca4,
    .YrM4p0Xv {
        --bs-gutter-x: 0.5rem
    }

    .TWcBWzca4,
    .A3iKOa79 {
        --bs-gutter-y: 0.5rem
    }

    .X5j8vmR5cY,
    .tKCeMAJZ {
        --bs-gutter-x: 1rem
    }

    .X5j8vmR5cY,
    .kelcgg {
        --bs-gutter-y: 1rem
    }

    .c7JUhu,
    .QAmxhP {
        --bs-gutter-x: 1.5rem
    }

    .c7JUhu,
    .v9bokWVVgMu {
        --bs-gutter-y: 1.5rem
    }

    .UY53K9YRhK,
    .SssFWl6lK7r {
        --bs-gutter-x: 3rem
    }

    .UY53K9YRhK,
    .WTGEXZPQI7 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .uZfQVOc1 {
        flex: 1 0 0%
    }

    .ADdQs0>* {
        flex: 0 0 auto;
        width: auto
    }

    .djMR4iG>* {
        flex: 0 0 auto;
        width: 100%
    }

    .xCTNdcf0j>* {
        flex: 0 0 auto;
        width: 50%
    }

    .G0ovmZ>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .v7Zm4VUy>* {
        flex: 0 0 auto;
        width: 25%
    }

    .gc2zuCP>* {
        flex: 0 0 auto;
        width: 20%
    }

    .xGs9rq>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .dK1p3j64 {
        flex: 0 0 auto;
        width: auto
    }

    .pf8tnax {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .YkyNROQ0 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .TZYHMTs8 {
        flex: 0 0 auto;
        width: 25%
    }

    .MYgkDj {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .TKcx4Jq {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .HT5aOX {
        flex: 0 0 auto;
        width: 50%
    }

    .ETseTLC {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .zbsjxcKEqc {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .bCtTOG {
        flex: 0 0 auto;
        width: 75%
    }

    .jOCJIC64jt {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .FV1tq4CnG {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .VsQ2TYXGRj {
        flex: 0 0 auto;
        width: 100%
    }

    .OCfGU6frv4 {
        margin-left: 0
    }

    .StgPrFkUXh {
        margin-left: 8.3333333333%
    }

    .zlrqlY4py {
        margin-left: 16.6666666667%
    }

    .Pzz3gSyq {
        margin-left: 25%
    }

    .DyBdw4XLW {
        margin-left: 33.3333333333%
    }

    .MSPWsQ8 {
        margin-left: 41.6666666667%
    }

    .stD3jZX7yVD {
        margin-left: 50%
    }

    .c6vvWm {
        margin-left: 58.3333333333%
    }

    .vf4VzrzSnq {
        margin-left: 66.6666666667%
    }

    .gAWbzOHDc {
        margin-left: 75%
    }

    .jujzbvgIm {
        margin-left: 83.3333333333%
    }

    .Ydb7IOTrQ {
        margin-left: 91.6666666667%
    }

    .EX0YTkZ,
    .cBZwkGNiwfT {
        --bs-gutter-x: 0
    }

    .EX0YTkZ,
    .jNCSU1eCWs {
        --bs-gutter-y: 0
    }

    .aayAwht0Bml,
    .Y924TQYGyVJ {
        --bs-gutter-x: 0.25rem
    }

    .aayAwht0Bml,
    .ND3G5oVc {
        --bs-gutter-y: 0.25rem
    }

    .CUU5zSK,
    .cSnjvIvf {
        --bs-gutter-x: 0.5rem
    }

    .CUU5zSK,
    .p4oCBkGt {
        --bs-gutter-y: 0.5rem
    }

    .gfLDAS,
    .S1qEzic {
        --bs-gutter-x: 1rem
    }

    .gfLDAS,
    .mf1Qc8Wl37 {
        --bs-gutter-y: 1rem
    }

    .BoKipf,
    .RzZMZf6Y5u {
        --bs-gutter-x: 1.5rem
    }

    .BoKipf,
    .AM3gQBD {
        --bs-gutter-y: 1.5rem
    }

    .Xsbd4D,
    .uCbvBx {
        --bs-gutter-x: 3rem
    }

    .Xsbd4D,
    .TzNU5JM4 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .CwDaqZRb5 {
        flex: 1 0 0%
    }

    .mScMNaU>* {
        flex: 0 0 auto;
        width: auto
    }

    .Rlcg8cAg>* {
        flex: 0 0 auto;
        width: 100%
    }

    .z5fcDDn0gY>* {
        flex: 0 0 auto;
        width: 50%
    }

    .nPrwssA8>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .V3oyyo>* {
        flex: 0 0 auto;
        width: 25%
    }

    .J05msxFyMq>* {
        flex: 0 0 auto;
        width: 20%
    }

    .KwsFUZN8jr>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .qrR4rN {
        flex: 0 0 auto;
        width: auto
    }

    .arNPQSX4k {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .vQnvRT {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .oB5EXx {
        flex: 0 0 auto;
        width: 25%
    }

    .QYSnMNN {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .HNbn1JG {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .ctBTDc2s {
        flex: 0 0 auto;
        width: 50%
    }

    .OdTXjyV {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .VpCqO7TUX {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .eGI3hvEwAJ {
        flex: 0 0 auto;
        width: 75%
    }

    .WybrddZsrd {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .E3m4eglBRSI {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .uabyBx {
        flex: 0 0 auto;
        width: 100%
    }

    .oTtiK2MbDi {
        margin-left: 0
    }

    .WbuNgfi0T {
        margin-left: 8.3333333333%
    }

    .JYK8h9kDQC {
        margin-left: 16.6666666667%
    }

    .JRoA4SP {
        margin-left: 25%
    }

    .gZWa0ac2W {
        margin-left: 33.3333333333%
    }

    .l9fjbz6kEg {
        margin-left: 41.6666666667%
    }

    .eQ6sGWuX7F {
        margin-left: 50%
    }

    .dcBraG {
        margin-left: 58.3333333333%
    }

    .PEh9br {
        margin-left: 66.6666666667%
    }

    .pV5OVOEP1 {
        margin-left: 75%
    }

    .V6Nf1AdPUS {
        margin-left: 83.3333333333%
    }

    .Kbkfs9Lb2Wd {
        margin-left: 91.6666666667%
    }

    .BtisMdU,
    .ONjpgra {
        --bs-gutter-x: 0
    }

    .BtisMdU,
    .DBfm4e {
        --bs-gutter-y: 0
    }

    .JMbHDQDQDX,
    .nVhylYhhV {
        --bs-gutter-x: 0.25rem
    }

    .JMbHDQDQDX,
    .i8fOSSZHn {
        --bs-gutter-y: 0.25rem
    }

    .VPqUXo,
    .oKzKOz {
        --bs-gutter-x: 0.5rem
    }

    .VPqUXo,
    .NFhkBqWZqR {
        --bs-gutter-y: 0.5rem
    }

    .DRe6XP,
    .Hh3Qjeyw {
        --bs-gutter-x: 1rem
    }

    .DRe6XP,
    .J83UOP {
        --bs-gutter-y: 1rem
    }

    .OD1YFx9,
    .ofA64BUWJ {
        --bs-gutter-x: 1.5rem
    }

    .OD1YFx9,
    .nabE8yt3B {
        --bs-gutter-y: 1.5rem
    }

    .NTOBrTGQa,
    .HpY3t2kcTlb {
        --bs-gutter-x: 3rem
    }

    .NTOBrTGQa,
    .SMWQIJls0 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .AKRypi7gLUT {
        flex: 1 0 0%
    }

    .S1HWXMASf2>* {
        flex: 0 0 auto;
        width: auto
    }

    .CJPf19l>* {
        flex: 0 0 auto;
        width: 100%
    }

    .hL1qa8Tp>* {
        flex: 0 0 auto;
        width: 50%
    }

    .aajR1f2jw>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .Z8w4hiWXL>* {
        flex: 0 0 auto;
        width: 25%
    }

    .G6T1MQwh>* {
        flex: 0 0 auto;
        width: 20%
    }

    .cyJo0m>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .qI6AJg {
        flex: 0 0 auto;
        width: auto
    }

    .gKWZAo {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .AAtK9a {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .cI164gi7 {
        flex: 0 0 auto;
        width: 25%
    }

    .U0ODUOR {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .O9wMdt {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .BiWdif {
        flex: 0 0 auto;
        width: 50%
    }

    .ok7QAwbr {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .IcHnFczlDVP {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .SeBtAo {
        flex: 0 0 auto;
        width: 75%
    }

    .i8awvODnow {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .hIDiXRM {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .nj4FUnb3b {
        flex: 0 0 auto;
        width: 100%
    }

    .KqCX1c7 {
        margin-left: 0
    }

    .PrHYENPsdq {
        margin-left: 8.3333333333%
    }

    .bu9McTB {
        margin-left: 16.6666666667%
    }

    .vMR8z2bE2nY {
        margin-left: 25%
    }

    .by9UlP8MoB {
        margin-left: 33.3333333333%
    }

    .IYTGLp1j {
        margin-left: 41.6666666667%
    }

    .bgsPawA {
        margin-left: 50%
    }

    .ro7KfenLcd {
        margin-left: 58.3333333333%
    }

    .KSfleGPOo {
        margin-left: 66.6666666667%
    }

    .i4GeP3GSH8 {
        margin-left: 75%
    }

    .FEqKi03 {
        margin-left: 83.3333333333%
    }

    .fGFYZW {
        margin-left: 91.6666666667%
    }

    .npY234zn,
    .jU18jSRY {
        --bs-gutter-x: 0
    }

    .npY234zn,
    .cg11oFIs6N {
        --bs-gutter-y: 0
    }

    .XF4FiRUUI,
    .gFTO7K {
        --bs-gutter-x: 0.25rem
    }

    .XF4FiRUUI,
    .F8mRoNKArJT {
        --bs-gutter-y: 0.25rem
    }

    .FwLsi9,
    .Fcz28iwpj {
        --bs-gutter-x: 0.5rem
    }

    .FwLsi9,
    .IDOXTd {
        --bs-gutter-y: 0.5rem
    }

    .t2wg7zvzQ,
    .UervJ7 {
        --bs-gutter-x: 1rem
    }

    .t2wg7zvzQ,
    .GyUxt8saVc3 {
        --bs-gutter-y: 1rem
    }

    .MpV1KMJiU,
    .YJPIamgR488 {
        --bs-gutter-x: 1.5rem
    }

    .MpV1KMJiU,
    .AGqPsM8Zag8 {
        --bs-gutter-y: 1.5rem
    }

    .GHfWEs,
    .DHX9IP {
        --bs-gutter-x: 3rem
    }

    .GHfWEs,
    .NGrc3r {
        --bs-gutter-y: 3rem
    }
}

.PVDZG8tMCB {
    --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
}

.PVDZG8tMCB>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.PVDZG8tMCB>tbody {
    vertical-align: inherit
}

.PVDZG8tMCB>thead {
    vertical-align: bottom
}

.PVDZG8tMCB>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.C1lSBeus {
    caption-side: top
}

.aUEetCd>:not(caption)>*>* {
    padding: .25rem .25rem
}

.DUTshCsHsT>:not(caption)>* {
    border-width: 1px 0
}

.DUTshCsHsT>:not(caption)>*>* {
    border-width: 0 1px
}

.E8v3lyWVNA>:not(caption)>*>* {
    border-bottom-width: 0
}

.lqVJfGXVLyQ>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.gk97kQrKKMQ {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.XaQV6kru>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.QgCuVsu {
    --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
}

.FhOvck0Ribx {
    --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
}

.Z47rjghZIKH {
    --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
}

.RvOwVgG7vx {
    --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
}

.EAjxXBOhrX {
    --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
}

.zlV2iFLFHdb {
    --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
}

.CxTaleIky1I {
    --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
}

.GpwQYu10bnU {
    --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
}

.r5Gd2dTHt {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .ujn39Ids {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .lCFmoCeNV {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .OaqCCU6oSH {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .RXyTccH {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .lY8Ke0xeN {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.PKOR6xlMR3 {
    margin-bottom: .5rem
}

.oBOgTCQ61 {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.tFhZoYVTCw {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.hLwQWy5Pn {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.wc7f22OuH {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.HuEtiu {
    display: block;
    width: 100%;
    padding: .375rem .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: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .HuEtiu {
        transition: none
    }
}

.HuEtiu[type=file] {
    overflow: hidden
}

.HuEtiu[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.HuEtiu:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.HuEtiu::-webkit-date-and-time-value {
    height: 1.5em
}

.HuEtiu::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.HuEtiu::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.HuEtiu::placeholder {
    color: #6c757d;
    opacity: 1
}

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

.HuEtiu::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .HuEtiu::file-selector-button {
        transition: none
    }
}

.HuEtiu:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.HuEtiu::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .HuEtiu::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.HuEtiu:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.Yzqy4m {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.Yzqy4m.xMIeKrSBd,
.Yzqy4m.jbkKYv {
    padding-right: 0;
    padding-left: 0
}

.jbkKYv {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.jbkKYv::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.jbkKYv::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.xMIeKrSBd {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.xMIeKrSBd::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.xMIeKrSBd::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.HuEtiu {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.jbkKYv {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.xMIeKrSBd {
    min-height: calc(1.5em + 1rem + 2px)
}

.kDcDNl81m {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.kDcDNl81m:not(:disabled):not([readonly]) {
    cursor: pointer
}

.kDcDNl81m::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.kDcDNl81m::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.ysRL1eB {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .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 .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ysRL1eB:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.ysRL1eB[multiple],
.ysRL1eB[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.ysRL1eB:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.ysRL1eB:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.p5oaQhla {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.l0XgT3jjO {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.H6S7erQg5K {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.H6S7erQg5K .ziD9VJb5 {
    float: left;
    margin-left: -1.5em
}

.ziD9VJb5 {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.ziD9VJb5[type=checkbox] {
    border-radius: .25em
}

.ziD9VJb5[type=radio] {
    border-radius: 50%
}

.ziD9VJb5:active {
    filter: brightness(90%)
}

.ziD9VJb5:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.ziD9VJb5:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.ziD9VJb5: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")
}

.ziD9VJb5: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")
}

.ziD9VJb5[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")
}

.ziD9VJb5:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.ziD9VJb5:disabled~.pUqtxiL,
.ziD9VJb5[disabled]~.pUqtxiL {
    opacity: .5
}

.c6HUwpa {
    padding-left: 2.5em
}

.c6HUwpa .ziD9VJb5 {
    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 .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .c6HUwpa .ziD9VJb5 {
        transition: none
    }
}

.c6HUwpa .ziD9VJb5: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")
}

.c6HUwpa .ziD9VJb5: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")
}

.Du6tuzg {
    display: inline-block;
    margin-right: 1rem
}

.vSVnCIT3 {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.vSVnCIT3:disabled+.B9jUqbFKZIN,
.vSVnCIT3[disabled]+.B9jUqbFKZIN {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.f5RwIp {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.f5RwIp:focus {
    outline: 0
}

.f5RwIp:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.f5RwIp:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.f5RwIp::-moz-focus-outer {
    border: 0
}

.f5RwIp::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .f5RwIp::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.f5RwIp::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.f5RwIp::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.f5RwIp::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .f5RwIp::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.f5RwIp::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.f5RwIp::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.f5RwIp:disabled {
    pointer-events: none
}

.f5RwIp:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.f5RwIp:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.TAP5EoICiQ {
    position: relative
}

.TAP5EoICiQ>.HuEtiu,
.TAP5EoICiQ>.ysRL1eB {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

.TAP5EoICiQ>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .TAP5EoICiQ>label {
        transition: none
    }
}

.TAP5EoICiQ>.HuEtiu::-webkit-input-placeholder {
    color: transparent
}

.TAP5EoICiQ>.HuEtiu::-moz-placeholder {
    color: transparent
}

.TAP5EoICiQ>.HuEtiu::placeholder {
    color: transparent
}

.TAP5EoICiQ>.HuEtiu:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.TAP5EoICiQ>.HuEtiu:focus,
.TAP5EoICiQ>.HuEtiu:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.TAP5EoICiQ>.HuEtiu:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.TAP5EoICiQ>.ysRL1eB {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.TAP5EoICiQ>.HuEtiu:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.TAP5EoICiQ>.HuEtiu:focus~label,
.TAP5EoICiQ>.HuEtiu:not(:placeholder-shown)~label,
.TAP5EoICiQ>.ysRL1eB~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.TAP5EoICiQ>.HuEtiu:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.L8C4KIlU {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.L8C4KIlU>.HuEtiu,
.L8C4KIlU>.ysRL1eB {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.L8C4KIlU>.HuEtiu:focus,
.L8C4KIlU>.ysRL1eB:focus {
    z-index: 3
}

.L8C4KIlU .B9jUqbFKZIN {
    position: relative;
    z-index: 2
}

.L8C4KIlU .B9jUqbFKZIN:focus {
    z-index: 3
}

.APPSmDgdDTM {
    display: flex;
    align-items: center;
    padding: .375rem .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: .25rem
}

.bowAXbH6d>.B9jUqbFKZIN,
.bowAXbH6d>.HuEtiu,
.bowAXbH6d>.ysRL1eB,
.bowAXbH6d>.APPSmDgdDTM {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.g6g1v0Kx>.B9jUqbFKZIN,
.g6g1v0Kx>.HuEtiu,
.g6g1v0Kx>.ysRL1eB,
.g6g1v0Kx>.APPSmDgdDTM {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.bowAXbH6d>.ysRL1eB,
.g6g1v0Kx>.ysRL1eB {
    padding-right: 3rem
}

.L8C4KIlU:not(.fAetXAQyZf)>.F7LBLj:nth-last-child(n+3),
.L8C4KIlU:not(.fAetXAQyZf)>:not(:last-child):not(.F7LBLj):not(.EsBDjUOSSbI) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.L8C4KIlU.fAetXAQyZf>.F7LBLj:nth-last-child(n+4),
.L8C4KIlU.fAetXAQyZf>:nth-last-child(n+3):not(.F7LBLj):not(.EsBDjUOSSbI) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.L8C4KIlU>:not(:first-child):not(.EsBDjUOSSbI):not(.nTvclA5FWmp):not(.N35ql3J9Lt):not(.hO66e9q):not(.XNRRbSF1HCt) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.N35ql3J9Lt {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.nTvclA5FWmp {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem
}

.xvu8DREpwC~.N35ql3J9Lt,
.xvu8DREpwC~.nTvclA5FWmp,
.S163Wzgf :valid~.N35ql3J9Lt,
.S163Wzgf :valid~.nTvclA5FWmp {
    display: block
}

.HuEtiu.xvu8DREpwC,
.S163Wzgf .HuEtiu:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.HuEtiu.xvu8DREpwC:focus,
.S163Wzgf .HuEtiu:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.S163Wzgf textarea.HuEtiu:valid,
textarea.HuEtiu.xvu8DREpwC {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.ysRL1eB.xvu8DREpwC,
.S163Wzgf .ysRL1eB:valid {
    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 .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.ysRL1eB.xvu8DREpwC:focus,
.S163Wzgf .ysRL1eB:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.ziD9VJb5.xvu8DREpwC,
.S163Wzgf .ziD9VJb5:valid {
    border-color: #198754
}

.ziD9VJb5.xvu8DREpwC:checked,
.S163Wzgf .ziD9VJb5:valid:checked {
    background-color: #198754
}

.ziD9VJb5.xvu8DREpwC:focus,
.S163Wzgf .ziD9VJb5:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.ziD9VJb5.xvu8DREpwC~.pUqtxiL,
.S163Wzgf .ziD9VJb5:valid~.pUqtxiL {
    color: #198754
}

.Du6tuzg .ziD9VJb5~.N35ql3J9Lt {
    margin-left: .5em
}

.XNRRbSF1HCt {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.hO66e9q {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.l7Lots~.XNRRbSF1HCt,
.l7Lots~.hO66e9q,
.S163Wzgf :invalid~.XNRRbSF1HCt,
.S163Wzgf :invalid~.hO66e9q {
    display: block
}

.HuEtiu.l7Lots,
.S163Wzgf .HuEtiu:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.HuEtiu.l7Lots:focus,
.S163Wzgf .HuEtiu:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.S163Wzgf textarea.HuEtiu:invalid,
textarea.HuEtiu.l7Lots {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.ysRL1eB.l7Lots,
.S163Wzgf .ysRL1eB:invalid {
    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 .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.ysRL1eB.l7Lots:focus,
.S163Wzgf .ysRL1eB:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.ziD9VJb5.l7Lots,
.S163Wzgf .ziD9VJb5:invalid {
    border-color: #dc3545
}

.ziD9VJb5.l7Lots:checked,
.S163Wzgf .ziD9VJb5:invalid:checked {
    background-color: #dc3545
}

.ziD9VJb5.l7Lots:focus,
.S163Wzgf .ziD9VJb5:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.ziD9VJb5.l7Lots~.pUqtxiL,
.S163Wzgf .ziD9VJb5:invalid~.pUqtxiL {
    color: #dc3545
}

.Du6tuzg .ziD9VJb5~.XNRRbSF1HCt {
    margin-left: .5em
}

.B9jUqbFKZIN {
    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: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .B9jUqbFKZIN {
        transition: none
    }
}

.B9jUqbFKZIN:hover {
    color: #212529
}

.vSVnCIT3:focus+.B9jUqbFKZIN,
.B9jUqbFKZIN:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.B9jUqbFKZIN.ijftnJVMlE,
.B9jUqbFKZIN:disabled,
fieldset:disabled .B9jUqbFKZIN {
    pointer-events: none;
    opacity: .65
}

.EMDtCBD5 {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.EMDtCBD5:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.vSVnCIT3:focus+.EMDtCBD5,
.EMDtCBD5:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.vSVnCIT3:active+.EMDtCBD5,
.vSVnCIT3:checked+.EMDtCBD5,
.EMDtCBD5.rZUF8I,
.EMDtCBD5:active,
.lhU3dQG3s>.EMDtCBD5.F7LBLj {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.vSVnCIT3:active+.EMDtCBD5:focus,
.vSVnCIT3:checked+.EMDtCBD5:focus,
.EMDtCBD5.rZUF8I:focus,
.EMDtCBD5:active:focus,
.lhU3dQG3s>.EMDtCBD5.F7LBLj:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.EMDtCBD5.ijftnJVMlE,
.EMDtCBD5:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.ZnyfXK {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.ZnyfXK:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.vSVnCIT3:focus+.ZnyfXK,
.ZnyfXK:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.vSVnCIT3:active+.ZnyfXK,
.vSVnCIT3:checked+.ZnyfXK,
.ZnyfXK.rZUF8I,
.ZnyfXK:active,
.lhU3dQG3s>.ZnyfXK.F7LBLj {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.vSVnCIT3:active+.ZnyfXK:focus,
.vSVnCIT3:checked+.ZnyfXK:focus,
.ZnyfXK.rZUF8I:focus,
.ZnyfXK:active:focus,
.lhU3dQG3s>.ZnyfXK.F7LBLj:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.ZnyfXK.ijftnJVMlE,
.ZnyfXK:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.vRjsCJ6 {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.vRjsCJ6:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.vSVnCIT3:focus+.vRjsCJ6,
.vRjsCJ6:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.vSVnCIT3:active+.vRjsCJ6,
.vSVnCIT3:checked+.vRjsCJ6,
.vRjsCJ6.rZUF8I,
.vRjsCJ6:active,
.lhU3dQG3s>.vRjsCJ6.F7LBLj {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.vSVnCIT3:active+.vRjsCJ6:focus,
.vSVnCIT3:checked+.vRjsCJ6:focus,
.vRjsCJ6.rZUF8I:focus,
.vRjsCJ6:active:focus,
.lhU3dQG3s>.vRjsCJ6.F7LBLj:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.vRjsCJ6.ijftnJVMlE,
.vRjsCJ6:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.zYdpPZe {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.zYdpPZe:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.vSVnCIT3:focus+.zYdpPZe,
.zYdpPZe:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.vSVnCIT3:active+.zYdpPZe,
.vSVnCIT3:checked+.zYdpPZe,
.zYdpPZe.rZUF8I,
.zYdpPZe:active,
.lhU3dQG3s>.zYdpPZe.F7LBLj {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.vSVnCIT3:active+.zYdpPZe:focus,
.vSVnCIT3:checked+.zYdpPZe:focus,
.zYdpPZe.rZUF8I:focus,
.zYdpPZe:active:focus,
.lhU3dQG3s>.zYdpPZe.F7LBLj:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.zYdpPZe.ijftnJVMlE,
.zYdpPZe:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.VPGXcqbp {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.VPGXcqbp:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.vSVnCIT3:focus+.VPGXcqbp,
.VPGXcqbp:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.vSVnCIT3:active+.VPGXcqbp,
.vSVnCIT3:checked+.VPGXcqbp,
.VPGXcqbp.rZUF8I,
.VPGXcqbp:active,
.lhU3dQG3s>.VPGXcqbp.F7LBLj {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.vSVnCIT3:active+.VPGXcqbp:focus,
.vSVnCIT3:checked+.VPGXcqbp:focus,
.VPGXcqbp.rZUF8I:focus,
.VPGXcqbp:active:focus,
.lhU3dQG3s>.VPGXcqbp.F7LBLj:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.VPGXcqbp.ijftnJVMlE,
.VPGXcqbp:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.riscD7Py {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.riscD7Py:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.vSVnCIT3:focus+.riscD7Py,
.riscD7Py:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.vSVnCIT3:active+.riscD7Py,
.vSVnCIT3:checked+.riscD7Py,
.riscD7Py.rZUF8I,
.riscD7Py:active,
.lhU3dQG3s>.riscD7Py.F7LBLj {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.vSVnCIT3:active+.riscD7Py:focus,
.vSVnCIT3:checked+.riscD7Py:focus,
.riscD7Py.rZUF8I:focus,
.riscD7Py:active:focus,
.lhU3dQG3s>.riscD7Py.F7LBLj:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.riscD7Py.ijftnJVMlE,
.riscD7Py:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.Qsx1XULWr {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.Qsx1XULWr:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.vSVnCIT3:focus+.Qsx1XULWr,
.Qsx1XULWr:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.vSVnCIT3:active+.Qsx1XULWr,
.vSVnCIT3:checked+.Qsx1XULWr,
.Qsx1XULWr.rZUF8I,
.Qsx1XULWr:active,
.lhU3dQG3s>.Qsx1XULWr.F7LBLj {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.vSVnCIT3:active+.Qsx1XULWr:focus,
.vSVnCIT3:checked+.Qsx1XULWr:focus,
.Qsx1XULWr.rZUF8I:focus,
.Qsx1XULWr:active:focus,
.lhU3dQG3s>.Qsx1XULWr.F7LBLj:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.Qsx1XULWr.ijftnJVMlE,
.Qsx1XULWr:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.SwoOVZHYf {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.SwoOVZHYf:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.vSVnCIT3:focus+.SwoOVZHYf,
.SwoOVZHYf:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.vSVnCIT3:active+.SwoOVZHYf,
.vSVnCIT3:checked+.SwoOVZHYf,
.SwoOVZHYf.rZUF8I,
.SwoOVZHYf:active,
.lhU3dQG3s>.SwoOVZHYf.F7LBLj {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.vSVnCIT3:active+.SwoOVZHYf:focus,
.vSVnCIT3:checked+.SwoOVZHYf:focus,
.SwoOVZHYf.rZUF8I:focus,
.SwoOVZHYf:active:focus,
.lhU3dQG3s>.SwoOVZHYf.F7LBLj:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.SwoOVZHYf.ijftnJVMlE,
.SwoOVZHYf:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.eZHs7eq3 {
    color: #0d6efd;
    border-color: #0d6efd
}

.eZHs7eq3:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.vSVnCIT3:focus+.eZHs7eq3,
.eZHs7eq3:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.vSVnCIT3:active+.eZHs7eq3,
.vSVnCIT3:checked+.eZHs7eq3,
.eZHs7eq3.rZUF8I,
.eZHs7eq3.F7LBLj.lhU3dQG3s,
.eZHs7eq3:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.vSVnCIT3:active+.eZHs7eq3:focus,
.vSVnCIT3:checked+.eZHs7eq3:focus,
.eZHs7eq3.rZUF8I:focus,
.eZHs7eq3.F7LBLj.lhU3dQG3s:focus,
.eZHs7eq3:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.eZHs7eq3.ijftnJVMlE,
.eZHs7eq3:disabled {
    color: #0d6efd;
    background-color: transparent
}

.Nrdq0pZNYfo {
    color: #6c757d;
    border-color: #6c757d
}

.Nrdq0pZNYfo:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.vSVnCIT3:focus+.Nrdq0pZNYfo,
.Nrdq0pZNYfo:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.vSVnCIT3:active+.Nrdq0pZNYfo,
.vSVnCIT3:checked+.Nrdq0pZNYfo,
.Nrdq0pZNYfo.rZUF8I,
.Nrdq0pZNYfo.F7LBLj.lhU3dQG3s,
.Nrdq0pZNYfo:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.vSVnCIT3:active+.Nrdq0pZNYfo:focus,
.vSVnCIT3:checked+.Nrdq0pZNYfo:focus,
.Nrdq0pZNYfo.rZUF8I:focus,
.Nrdq0pZNYfo.F7LBLj.lhU3dQG3s:focus,
.Nrdq0pZNYfo:active:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.Nrdq0pZNYfo.ijftnJVMlE,
.Nrdq0pZNYfo:disabled {
    color: #6c757d;
    background-color: transparent
}

.yQ3annwY {
    color: #198754;
    border-color: #198754
}

.yQ3annwY:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.vSVnCIT3:focus+.yQ3annwY,
.yQ3annwY:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.vSVnCIT3:active+.yQ3annwY,
.vSVnCIT3:checked+.yQ3annwY,
.yQ3annwY.rZUF8I,
.yQ3annwY.F7LBLj.lhU3dQG3s,
.yQ3annwY:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.vSVnCIT3:active+.yQ3annwY:focus,
.vSVnCIT3:checked+.yQ3annwY:focus,
.yQ3annwY.rZUF8I:focus,
.yQ3annwY.F7LBLj.lhU3dQG3s:focus,
.yQ3annwY:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.yQ3annwY.ijftnJVMlE,
.yQ3annwY:disabled {
    color: #198754;
    background-color: transparent
}

.l0cAePT529 {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.l0cAePT529:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.vSVnCIT3:focus+.l0cAePT529,
.l0cAePT529:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.vSVnCIT3:active+.l0cAePT529,
.vSVnCIT3:checked+.l0cAePT529,
.l0cAePT529.rZUF8I,
.l0cAePT529.F7LBLj.lhU3dQG3s,
.l0cAePT529:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.vSVnCIT3:active+.l0cAePT529:focus,
.vSVnCIT3:checked+.l0cAePT529:focus,
.l0cAePT529.rZUF8I:focus,
.l0cAePT529.F7LBLj.lhU3dQG3s:focus,
.l0cAePT529:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.l0cAePT529.ijftnJVMlE,
.l0cAePT529:disabled {
    color: #0dcaf0;
    background-color: transparent
}

.KryCQOab0V9 {
    color: #ffc107;
    border-color: #ffc107
}

.KryCQOab0V9:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.vSVnCIT3:focus+.KryCQOab0V9,
.KryCQOab0V9:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.vSVnCIT3:active+.KryCQOab0V9,
.vSVnCIT3:checked+.KryCQOab0V9,
.KryCQOab0V9.rZUF8I,
.KryCQOab0V9.F7LBLj.lhU3dQG3s,
.KryCQOab0V9:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.vSVnCIT3:active+.KryCQOab0V9:focus,
.vSVnCIT3:checked+.KryCQOab0V9:focus,
.KryCQOab0V9.rZUF8I:focus,
.KryCQOab0V9.F7LBLj.lhU3dQG3s:focus,
.KryCQOab0V9:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.KryCQOab0V9.ijftnJVMlE,
.KryCQOab0V9:disabled {
    color: #ffc107;
    background-color: transparent
}

.NZoSP31UoDN {
    color: #dc3545;
    border-color: #dc3545
}

.NZoSP31UoDN:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.vSVnCIT3:focus+.NZoSP31UoDN,
.NZoSP31UoDN:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.vSVnCIT3:active+.NZoSP31UoDN,
.vSVnCIT3:checked+.NZoSP31UoDN,
.NZoSP31UoDN.rZUF8I,
.NZoSP31UoDN.F7LBLj.lhU3dQG3s,
.NZoSP31UoDN:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.vSVnCIT3:active+.NZoSP31UoDN:focus,
.vSVnCIT3:checked+.NZoSP31UoDN:focus,
.NZoSP31UoDN.rZUF8I:focus,
.NZoSP31UoDN.F7LBLj.lhU3dQG3s:focus,
.NZoSP31UoDN:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.NZoSP31UoDN.ijftnJVMlE,
.NZoSP31UoDN:disabled {
    color: #dc3545;
    background-color: transparent
}

.QalE9yCUBJh {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.QalE9yCUBJh:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.vSVnCIT3:focus+.QalE9yCUBJh,
.QalE9yCUBJh:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.vSVnCIT3:active+.QalE9yCUBJh,
.vSVnCIT3:checked+.QalE9yCUBJh,
.QalE9yCUBJh.rZUF8I,
.QalE9yCUBJh.F7LBLj.lhU3dQG3s,
.QalE9yCUBJh:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.vSVnCIT3:active+.QalE9yCUBJh:focus,
.vSVnCIT3:checked+.QalE9yCUBJh:focus,
.QalE9yCUBJh.rZUF8I:focus,
.QalE9yCUBJh.F7LBLj.lhU3dQG3s:focus,
.QalE9yCUBJh:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.QalE9yCUBJh.ijftnJVMlE,
.QalE9yCUBJh:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.w8o2ncLAIC {
    color: #212529;
    border-color: #212529
}

.w8o2ncLAIC:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.vSVnCIT3:focus+.w8o2ncLAIC,
.w8o2ncLAIC:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.vSVnCIT3:active+.w8o2ncLAIC,
.vSVnCIT3:checked+.w8o2ncLAIC,
.w8o2ncLAIC.rZUF8I,
.w8o2ncLAIC.F7LBLj.lhU3dQG3s,
.w8o2ncLAIC:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.vSVnCIT3:active+.w8o2ncLAIC:focus,
.vSVnCIT3:checked+.w8o2ncLAIC:focus,
.w8o2ncLAIC.rZUF8I:focus,
.w8o2ncLAIC.F7LBLj.lhU3dQG3s:focus,
.w8o2ncLAIC:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.w8o2ncLAIC.ijftnJVMlE,
.w8o2ncLAIC:disabled {
    color: #212529;
    background-color: transparent
}

.bBkNVXtC {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.bBkNVXtC:hover {
    color: #0a58ca
}

.bBkNVXtC.ijftnJVMlE,
.bBkNVXtC:disabled {
    color: #6c757d
}

.N5e8RYeCo>.B9jUqbFKZIN,
.DAJsGg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.nwgmBOg0itx>.B9jUqbFKZIN,
.LaObSk {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.k1c3Siw {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .k1c3Siw {
        transition: none
    }
}

.k1c3Siw:not(.lhU3dQG3s) {
    opacity: 0
}

.Ge7WNOUEjw:not(.lhU3dQG3s) {
    display: none
}

.c2in80g {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .c2in80g {
        transition: none
    }
}

.k2rQHW,
.baBB0OYf,
.MfxcN1e2k65,
.xw0Uvk7P {
    position: relative
}

.F7LBLj {
    white-space: nowrap
}

.F7LBLj::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.F7LBLj:empty::after {
    margin-left: 0
}

.EsBDjUOSSbI {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .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, .15);
    border-radius: .25rem
}

.EsBDjUOSSbI[data-bs-popper] {
    left: 0;
    margin-top: .125rem
}

.w9zW2Cw {
    --bs-position: start
}

.w9zW2Cw[data-bs-popper] {
    right: auto;
    left: 0
}

.tCFfGncpL {
    --bs-position: end
}

.tCFfGncpL[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .tRjEmGdi3a {
        --bs-position: start
    }

    .tRjEmGdi3a[data-bs-popper] {
        right: auto;
        left: 0
    }

    .WYHu0dO {
        --bs-position: end
    }

    .WYHu0dO[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .tPxV9NwY3I {
        --bs-position: start
    }

    .tPxV9NwY3I[data-bs-popper] {
        right: auto;
        left: 0
    }

    .nW0fOQ {
        --bs-position: end
    }

    .nW0fOQ[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .bUwFcRR9K8 {
        --bs-position: start
    }

    .bUwFcRR9K8[data-bs-popper] {
        right: auto;
        left: 0
    }

    .CcLNGtDC {
        --bs-position: end
    }

    .CcLNGtDC[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .bGVKKe {
        --bs-position: start
    }

    .bGVKKe[data-bs-popper] {
        right: auto;
        left: 0
    }

    .KJr1Da8qxeu {
        --bs-position: end
    }

    .KJr1Da8qxeu[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .phngctmPOU {
        --bs-position: start
    }

    .phngctmPOU[data-bs-popper] {
        right: auto;
        left: 0
    }

    .osBBvBxssgi {
        --bs-position: end
    }

    .osBBvBxssgi[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.xw0Uvk7P .EsBDjUOSSbI {
    top: auto;
    bottom: 100%
}

.xw0Uvk7P .EsBDjUOSSbI[data-bs-popper] {
    margin-top: 0;
    margin-bottom: .125rem
}

.xw0Uvk7P .F7LBLj::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.xw0Uvk7P .F7LBLj:empty::after {
    margin-left: 0
}

.baBB0OYf .EsBDjUOSSbI {
    top: 0;
    right: auto;
    left: 100%
}

.baBB0OYf .EsBDjUOSSbI[data-bs-popper] {
    margin-top: 0;
    margin-left: .125rem
}

.baBB0OYf .F7LBLj::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.baBB0OYf .F7LBLj:empty::after {
    margin-left: 0
}

.baBB0OYf .F7LBLj::after {
    vertical-align: 0
}

.MfxcN1e2k65 .EsBDjUOSSbI {
    top: 0;
    right: 100%;
    left: auto
}

.MfxcN1e2k65 .EsBDjUOSSbI[data-bs-popper] {
    margin-top: 0;
    margin-right: .125rem
}

.MfxcN1e2k65 .F7LBLj::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.MfxcN1e2k65 .F7LBLj::after {
    display: none
}

.MfxcN1e2k65 .F7LBLj::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.MfxcN1e2k65 .F7LBLj:empty::after {
    margin-left: 0
}

.MfxcN1e2k65 .F7LBLj::before {
    vertical-align: 0
}

.nX4k6V {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.SvkYVn5G {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.SvkYVn5G:focus,
.SvkYVn5G:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.SvkYVn5G.rZUF8I,
.SvkYVn5G:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.SvkYVn5G.ijftnJVMlE,
.SvkYVn5G:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.EsBDjUOSSbI.lhU3dQG3s {
    display: block
}

.elhuCEo9W {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.LCzwyYyYfQ {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.ZL9FKU5 {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.ZL9FKU5 .SvkYVn5G {
    color: #dee2e6
}

.ZL9FKU5 .SvkYVn5G:focus,
.ZL9FKU5 .SvkYVn5G:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.ZL9FKU5 .SvkYVn5G.rZUF8I,
.ZL9FKU5 .SvkYVn5G:active {
    color: #fff;
    background-color: #0d6efd
}

.ZL9FKU5 .SvkYVn5G.ijftnJVMlE,
.ZL9FKU5 .SvkYVn5G:disabled {
    color: #adb5bd
}

.ZL9FKU5 .nX4k6V {
    border-color: rgba(0, 0, 0, .15)
}

.ZL9FKU5 .LCzwyYyYfQ {
    color: #dee2e6
}

.ZL9FKU5 .elhuCEo9W {
    color: #adb5bd
}

.bSeo7Ghqe,
.Ku8MuTLRuX6 {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.Ku8MuTLRuX6>.B9jUqbFKZIN,
.bSeo7Ghqe>.B9jUqbFKZIN {
    position: relative;
    flex: 1 1 auto
}

.Ku8MuTLRuX6>.vSVnCIT3:checked+.B9jUqbFKZIN,
.Ku8MuTLRuX6>.vSVnCIT3:focus+.B9jUqbFKZIN,
.Ku8MuTLRuX6>.B9jUqbFKZIN.rZUF8I,
.Ku8MuTLRuX6>.B9jUqbFKZIN:active,
.Ku8MuTLRuX6>.B9jUqbFKZIN:focus,
.Ku8MuTLRuX6>.B9jUqbFKZIN:hover,
.bSeo7Ghqe>.vSVnCIT3:checked+.B9jUqbFKZIN,
.bSeo7Ghqe>.vSVnCIT3:focus+.B9jUqbFKZIN,
.bSeo7Ghqe>.B9jUqbFKZIN.rZUF8I,
.bSeo7Ghqe>.B9jUqbFKZIN:active,
.bSeo7Ghqe>.B9jUqbFKZIN:focus,
.bSeo7Ghqe>.B9jUqbFKZIN:hover {
    z-index: 1
}

.YvGzQ1npf {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.YvGzQ1npf .L8C4KIlU {
    width: auto
}

.bSeo7Ghqe>.bSeo7Ghqe:not(:first-child),
.bSeo7Ghqe>.B9jUqbFKZIN:not(:first-child) {
    margin-left: -1px
}

.bSeo7Ghqe>.bSeo7Ghqe:not(:last-child)>.B9jUqbFKZIN,
.bSeo7Ghqe>.B9jUqbFKZIN:not(:last-child):not(.F7LBLj) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bSeo7Ghqe>.bSeo7Ghqe:not(:first-child)>.B9jUqbFKZIN,
.bSeo7Ghqe>.B9jUqbFKZIN:nth-child(n+3),
.bSeo7Ghqe>:not(.vSVnCIT3)+.B9jUqbFKZIN {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pW5n3i8 {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.pW5n3i8::after,
.baBB0OYf .pW5n3i8::after,
.xw0Uvk7P .pW5n3i8::after {
    margin-left: 0
}

.MfxcN1e2k65 .pW5n3i8::before {
    margin-right: 0
}

.nwgmBOg0itx>.B9jUqbFKZIN+.pW5n3i8,
.LaObSk+.pW5n3i8 {
    padding-right: .375rem;
    padding-left: .375rem
}

.N5e8RYeCo>.B9jUqbFKZIN+.pW5n3i8,
.DAJsGg+.pW5n3i8 {
    padding-right: .75rem;
    padding-left: .75rem
}

.Ku8MuTLRuX6 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.Ku8MuTLRuX6>.B9jUqbFKZIN,
.Ku8MuTLRuX6>.bSeo7Ghqe {
    width: 100%
}

.Ku8MuTLRuX6>.bSeo7Ghqe:not(:first-child),
.Ku8MuTLRuX6>.B9jUqbFKZIN:not(:first-child) {
    margin-top: -1px
}

.Ku8MuTLRuX6>.bSeo7Ghqe:not(:last-child)>.B9jUqbFKZIN,
.Ku8MuTLRuX6>.B9jUqbFKZIN:not(:last-child):not(.F7LBLj) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.Ku8MuTLRuX6>.bSeo7Ghqe:not(:first-child)>.B9jUqbFKZIN,
.Ku8MuTLRuX6>.B9jUqbFKZIN~.B9jUqbFKZIN {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.xCAM4TFBaHM {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .xCAM4TFBaHM {
        transition: none
    }
}

.xCAM4TFBaHM.ijftnJVMlE {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.g5fRJA {
    border-bottom: 1px solid #dee2e6
}

.g5fRJA .xCAM4TFBaHM {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.g5fRJA .xCAM4TFBaHM:focus,
.g5fRJA .xCAM4TFBaHM:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.g5fRJA .xCAM4TFBaHM.ijftnJVMlE {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.g5fRJA .hh7ZMhKgA.lhU3dQG3s .xCAM4TFBaHM,
.g5fRJA .xCAM4TFBaHM.rZUF8I {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.g5fRJA .EsBDjUOSSbI {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ZxbZmVE1GFo .xCAM4TFBaHM {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.ZxbZmVE1GFo .xCAM4TFBaHM.rZUF8I,
.ZxbZmVE1GFo .lhU3dQG3s>.xCAM4TFBaHM {
    color: #fff;
    background-color: #0d6efd
}

.Lwm0OcYenVS .hh7ZMhKgA,
.Lwm0OcYenVS>.xCAM4TFBaHM {
    flex: 1 1 auto;
    text-align: center
}

.SVcXcEv6 .hh7ZMhKgA,
.SVcXcEv6>.xCAM4TFBaHM {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.ymhpffwxi>.qxQM67ZY {
    display: none
}

.ymhpffwxi>.rZUF8I {
    display: block
}

.FZKRhox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.FZKRhox>.l1L8Upw,
.FZKRhox>.mejASml01,
.FZKRhox>.D9Bocd,
.FZKRhox>.RhyCp3,
.FZKRhox>.dWk5phDq,
.FZKRhox>.TnjrL3PeM,
.FZKRhox>.FM54uvTo {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.X8dyOSe {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.zOdzKjgRc1 {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.zOdzKjgRc1 .xCAM4TFBaHM {
    padding-right: 0;
    padding-left: 0
}

.zOdzKjgRc1 .EsBDjUOSSbI {
    position: static
}

.WpAoLID {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.ljdvKfU {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.BX8js60F {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .BX8js60F {
        transition: none
    }
}

.BX8js60F:hover {
    text-decoration: none
}

.BX8js60F:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.lhjyoA {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.TB6hQqZXCx {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .KJV31OsEAe {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .KJV31OsEAe .zOdzKjgRc1 {
        flex-direction: row
    }

    .KJV31OsEAe .zOdzKjgRc1 .EsBDjUOSSbI {
        position: absolute
    }

    .KJV31OsEAe .zOdzKjgRc1 .xCAM4TFBaHM {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .KJV31OsEAe .TB6hQqZXCx {
        overflow: visible
    }

    .KJV31OsEAe .ljdvKfU {
        display: flex !important;
        flex-basis: auto
    }

    .KJV31OsEAe .BX8js60F {
        display: none
    }
}

@media (min-width:768px) {
    .rclLK3ph {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .rclLK3ph .zOdzKjgRc1 {
        flex-direction: row
    }

    .rclLK3ph .zOdzKjgRc1 .EsBDjUOSSbI {
        position: absolute
    }

    .rclLK3ph .zOdzKjgRc1 .xCAM4TFBaHM {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .rclLK3ph .TB6hQqZXCx {
        overflow: visible
    }

    .rclLK3ph .ljdvKfU {
        display: flex !important;
        flex-basis: auto
    }

    .rclLK3ph .BX8js60F {
        display: none
    }
}

@media (min-width:992px) {
    .S0aciLbzh4w {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .S0aciLbzh4w .zOdzKjgRc1 {
        flex-direction: row
    }

    .S0aciLbzh4w .zOdzKjgRc1 .EsBDjUOSSbI {
        position: absolute
    }

    .S0aciLbzh4w .zOdzKjgRc1 .xCAM4TFBaHM {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .S0aciLbzh4w .TB6hQqZXCx {
        overflow: visible
    }

    .S0aciLbzh4w .ljdvKfU {
        display: flex !important;
        flex-basis: auto
    }

    .S0aciLbzh4w .BX8js60F {
        display: none
    }
}

@media (min-width:1200px) {
    .nN7daYQ5Ejr {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .nN7daYQ5Ejr .zOdzKjgRc1 {
        flex-direction: row
    }

    .nN7daYQ5Ejr .zOdzKjgRc1 .EsBDjUOSSbI {
        position: absolute
    }

    .nN7daYQ5Ejr .zOdzKjgRc1 .xCAM4TFBaHM {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .nN7daYQ5Ejr .TB6hQqZXCx {
        overflow: visible
    }

    .nN7daYQ5Ejr .ljdvKfU {
        display: flex !important;
        flex-basis: auto
    }

    .nN7daYQ5Ejr .BX8js60F {
        display: none
    }
}

@media (min-width:1400px) {
    .NzH6tbZs {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .NzH6tbZs .zOdzKjgRc1 {
        flex-direction: row
    }

    .NzH6tbZs .zOdzKjgRc1 .EsBDjUOSSbI {
        position: absolute
    }

    .NzH6tbZs .zOdzKjgRc1 .xCAM4TFBaHM {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .NzH6tbZs .TB6hQqZXCx {
        overflow: visible
    }

    .NzH6tbZs .ljdvKfU {
        display: flex !important;
        flex-basis: auto
    }

    .NzH6tbZs .BX8js60F {
        display: none
    }
}

.obrYdAiGZ9 {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.obrYdAiGZ9 .zOdzKjgRc1 {
    flex-direction: row
}

.obrYdAiGZ9 .zOdzKjgRc1 .EsBDjUOSSbI {
    position: absolute
}

.obrYdAiGZ9 .zOdzKjgRc1 .xCAM4TFBaHM {
    padding-right: .5rem;
    padding-left: .5rem
}

.obrYdAiGZ9 .TB6hQqZXCx {
    overflow: visible
}

.obrYdAiGZ9 .ljdvKfU {
    display: flex !important;
    flex-basis: auto
}

.obrYdAiGZ9 .BX8js60F {
    display: none
}

.fevyYg .X8dyOSe {
    color: rgba(0, 0, 0, .9)
}

.fevyYg .X8dyOSe:focus,
.fevyYg .X8dyOSe:hover {
    color: rgba(0, 0, 0, .9)
}

.fevyYg .zOdzKjgRc1 .xCAM4TFBaHM {
    color: rgba(0, 0, 0, .55)
}

.fevyYg .zOdzKjgRc1 .xCAM4TFBaHM:focus,
.fevyYg .zOdzKjgRc1 .xCAM4TFBaHM:hover {
    color: rgba(0, 0, 0, .7)
}

.fevyYg .zOdzKjgRc1 .xCAM4TFBaHM.ijftnJVMlE {
    color: rgba(0, 0, 0, .3)
}

.fevyYg .zOdzKjgRc1 .xCAM4TFBaHM.rZUF8I,
.fevyYg .zOdzKjgRc1 .lhU3dQG3s>.xCAM4TFBaHM {
    color: rgba(0, 0, 0, .9)
}

.fevyYg .BX8js60F {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.fevyYg .lhjyoA {
    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")
}

.fevyYg .WpAoLID {
    color: rgba(0, 0, 0, .55)
}

.fevyYg .WpAoLID a,
.fevyYg .WpAoLID a:focus,
.fevyYg .WpAoLID a:hover {
    color: rgba(0, 0, 0, .9)
}

.bNitHD0LJ .X8dyOSe {
    color: #fff
}

.bNitHD0LJ .X8dyOSe:focus,
.bNitHD0LJ .X8dyOSe:hover {
    color: #fff
}

.bNitHD0LJ .zOdzKjgRc1 .xCAM4TFBaHM {
    color: rgba(255, 255, 255, .55)
}

.bNitHD0LJ .zOdzKjgRc1 .xCAM4TFBaHM:focus,
.bNitHD0LJ .zOdzKjgRc1 .xCAM4TFBaHM:hover {
    color: rgba(255, 255, 255, .75)
}

.bNitHD0LJ .zOdzKjgRc1 .xCAM4TFBaHM.ijftnJVMlE {
    color: rgba(255, 255, 255, .25)
}

.bNitHD0LJ .zOdzKjgRc1 .xCAM4TFBaHM.rZUF8I,
.bNitHD0LJ .zOdzKjgRc1 .lhU3dQG3s>.xCAM4TFBaHM {
    color: #fff
}

.bNitHD0LJ .BX8js60F {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.bNitHD0LJ .lhjyoA {
    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")
}

.bNitHD0LJ .WpAoLID {
    color: rgba(255, 255, 255, .55)
}

.bNitHD0LJ .WpAoLID a,
.bNitHD0LJ .WpAoLID a:focus,
.bNitHD0LJ .WpAoLID a:hover {
    color: #fff
}

.N8vBZQ {
    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, .125);
    border-radius: .25rem
}

.N8vBZQ>hr {
    margin-right: 0;
    margin-left: 0
}

.N8vBZQ>.bhFNOt2M {
    border-top: inherit;
    border-bottom: inherit
}

.N8vBZQ>.bhFNOt2M:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.N8vBZQ>.bhFNOt2M:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.N8vBZQ>.sby9JaH24+.bhFNOt2M,
.N8vBZQ>.bhFNOt2M+.YCMZSUYTwF {
    border-top: 0
}

.RqkGEANg3N {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.XOxBCm8y5lw {
    margin-bottom: .5rem
}

.JG1bef {
    margin-top: -.25rem;
    margin-bottom: 0
}

.OKngfZ:last-child {
    margin-bottom: 0
}

.aJvirPnv:hover {
    text-decoration: none
}

.aJvirPnv+.aJvirPnv {
    margin-left: 1rem
}

.sby9JaH24 {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.sby9JaH24:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.YCMZSUYTwF {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.YCMZSUYTwF:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.qeVxcIPc {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.HR666PMuOL5 {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.RNJGja {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.PPpZKLB9,
.miXtjKv,
.R8pSt0RG0 {
    width: 100%
}

.PPpZKLB9,
.R8pSt0RG0 {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.PPpZKLB9,
.miXtjKv {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.v7l8FrkV4p>.N8vBZQ {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .v7l8FrkV4p {
        display: flex;
        flex-flow: row wrap
    }

    .v7l8FrkV4p>.N8vBZQ {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .v7l8FrkV4p>.N8vBZQ+.N8vBZQ {
        margin-left: 0;
        border-left: 0
    }

    .v7l8FrkV4p>.N8vBZQ:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .v7l8FrkV4p>.N8vBZQ:not(:last-child) .sby9JaH24,
    .v7l8FrkV4p>.N8vBZQ:not(:last-child) .R8pSt0RG0 {
        border-top-right-radius: 0
    }

    .v7l8FrkV4p>.N8vBZQ:not(:last-child) .YCMZSUYTwF,
    .v7l8FrkV4p>.N8vBZQ:not(:last-child) .miXtjKv {
        border-bottom-right-radius: 0
    }

    .v7l8FrkV4p>.N8vBZQ:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .v7l8FrkV4p>.N8vBZQ:not(:first-child) .sby9JaH24,
    .v7l8FrkV4p>.N8vBZQ:not(:first-child) .R8pSt0RG0 {
        border-top-left-radius: 0
    }

    .v7l8FrkV4p>.N8vBZQ:not(:first-child) .YCMZSUYTwF,
    .v7l8FrkV4p>.N8vBZQ:not(:first-child) .miXtjKv {
        border-bottom-left-radius: 0
    }
}

.t0kIKY {
    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, .125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .t0kIKY {
        transition: none
    }
}

.t0kIKY.QtLu9u039b {
    border-bottom-width: 0
}

.t0kIKY:not(.QtLu9u039b) {
    color: #0c63e4;
    background-color: #e7f1ff
}

.t0kIKY:not(.QtLu9u039b)::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)
}

.t0kIKY::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 .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .t0kIKY::after {
        transition: none
    }
}

.t0kIKY:hover {
    z-index: 2
}

.t0kIKY:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.PkRbch {
    margin-bottom: 0
}

.YS1f58BeqHc:first-of-type .t0kIKY {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.YS1f58BeqHc:last-of-type .t0kIKY.QtLu9u039b {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.YS1f58BeqHc:last-of-type .xTsgV43p {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.xTsgV43p {
    border: solid rgba(0, 0, 0, .125);
    border-width: 0 1px
}

.IYfkzdDXHOv {
    padding: 1rem 1.25rem
}

.MsIMUXwJQv4 .t0kIKY {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.MsIMUXwJQv4 .xTsgV43p {
    border-width: 0
}

.MsIMUXwJQv4 .YS1f58BeqHc:first-of-type .t0kIKY {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.MsIMUXwJQv4 .YS1f58BeqHc:last-of-type .t0kIKY.QtLu9u039b {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.W0Xnme7u1D {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.htKmJanX+.htKmJanX {
    padding-left: .5rem
}

.htKmJanX+.htKmJanX::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.htKmJanX.rZUF8I {
    color: #6c757d
}

.Ti29tsXrh0A {
    display: flex;
    padding-left: 0;
    list-style: none
}

.T161dfh {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .T161dfh {
        transition: none
    }
}

.T161dfh:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.T161dfh:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.fqDNUHl4oPM:not(:first-child) .T161dfh {
    margin-left: -1px
}

.fqDNUHl4oPM.rZUF8I .T161dfh {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.fqDNUHl4oPM.ijftnJVMlE .T161dfh {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.T161dfh {
    padding: .375rem .75rem
}

.fqDNUHl4oPM:first-child .T161dfh {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.fqDNUHl4oPM:last-child .T161dfh {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.xW1QbEEy .T161dfh {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.xW1QbEEy .fqDNUHl4oPM:first-child .T161dfh {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.xW1QbEEy .fqDNUHl4oPM:last-child .T161dfh {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.BCp0dvKLLel .T161dfh {
    padding: .25rem .5rem;
    font-size: .875rem
}

.BCp0dvKLLel .fqDNUHl4oPM:first-child .T161dfh {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.BCp0dvKLLel .fqDNUHl4oPM:last-child .T161dfh {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.KnYx7WxW {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.KnYx7WxW:empty {
    display: none
}

.B9jUqbFKZIN .KnYx7WxW {
    position: relative;
    top: -1px
}

.zDsWCEK {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.hgOheufHU {
    color: inherit
}

.qSFraPxvbQb {
    font-weight: 700
}

.bBuOoKoE {
    padding-right: 3rem
}

.bBuOoKoE .bTnc09a {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.rECrPA {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

.rECrPA .qSFraPxvbQb {
    color: #06357a
}

.SiW9FR {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.SiW9FR .qSFraPxvbQb {
    color: #34383c
}

.V8M7JBof6yJ {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.V8M7JBof6yJ .qSFraPxvbQb {
    color: #0c4128
}

.jLoPjcE {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

.jLoPjcE .qSFraPxvbQb {
    color: #04414d
}

.J1gA4klQH {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

.J1gA4klQH .qSFraPxvbQb {
    color: #523e02
}

.l2xI9bRcbS {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.l2xI9bRcbS .qSFraPxvbQb {
    color: #6a1a21
}

.fOAUvW {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.fOAUvW .qSFraPxvbQb {
    color: #4f5050
}

.PphYK1TO {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

.PphYK1TO .qSFraPxvbQb {
    color: #101214
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.omrX3Uc {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.WPru8BGly {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .WPru8BGly {
        transition: none
    }
}

.O3gzFCWC {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.Gx4IWV9 {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .Gx4IWV9 {
        -webkit-animation: none;
        animation: none
    }
}

.bhFNOt2M {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.xruno7T {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.xruno7T:focus,
.xruno7T:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.xruno7T:active {
    color: #212529;
    background-color: #e9ecef
}

.dzrkAaFs6 {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.dzrkAaFs6:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.dzrkAaFs6:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.dzrkAaFs6.ijftnJVMlE,
.dzrkAaFs6:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.dzrkAaFs6.rZUF8I {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.dzrkAaFs6+.dzrkAaFs6 {
    border-top-width: 0
}

.dzrkAaFs6+.dzrkAaFs6.rZUF8I {
    margin-top: -1px;
    border-top-width: 1px
}

.RgUNrp8ZPf8 {
    flex-direction: row
}

.RgUNrp8ZPf8>.dzrkAaFs6:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.RgUNrp8ZPf8>.dzrkAaFs6:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.RgUNrp8ZPf8>.dzrkAaFs6.rZUF8I {
    margin-top: 0
}

.RgUNrp8ZPf8>.dzrkAaFs6+.dzrkAaFs6 {
    border-top-width: 1px;
    border-left-width: 0
}

.RgUNrp8ZPf8>.dzrkAaFs6+.dzrkAaFs6.rZUF8I {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .mf65sBh {
        flex-direction: row
    }

    .mf65sBh>.dzrkAaFs6:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .mf65sBh>.dzrkAaFs6:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .mf65sBh>.dzrkAaFs6.rZUF8I {
        margin-top: 0
    }

    .mf65sBh>.dzrkAaFs6+.dzrkAaFs6 {
        border-top-width: 1px;
        border-left-width: 0
    }

    .mf65sBh>.dzrkAaFs6+.dzrkAaFs6.rZUF8I {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .t08iHjuyf89 {
        flex-direction: row
    }

    .t08iHjuyf89>.dzrkAaFs6:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .t08iHjuyf89>.dzrkAaFs6:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .t08iHjuyf89>.dzrkAaFs6.rZUF8I {
        margin-top: 0
    }

    .t08iHjuyf89>.dzrkAaFs6+.dzrkAaFs6 {
        border-top-width: 1px;
        border-left-width: 0
    }

    .t08iHjuyf89>.dzrkAaFs6+.dzrkAaFs6.rZUF8I {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .uRUJom {
        flex-direction: row
    }

    .uRUJom>.dzrkAaFs6:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .uRUJom>.dzrkAaFs6:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .uRUJom>.dzrkAaFs6.rZUF8I {
        margin-top: 0
    }

    .uRUJom>.dzrkAaFs6+.dzrkAaFs6 {
        border-top-width: 1px;
        border-left-width: 0
    }

    .uRUJom>.dzrkAaFs6+.dzrkAaFs6.rZUF8I {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .lLrw7aBW {
        flex-direction: row
    }

    .lLrw7aBW>.dzrkAaFs6:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .lLrw7aBW>.dzrkAaFs6:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .lLrw7aBW>.dzrkAaFs6.rZUF8I {
        margin-top: 0
    }

    .lLrw7aBW>.dzrkAaFs6+.dzrkAaFs6 {
        border-top-width: 1px;
        border-left-width: 0
    }

    .lLrw7aBW>.dzrkAaFs6+.dzrkAaFs6.rZUF8I {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1400px) {
    .t2lRFo15yTn {
        flex-direction: row
    }

    .t2lRFo15yTn>.dzrkAaFs6:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .t2lRFo15yTn>.dzrkAaFs6:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .t2lRFo15yTn>.dzrkAaFs6.rZUF8I {
        margin-top: 0
    }

    .t2lRFo15yTn>.dzrkAaFs6+.dzrkAaFs6 {
        border-top-width: 1px;
        border-left-width: 0
    }

    .t2lRFo15yTn>.dzrkAaFs6+.dzrkAaFs6.rZUF8I {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.T5rxa6 {
    border-radius: 0
}

.T5rxa6>.dzrkAaFs6 {
    border-width: 0 0 1px
}

.T5rxa6>.dzrkAaFs6:last-child {
    border-bottom-width: 0
}

.b3tQtH3x {
    color: #084298;
    background-color: #cfe2ff
}

.b3tQtH3x.xruno7T:focus,
.b3tQtH3x.xruno7T:hover {
    color: #084298;
    background-color: #bacbe6
}

.b3tQtH3x.xruno7T.rZUF8I {
    color: #fff;
    background-color: #084298;
    border-color: #084298
}

.vqR1Vogj {
    color: #41464b;
    background-color: #e2e3e5
}

.vqR1Vogj.xruno7T:focus,
.vqR1Vogj.xruno7T:hover {
    color: #41464b;
    background-color: #cbccce
}

.vqR1Vogj.xruno7T.rZUF8I {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.DVCgQoA {
    color: #0f5132;
    background-color: #d1e7dd
}

.DVCgQoA.xruno7T:focus,
.DVCgQoA.xruno7T:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.DVCgQoA.xruno7T.rZUF8I {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.rlzd7hf8 {
    color: #055160;
    background-color: #cff4fc
}

.rlzd7hf8.xruno7T:focus,
.rlzd7hf8.xruno7T:hover {
    color: #055160;
    background-color: #badce3
}

.rlzd7hf8.xruno7T.rZUF8I {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.TjQf17DR {
    color: #664d03;
    background-color: #fff3cd
}

.TjQf17DR.xruno7T:focus,
.TjQf17DR.xruno7T:hover {
    color: #664d03;
    background-color: #e6dbb9
}

.TjQf17DR.xruno7T.rZUF8I {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.Fs6ZQOzjfR0 {
    color: #842029;
    background-color: #f8d7da
}

.Fs6ZQOzjfR0.xruno7T:focus,
.Fs6ZQOzjfR0.xruno7T:hover {
    color: #842029;
    background-color: #dfc2c4
}

.Fs6ZQOzjfR0.xruno7T.rZUF8I {
    color: #fff;
    background-color: #842029;
    border-color: #842029
}

.cb6J5pbX {
    color: #636464;
    background-color: #fefefe
}

.cb6J5pbX.xruno7T:focus,
.cb6J5pbX.xruno7T:hover {
    color: #636464;
    background-color: #e5e5e5
}

.cb6J5pbX.xruno7T.rZUF8I {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.SEVC5OL5 {
    color: #141619;
    background-color: #d3d3d4
}

.SEVC5OL5.xruno7T:focus,
.SEVC5OL5.xruno7T:hover {
    color: #141619;
    background-color: #bebebf
}

.SEVC5OL5.xruno7T.rZUF8I {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.bTnc09a {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .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: .25rem;
    opacity: .5
}

.bTnc09a:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.bTnc09a:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.bTnc09a.ijftnJVMlE,
.bTnc09a:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.Eff2J2vqZM {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.ne3hVJw3yt {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.ne3hVJw3yt:not(.Lx5VTJJ):not(.lhU3dQG3s) {
    opacity: 0
}

.ne3hVJw3yt.dB5x5lprYc {
    display: none
}

.DZ4M71W {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.DZ4M71W>:not(:last-child) {
    margin-bottom: .75rem
}

.SgCa7C7e49 {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.SgCa7C7e49 .bTnc09a {
    margin-right: -.375rem;
    margin-left: .75rem
}

.nsTKq8l {
    padding: .75rem;
    word-wrap: break-word
}

.MLbXwl30lm {
    overflow: hidden
}

.MLbXwl30lm .KrYJxua {
    overflow-x: hidden;
    overflow-y: auto
}

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

.hewwLVuIz {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.KrYJxua.k1c3Siw .hewwLVuIz {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .KrYJxua.k1c3Siw .hewwLVuIz {
        transition: none
    }
}

.KrYJxua.lhU3dQG3s .hewwLVuIz {
    transform: none
}

.KrYJxua.calOu1afq .hewwLVuIz {
    transform: scale(1.02)
}

.Et0OHfVJi {
    height: calc(100% - 1rem)
}

.Et0OHfVJi .cSC0cfOkNJS {
    max-height: 100%;
    overflow: hidden
}

.Et0OHfVJi .UnW0QGoI {
    overflow-y: auto
}

.b6COyPJtl4 {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.cSC0cfOkNJS {
    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, .2);
    border-radius: .3rem;
    outline: 0
}

.Zp5sitfZ {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.Zp5sitfZ.k1c3Siw {
    opacity: 0
}

.Zp5sitfZ.lhU3dQG3s {
    opacity: .5
}

.OzvKGi3LjA {
    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(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.OzvKGi3LjA .bTnc09a {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.Bjck9xRJImx {
    margin-bottom: 0;
    line-height: 1.5
}

.UnW0QGoI {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.P4y7z9FqaA {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.P4y7z9FqaA>* {
    margin: .25rem
}

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

@media (min-width:576px) {
    .hewwLVuIz {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .Et0OHfVJi {
        height: calc(100% - 3.5rem)
    }

    .b6COyPJtl4 {
        min-height: calc(100% - 3.5rem)
    }

    .jjmhiHpImU {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .NjI8sD,
    .TPqLuFxK {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .TPqLuFxK {
        max-width: 1140px
    }
}

.W71ddN9 {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.W71ddN9 .cSC0cfOkNJS {
    height: 100%;
    border: 0;
    border-radius: 0
}

.W71ddN9 .OzvKGi3LjA {
    border-radius: 0
}

.W71ddN9 .UnW0QGoI {
    overflow-y: auto
}

.W71ddN9 .P4y7z9FqaA {
    border-radius: 0
}

@media (max-width:575.98px) {
    .lM9fcXh {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .lM9fcXh .cSC0cfOkNJS {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .lM9fcXh .OzvKGi3LjA {
        border-radius: 0
    }

    .lM9fcXh .UnW0QGoI {
        overflow-y: auto
    }

    .lM9fcXh .P4y7z9FqaA {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .BGECcMIrWt {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .BGECcMIrWt .cSC0cfOkNJS {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .BGECcMIrWt .OzvKGi3LjA {
        border-radius: 0
    }

    .BGECcMIrWt .UnW0QGoI {
        overflow-y: auto
    }

    .BGECcMIrWt .P4y7z9FqaA {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .XKZD5aQ {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .XKZD5aQ .cSC0cfOkNJS {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .XKZD5aQ .OzvKGi3LjA {
        border-radius: 0
    }

    .XKZD5aQ .UnW0QGoI {
        overflow-y: auto
    }

    .XKZD5aQ .P4y7z9FqaA {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .cjHX2o3ToA {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .cjHX2o3ToA .cSC0cfOkNJS {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .cjHX2o3ToA .OzvKGi3LjA {
        border-radius: 0
    }

    .cjHX2o3ToA .UnW0QGoI {
        overflow-y: auto
    }

    .cjHX2o3ToA .P4y7z9FqaA {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .mJGcIGp {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .mJGcIGp .cSC0cfOkNJS {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .mJGcIGp .OzvKGi3LjA {
        border-radius: 0
    }

    .mJGcIGp .UnW0QGoI {
        overflow-y: auto
    }

    .mJGcIGp .P4y7z9FqaA {
        border-radius: 0
    }
}

.Ctsp9siW {
    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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.Ctsp9siW.lhU3dQG3s {
    opacity: .9
}

.Ctsp9siW .rx3TwWD {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.Ctsp9siW .rx3TwWD::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.cSJT3ha[data-popper-placement^=top],
.gOdK0L {
    padding: .4rem 0
}

.cSJT3ha[data-popper-placement^=top] .rx3TwWD,
.gOdK0L .rx3TwWD {
    bottom: 0
}

.cSJT3ha[data-popper-placement^=top] .rx3TwWD::before,
.gOdK0L .rx3TwWD::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.cSJT3ha[data-popper-placement^=right],
.byXFs3h31v1 {
    padding: 0 .4rem
}

.cSJT3ha[data-popper-placement^=right] .rx3TwWD,
.byXFs3h31v1 .rx3TwWD {
    left: 0;
    width: .4rem;
    height: .8rem
}

.cSJT3ha[data-popper-placement^=right] .rx3TwWD::before,
.byXFs3h31v1 .rx3TwWD::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.cSJT3ha[data-popper-placement^=bottom],
.JQaNJC {
    padding: .4rem 0
}

.cSJT3ha[data-popper-placement^=bottom] .rx3TwWD,
.JQaNJC .rx3TwWD {
    top: 0
}

.cSJT3ha[data-popper-placement^=bottom] .rx3TwWD::before,
.JQaNJC .rx3TwWD::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.cSJT3ha[data-popper-placement^=left],
.lbuWXy {
    padding: 0 .4rem
}

.cSJT3ha[data-popper-placement^=left] .rx3TwWD,
.lbuWXy .rx3TwWD {
    right: 0;
    width: .4rem;
    height: .8rem
}

.cSJT3ha[data-popper-placement^=left] .rx3TwWD::before,
.lbuWXy .rx3TwWD::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.PvMdDEJH {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.rW4Exfs7p6 {
    position: absolute;
    top: 0;
    left: 0;
    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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.rW4Exfs7p6 .fF2Yq2J {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.rW4Exfs7p6 .fF2Yq2J::after,
.rW4Exfs7p6 .fF2Yq2J::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.u1yxpo3[data-popper-placement^=top]>.fF2Yq2J,
.FAPH6adjF>.fF2Yq2J {
    bottom: calc(-.5rem - 1px)
}

.u1yxpo3[data-popper-placement^=top]>.fF2Yq2J::before,
.FAPH6adjF>.fF2Yq2J::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.u1yxpo3[data-popper-placement^=top]>.fF2Yq2J::after,
.FAPH6adjF>.fF2Yq2J::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.u1yxpo3[data-popper-placement^=right]>.fF2Yq2J,
.QKx8yv>.fF2Yq2J {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.u1yxpo3[data-popper-placement^=right]>.fF2Yq2J::before,
.QKx8yv>.fF2Yq2J::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.u1yxpo3[data-popper-placement^=right]>.fF2Yq2J::after,
.QKx8yv>.fF2Yq2J::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.u1yxpo3[data-popper-placement^=bottom]>.fF2Yq2J,
.j6zcCwEqk0>.fF2Yq2J {
    top: calc(-.5rem - 1px)
}

.u1yxpo3[data-popper-placement^=bottom]>.fF2Yq2J::before,
.j6zcCwEqk0>.fF2Yq2J::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.u1yxpo3[data-popper-placement^=bottom]>.fF2Yq2J::after,
.j6zcCwEqk0>.fF2Yq2J::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.u1yxpo3[data-popper-placement^=bottom] .aDfEGVmc3::before,
.j6zcCwEqk0 .aDfEGVmc3::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.u1yxpo3[data-popper-placement^=left]>.fF2Yq2J,
.yfI8n06u>.fF2Yq2J {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.u1yxpo3[data-popper-placement^=left]>.fF2Yq2J::before,
.yfI8n06u>.fF2Yq2J::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.u1yxpo3[data-popper-placement^=left]>.fF2Yq2J::after,
.yfI8n06u>.fF2Yq2J::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.aDfEGVmc3 {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.aDfEGVmc3:empty {
    display: none
}

.pKzb0bG {
    padding: 1rem 1rem;
    color: #212529
}

.gvQTsRuDj {
    position: relative
}

.gvQTsRuDj.ATdfU8CCbe1 {
    touch-action: pan-y
}

.gE3whofY {
    position: relative;
    width: 100%;
    overflow: hidden
}

.gE3whofY::after {
    display: block;
    clear: both;
    content: ""
}

.p3lXP7qNJS {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .p3lXP7qNJS {
        transition: none
    }
}

.k8I4mKel,
.n3o8lR044Bx,
.p3lXP7qNJS.rZUF8I {
    display: block
}

.rZUF8I.rgNnGE,
.k8I4mKel:not(.K3bYUjiKJM) {
    transform: translateX(100%)
}

.rZUF8I.K3bYUjiKJM,
.n3o8lR044Bx:not(.rgNnGE) {
    transform: translateX(-100%)
}

.eVt6TeUJlPA .p3lXP7qNJS {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.eVt6TeUJlPA .k8I4mKel.K3bYUjiKJM,
.eVt6TeUJlPA .n3o8lR044Bx.rgNnGE,
.eVt6TeUJlPA .p3lXP7qNJS.rZUF8I {
    z-index: 1;
    opacity: 1
}

.eVt6TeUJlPA .rZUF8I.rgNnGE,
.eVt6TeUJlPA .rZUF8I.K3bYUjiKJM {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .eVt6TeUJlPA .rZUF8I.rgNnGE,
    .eVt6TeUJlPA .rZUF8I.K3bYUjiKJM {
        transition: none
    }
}

.OPSex0,
.DAvTqF2d {
    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: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .OPSex0,
    .DAvTqF2d {
        transition: none
    }
}

.OPSex0:focus,
.OPSex0:hover,
.DAvTqF2d:focus,
.DAvTqF2d:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.DAvTqF2d {
    left: 0
}

.OPSex0 {
    right: 0
}

.CN2mE17vBDy,
.iJRDmfgnjTP {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.iJRDmfgnjTP {
    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")
}

.CN2mE17vBDy {
    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")
}

.Sj0aKCtgJR {
    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
}

.Sj0aKCtgJR [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: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .Sj0aKCtgJR [data-bs-target] {
        transition: none
    }
}

.Sj0aKCtgJR .rZUF8I {
    opacity: 1
}

.xq9iCuf {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.vSkEm2d .CN2mE17vBDy,
.vSkEm2d .iJRDmfgnjTP {
    filter: invert(1) grayscale(100)
}

.vSkEm2d .Sj0aKCtgJR [data-bs-target] {
    background-color: #000
}

.vSkEm2d .xq9iCuf {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.lB7eOWn4uY {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.jizQ6ClZr {
    width: 1rem;
    height: 1rem;
    border-width: .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
    }
}

.U6qzEW {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.TbThBvqYA7S {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .lB7eOWn4uY,
    .U6qzEW {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.xFAgac::after {
    display: block;
    clear: both;
    content: ""
}

.gcmCZS {
    color: #0d6efd
}

.gcmCZS:focus,
.gcmCZS:hover {
    color: #0a58ca
}

.zJ3OkYs9zwx {
    color: #6c757d
}

.zJ3OkYs9zwx:focus,
.zJ3OkYs9zwx:hover {
    color: #565e64
}

.gVJ0mcbcg {
    color: #198754
}

.gVJ0mcbcg:focus,
.gVJ0mcbcg:hover {
    color: #146c43
}

.HAR3LwHe05 {
    color: #0dcaf0
}

.HAR3LwHe05:focus,
.HAR3LwHe05:hover {
    color: #3dd5f3
}

.bvWLgt9w7Z5 {
    color: #ffc107
}

.bvWLgt9w7Z5:focus,
.bvWLgt9w7Z5:hover {
    color: #ffcd39
}

.gKXVnascN {
    color: #dc3545
}

.gKXVnascN:focus,
.gKXVnascN:hover {
    color: #b02a37
}

.YElzt11 {
    color: #f8f9fa
}

.YElzt11:focus,
.YElzt11:hover {
    color: #f9fafb
}

.iSnAwoF {
    color: #212529
}

.iSnAwoF:focus,
.iSnAwoF:hover {
    color: #1a1e21
}

.rRMHuFAxS {
    position: relative;
    width: 100%
}

.rRMHuFAxS::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.rRMHuFAxS>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qubr0T0pd {
    --bs-aspect-ratio: 100%
}

.nHQgo6 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.JrQbtH {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.WebweohYD6B {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.mhp5nsv {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.d7jt451nt {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.f0Wa73cfdi {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .kC0VUpm9 {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .XHMkBepb {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .NDhAfP {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .YkZOHNGw81b {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .cyv7KVWzp {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.iaIdJ0,
.S3uc2uFcsbE: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
}

.H1KtHx0TLcu::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.wvP7sYl14y8 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.zg3hyN0 {
    vertical-align: baseline !important
}

.ocXPRSh {
    vertical-align: top !important
}

.DGakCJ {
    vertical-align: middle !important
}

.PXb3LNq {
    vertical-align: bottom !important
}

.chtnC5 {
    vertical-align: text-bottom !important
}

.o9duAk {
    vertical-align: text-top !important
}

.zeAaV9OK6e {
    float: left !important
}

.wN8uqLjXcNx {
    float: right !important
}

.TwX1sJ {
    float: none !important
}

.G8tF6VtbkLm {
    overflow: auto !important
}

.R0UQbydz {
    overflow: hidden !important
}

.yfNVRyp6 {
    overflow: visible !important
}

.umnwa53Rt {
    overflow: scroll !important
}

.ExPKA6Ygv1 {
    display: inline !important
}

.JIbP6eXQsKt {
    display: inline-block !important
}

.FSaBEffb1zQ {
    display: block !important
}

.lCiCFUBUzf {
    display: grid !important
}

.sNS5jMpQ9 {
    display: table !important
}

.I3dO1hbv {
    display: table-row !important
}

.ReijDwGW5 {
    display: table-cell !important
}

.SgP4TAk {
    display: flex !important
}

.mRA4s18L {
    display: inline-flex !important
}

.oJPhtZ {
    display: none !important
}

.nYbM2Cg {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.hDobYDcRGY {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.L9WjAIo8A {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.vZwNlbgnP {
    box-shadow: none !important
}

.fX4tN3ag {
    position: static !important
}

.HfTfLvbZC0 {
    position: relative !important
}

.I8FW7CImQal {
    position: absolute !important
}

.xDmcAbd {
    position: fixed !important
}

.Ky4lzbjTml {
    position: -webkit-sticky !important;
    position: sticky !important
}

.XteLFJht {
    top: 0 !important
}

.vVqfeeF {
    top: 50% !important
}

.QlCymRKiv65 {
    top: 100% !important
}

.VgBvPP3pWqi {
    bottom: 0 !important
}

.V0Cx1E {
    bottom: 50% !important
}

.JjReXy9 {
    bottom: 100% !important
}

.Wa5pdQmaC {
    left: 0 !important
}

.JU6XGjgIyp {
    left: 50% !important
}

.meocQz {
    left: 100% !important
}

.Qwnkr1xf {
    right: 0 !important
}

.bybNw8G {
    right: 50% !important
}

.xvBhXrX5 {
    right: 100% !important
}

.Fi13vHd {
    transform: translate(-50%, -50%) !important
}

.Ki83KxI93yS {
    transform: translateX(-50%) !important
}

.pkgLiJy {
    transform: translateY(-50%) !important
}

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

.RAavsbC2Pg9 {
    border: 0 !important
}

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

.SsHNSjYEdH {
    border-top: 0 !important
}

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

.S2epwPn50NI {
    border-right: 0 !important
}

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

.Pkx7MzcCtyj {
    border-bottom: 0 !important
}

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

.KCyB7z1fkVH {
    border-left: 0 !important
}

.JbmMGNc {
    border-color: #0d6efd !important
}

.ZZD1aUOqB {
    border-color: #6c757d !important
}

.loSAcUR {
    border-color: #198754 !important
}

.NE7rul3 {
    border-color: #0dcaf0 !important
}

.aNFUNoeZ {
    border-color: #ffc107 !important
}

.g2zDsa9Lwj {
    border-color: #dc3545 !important
}

.gU6aaM {
    border-color: #f8f9fa !important
}

.qbQoh2uLA {
    border-color: #212529 !important
}

.pfgqdAu {
    border-color: #fff !important
}

.RAavsbC2Pg9 {
    border-width: 0 !important
}

.yt95pPMwv {
    border-width: 1px !important
}

.IaU3zZ {
    border-width: 2px !important
}

.hvrhnagrIF {
    border-width: 3px !important
}

.J672W2Yqhg {
    border-width: 4px !important
}

.qvcxAi {
    border-width: 5px !important
}

.PvyX7d {
    width: 25% !important
}

.FW62ENt {
    width: 50% !important
}

.GFat1y93 {
    width: 75% !important
}

.wMYNXN {
    width: 100% !important
}

.zZAJkFd {
    width: auto !important
}

.vrOW7QY7 {
    max-width: 100% !important
}

.hHtyuZPN6 {
    width: 100vw !important
}

.YOYQnr2PoL {
    min-width: 100vw !important
}

.RlrNYMU {
    height: 25% !important
}

.iNtyyy {
    height: 50% !important
}

.b5fmeDhOiEL {
    height: 75% !important
}

.v8aVKLV {
    height: 100% !important
}

.Yh0uOQFgBNS {
    height: auto !important
}

.bGh4NwKi92 {
    max-height: 100% !important
}

.PhfpJgVdK {
    height: 100vh !important
}

.TBsJOc2W {
    min-height: 100vh !important
}

.GrXzGkPgAm {
    flex: 1 1 auto !important
}

.obuSac {
    flex-direction: row !important
}

.pcxFSZ0KXa {
    flex-direction: column !important
}

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

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

.cmBmly {
    flex-grow: 0 !important
}

.akrbF7R0j {
    flex-grow: 1 !important
}

.mbVLWMlNVdw {
    flex-shrink: 0 !important
}

.sjumnEC {
    flex-shrink: 1 !important
}

.MYL0Xut {
    flex-wrap: wrap !important
}

.udqcepT1 {
    flex-wrap: nowrap !important
}

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

.AhobBc {
    gap: 0 !important
}

.GT8dfj7JT {
    gap: .25rem !important
}

.VrO8j3WNB52 {
    gap: .5rem !important
}

.w7a0Pm {
    gap: 1rem !important
}

.vfjY0Wu {
    gap: 1.5rem !important
}

.XW585V {
    gap: 3rem !important
}

.p4CPkY {
    justify-content: flex-start !important
}

.CLqlch8LZOs {
    justify-content: flex-end !important
}

.olA02Bp1A {
    justify-content: center !important
}

.tAkcd4w {
    justify-content: space-between !important
}

.MZlHl4cDh7b {
    justify-content: space-around !important
}

.k6u40Dd {
    justify-content: space-evenly !important
}

.XxvPttZkg {
    align-items: flex-start !important
}

.tSx5gYpq5Z {
    align-items: flex-end !important
}

.Y2BCgrNIWQ {
    align-items: center !important
}

.grostzTMWo {
    align-items: baseline !important
}

.G0yXCT {
    align-items: stretch !important
}

.ErWG88 {
    align-content: flex-start !important
}

.FtQwICm {
    align-content: flex-end !important
}

.znTaY0Mxo {
    align-content: center !important
}

.vGNyYf {
    align-content: space-between !important
}

.l78VScIxqP {
    align-content: space-around !important
}

.rSrxq9Ar {
    align-content: stretch !important
}

.xh6HIFapLd {
    align-self: auto !important
}

.VQcNJcG {
    align-self: flex-start !important
}

.N4s4tBdL {
    align-self: flex-end !important
}

.laRtdB {
    align-self: center !important
}

.OE9UOghV7c {
    align-self: baseline !important
}

.f02qHJ8V2 {
    align-self: stretch !important
}

.vrIZ4XNH5dL {
    order: -1 !important
}

.DAhid2rrep {
    order: 0 !important
}

.E8rft28Am3 {
    order: 1 !important
}

.fk31oWeVwW {
    order: 2 !important
}

.Nl2NzJ {
    order: 3 !important
}

.OscO0i2p {
    order: 4 !important
}

.jSFoYf8Y {
    order: 5 !important
}

.d5YPM4B {
    order: 6 !important
}

.WQWVWkLB9 {
    margin: 0 !important
}

.SehCuRHRk {
    margin: .25rem !important
}

.eC9Ph6 {
    margin: .5rem !important
}

.As63ERo {
    margin: 1rem !important
}

.ck9y6CFNF6 {
    margin: 1.5rem !important
}

.tTnoYBuZ {
    margin: 3rem !important
}

.TLmTc9 {
    margin: auto !important
}

.jS37c0e {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.IHcdaWfiTg {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.RPouQz {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.rmQExbo {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.WqluER {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.h1hAcc70TKL {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.illPag6 {
    margin-right: auto !important;
    margin-left: auto !important
}

.YT8ehd1p3R {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.eJ1kdZv {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.aqv24KH {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.PlBdoMx2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.mTRI5MSimXR {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.i6bCwOeMr {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.kAvbIb {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.MdjqkpevKkR {
    margin-top: 0 !important
}

.MCOxiH {
    margin-top: .25rem !important
}

.ugHiOtS {
    margin-top: .5rem !important
}

.HC99lQLZg {
    margin-top: 1rem !important
}

.iec7hjy55X {
    margin-top: 1.5rem !important
}

.go8c3fctV {
    margin-top: 3rem !important
}

.WqJucK8IB {
    margin-top: auto !important
}

.Szkz0Wfh {
    margin-right: 0 !important
}

.X1cbXUUDZ {
    margin-right: .25rem !important
}

.g1Km93 {
    margin-right: .5rem !important
}

.mn0Xmt0jqll {
    margin-right: 1rem !important
}

.ahWiH6 {
    margin-right: 1.5rem !important
}

.qCtxoB {
    margin-right: 3rem !important
}

.IVMDUB {
    margin-right: auto !important
}

.HNRbDRsOCQy {
    margin-bottom: 0 !important
}

.I5qnHeDx {
    margin-bottom: .25rem !important
}

.bbpucVX {
    margin-bottom: .5rem !important
}

.HfbyeEl {
    margin-bottom: 1rem !important
}

.k8rhAHQ {
    margin-bottom: 1.5rem !important
}

.UKSpfuN3572 {
    margin-bottom: 3rem !important
}

.nFG7GsS0PP {
    margin-bottom: auto !important
}

.nBakshnlkUX {
    margin-left: 0 !important
}

.CQoAPbi7U {
    margin-left: .25rem !important
}

.y6PtYTGB {
    margin-left: .5rem !important
}

.hYTqlUZNgN {
    margin-left: 1rem !important
}

.Uw5hLw1Xdo {
    margin-left: 1.5rem !important
}

.Y2JlNDW {
    margin-left: 3rem !important
}

.hq4KdYhY {
    margin-left: auto !important
}

.v7x0uaMo6zn {
    padding: 0 !important
}

.LREqJqgnV {
    padding: .25rem !important
}

.xmwH79GC {
    padding: .5rem !important
}

.kVzqh7gPFQ {
    padding: 1rem !important
}

.DGpWchy2gD {
    padding: 1.5rem !important
}

.RiEnGrJaTW {
    padding: 3rem !important
}

.ExQS0q54c7 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.PBun20LOvF {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.sDGehWRH {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.HoHQl6 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.eZC0jUViX {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.K5BMrZP {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.BYqLXD {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.cbuz4FAK {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.MEB9J7 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.b1Z6jt4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.UxRXen {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.wl3ogiYR7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.Al8mPZ2dB {
    padding-top: 0 !important
}

.kBVcaS {
    padding-top: .25rem !important
}

.hmxrLLW {
    padding-top: .5rem !important
}

.vb1jYGrH {
    padding-top: 1rem !important
}

.E0dHC89E {
    padding-top: 1.5rem !important
}

.tWd4LQ {
    padding-top: 3rem !important
}

.cZdxNCce3v {
    padding-right: 0 !important
}

.IGa7TqY {
    padding-right: .25rem !important
}

.WqoaI1qkhLh {
    padding-right: .5rem !important
}

.Vpi3FeLE6 {
    padding-right: 1rem !important
}

.zhGAGaN {
    padding-right: 1.5rem !important
}

.ZhzxVpxVQi {
    padding-right: 3rem !important
}

.uRNndceq {
    padding-bottom: 0 !important
}

.eVIgm7pb1y {
    padding-bottom: .25rem !important
}

.sR67Jj2S {
    padding-bottom: .5rem !important
}

.eTyndV24A {
    padding-bottom: 1rem !important
}

.bRLlAT {
    padding-bottom: 1.5rem !important
}

.uFSzENUhm3G {
    padding-bottom: 3rem !important
}

.lzgaXiW {
    padding-left: 0 !important
}

.LOzmy2xg {
    padding-left: .25rem !important
}

.nw21Hg {
    padding-left: .5rem !important
}

.bkhqspjTcVD {
    padding-left: 1rem !important
}

.bPOtI8cRcyQ {
    padding-left: 1.5rem !important
}

.qYWCwvEkG {
    padding-left: 3rem !important
}

.VacUJHf0np {
    font-size: calc(1.375rem + 1.5vw) !important
}

.N8o4koXA {
    font-size: calc(1.325rem + .9vw) !important
}

.G6m6g3rRuy {
    font-size: calc(1.3rem + .6vw) !important
}

.jNwHwg1 {
    font-size: calc(1.275rem + .3vw) !important
}

.c6jCj1P {
    font-size: 1.25rem !important
}

.qQl8A1ga9dk {
    font-size: 1rem !important
}

.NjaqIkhUnm {
    font-style: italic !important
}

.JOcMcT {
    font-style: normal !important
}

.CRqVlp9NbO1 {
    font-weight: 300 !important
}

.SSlkxNxw {
    font-weight: lighter !important
}

.VaKtP5Q {
    font-weight: 400 !important
}

.KxdWfZwn {
    font-weight: 700 !important
}

.eTk92wYi {
    font-weight: bolder !important
}

.xqyAwZVyH {
    text-transform: lowercase !important
}

.pTpeEPRiB0 {
    text-transform: uppercase !important
}

.TF7UkuB0Mh {
    text-transform: capitalize !important
}

.CdFHV8JN {
    text-align: left !important
}

.AroZ5hXjpE5 {
    text-align: right !important
}

.RbJgEc {
    text-align: center !important
}

.zKrYXRztjGL {
    color: #0d6efd !important
}

.zTq5QHeC {
    color: #6c757d !important
}

.iAS7kOkVP {
    color: #198754 !important
}

.yNQ0uqT {
    color: #0dcaf0 !important
}

.aXHamn5l {
    color: #ffc107 !important
}

.Jjn7ODlS {
    color: #dc3545 !important
}

.TutZOrkTrdG {
    color: #f8f9fa !important
}

.TR3Sy3E {
    color: #212529 !important
}

.rVXNkzaCFqd {
    color: #fff !important
}

.UTdVR2t {
    color: #212529 !important
}

.KH5kNVe {
    color: #6c757d !important
}

.wvsaUBDjXma {
    color: rgba(0, 0, 0, .5) !important
}

.Fnwth79K0mS {
    color: rgba(255, 255, 255, .5) !important
}

.hFKriFVY {
    color: inherit !important
}

.br7DGbP4Tj {
    line-height: 1 !important
}

.V9AIHbdfW {
    line-height: 1.25 !important
}

.jEq4xxbse {
    line-height: 1.5 !important
}

.OPIMijIZ9 {
    line-height: 2 !important
}

.DghUsvJgw {
    background-color: #0d6efd !important
}

.uUSRJzqI5Xa {
    background-color: #6c757d !important
}

.X0qqpWYt {
    background-color: #198754 !important
}

.rqyu1gm {
    background-color: #0dcaf0 !important
}

.ezUePYMJX5 {
    background-color: #ffc107 !important
}

.cNWKwE3n {
    background-color: #dc3545 !important
}

.FB6H5YjjhOX {
    background-color: #f8f9fa !important
}

.RsRc6F {
    background-color: #212529 !important
}

.i1zTRhzh0LX {
    background-color: #fff !important
}

.wzy3ofx {
    background-color: #fff !important
}

.n7ZfTiqfjf {
    background-color: transparent !important
}

.lHUZFWoz {
    background-image: var(--bs-gradient) !important
}

.q33qKu {
    white-space: normal !important
}

.giJqqAJi {
    white-space: nowrap !important
}

.lCX6aLIK {
    text-decoration: none !important
}

.y7Wp0GAp {
    text-decoration: underline !important
}

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

.dbxiDg8eQq {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.g9IQfd {
    font-family: var(--bs-font-monospace) !important
}

.SITz2QXGWki {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.FSlgn3gm {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.eoRz218PC8 {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.OZBUGkBLt8 {
    pointer-events: none !important
}

.DjNQO1 {
    pointer-events: auto !important
}

.e1XrDhN {
    border-radius: .25rem !important
}

.I25ypet {
    border-radius: 0 !important
}

.AVv3DjTMP {
    border-radius: .2rem !important
}

.pmWRGp {
    border-radius: .25rem !important
}

.cmJ780NldN3 {
    border-radius: .3rem !important
}

.Jle4aHfh {
    border-radius: 50% !important
}

.KMr4oXNx {
    border-radius: 50rem !important
}

.YF5guwFgCUz {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.KMxFtw {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.YGMYkX9ZM {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.dSnstD {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.OTdoqf {
    visibility: visible !important
}

.urU4hSaQ {
    visibility: hidden !important
}

@media (min-width:576px) {
    .dtuldmHMl0k {
        float: left !important
    }

    .QXyiVkFo69 {
        float: right !important
    }

    .GKqGxxbI8 {
        float: none !important
    }

    .siCwIMOV {
        display: inline !important
    }

    .rAIy4NGI {
        display: inline-block !important
    }

    .Lci8xJR {
        display: block !important
    }

    .dozgtJqq1LN {
        display: grid !important
    }

    .zd17fn {
        display: table !important
    }

    .YQ6hgaet {
        display: table-row !important
    }

    .UhMBQXf {
        display: table-cell !important
    }

    .KQmlh5 {
        display: flex !important
    }

    .a76T0RP8qwM {
        display: inline-flex !important
    }

    .lbfqOHnR4 {
        display: none !important
    }

    .VlHoEpXmecl {
        flex: 1 1 auto !important
    }

    .uwlnvezrC {
        flex-direction: row !important
    }

    .acH8AagIMa1 {
        flex-direction: column !important
    }

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

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

    .eHRzNLtn {
        flex-grow: 0 !important
    }

    .q8IEYcad {
        flex-grow: 1 !important
    }

    .G0NTG5Txn {
        flex-shrink: 0 !important
    }

    .iZrzjGbdlq {
        flex-shrink: 1 !important
    }

    .jb5pvgJJgqb {
        flex-wrap: wrap !important
    }

    .e4Jigo4Nd {
        flex-wrap: nowrap !important
    }

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

    .Zr2tbUte {
        gap: 0 !important
    }

    .shUbwBtWq {
        gap: .25rem !important
    }

    .kx2Z4G1in {
        gap: .5rem !important
    }

    .sHYrdW {
        gap: 1rem !important
    }

    .d6ECfxir {
        gap: 1.5rem !important
    }

    .FbCZrVB {
        gap: 3rem !important
    }

    .cx4XNIZjdxB {
        justify-content: flex-start !important
    }

    .OwUTpMSWK {
        justify-content: flex-end !important
    }

    .KX2CdSGP {
        justify-content: center !important
    }

    .R2Q9raKL3t {
        justify-content: space-between !important
    }

    .c8EKUwR4uxg {
        justify-content: space-around !important
    }

    .ncrf4EYR {
        justify-content: space-evenly !important
    }

    .yB4RmA5 {
        align-items: flex-start !important
    }

    .tm7huj {
        align-items: flex-end !important
    }

    .ZpZZvIoxxF {
        align-items: center !important
    }

    .mXebsm {
        align-items: baseline !important
    }

    .Oi2uFs {
        align-items: stretch !important
    }

    .O9Hk2wxhfDf {
        align-content: flex-start !important
    }

    .rcDGQUGfR94 {
        align-content: flex-end !important
    }

    .eYmHT3WAzd {
        align-content: center !important
    }

    .RStsdR {
        align-content: space-between !important
    }

    .USI4ZXYs {
        align-content: space-around !important
    }

    .zBSPSm {
        align-content: stretch !important
    }

    .izJ5BRShQ {
        align-self: auto !important
    }

    .qzXM5hfbA {
        align-self: flex-start !important
    }

    .WPH5oWj8K {
        align-self: flex-end !important
    }

    .vBxcC1 {
        align-self: center !important
    }

    .T6FZP9erv {
        align-self: baseline !important
    }

    .gFgqkG7EgzL {
        align-self: stretch !important
    }

    .sndujDUzq {
        order: -1 !important
    }

    .VRRHHoT3U {
        order: 0 !important
    }

    .CSQCBgEhqK {
        order: 1 !important
    }

    .UuC3igrn {
        order: 2 !important
    }

    .jwe57MK {
        order: 3 !important
    }

    .bAz1TGEs {
        order: 4 !important
    }

    .qCaYMB {
        order: 5 !important
    }

    .sSNZ1ob {
        order: 6 !important
    }

    .htTUNtkVDin {
        margin: 0 !important
    }

    .ReRf8aQUj {
        margin: .25rem !important
    }

    .UlaacqPe {
        margin: .5rem !important
    }

    .tqO9m4n8 {
        margin: 1rem !important
    }

    .rYWpJ5OO {
        margin: 1.5rem !important
    }

    .QE338bwKn {
        margin: 3rem !important
    }

    .X7e1k4b {
        margin: auto !important
    }

    .DIVk25jxZ {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .esuuBH701J {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .wKZdBzvu {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .hh4U2onZ {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .Rxf3YzhaTs {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .GTXGikv5EOa {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .KSwUEY {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .odAp496HFLb {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .iO0aGQF {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .StGcB9U {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .ycqx8l8r {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .fvHaxXo9L {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .kktLmqCwv {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .RVXIk9AU {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .DhiMSYoGj {
        margin-top: 0 !important
    }

    .V7WdUUdNk {
        margin-top: .25rem !important
    }

    .pQSVmhHvrp {
        margin-top: .5rem !important
    }

    .lBNHLy {
        margin-top: 1rem !important
    }

    .MkT23Sz {
        margin-top: 1.5rem !important
    }

    .tGCavj {
        margin-top: 3rem !important
    }

    .Dx6Ev7Zsagz {
        margin-top: auto !important
    }

    .IAbK4GZDf {
        margin-right: 0 !important
    }

    .ZHvmoBYjfoq {
        margin-right: .25rem !important
    }

    .r2Pr08 {
        margin-right: .5rem !important
    }

    .bv4zR93WZ0i {
        margin-right: 1rem !important
    }

    .sbKHSDN {
        margin-right: 1.5rem !important
    }

    .yaEEenS {
        margin-right: 3rem !important
    }

    .jMWOX6MgNFd {
        margin-right: auto !important
    }

    .Tbo38xBO5qa {
        margin-bottom: 0 !important
    }

    .f3SdO7DXr {
        margin-bottom: .25rem !important
    }

    .mP23vgQ {
        margin-bottom: .5rem !important
    }

    .iojsap9T8 {
        margin-bottom: 1rem !important
    }

    .j7xhNa {
        margin-bottom: 1.5rem !important
    }

    .sEsRpi {
        margin-bottom: 3rem !important
    }

    .UXI8t7yq5 {
        margin-bottom: auto !important
    }

    .Kryn9YF {
        margin-left: 0 !important
    }

    .s4zIk9 {
        margin-left: .25rem !important
    }

    .VKXtAVuTw {
        margin-left: .5rem !important
    }

    .xNxPslOyikb {
        margin-left: 1rem !important
    }

    .xnkan66V {
        margin-left: 1.5rem !important
    }

    .rIP02h {
        margin-left: 3rem !important
    }

    .vroGbrLq {
        margin-left: auto !important
    }

    .H4aXKpMq0 {
        padding: 0 !important
    }

    .PvsDwX4wlN {
        padding: .25rem !important
    }

    .mUCd09 {
        padding: .5rem !important
    }

    .abuAUXCcv {
        padding: 1rem !important
    }

    .Tsy9TFoQj {
        padding: 1.5rem !important
    }

    .dVSvFBA {
        padding: 3rem !important
    }

    .PEmtbxM {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .JBxlPi {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .hwwqDPK {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .s7KbFEf7Ub {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .PvoABS {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .LrwwgS {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .Rvp0wbnyYk {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .iTSsGGcDKb {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .AupXPQvpfq {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .LpBHRJLcS {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .LQdEavjbSj {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .PdRwZg {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .jb6cIhpXHs {
        padding-top: 0 !important
    }

    .gUwZ1x {
        padding-top: .25rem !important
    }

    .cADgNwgDssg {
        padding-top: .5rem !important
    }

    .FrGXMLA {
        padding-top: 1rem !important
    }

    .Azywnt {
        padding-top: 1.5rem !important
    }

    .syn94vEhi3 {
        padding-top: 3rem !important
    }

    .BSniBoxQy {
        padding-right: 0 !important
    }

    .QKUtaYD7w5 {
        padding-right: .25rem !important
    }

    .Q2iZNjX8 {
        padding-right: .5rem !important
    }

    .A6WXuT0 {
        padding-right: 1rem !important
    }

    .k1SNuubGWW {
        padding-right: 1.5rem !important
    }

    .rW2BuZ6gC {
        padding-right: 3rem !important
    }

    .joTpKXb6u4O {
        padding-bottom: 0 !important
    }

    .Da3iMkh {
        padding-bottom: .25rem !important
    }

    .IKc0C8oyk {
        padding-bottom: .5rem !important
    }

    .GHIlr04MgbS {
        padding-bottom: 1rem !important
    }

    .RKYDxh {
        padding-bottom: 1.5rem !important
    }

    .kcIInf3G8Q {
        padding-bottom: 3rem !important
    }

    .tbyeaTnv {
        padding-left: 0 !important
    }

    .UJ3esez {
        padding-left: .25rem !important
    }

    .SHj7nKk3 {
        padding-left: .5rem !important
    }

    .VBmBMfyZqsS {
        padding-left: 1rem !important
    }

    .P9t5acCd {
        padding-left: 1.5rem !important
    }

    .E25aQCfV {
        padding-left: 3rem !important
    }

    .RdtftYTFO06 {
        text-align: left !important
    }

    .DLQhxKTlM {
        text-align: right !important
    }

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

@media (min-width:768px) {
    .FsE7nK {
        float: left !important
    }

    .FaxJgwKlD {
        float: right !important
    }

    .FGZFZIlz {
        float: none !important
    }

    .JfHrOYgOFN {
        display: inline !important
    }

    .CEkgI3 {
        display: inline-block !important
    }

    .Zf3Iv5m {
        display: block !important
    }

    .clecpz {
        display: grid !important
    }

    .Ff0QN0 {
        display: table !important
    }

    .kaEfUZua {
        display: table-row !important
    }

    .nHLHcUWR2cg {
        display: table-cell !important
    }

    .R7Ol7rpQig {
        display: flex !important
    }

    .HBLOOC {
        display: inline-flex !important
    }

    .uED8x4TKd {
        display: none !important
    }

    .x3c4Kl {
        flex: 1 1 auto !important
    }

    .ZufxgIJTHQS {
        flex-direction: row !important
    }

    .MvD7yk {
        flex-direction: column !important
    }

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

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

    .Bo3rfyJqFm {
        flex-grow: 0 !important
    }

    .TvsGrN {
        flex-grow: 1 !important
    }

    .CeTI0i {
        flex-shrink: 0 !important
    }

    .iUzLVpci {
        flex-shrink: 1 !important
    }

    .WUxUZxaH2Q {
        flex-wrap: wrap !important
    }

    .umV79P {
        flex-wrap: nowrap !important
    }

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

    .c6StrESpc {
        gap: 0 !important
    }

    .mPdqa6iPSf {
        gap: .25rem !important
    }

    .rrVd9z9n2 {
        gap: .5rem !important
    }

    .fMcR8dg41 {
        gap: 1rem !important
    }

    .EXGw8ISv {
        gap: 1.5rem !important
    }

    .Y5zSE8jLkH {
        gap: 3rem !important
    }

    .fS3cLf {
        justify-content: flex-start !important
    }

    .qpmNiviYV8 {
        justify-content: flex-end !important
    }

    .kKBi5Sr {
        justify-content: center !important
    }

    .EyNA0PIxzR9 {
        justify-content: space-between !important
    }

    .fe7LLIr2X {
        justify-content: space-around !important
    }

    .DypxqjoAzgh {
        justify-content: space-evenly !important
    }

    .CnUZnWY4H {
        align-items: flex-start !important
    }

    .NBGO6Fz {
        align-items: flex-end !important
    }

    .pxdc9W5CA {
        align-items: center !important
    }

    .wlYvNW {
        align-items: baseline !important
    }

    .E5CaJUa05x {
        align-items: stretch !important
    }

    .johwSJ0CLk {
        align-content: flex-start !important
    }

    .oc082Hb {
        align-content: flex-end !important
    }

    .PJekVlPZm {
        align-content: center !important
    }

    .vuIQ8bNaWci {
        align-content: space-between !important
    }

    .zyEjSo {
        align-content: space-around !important
    }

    .LHmZX0 {
        align-content: stretch !important
    }

    .lLnhsgkyS {
        align-self: auto !important
    }

    .IrZ6tsuBD {
        align-self: flex-start !important
    }

    .O6wfHDdOn {
        align-self: flex-end !important
    }

    .yI1sjy {
        align-self: center !important
    }

    .sIFAXX {
        align-self: baseline !important
    }

    .Ybm060umhJ {
        align-self: stretch !important
    }

    .RoJaziCYR57 {
        order: -1 !important
    }

    .AeRq0r {
        order: 0 !important
    }

    .rm4hFWqPZKX {
        order: 1 !important
    }

    .Q5iw3hHaY {
        order: 2 !important
    }

    .f7h2Wa {
        order: 3 !important
    }

    .QYnFUArVu {
        order: 4 !important
    }

    .zWLpCo65JSN {
        order: 5 !important
    }

    .UaeasRNbh {
        order: 6 !important
    }

    .Pm3QidYU {
        margin: 0 !important
    }

    .rCczPYCd {
        margin: .25rem !important
    }

    .U5LhkXbJJ5J {
        margin: .5rem !important
    }

    .FHFshH {
        margin: 1rem !important
    }

    .AN2tsmp3k {
        margin: 1.5rem !important
    }

    .UbD1Kjht {
        margin: 3rem !important
    }

    .ZOXPqDiO2ZF {
        margin: auto !important
    }

    .KLu1msh8QS {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .BtK9MuxnUV {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .seCD5eWKT {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .bPawhNgqdd {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .dZVVOEgsL {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .LXZ8BDqDM8b {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .ZnGXA1Y9pdd {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .hDGUgZ {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .GGGGbWU {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .XM1VtS7AqjR {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .aRoj49Vzj {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .OI7FdxIFhl {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .PQE6oj1tZ2B {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .bs0GdMeAYWq {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .ZDhOvqFeb {
        margin-top: 0 !important
    }

    .ogJetUAXB {
        margin-top: .25rem !important
    }

    .V7EvTvS {
        margin-top: .5rem !important
    }

    .mzry2L8Lh {
        margin-top: 1rem !important
    }

    .Z0RP1Kmv8l {
        margin-top: 1.5rem !important
    }

    .lIrbXNqh {
        margin-top: 3rem !important
    }

    .guQIWLRHw {
        margin-top: auto !important
    }

    .H4bBCNw {
        margin-right: 0 !important
    }

    .XbaJgu {
        margin-right: .25rem !important
    }

    .X4bBBw4nB3l {
        margin-right: .5rem !important
    }

    .xHJB9rl {
        margin-right: 1rem !important
    }

    .faxhbPCG {
        margin-right: 1.5rem !important
    }

    .CQqhu2 {
        margin-right: 3rem !important
    }

    .MlhbPFH {
        margin-right: auto !important
    }

    .PvMfGgVEvXl {
        margin-bottom: 0 !important
    }

    .jswTZ2J {
        margin-bottom: .25rem !important
    }

    .YRmF8Lw {
        margin-bottom: .5rem !important
    }

    .JTsgWd {
        margin-bottom: 1rem !important
    }

    .jh2TviG {
        margin-bottom: 1.5rem !important
    }

    .vHSUhXR {
        margin-bottom: 3rem !important
    }

    .sQb39BRCw {
        margin-bottom: auto !important
    }

    .mseLj4dct {
        margin-left: 0 !important
    }

    .HErZWj {
        margin-left: .25rem !important
    }

    .AQaOMv5 {
        margin-left: .5rem !important
    }

    .hZO4V8HoEB {
        margin-left: 1rem !important
    }

    .zWzpyLQJJ7 {
        margin-left: 1.5rem !important
    }

    .nHvRVKzqBh {
        margin-left: 3rem !important
    }

    .YjqFAD {
        margin-left: auto !important
    }

    .ERzOxx5Fk9q {
        padding: 0 !important
    }

    .v5h8Jg {
        padding: .25rem !important
    }

    .REFlWFWsa {
        padding: .5rem !important
    }

    .Gyw8zGEf {
        padding: 1rem !important
    }

    .jpFHLk {
        padding: 1.5rem !important
    }

    .EdBFyCpx {
        padding: 3rem !important
    }

    .yOsHfVVq {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .jD9v5Cugnj {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .njgQfkO {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .QgbMqh {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .TtO2nlYP5 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .xWdtsmhI {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .KyxWAM {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .dSwIjW0e {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .nsWebj {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .FVsFLYSap {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .HXn4g1E {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .hLxOyNMFEO {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .R5ilNqlgR1 {
        padding-top: 0 !important
    }

    .LSsRsG {
        padding-top: .25rem !important
    }

    .iSt0wU44b {
        padding-top: .5rem !important
    }

    .wcz0zRZq {
        padding-top: 1rem !important
    }

    .PwypBy7Yu {
        padding-top: 1.5rem !important
    }

    .rpxNTS46j {
        padding-top: 3rem !important
    }

    .njbDNAyPfR7 {
        padding-right: 0 !important
    }

    .RGr3c7 {
        padding-right: .25rem !important
    }

    .p1wpZxfcQFo {
        padding-right: .5rem !important
    }

    .Ycej1el9 {
        padding-right: 1rem !important
    }

    .p5FTmxlVN6e {
        padding-right: 1.5rem !important
    }

    .SakKp3vkRQh {
        padding-right: 3rem !important
    }

    .nZxsws {
        padding-bottom: 0 !important
    }

    .ui4bwenb {
        padding-bottom: .25rem !important
    }

    .mOsQ5ZxpYwE {
        padding-bottom: .5rem !important
    }

    .EEoLQR {
        padding-bottom: 1rem !important
    }

    .rH2iyQfIzx {
        padding-bottom: 1.5rem !important
    }

    .puFbdM3MS {
        padding-bottom: 3rem !important
    }

    .AZgvjbdZ {
        padding-left: 0 !important
    }

    .mc2jhfL {
        padding-left: .25rem !important
    }

    .rgtT7BFG {
        padding-left: .5rem !important
    }

    .PvpvBe {
        padding-left: 1rem !important
    }

    .BXFj9FM {
        padding-left: 1.5rem !important
    }

    .ZAsIShPoNkJ {
        padding-left: 3rem !important
    }

    .ThIvBfg0A {
        text-align: left !important
    }

    .MySy8Y1a {
        text-align: right !important
    }

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

@media (min-width:992px) {
    .BbQ3qR {
        float: left !important
    }

    .vkWcKdc {
        float: right !important
    }

    .Fgk0gZg {
        float: none !important
    }

    .Vwa0gM2 {
        display: inline !important
    }

    .Nj8LUALJyvm {
        display: inline-block !important
    }

    .rasnPoY4 {
        display: block !important
    }

    .CdG24RaTLEV {
        display: grid !important
    }

    .OkUmWBBN {
        display: table !important
    }

    .FtglEJQm {
        display: table-row !important
    }

    .oxDjbZgJWu4 {
        display: table-cell !important
    }

    .dZQSumM {
        display: flex !important
    }

    .SpEY9CM {
        display: inline-flex !important
    }

    .aqolPsSo {
        display: none !important
    }

    .Uwm1SuUER {
        flex: 1 1 auto !important
    }

    .dCf2mg5 {
        flex-direction: row !important
    }

    .eyWMUi {
        flex-direction: column !important
    }

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

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

    .G3Hkr5dD5Ga {
        flex-grow: 0 !important
    }

    .J2GdV45jaj {
        flex-grow: 1 !important
    }

    .uMhfk5 {
        flex-shrink: 0 !important
    }

    .ncpF78QQ {
        flex-shrink: 1 !important
    }

    .C9Wl9phs1y {
        flex-wrap: wrap !important
    }

    .ZnTwf54sznq {
        flex-wrap: nowrap !important
    }

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

    .JZ524wAaHxZ {
        gap: 0 !important
    }

    .WzM3DlLQHr2 {
        gap: .25rem !important
    }

    .sbi8vQ5Cb {
        gap: .5rem !important
    }

    .LJrgVjEuq {
        gap: 1rem !important
    }

    .mkUVLo6wTl {
        gap: 1.5rem !important
    }

    .YuIM7CV6 {
        gap: 3rem !important
    }

    .WTMNiccn {
        justify-content: flex-start !important
    }

    .JjszMQ392bl {
        justify-content: flex-end !important
    }

    .TxOkTj {
        justify-content: center !important
    }

    .tTGhlaWq {
        justify-content: space-between !important
    }

    .iz1dRfz {
        justify-content: space-around !important
    }

    .JOzXSkAWnUA {
        justify-content: space-evenly !important
    }

    .xKLSVg {
        align-items: flex-start !important
    }

    .rm4DCGT {
        align-items: flex-end !important
    }

    .fgR3i64 {
        align-items: center !important
    }

    .dgxsRA6wAN {
        align-items: baseline !important
    }

    .BXaA0e9 {
        align-items: stretch !important
    }

    .jyW6c2Udt {
        align-content: flex-start !important
    }

    .vE39SuZ8YZ {
        align-content: flex-end !important
    }

    .GNTOVJQCrJM {
        align-content: center !important
    }

    .DLjnsbOxrKb {
        align-content: space-between !important
    }

    .dkeqhGDbY {
        align-content: space-around !important
    }

    .jva7LjjyjF {
        align-content: stretch !important
    }

    .iQK0WNYaZY {
        align-self: auto !important
    }

    .InpGu9IG5 {
        align-self: flex-start !important
    }

    .HWWgJF {
        align-self: flex-end !important
    }

    .ggcjmNN {
        align-self: center !important
    }

    .xWGPp4gTcyL {
        align-self: baseline !important
    }

    .r9ZGLg4sI {
        align-self: stretch !important
    }

    .e21KaI1atS {
        order: -1 !important
    }

    .cNaiaAr {
        order: 0 !important
    }

    .DgSdFNVsHa {
        order: 1 !important
    }

    .UulKH3umc {
        order: 2 !important
    }

    .wf6OAQh {
        order: 3 !important
    }

    .LhxgmW {
        order: 4 !important
    }

    .ENqbb3NKv {
        order: 5 !important
    }

    .oPdH0Fw {
        order: 6 !important
    }

    .MF34s76moPO {
        margin: 0 !important
    }

    .EmGnt0TArCv {
        margin: .25rem !important
    }

    .T9M5IbH {
        margin: .5rem !important
    }

    .shT0E3 {
        margin: 1rem !important
    }

    .nAXz01Ap {
        margin: 1.5rem !important
    }

    .XHZs0cATBp {
        margin: 3rem !important
    }

    .YWSM6X {
        margin: auto !important
    }

    .nNT9UV {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .laNUF6sSSig {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .bQHsfrr {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .rdf5D5w {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .CSEnVKtOkOU {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .S4eoWba {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .RbyVimR {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .YFE9IM1y {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .kAXrIF {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .ACKGIB {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .Ilziz8Z {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .RSdvfQ07WsI {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .yW1qwrY75o9 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .uziUjGE {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .RsH1b9j {
        margin-top: 0 !important
    }

    .myhA8VnrTfm {
        margin-top: .25rem !important
    }

    .V7CzYCUS {
        margin-top: .5rem !important
    }

    .CkbwyqNnWq {
        margin-top: 1rem !important
    }

    .jYutDVBIg64 {
        margin-top: 1.5rem !important
    }

    .KLXBab8sS6 {
        margin-top: 3rem !important
    }

    .T28YgwjL {
        margin-top: auto !important
    }

    .FOsXHj {
        margin-right: 0 !important
    }

    .LZjS9fx5oWY {
        margin-right: .25rem !important
    }

    .RIPqjihdHs {
        margin-right: .5rem !important
    }

    .rr2hU6 {
        margin-right: 1rem !important
    }

    .a84U1uBET {
        margin-right: 1.5rem !important
    }

    .BT49R1x2Z {
        margin-right: 3rem !important
    }

    .JJgLdxS {
        margin-right: auto !important
    }

    .c8EwCHN2Bm {
        margin-bottom: 0 !important
    }

    .Fakk4QB7C {
        margin-bottom: .25rem !important
    }

    .XkWXPT {
        margin-bottom: .5rem !important
    }

    .QYK6Tyr3757 {
        margin-bottom: 1rem !important
    }

    .jYA42oMls {
        margin-bottom: 1.5rem !important
    }

    .vRuwlGGpX3H {
        margin-bottom: 3rem !important
    }

    .TlZbCva {
        margin-bottom: auto !important
    }

    .Ux1QtzIGj {
        margin-left: 0 !important
    }

    .WgCShIAb {
        margin-left: .25rem !important
    }

    .SyeaMN {
        margin-left: .5rem !important
    }

    .hsg6rMwc {
        margin-left: 1rem !important
    }

    .onkdnTF {
        margin-left: 1.5rem !important
    }

    .qiI3RvQ {
        margin-left: 3rem !important
    }

    .dVM3Bau4 {
        margin-left: auto !important
    }

    .j7hjgV3h8r {
        padding: 0 !important
    }

    .asUhibL {
        padding: .25rem !important
    }

    .xp7Cz7 {
        padding: .5rem !important
    }

    .lgSV2gG0wc {
        padding: 1rem !important
    }

    .jpcgj7mtJ {
        padding: 1.5rem !important
    }

    .XQziVCPR9RW {
        padding: 3rem !important
    }

    .OZqdEGQ3 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .Od7U74jm {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .aKTRbhccp4 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .bbGuYEJ {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .pQgvZY8 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .fSz37R {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .sjrhkmgoR {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .BYhEG4G {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .EuI4xFcrNP {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .b2wIgX5CfM {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .Ren8IpxIu {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .qdVlHYwhL {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .Zcj47E {
        padding-top: 0 !important
    }

    .mfc77Rs {
        padding-top: .25rem !important
    }

    .iMP2QjvDh {
        padding-top: .5rem !important
    }

    .GXEUJvzylXK {
        padding-top: 1rem !important
    }

    .qQabGN {
        padding-top: 1.5rem !important
    }

    .WSFPj3Ak {
        padding-top: 3rem !important
    }

    .KgiEC3 {
        padding-right: 0 !important
    }

    .coowgux {
        padding-right: .25rem !important
    }

    .iEdpXSl6dL {
        padding-right: .5rem !important
    }

    .T0kz947FOPe {
        padding-right: 1rem !important
    }

    .YElgyaoBg55 {
        padding-right: 1.5rem !important
    }

    .jhg9NeSiI {
        padding-right: 3rem !important
    }

    .Zs8MF0IF {
        padding-bottom: 0 !important
    }

    .nb6dMXHHKB {
        padding-bottom: .25rem !important
    }

    .zLDgOZ {
        padding-bottom: .5rem !important
    }

    .sJku7It5e {
        padding-bottom: 1rem !important
    }

    .wSwypq {
        padding-bottom: 1.5rem !important
    }

    .GNeeYKhv7AN {
        padding-bottom: 3rem !important
    }

    .JuR4W2 {
        padding-left: 0 !important
    }

    .wS65SPvdA {
        padding-left: .25rem !important
    }

    .TKR0g09ue {
        padding-left: .5rem !important
    }

    .xprhRQcSsdU {
        padding-left: 1rem !important
    }

    .dcGeIcNOosY {
        padding-left: 1.5rem !important
    }

    .t82eke0Cu {
        padding-left: 3rem !important
    }

    .PHQ6hno1YU {
        text-align: left !important
    }

    .tTOgIz8S {
        text-align: right !important
    }

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

@media (min-width:1200px) {
    .qy6mYs8 {
        float: left !important
    }

    .wjsvDFh {
        float: right !important
    }

    .wx1uuKE {
        float: none !important
    }

    .w6FERa2UX {
        display: inline !important
    }

    .eT2wohT8LaT {
        display: inline-block !important
    }

    .etM9IKC5W {
        display: block !important
    }

    .m7xJYp {
        display: grid !important
    }

    .AzgP3XK {
        display: table !important
    }

    .Zz4lq3R9 {
        display: table-row !important
    }

    .tNFWXsA {
        display: table-cell !important
    }

    .AuQyxhBP {
        display: flex !important
    }

    .uhCBuMRyx4y {
        display: inline-flex !important
    }

    .nwLnKrL {
        display: none !important
    }

    .VhrdjNo {
        flex: 1 1 auto !important
    }

    .CKUzbSVCa {
        flex-direction: row !important
    }

    .Q0rin8sNwUG {
        flex-direction: column !important
    }

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

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

    .rC2XncgYw {
        flex-grow: 0 !important
    }

    .Kf3L4Xa {
        flex-grow: 1 !important
    }

    .pZTKxlSBJM {
        flex-shrink: 0 !important
    }

    .Wq8SnBlRJ {
        flex-shrink: 1 !important
    }

    .eGOSYkd5 {
        flex-wrap: wrap !important
    }

    .P44Twjai {
        flex-wrap: nowrap !important
    }

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

    .bzxizGb {
        gap: 0 !important
    }

    .TM2aWLA {
        gap: .25rem !important
    }

    .oQQmHTQB {
        gap: .5rem !important
    }

    .PtKMO4cUGOY {
        gap: 1rem !important
    }

    .yMI6dVf {
        gap: 1.5rem !important
    }

    .J8iMcNy2PL7 {
        gap: 3rem !important
    }

    .IjjbQOF4s {
        justify-content: flex-start !important
    }

    .eh8nReV9 {
        justify-content: flex-end !important
    }

    .FnYqdm6 {
        justify-content: center !important
    }

    .bNtR0lV {
        justify-content: space-between !important
    }

    .YxpXbe6oeC {
        justify-content: space-around !important
    }

    .kcFC7xLAckT {
        justify-content: space-evenly !important
    }

    .fGDV0cw {
        align-items: flex-start !important
    }

    .bb1PSo {
        align-items: flex-end !important
    }

    .BKNd364z5c1 {
        align-items: center !important
    }

    .tB6Aqzoeyg {
        align-items: baseline !important
    }

    .BEBDefrA {
        align-items: stretch !important
    }

    .eF1k3XD6 {
        align-content: flex-start !important
    }

    .QWXWewTP {
        align-content: flex-end !important
    }

    .Y2OaFhnXy {
        align-content: center !important
    }

    .ChRtko0v0W {
        align-content: space-between !important
    }

    .tilueUXTfHy {
        align-content: space-around !important
    }

    .waqEmb {
        align-content: stretch !important
    }

    .JRBuGFgigQQ {
        align-self: auto !important
    }

    .BfmD8QVwY6R {
        align-self: flex-start !important
    }

    .GeXF5pAhK {
        align-self: flex-end !important
    }

    .iS1GrGQVO {
        align-self: center !important
    }

    .bm7eMkcN8P {
        align-self: baseline !important
    }

    .tNojuhML {
        align-self: stretch !important
    }

    .nAlsl8jvjvd {
        order: -1 !important
    }

    .hfDglyTFrp {
        order: 0 !important
    }

    .udT1t2mgv {
        order: 1 !important
    }

    .jNV0dBMKg {
        order: 2 !important
    }

    .FlK69dvrSjh {
        order: 3 !important
    }

    .N3zZfstld {
        order: 4 !important
    }

    .M10DJ9xZOk {
        order: 5 !important
    }

    .kgCX1hN {
        order: 6 !important
    }

    .FeOrT8H8 {
        margin: 0 !important
    }

    .Sbduuql {
        margin: .25rem !important
    }

    .HMRZjga6 {
        margin: .5rem !important
    }

    .WpueeYf {
        margin: 1rem !important
    }

    .CeXA0o2 {
        margin: 1.5rem !important
    }

    .BsTfyz {
        margin: 3rem !important
    }

    .UakK1T7 {
        margin: auto !important
    }

    .D1OEX3gAr {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .KD5lmyI {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .K6vED9 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .VwJ01Cb {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .SsUMkbw {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .XDXIC4ZtJpg {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .dZpsVkd3U {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .bD8bJx4 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .Stf7hC2 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .AMDnTfTDT7 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .dky8X0moad {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .Puf5VfV {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .L5p5Iz {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .JFdnAE {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mmoju9To3 {
        margin-top: 0 !important
    }

    .ohgkYZJ {
        margin-top: .25rem !important
    }

    .FovaLbP8Mg {
        margin-top: .5rem !important
    }

    .DLX5n4bq {
        margin-top: 1rem !important
    }

    .dpOI16RX2VO {
        margin-top: 1.5rem !important
    }

    .yQ3CZ9C {
        margin-top: 3rem !important
    }

    .MylqLEhD {
        margin-top: auto !important
    }

    .ybK6Gx52a {
        margin-right: 0 !important
    }

    .kdPZpRdEa7 {
        margin-right: .25rem !important
    }

    .ixqCTt {
        margin-right: .5rem !important
    }

    .RjbRUj {
        margin-right: 1rem !important
    }

    .hl9FaaYa {
        margin-right: 1.5rem !important
    }

    .BaIueiCP {
        margin-right: 3rem !important
    }

    .HKV0KZnov9 {
        margin-right: auto !important
    }

    .eUkWdw {
        margin-bottom: 0 !important
    }

    .Cf69a4LGx {
        margin-bottom: .25rem !important
    }

    .hs84hm0gyB {
        margin-bottom: .5rem !important
    }

    .UEDxADH {
        margin-bottom: 1rem !important
    }

    .DzbODf1Sf0 {
        margin-bottom: 1.5rem !important
    }

    .rLEOOhrd2j {
        margin-bottom: 3rem !important
    }

    .lc8OcVnSyk {
        margin-bottom: auto !important
    }

    .PzwsmfNQ {
        margin-left: 0 !important
    }

    .pkbeFQKN {
        margin-left: .25rem !important
    }

    .ealumwC {
        margin-left: .5rem !important
    }

    .LOiEca2T {
        margin-left: 1rem !important
    }

    .FTgoBYP {
        margin-left: 1.5rem !important
    }

    .nbvPUf2Exg9 {
        margin-left: 3rem !important
    }

    .jP6HVqZwz {
        margin-left: auto !important
    }

    .YJI0Q0 {
        padding: 0 !important
    }

    .DY6q41o9wE {
        padding: .25rem !important
    }

    .VrYd8FEE {
        padding: .5rem !important
    }

    .yVs6u5kL5Z {
        padding: 1rem !important
    }

    .KZSdGK6a {
        padding: 1.5rem !important
    }

    .cLTvGN6A {
        padding: 3rem !important
    }

    .VLanklPa0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .dhSZf7bwdXU {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .GagmL1E {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .gKkvA7crBe {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .mkgfSCF {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .bcqT2P {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .D7bV8cd {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .mMLuHTZz50 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .Alcrgon {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .aNwGUPdjmt {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .PZw7I1ArU {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .dJdITgF {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .xeTrxWHt4 {
        padding-top: 0 !important
    }

    .mNzUbTiM {
        padding-top: .25rem !important
    }

    .TqG9E5 {
        padding-top: .5rem !important
    }

    .RXdWDt7 {
        padding-top: 1rem !important
    }

    .kwzILf {
        padding-top: 1.5rem !important
    }

    .Wjjnu280 {
        padding-top: 3rem !important
    }

    .omPfVgjr {
        padding-right: 0 !important
    }

    .hTV8oR {
        padding-right: .25rem !important
    }

    .ULURkqq71mA {
        padding-right: .5rem !important
    }

    .BXQNvQzsx {
        padding-right: 1rem !important
    }

    .Jb5bsFR {
        padding-right: 1.5rem !important
    }

    .UKvHxe {
        padding-right: 3rem !important
    }

    .HFcMDHB {
        padding-bottom: 0 !important
    }

    .MuDkaL7Ym {
        padding-bottom: .25rem !important
    }

    .XCxw01 {
        padding-bottom: .5rem !important
    }

    .U8iiNDE4 {
        padding-bottom: 1rem !important
    }

    .mNFmpuvY25s {
        padding-bottom: 1.5rem !important
    }

    .OwDRHFw {
        padding-bottom: 3rem !important
    }

    .EZUVvRXx {
        padding-left: 0 !important
    }

    .mcI3hQ4 {
        padding-left: .25rem !important
    }

    .N5KSrxF {
        padding-left: .5rem !important
    }

    .xOc4r8WqqF {
        padding-left: 1rem !important
    }

    .rnMfZazf7nw {
        padding-left: 1.5rem !important
    }

    .CBblkvpDlP {
        padding-left: 3rem !important
    }

    .kaL9Bzo9 {
        text-align: left !important
    }

    .OfRzTu0 {
        text-align: right !important
    }

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

@media (min-width:1400px) {
    .C8L9WSsf {
        float: left !important
    }

    .IQcBGOh {
        float: right !important
    }

    .MvxqnRJZVYK {
        float: none !important
    }

    .iT7mzLU {
        display: inline !important
    }

    .wGRBJkID6 {
        display: inline-block !important
    }

    .wcw09OP {
        display: block !important
    }

    .hd9i6fHMwZ9 {
        display: grid !important
    }

    .Hb4OKVsmdWm {
        display: table !important
    }

    .zXTsFxLXp {
        display: table-row !important
    }

    .nFGa1AKf {
        display: table-cell !important
    }

    .AM5qNALk9j {
        display: flex !important
    }

    .Qmh3acTyl {
        display: inline-flex !important
    }

    .VlbsYS8l {
        display: none !important
    }

    .BYUrdtb7Zh {
        flex: 1 1 auto !important
    }

    .Ndh3qQ {
        flex-direction: row !important
    }

    .T3UITWH {
        flex-direction: column !important
    }

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

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

    .PFzxjwvA6xK {
        flex-grow: 0 !important
    }

    .NHnF7aNfp {
        flex-grow: 1 !important
    }

    .SSM2AUHD {
        flex-shrink: 0 !important
    }

    .Np7AS8Ncj {
        flex-shrink: 1 !important
    }

    .dtwfuceqx {
        flex-wrap: wrap !important
    }

    .OcL3g8uN6 {
        flex-wrap: nowrap !important
    }

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

    .aT8ATrA {
        gap: 0 !important
    }

    .xDIFUz1P {
        gap: .25rem !important
    }

    .OmGtltK5l {
        gap: .5rem !important
    }

    .o7zD5oLxI {
        gap: 1rem !important
    }

    .YGao4f2aB {
        gap: 1.5rem !important
    }

    .aGyTm3HK {
        gap: 3rem !important
    }

    .wPlPoRv {
        justify-content: flex-start !important
    }

    .zVOlGELe0 {
        justify-content: flex-end !important
    }

    .ipajSLe {
        justify-content: center !important
    }

    .fmESUcIJ {
        justify-content: space-between !important
    }

    .Jon2RfQQJ {
        justify-content: space-around !important
    }

    .cgzH9zAawES {
        justify-content: space-evenly !important
    }

    .ha7YFE3q {
        align-items: flex-start !important
    }

    .CMxVAUx {
        align-items: flex-end !important
    }

    .Jg9SikR {
        align-items: center !important
    }

    .wmzEEY7jb {
        align-items: baseline !important
    }

    .N72bSe {
        align-items: stretch !important
    }

    .uVae0MN7Q {
        align-content: flex-start !important
    }

    .GLFhvS43R {
        align-content: flex-end !important
    }

    .SJzukkN {
        align-content: center !important
    }

    .WtMutfn {
        align-content: space-between !important
    }

    .m9eru5A9u5 {
        align-content: space-around !important
    }

    .oVtF0sogk {
        align-content: stretch !important
    }

    .DPxBPth {
        align-self: auto !important
    }

    .C3yGX8rL7 {
        align-self: flex-start !important
    }

    .uom8AvE {
        align-self: flex-end !important
    }

    .sXnonw0N {
        align-self: center !important
    }

    .JtOCiube {
        align-self: baseline !important
    }

    .MtUeSwMckK {
        align-self: stretch !important
    }

    .bgBGHtCo {
        order: -1 !important
    }

    .SXjNTNeUUZo {
        order: 0 !important
    }

    .R5PHNfW {
        order: 1 !important
    }

    .ZnUXlAGV {
        order: 2 !important
    }

    .kARfyqIlk {
        order: 3 !important
    }

    .nlBg69EBi13 {
        order: 4 !important
    }

    .gdXccg {
        order: 5 !important
    }

    .FXnQ0g {
        order: 6 !important
    }

    .CipGGH {
        margin: 0 !important
    }

    .PsgawS0y {
        margin: .25rem !important
    }

    .bS9M32h {
        margin: .5rem !important
    }

    .ahIlT8Jt3KL {
        margin: 1rem !important
    }

    .tmiTqe {
        margin: 1.5rem !important
    }

    .QXXXs5DQZsV {
        margin: 3rem !important
    }

    .GMCLyV {
        margin: auto !important
    }

    .joU4kmBuh {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .g5XPAcN3IsX {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .vLgvVX99sPY {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .aDNvg4 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .s8AIhzhig0 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .b9pd747HfY {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .aRFRdv1Gjh4 {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .ymiAvZqFuz0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .lwFBGTJ {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .ZbGQ7k {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .FpCx0cm4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .hFgvr0H {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .pBoBAivDS {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .I33F8WehQfn {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .b0bxIihZ {
        margin-top: 0 !important
    }

    .rAnL89yxLF {
        margin-top: .25rem !important
    }

    .T56pb9A {
        margin-top: .5rem !important
    }

    .ODF4QH3c {
        margin-top: 1rem !important
    }

    .sYXisDwn {
        margin-top: 1.5rem !important
    }

    .Lg6Id3V {
        margin-top: 3rem !important
    }

    .fBYECHZvZCD {
        margin-top: auto !important
    }

    .bbEJ8bV {
        margin-right: 0 !important
    }

    .MsHW2LJUJo4 {
        margin-right: .25rem !important
    }

    .nKeBw9 {
        margin-right: .5rem !important
    }

    .EgIzau {
        margin-right: 1rem !important
    }

    .RDpa0y {
        margin-right: 1.5rem !important
    }

    .gvsOtHcYHAB {
        margin-right: 3rem !important
    }

    .QmXaIkKD7K {
        margin-right: auto !important
    }

    .osp6cE83 {
        margin-bottom: 0 !important
    }

    .EksmE2 {
        margin-bottom: .25rem !important
    }

    .KlvSfhj {
        margin-bottom: .5rem !important
    }

    .pK2ioQ6RBiR {
        margin-bottom: 1rem !important
    }

    .DpQZjw1nXc {
        margin-bottom: 1.5rem !important
    }

    .SGTCF3o5j {
        margin-bottom: 3rem !important
    }

    .L8KJvy {
        margin-bottom: auto !important
    }

    .XJvPHpA0I {
        margin-left: 0 !important
    }

    .s6J3Z8h5w {
        margin-left: .25rem !important
    }

    .L7oqr75Yhzj {
        margin-left: .5rem !important
    }

    .SHx2uc {
        margin-left: 1rem !important
    }

    .hpTvJP {
        margin-left: 1.5rem !important
    }

    .DAmCSCH {
        margin-left: 3rem !important
    }

    .Ct2ZIhXf {
        margin-left: auto !important
    }

    .jeDmVHp7lo {
        padding: 0 !important
    }

    .mgW2VKZb {
        padding: .25rem !important
    }

    .IQO3JvU2Td {
        padding: .5rem !important
    }

    .uvOsQwANCLj {
        padding: 1rem !important
    }

    .XlZCrG {
        padding: 1.5rem !important
    }

    .CIcipmeoi {
        padding: 3rem !important
    }

    .PWoabwPQ3Iu {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .L5dQxC {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .iq4U8dw {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .oaje6r {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .SQwcEh {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .sDue7vK8ya {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .b8JjlL5oaa1 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .sCYhLjZb {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .TY6Ia7Vt {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .xvW1PKzP7LR {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .xyFk5xe {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .MoZqOw {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .EhCBMIXA {
        padding-top: 0 !important
    }

    .TTbrLqNX {
        padding-top: .25rem !important
    }

    .P3LyMem {
        padding-top: .5rem !important
    }

    .YeCv6vk6fwu {
        padding-top: 1rem !important
    }

    .bb3QEl2 {
        padding-top: 1.5rem !important
    }

    .niWxfxJska {
        padding-top: 3rem !important
    }

    .Tbve2IDUrNf {
        padding-right: 0 !important
    }

    .kieVQFh {
        padding-right: .25rem !important
    }

    .vfZ0oiroTqw {
        padding-right: .5rem !important
    }

    .K3wrGi9Zj {
        padding-right: 1rem !important
    }

    .kF3yxL {
        padding-right: 1.5rem !important
    }

    .HCfAlRgF0R {
        padding-right: 3rem !important
    }

    .gCPRjgYrpSE {
        padding-bottom: 0 !important
    }

    .U5vaQP {
        padding-bottom: .25rem !important
    }

    .yfnkGGemVc {
        padding-bottom: .5rem !important
    }

    .Pj5gzb5 {
        padding-bottom: 1rem !important
    }

    .zzLRLbs {
        padding-bottom: 1.5rem !important
    }

    .F9gvulkBx {
        padding-bottom: 3rem !important
    }

    .c1JfYTa {
        padding-left: 0 !important
    }

    .wy4Tpv8vSS {
        padding-left: .25rem !important
    }

    .YfsUiL {
        padding-left: .5rem !important
    }

    .StAym0l3Csr {
        padding-left: 1rem !important
    }

    .ygUFcsuQpGg {
        padding-left: 1.5rem !important
    }

    .vm27ByTHnB {
        padding-left: 3rem !important
    }

    .nFBtL1 {
        text-align: left !important
    }

    .jnvwrf0PR58 {
        text-align: right !important
    }

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

@media (min-width:1200px) {
    .VacUJHf0np {
        font-size: 2.5rem !important
    }

    .N8o4koXA {
        font-size: 2rem !important
    }

    .G6m6g3rRuy {
        font-size: 1.75rem !important
    }

    .jNwHwg1 {
        font-size: 1.5rem !important
    }
}

@media print {
    .z5DYWdR {
        display: inline !important
    }

    .SP9anPnO {
        display: inline-block !important
    }

    .BCFnvNXE {
        display: block !important
    }

    .mWUxnZ4M {
        display: grid !important
    }

    .fDtURY {
        display: table !important
    }

    .zckGbcW {
        display: table-row !important
    }

    .OcDspK {
        display: table-cell !important
    }

    .LEKCfYDhH {
        display: flex !important
    }

    .x3T0Rpevetl {
        display: inline-flex !important
    }

    .SToPefczo {
        display: none !important
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */