/*!
 * Bootstrap v5.0.0-alpha2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 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: #343a40;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #9c5b5b;
    -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
}

.PPtsdvf,
.MmqDNIDZGcQ,
.hgAaCTUAyo,
.U7uTEjeyDE7,
.D1J9EM,
.Qs9va2K1Ug,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

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

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

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

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

abbr[data-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
}

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

.dj9dFbMh,
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: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #024dbc
}

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
}

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

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 {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[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;
    white-space: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qyNooC {
    display: inline-block
}

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

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

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

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

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

.Nrxydkhggo::before {
    content: "\2014\00A0"
}

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

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

.RT0ig5ce0V {
    display: inline-block
}

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

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

.vgbPjH6,
.FGSocO2a3,
.cajslSLzcHx,
.cQQRXTbhf0,
.UR6hahp,
.w4LxszXx3,
.f3FfjP8vx {
    --bs-gutter-x: 1.5rem;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .vgbPjH6,
    .UR6hahp {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .vgbPjH6,
    .cQQRXTbhf0,
    .UR6hahp {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .vgbPjH6,
    .cajslSLzcHx,
    .cQQRXTbhf0,
    .UR6hahp {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .vgbPjH6,
    .cajslSLzcHx,
    .cQQRXTbhf0,
    .UR6hahp,
    .w4LxszXx3 {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .vgbPjH6,
    .cajslSLzcHx,
    .cQQRXTbhf0,
    .UR6hahp,
    .w4LxszXx3,
    .f3FfjP8vx {
        max-width: 1320px
    }
}

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

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

.thGYYBL5 {
    flex: 1 0 0%
}

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

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

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

.R6WGq5fe>* {
    flex: 0 0 auto;
    width: 33.333333%
}

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

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

.lvtZUtux>* {
    flex: 0 0 auto;
    width: 16.666667%
}

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

.EvUb981 {
    flex: 0 0 auto;
    width: 8.333333%
}

.AR1w1KvQ {
    flex: 0 0 auto;
    width: 16.666667%
}

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

.Xb604H452d {
    flex: 0 0 auto;
    width: 33.333333%
}

.IIsA4u {
    flex: 0 0 auto;
    width: 41.666667%
}

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

.krz1hz5 {
    flex: 0 0 auto;
    width: 58.333333%
}

.Oh46vSaa1s {
    flex: 0 0 auto;
    width: 66.666667%
}

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

.G7mhHtVU {
    flex: 0 0 auto;
    width: 83.333333%
}

.IN3rFbCk44F {
    flex: 0 0 auto;
    width: 91.666667%
}

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

.kkxFXUeqrcP {
    margin-left: 8.333333%
}

.Vvz1WbAmz {
    margin-left: 16.666667%
}

.mAHNcmOlR {
    margin-left: 25%
}

.CFGDMyf {
    margin-left: 33.333333%
}

.klDiXUC6 {
    margin-left: 41.666667%
}

.feJFrw5N2A {
    margin-left: 50%
}

.Moi75pZCi {
    margin-left: 58.333333%
}

.wFSu74x3Q1 {
    margin-left: 66.666667%
}

.RXP80xhWUh {
    margin-left: 75%
}

.Y0HuGMNA087 {
    margin-left: 83.333333%
}

.RbQrAAb4Td {
    margin-left: 91.666667%
}

.An3qqbfdG,
.IaYgdeka {
    --bs-gutter-x: 0
}

.An3qqbfdG,
.Qd1WN6h {
    --bs-gutter-y: 0
}

.Iho26JG7N,
.wMCRaKUd {
    --bs-gutter-x: 0.25rem
}

.Iho26JG7N,
.CWX4LLgGtKZ {
    --bs-gutter-y: 0.25rem
}

.GxetIMEZKEj,
.rKdteE5EAcP {
    --bs-gutter-x: 0.5rem
}

.GxetIMEZKEj,
.tZDel25dCv {
    --bs-gutter-y: 0.5rem
}

.dGIEP3O,
.zMwsvzH {
    --bs-gutter-x: 1rem
}

.dGIEP3O,
.hFboPC {
    --bs-gutter-y: 1rem
}

.jukc6BSdy,
.kvRT7TP {
    --bs-gutter-x: 1.5rem
}

.jukc6BSdy,
.ssMbLGITH {
    --bs-gutter-y: 1.5rem
}

.Ya31ccNJ5ln,
.FyL6eQM {
    --bs-gutter-x: 3rem
}

.Ya31ccNJ5ln,
.f36nBuF9 {
    --bs-gutter-y: 3rem
}

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

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

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

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

    .fDgE1o>* {
        flex: 0 0 auto;
        width: 33.333333%
    }

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

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

    .aoRgGyws>* {
        flex: 0 0 auto;
        width: 16.666667%
    }

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

    .PznXVf4 {
        flex: 0 0 auto;
        width: 8.333333%
    }

    .VkNl4LdhCX {
        flex: 0 0 auto;
        width: 16.666667%
    }

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

    .ipgpZs {
        flex: 0 0 auto;
        width: 33.333333%
    }

    .tEeWG8dl {
        flex: 0 0 auto;
        width: 41.666667%
    }

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

    .PdC8LT {
        flex: 0 0 auto;
        width: 58.333333%
    }

    .ckHeUF5Q {
        flex: 0 0 auto;
        width: 66.666667%
    }

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

    .l6Zol5DTR {
        flex: 0 0 auto;
        width: 83.333333%
    }

    .RF809w9F {
        flex: 0 0 auto;
        width: 91.666667%
    }

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

    .n8J6KPxhxwJ {
        margin-left: 0
    }

    .xE863hR {
        margin-left: 8.333333%
    }

    .BD93XmbZnH {
        margin-left: 16.666667%
    }

    .C2mLtxXaDrX {
        margin-left: 25%
    }

    .B85DAp {
        margin-left: 33.333333%
    }

    .JW3VW0KI {
        margin-left: 41.666667%
    }

    .aqXrdefC {
        margin-left: 50%
    }

    .RdbuEq37 {
        margin-left: 58.333333%
    }

    .eQmEXir2Xqy {
        margin-left: 66.666667%
    }

    .caMuO48LK {
        margin-left: 75%
    }

    .rdcNT7wX4X {
        margin-left: 83.333333%
    }

    .VwqbBHp2 {
        margin-left: 91.666667%
    }

    .qT3Fow,
    .Ij48aG {
        --bs-gutter-x: 0
    }

    .qT3Fow,
    .gJfUqHpzlIa {
        --bs-gutter-y: 0
    }

    .Shm4fhMuJi,
    .pyGbd5C444k {
        --bs-gutter-x: 0.25rem
    }

    .Shm4fhMuJi,
    .qGZGKt {
        --bs-gutter-y: 0.25rem
    }

    .bRp91MQ,
    .penkx5o {
        --bs-gutter-x: 0.5rem
    }

    .bRp91MQ,
    .jQPOPGsOed {
        --bs-gutter-y: 0.5rem
    }

    .vPFhsY5akY,
    .cTwNjK5O {
        --bs-gutter-x: 1rem
    }

    .vPFhsY5akY,
    .vcFNT5SsI8w {
        --bs-gutter-y: 1rem
    }

    .gwE46q,
    .FIUiFpc1rSd {
        --bs-gutter-x: 1.5rem
    }

    .gwE46q,
    .IxHpSsSo {
        --bs-gutter-y: 1.5rem
    }

    .H5v1Rx4tXxK,
    .kGaNpG3W {
        --bs-gutter-x: 3rem
    }

    .H5v1Rx4tXxK,
    .d5xa3GK0yw {
        --bs-gutter-y: 3rem
    }
}

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

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

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

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

    .r9P0Y9T>* {
        flex: 0 0 auto;
        width: 33.333333%
    }

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

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

    .hqckrl6>* {
        flex: 0 0 auto;
        width: 16.666667%
    }

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

    .t5r2LUt0ZFK {
        flex: 0 0 auto;
        width: 8.333333%
    }

    .ayZIHST {
        flex: 0 0 auto;
        width: 16.666667%
    }

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

    .UWjjcBvWHVl {
        flex: 0 0 auto;
        width: 33.333333%
    }

    .bzYCHvGK {
        flex: 0 0 auto;
        width: 41.666667%
    }

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

    .Ta265QnUo7 {
        flex: 0 0 auto;
        width: 58.333333%
    }

    .E2SosODe9 {
        flex: 0 0 auto;
        width: 66.666667%
    }

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

    .yGiZj47GUQY {
        flex: 0 0 auto;
        width: 83.333333%
    }

    .YlAo96Cli {
        flex: 0 0 auto;
        width: 91.666667%
    }

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

    .gzDBXx {
        margin-left: 0
    }

    .nYL4i3 {
        margin-left: 8.333333%
    }

    .B2DqIKTbcxW {
        margin-left: 16.666667%
    }

    .DpQUp8yTK {
        margin-left: 25%
    }

    .yXnFyQLlD {
        margin-left: 33.333333%
    }

    .aYG3FcrQ {
        margin-left: 41.666667%
    }

    .ZgRbNWSCmj {
        margin-left: 50%
    }

    .daK5dvcBD {
        margin-left: 58.333333%
    }

    .FjMo3ek {
        margin-left: 66.666667%
    }

    .hnnoyvjuS7 {
        margin-left: 75%
    }

    .oUKtMzM {
        margin-left: 83.333333%
    }

    .pCHHsJW {
        margin-left: 91.666667%
    }

    .wVjneZcrTq,
    .B3nYbVXoKD {
        --bs-gutter-x: 0
    }

    .wVjneZcrTq,
    .Fy0ac2mG4 {
        --bs-gutter-y: 0
    }

    .pAAANnCCx,
    .e6YKjN0 {
        --bs-gutter-x: 0.25rem
    }

    .pAAANnCCx,
    .vs8fzFsft {
        --bs-gutter-y: 0.25rem
    }

    .QZoqdvsg79v,
    .tGrs0pMB {
        --bs-gutter-x: 0.5rem
    }

    .QZoqdvsg79v,
    .bhbyZkdG9 {
        --bs-gutter-y: 0.5rem
    }

    .ukaV0Ibf,
    .WpX2a4CxRfi {
        --bs-gutter-x: 1rem
    }

    .ukaV0Ibf,
    .PZOrGj {
        --bs-gutter-y: 1rem
    }

    .SXzpl9d,
    .jnmUmvuH8p {
        --bs-gutter-x: 1.5rem
    }

    .SXzpl9d,
    .WHPjIvCkT {
        --bs-gutter-y: 1.5rem
    }

    .by3hixaa5y4,
    .f8x13hUGZGb {
        --bs-gutter-x: 3rem
    }

    .by3hixaa5y4,
    .AtzFn2Q9H {
        --bs-gutter-y: 3rem
    }
}

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

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

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

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

    .yyzL6o>* {
        flex: 0 0 auto;
        width: 33.333333%
    }

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

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

    .LwkXLcuz>* {
        flex: 0 0 auto;
        width: 16.666667%
    }

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

    .N93WkEkUx {
        flex: 0 0 auto;
        width: 8.333333%
    }

    .XoS70CVKo1 {
        flex: 0 0 auto;
        width: 16.666667%
    }

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

    .ejAq3RLbf34 {
        flex: 0 0 auto;
        width: 33.333333%
    }

    .VPo6v9r {
        flex: 0 0 auto;
        width: 41.666667%
    }

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

    .gIw5s1n {
        flex: 0 0 auto;
        width: 58.333333%
    }

    .R6whv99xVZ {
        flex: 0 0 auto;
        width: 66.666667%
    }

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

    .nZeg5AFD {
        flex: 0 0 auto;
        width: 83.333333%
    }

    .Ffacr2Olx4 {
        flex: 0 0 auto;
        width: 91.666667%
    }

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

    .HWtMbTQyI {
        margin-left: 0
    }

    .XuPHCME {
        margin-left: 8.333333%
    }

    .xL9ZDI {
        margin-left: 16.666667%
    }

    .M9PJdh {
        margin-left: 25%
    }

    .X4MNdQ1c {
        margin-left: 33.333333%
    }

    .jyOf6T {
        margin-left: 41.666667%
    }

    .xfDka72H {
        margin-left: 50%
    }

    .cj73Gk5bFDM {
        margin-left: 58.333333%
    }

    .Viwgoxjvcv {
        margin-left: 66.666667%
    }

    .AKee2G6jfI {
        margin-left: 75%
    }

    .wqcwbq8 {
        margin-left: 83.333333%
    }

    .TDgSlif5dl {
        margin-left: 91.666667%
    }

    .wS1kPKGqEw9,
    .WQ6DdftU2d {
        --bs-gutter-x: 0
    }

    .wS1kPKGqEw9,
    .xvufuHxrS {
        --bs-gutter-y: 0
    }

    .LbFW9IdO8eb,
    .HqJo9WOPK4 {
        --bs-gutter-x: 0.25rem
    }

    .LbFW9IdO8eb,
    .lahzdy {
        --bs-gutter-y: 0.25rem
    }

    .XashJufd,
    .CxjMECmwc2N {
        --bs-gutter-x: 0.5rem
    }

    .XashJufd,
    .iNQ6HBomV {
        --bs-gutter-y: 0.5rem
    }

    .DcAis9Q,
    .bzcXja0z8c {
        --bs-gutter-x: 1rem
    }

    .DcAis9Q,
    .QxK69d {
        --bs-gutter-y: 1rem
    }

    .SayhW5,
    .OaU6ddPk {
        --bs-gutter-x: 1.5rem
    }

    .SayhW5,
    .ZfLMC5wSNi2 {
        --bs-gutter-y: 1.5rem
    }

    .yOzvvfEo,
    .GXQmP38q {
        --bs-gutter-x: 3rem
    }

    .yOzvvfEo,
    .hMUryMNdaSq {
        --bs-gutter-y: 3rem
    }
}

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

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

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

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

    .IZKqkugX4jP>* {
        flex: 0 0 auto;
        width: 33.333333%
    }

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

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

    .hX8Fw5h8u>* {
        flex: 0 0 auto;
        width: 16.666667%
    }

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

    .uq3f1aOAo {
        flex: 0 0 auto;
        width: 8.333333%
    }

    .FaxvZlVgjk {
        flex: 0 0 auto;
        width: 16.666667%
    }

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

    .hP8cOeq {
        flex: 0 0 auto;
        width: 33.333333%
    }

    .IeJggIuBsEo {
        flex: 0 0 auto;
        width: 41.666667%
    }

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

    .acU1kqG4TZg {
        flex: 0 0 auto;
        width: 58.333333%
    }

    .lBnBXhHb {
        flex: 0 0 auto;
        width: 66.666667%
    }

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

    .mPe3F6eT {
        flex: 0 0 auto;
        width: 83.333333%
    }

    .tAv4mhE {
        flex: 0 0 auto;
        width: 91.666667%
    }

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

    .iT9VqfrXU {
        margin-left: 0
    }

    .hZkRXXlOEbl {
        margin-left: 8.333333%
    }

    .fd4vIqay {
        margin-left: 16.666667%
    }

    .pjMpsdOr {
        margin-left: 25%
    }

    .TRTkdjW5vjK {
        margin-left: 33.333333%
    }

    .Lh9yGe {
        margin-left: 41.666667%
    }

    .AtrrByX {
        margin-left: 50%
    }

    .UoT4KCEaMhM {
        margin-left: 58.333333%
    }

    .HyZLUkJdc {
        margin-left: 66.666667%
    }

    .e7XBNoOz {
        margin-left: 75%
    }

    .Lg7d59p3Ou3 {
        margin-left: 83.333333%
    }

    .dhMCMTM3K {
        margin-left: 91.666667%
    }

    .Ca7XL2y6oak,
    .Q8FrUs0G {
        --bs-gutter-x: 0
    }

    .Ca7XL2y6oak,
    .VwMWWp9E8 {
        --bs-gutter-y: 0
    }

    .Q9xpSG1b4Sg,
    .AbxqXN0bqJO {
        --bs-gutter-x: 0.25rem
    }

    .Q9xpSG1b4Sg,
    .EeZxgVi1kj {
        --bs-gutter-y: 0.25rem
    }

    .poIfJw2g,
    .JblN3F4 {
        --bs-gutter-x: 0.5rem
    }

    .poIfJw2g,
    .AcVHtGJ {
        --bs-gutter-y: 0.5rem
    }

    .xSgkMv7y575,
    .vzcO9tw6RDJ {
        --bs-gutter-x: 1rem
    }

    .xSgkMv7y575,
    .y1Os1LwxoVS {
        --bs-gutter-y: 1rem
    }

    .dTSp8GkKD9i,
    .KffE29lyAE {
        --bs-gutter-x: 1.5rem
    }

    .dTSp8GkKD9i,
    .KD2myMm {
        --bs-gutter-y: 1.5rem
    }

    .EZK6TKED,
    .VaSsySyzbNK {
        --bs-gutter-x: 3rem
    }

    .EZK6TKED,
    .VG1BSVJb {
        --bs-gutter-y: 3rem
    }
}

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

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

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

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

    .O2p6vEwgaA>* {
        flex: 0 0 auto;
        width: 33.333333%
    }

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

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

    .pHJe0ykRuA>* {
        flex: 0 0 auto;
        width: 16.666667%
    }

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

    .kRCgyAk {
        flex: 0 0 auto;
        width: 8.333333%
    }

    .zyb3PUioS8 {
        flex: 0 0 auto;
        width: 16.666667%
    }

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

    .vd6acP1Vu {
        flex: 0 0 auto;
        width: 33.333333%
    }

    .n8GnDXx5 {
        flex: 0 0 auto;
        width: 41.666667%
    }

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

    .nAzOVJ87h {
        flex: 0 0 auto;
        width: 58.333333%
    }

    .RCPgq7kwz3 {
        flex: 0 0 auto;
        width: 66.666667%
    }

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

    .K10L7d {
        flex: 0 0 auto;
        width: 83.333333%
    }

    .Y9SXhG {
        flex: 0 0 auto;
        width: 91.666667%
    }

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

    .l2Q3Ftp6Sb {
        margin-left: 0
    }

    .rcZdbFz2wq {
        margin-left: 8.333333%
    }

    .XJpu0jbZM {
        margin-left: 16.666667%
    }

    .RVBjrIH {
        margin-left: 25%
    }

    .rlD4FGU {
        margin-left: 33.333333%
    }

    .icCd2xH {
        margin-left: 41.666667%
    }

    .dcQvp1Mx {
        margin-left: 50%
    }

    .oIv17rf {
        margin-left: 58.333333%
    }

    .F4Cuuh38T {
        margin-left: 66.666667%
    }

    .CpAKMK {
        margin-left: 75%
    }

    .gwh90rhkbKu {
        margin-left: 83.333333%
    }

    .WV4xPVpdMd {
        margin-left: 91.666667%
    }

    .MsWSRX,
    .Su0MxY {
        --bs-gutter-x: 0
    }

    .MsWSRX,
    .R2BsO2 {
        --bs-gutter-y: 0
    }

    .chTkr2KtmWE,
    .IPK1jBNjfj {
        --bs-gutter-x: 0.25rem
    }

    .chTkr2KtmWE,
    .dqWOXJnGcg {
        --bs-gutter-y: 0.25rem
    }

    .dESDuECyf,
    .pdgnh46d {
        --bs-gutter-x: 0.5rem
    }

    .dESDuECyf,
    .gKIHNx8Zm {
        --bs-gutter-y: 0.5rem
    }

    .pgrEQs6Gm,
    .VcJLFA {
        --bs-gutter-x: 1rem
    }

    .pgrEQs6Gm,
    .Jh0JpT {
        --bs-gutter-y: 1rem
    }

    .MdlSluHN,
    .TRyruIyE {
        --bs-gutter-x: 1.5rem
    }

    .MdlSluHN,
    .j1aKQOZ2xKi {
        --bs-gutter-y: 1.5rem
    }

    .RecmRMzso,
    .wkPRnQFetU7 {
        --bs-gutter-x: 3rem
    }

    .RecmRMzso,
    .vwJ9xfsR7Hg {
        --bs-gutter-y: 3rem
    }
}

.t0kPHQC {
    --bs-table-bg: transparent;
    --bs-table-accent-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
}

.t0kPHQC>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 1px
}

.t0kPHQC>tbody {
    vertical-align: inherit
}

.t0kPHQC>thead {
    vertical-align: bottom
}

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

.cCyayCO {
    caption-side: top
}

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

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

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

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

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

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

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

.RtB9NPv6 {
    --bs-table-bg: #bbd6fe;
    --bs-table-striped-bg: #b2cbf1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #a8c1e5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #adc6eb;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #a8c1e5
}

.WMuL9laeO {
    --bs-table-bg: #d6d8db;
    --bs-table-striped-bg: #cbcdd0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c1c2c5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c6c8cb;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c1c2c5
}

.VhsVhcZs {
    --bs-table-bg: #bfddcf;
    --bs-table-striped-bg: #b5d2c5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #acc7ba;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #b1ccbf;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #acc7ba
}

.K91LRrb {
    --bs-table-bg: #bbf0fb;
    --bs-table-striped-bg: #b2e4ee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #a8d8e2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #addee8;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #a8d8e2
}

.L4Ip2vH {
    --bs-table-bg: #ffeeba;
    --bs-table-striped-bg: #f2e2b1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6d6a7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecdcac;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6d6a7
}

.HvZflqG9 {
    --bs-table-bg: #f5c6cb;
    --bs-table-striped-bg: #e9bcc1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddb2b7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e3b7bc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ddb2b7
}

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

.nBUefxi {
    --bs-table-bg: #343a40;
    --bs-table-striped-bg: #3e444a;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #484e53;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #43494e;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #484e53
}

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

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

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

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

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

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

.Z3sfUL {
    margin-bottom: .5rem
}

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

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

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

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

.TJUMwT {
    display: block;
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    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) {
    .TJUMwT {
        transition: none
    }
}

.TJUMwT:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8bbafe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

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

.TJUMwT::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

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

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

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

.qP0Wo8F.k1kybK2Bt,
.qP0Wo8F.dy0Nhi {
    padding-right: 0;
    padding-left: 0
}

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

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

.J7pSqpvu {
    max-width: 3rem;
    padding: .375rem
}

.J7pSqpvu::-moz-color-swatch {
    border-radius: .25rem
}

.J7pSqpvu::-webkit-color-swatch {
    border-radius: .25rem
}

.dYcn2Amvgb {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    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
}

.dYcn2Amvgb:focus {
    border-color: #8bbafe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.dYcn2Amvgb:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

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

.dYcn2Amvgb:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.ztGR6DSnno {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.KcwzO3 {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

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

.zQpfRJJRmOt .qsBdNu99 {
    float: left;
    margin-left: -1.5em
}

.qsBdNu99 {
    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;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

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

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

.qsBdNu99:focus {
    border-color: #8bbafe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

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

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

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

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

.qsBdNu99:disabled~.SCNzzMKS,
.qsBdNu99[disabled]~.SCNzzMKS {
    opacity: .5
}

.slNsjgjgS {
    padding-left: 2.5em
}

.slNsjgjgS .qsBdNu99 {
    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
}

.slNsjgjgS .qsBdNu99: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='%238bbafe'/%3e%3c/svg%3e")
}

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

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

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

.C1sc6SSts {
    --bs-form-file-height: calc(1.5em + 0.75rem + 2px);
    position: relative
}

.CAjA8QvyS {
    position: relative;
    z-index: 2;
    width: 100%;
    height: var(--bs-form-file-height);
    margin: 0;
    opacity: 0
}

.CAjA8QvyS:focus-within~.A5Zrjme46r {
    border-color: #8bbafe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.CAjA8QvyS:disabled~.A5Zrjme46r .CDJxNhv,
.CAjA8QvyS[disabled]~.A5Zrjme46r .CDJxNhv {
    background-color: #e9ecef
}

.A5Zrjme46r {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: flex;
    height: var(--bs-form-file-height);
    border-color: #ced4da;
    border-radius: .25rem
}

.CDJxNhv {
    display: block;
    flex-grow: 1;
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.ODKPtH1v {
    display: block;
    flex-shrink: 0;
    padding: .375rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.zE5fjC {
    --bs-form-file-height: calc(1.5em + 0.5rem + 2px);
    font-size: .875rem
}

.zE5fjC .ODKPtH1v,
.zE5fjC .CDJxNhv {
    padding: .25rem .5rem
}

.APMgDo {
    --bs-form-file-height: calc(1.5em + 1rem + 2px);
    font-size: 1.25rem
}

.APMgDo .ODKPtH1v,
.APMgDo .CDJxNhv {
    padding: .5rem 1rem
}

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

.N1aktX9f4xN:focus {
    outline: 0
}

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

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

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

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

.N1aktX9f4xN::-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) {
    .N1aktX9f4xN::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.N1aktX9f4xN::-webkit-slider-thumb:active {
    background-color: #bed8fe
}

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

.N1aktX9f4xN::-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) {
    .N1aktX9f4xN::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.N1aktX9f4xN::-moz-range-thumb:active {
    background-color: #bed8fe
}

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

.N1aktX9f4xN::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -ms-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;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .N1aktX9f4xN::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.N1aktX9f4xN::-ms-thumb:active {
    background-color: #bed8fe
}

.N1aktX9f4xN::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.N1aktX9f4xN::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.N1aktX9f4xN::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.N1aktX9f4xN:disabled {
    pointer-events: none
}

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

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

.N1aktX9f4xN:disabled::-ms-thumb {
    background-color: #adb5bd
}

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

.jPH38V>.TJUMwT,
.jPH38V>.C1sc6SSts,
.jPH38V>.dYcn2Amvgb {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.jPH38V>.TJUMwT:focus,
.jPH38V>.C1sc6SSts .CAjA8QvyS:focus~.A5Zrjme46r,
.jPH38V>.dYcn2Amvgb:focus {
    z-index: 3
}

.jPH38V>.C1sc6SSts>.CAjA8QvyS:focus {
    z-index: 4
}

.jPH38V>.C1sc6SSts:not(:last-child)>.A5Zrjme46r {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.jPH38V>.C1sc6SSts:not(:first-child)>.A5Zrjme46r {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.jPH38V .FVnlAR44p {
    position: relative;
    z-index: 2
}

.jPH38V .FVnlAR44p:focus {
    z-index: 3
}

.Uk19gTLbm {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.R71BVt>.TJUMwT {
    min-height: calc(1.5em + 1rem + 2px)
}

.R71BVt>.dYcn2Amvgb {
    height: calc(1.5em + 1rem + 2px)
}

.R71BVt>.FVnlAR44p,
.R71BVt>.TJUMwT,
.R71BVt>.dYcn2Amvgb,
.R71BVt>.Uk19gTLbm {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.DEKzFmy>.TJUMwT {
    min-height: calc(1.5em + .5rem + 2px)
}

.DEKzFmy>.dYcn2Amvgb {
    height: calc(1.5em + .5rem + 2px)
}

.DEKzFmy>.FVnlAR44p,
.DEKzFmy>.TJUMwT,
.DEKzFmy>.dYcn2Amvgb,
.DEKzFmy>.Uk19gTLbm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.R71BVt>.dYcn2Amvgb,
.DEKzFmy>.dYcn2Amvgb {
    padding-right: 1.75rem
}

.jPH38V>.NhWNvh4L:nth-last-child(n+3),
.jPH38V>:not(:last-child):not(.NhWNvh4L):not(.BPtzEPb) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.jPH38V>:not(:first-child):not(.BPtzEPb) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

.DgQdVe~.xk88Hcs,
.DgQdVe~.L0benl8C4,
.whIwziAO :valid~.xk88Hcs,
.whIwziAO :valid~.L0benl8C4 {
    display: block
}

.TJUMwT.DgQdVe,
.whIwziAO .TJUMwT: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)
}

.TJUMwT.DgQdVe:focus,
.whIwziAO .TJUMwT:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

.dYcn2Amvgb.DgQdVe,
.whIwziAO .dYcn2Amvgb:valid {
    border-color: #198754;
    padding-right: calc(.75em + 2.3125rem);
    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 1.75rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.dYcn2Amvgb.DgQdVe:focus,
.whIwziAO .dYcn2Amvgb:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.qsBdNu99.DgQdVe,
.whIwziAO .qsBdNu99:valid {
    border-color: #198754
}

.qsBdNu99.DgQdVe:checked,
.whIwziAO .qsBdNu99:valid:checked {
    background-color: #198754
}

.qsBdNu99.DgQdVe:focus,
.whIwziAO .qsBdNu99:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.qsBdNu99.DgQdVe~.SCNzzMKS,
.whIwziAO .qsBdNu99:valid~.SCNzzMKS {
    color: #198754
}

.w8r7SXfIXf .qsBdNu99~.xk88Hcs {
    margin-left: .5em
}

.CAjA8QvyS.DgQdVe~.A5Zrjme46r,
.whIwziAO .CAjA8QvyS:valid~.A5Zrjme46r {
    border-color: #198754
}

.CAjA8QvyS.DgQdVe:focus~.A5Zrjme46r,
.whIwziAO .CAjA8QvyS:valid:focus~.A5Zrjme46r {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

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

.Hhlevl2D~.s6NXfBunx,
.Hhlevl2D~.gWfnZl6an,
.whIwziAO :invalid~.s6NXfBunx,
.whIwziAO :invalid~.gWfnZl6an {
    display: block
}

.TJUMwT.Hhlevl2D,
.whIwziAO .TJUMwT: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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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)
}

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

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

.dYcn2Amvgb.Hhlevl2D,
.whIwziAO .dYcn2Amvgb:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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 1.75rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

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

.qsBdNu99.Hhlevl2D,
.whIwziAO .qsBdNu99:invalid {
    border-color: #dc3545
}

.qsBdNu99.Hhlevl2D:checked,
.whIwziAO .qsBdNu99:invalid:checked {
    background-color: #dc3545
}

.qsBdNu99.Hhlevl2D:focus,
.whIwziAO .qsBdNu99:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.qsBdNu99.Hhlevl2D~.SCNzzMKS,
.whIwziAO .qsBdNu99:invalid~.SCNzzMKS {
    color: #dc3545
}

.w8r7SXfIXf .qsBdNu99~.s6NXfBunx {
    margin-left: .5em
}

.CAjA8QvyS.Hhlevl2D~.A5Zrjme46r,
.whIwziAO .CAjA8QvyS:invalid~.A5Zrjme46r {
    border-color: #dc3545
}

.CAjA8QvyS.Hhlevl2D:focus~.A5Zrjme46r,
.whIwziAO .CAjA8QvyS:invalid:focus~.A5Zrjme46r {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.FVnlAR44p {
    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;
    -ms-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) {
    .FVnlAR44p {
        transition: none
    }
}

.FVnlAR44p:hover {
    color: #212529
}

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

.FVnlAR44p.XTaIFBIAeS3,
.FVnlAR44p:disabled,
fieldset:disabled .FVnlAR44p {
    pointer-events: none;
    opacity: .65
}

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

.QH4RV1:hover {
    color: #fff;
    background-color: #025ce2;
    border-color: #0257d5
}

.VmKe6L:focus+.QH4RV1,
.QH4RV1:focus {
    color: #fff;
    background-color: #025ce2;
    border-color: #0257d5;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.VmKe6L:active+.QH4RV1,
.VmKe6L:checked+.QH4RV1,
.QH4RV1.GqShxdbHdF,
.QH4RV1:active,
.Qaifj1VV>.QH4RV1.NhWNvh4L {
    color: #fff;
    background-color: #0257d5;
    border-color: #0252c9
}

.VmKe6L:active+.QH4RV1:focus,
.VmKe6L:checked+.QH4RV1:focus,
.QH4RV1.GqShxdbHdF:focus,
.QH4RV1:active:focus,
.Qaifj1VV>.QH4RV1.NhWNvh4L:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.QH4RV1.XTaIFBIAeS3,
.QH4RV1:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

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

.ra2OM8Yu2H:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.VmKe6L:focus+.ra2OM8Yu2H,
.ra2OM8Yu2H:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.VmKe6L:active+.ra2OM8Yu2H,
.VmKe6L:checked+.ra2OM8Yu2H,
.ra2OM8Yu2H.GqShxdbHdF,
.ra2OM8Yu2H:active,
.Qaifj1VV>.ra2OM8Yu2H.NhWNvh4L {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.VmKe6L:active+.ra2OM8Yu2H:focus,
.VmKe6L:checked+.ra2OM8Yu2H:focus,
.ra2OM8Yu2H.GqShxdbHdF:focus,
.ra2OM8Yu2H:active:focus,
.Qaifj1VV>.ra2OM8Yu2H.NhWNvh4L:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.ra2OM8Yu2H.XTaIFBIAeS3,
.ra2OM8Yu2H:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

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

.HvShiF:hover {
    color: #fff;
    background-color: #136740;
    border-color: #115c39
}

.VmKe6L:focus+.HvShiF,
.HvShiF:focus {
    color: #fff;
    background-color: #136740;
    border-color: #115c39;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.VmKe6L:active+.HvShiF,
.VmKe6L:checked+.HvShiF,
.HvShiF.GqShxdbHdF,
.HvShiF:active,
.Qaifj1VV>.HvShiF.NhWNvh4L {
    color: #fff;
    background-color: #115c39;
    border-color: #0f5133
}

.VmKe6L:active+.HvShiF:focus,
.VmKe6L:checked+.HvShiF:focus,
.HvShiF.GqShxdbHdF:focus,
.HvShiF:active:focus,
.Qaifj1VV>.HvShiF.NhWNvh4L:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.HvShiF.XTaIFBIAeS3,
.HvShiF:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

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

.VBdM9kr:hover {
    color: #000;
    background-color: #2fd3f4;
    border-color: #23d0f3
}

.VmKe6L:focus+.VBdM9kr,
.VBdM9kr:focus {
    color: #000;
    background-color: #2fd3f4;
    border-color: #23d0f3;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.VmKe6L:active+.VBdM9kr,
.VmKe6L:checked+.VBdM9kr,
.VBdM9kr.GqShxdbHdF,
.VBdM9kr:active,
.Qaifj1VV>.VBdM9kr.NhWNvh4L {
    color: #000;
    background-color: #3cd5f4;
    border-color: #23d0f3
}

.VmKe6L:active+.VBdM9kr:focus,
.VmKe6L:checked+.VBdM9kr:focus,
.VBdM9kr.GqShxdbHdF:focus,
.VBdM9kr:active:focus,
.Qaifj1VV>.VBdM9kr.NhWNvh4L:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.VBdM9kr.XTaIFBIAeS3,
.VBdM9kr:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

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

.zEKD0b:hover {
    color: #000;
    background-color: #ffcb2d;
    border-color: #ffc721
}

.VmKe6L:focus+.zEKD0b,
.zEKD0b:focus {
    color: #000;
    background-color: #ffcb2d;
    border-color: #ffc721;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.VmKe6L:active+.zEKD0b,
.VmKe6L:checked+.zEKD0b,
.zEKD0b.GqShxdbHdF,
.zEKD0b:active,
.Qaifj1VV>.zEKD0b.NhWNvh4L {
    color: #000;
    background-color: #ffce3a;
    border-color: #ffc721
}

.VmKe6L:active+.zEKD0b:focus,
.VmKe6L:checked+.zEKD0b:focus,
.zEKD0b.GqShxdbHdF:focus,
.zEKD0b:active:focus,
.Qaifj1VV>.zEKD0b.NhWNvh4L:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.zEKD0b.XTaIFBIAeS3,
.zEKD0b:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

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

.zZ2ENGZo:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.VmKe6L:focus+.zZ2ENGZo,
.zZ2ENGZo:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.VmKe6L:active+.zZ2ENGZo,
.VmKe6L:checked+.zZ2ENGZo,
.zZ2ENGZo.GqShxdbHdF,
.zZ2ENGZo:active,
.Qaifj1VV>.zZ2ENGZo.NhWNvh4L {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.VmKe6L:active+.zZ2ENGZo:focus,
.VmKe6L:checked+.zZ2ENGZo:focus,
.zZ2ENGZo.GqShxdbHdF:focus,
.zZ2ENGZo:active:focus,
.Qaifj1VV>.zZ2ENGZo.NhWNvh4L:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.zZ2ENGZo.XTaIFBIAeS3,
.zZ2ENGZo:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

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

.rH78xq:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

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

.VmKe6L:active+.rH78xq,
.VmKe6L:checked+.rH78xq,
.rH78xq.GqShxdbHdF,
.rH78xq:active,
.Qaifj1VV>.rH78xq.NhWNvh4L {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.VmKe6L:active+.rH78xq:focus,
.VmKe6L:checked+.rH78xq:focus,
.rH78xq.GqShxdbHdF:focus,
.rH78xq:active:focus,
.Qaifj1VV>.rH78xq.NhWNvh4L:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.rH78xq.XTaIFBIAeS3,
.rH78xq:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.r8XnIUzcMaJ {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.r8XnIUzcMaJ:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.VmKe6L:focus+.r8XnIUzcMaJ,
.r8XnIUzcMaJ:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .25rem rgba(82, 88, 93, .5)
}

.VmKe6L:active+.r8XnIUzcMaJ,
.VmKe6L:checked+.r8XnIUzcMaJ,
.r8XnIUzcMaJ.GqShxdbHdF,
.r8XnIUzcMaJ:active,
.Qaifj1VV>.r8XnIUzcMaJ.NhWNvh4L {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.VmKe6L:active+.r8XnIUzcMaJ:focus,
.VmKe6L:checked+.r8XnIUzcMaJ:focus,
.r8XnIUzcMaJ.GqShxdbHdF:focus,
.r8XnIUzcMaJ:active:focus,
.Qaifj1VV>.r8XnIUzcMaJ.NhWNvh4L:focus {
    box-shadow: 0 0 0 .25rem rgba(82, 88, 93, .5)
}

.r8XnIUzcMaJ.XTaIFBIAeS3,
.r8XnIUzcMaJ:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

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

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

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

.VmKe6L:active+.zQeR1d,
.VmKe6L:checked+.zQeR1d,
.zQeR1d.GqShxdbHdF,
.zQeR1d.NhWNvh4L.Qaifj1VV,
.zQeR1d:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.VmKe6L:active+.zQeR1d:focus,
.VmKe6L:checked+.zQeR1d:focus,
.zQeR1d.GqShxdbHdF:focus,
.zQeR1d.NhWNvh4L.Qaifj1VV:focus,
.zQeR1d:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.zQeR1d.XTaIFBIAeS3,
.zQeR1d:disabled {
    color: #0d6efd;
    background-color: transparent
}

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

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

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

.VmKe6L:active+.mgs4PXi6bOv,
.VmKe6L:checked+.mgs4PXi6bOv,
.mgs4PXi6bOv.GqShxdbHdF,
.mgs4PXi6bOv.NhWNvh4L.Qaifj1VV,
.mgs4PXi6bOv:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.VmKe6L:active+.mgs4PXi6bOv:focus,
.VmKe6L:checked+.mgs4PXi6bOv:focus,
.mgs4PXi6bOv.GqShxdbHdF:focus,
.mgs4PXi6bOv.NhWNvh4L.Qaifj1VV:focus,
.mgs4PXi6bOv:active:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.mgs4PXi6bOv.XTaIFBIAeS3,
.mgs4PXi6bOv:disabled {
    color: #6c757d;
    background-color: transparent
}

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

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

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

.VmKe6L:active+.jUbhOD,
.VmKe6L:checked+.jUbhOD,
.jUbhOD.GqShxdbHdF,
.jUbhOD.NhWNvh4L.Qaifj1VV,
.jUbhOD:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.VmKe6L:active+.jUbhOD:focus,
.VmKe6L:checked+.jUbhOD:focus,
.jUbhOD.GqShxdbHdF:focus,
.jUbhOD.NhWNvh4L.Qaifj1VV:focus,
.jUbhOD:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.jUbhOD.XTaIFBIAeS3,
.jUbhOD:disabled {
    color: #198754;
    background-color: transparent
}

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

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

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

.VmKe6L:active+.Xi1Qwm,
.VmKe6L:checked+.Xi1Qwm,
.Xi1Qwm.GqShxdbHdF,
.Xi1Qwm.NhWNvh4L.Qaifj1VV,
.Xi1Qwm:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.VmKe6L:active+.Xi1Qwm:focus,
.VmKe6L:checked+.Xi1Qwm:focus,
.Xi1Qwm.GqShxdbHdF:focus,
.Xi1Qwm.NhWNvh4L.Qaifj1VV:focus,
.Xi1Qwm:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.Xi1Qwm.XTaIFBIAeS3,
.Xi1Qwm:disabled {
    color: #0dcaf0;
    background-color: transparent
}

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

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

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

.VmKe6L:active+.eM8SZDvs,
.VmKe6L:checked+.eM8SZDvs,
.eM8SZDvs.GqShxdbHdF,
.eM8SZDvs.NhWNvh4L.Qaifj1VV,
.eM8SZDvs:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.VmKe6L:active+.eM8SZDvs:focus,
.VmKe6L:checked+.eM8SZDvs:focus,
.eM8SZDvs.GqShxdbHdF:focus,
.eM8SZDvs.NhWNvh4L.Qaifj1VV:focus,
.eM8SZDvs:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.eM8SZDvs.XTaIFBIAeS3,
.eM8SZDvs:disabled {
    color: #ffc107;
    background-color: transparent
}

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

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

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

.VmKe6L:active+.dUwxBmgfJ,
.VmKe6L:checked+.dUwxBmgfJ,
.dUwxBmgfJ.GqShxdbHdF,
.dUwxBmgfJ.NhWNvh4L.Qaifj1VV,
.dUwxBmgfJ:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.VmKe6L:active+.dUwxBmgfJ:focus,
.VmKe6L:checked+.dUwxBmgfJ:focus,
.dUwxBmgfJ.GqShxdbHdF:focus,
.dUwxBmgfJ.NhWNvh4L.Qaifj1VV:focus,
.dUwxBmgfJ:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.dUwxBmgfJ.XTaIFBIAeS3,
.dUwxBmgfJ:disabled {
    color: #dc3545;
    background-color: transparent
}

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

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

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

.VmKe6L:active+.ufras4LgDmt,
.VmKe6L:checked+.ufras4LgDmt,
.ufras4LgDmt.GqShxdbHdF,
.ufras4LgDmt.NhWNvh4L.Qaifj1VV,
.ufras4LgDmt:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.VmKe6L:active+.ufras4LgDmt:focus,
.VmKe6L:checked+.ufras4LgDmt:focus,
.ufras4LgDmt.GqShxdbHdF:focus,
.ufras4LgDmt.NhWNvh4L.Qaifj1VV:focus,
.ufras4LgDmt:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.ufras4LgDmt.XTaIFBIAeS3,
.ufras4LgDmt:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.Kpy1cM {
    color: #343a40;
    border-color: #343a40
}

.Kpy1cM:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.VmKe6L:focus+.Kpy1cM,
.Kpy1cM:focus {
    box-shadow: 0 0 0 .25rem rgba(52, 58, 64, .5)
}

.VmKe6L:active+.Kpy1cM,
.VmKe6L:checked+.Kpy1cM,
.Kpy1cM.GqShxdbHdF,
.Kpy1cM.NhWNvh4L.Qaifj1VV,
.Kpy1cM:active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.VmKe6L:active+.Kpy1cM:focus,
.VmKe6L:checked+.Kpy1cM:focus,
.Kpy1cM.GqShxdbHdF:focus,
.Kpy1cM.NhWNvh4L.Qaifj1VV:focus,
.Kpy1cM:active:focus {
    box-shadow: 0 0 0 .25rem rgba(52, 58, 64, .5)
}

.Kpy1cM.XTaIFBIAeS3,
.Kpy1cM:disabled {
    color: #343a40;
    background-color: transparent
}

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

.tmJoO96bV:hover {
    color: #024dbc
}

.tmJoO96bV.XTaIFBIAeS3,
.tmJoO96bV:disabled {
    color: #6c757d
}

.SM6Ey2XwHsi>.FVnlAR44p,
.RRG0D363XEg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.qmkomEb>.FVnlAR44p,
.kl9C9OLTJkV {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.oo8hNw0j {
    display: block;
    width: 100%
}

.oo8hNw0j+.oo8hNw0j {
    margin-top: .5rem
}

.EQnefEaolfK {
    transition: opacity .15s linear
}

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

.EQnefEaolfK:not(.Qaifj1VV) {
    opacity: 0
}

.t3puiyAVJ:not(.Qaifj1VV) {
    display: none
}

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

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

.fNtcl6,
.uf2PCHzwwfF,
.Pt0KUc,
.IhUyydCuj {
    position: relative
}

.NhWNvh4L {
    white-space: nowrap
}

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

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

.BPtzEPb {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 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
}

.sjvFg7z8 {
    right: auto;
    left: 0
}

.y5fvV8z {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .OHsSAYXEq {
        right: auto;
        left: 0
    }

    .w3oFx9rA6SQ {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .Uhmq4cmAf {
        right: auto;
        left: 0
    }

    .DEH87U {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .XBvh6wlr {
        right: auto;
        left: 0
    }

    .Qgs6GM {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .PMRKdhw {
        right: auto;
        left: 0
    }

    .v5Jlc2mR {
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .UBA1wR {
        right: auto;
        left: 0
    }

    .A0NhKebS5p {
        right: 0;
        left: auto
    }
}

.IhUyydCuj .BPtzEPb {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.IhUyydCuj .NhWNvh4L::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
}

.IhUyydCuj .NhWNvh4L:empty::after {
    margin-left: 0
}

.Pt0KUc .BPtzEPb {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.Pt0KUc .NhWNvh4L::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
}

.Pt0KUc .NhWNvh4L:empty::after {
    margin-left: 0
}

.Pt0KUc .NhWNvh4L::after {
    vertical-align: 0
}

.uf2PCHzwwfF .BPtzEPb {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

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

.uf2PCHzwwfF .NhWNvh4L::after {
    display: none
}

.uf2PCHzwwfF .NhWNvh4L::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
}

.uf2PCHzwwfF .NhWNvh4L:empty::after {
    margin-left: 0
}

.uf2PCHzwwfF .NhWNvh4L::before {
    vertical-align: 0
}

.BPtzEPb[x-placement^=bottom],
.BPtzEPb[x-placement^=left],
.BPtzEPb[x-placement^=right],
.BPtzEPb[x-placement^=top] {
    right: auto;
    bottom: auto
}

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

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

.TzN2wsCvd:focus,
.TzN2wsCvd:hover {
    color: #16181b;
    background-color: #f8f9fa
}

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

.TzN2wsCvd.XTaIFBIAeS3,
.TzN2wsCvd:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.BPtzEPb.Qaifj1VV {
    display: block
}

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

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

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

.HUackO .TzN2wsCvd {
    color: #dee2e6
}

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

.HUackO .TzN2wsCvd.GqShxdbHdF,
.HUackO .TzN2wsCvd:active {
    color: #fff;
    background-color: #0d6efd
}

.HUackO .TzN2wsCvd.XTaIFBIAeS3,
.HUackO .TzN2wsCvd:disabled {
    color: #adb5bd
}

.HUackO .f5sk0n {
    border-color: rgba(0, 0, 0, .15)
}

.HUackO .SnHJsiQ {
    color: #dee2e6
}

.HUackO .An5Vamf {
    color: #adb5bd
}

.XHQATVKFaB8,
.FmOO0HWI {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.FmOO0HWI>.FVnlAR44p,
.XHQATVKFaB8>.FVnlAR44p {
    position: relative;
    flex: 1 1 auto
}

.FmOO0HWI>.VmKe6L:checked+.FVnlAR44p,
.FmOO0HWI>.VmKe6L:focus+.FVnlAR44p,
.FmOO0HWI>.FVnlAR44p.GqShxdbHdF,
.FmOO0HWI>.FVnlAR44p:active,
.FmOO0HWI>.FVnlAR44p:focus,
.FmOO0HWI>.FVnlAR44p:hover,
.XHQATVKFaB8>.VmKe6L:checked+.FVnlAR44p,
.XHQATVKFaB8>.VmKe6L:focus+.FVnlAR44p,
.XHQATVKFaB8>.FVnlAR44p.GqShxdbHdF,
.XHQATVKFaB8>.FVnlAR44p:active,
.XHQATVKFaB8>.FVnlAR44p:focus,
.XHQATVKFaB8>.FVnlAR44p:hover {
    z-index: 1
}

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

.OtZsLM1TJI .jPH38V {
    width: auto
}

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

.XHQATVKFaB8>.XHQATVKFaB8:not(:last-child)>.FVnlAR44p,
.XHQATVKFaB8>.FVnlAR44p:not(:last-child):not(.NhWNvh4L) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.XHQATVKFaB8>.XHQATVKFaB8:not(:first-child)>.FVnlAR44p,
.XHQATVKFaB8>.FVnlAR44p:nth-child(n+3),
.XHQATVKFaB8>:not(.VmKe6L)+.FVnlAR44p {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

.KDTSeZVRci::after,
.Pt0KUc .KDTSeZVRci::after,
.IhUyydCuj .KDTSeZVRci::after {
    margin-left: 0
}

.uf2PCHzwwfF .KDTSeZVRci::before {
    margin-right: 0
}

.qmkomEb>.FVnlAR44p+.KDTSeZVRci,
.kl9C9OLTJkV+.KDTSeZVRci {
    padding-right: .375rem;
    padding-left: .375rem
}

.SM6Ey2XwHsi>.FVnlAR44p+.KDTSeZVRci,
.RRG0D363XEg+.KDTSeZVRci {
    padding-right: .75rem;
    padding-left: .75rem
}

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

.FmOO0HWI>.FVnlAR44p,
.FmOO0HWI>.XHQATVKFaB8 {
    width: 100%
}

.FmOO0HWI>.XHQATVKFaB8:not(:first-child),
.FmOO0HWI>.FVnlAR44p:not(:first-child) {
    margin-top: -1px
}

.FmOO0HWI>.XHQATVKFaB8:not(:last-child)>.FVnlAR44p,
.FmOO0HWI>.FVnlAR44p:not(:last-child):not(.NhWNvh4L) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.FmOO0HWI>.XHQATVKFaB8:not(:first-child)>.FVnlAR44p,
.FmOO0HWI>.FVnlAR44p:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.ky7OLAZs {
    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) {
    .ky7OLAZs {
        transition: none
    }
}

.ky7OLAZs.XTaIFBIAeS3 {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

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

.iUy3l4DqSTA .ky7OLAZs {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.iUy3l4DqSTA .ky7OLAZs:focus,
.iUy3l4DqSTA .ky7OLAZs:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.iUy3l4DqSTA .ky7OLAZs.XTaIFBIAeS3 {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.iUy3l4DqSTA .O6AVSgoYPhu.Qaifj1VV .ky7OLAZs,
.iUy3l4DqSTA .ky7OLAZs.GqShxdbHdF {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.iUy3l4DqSTA .BPtzEPb {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.K1pC5o .ky7OLAZs {
    border-radius: .25rem
}

.K1pC5o .ky7OLAZs.GqShxdbHdF,
.K1pC5o .Qaifj1VV>.ky7OLAZs {
    color: #fff;
    background-color: #0d6efd
}

.l7YguKDXy5d .O6AVSgoYPhu,
.l7YguKDXy5d>.ky7OLAZs {
    flex: 1 1 auto;
    text-align: center
}

.Fzh9lyteG .O6AVSgoYPhu,
.Fzh9lyteG>.ky7OLAZs {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.ddJIc7rc>.keqEDN {
    display: none
}

.ddJIc7rc>.GqShxdbHdF {
    display: block
}

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

.abjOlT>.vgbPjH6,
.abjOlT>.FGSocO2a3,
.abjOlT>.cajslSLzcHx,
.abjOlT>.cQQRXTbhf0,
.abjOlT>.UR6hahp,
.abjOlT>.w4LxszXx3,
.abjOlT>.f3FfjP8vx {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

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

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

.qhfcY2CkmRO .ky7OLAZs {
    padding-right: 0;
    padding-left: 0
}

.qhfcY2CkmRO .BPtzEPb {
    position: static
}

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

.brkhNXcxJ {
    align-items: center;
    width: 100%
}

.LjLyIO {
    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) {
    .LjLyIO {
        transition: none
    }
}

.LjLyIO:hover {
    text-decoration: none
}

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

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

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

    .mowQ6Yw9 .qhfcY2CkmRO {
        flex-direction: row
    }

    .mowQ6Yw9 .qhfcY2CkmRO .BPtzEPb {
        position: absolute
    }

    .mowQ6Yw9 .qhfcY2CkmRO .ky7OLAZs {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .mowQ6Yw9 .brkhNXcxJ {
        display: flex !important
    }

    .mowQ6Yw9 .LjLyIO {
        display: none
    }
}

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

    .Car2P9UJ .qhfcY2CkmRO {
        flex-direction: row
    }

    .Car2P9UJ .qhfcY2CkmRO .BPtzEPb {
        position: absolute
    }

    .Car2P9UJ .qhfcY2CkmRO .ky7OLAZs {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .Car2P9UJ .brkhNXcxJ {
        display: flex !important
    }

    .Car2P9UJ .LjLyIO {
        display: none
    }
}

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

    .h0OggeMO .qhfcY2CkmRO {
        flex-direction: row
    }

    .h0OggeMO .qhfcY2CkmRO .BPtzEPb {
        position: absolute
    }

    .h0OggeMO .qhfcY2CkmRO .ky7OLAZs {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .h0OggeMO .brkhNXcxJ {
        display: flex !important
    }

    .h0OggeMO .LjLyIO {
        display: none
    }
}

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

    .NXot87 .qhfcY2CkmRO {
        flex-direction: row
    }

    .NXot87 .qhfcY2CkmRO .BPtzEPb {
        position: absolute
    }

    .NXot87 .qhfcY2CkmRO .ky7OLAZs {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .NXot87 .brkhNXcxJ {
        display: flex !important
    }

    .NXot87 .LjLyIO {
        display: none
    }
}

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

    .d9FGVF2 .qhfcY2CkmRO {
        flex-direction: row
    }

    .d9FGVF2 .qhfcY2CkmRO .BPtzEPb {
        position: absolute
    }

    .d9FGVF2 .qhfcY2CkmRO .ky7OLAZs {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .d9FGVF2 .brkhNXcxJ {
        display: flex !important
    }

    .d9FGVF2 .LjLyIO {
        display: none
    }
}

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

.xv2v0FL5 .qhfcY2CkmRO {
    flex-direction: row
}

.xv2v0FL5 .qhfcY2CkmRO .BPtzEPb {
    position: absolute
}

.xv2v0FL5 .qhfcY2CkmRO .ky7OLAZs {
    padding-right: .5rem;
    padding-left: .5rem
}

.xv2v0FL5 .brkhNXcxJ {
    display: flex !important
}

.xv2v0FL5 .LjLyIO {
    display: none
}

.NSijZU .WljeJpq {
    color: rgba(0, 0, 0, .9)
}

.NSijZU .WljeJpq:focus,
.NSijZU .WljeJpq:hover {
    color: rgba(0, 0, 0, .9)
}

.NSijZU .qhfcY2CkmRO .ky7OLAZs {
    color: rgba(0, 0, 0, .55)
}

.NSijZU .qhfcY2CkmRO .ky7OLAZs:focus,
.NSijZU .qhfcY2CkmRO .ky7OLAZs:hover {
    color: rgba(0, 0, 0, .7)
}

.NSijZU .qhfcY2CkmRO .ky7OLAZs.XTaIFBIAeS3 {
    color: rgba(0, 0, 0, .3)
}

.NSijZU .qhfcY2CkmRO .ky7OLAZs.GqShxdbHdF,
.NSijZU .qhfcY2CkmRO .Qaifj1VV>.ky7OLAZs {
    color: rgba(0, 0, 0, .9)
}

.NSijZU .LjLyIO {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.NSijZU .qpPghFybW {
    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")
}

.NSijZU .b99bD6wevn {
    color: rgba(0, 0, 0, .55)
}

.NSijZU .b99bD6wevn a,
.NSijZU .b99bD6wevn a:focus,
.NSijZU .b99bD6wevn a:hover {
    color: rgba(0, 0, 0, .9)
}

.cc8uTj .WljeJpq {
    color: #fff
}

.cc8uTj .WljeJpq:focus,
.cc8uTj .WljeJpq:hover {
    color: #fff
}

.cc8uTj .qhfcY2CkmRO .ky7OLAZs {
    color: rgba(255, 255, 255, .55)
}

.cc8uTj .qhfcY2CkmRO .ky7OLAZs:focus,
.cc8uTj .qhfcY2CkmRO .ky7OLAZs:hover {
    color: rgba(255, 255, 255, .75)
}

.cc8uTj .qhfcY2CkmRO .ky7OLAZs.XTaIFBIAeS3 {
    color: rgba(255, 255, 255, .25)
}

.cc8uTj .qhfcY2CkmRO .ky7OLAZs.GqShxdbHdF,
.cc8uTj .qhfcY2CkmRO .Qaifj1VV>.ky7OLAZs {
    color: #fff
}

.cc8uTj .LjLyIO {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.cc8uTj .qpPghFybW {
    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")
}

.cc8uTj .b99bD6wevn {
    color: rgba(255, 255, 255, .55)
}

.cc8uTj .b99bD6wevn a,
.cc8uTj .b99bD6wevn a:focus,
.cc8uTj .b99bD6wevn a:hover {
    color: #fff
}

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

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

.QCnRxSO>.Keddn6p {
    border-top: inherit;
    border-bottom: inherit
}

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

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

.QCnRxSO>.TKJD62W26g1+.Keddn6p,
.QCnRxSO>.Keddn6p+.sJ5issIq4b {
    border-top: 0
}

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

.NmTlXtu9p {
    margin-bottom: .5rem
}

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

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

.bGwVihz:hover {
    text-decoration: none
}

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

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

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

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

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

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

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

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

.DHjNpav,
.EluKY3oN,
.YEaGbW {
    width: 100%
}

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

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

.qeqQpWRJOH>.QCnRxSO {
    margin-bottom: .75rem
}

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

    .qeqQpWRJOH>.QCnRxSO {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .qeqQpWRJOH>.QCnRxSO+.QCnRxSO {
        margin-left: 0;
        border-left: 0
    }

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

    .qeqQpWRJOH>.QCnRxSO:not(:last-child) .TKJD62W26g1,
    .qeqQpWRJOH>.QCnRxSO:not(:last-child) .YEaGbW {
        border-top-right-radius: 0
    }

    .qeqQpWRJOH>.QCnRxSO:not(:last-child) .sJ5issIq4b,
    .qeqQpWRJOH>.QCnRxSO:not(:last-child) .EluKY3oN {
        border-bottom-right-radius: 0
    }

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

    .qeqQpWRJOH>.QCnRxSO:not(:first-child) .TKJD62W26g1,
    .qeqQpWRJOH>.QCnRxSO:not(:first-child) .YEaGbW {
        border-top-left-radius: 0
    }

    .qeqQpWRJOH>.QCnRxSO:not(:first-child) .sJ5issIq4b,
    .qeqQpWRJOH>.QCnRxSO:not(:first-child) .EluKY3oN {
        border-bottom-left-radius: 0
    }
}

.VM7SJd4UVRO {
    overflow-anchor: none
}

.VM7SJd4UVRO>.QCnRxSO {
    overflow: hidden
}

.VM7SJd4UVRO>.QCnRxSO:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.VM7SJd4UVRO>.QCnRxSO:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.VM7SJd4UVRO>.QCnRxSO>.TKJD62W26g1 {
    border-radius: 0;
    margin-bottom: -1px
}

.N2IBbm5Gz {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.SffeN1 {
    display: flex
}

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

.SffeN1+.SffeN1::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.SffeN1.GqShxdbHdF {
    color: #6c757d
}

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

.HqQabJ4C {
    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) {
    .HqQabJ4C {
        transition: none
    }
}

.HqQabJ4C:hover {
    z-index: 2;
    color: #024dbc;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

.WedScIHPv:not(:first-child) .HqQabJ4C {
    margin-left: -1px
}

.WedScIHPv.GqShxdbHdF .HqQabJ4C {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.WedScIHPv.XTaIFBIAeS3 .HqQabJ4C {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

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

.WedScIHPv:first-child .HqQabJ4C {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.WedScIHPv:last-child .HqQabJ4C {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.Eemwg2416T .HqQabJ4C {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.Eemwg2416T .WedScIHPv:first-child .HqQabJ4C {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.Eemwg2416T .WedScIHPv:last-child .HqQabJ4C {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.NjgWcFpV4p .HqQabJ4C {
    padding: .25rem .5rem;
    font-size: .875rem
}

.NjgWcFpV4p .WedScIHPv:first-child .HqQabJ4C {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.NjgWcFpV4p .WedScIHPv:last-child .HqQabJ4C {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

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

.QX5nR2hGlS:empty {
    display: none
}

.FVnlAR44p .QX5nR2hGlS {
    position: relative;
    top: -1px
}

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

.hMeqBrcJ {
    color: inherit
}

.Dr2nwD {
    font-weight: 700
}

.DtgDrp {
    padding-right: 3rem
}

.DtgDrp .Z11kN1c1 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.25rem 1rem
}

.SQ0CdKXe {
    color: #073984;
    background-color: #cfe2ff;
    border-color: #bbd6fe
}

.SQ0CdKXe .Dr2nwD {
    color: #042454
}

.vPBEdy {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.vPBEdy .Dr2nwD {
    color: #202326
}

.nCiR43l {
    color: #0d462c;
    background-color: #d1e7dd;
    border-color: #bfddcf
}

.nCiR43l .Dr2nwD {
    color: #051b11
}

.VbHPt0 {
    color: #07697d;
    background-color: #cff4fc;
    border-color: #bbf0fb
}

.VbHPt0 .Dr2nwD {
    color: #04404d
}

.yLPLCUYzCft {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.yLPLCUYzCft .Dr2nwD {
    color: #533f03
}

.ksZaDk {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.ksZaDk .Dr2nwD {
    color: #491217
}

.vgXAtqisFaT {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.vgXAtqisFaT .Dr2nwD {
    color: #686868
}

.hvPXfi2g {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.hvPXfi2g .Dr2nwD {
    color: #040505
}

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

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

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

.QE8wfOF {
    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) {
    .QE8wfOF {
        transition: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.PywOpo+.PywOpo.GqShxdbHdF {
    margin-top: -1px;
    border-top-width: 1px
}

.A8uhVmnq {
    flex-direction: row
}

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

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

.A8uhVmnq>.PywOpo.GqShxdbHdF {
    margin-top: 0
}

.A8uhVmnq>.PywOpo+.PywOpo {
    border-top-width: 1px;
    border-left-width: 0
}

.A8uhVmnq>.PywOpo+.PywOpo.GqShxdbHdF {
    margin-left: -1px;
    border-left-width: 1px
}

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

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

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

    .lvA05FK>.PywOpo.GqShxdbHdF {
        margin-top: 0
    }

    .lvA05FK>.PywOpo+.PywOpo {
        border-top-width: 1px;
        border-left-width: 0
    }

    .lvA05FK>.PywOpo+.PywOpo.GqShxdbHdF {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

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

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

    .uA1DALCZ4>.PywOpo.GqShxdbHdF {
        margin-top: 0
    }

    .uA1DALCZ4>.PywOpo+.PywOpo {
        border-top-width: 1px;
        border-left-width: 0
    }

    .uA1DALCZ4>.PywOpo+.PywOpo.GqShxdbHdF {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

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

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

    .SFyFpjMa>.PywOpo.GqShxdbHdF {
        margin-top: 0
    }

    .SFyFpjMa>.PywOpo+.PywOpo {
        border-top-width: 1px;
        border-left-width: 0
    }

    .SFyFpjMa>.PywOpo+.PywOpo.GqShxdbHdF {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

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

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

    .Cf4U0o>.PywOpo.GqShxdbHdF {
        margin-top: 0
    }

    .Cf4U0o>.PywOpo+.PywOpo {
        border-top-width: 1px;
        border-left-width: 0
    }

    .Cf4U0o>.PywOpo+.PywOpo.GqShxdbHdF {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

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

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

    .HDM7Tb7>.PywOpo.GqShxdbHdF {
        margin-top: 0
    }

    .HDM7Tb7>.PywOpo+.PywOpo {
        border-top-width: 1px;
        border-left-width: 0
    }

    .HDM7Tb7>.PywOpo+.PywOpo.GqShxdbHdF {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.xNKCgPBz {
    border-radius: 0
}

.xNKCgPBz>.PywOpo {
    border-width: 0 0 1px
}

.xNKCgPBz>.PywOpo:last-child {
    border-bottom-width: 0
}

.HuTbV0X {
    color: #073984;
    background-color: #bbd6fe
}

.HuTbV0X.xmvSJ6TexPF:focus,
.HuTbV0X.xmvSJ6TexPF:hover {
    color: #073984;
    background-color: #a2c7fe
}

.HuTbV0X.xmvSJ6TexPF.GqShxdbHdF {
    color: #fff;
    background-color: #073984;
    border-color: #073984
}

.xKVWdm46Rg {
    color: #383d41;
    background-color: #d6d8db
}

.xKVWdm46Rg.xmvSJ6TexPF:focus,
.xKVWdm46Rg.xmvSJ6TexPF:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.xKVWdm46Rg.xmvSJ6TexPF.GqShxdbHdF {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.vaarr28Kb5P {
    color: #0d462c;
    background-color: #bfddcf
}

.vaarr28Kb5P.xmvSJ6TexPF:focus,
.vaarr28Kb5P.xmvSJ6TexPF:hover {
    color: #0d462c;
    background-color: #aed4c3
}

.vaarr28Kb5P.xmvSJ6TexPF.GqShxdbHdF {
    color: #fff;
    background-color: #0d462c;
    border-color: #0d462c
}

.WcdgAc {
    color: #07697d;
    background-color: #bbf0fb
}

.WcdgAc.xmvSJ6TexPF:focus,
.WcdgAc.xmvSJ6TexPF:hover {
    color: #07697d;
    background-color: #a3ebfa
}

.WcdgAc.xmvSJ6TexPF.GqShxdbHdF {
    color: #fff;
    background-color: #07697d;
    border-color: #07697d
}

.UWdFr0F9bF5 {
    color: #856404;
    background-color: #ffeeba
}

.UWdFr0F9bF5.xmvSJ6TexPF:focus,
.UWdFr0F9bF5.xmvSJ6TexPF:hover {
    color: #856404;
    background-color: #ffe8a1
}

.UWdFr0F9bF5.xmvSJ6TexPF.GqShxdbHdF {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.Idbm4TUCmwb {
    color: #721c24;
    background-color: #f5c6cb
}

.Idbm4TUCmwb.xmvSJ6TexPF:focus,
.Idbm4TUCmwb.xmvSJ6TexPF:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.Idbm4TUCmwb.xmvSJ6TexPF.GqShxdbHdF {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.uz1Ir5qJS {
    color: #818182;
    background-color: #fdfdfe
}

.uz1Ir5qJS.xmvSJ6TexPF:focus,
.uz1Ir5qJS.xmvSJ6TexPF:hover {
    color: #818182;
    background-color: #ececf6
}

.uz1Ir5qJS.xmvSJ6TexPF.GqShxdbHdF {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.JgihhOsOl {
    color: #1b1e21;
    background-color: #c6c8ca
}

.JgihhOsOl.xmvSJ6TexPF:focus,
.JgihhOsOl.xmvSJ6TexPF:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.JgihhOsOl.xmvSJ6TexPF.GqShxdbHdF {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.Z11kN1c1 {
    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' fill='%23000' viewBox='0 0 16 16'%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") no-repeat center center/1em auto;
    background-clip: content-box;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.Z11kN1c1:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.Z11kN1c1:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.Z11kN1c1.XTaIFBIAeS3,
.Z11kN1c1:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}

.Rzf3p3Rd {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.kFa00v {
    max-width: 350px;
    font-size: .875rem;
    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);
    opacity: 0;
    border-radius: .25rem
}

.kFa00v:not(:last-child) {
    margin-bottom: .75rem
}

.kFa00v.n3tYXeeps {
    opacity: 1
}

.kFa00v.Qaifj1VV {
    display: block;
    opacity: 1
}

.kFa00v.ynO4joy1 {
    display: none
}

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

.TodWlNT .Z11kN1c1 {
    margin-right: -.375rem;
    margin-left: .75rem
}

.DjlKVAnvv0b {
    padding: .75rem
}

.MiFUCQm {
    overflow: hidden
}

.MiFUCQm .YuK8R686 {
    overflow-x: hidden;
    overflow-y: auto
}

.YuK8R686 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.rYJPwA2 {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.YuK8R686.EQnefEaolfK .rYJPwA2 {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .YuK8R686.EQnefEaolfK .rYJPwA2 {
        transition: none
    }
}

.YuK8R686.Qaifj1VV .rYJPwA2 {
    transform: none
}

.YuK8R686.AzhJCaB .rYJPwA2 {
    transform: scale(1.02)
}

.mJwsGQ {
    height: calc(100% - 1rem)
}

.mJwsGQ .AkMu6qp1x7 {
    max-height: 100%;
    overflow: hidden
}

.mJwsGQ .BKjMC37a {
    overflow-y: auto
}

.JYCExA {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

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

.yVr69V7 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.yVr69V7.EQnefEaolfK {
    opacity: 0
}

.yVr69V7.Qaifj1VV {
    opacity: .5
}

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

.FpSsinpYIq2 .Z11kN1c1 {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.yUB6vfWw4G {
    margin-bottom: 0;
    line-height: 1.5
}

.BKjMC37a {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

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

.OcKseZ>* {
    margin: .25rem
}

.Cfzubw {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .rYJPwA2 {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .mJwsGQ {
        height: calc(100% - 3.5rem)
    }

    .JYCExA {
        min-height: calc(100% - 3.5rem)
    }

    .BvDS1MWzF {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .y9R3t6,
    .t0aREE3MN {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .t0aREE3MN {
        max-width: 1140px
    }
}

.tOKvSLt2Z {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.tOKvSLt2Z .AkMu6qp1x7 {
    height: 100%;
    border: 0;
    border-radius: 0
}

.tOKvSLt2Z .FpSsinpYIq2 {
    border-radius: 0
}

.tOKvSLt2Z .BKjMC37a {
    overflow-y: auto
}

.tOKvSLt2Z .OcKseZ {
    border-radius: 0
}

@media (max-width:575.98px) {
    .h0lwt4 {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .h0lwt4 .AkMu6qp1x7 {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .h0lwt4 .FpSsinpYIq2 {
        border-radius: 0
    }

    .h0lwt4 .BKjMC37a {
        overflow-y: auto
    }

    .h0lwt4 .OcKseZ {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .LvjQxDw {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .LvjQxDw .AkMu6qp1x7 {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .LvjQxDw .FpSsinpYIq2 {
        border-radius: 0
    }

    .LvjQxDw .BKjMC37a {
        overflow-y: auto
    }

    .LvjQxDw .OcKseZ {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .V9blZ8 {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .V9blZ8 .AkMu6qp1x7 {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .V9blZ8 .FpSsinpYIq2 {
        border-radius: 0
    }

    .V9blZ8 .BKjMC37a {
        overflow-y: auto
    }

    .V9blZ8 .OcKseZ {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .juXTy3 {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .juXTy3 .AkMu6qp1x7 {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .juXTy3 .FpSsinpYIq2 {
        border-radius: 0
    }

    .juXTy3 .BKjMC37a {
        overflow-y: auto
    }

    .juXTy3 .OcKseZ {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .mylMxNQ {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .mylMxNQ .AkMu6qp1x7 {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .mylMxNQ .FpSsinpYIq2 {
        border-radius: 0
    }

    .mylMxNQ .BKjMC37a {
        overflow-y: auto
    }

    .mylMxNQ .OcKseZ {
        border-radius: 0
    }
}

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

.YaUuYTS5e.Qaifj1VV {
    opacity: .9
}

.YaUuYTS5e .qrIHkhfesY {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.YaUuYTS5e .qrIHkhfesY::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.zX7QH1[x-placement^=top],
.Az0NnVq {
    padding: .4rem 0
}

.zX7QH1[x-placement^=top] .qrIHkhfesY,
.Az0NnVq .qrIHkhfesY {
    bottom: 0
}

.zX7QH1[x-placement^=top] .qrIHkhfesY::before,
.Az0NnVq .qrIHkhfesY::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.zX7QH1[x-placement^=right],
.e2KtL6p {
    padding: 0 .4rem
}

.zX7QH1[x-placement^=right] .qrIHkhfesY,
.e2KtL6p .qrIHkhfesY {
    left: 0;
    width: .4rem;
    height: .8rem
}

.zX7QH1[x-placement^=right] .qrIHkhfesY::before,
.e2KtL6p .qrIHkhfesY::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.zX7QH1[x-placement^=bottom],
.taNcnsGI {
    padding: .4rem 0
}

.zX7QH1[x-placement^=bottom] .qrIHkhfesY,
.taNcnsGI .qrIHkhfesY {
    top: 0
}

.zX7QH1[x-placement^=bottom] .qrIHkhfesY::before,
.taNcnsGI .qrIHkhfesY::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.zX7QH1[x-placement^=left],
.bdGRqN {
    padding: 0 .4rem
}

.zX7QH1[x-placement^=left] .qrIHkhfesY,
.bdGRqN .qrIHkhfesY {
    right: 0;
    width: .4rem;
    height: .8rem
}

.zX7QH1[x-placement^=left] .qrIHkhfesY::before,
.bdGRqN .qrIHkhfesY::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.bRGriVX {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

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

.iM3EhYSZ3o .IEatIOIYh {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.iM3EhYSZ3o .IEatIOIYh::after,
.iM3EhYSZ3o .IEatIOIYh::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.xx6pSU[x-placement^=top],
.GsBe2w {
    margin-bottom: .5rem
}

.xx6pSU[x-placement^=top]>.IEatIOIYh,
.GsBe2w>.IEatIOIYh {
    bottom: calc(-.5rem - 1px)
}

.xx6pSU[x-placement^=top]>.IEatIOIYh::before,
.GsBe2w>.IEatIOIYh::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.xx6pSU[x-placement^=top]>.IEatIOIYh::after,
.GsBe2w>.IEatIOIYh::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.xx6pSU[x-placement^=right],
.NilRO9bs {
    margin-left: .5rem
}

.xx6pSU[x-placement^=right]>.IEatIOIYh,
.NilRO9bs>.IEatIOIYh {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.xx6pSU[x-placement^=right]>.IEatIOIYh::before,
.NilRO9bs>.IEatIOIYh::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.xx6pSU[x-placement^=right]>.IEatIOIYh::after,
.NilRO9bs>.IEatIOIYh::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.xx6pSU[x-placement^=bottom],
.KPoCNosZ {
    margin-top: .5rem
}

.xx6pSU[x-placement^=bottom]>.IEatIOIYh,
.KPoCNosZ>.IEatIOIYh {
    top: calc(-.5rem - 1px)
}

.xx6pSU[x-placement^=bottom]>.IEatIOIYh::before,
.KPoCNosZ>.IEatIOIYh::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.xx6pSU[x-placement^=bottom]>.IEatIOIYh::after,
.KPoCNosZ>.IEatIOIYh::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.xx6pSU[x-placement^=bottom] .X2nflfZu::before,
.KPoCNosZ .X2nflfZu::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.xx6pSU[x-placement^=left],
.TWdiCSj {
    margin-right: .5rem
}

.xx6pSU[x-placement^=left]>.IEatIOIYh,
.TWdiCSj>.IEatIOIYh {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.xx6pSU[x-placement^=left]>.IEatIOIYh::before,
.TWdiCSj>.IEatIOIYh::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.xx6pSU[x-placement^=left]>.IEatIOIYh::after,
.TWdiCSj>.IEatIOIYh::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.X2nflfZu {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.X2nflfZu:empty {
    display: none
}

.Rvq0bqWX {
    padding: 1rem 1rem;
    color: #212529
}

.gHsibr5Foc {
    position: relative
}

.gHsibr5Foc.ozEE1E6YGN {
    touch-action: pan-y
}

.d4NOT9qf {
    position: relative;
    width: 100%;
    overflow: hidden
}

.d4NOT9qf::after {
    display: block;
    clear: both;
    content: ""
}

.aiy7eASftBW {
    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) {
    .aiy7eASftBW {
        transition: none
    }
}

.vQe9CvRtc,
.MIl0SCuiYov,
.aiy7eASftBW.GqShxdbHdF {
    display: block
}

.GqShxdbHdF.vUNi6qN,
.vQe9CvRtc:not(.c6rxV6XViNK) {
    transform: translateX(100%)
}

.GqShxdbHdF.c6rxV6XViNK,
.MIl0SCuiYov:not(.vUNi6qN) {
    transform: translateX(-100%)
}

.rPGuep0a6 .aiy7eASftBW {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.rPGuep0a6 .vQe9CvRtc.c6rxV6XViNK,
.rPGuep0a6 .MIl0SCuiYov.vUNi6qN,
.rPGuep0a6 .aiy7eASftBW.GqShxdbHdF {
    z-index: 1;
    opacity: 1
}

.rPGuep0a6 .GqShxdbHdF.c6rxV6XViNK,
.rPGuep0a6 .GqShxdbHdF.vUNi6qN {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .rPGuep0a6 .GqShxdbHdF.c6rxV6XViNK,
    .rPGuep0a6 .GqShxdbHdF.vUNi6qN {
        transition: none
    }
}

.dFdfhC,
.LPj8WPY {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .dFdfhC,
    .LPj8WPY {
        transition: none
    }
}

.dFdfhC:focus,
.dFdfhC:hover,
.LPj8WPY:focus,
.LPj8WPY:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.LPj8WPY {
    left: 0
}

.dFdfhC {
    right: 0
}

.yYmzJ7Dy,
.oH3Vqn {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.oH3Vqn {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%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")
}

.yYmzJ7Dy {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%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")
}

.GGOefCufL {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.GGOefCufL li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

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

.GGOefCufL .GqShxdbHdF {
    opacity: 1
}

.UXMgcW {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.zNYCBg .yYmzJ7Dy,
.zNYCBg .oH3Vqn {
    filter: invert(1) grayscale(100)
}

.zNYCBg .GGOefCufL li {
    background-color: #000
}

.zNYCBg .UXMgcW {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.TOzGB7qKb {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

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

.eja7eypbkm7 {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.RnL4Vycw8L {
    width: 1rem;
    height: 1rem
}

.cCoOEgtVE::after {
    display: block;
    clear: both;
    content: ""
}

.IUU8nZeU {
    color: #0d6efd
}

.IUU8nZeU:focus,
.IUU8nZeU:hover {
    color: #024dbc
}

.JUoPIFI {
    color: #6c757d
}

.JUoPIFI:focus,
.JUoPIFI:hover {
    color: #494f54
}

.F6nrlQr {
    color: #198754
}

.F6nrlQr:focus,
.F6nrlQr:hover {
    color: #0d462c
}

.KtpJxz {
    color: #0dcaf0
}

.KtpJxz:focus,
.KtpJxz:hover {
    color: #54dbf6
}

.w2M8M6a5 {
    color: #ffc107
}

.w2M8M6a5:focus,
.w2M8M6a5:hover {
    color: #ffd454
}

.qFwjda {
    color: #dc3545
}

.qFwjda:focus,
.qFwjda:hover {
    color: #a71d2a
}

.yrKY5KoO869 {
    color: #f8f9fa
}

.yrKY5KoO869:focus,
.yrKY5KoO869:hover {
    color: #fff
}

.RI3D6Qu {
    color: #343a40
}

.RI3D6Qu:focus,
.RI3D6Qu:hover {
    color: #121416
}

.ndzBP59PwvP {
    position: relative;
    width: 100%
}

.ndzBP59PwvP::before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: ""
}

.ndzBP59PwvP>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.OvPrVgCeWA {
    --aspect-ratio: 100%
}

.WdumHByia4 {
    --aspect-ratio: calc(3 / 4 * 100%)
}

.hqkAr4ncd {
    --aspect-ratio: calc(9 / 16 * 100%)
}

.ml1pLr {
    --aspect-ratio: calc(9 / 21 * 100%)
}

.wxFy8V3BZ {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.lG0ySIeNV {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.k2sQd18Ry {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .BaSyep {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .oaMOim {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .m9ZXpOP {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .gSKOaU {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .g4HgfD {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.ScbtDx1,
.Ct1D0Bs6:not(:focus) {
    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
}

.YhUafyo4z0::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.M5Fi6r {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ATuasTdjfb {
    vertical-align: baseline !important
}

.JDVDHeJxSJr {
    vertical-align: top !important
}

.xqhqea {
    vertical-align: middle !important
}

.MCs2AYRn {
    vertical-align: bottom !important
}

.hIFAxxX4 {
    vertical-align: text-bottom !important
}

.oYd9bARrv {
    vertical-align: text-top !important
}

.UsTdugR19 {
    float: left !important
}

.a9J8Vv1I {
    float: right !important
}

.H3Io4zRB {
    float: none !important
}

.LdNgQH1u28 {
    overflow: auto !important
}

.ZPty4Fi {
    overflow: hidden !important
}

.lYrtKh4Ov {
    display: inline !important
}

.f9JblJ {
    display: inline-block !important
}

.U3mrpXXb {
    display: block !important
}

.kywB0cmbd {
    display: table !important
}

.T3sc47a7PB {
    display: table-row !important
}

.fAoqxhjA {
    display: table-cell !important
}

.YPTgidspk6n {
    display: flex !important
}

.hzdvDH {
    display: inline-flex !important
}

.PhH0whimfe {
    display: none !important
}

.WysJBtQVEF6 {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.wSTQ5mEY {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.Sq9ZnzgO0Y {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.Bt2iKOJxk {
    box-shadow: none !important
}

.lkQlfRJ {
    position: static !important
}

.XxOKMOceF {
    position: relative !important
}

.iZMYH9d4 {
    position: absolute !important
}

.RErtNPFqe {
    position: fixed !important
}

.io282zCG {
    position: -webkit-sticky !important;
    position: sticky !important
}

.HLsbIks48xo {
    top: 0 !important
}

.CGGGK82isNb {
    top: 50% !important
}

.VxQdbwT {
    top: 100% !important
}

.asHUUCEJlZH {
    bottom: 0 !important
}

.OfYJMf9Ldb {
    bottom: 50% !important
}

.SzbrxaZ {
    bottom: 100% !important
}

.S6gE9Xa5T {
    left: 0 !important
}

.Rk1GtE {
    left: 50% !important
}

.zGY58fOe {
    left: 100% !important
}

.UG4WYJ99P {
    right: 0 !important
}

.d2oNAYG8u {
    right: 50% !important
}

.Ub3v4135eb {
    right: 100% !important
}

.wlhFZh {
    transform: translateX(-50%) translateY(-50%) !important
}

.VxFWRm {
    border: 1px solid #dee2e6 !important
}

.HqqpF8lFvJr {
    border: 0 !important
}

.nrMCgH {
    border-top: 1px solid #dee2e6 !important
}

.JBzPSf1w {
    border-top: 0 !important
}

.oWx4LJR479 {
    border-right: 1px solid #dee2e6 !important
}

.m4R3JMQ {
    border-right: 0 !important
}

.sdFAitbBicm {
    border-bottom: 1px solid #dee2e6 !important
}

.m28ocp {
    border-bottom: 0 !important
}

.QozMoaFdxP {
    border-left: 1px solid #dee2e6 !important
}

.wSH1vu6Hq {
    border-left: 0 !important
}

.SqqBUVzpg {
    border-color: #0d6efd !important
}

.H6JSCfp5AU {
    border-color: #6c757d !important
}

.xDaWI8 {
    border-color: #198754 !important
}

.HwtNxk {
    border-color: #0dcaf0 !important
}

.GZlP1s {
    border-color: #ffc107 !important
}

.TjQUF8g {
    border-color: #dc3545 !important
}

.brNkHxU {
    border-color: #f8f9fa !important
}

.qcoggHB5Ln {
    border-color: #343a40 !important
}

.gMbRZuN {
    border-color: #fff !important
}

.HqqpF8lFvJr {
    border-width: 0 !important
}

.gxGYhrwpi0f {
    border-width: 1px !important
}

.lhxpn7 {
    border-width: 2px !important
}

.YwK8XJ {
    border-width: 3px !important
}

.TIg1aKYr5c {
    border-width: 4px !important
}

.FT1PTlN1W {
    border-width: 5px !important
}

.g85ElP9Pn5 {
    width: 25% !important
}

.ij3PG7be5UX {
    width: 50% !important
}

.s1qTRE31uPA {
    width: 75% !important
}

.acyVHuGU {
    width: 100% !important
}

.SQQ7WXPhQ {
    width: auto !important
}

.OHTkJbrK {
    max-width: 100% !important
}

.VcdPfkPX {
    width: 100vw !important
}

.AwgYZim9 {
    min-width: 100vw !important
}

.nRfe8D {
    height: 25% !important
}

.Lcg9ynZGnAi {
    height: 50% !important
}

.FeXVpnfa0b {
    height: 75% !important
}

.Q8F264Fb {
    height: 100% !important
}

.Svx1Ymq {
    height: auto !important
}

.nz5gwm {
    max-height: 100% !important
}

.BDJted21PWg {
    height: 100vh !important
}

.GLRo4s54S59 {
    min-height: 100vh !important
}

.yXPuHfeiPh {
    flex: 1 1 auto !important
}

.wdo01HXvA2 {
    flex-direction: row !important
}

.w0hGKsTEjb {
    flex-direction: column !important
}

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

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

.Ercg5a {
    flex-grow: 0 !important
}

.arhfTh {
    flex-grow: 1 !important
}

.Jtwwxh {
    flex-shrink: 0 !important
}

.OStYKg {
    flex-shrink: 1 !important
}

.DhFgFjNE {
    flex-wrap: wrap !important
}

.JmXkT70m {
    flex-wrap: nowrap !important
}

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

.FW0jyOgk {
    justify-content: flex-start !important
}

.EwPI2RXa {
    justify-content: flex-end !important
}

.k40vhJa {
    justify-content: center !important
}

.HgIeBr {
    justify-content: space-between !important
}

.EnFtUdn {
    justify-content: space-around !important
}

.ufM7IbAfe {
    justify-content: space-evenly !important
}

.VzqjCj {
    align-items: flex-start !important
}

.LP59t4 {
    align-items: flex-end !important
}

.RXsCcUI {
    align-items: center !important
}

.JdrZbRtHv {
    align-items: baseline !important
}

.HXbBRYP {
    align-items: stretch !important
}

.encOf6 {
    align-content: flex-start !important
}

.bnGXRs {
    align-content: flex-end !important
}

.ZAyC5l16g {
    align-content: center !important
}

.pKqW9lV {
    align-content: space-between !important
}

.jbPGYA {
    align-content: space-around !important
}

.IOcqCOHn {
    align-content: stretch !important
}

.tEcdZRdjU {
    align-self: auto !important
}

.SsfwuugafL {
    align-self: flex-start !important
}

.rNgnwuIQpo {
    align-self: flex-end !important
}

.PKHGkCiX {
    align-self: center !important
}

.HCszIPcTp {
    align-self: baseline !important
}

.oOxE38h {
    align-self: stretch !important
}

.Ho97dgFq {
    order: -1 !important
}

.SdHOssR {
    order: 0 !important
}

.TkM5vw {
    order: 1 !important
}

.EJH0TXJ {
    order: 2 !important
}

.Qrcigp6K {
    order: 3 !important
}

.xo2bJXv4bu {
    order: 4 !important
}

.S2Ekd5sObL {
    order: 5 !important
}

.xolrkY6 {
    order: 6 !important
}

.z09SW1e {
    margin: 0 !important
}

.tlv7fBN8 {
    margin: .25rem !important
}

.yRbL004nuKW {
    margin: .5rem !important
}

.wry4kzo {
    margin: 1rem !important
}

.C4ppwL03sau {
    margin: 1.5rem !important
}

.rleabrMT {
    margin: 3rem !important
}

.glaUxOg {
    margin: auto !important
}

.daCYImeOq3Y {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.TcBHBOM18m {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.kS5Q2N5a {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.xvsaKc0kE {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.dc11oT {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.pJkAcYyjm8B {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.UzkjkO3U {
    margin-right: auto !important;
    margin-left: auto !important
}

.wks9UitpKPQ {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.zqhV9gha {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.YQ1dUzOei {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.qOmA0QO92U6 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.YsvHsudf {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.kQecgO6f {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.fdOdTGoc {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.GS3Pju {
    margin-top: 0 !important
}

.mH4oKGo3Ou {
    margin-top: .25rem !important
}

.umhcIcVW {
    margin-top: .5rem !important
}

.NeUg6OTFr {
    margin-top: 1rem !important
}

.xesesiWT {
    margin-top: 1.5rem !important
}

.iTuaspV36 {
    margin-top: 3rem !important
}

.aETHqpA0y {
    margin-top: auto !important
}

.C9eaDoFGX {
    margin-right: 0 !important
}

.htmKCtcPD {
    margin-right: .25rem !important
}

.icYeuaznO {
    margin-right: .5rem !important
}

.H2FxtZ {
    margin-right: 1rem !important
}

.MfUbPq6JAHQ {
    margin-right: 1.5rem !important
}

.ymNCC5qSMGx {
    margin-right: 3rem !important
}

.Y1QUbCy {
    margin-right: auto !important
}

.Zikn6740NV6 {
    margin-bottom: 0 !important
}

.PWCd4f6egF7 {
    margin-bottom: .25rem !important
}

.HavBHfS {
    margin-bottom: .5rem !important
}

.ujveDyk {
    margin-bottom: 1rem !important
}

.NF7kc4y2 {
    margin-bottom: 1.5rem !important
}

.lkKhrzWf {
    margin-bottom: 3rem !important
}

.ghRWSid {
    margin-bottom: auto !important
}

.zmxeHwovuD {
    margin-left: 0 !important
}

.E6LlrBB1uf2 {
    margin-left: .25rem !important
}

.IMFuhB4 {
    margin-left: .5rem !important
}

.HrrMhV {
    margin-left: 1rem !important
}

.ERyz0QFF {
    margin-left: 1.5rem !important
}

.yKINIo7avH {
    margin-left: 3rem !important
}

.NRkOmD {
    margin-left: auto !important
}

.fUrEYyuWlS2 {
    padding: 0 !important
}

.hbdOhVwlKn {
    padding: .25rem !important
}

.fEpOIT {
    padding: .5rem !important
}

.JrOw42G {
    padding: 1rem !important
}

.lkG27pm {
    padding: 1.5rem !important
}

.SDdgkZ84e {
    padding: 3rem !important
}

.z388OJdj1Y {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.oW6KRbs {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.kPaCwLCgy {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.WsFaHdT6E {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.JnT5pu {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.jFjjWrjNcWF {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.TIyO6f {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.qyAXxbqn {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.H4MCa7z6 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.PysN9LW {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.eL6CYOl {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.ykAWmR {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.KtPeIXpBhsu {
    padding-top: 0 !important
}

.CiF598hwd {
    padding-top: .25rem !important
}

.X0fXhcZD {
    padding-top: .5rem !important
}

.vjqYhIGobG {
    padding-top: 1rem !important
}

.Qkl3mq4yGt {
    padding-top: 1.5rem !important
}

.aJ3zNQ9pD {
    padding-top: 3rem !important
}

.GneYc1 {
    padding-right: 0 !important
}

.NIg7ojqS {
    padding-right: .25rem !important
}

.p9AAi9cAve {
    padding-right: .5rem !important
}

.IscFvu {
    padding-right: 1rem !important
}

.SwOpcp6 {
    padding-right: 1.5rem !important
}

.maNBe1 {
    padding-right: 3rem !important
}

.rUAX32jyTeh {
    padding-bottom: 0 !important
}

.XKphcV {
    padding-bottom: .25rem !important
}

.e177AYFg {
    padding-bottom: .5rem !important
}

.q12MR8K {
    padding-bottom: 1rem !important
}

.aUPvnIB79ff {
    padding-bottom: 1.5rem !important
}

.tQl2l6jUBk {
    padding-bottom: 3rem !important
}

.xusCv4T {
    padding-left: 0 !important
}

.zHI8gu {
    padding-left: .25rem !important
}

.xAtysqMn {
    padding-left: .5rem !important
}

.YPfPpfal9P {
    padding-left: 1rem !important
}

.zcR1kdlPHz {
    padding-left: 1.5rem !important
}

.CYMsMp8Z {
    padding-left: 3rem !important
}

.iS5ziUr7aV3 {
    font-weight: 300 !important
}

.ifJWvZ {
    font-weight: lighter !important
}

.QfT1fP {
    font-weight: 400 !important
}

.A6GRUtb {
    font-weight: 700 !important
}

.lLJ955iV2hP {
    font-weight: bolder !important
}

.E6iTmmV6Im {
    text-transform: lowercase !important
}

.AuScE4Y {
    text-transform: uppercase !important
}

.nh7Nuw {
    text-transform: capitalize !important
}

.d1xxKz {
    text-align: left !important
}

.z9Qfj2CB {
    text-align: right !important
}

.shxk3w {
    text-align: center !important
}

.HcnrdnO {
    color: #0d6efd !important
}

.pOHhOFjTH {
    color: #6c757d !important
}

.wKrXWKRPSSq {
    color: #198754 !important
}

.KU0GaTywQm {
    color: #0dcaf0 !important
}

.zzqjbKM {
    color: #ffc107 !important
}

.bmVN6EwgGe {
    color: #dc3545 !important
}

.rCJ3NcRwq7b {
    color: #f8f9fa !important
}

.GSww2Icq {
    color: #343a40 !important
}

.sKvPMJ {
    color: #fff !important
}

.S0VLWuAAdS {
    color: #212529 !important
}

.kuhV04hwOa {
    color: #6c757d !important
}

.gOMLk72ivs {
    color: rgba(0, 0, 0, .5) !important
}

.WI0s3A1ae {
    color: rgba(255, 255, 255, .5) !important
}

.JdNCkrDS {
    color: inherit !important
}

.ps1ldgID {
    line-height: 1 !important
}

.OAIX2s5h {
    line-height: 1.25 !important
}

.tcRcYI6 {
    line-height: 1.5 !important
}

.C46thQNhJ {
    line-height: 2 !important
}

.aaMowVgN {
    background-color: #0d6efd !important
}

.osCDeyo {
    background-color: #6c757d !important
}

.eKcSULGCI {
    background-color: #198754 !important
}

.NRgE0lcHwL8 {
    background-color: #0dcaf0 !important
}

.AuGhIZkdx {
    background-color: #ffc107 !important
}

.BiQCgap {
    background-color: #dc3545 !important
}

.l7wdyeoEE {
    background-color: #f8f9fa !important
}

.REha2IvMp {
    background-color: #343a40 !important
}

.xUCQxGnqlj8 {
    background-color: #fff !important
}

.US2F4qc {
    background-color: #fff !important
}

.seZURpesiOQ {
    background-color: transparent !important
}

.th2hT2gh1 {
    background-image: var(--bs-gradient) !important
}

.AOAMzsR {
    white-space: normal !important
}

.hSn0mOZT7i {
    white-space: nowrap !important
}

.dZhA0As {
    text-decoration: none !important
}

.S0XjvHUAYo4 {
    text-decoration: underline !important
}

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

.ME0dQt {
    font-style: italic !important
}

.LhhJwAYWR8S {
    font-style: normal !important
}

.DWltwBKchSh {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.vRQmQzew9lJ {
    font-family: var(--bs-font-monospace) !important
}

.nyZ8t7Gx {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.AxC4NJwJ {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.Retejn {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.CJ91qC41 {
    pointer-events: none !important
}

.k04naVeerg {
    pointer-events: auto !important
}

.wmqg9p {
    border-radius: .25rem !important
}

.DS4yDut {
    border-radius: .2rem !important
}

.BY7xjsEDLRv {
    border-radius: .3rem !important
}

.IqhBFyAzlC {
    border-radius: 50% !important
}

.hRvAG5eUBP {
    border-radius: 50rem !important
}

.qe0ivdNxYUm {
    border-radius: 0 !important
}

.sGNcUn {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.SnGSAxnLFbq {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.zdcYrko {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.s5Ilvbatpf2 {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.EknpIGb {
    visibility: visible !important
}

.jSYDD6SXv {
    visibility: hidden !important
}

@media (min-width:576px) {
    .TOA9dgWye {
        float: left !important
    }

    .WsJakb {
        float: right !important
    }

    .ocHiP7KR {
        float: none !important
    }

    .zzuUdy {
        display: inline !important
    }

    .wIpeCou1Ogk {
        display: inline-block !important
    }

    .t441QhqZ1 {
        display: block !important
    }

    .kajESaNrN {
        display: table !important
    }

    .AWydENF {
        display: table-row !important
    }

    .yzSg4JW {
        display: table-cell !important
    }

    .sCVWJL {
        display: flex !important
    }

    .WggU8DE {
        display: inline-flex !important
    }

    .EgT6mg {
        display: none !important
    }

    .O2oSleM {
        flex: 1 1 auto !important
    }

    .n7e8nKzN {
        flex-direction: row !important
    }

    .OJhWahV {
        flex-direction: column !important
    }

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

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

    .b0DFM59Fnp0 {
        flex-grow: 0 !important
    }

    .IVN0v7OuD {
        flex-grow: 1 !important
    }

    .iuFFk30rHd {
        flex-shrink: 0 !important
    }

    .WlFoNuX5KzA {
        flex-shrink: 1 !important
    }

    .OOuOgggK {
        flex-wrap: wrap !important
    }

    .gYwe6xlTyTD {
        flex-wrap: nowrap !important
    }

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

    .DWv9I2o {
        justify-content: flex-start !important
    }

    .KIxGvQ {
        justify-content: flex-end !important
    }

    .lRQ9TIQ9Y {
        justify-content: center !important
    }

    .Rr7znC7k {
        justify-content: space-between !important
    }

    .KvJ8QT3R {
        justify-content: space-around !important
    }

    .wacnQK1Dbmg {
        justify-content: space-evenly !important
    }

    .tKHMFQfUTG {
        align-items: flex-start !important
    }

    .J9ZyRXtZM {
        align-items: flex-end !important
    }

    .ogNR8otpJNm {
        align-items: center !important
    }

    .edHoB7h4hV {
        align-items: baseline !important
    }

    .jlfXpREx {
        align-items: stretch !important
    }

    .PHJFJUcgqe {
        align-content: flex-start !important
    }

    .ORZTL4TQ86 {
        align-content: flex-end !important
    }

    .GgQpH5KeBw {
        align-content: center !important
    }

    .eQ7xuaJp {
        align-content: space-between !important
    }

    .T4J29N2fh2q {
        align-content: space-around !important
    }

    .FqLoR8 {
        align-content: stretch !important
    }

    .APAvz1G {
        align-self: auto !important
    }

    .J35D868bg4C {
        align-self: flex-start !important
    }

    .TQCqAWSillV {
        align-self: flex-end !important
    }

    .HclbJH {
        align-self: center !important
    }

    .u1IHyiM {
        align-self: baseline !important
    }

    .keb1unCC {
        align-self: stretch !important
    }

    .ig8NuXC {
        order: -1 !important
    }

    .CPQ4M04 {
        order: 0 !important
    }

    .TgA9it8k {
        order: 1 !important
    }

    .vJQESCAsPZ {
        order: 2 !important
    }

    .PuJndHUVr2 {
        order: 3 !important
    }

    .Lc60fGHQfn {
        order: 4 !important
    }

    .kTnP1N0tj {
        order: 5 !important
    }

    .g5lV5M1 {
        order: 6 !important
    }

    .VfI0yBMhj {
        margin: 0 !important
    }

    .MWWPWCBc {
        margin: .25rem !important
    }

    .vye3yc {
        margin: .5rem !important
    }

    .pqd2woT88K {
        margin: 1rem !important
    }

    .qNKu6L5JO {
        margin: 1.5rem !important
    }

    .cRLO6oaLi {
        margin: 3rem !important
    }

    .EaGeEWr {
        margin: auto !important
    }

    .utg11S {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .D78SGwW {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .KVLO3IgD1xp {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .enSslgoY4 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .LaBKgUQBA {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .PzSPmowm {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .WyaYQAW {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .TMIPqyo {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .xVOgzb0Ycd {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .Ec854GmQm {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .ddkxC1Hv {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .DDVQZVHp {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .ch6cQbmA {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .IbRSACV6k {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .otKyw81HS9 {
        margin-top: 0 !important
    }

    .lvrEHdNeS {
        margin-top: .25rem !important
    }

    .WhfZ8H {
        margin-top: .5rem !important
    }

    .ssscpSQvqg {
        margin-top: 1rem !important
    }

    .xeHQScSH {
        margin-top: 1.5rem !important
    }

    .gl8PQW2Dl88 {
        margin-top: 3rem !important
    }

    .DX2TjeVa {
        margin-top: auto !important
    }

    .hQDq5G4r0 {
        margin-right: 0 !important
    }

    .Sz8FjftO {
        margin-right: .25rem !important
    }

    .JorCJIyEfjo {
        margin-right: .5rem !important
    }

    .UfW8hLYZP {
        margin-right: 1rem !important
    }

    .uFjDTsX {
        margin-right: 1.5rem !important
    }

    .RafxSbj {
        margin-right: 3rem !important
    }

    .D8BRpIa {
        margin-right: auto !important
    }

    .uMhBtZceTdt {
        margin-bottom: 0 !important
    }

    .JTlCG0YdWVJ {
        margin-bottom: .25rem !important
    }

    .n87FooEkR {
        margin-bottom: .5rem !important
    }

    .pMaHbXToa {
        margin-bottom: 1rem !important
    }

    .BePwQ6I {
        margin-bottom: 1.5rem !important
    }

    .ZXp1oQNcc7Q {
        margin-bottom: 3rem !important
    }

    .F3OFtiAJxU {
        margin-bottom: auto !important
    }

    .oFyevY5 {
        margin-left: 0 !important
    }

    .xNGt9WzV6 {
        margin-left: .25rem !important
    }

    .RNjyJAc4 {
        margin-left: .5rem !important
    }

    .PofYg2 {
        margin-left: 1rem !important
    }

    .cy3ZmAwiHJ {
        margin-left: 1.5rem !important
    }

    .Ij8Y2R {
        margin-left: 3rem !important
    }

    .d7S4WkoH77r {
        margin-left: auto !important
    }

    .wUNWK4wzG {
        padding: 0 !important
    }

    .xjVmKXtE {
        padding: .25rem !important
    }

    .jGL57JC7 {
        padding: .5rem !important
    }

    .NabJ2Lf {
        padding: 1rem !important
    }

    .JiZFDdzNpB {
        padding: 1.5rem !important
    }

    .O2jZvwzZ1Iz {
        padding: 3rem !important
    }

    .erAJfg {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .kEuZHcs {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .F6qaNP {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .Hj9mLezzwq {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .bLcToHFDk {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .O38F5xSS4TN {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .NVtBRt {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .GrPqSHlS7NN {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .eyXVT07vrpR {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .xBESLq0OUBL {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .aYN6MJ8X {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .iygTcp {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .qiIImf {
        padding-top: 0 !important
    }

    .LuPEPc {
        padding-top: .25rem !important
    }

    .msobvgebNl {
        padding-top: .5rem !important
    }

    .RihWxthv5v {
        padding-top: 1rem !important
    }

    .WwButi {
        padding-top: 1.5rem !important
    }

    .zRgcXIcO {
        padding-top: 3rem !important
    }

    .W9fCMB {
        padding-right: 0 !important
    }

    .rleY52fQ3aV {
        padding-right: .25rem !important
    }

    .w9zcer4FK {
        padding-right: .5rem !important
    }

    .Pej41W5zm3k {
        padding-right: 1rem !important
    }

    .K22aYd {
        padding-right: 1.5rem !important
    }

    .O1WWnuj {
        padding-right: 3rem !important
    }

    .H0JShfTOguh {
        padding-bottom: 0 !important
    }

    .vVwwxtvJUGK {
        padding-bottom: .25rem !important
    }

    .bIV8Gs {
        padding-bottom: .5rem !important
    }

    .hgCX2MbWxEq {
        padding-bottom: 1rem !important
    }

    .Nbwgb0z {
        padding-bottom: 1.5rem !important
    }

    .cZSgmz9dR {
        padding-bottom: 3rem !important
    }

    .lb3Vg0e5Wr {
        padding-left: 0 !important
    }

    .Ty0FEuf {
        padding-left: .25rem !important
    }

    .sRGKrbmA {
        padding-left: .5rem !important
    }

    .QZKIsS {
        padding-left: 1rem !important
    }

    .IqYJ94wQmwS {
        padding-left: 1.5rem !important
    }

    .ICCR4l {
        padding-left: 3rem !important
    }

    .Ep4eCKheWjx {
        text-align: left !important
    }

    .ODnrqtqnpP {
        text-align: right !important
    }

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

@media (min-width:768px) {
    .qiJZzDYEtm {
        float: left !important
    }

    .gZoSkMuAk {
        float: right !important
    }

    .gR9buzV {
        float: none !important
    }

    .hZ8kap2 {
        display: inline !important
    }

    .UeRPNO {
        display: inline-block !important
    }

    .GCmiKIum6Ec {
        display: block !important
    }

    .GPM6LizhMK {
        display: table !important
    }

    .DHKzoPqw {
        display: table-row !important
    }

    .EInRVcYjfo {
        display: table-cell !important
    }

    .gmpbewig {
        display: flex !important
    }

    .p3dme2B9a {
        display: inline-flex !important
    }

    .jGXZtu2Pf {
        display: none !important
    }

    .Y8ZHAwi {
        flex: 1 1 auto !important
    }

    .XvtyBZv {
        flex-direction: row !important
    }

    .wgx8RzuHh {
        flex-direction: column !important
    }

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

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

    .sVq6u5V9feP {
        flex-grow: 0 !important
    }

    .GFJCo4p {
        flex-grow: 1 !important
    }

    .RCfOlfZLe {
        flex-shrink: 0 !important
    }

    .T8EQqD {
        flex-shrink: 1 !important
    }

    .L8RLKhM {
        flex-wrap: wrap !important
    }

    .iLC2KO {
        flex-wrap: nowrap !important
    }

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

    .HiMCeeE {
        justify-content: flex-start !important
    }

    .FHewo6 {
        justify-content: flex-end !important
    }

    .fzAac5 {
        justify-content: center !important
    }

    .IUANpA {
        justify-content: space-between !important
    }

    .C4qWBVf3on {
        justify-content: space-around !important
    }

    .SqARbbp {
        justify-content: space-evenly !important
    }

    .VzsZOq {
        align-items: flex-start !important
    }

    .OVYayaaUtq9 {
        align-items: flex-end !important
    }

    .S4nrzW7 {
        align-items: center !important
    }

    .UIKvPJo {
        align-items: baseline !important
    }

    .SafPOcvmW3i {
        align-items: stretch !important
    }

    .DzbTFSEYa {
        align-content: flex-start !important
    }

    .OzmFysiSS {
        align-content: flex-end !important
    }

    .I4nLj0i8 {
        align-content: center !important
    }

    .VrJ9mlQ0R {
        align-content: space-between !important
    }

    .RN4yZ1mwA {
        align-content: space-around !important
    }

    .xuf7zu7p {
        align-content: stretch !important
    }

    .pAhinqEx {
        align-self: auto !important
    }

    .aimadIP {
        align-self: flex-start !important
    }

    .Lw7CQq41MFD {
        align-self: flex-end !important
    }

    .Jzsbelf {
        align-self: center !important
    }

    .mi0gPzi {
        align-self: baseline !important
    }

    .BWC4RPK90PJ {
        align-self: stretch !important
    }

    .sjKo0bJHY {
        order: -1 !important
    }

    .GEohj7EgM {
        order: 0 !important
    }

    .dt3XCx7LF {
        order: 1 !important
    }

    .HRrdKNHV7 {
        order: 2 !important
    }

    .sTALCga {
        order: 3 !important
    }

    .vbOFU9IB5 {
        order: 4 !important
    }

    .z94Ypq64f {
        order: 5 !important
    }

    .xESZEaRwdR {
        order: 6 !important
    }

    .N2adD0 {
        margin: 0 !important
    }

    .C6Jet3X8 {
        margin: .25rem !important
    }

    .ZKHV1cCU9 {
        margin: .5rem !important
    }

    .crT2w6T9Vwy {
        margin: 1rem !important
    }

    .zk5T0wa {
        margin: 1.5rem !important
    }

    .oN9VohmU {
        margin: 3rem !important
    }

    .P5XXtdB2 {
        margin: auto !important
    }

    .IQYBtI5Js {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .zOUJWrN {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .UrdXGh {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mDkVIUUU {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .GOMk9z {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .t24DZvhtK {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .IDHeaxD {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .cSzsANirl2 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .bXpsT8ucq {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .qXZwzxSb {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .xdPwyU71E {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .Pc9vVX {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .cAKsnAHSbjT {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .vdO70if2tGq {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .VCZF63 {
        margin-top: 0 !important
    }

    .TSADguP6Y2i {
        margin-top: .25rem !important
    }

    .tkWBfvVmdG {
        margin-top: .5rem !important
    }

    .b8Tqy2vy {
        margin-top: 1rem !important
    }

    .moemuppkXV {
        margin-top: 1.5rem !important
    }

    .mrwFlf4k3U {
        margin-top: 3rem !important
    }

    .FqD7fyxpPl2 {
        margin-top: auto !important
    }

    .X4tisJ4 {
        margin-right: 0 !important
    }

    .G32oF0 {
        margin-right: .25rem !important
    }

    .S7cF8Fa8 {
        margin-right: .5rem !important
    }

    .Bw8NpN9h {
        margin-right: 1rem !important
    }

    .V7IxWCHd {
        margin-right: 1.5rem !important
    }

    .C1VDbwgKdmr {
        margin-right: 3rem !important
    }

    .pkc70fsMhY {
        margin-right: auto !important
    }

    .NhPdfX {
        margin-bottom: 0 !important
    }

    .dG5rs2wbd {
        margin-bottom: .25rem !important
    }

    .L0TeoFo {
        margin-bottom: .5rem !important
    }

    .UtEXE8cB {
        margin-bottom: 1rem !important
    }

    .eSvwpAgjJsb {
        margin-bottom: 1.5rem !important
    }

    .U8gIuXO {
        margin-bottom: 3rem !important
    }

    .Qf0bBLdnI5 {
        margin-bottom: auto !important
    }

    .ajvWQk {
        margin-left: 0 !important
    }

    .KAvVqAgTmt2 {
        margin-left: .25rem !important
    }

    .w6t3oa2wyY {
        margin-left: .5rem !important
    }

    .BhVHeg {
        margin-left: 1rem !important
    }

    .p8EjLb4 {
        margin-left: 1.5rem !important
    }

    .G3voPh83Bv {
        margin-left: 3rem !important
    }

    .RdaeYv {
        margin-left: auto !important
    }

    .CVrq23kZh {
        padding: 0 !important
    }

    .Gf23rBGSidk {
        padding: .25rem !important
    }

    .wFHpCL {
        padding: .5rem !important
    }

    .HJ9I9rb8n2h {
        padding: 1rem !important
    }

    .WUkXzfbH {
        padding: 1.5rem !important
    }

    .aKzY3JP {
        padding: 3rem !important
    }

    .q7xbji {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .KbqCEzKDpG {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .mKWpmH6FB {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .kN6zUd4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .SbI8onLEW {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .CfE7g5cCVLJ {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .zy29YNdnAHU {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .pgoG6e {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .AJMVJi4 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .kUKXMTB {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .nMOzseGKzH {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .BEolYiQLJJo {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .S6o07INSS6 {
        padding-top: 0 !important
    }

    .bssQ6aO {
        padding-top: .25rem !important
    }

    .HS83nFXaMY3 {
        padding-top: .5rem !important
    }

    .oceLP8zM6 {
        padding-top: 1rem !important
    }

    .cTgodA1fep {
        padding-top: 1.5rem !important
    }

    .YrTYKwXy {
        padding-top: 3rem !important
    }

    .nznIDLW {
        padding-right: 0 !important
    }

    .gtBLX4q {
        padding-right: .25rem !important
    }

    .ENlyML4 {
        padding-right: .5rem !important
    }

    .sjC3xSTIM {
        padding-right: 1rem !important
    }

    .txn3NRv {
        padding-right: 1.5rem !important
    }

    .ZPAXwU {
        padding-right: 3rem !important
    }

    .hN0BPSiSa5A {
        padding-bottom: 0 !important
    }

    .ryVbB9DvH {
        padding-bottom: .25rem !important
    }

    .zabdE9JEAb {
        padding-bottom: .5rem !important
    }

    .kgiCH4dbe7s {
        padding-bottom: 1rem !important
    }

    .fer4i7fT13 {
        padding-bottom: 1.5rem !important
    }

    .nIidExg0o {
        padding-bottom: 3rem !important
    }

    .LdT0mhy9jG {
        padding-left: 0 !important
    }

    .YV2YUcPQd {
        padding-left: .25rem !important
    }

    .z7krIdwB6 {
        padding-left: .5rem !important
    }

    .bTskOEd4 {
        padding-left: 1rem !important
    }

    .g1ixXcE709D {
        padding-left: 1.5rem !important
    }

    .hczOJKyKGh {
        padding-left: 3rem !important
    }

    .GmDX8He5 {
        text-align: left !important
    }

    .sUK7gvLoE {
        text-align: right !important
    }

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

@media (min-width:992px) {
    .wL98MMej0 {
        float: left !important
    }

    .OyO6UPyP4Qt {
        float: right !important
    }

    .Fwyn7B6p {
        float: none !important
    }

    .sY7FHy9gi {
        display: inline !important
    }

    .obSJ73 {
        display: inline-block !important
    }

    .xWzkVdw8qZ {
        display: block !important
    }

    .O98zlW5W {
        display: table !important
    }

    .dKlj59 {
        display: table-row !important
    }

    .s7jGW9g51X {
        display: table-cell !important
    }

    .IscIzu7PbM {
        display: flex !important
    }

    .RbnriaebrB {
        display: inline-flex !important
    }

    .jaCoxc5L3W {
        display: none !important
    }

    .RwhZ3R {
        flex: 1 1 auto !important
    }

    .yBuzf8DuP {
        flex-direction: row !important
    }

    .j2QAM2hfaey {
        flex-direction: column !important
    }

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

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

    .lkRSyRc {
        flex-grow: 0 !important
    }

    .oY4nu1JG {
        flex-grow: 1 !important
    }

    .hMbBinX6t {
        flex-shrink: 0 !important
    }

    .C92pXXv8io {
        flex-shrink: 1 !important
    }

    .sFiUMs1ach {
        flex-wrap: wrap !important
    }

    .JWawHjpad {
        flex-wrap: nowrap !important
    }

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

    .WhsERdeG {
        justify-content: flex-start !important
    }

    .mtPplgTXhwX {
        justify-content: flex-end !important
    }

    .vfh64r4byd {
        justify-content: center !important
    }

    .iix0LknvC75 {
        justify-content: space-between !important
    }

    .CGea3bjR {
        justify-content: space-around !important
    }

    .NeVJINElY3 {
        justify-content: space-evenly !important
    }

    .Hwi1bj0DhE {
        align-items: flex-start !important
    }

    .ogp3Gpxh3 {
        align-items: flex-end !important
    }

    .Ncvt18X0G {
        align-items: center !important
    }

    .o4GdxNjduQx {
        align-items: baseline !important
    }

    .F3OqCsu {
        align-items: stretch !important
    }

    .tTwopcQE {
        align-content: flex-start !important
    }

    .qgcLomX89B {
        align-content: flex-end !important
    }

    .yWvw7r {
        align-content: center !important
    }

    .Ay7rRu5V {
        align-content: space-between !important
    }

    .yc71qguZ43 {
        align-content: space-around !important
    }

    .HcdYbdMRe {
        align-content: stretch !important
    }

    .k6AEnl {
        align-self: auto !important
    }

    .HgWcp8e {
        align-self: flex-start !important
    }

    .J67jcYp4 {
        align-self: flex-end !important
    }

    .JiPex7V7ZWm {
        align-self: center !important
    }

    .azICRMf {
        align-self: baseline !important
    }

    .ADWF3KX {
        align-self: stretch !important
    }

    .O9QXjkeZX {
        order: -1 !important
    }

    .bLP3nCo1 {
        order: 0 !important
    }

    .PYVjFdiDk {
        order: 1 !important
    }

    .m1hH9mdw {
        order: 2 !important
    }

    .iPqzopU136 {
        order: 3 !important
    }

    .P6kYY9SGRI {
        order: 4 !important
    }

    .xQdhBSGfhVc {
        order: 5 !important
    }

    .QhmHBL {
        order: 6 !important
    }

    .APIrFO9JbwY {
        margin: 0 !important
    }

    .AZrPXcQBJve {
        margin: .25rem !important
    }

    .tVc43em2Nu {
        margin: .5rem !important
    }

    .Q0Mwx3x {
        margin: 1rem !important
    }

    .GfLixfo {
        margin: 1.5rem !important
    }

    .CRe60i0 {
        margin: 3rem !important
    }

    .AP8Aed {
        margin: auto !important
    }

    .heGeDMHh8D {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .KJccWZ {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .L00Ah8 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .bqG1wuG {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .AgALQqhW {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .KmZhnO7c {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mjuZkGf {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .tLFrABTw4 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .JRDY4D {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .eYvj1jsR {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .Yz2eVpgj {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .MvMtG6xvj {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .ygUOvk {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .o0OBNDjX2 {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .B4RnWQ {
        margin-top: 0 !important
    }

    .oxRmLzXRdr {
        margin-top: .25rem !important
    }

    .vpC0Ts0v5yA {
        margin-top: .5rem !important
    }

    .LtEXmDI {
        margin-top: 1rem !important
    }

    .oyYmePQO1 {
        margin-top: 1.5rem !important
    }

    .RjyZB8 {
        margin-top: 3rem !important
    }

    .P8jaMa3 {
        margin-top: auto !important
    }

    .oIwYGadN {
        margin-right: 0 !important
    }

    .yfiPYejh {
        margin-right: .25rem !important
    }

    .Vl9F3Z {
        margin-right: .5rem !important
    }

    .sf1SeJEwVw {
        margin-right: 1rem !important
    }

    .lw4fIp {
        margin-right: 1.5rem !important
    }

    .oWjjoj {
        margin-right: 3rem !important
    }

    .hYpRiWaf1iF {
        margin-right: auto !important
    }

    .FcaZ4XZu {
        margin-bottom: 0 !important
    }

    .JMtO0aL {
        margin-bottom: .25rem !important
    }

    .k4NZTeQdrBq {
        margin-bottom: .5rem !important
    }

    .SRXpC8I1 {
        margin-bottom: 1rem !important
    }

    .ccfzAokyys {
        margin-bottom: 1.5rem !important
    }

    .z9zCE4ho9nr {
        margin-bottom: 3rem !important
    }

    .vdcqafv {
        margin-bottom: auto !important
    }

    .pYXFNdKXX {
        margin-left: 0 !important
    }

    .GuQsRXdEd {
        margin-left: .25rem !important
    }

    .I4JLtciT {
        margin-left: .5rem !important
    }

    .B38oyXOwC {
        margin-left: 1rem !important
    }

    .OGsUsf3KB1R {
        margin-left: 1.5rem !important
    }

    .y100h5 {
        margin-left: 3rem !important
    }

    .d0aqor7QujX {
        margin-left: auto !important
    }

    .XjAsQNg {
        padding: 0 !important
    }

    .nEOIVOHrBob {
        padding: .25rem !important
    }

    .TKL4JkT27 {
        padding: .5rem !important
    }

    .c92FTCUu {
        padding: 1rem !important
    }

    .oZa0AiX3 {
        padding: 1.5rem !important
    }

    .GHPaPG3 {
        padding: 3rem !important
    }

    .OagygaWkGTJ {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .tvispli {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .bkybR83DYFw {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .o1RWDPKcua {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .qMDISFcU9 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .ZZW6lcmu {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .ePGlm0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .xJVL5kN2kzS {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .Rnkmv4 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .utRHCMD {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .oOR4Jo34 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .GGyBY56ue {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pmSroUqQh {
        padding-top: 0 !important
    }

    .dVan6gRu {
        padding-top: .25rem !important
    }

    .UkdYPMsph {
        padding-top: .5rem !important
    }

    .Kw3z8xfW {
        padding-top: 1rem !important
    }

    .j6kG2Sh2Ef {
        padding-top: 1.5rem !important
    }

    .qE8vfzMCM {
        padding-top: 3rem !important
    }

    .m1XTIK {
        padding-right: 0 !important
    }

    .SxZlHz {
        padding-right: .25rem !important
    }

    .xUjlMYEY6 {
        padding-right: .5rem !important
    }

    .u6jec2c3v {
        padding-right: 1rem !important
    }

    .kFQpK8t {
        padding-right: 1.5rem !important
    }

    .jI60bWkaNX {
        padding-right: 3rem !important
    }

    .iX3V3fUU {
        padding-bottom: 0 !important
    }

    .oBW7Flk {
        padding-bottom: .25rem !important
    }

    .PAuRIiTb {
        padding-bottom: .5rem !important
    }

    .gSArTw {
        padding-bottom: 1rem !important
    }

    .Lcao47iFbee {
        padding-bottom: 1.5rem !important
    }

    .IvBtiTP0 {
        padding-bottom: 3rem !important
    }

    .cNBuBZnJ {
        padding-left: 0 !important
    }

    .kwkQffEwC {
        padding-left: .25rem !important
    }

    .ZDXettt {
        padding-left: .5rem !important
    }

    .dpaZ7g2 {
        padding-left: 1rem !important
    }

    .rsUHdeTALN {
        padding-left: 1.5rem !important
    }

    .ZDTJgKu {
        padding-left: 3rem !important
    }

    .BG18ij1f {
        text-align: left !important
    }

    .WLTpMX {
        text-align: right !important
    }

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

@media (min-width:1200px) {
    .lgRVEiOTT4d {
        float: left !important
    }

    .x8ZSS9R {
        float: right !important
    }

    .RPGZbPUTynV {
        float: none !important
    }

    .kCPOodIm9 {
        display: inline !important
    }

    .P8soJM {
        display: inline-block !important
    }

    .xcgW6GK1E3U {
        display: block !important
    }

    .cijlS0f {
        display: table !important
    }

    .JUxkbw2g6x {
        display: table-row !important
    }

    .jUdmhu {
        display: table-cell !important
    }

    .cgUGwGH1Vl {
        display: flex !important
    }

    .xyBz3YJxW {
        display: inline-flex !important
    }

    .h7043v {
        display: none !important
    }

    .ArMG4AE {
        flex: 1 1 auto !important
    }

    .QVw35PY9C {
        flex-direction: row !important
    }

    .LUMw01W {
        flex-direction: column !important
    }

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

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

    .fEJnbJNYSCb {
        flex-grow: 0 !important
    }

    .JS4HgLLqWcF {
        flex-grow: 1 !important
    }

    .crfxwTO {
        flex-shrink: 0 !important
    }

    .bFaRvdQYoAq {
        flex-shrink: 1 !important
    }

    .IEybu3 {
        flex-wrap: wrap !important
    }

    .MfcNI6vy {
        flex-wrap: nowrap !important
    }

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

    .QAp97nvgf5 {
        justify-content: flex-start !important
    }

    .ae8CCPuZmx0 {
        justify-content: flex-end !important
    }

    .IoCsfXgSoW {
        justify-content: center !important
    }

    .iaxbQmFR {
        justify-content: space-between !important
    }

    .MyxQwjW1pW {
        justify-content: space-around !important
    }

    .bgjjdE9G7 {
        justify-content: space-evenly !important
    }

    .uRBpixadk {
        align-items: flex-start !important
    }

    .BO4iZL1y {
        align-items: flex-end !important
    }

    .JsEpvvOgI {
        align-items: center !important
    }

    .mA2yYJQyDtT {
        align-items: baseline !important
    }

    .zH9hDCUf {
        align-items: stretch !important
    }

    .I5A1DKJUIm {
        align-content: flex-start !important
    }

    .hRpaN2 {
        align-content: flex-end !important
    }

    .vcCAFY0r {
        align-content: center !important
    }

    .mFConx {
        align-content: space-between !important
    }

    .Zps9zFdqjKW {
        align-content: space-around !important
    }

    .yN8E3k {
        align-content: stretch !important
    }

    .PpDBfX2Mk {
        align-self: auto !important
    }

    .ZCMgCFv {
        align-self: flex-start !important
    }

    .mdaruIYMXQ {
        align-self: flex-end !important
    }

    .IvZmbb {
        align-self: center !important
    }

    .ouA8HozqXa {
        align-self: baseline !important
    }

    .IdKSV4Ec7vq {
        align-self: stretch !important
    }

    .HqZwjJE4b {
        order: -1 !important
    }

    .mHbjlShoXL {
        order: 0 !important
    }

    .u9cjYg {
        order: 1 !important
    }

    .FSUfVIA {
        order: 2 !important
    }

    .G94uRaL {
        order: 3 !important
    }

    .FR2IET3VsO {
        order: 4 !important
    }

    .HzV3CgF {
        order: 5 !important
    }

    .KLkRgo {
        order: 6 !important
    }

    .CBXqn7Gr {
        margin: 0 !important
    }

    .IqlOCUA {
        margin: .25rem !important
    }

    .Nuwd93P4 {
        margin: .5rem !important
    }

    .HxiSmhY4c {
        margin: 1rem !important
    }

    .xN5MEgaz {
        margin: 1.5rem !important
    }

    .YM2dPgW0JsE {
        margin: 3rem !important
    }

    .dj38kM3BtJg {
        margin: auto !important
    }

    .qp7PSwqaywl {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mQYtoUZXw {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .rmmy5N2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .Dza8WegHb {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .nDPirOjamq9 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .fJpeSmuPz {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .s5R6scd40l {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .mkTJ8Mtx8Z {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .pPgvbUibu {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .NpOFJ32t {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .PXvcyKWp {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .G8M6gy {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .zxgifb8NZ {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .NX0xHP5msE {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .rhB2jDZgYPd {
        margin-top: 0 !important
    }

    .sy9DHMtJ2 {
        margin-top: .25rem !important
    }

    .OnlQsITR {
        margin-top: .5rem !important
    }

    .dhEA3zzC1 {
        margin-top: 1rem !important
    }

    .vk9Zahq {
        margin-top: 1.5rem !important
    }

    .vVm0Rk {
        margin-top: 3rem !important
    }

    .hSX7fOG {
        margin-top: auto !important
    }

    .Qdg02z {
        margin-right: 0 !important
    }

    .CqFpCapi0Ps {
        margin-right: .25rem !important
    }

    .kEFzvw {
        margin-right: .5rem !important
    }

    .YZ4oH9QTUXN {
        margin-right: 1rem !important
    }

    .ilT35eRAc {
        margin-right: 1.5rem !important
    }

    .WZIqKlb683 {
        margin-right: 3rem !important
    }

    .AbP5cUZcsz {
        margin-right: auto !important
    }

    .r8bHu2Z5ZG {
        margin-bottom: 0 !important
    }

    .vpwTjUm {
        margin-bottom: .25rem !important
    }

    .SL3gu6QtDsh {
        margin-bottom: .5rem !important
    }

    .zvYWRLZAk {
        margin-bottom: 1rem !important
    }

    .JcsA3G0Z37A {
        margin-bottom: 1.5rem !important
    }

    .aA8XvifI {
        margin-bottom: 3rem !important
    }

    .TbMyfqzDIC {
        margin-bottom: auto !important
    }

    .hYMPGspl {
        margin-left: 0 !important
    }

    .TDnesUsew {
        margin-left: .25rem !important
    }

    .wVGu29 {
        margin-left: .5rem !important
    }

    .fCVYaMR {
        margin-left: 1rem !important
    }

    .vhTlMRZhh {
        margin-left: 1.5rem !important
    }

    .t5eUayFSdv {
        margin-left: 3rem !important
    }

    .qo2cEt {
        margin-left: auto !important
    }

    .HEqhRiLNaL {
        padding: 0 !important
    }

    .UH6XZt {
        padding: .25rem !important
    }

    .dVt3U655p7L {
        padding: .5rem !important
    }

    .V15JNp4nQWw {
        padding: 1rem !important
    }

    .JOaYWNw2p3 {
        padding: 1.5rem !important
    }

    .fRGeBG {
        padding: 3rem !important
    }

    .mBRBHmTwO7M {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .hvVWXls {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .Fuo9y7bU7 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .Egrfq5ixF {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .XuREeIk {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .oBhj0WxQ {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .F7GIEGDf {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .vW7Ih0 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .Yx6ulwZ {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .hdygrH4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .jtQ3ko {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .eanpYz4 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .l5kzZz7so8f {
        padding-top: 0 !important
    }

    .fU2sUk {
        padding-top: .25rem !important
    }

    .ZuQqdK6UlW {
        padding-top: .5rem !important
    }

    .DaiurxbmRNI {
        padding-top: 1rem !important
    }

    .qKfCMGR {
        padding-top: 1.5rem !important
    }

    .e1kTGm7yr {
        padding-top: 3rem !important
    }

    .UwQrrDZ5H3B {
        padding-right: 0 !important
    }

    .MrcEfJ6 {
        padding-right: .25rem !important
    }

    .AEoAt9yvh {
        padding-right: .5rem !important
    }

    .atkvMd {
        padding-right: 1rem !important
    }

    .miwxBv88a {
        padding-right: 1.5rem !important
    }

    .JXQ5fah {
        padding-right: 3rem !important
    }

    .zKdDc3zM2a {
        padding-bottom: 0 !important
    }

    .Neawm9JV {
        padding-bottom: .25rem !important
    }

    .PfngzTo9 {
        padding-bottom: .5rem !important
    }

    .uhp0toHsqcl {
        padding-bottom: 1rem !important
    }

    .IBmRnJc9J {
        padding-bottom: 1.5rem !important
    }

    .m1BBn6 {
        padding-bottom: 3rem !important
    }

    .fEaBrbeL1A9 {
        padding-left: 0 !important
    }

    .zRV0T6d {
        padding-left: .25rem !important
    }

    .uY0RyZh4 {
        padding-left: .5rem !important
    }

    .Qyl21ptfCIZ {
        padding-left: 1rem !important
    }

    .alUheFWlxyJ {
        padding-left: 1.5rem !important
    }

    .pb6biPS9dr {
        padding-left: 3rem !important
    }

    .x6sdte {
        text-align: left !important
    }

    .kg0JN7ngN {
        text-align: right !important
    }

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

@media (min-width:1400px) {
    .x53SbJ {
        float: left !important
    }

    .hNlZGi {
        float: right !important
    }

    .jAsT1Qe5i {
        float: none !important
    }

    .EOxQCaEOG {
        display: inline !important
    }

    .mEmkeYN {
        display: inline-block !important
    }

    .dtJ2Rpq45zb {
        display: block !important
    }

    .jqgfZc1tb {
        display: table !important
    }

    .ysgnxrbhtae {
        display: table-row !important
    }

    .NenFNW5BgS {
        display: table-cell !important
    }

    .UzwsveHMvgi {
        display: flex !important
    }

    .LIMdy0pX {
        display: inline-flex !important
    }

    .Si2dfSF7QmP {
        display: none !important
    }

    .pZjbA9kF {
        flex: 1 1 auto !important
    }

    .dMafJ5N {
        flex-direction: row !important
    }

    .cbfjx0Z45 {
        flex-direction: column !important
    }

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

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

    .AFrDDl {
        flex-grow: 0 !important
    }

    .xv8S58 {
        flex-grow: 1 !important
    }

    .qR6l1wS {
        flex-shrink: 0 !important
    }

    .O5qN0T0ekNM {
        flex-shrink: 1 !important
    }

    .Iip3UT {
        flex-wrap: wrap !important
    }

    .VQum7os {
        flex-wrap: nowrap !important
    }

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

    .SfsTlnI {
        justify-content: flex-start !important
    }

    .bt259ts {
        justify-content: flex-end !important
    }

    .GxUD7SS {
        justify-content: center !important
    }

    .ACf9Boo2vXp {
        justify-content: space-between !important
    }

    .a4dqIqCUdg {
        justify-content: space-around !important
    }

    .sL5Iid1 {
        justify-content: space-evenly !important
    }

    .dofchWQY {
        align-items: flex-start !important
    }

    .TplyRli {
        align-items: flex-end !important
    }

    .I7NlHSk {
        align-items: center !important
    }

    .uGQXrE {
        align-items: baseline !important
    }

    .IRWT8eMT {
        align-items: stretch !important
    }

    .YLx96ZqoUkm {
        align-content: flex-start !important
    }

    .xsBX2d {
        align-content: flex-end !important
    }

    .z7Jyvoqcbu7 {
        align-content: center !important
    }

    .mz9rHNaXL {
        align-content: space-between !important
    }

    .pfHJ8llr {
        align-content: space-around !important
    }

    .uucwaXuX {
        align-content: stretch !important
    }

    .uLhIoLO {
        align-self: auto !important
    }

    .RWTpBsi {
        align-self: flex-start !important
    }

    .hGcvGn2CLvi {
        align-self: flex-end !important
    }

    .kXi3EApk2S {
        align-self: center !important
    }

    .pweKUg1zZT {
        align-self: baseline !important
    }

    .sLma6v {
        align-self: stretch !important
    }

    .IUQ01yiq {
        order: -1 !important
    }

    .AbsFLk6ttt {
        order: 0 !important
    }

    .QngXmi {
        order: 1 !important
    }

    .aH5DHypFH {
        order: 2 !important
    }

    .rutvcBF {
        order: 3 !important
    }

    .wjVndwg1azH {
        order: 4 !important
    }

    .VOEwzijLyZ {
        order: 5 !important
    }

    .Bg3ZSFIBD {
        order: 6 !important
    }

    .ktfphM {
        margin: 0 !important
    }

    .f1ByLS3dd {
        margin: .25rem !important
    }

    .EIag9NOV {
        margin: .5rem !important
    }

    .g2AD8xt {
        margin: 1rem !important
    }

    .gGq3DBoR {
        margin: 1.5rem !important
    }

    .S1rdCf68gsS {
        margin: 3rem !important
    }

    .sKxkhhjuM {
        margin: auto !important
    }

    .vT62tWj {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .wiZMV8HA {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .GrJfET0rJF {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .JDKDPZ8 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .Vl5Wp9wzac {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .EbwQtu3BADD {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .fOfpFI1kcg {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .vlqdGxv {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .AY8Wv1XA {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .LbMnBfK {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .nh3lvefKB {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .JQJOqC7Et {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .dmcKv1Th {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .TmK9Ay {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .a7heRiE9nW {
        margin-top: 0 !important
    }

    .qLCoqFL {
        margin-top: .25rem !important
    }

    .cC85wjAq {
        margin-top: .5rem !important
    }

    .wB4f8NHM0 {
        margin-top: 1rem !important
    }

    .ajkjtJqH55t {
        margin-top: 1.5rem !important
    }

    .i8g9AVFz {
        margin-top: 3rem !important
    }

    .HjZF9Ge88 {
        margin-top: auto !important
    }

    .ZXMj6wgBXr {
        margin-right: 0 !important
    }

    .a1wvgh5Q {
        margin-right: .25rem !important
    }

    .NBPNXbdCd {
        margin-right: .5rem !important
    }

    .io6goDP {
        margin-right: 1rem !important
    }

    .NABbo7TuJ1 {
        margin-right: 1.5rem !important
    }

    .Slvedisvn {
        margin-right: 3rem !important
    }

    .JgBL8ZZ {
        margin-right: auto !important
    }

    .GBRJzzE {
        margin-bottom: 0 !important
    }

    .Yn3UPhWXIA {
        margin-bottom: .25rem !important
    }

    .aZicHNZn {
        margin-bottom: .5rem !important
    }

    .BkWTrNcLxws {
        margin-bottom: 1rem !important
    }

    .MSf6luRv {
        margin-bottom: 1.5rem !important
    }

    .PuYk9qB {
        margin-bottom: 3rem !important
    }

    .ff949aRr {
        margin-bottom: auto !important
    }

    .nQcQTKb {
        margin-left: 0 !important
    }

    .wgYrpBb {
        margin-left: .25rem !important
    }

    .gvILdMMpx {
        margin-left: .5rem !important
    }

    .dbdQIKSwZLe {
        margin-left: 1rem !important
    }

    .lBs0v5 {
        margin-left: 1.5rem !important
    }

    .w7KxC1up {
        margin-left: 3rem !important
    }

    .OCK2icH {
        margin-left: auto !important
    }

    .VTaL2Xpez {
        padding: 0 !important
    }

    .JbjUHXi2fF {
        padding: .25rem !important
    }

    .rPEowvE {
        padding: .5rem !important
    }

    .gCNApbKJ7j9 {
        padding: 1rem !important
    }

    .pn1XYfmJhE {
        padding: 1.5rem !important
    }

    .Y6dXVb {
        padding: 3rem !important
    }

    .bgtSYX3D {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .YihcX2kN3RF {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .KutpmwC {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .Bd1i324e2 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .nNGblD {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .tpiQPFy {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .MZuftbzS {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .Mbcdqxz {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .l1CPir {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .cqzTET {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .jPoiJnme {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .PBbN9Of9 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .rwSEzf {
        padding-top: 0 !important
    }

    .qdNJXN {
        padding-top: .25rem !important
    }

    .VpyN1YIQ4 {
        padding-top: .5rem !important
    }

    .P1w736zu {
        padding-top: 1rem !important
    }

    .QkjkMU {
        padding-top: 1.5rem !important
    }

    .hXZGXp {
        padding-top: 3rem !important
    }

    .rqN2DhNBIM {
        padding-right: 0 !important
    }

    .xkqF10GIT {
        padding-right: .25rem !important
    }

    .EAuTT6nKhL {
        padding-right: .5rem !important
    }

    .KQL1O0g {
        padding-right: 1rem !important
    }

    .XwrmLcV {
        padding-right: 1.5rem !important
    }

    .xqMn93kVar {
        padding-right: 3rem !important
    }

    .ZX6PX7l {
        padding-bottom: 0 !important
    }

    .kZgRVArg {
        padding-bottom: .25rem !important
    }

    .zomDG8SK8 {
        padding-bottom: .5rem !important
    }

    .Hpz7lY {
        padding-bottom: 1rem !important
    }

    .xC6vSxo8T {
        padding-bottom: 1.5rem !important
    }

    .Os6ciD {
        padding-bottom: 3rem !important
    }

    .lNoSocLH {
        padding-left: 0 !important
    }

    .aN6ZcyeQYp {
        padding-left: .25rem !important
    }

    .ZvI29Bj {
        padding-left: .5rem !important
    }

    .GQqDrrd4s6 {
        padding-left: 1rem !important
    }

    .ZSpHen {
        padding-left: 1.5rem !important
    }

    .qQDjByOFV {
        padding-left: 3rem !important
    }

    .Mm83NGSC {
        text-align: left !important
    }

    .g35UNjXdUAr {
        text-align: right !important
    }

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

@media print {
    .VuC4UZLuLp {
        display: inline !important
    }

    .WDeoygWoTq {
        display: inline-block !important
    }

    .aFapJa {
        display: block !important
    }

    .k8mMhLd {
        display: table !important
    }

    .be50oZrQ {
        display: table-row !important
    }

    .INNuUMcacm0 {
        display: table-cell !important
    }

    .c84DND7LHlu {
        display: flex !important
    }

    .MbtYHn {
        display: inline-flex !important
    }

    .zI7OrfIpE {
        display: none !important
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */