:root {
    --blue: #1e70cd;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #d9534f;
    --orange: #feb744;
    --yellow: #ffd950;
    --green: #02bc77;
    --teal: #20c997;
    --cyan: #28c3d7;
    --white: #fff;
    --gray: rgba(24, 28, 33, 0.5);
    --gray-dark: rgba(24, 28, 33, 0.8);
    --primary: #6610f2;
    --secondary: #8897aa;
    --success: #02bc77;
    --info: #28c3d7;
    --warning: #ffd950;
    --danger: #d9534f;
    --light: rgba(24, 28, 33, 0.06);
    --dark: rgba(24, 28, 33, 0.9);
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen', 'Ubuntu', 'Cantarell',
        'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    --font-family-monospace: 'SFMono-Regular', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: ' (' attr(title) ')';
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 0px solid rgba(24, 28, 33, 0.4);
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 0px solid #181c21;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid rgba(24, 28, 33, 0.2) !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #f1f1f2;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #f1f1f2;
    }
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(24, 28, 33, 0);
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
        'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 0.894rem;
    font-weight: 400;
    line-height: 1.47;
    color: #4e5155;
    text-align: left;
    background-color: #fff;
}
[tabindex='-1']:focus {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #1e70cd;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #3c8ae2;
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-family: 'SFMono-Regular', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: #a3a4a6;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1,
.h1 {
    font-size: 2.25rem;
}
h2,
.h2 {
    font-size: 1.813rem;
}
h3,
.h3 {
    font-size: 1.563rem;
}
h4,
.h4 {
    font-size: 1.313rem;
}
h5,
.h5 {
    font-size: 1rem;
}
h6,
.h6 {
    font-size: 0.894rem;
}
.lead {
    font-size: 1.1175rem;
    font-weight: 300;
}
.display-1 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-2 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-3 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(24, 28, 33, 0.06);
}
small,
.small {
    font-size: 85%;
    font-weight: 400;
}
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.1175rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #a3a4a6;
}
.blockquote-footer::before {
    content: '\2014 \00A0';
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0;
    background-color: transparent;
    border: 0px solid rgba(24, 28, 33, 0.2);
    border-radius: 0px;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #a3a4a6;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: rgba(24, 28, 33, 0.9);
    border-radius: 0.125rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: rgba(24, 28, 33, 0.9);
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table th,
.table td {
    padding: 0.625rem;
    vertical-align: top;
    border-top: 1px solid #f1f1f2;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f1f1f2;
}
.table tbody + tbody {
    border-top: 2px solid #f1f1f2;
}
.table .table {
    background-color: #fff;
}
.table-sm th,
.table-sm td {
    padding: 0.3125rem;
}
.table-bordered {
    border: 1px solid #f1f1f2;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #f1f1f2;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(24, 28, 33, 0.025);
}
.table-hover tbody tr:hover {
    background-color: rgba(24, 28, 33, 0.035);
}
.table .thead-dark th {
    color: #fff;
    background-color: rgba(24, 28, 33, 0.9);
    border-color: #3f454a;
}
.table .thead-light th {
    color: #4e5155;
    background-color: rgba(24, 28, 33, 0.03);
    border-color: #f1f1f2;
}
.table-dark {
    color: #fff;
    background-color: rgba(24, 28, 33, 0.9);
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #3f454a;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.03);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.875rem;
    font-size: 0.894rem;
    line-height: 1.33;
    color: #4e5155;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid rgba(24, 28, 33, 0.1);
    border-radius: 0px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #4e5155;
    background-color: transparent;
    border-color: #b389f9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #babbbc;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #babbbc;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #babbbc;
    opacity: 1;
}
.form-control::placeholder {
    color: #babbbc;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
    height: 2.1875rem;
}
select.form-control:focus::-ms-value {
    color: #4e5155;
    background-color: transparent;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.5rem + 0px);
    padding-bottom: calc(0.5rem + 0px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.33;
}
.col-form-label-lg {
    padding-top: calc(0.8125rem + 0px);
    padding-bottom: calc(0.8125rem + 0px);
    font-size: 1rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 0px);
    padding-bottom: calc(0.25rem + 0px);
    font-size: 0.75rem;
    line-height: 1.417;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.33;
    color: #4e5155;
    background-color: transparent;
    border: solid transparent;
    border-width: 0px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1.417;
    border-radius: 0px;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: 1.5625rem;
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.8125rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0px;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: 3.125rem;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #a3a4a6;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 0.894rem;
    line-height: 1.47;
    border-radius: 0.125rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}
.btn:hover,
.btn:focus {
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1),
        0px 1px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1),
        0px 1px 10px 0px rgba(0, 0, 0, 0.06);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-link {
    font-weight: 400;
    color: #1e70cd;
    background-color: transparent;
}
.btn-link:hover {
    color: #3c8ae2;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
    color: rgba(24, 28, 33, 0.5);
    pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 0.8125rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.125rem;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.6875rem;
    font-size: 0.75rem;
    line-height: 1.55;
    border-radius: 0.125rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
    width: 100%;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.357em;
    vertical-align: 0.357em;
    content: '';
    margin-top: -0.28em;
    width: 0.42em;
    height: 0.42em;
    border: 1px solid;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.3125rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.894rem;
    color: #4e5155;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(24, 28, 33, 0.15);
    border-radius: 0.125rem;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.357em;
    vertical-align: 0.357em;
    content: '';
    margin-top: -0;
    width: 0.42em;
    height: 0.42em;
    border: 1px solid;
    border-bottom: 0;
    border-left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.357em;
    vertical-align: 0.357em;
    content: '';
    margin-top: -0.21em;
    width: 0.42em;
    height: 0.42em;
    border: 1px solid;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.357em;
    vertical-align: 0.357em;
    content: '';
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.357em;
    vertical-align: 0.357em;
    content: '';
    margin-top: -0.21em;
    width: 0.42em;
    height: 0.42em;
    border: 1px solid;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^='top'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(24, 28, 33, 0.05);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.25rem;
    clear: both;
    font-weight: 400;
    color: #4e5155;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #4e5155;
    text-decoration: none;
    background-color: rgba(24, 28, 33, 0.03);
}
.dropdown-item.active,
.dropdown-item:active {
    color: #4e5155;
    text-decoration: none;
    background-color: rgba(24, 28, 33, 0.03);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #d1d2d3;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.3125rem 1.25rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #a3a4a6;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.5rem 1.25rem;
    color: #4e5155;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: 0px;
}
.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.51562rem;
    padding-left: 0.51562rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}
.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: 0px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
    z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: 0px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: 0px;
}
.input-group-prepend {
    margin-right: 0px;
}
.input-group-append {
    margin-left: 0px;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0.875rem;
    margin-bottom: 0;
    font-size: 0.894rem;
    font-weight: 400;
    line-height: 1.33;
    color: #4e5155;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0px solid rgba(24, 28, 33, 0.1);
    border-radius: 0px;
}
.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
    margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.47rem;
    padding-left: 1.563rem;
}
.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #6610f2;
}
.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 16, 242, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 16, 242, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #d2b9fb;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #a3a4a6;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: transparent;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.1725rem;
    left: -1.563rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    pointer-events: none;
    content: '';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
}
.custom-control-label::after {
    position: absolute;
    top: 0.1725rem;
    left: -1.563rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.125rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6610f2;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #6610f2;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(102, 16, 242, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(102, 16, 242, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6610f2;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(102, 16, 242, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: 2.1875rem;
    padding: 0.5rem 1.875rem 0.5rem 0.875rem;
    line-height: 1.47;
    color: #4e5155;
    vertical-align: middle;
    background: transparent
        url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAYAAACEJVa/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi+P//PwMIUwKYGKgABo8hLMQo8vDxa/j/7189NjlGJqZGolyyY8umBpBibAaA5Ij2DrpBMAPAHFKjGOQ1EEYRHE0nGAAgwAD7ACa5V929KwAAAABJRU5ErkJggg==')
        no-repeat right 0.875rem center;
    background-size: 17px 12px;
    border: 0px solid rgba(24, 28, 33, 0.1);
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #b389f9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(24, 28, 33, 0.075), 0 0 5px rgba(179, 137, 249, 0.5);
    box-shadow: inset 0 1px 2px rgba(24, 28, 33, 0.075), 0 0 5px rgba(179, 137, 249, 0.5);
}
.custom-select:focus::-ms-value {
    color: #4e5155;
    background-color: transparent;
}
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
    height: auto;
    padding-right: 0.875rem;
    background-image: none;
}
.custom-select:disabled {
    color: #4e5155;
    background-color: transparent;
}
.custom-select::-ms-expand {
    opacity: 0;
}
.custom-select-sm {
    height: 1.5625rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 75%;
}
.custom-select-lg {
    height: 3.125rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 125%;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.1875rem;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 2.1875rem;
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #b389f9;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #b389f9;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: 'Browse';
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 2.1875rem;
    padding: 0.5rem 0;
    line-height: 1.47;
    color: #4e5155;
    background-color: transparent;
    border: 0px solid rgba(24, 28, 33, 0.1);
    border-radius: 0px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.1875rem;
    padding: 0.5rem 0;
    line-height: 1.47;
    color: #4e5155;
    content: 'Browse';
    background-color: transparent;
    border-left: 0px solid rgba(24, 28, 33, 0.1);
    border-radius: 0 0px 0px 0;
}
.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #6610f2;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 16, 242, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 16, 242, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #d2b9fb;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(24, 28, 33, 0.2);
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #6610f2;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none;
}
.custom-range::-moz-range-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 16, 242, 0.25);
}
.custom-range::-moz-range-thumb:active {
    background-color: #d2b9fb;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(24, 28, 33, 0.2);
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #6610f2;
    border: 0;
    border-radius: 1rem;
    appearance: none;
}
.custom-range::-ms-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 16, 242, 0.25);
}
.custom-range::-ms-thumb:active {
    background-color: #d2b9fb;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: rgba(24, 28, 33, 0.2);
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: rgba(24, 28, 33, 0.2);
    border-radius: 1rem;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.75rem 1.0625rem;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #d1d2d3;
}
.nav-tabs {
    border-bottom: 0px solid rgba(24, 28, 33, 0.2);
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
}
.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: rgba(24, 28, 33, 0.1) rgba(24, 28, 33, 0.1) rgba(24, 28, 33, 0.2);
}
.nav-tabs .nav-link.disabled {
    color: #d1d2d3;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #4e5155;
    background-color: #fff;
    border-color: rgba(24, 28, 33, 0.2) rgba(24, 28, 33, 0.2) #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.125rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #6610f2;
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.67209rem;
    padding-bottom: 0.67209rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.5rem 0.7rem;
    font-size: 0.625rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0.125rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: #4e5155;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #4e5155;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(24, 28, 33, 0.4);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #4e5155;
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(24, 28, 33, 0.2);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #4e5155;
}
.navbar-light .navbar-toggler {
    color: rgba(24, 28, 33, 0.4);
    border-color: rgba(24, 28, 33, 0.06);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(24,28,33,0.4)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(24, 28, 33, 0.4);
}
.navbar-light .navbar-text a {
    color: #4e5155;
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: #4e5155;
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.4);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.8);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(24, 28, 33, 0.06);
    border-radius: 0.125rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}
.card-title {
    margin-bottom: 0.875rem;
}
.card-subtitle {
    margin-top: -0.4375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.5rem;
}
.card-header {
    padding: 0.875rem 1.5rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px solid rgba(24, 28, 33, 0.06);
}
.card-header:first-child {
    border-radius: calc(0.125rem - 0px) calc(0.125rem - 0px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.875rem 1.5rem;
    background-color: transparent;
    border-top: 0px solid rgba(24, 28, 33, 0.06);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.125rem - 0px) calc(0.125rem - 0px);
}
.card-header-tabs {
    margin-right: -0.75rem;
    margin-bottom: -0.875rem;
    margin-left: -0.75rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
}
.card-img {
    width: 100%;
    border-radius: calc(0.125rem - 0px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.125rem - 0px);
    border-top-right-radius: calc(0.125rem - 0px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.125rem - 0px);
    border-bottom-left-radius: calc(0.125rem - 0px);
}
.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -0.75rem;
        margin-left: -0.75rem;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0.75rem;
        margin-bottom: 0;
        margin-left: 0.75rem;
    }
}
.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.125rem;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.875rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.5rem;
        column-gap: 1.5rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.125rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #d1d2d3;
    content: '/';
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #4e5155;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.125rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.625rem 0.3125rem;
    margin-left: 0px;
    line-height: 1;
    color: #a3a4a6;
    background-color: transparent;
    border: 0px solid rgba(24, 28, 33, 0.2);
}
.page-link:hover {
    z-index: 2;
    color: #4e5155;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(24, 28, 33, 0.2);
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2;
}
.page-item.disabled .page-link {
    color: #d1d2d3;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: rgba(24, 28, 33, 0.2);
}
.pagination-lg .page-link {
    padding: 0.9375rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}
.pagination-sm .page-link {
    padding: 0.375rem 0.25rem;
    font-size: 0.75rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.417em;
    font-size: 0.858em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.125rem;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.583em;
    padding-left: 0.583em;
    border-radius: 10rem;
}
.jumbotron {
    padding: 3rem 1.5rem;
    margin-bottom: 3rem;
    background-color: rgba(24, 28, 33, 0.1);
    border-radius: 0.125rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 6rem 3rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.125rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3.341rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1rem;
    color: inherit;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0.25rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 0.25rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.25rem;
    overflow: hidden;
    font-size: 0px;
    background-color: rgba(24, 28, 33, 0.03);
    border-radius: 0;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: transparent;
    text-align: center;
    white-space: nowrap;
    background-color: #6610f2;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 0.25rem 0.25rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #8c8e90;
    text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #4e5155;
    text-decoration: none;
    background-color: rgba(24, 28, 33, 0.015);
}
.list-group-item-action:active {
    color: #4e5155;
    background-color: rgba(24, 28, 33, 0.03);
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.625rem 0.9375rem;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid #f1f1f2;
}
.list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #d1d2d3;
    background-color: transparent;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
.close {
    float: right;
    font-size: 1.341rem;
    font-weight: 300;
    line-height: 1;
    color: #181c21;
    text-shadow: none;
    opacity: 0.5;
}
.close:hover,
.close:focus {
    color: #181c21;
    text-decoration: none;
    opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(24, 28, 33, 0.2);
    border-radius: 0.125rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #181c21;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.2;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0px solid rgba(24, 28, 33, 0.1);
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.47;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5625rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.5625rem;
    border-top: 0px solid rgba(24, 28, 33, 0.1);
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 35rem;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 22.5rem;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 50rem;
    }
}
.tooltip {
    position: absolute;
    z-index: 9999;
    display: block;
    margin: 0;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
        'Droid Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.47;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.75rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 1;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: '';
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #46494d;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
    padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #46494d;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #46494d;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
    padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #46494d;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #46494d;
    border-radius: 0.125rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
        'Droid Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.47;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.75rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(24, 28, 33, 0.06);
    border-radius: 0.125rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.125rem;
}
.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: '';
    border-color: transparent;
    border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
    margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^='top'] .arrow {
    bottom: calc((0.5rem + 0px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before {
    bottom: 0;
    border-top-color: rgba(24, 28, 33, 0.11);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
    bottom: 0px;
    border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
    margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^='right'] .arrow {
    left: calc((0.5rem + 0px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.125rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before {
    left: 0;
    border-right-color: rgba(24, 28, 33, 0.11);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
    left: 0px;
    border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
    margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^='bottom'] .arrow {
    top: calc((0.5rem + 0px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before {
    top: 0;
    border-bottom-color: rgba(24, 28, 33, 0.11);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
    top: 0px;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: '';
    border-bottom: 0px solid rgba(24, 28, 33, 0.03);
}
.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
    margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^='left'] .arrow {
    right: calc((0.5rem + 0px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.125rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before {
    right: 0;
    border-left-color: rgba(24, 28, 33, 0.11);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
    right: 0px;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.625rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.894rem;
    color: #4e5155;
    background-color: rgba(24, 28, 33, 0.03);
    border-bottom: 0px solid rgba(13, 15, 18, 0.03);
    border-top-left-radius: calc(0.125rem - 0px);
    border-top-right-radius: calc(0.125rem - 0px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.625rem 0.75rem;
    color: #4e5155;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: '';
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: '';
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #6610f2 !important;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #610fe6 !important;
}
.bg-primary-dark {
    background-color: #5c0eda !important;
}
a.bg-primary-dark:hover,
a.bg-primary-dark:focus {
    background-color: #570dcf !important;
}
.bg-primary-darker {
    background-color: #570ece !important;
}
a.bg-primary-darker:hover,
a.bg-primary-darker:focus {
    background-color: #530dc4 !important;
}
.bg-secondary {
    background-color: #8897aa !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus {
    background-color: #818fa2 !important;
}
.bg-secondary-dark {
    background-color: #7a8899 !important;
}
a.bg-secondary-dark:hover,
a.bg-secondary-dark:focus {
    background-color: #748191 !important;
}
.bg-secondary-darker {
    background-color: #748091 !important;
}
a.bg-secondary-darker:hover,
a.bg-secondary-darker:focus {
    background-color: #6e7a8a !important;
}
.bg-success {
    background-color: #02bc77 !important;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #02b371 !important;
}
.bg-success-dark {
    background-color: #02a96b !important;
}
a.bg-success-dark:hover,
a.bg-success-dark:focus {
    background-color: #02a166 !important;
}
.bg-success-darker {
    background-color: #02a065 !important;
}
a.bg-success-darker:hover,
a.bg-success-darker:focus {
    background-color: #029860 !important;
}
.bg-info {
    background-color: #28c3d7 !important;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #26b9cc !important;
}
.bg-info-dark {
    background-color: #24b0c2 !important;
}
a.bg-info-dark:hover,
a.bg-info-dark:focus {
    background-color: #22a7b8 !important;
}
.bg-info-darker {
    background-color: #22a6b7 !important;
}
a.bg-info-darker:hover,
a.bg-info-darker:focus {
    background-color: #209eae !important;
}
.bg-warning {
    background-color: #ffd950 !important;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f2ce4c !important;
}
.bg-warning-dark {
    background-color: #e6c348 !important;
}
a.bg-warning-dark:hover,
a.bg-warning-dark:focus {
    background-color: #dbb944 !important;
}
.bg-warning-darker {
    background-color: #d9b844 !important;
}
a.bg-warning-darker:hover,
a.bg-warning-darker:focus {
    background-color: #ceaf41 !important;
}
.bg-danger {
    background-color: #d9534f !important;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #ce4f4b !important;
}
.bg-danger-dark {
    background-color: #c34b47 !important;
}
a.bg-danger-dark:hover,
a.bg-danger-dark:focus {
    background-color: #b94743 !important;
}
.bg-danger-darker {
    background-color: #b84743 !important;
}
a.bg-danger-darker:hover,
a.bg-danger-darker:focus {
    background-color: #af4340 !important;
}
.bg-light {
    background-color: rgba(24, 28, 33, 0.06) !important;
}
a.bg-light:hover,
a.bg-light:focus {
    background-color: #171b1f !important;
}
.bg-light-dark {
    background-color: #16191e !important;
}
a.bg-light-dark:hover,
a.bg-light-dark:focus {
    background-color: #15181d !important;
}
.bg-light-darker {
    background-color: #14181c !important;
}
a.bg-light-darker:hover,
a.bg-light-darker:focus {
    background-color: #13171b !important;
}
.bg-dark {
    background-color: rgba(24, 28, 33, 0.9) !important;
}
a.bg-dark:hover,
a.bg-dark:focus {
    background-color: #171b1f !important;
}
.bg-dark-dark {
    background-color: #16191e !important;
}
a.bg-dark-dark:hover,
a.bg-dark-dark:focus {
    background-color: #15181d !important;
}
.bg-dark-darker {
    background-color: #14181c !important;
}
a.bg-dark-darker:hover,
a.bg-dark-darker:focus {
    background-color: #13171b !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
html:not([dir='rtl']) .border {
    border: 0px solid rgba(24, 28, 33, 0.06) !important;
}
html:not([dir='rtl']) .border-top {
    border-top: 0px solid rgba(24, 28, 33, 0.06) !important;
}
html:not([dir='rtl']) .border-right {
    border-right: 0px solid rgba(24, 28, 33, 0.06) !important;
}
html:not([dir='rtl']) .border-bottom {
    border-bottom: 0px solid rgba(24, 28, 33, 0.06) !important;
}
html:not([dir='rtl']) .border-left {
    border-left: 0px solid rgba(24, 28, 33, 0.06) !important;
}
html:not([dir='rtl']) .border-0 {
    border: 0 !important;
}
html:not([dir='rtl']) .border-top-0 {
    border-top: 0 !important;
}
html:not([dir='rtl']) .border-right-0 {
    border-right: 0 !important;
}
html:not([dir='rtl']) .border-bottom-0 {
    border-bottom: 0 !important;
}
html:not([dir='rtl']) .border-left-0 {
    border-left: 0 !important;
}
html:not([dir='rtl']) .border-primary {
    border-color: #6610f2 !important;
}
html:not([dir='rtl']) .border-secondary {
    border-color: #8897aa !important;
}
html:not([dir='rtl']) .border-success {
    border-color: #02bc77 !important;
}
html:not([dir='rtl']) .border-info {
    border-color: #28c3d7 !important;
}
html:not([dir='rtl']) .border-warning {
    border-color: #ffd950 !important;
}
html:not([dir='rtl']) .border-danger {
    border-color: #d9534f !important;
}
html:not([dir='rtl']) .border-light {
    border-color: rgba(24, 28, 33, 0.06) !important;
}
html:not([dir='rtl']) .border-dark {
    border-color: rgba(24, 28, 33, 0.9) !important;
}
html:not([dir='rtl']) .border-white {
    border-color: #fff !important;
}
html:not([dir='rtl']) .rounded {
    border-radius: 0.125rem !important;
}
html:not([dir='rtl']) .rounded-top {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
}
html:not([dir='rtl']) .rounded-right {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
}
html:not([dir='rtl']) .rounded-bottom {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
}
html:not([dir='rtl']) .rounded-left {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
}
html:not([dir='rtl']) .rounded-circle {
    border-radius: 50% !important;
}
html:not([dir='rtl']) .rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: '';
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: '';
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
html:not([dir='rtl']) .m-0 {
    margin: 0 !important;
}
html:not([dir='rtl']) .mt-0,
html:not([dir='rtl']) .my-0 {
    margin-top: 0 !important;
}
html:not([dir='rtl']) .mr-0,
html:not([dir='rtl']) .mx-0 {
    margin-right: 0 !important;
}
html:not([dir='rtl']) .mb-0,
html:not([dir='rtl']) .my-0 {
    margin-bottom: 0 !important;
}
html:not([dir='rtl']) .ml-0,
html:not([dir='rtl']) .mx-0 {
    margin-left: 0 !important;
}
html:not([dir='rtl']) .m-1 {
    margin: 0.25rem !important;
}
html:not([dir='rtl']) .mt-1,
html:not([dir='rtl']) .my-1 {
    margin-top: 0.25rem !important;
}
html:not([dir='rtl']) .mr-1,
html:not([dir='rtl']) .mx-1 {
    margin-right: 0.25rem !important;
}
html:not([dir='rtl']) .mb-1,
html:not([dir='rtl']) .my-1 {
    margin-bottom: 0.25rem !important;
}
html:not([dir='rtl']) .ml-1,
html:not([dir='rtl']) .mx-1 {
    margin-left: 0.25rem !important;
}
html:not([dir='rtl']) .m-2 {
    margin: 0.5rem !important;
}
html:not([dir='rtl']) .mt-2,
html:not([dir='rtl']) .my-2 {
    margin-top: 0.5rem !important;
}
html:not([dir='rtl']) .mr-2,
html:not([dir='rtl']) .mx-2 {
    margin-right: 0.5rem !important;
}
html:not([dir='rtl']) .mb-2,
html:not([dir='rtl']) .my-2 {
    margin-bottom: 0.5rem !important;
}
html:not([dir='rtl']) .ml-2,
html:not([dir='rtl']) .mx-2 {
    margin-left: 0.5rem !important;
}
html:not([dir='rtl']) .m-3 {
    margin: 1rem !important;
}
html:not([dir='rtl']) .mt-3,
html:not([dir='rtl']) .my-3 {
    margin-top: 1rem !important;
}
html:not([dir='rtl']) .mr-3,
html:not([dir='rtl']) .mx-3 {
    margin-right: 1rem !important;
}
html:not([dir='rtl']) .mb-3,
html:not([dir='rtl']) .my-3 {
    margin-bottom: 1rem !important;
}
html:not([dir='rtl']) .ml-3,
html:not([dir='rtl']) .mx-3 {
    margin-left: 1rem !important;
}
html:not([dir='rtl']) .m-4 {
    margin: 1.5rem !important;
}
html:not([dir='rtl']) .mt-4,
html:not([dir='rtl']) .my-4 {
    margin-top: 1.5rem !important;
}
html:not([dir='rtl']) .mr-4,
html:not([dir='rtl']) .mx-4 {
    margin-right: 1.5rem !important;
}
html:not([dir='rtl']) .mb-4,
html:not([dir='rtl']) .my-4 {
    margin-bottom: 1.5rem !important;
}
html:not([dir='rtl']) .ml-4,
html:not([dir='rtl']) .mx-4 {
    margin-left: 1.5rem !important;
}
html:not([dir='rtl']) .m-5 {
    margin: 3rem !important;
}
html:not([dir='rtl']) .mt-5,
html:not([dir='rtl']) .my-5 {
    margin-top: 3rem !important;
}
html:not([dir='rtl']) .mr-5,
html:not([dir='rtl']) .mx-5 {
    margin-right: 3rem !important;
}
html:not([dir='rtl']) .mb-5,
html:not([dir='rtl']) .my-5 {
    margin-bottom: 3rem !important;
}
html:not([dir='rtl']) .ml-5,
html:not([dir='rtl']) .mx-5 {
    margin-left: 3rem !important;
}
html:not([dir='rtl']) .p-0 {
    padding: 0 !important;
}
html:not([dir='rtl']) .pt-0,
html:not([dir='rtl']) .py-0 {
    padding-top: 0 !important;
}
html:not([dir='rtl']) .pr-0,
html:not([dir='rtl']) .px-0 {
    padding-right: 0 !important;
}
html:not([dir='rtl']) .pb-0,
html:not([dir='rtl']) .py-0 {
    padding-bottom: 0 !important;
}
html:not([dir='rtl']) .pl-0,
html:not([dir='rtl']) .px-0 {
    padding-left: 0 !important;
}
html:not([dir='rtl']) .p-1 {
    padding: 0.25rem !important;
}
html:not([dir='rtl']) .pt-1,
html:not([dir='rtl']) .py-1 {
    padding-top: 0.25rem !important;
}
html:not([dir='rtl']) .pr-1,
html:not([dir='rtl']) .px-1 {
    padding-right: 0.25rem !important;
}
html:not([dir='rtl']) .pb-1,
html:not([dir='rtl']) .py-1 {
    padding-bottom: 0.25rem !important;
}
html:not([dir='rtl']) .pl-1,
html:not([dir='rtl']) .px-1 {
    padding-left: 0.25rem !important;
}
html:not([dir='rtl']) .p-2 {
    padding: 0.5rem !important;
}
html:not([dir='rtl']) .pt-2,
html:not([dir='rtl']) .py-2 {
    padding-top: 0.5rem !important;
}
html:not([dir='rtl']) .pr-2,
html:not([dir='rtl']) .px-2 {
    padding-right: 0.5rem !important;
}
html:not([dir='rtl']) .pb-2,
html:not([dir='rtl']) .py-2 {
    padding-bottom: 0.5rem !important;
}
html:not([dir='rtl']) .pl-2,
html:not([dir='rtl']) .px-2 {
    padding-left: 0.5rem !important;
}
html:not([dir='rtl']) .p-3 {
    padding: 1rem !important;
}
html:not([dir='rtl']) .pt-3,
html:not([dir='rtl']) .py-3 {
    padding-top: 1rem !important;
}
html:not([dir='rtl']) .pr-3,
html:not([dir='rtl']) .px-3 {
    padding-right: 1rem !important;
}
html:not([dir='rtl']) .pb-3,
html:not([dir='rtl']) .py-3 {
    padding-bottom: 1rem !important;
}
html:not([dir='rtl']) .pl-3,
html:not([dir='rtl']) .px-3 {
    padding-left: 1rem !important;
}
html:not([dir='rtl']) .p-4 {
    padding: 1.5rem !important;
}
html:not([dir='rtl']) .pt-4,
html:not([dir='rtl']) .py-4 {
    padding-top: 1.5rem !important;
}
html:not([dir='rtl']) .pr-4,
html:not([dir='rtl']) .px-4 {
    padding-right: 1.5rem !important;
}
html:not([dir='rtl']) .pb-4,
html:not([dir='rtl']) .py-4 {
    padding-bottom: 1.5rem !important;
}
html:not([dir='rtl']) .pl-4,
html:not([dir='rtl']) .px-4 {
    padding-left: 1.5rem !important;
}
html:not([dir='rtl']) .p-5 {
    padding: 3rem !important;
}
html:not([dir='rtl']) .pt-5,
html:not([dir='rtl']) .py-5 {
    padding-top: 3rem !important;
}
html:not([dir='rtl']) .pr-5,
html:not([dir='rtl']) .px-5 {
    padding-right: 3rem !important;
}
html:not([dir='rtl']) .pb-5,
html:not([dir='rtl']) .py-5 {
    padding-bottom: 3rem !important;
}
html:not([dir='rtl']) .pl-5,
html:not([dir='rtl']) .px-5 {
    padding-left: 3rem !important;
}
html:not([dir='rtl']) .m-auto {
    margin: auto !important;
}
html:not([dir='rtl']) .mt-auto,
html:not([dir='rtl']) .my-auto {
    margin-top: auto !important;
}
html:not([dir='rtl']) .mr-auto,
html:not([dir='rtl']) .mx-auto {
    margin-right: auto !important;
}
html:not([dir='rtl']) .mb-auto,
html:not([dir='rtl']) .my-auto {
    margin-bottom: auto !important;
}
html:not([dir='rtl']) .ml-auto,
html:not([dir='rtl']) .mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    html:not([dir='rtl']) .m-sm-0 {
        margin: 0 !important;
    }
    html:not([dir='rtl']) .mt-sm-0,
    html:not([dir='rtl']) .my-sm-0 {
        margin-top: 0 !important;
    }
    html:not([dir='rtl']) .mr-sm-0,
    html:not([dir='rtl']) .mx-sm-0 {
        margin-right: 0 !important;
    }
    html:not([dir='rtl']) .mb-sm-0,
    html:not([dir='rtl']) .my-sm-0 {
        margin-bottom: 0 !important;
    }
    html:not([dir='rtl']) .ml-sm-0,
    html:not([dir='rtl']) .mx-sm-0 {
        margin-left: 0 !important;
    }
    html:not([dir='rtl']) .m-sm-1 {
        margin: 0.25rem !important;
    }
    html:not([dir='rtl']) .mt-sm-1,
    html:not([dir='rtl']) .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    html:not([dir='rtl']) .mr-sm-1,
    html:not([dir='rtl']) .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    html:not([dir='rtl']) .mb-sm-1,
    html:not([dir='rtl']) .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    html:not([dir='rtl']) .ml-sm-1,
    html:not([dir='rtl']) .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    html:not([dir='rtl']) .m-sm-2 {
        margin: 0.5rem !important;
    }
    html:not([dir='rtl']) .mt-sm-2,
    html:not([dir='rtl']) .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    html:not([dir='rtl']) .mr-sm-2,
    html:not([dir='rtl']) .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    html:not([dir='rtl']) .mb-sm-2,
    html:not([dir='rtl']) .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    html:not([dir='rtl']) .ml-sm-2,
    html:not([dir='rtl']) .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    html:not([dir='rtl']) .m-sm-3 {
        margin: 1rem !important;
    }
    html:not([dir='rtl']) .mt-sm-3,
    html:not([dir='rtl']) .my-sm-3 {
        margin-top: 1rem !important;
    }
    html:not([dir='rtl']) .mr-sm-3,
    html:not([dir='rtl']) .mx-sm-3 {
        margin-right: 1rem !important;
    }
    html:not([dir='rtl']) .mb-sm-3,
    html:not([dir='rtl']) .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    html:not([dir='rtl']) .ml-sm-3,
    html:not([dir='rtl']) .mx-sm-3 {
        margin-left: 1rem !important;
    }
    html:not([dir='rtl']) .m-sm-4 {
        margin: 1.5rem !important;
    }
    html:not([dir='rtl']) .mt-sm-4,
    html:not([dir='rtl']) .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    html:not([dir='rtl']) .mr-sm-4,
    html:not([dir='rtl']) .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    html:not([dir='rtl']) .mb-sm-4,
    html:not([dir='rtl']) .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    html:not([dir='rtl']) .ml-sm-4,
    html:not([dir='rtl']) .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    html:not([dir='rtl']) .m-sm-5 {
        margin: 3rem !important;
    }
    html:not([dir='rtl']) .mt-sm-5,
    html:not([dir='rtl']) .my-sm-5 {
        margin-top: 3rem !important;
    }
    html:not([dir='rtl']) .mr-sm-5,
    html:not([dir='rtl']) .mx-sm-5 {
        margin-right: 3rem !important;
    }
    html:not([dir='rtl']) .mb-sm-5,
    html:not([dir='rtl']) .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    html:not([dir='rtl']) .ml-sm-5,
    html:not([dir='rtl']) .mx-sm-5 {
        margin-left: 3rem !important;
    }
    html:not([dir='rtl']) .p-sm-0 {
        padding: 0 !important;
    }
    html:not([dir='rtl']) .pt-sm-0,
    html:not([dir='rtl']) .py-sm-0 {
        padding-top: 0 !important;
    }
    html:not([dir='rtl']) .pr-sm-0,
    html:not([dir='rtl']) .px-sm-0 {
        padding-right: 0 !important;
    }
    html:not([dir='rtl']) .pb-sm-0,
    html:not([dir='rtl']) .py-sm-0 {
        padding-bottom: 0 !important;
    }
    html:not([dir='rtl']) .pl-sm-0,
    html:not([dir='rtl']) .px-sm-0 {
        padding-left: 0 !important;
    }
    html:not([dir='rtl']) .p-sm-1 {
        padding: 0.25rem !important;
    }
    html:not([dir='rtl']) .pt-sm-1,
    html:not([dir='rtl']) .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    html:not([dir='rtl']) .pr-sm-1,
    html:not([dir='rtl']) .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    html:not([dir='rtl']) .pb-sm-1,
    html:not([dir='rtl']) .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    html:not([dir='rtl']) .pl-sm-1,
    html:not([dir='rtl']) .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    html:not([dir='rtl']) .p-sm-2 {
        padding: 0.5rem !important;
    }
    html:not([dir='rtl']) .pt-sm-2,
    html:not([dir='rtl']) .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    html:not([dir='rtl']) .pr-sm-2,
    html:not([dir='rtl']) .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    html:not([dir='rtl']) .pb-sm-2,
    html:not([dir='rtl']) .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    html:not([dir='rtl']) .pl-sm-2,
    html:not([dir='rtl']) .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    html:not([dir='rtl']) .p-sm-3 {
        padding: 1rem !important;
    }
    html:not([dir='rtl']) .pt-sm-3,
    html:not([dir='rtl']) .py-sm-3 {
        padding-top: 1rem !important;
    }
    html:not([dir='rtl']) .pr-sm-3,
    html:not([dir='rtl']) .px-sm-3 {
        padding-right: 1rem !important;
    }
    html:not([dir='rtl']) .pb-sm-3,
    html:not([dir='rtl']) .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    html:not([dir='rtl']) .pl-sm-3,
    html:not([dir='rtl']) .px-sm-3 {
        padding-left: 1rem !important;
    }
    html:not([dir='rtl']) .p-sm-4 {
        padding: 1.5rem !important;
    }
    html:not([dir='rtl']) .pt-sm-4,
    html:not([dir='rtl']) .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    html:not([dir='rtl']) .pr-sm-4,
    html:not([dir='rtl']) .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    html:not([dir='rtl']) .pb-sm-4,
    html:not([dir='rtl']) .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    html:not([dir='rtl']) .pl-sm-4,
    html:not([dir='rtl']) .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    html:not([dir='rtl']) .p-sm-5 {
        padding: 3rem !important;
    }
    html:not([dir='rtl']) .pt-sm-5,
    html:not([dir='rtl']) .py-sm-5 {
        padding-top: 3rem !important;
    }
    html:not([dir='rtl']) .pr-sm-5,
    html:not([dir='rtl']) .px-sm-5 {
        padding-right: 3rem !important;
    }
    html:not([dir='rtl']) .pb-sm-5,
    html:not([dir='rtl']) .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    html:not([dir='rtl']) .pl-sm-5,
    html:not([dir='rtl']) .px-sm-5 {
        padding-left: 3rem !important;
    }
    html:not([dir='rtl']) .m-sm-auto {
        margin: auto !important;
    }
    html:not([dir='rtl']) .mt-sm-auto,
    html:not([dir='rtl']) .my-sm-auto {
        margin-top: auto !important;
    }
    html:not([dir='rtl']) .mr-sm-auto,
    html:not([dir='rtl']) .mx-sm-auto {
        margin-right: auto !important;
    }
    html:not([dir='rtl']) .mb-sm-auto,
    html:not([dir='rtl']) .my-sm-auto {
        margin-bottom: auto !important;
    }
    html:not([dir='rtl']) .ml-sm-auto,
    html:not([dir='rtl']) .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    html:not([dir='rtl']) .m-md-0 {
        margin: 0 !important;
    }
    html:not([dir='rtl']) .mt-md-0,
    html:not([dir='rtl']) .my-md-0 {
        margin-top: 0 !important;
    }
    html:not([dir='rtl']) .mr-md-0,
    html:not([dir='rtl']) .mx-md-0 {
        margin-right: 0 !important;
    }
    html:not([dir='rtl']) .mb-md-0,
    html:not([dir='rtl']) .my-md-0 {
        margin-bottom: 0 !important;
    }
    html:not([dir='rtl']) .ml-md-0,
    html:not([dir='rtl']) .mx-md-0 {
        margin-left: 0 !important;
    }
    html:not([dir='rtl']) .m-md-1 {
        margin: 0.25rem !important;
    }
    html:not([dir='rtl']) .mt-md-1,
    html:not([dir='rtl']) .my-md-1 {
        margin-top: 0.25rem !important;
    }
    html:not([dir='rtl']) .mr-md-1,
    html:not([dir='rtl']) .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    html:not([dir='rtl']) .mb-md-1,
    html:not([dir='rtl']) .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    html:not([dir='rtl']) .ml-md-1,
    html:not([dir='rtl']) .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    html:not([dir='rtl']) .m-md-2 {
        margin: 0.5rem !important;
    }
    html:not([dir='rtl']) .mt-md-2,
    html:not([dir='rtl']) .my-md-2 {
        margin-top: 0.5rem !important;
    }
    html:not([dir='rtl']) .mr-md-2,
    html:not([dir='rtl']) .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    html:not([dir='rtl']) .mb-md-2,
    html:not([dir='rtl']) .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    html:not([dir='rtl']) .ml-md-2,
    html:not([dir='rtl']) .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    html:not([dir='rtl']) .m-md-3 {
        margin: 1rem !important;
    }
    html:not([dir='rtl']) .mt-md-3,
    html:not([dir='rtl']) .my-md-3 {
        margin-top: 1rem !important;
    }
    html:not([dir='rtl']) .mr-md-3,
    html:not([dir='rtl']) .mx-md-3 {
        margin-right: 1rem !important;
    }
    html:not([dir='rtl']) .mb-md-3,
    html:not([dir='rtl']) .my-md-3 {
        margin-bottom: 1rem !important;
    }
    html:not([dir='rtl']) .ml-md-3,
    html:not([dir='rtl']) .mx-md-3 {
        margin-left: 1rem !important;
    }
    html:not([dir='rtl']) .m-md-4 {
        margin: 1.5rem !important;
    }
    html:not([dir='rtl']) .mt-md-4,
    html:not([dir='rtl']) .my-md-4 {
        margin-top: 1.5rem !important;
    }
    html:not([dir='rtl']) .mr-md-4,
    html:not([dir='rtl']) .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    html:not([dir='rtl']) .mb-md-4,
    html:not([dir='rtl']) .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    html:not([dir='rtl']) .ml-md-4,
    html:not([dir='rtl']) .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    html:not([dir='rtl']) .m-md-5 {
        margin: 3rem !important;
    }
    html:not([dir='rtl']) .mt-md-5,
    html:not([dir='rtl']) .my-md-5 {
        margin-top: 3rem !important;
    }
    html:not([dir='rtl']) .mr-md-5,
    html:not([dir='rtl']) .mx-md-5 {
        margin-right: 3rem !important;
    }
    html:not([dir='rtl']) .mb-md-5,
    html:not([dir='rtl']) .my-md-5 {
        margin-bottom: 3rem !important;
    }
    html:not([dir='rtl']) .ml-md-5,
    html:not([dir='rtl']) .mx-md-5 {
        margin-left: 3rem !important;
    }
    html:not([dir='rtl']) .p-md-0 {
        padding: 0 !important;
    }
    html:not([dir='rtl']) .pt-md-0,
    html:not([dir='rtl']) .py-md-0 {
        padding-top: 0 !important;
    }
    html:not([dir='rtl']) .pr-md-0,
    html:not([dir='rtl']) .px-md-0 {
        padding-right: 0 !important;
    }
    html:not([dir='rtl']) .pb-md-0,
    html:not([dir='rtl']) .py-md-0 {
        padding-bottom: 0 !important;
    }
    html:not([dir='rtl']) .pl-md-0,
    html:not([dir='rtl']) .px-md-0 {
        padding-left: 0 !important;
    }
    html:not([dir='rtl']) .p-md-1 {
        padding: 0.25rem !important;
    }
    html:not([dir='rtl']) .pt-md-1,
    html:not([dir='rtl']) .py-md-1 {
        padding-top: 0.25rem !important;
    }
    html:not([dir='rtl']) .pr-md-1,
    html:not([dir='rtl']) .px-md-1 {
        padding-right: 0.25rem !important;
    }
    html:not([dir='rtl']) .pb-md-1,
    html:not([dir='rtl']) .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    html:not([dir='rtl']) .pl-md-1,
    html:not([dir='rtl']) .px-md-1 {
        padding-left: 0.25rem !important;
    }
    html:not([dir='rtl']) .p-md-2 {
        padding: 0.5rem !important;
    }
    html:not([dir='rtl']) .pt-md-2,
    html:not([dir='rtl']) .py-md-2 {
        padding-top: 0.5rem !important;
    }
    html:not([dir='rtl']) .pr-md-2,
    html:not([dir='rtl']) .px-md-2 {
        padding-right: 0.5rem !important;
    }
    html:not([dir='rtl']) .pb-md-2,
    html:not([dir='rtl']) .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    html:not([dir='rtl']) .pl-md-2,
    html:not([dir='rtl']) .px-md-2 {
        padding-left: 0.5rem !important;
    }
    html:not([dir='rtl']) .p-md-3 {
        padding: 1rem !important;
    }
    html:not([dir='rtl']) .pt-md-3,
    html:not([dir='rtl']) .py-md-3 {
        padding-top: 1rem !important;
    }
    html:not([dir='rtl']) .pr-md-3,
    html:not([dir='rtl']) .px-md-3 {
        padding-right: 1rem !important;
    }
    html:not([dir='rtl']) .pb-md-3,
    html:not([dir='rtl']) .py-md-3 {
        padding-bottom: 1rem !important;
    }
    html:not([dir='rtl']) .pl-md-3,
    html:not([dir='rtl']) .px-md-3 {
        padding-left: 1rem !important;
    }
    html:not([dir='rtl']) .p-md-4 {
        padding: 1.5rem !important;
    }
    html:not([dir='rtl']) .pt-md-4,
    html:not([dir='rtl']) .py-md-4 {
        padding-top: 1.5rem !important;
    }
    html:not([dir='rtl']) .pr-md-4,
    html:not([dir='rtl']) .px-md-4 {
        padding-right: 1.5rem !important;
    }
    html:not([dir='rtl']) .pb-md-4,
    html:not([dir='rtl']) .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    html:not([dir='rtl']) .pl-md-4,
    html:not([dir='rtl']) .px-md-4 {
        padding-left: 1.5rem !important;
    }
    html:not([dir='rtl']) .p-md-5 {
        padding: 3rem !important;
    }
    html:not([dir='rtl']) .pt-md-5,
    html:not([dir='rtl']) .py-md-5 {
        padding-top: 3rem !important;
    }
    html:not([dir='rtl']) .pr-md-5,
    html:not([dir='rtl']) .px-md-5 {
        padding-right: 3rem !important;
    }
    html:not([dir='rtl']) .pb-md-5,
    html:not([dir='rtl']) .py-md-5 {
        padding-bottom: 3rem !important;
    }
    html:not([dir='rtl']) .pl-md-5,
    html:not([dir='rtl']) .px-md-5 {
        padding-left: 3rem !important;
    }
    html:not([dir='rtl']) .m-md-auto {
        margin: auto !important;
    }
    html:not([dir='rtl']) .mt-md-auto,
    html:not([dir='rtl']) .my-md-auto {
        margin-top: auto !important;
    }
    html:not([dir='rtl']) .mr-md-auto,
    html:not([dir='rtl']) .mx-md-auto {
        margin-right: auto !important;
    }
    html:not([dir='rtl']) .mb-md-auto,
    html:not([dir='rtl']) .my-md-auto {
        margin-bottom: auto !important;
    }
    html:not([dir='rtl']) .ml-md-auto,
    html:not([dir='rtl']) .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    html:not([dir='rtl']) .m-lg-0 {
        margin: 0 !important;
    }
    html:not([dir='rtl']) .mt-lg-0,
    html:not([dir='rtl']) .my-lg-0 {
        margin-top: 0 !important;
    }
    html:not([dir='rtl']) .mr-lg-0,
    html:not([dir='rtl']) .mx-lg-0 {
        margin-right: 0 !important;
    }
    html:not([dir='rtl']) .mb-lg-0,
    html:not([dir='rtl']) .my-lg-0 {
        margin-bottom: 0 !important;
    }
    html:not([dir='rtl']) .ml-lg-0,
    html:not([dir='rtl']) .mx-lg-0 {
        margin-left: 0 !important;
    }
    html:not([dir='rtl']) .m-lg-1 {
        margin: 0.25rem !important;
    }
    html:not([dir='rtl']) .mt-lg-1,
    html:not([dir='rtl']) .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    html:not([dir='rtl']) .mr-lg-1,
    html:not([dir='rtl']) .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    html:not([dir='rtl']) .mb-lg-1,
    html:not([dir='rtl']) .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    html:not([dir='rtl']) .ml-lg-1,
    html:not([dir='rtl']) .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    html:not([dir='rtl']) .m-lg-2 {
        margin: 0.5rem !important;
    }
    html:not([dir='rtl']) .mt-lg-2,
    html:not([dir='rtl']) .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    html:not([dir='rtl']) .mr-lg-2,
    html:not([dir='rtl']) .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    html:not([dir='rtl']) .mb-lg-2,
    html:not([dir='rtl']) .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    html:not([dir='rtl']) .ml-lg-2,
    html:not([dir='rtl']) .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    html:not([dir='rtl']) .m-lg-3 {
        margin: 1rem !important;
    }
    html:not([dir='rtl']) .mt-lg-3,
    html:not([dir='rtl']) .my-lg-3 {
        margin-top: 1rem !important;
    }
    html:not([dir='rtl']) .mr-lg-3,
    html:not([dir='rtl']) .mx-lg-3 {
        margin-right: 1rem !important;
    }
    html:not([dir='rtl']) .mb-lg-3,
    html:not([dir='rtl']) .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    html:not([dir='rtl']) .ml-lg-3,
    html:not([dir='rtl']) .mx-lg-3 {
        margin-left: 1rem !important;
    }
    html:not([dir='rtl']) .m-lg-4 {
        margin: 1.5rem !important;
    }
    html:not([dir='rtl']) .mt-lg-4,
    html:not([dir='rtl']) .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    html:not([dir='rtl']) .mr-lg-4,
    html:not([dir='rtl']) .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    html:not([dir='rtl']) .mb-lg-4,
    html:not([dir='rtl']) .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    html:not([dir='rtl']) .ml-lg-4,
    html:not([dir='rtl']) .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    html:not([dir='rtl']) .m-lg-5 {
        margin: 3rem !important;
    }
    html:not([dir='rtl']) .mt-lg-5,
    html:not([dir='rtl']) .my-lg-5 {
        margin-top: 3rem !important;
    }
    html:not([dir='rtl']) .mr-lg-5,
    html:not([dir='rtl']) .mx-lg-5 {
        margin-right: 3rem !important;
    }
    html:not([dir='rtl']) .mb-lg-5,
    html:not([dir='rtl']) .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    html:not([dir='rtl']) .ml-lg-5,
    html:not([dir='rtl']) .mx-lg-5 {
        margin-left: 3rem !important;
    }
    html:not([dir='rtl']) .p-lg-0 {
        padding: 0 !important;
    }
    html:not([dir='rtl']) .pt-lg-0,
    html:not([dir='rtl']) .py-lg-0 {
        padding-top: 0 !important;
    }
    html:not([dir='rtl']) .pr-lg-0,
    html:not([dir='rtl']) .px-lg-0 {
        padding-right: 0 !important;
    }
    html:not([dir='rtl']) .pb-lg-0,
    html:not([dir='rtl']) .py-lg-0 {
        padding-bottom: 0 !important;
    }
    html:not([dir='rtl']) .pl-lg-0,
    html:not([dir='rtl']) .px-lg-0 {
        padding-left: 0 !important;
    }
    html:not([dir='rtl']) .p-lg-1 {
        padding: 0.25rem !important;
    }
    html:not([dir='rtl']) .pt-lg-1,
    html:not([dir='rtl']) .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    html:not([dir='rtl']) .pr-lg-1,
    html:not([dir='rtl']) .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    html:not([dir='rtl']) .pb-lg-1,
    html:not([dir='rtl']) .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    html:not([dir='rtl']) .pl-lg-1,
    html:not([dir='rtl']) .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    html:not([dir='rtl']) .p-lg-2 {
        padding: 0.5rem !important;
    }
    html:not([dir='rtl']) .pt-lg-2,
    html:not([dir='rtl']) .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    html:not([dir='rtl']) .pr-lg-2,
    html:not([dir='rtl']) .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    html:not([dir='rtl']) .pb-lg-2,
    html:not([dir='rtl']) .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    html:not([dir='rtl']) .pl-lg-2,
    html:not([dir='rtl']) .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    html:not([dir='rtl']) .p-lg-3 {
        padding: 1rem !important;
    }
    html:not([dir='rtl']) .pt-lg-3,
    html:not([dir='rtl']) .py-lg-3 {
        padding-top: 1rem !important;
    }
    html:not([dir='rtl']) .pr-lg-3,
    html:not([dir='rtl']) .px-lg-3 {
        padding-right: 1rem !important;
    }
    html:not([dir='rtl']) .pb-lg-3,
    html:not([dir='rtl']) .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    html:not([dir='rtl']) .pl-lg-3,
    html:not([dir='rtl']) .px-lg-3 {
        padding-left: 1rem !important;
    }
    html:not([dir='rtl']) .p-lg-4 {
        padding: 1.5rem !important;
    }
    html:not([dir='rtl']) .pt-lg-4,
    html:not([dir='rtl']) .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    html:not([dir='rtl']) .pr-lg-4,
    html:not([dir='rtl']) .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    html:not([dir='rtl']) .pb-lg-4,
    html:not([dir='rtl']) .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    html:not([dir='rtl']) .pl-lg-4,
    html:not([dir='rtl']) .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    html:not([dir='rtl']) .p-lg-5 {
        padding: 3rem !important;
    }
    html:not([dir='rtl']) .pt-lg-5,
    html:not([dir='rtl']) .py-lg-5 {
        padding-top: 3rem !important;
    }
    html:not([dir='rtl']) .pr-lg-5,
    html:not([dir='rtl']) .px-lg-5 {
        padding-right: 3rem !important;
    }
    html:not([dir='rtl']) .pb-lg-5,
    html:not([dir='rtl']) .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    html:not([dir='rtl']) .pl-lg-5,
    html:not([dir='rtl']) .px-lg-5 {
        padding-left: 3rem !important;
    }
    html:not([dir='rtl']) .m-lg-auto {
        margin: auto !important;
    }
    html:not([dir='rtl']) .mt-lg-auto,
    html:not([dir='rtl']) .my-lg-auto {
        margin-top: auto !important;
    }
    html:not([dir='rtl']) .mr-lg-auto,
    html:not([dir='rtl']) .mx-lg-auto {
        margin-right: auto !important;
    }
    html:not([dir='rtl']) .mb-lg-auto,
    html:not([dir='rtl']) .my-lg-auto {
        margin-bottom: auto !important;
    }
    html:not([dir='rtl']) .ml-lg-auto,
    html:not([dir='rtl']) .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    html:not([dir='rtl']) .m-xl-0 {
        margin: 0 !important;
    }
    html:not([dir='rtl']) .mt-xl-0,
    html:not([dir='rtl']) .my-xl-0 {
        margin-top: 0 !important;
    }
    html:not([dir='rtl']) .mr-xl-0,
    html:not([dir='rtl']) .mx-xl-0 {
        margin-right: 0 !important;
    }
    html:not([dir='rtl']) .mb-xl-0,
    html:not([dir='rtl']) .my-xl-0 {
        margin-bottom: 0 !important;
    }
    html:not([dir='rtl']) .ml-xl-0,
    html:not([dir='rtl']) .mx-xl-0 {
        margin-left: 0 !important;
    }
    html:not([dir='rtl']) .m-xl-1 {
        margin: 0.25rem !important;
    }
    html:not([dir='rtl']) .mt-xl-1,
    html:not([dir='rtl']) .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    html:not([dir='rtl']) .mr-xl-1,
    html:not([dir='rtl']) .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    html:not([dir='rtl']) .mb-xl-1,
    html:not([dir='rtl']) .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    html:not([dir='rtl']) .ml-xl-1,
    html:not([dir='rtl']) .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    html:not([dir='rtl']) .m-xl-2 {
        margin: 0.5rem !important;
    }
    html:not([dir='rtl']) .mt-xl-2,
    html:not([dir='rtl']) .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    html:not([dir='rtl']) .mr-xl-2,
    html:not([dir='rtl']) .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    html:not([dir='rtl']) .mb-xl-2,
    html:not([dir='rtl']) .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    html:not([dir='rtl']) .ml-xl-2,
    html:not([dir='rtl']) .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    html:not([dir='rtl']) .m-xl-3 {
        margin: 1rem !important;
    }
    html:not([dir='rtl']) .mt-xl-3,
    html:not([dir='rtl']) .my-xl-3 {
        margin-top: 1rem !important;
    }
    html:not([dir='rtl']) .mr-xl-3,
    html:not([dir='rtl']) .mx-xl-3 {
        margin-right: 1rem !important;
    }
    html:not([dir='rtl']) .mb-xl-3,
    html:not([dir='rtl']) .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    html:not([dir='rtl']) .ml-xl-3,
    html:not([dir='rtl']) .mx-xl-3 {
        margin-left: 1rem !important;
    }
    html:not([dir='rtl']) .m-xl-4 {
        margin: 1.5rem !important;
    }
    html:not([dir='rtl']) .mt-xl-4,
    html:not([dir='rtl']) .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    html:not([dir='rtl']) .mr-xl-4,
    html:not([dir='rtl']) .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    html:not([dir='rtl']) .mb-xl-4,
    html:not([dir='rtl']) .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    html:not([dir='rtl']) .ml-xl-4,
    html:not([dir='rtl']) .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    html:not([dir='rtl']) .m-xl-5 {
        margin: 3rem !important;
    }
    html:not([dir='rtl']) .mt-xl-5,
    html:not([dir='rtl']) .my-xl-5 {
        margin-top: 3rem !important;
    }
    html:not([dir='rtl']) .mr-xl-5,
    html:not([dir='rtl']) .mx-xl-5 {
        margin-right: 3rem !important;
    }
    html:not([dir='rtl']) .mb-xl-5,
    html:not([dir='rtl']) .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    html:not([dir='rtl']) .ml-xl-5,
    html:not([dir='rtl']) .mx-xl-5 {
        margin-left: 3rem !important;
    }
    html:not([dir='rtl']) .p-xl-0 {
        padding: 0 !important;
    }
    html:not([dir='rtl']) .pt-xl-0,
    html:not([dir='rtl']) .py-xl-0 {
        padding-top: 0 !important;
    }
    html:not([dir='rtl']) .pr-xl-0,
    html:not([dir='rtl']) .px-xl-0 {
        padding-right: 0 !important;
    }
    html:not([dir='rtl']) .pb-xl-0,
    html:not([dir='rtl']) .py-xl-0 {
        padding-bottom: 0 !important;
    }
    html:not([dir='rtl']) .pl-xl-0,
    html:not([dir='rtl']) .px-xl-0 {
        padding-left: 0 !important;
    }
    html:not([dir='rtl']) .p-xl-1 {
        padding: 0.25rem !important;
    }
    html:not([dir='rtl']) .pt-xl-1,
    html:not([dir='rtl']) .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    html:not([dir='rtl']) .pr-xl-1,
    html:not([dir='rtl']) .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    html:not([dir='rtl']) .pb-xl-1,
    html:not([dir='rtl']) .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    html:not([dir='rtl']) .pl-xl-1,
    html:not([dir='rtl']) .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    html:not([dir='rtl']) .p-xl-2 {
        padding: 0.5rem !important;
    }
    html:not([dir='rtl']) .pt-xl-2,
    html:not([dir='rtl']) .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    html:not([dir='rtl']) .pr-xl-2,
    html:not([dir='rtl']) .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    html:not([dir='rtl']) .pb-xl-2,
    html:not([dir='rtl']) .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    html:not([dir='rtl']) .pl-xl-2,
    html:not([dir='rtl']) .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    html:not([dir='rtl']) .p-xl-3 {
        padding: 1rem !important;
    }
    html:not([dir='rtl']) .pt-xl-3,
    html:not([dir='rtl']) .py-xl-3 {
        padding-top: 1rem !important;
    }
    html:not([dir='rtl']) .pr-xl-3,
    html:not([dir='rtl']) .px-xl-3 {
        padding-right: 1rem !important;
    }
    html:not([dir='rtl']) .pb-xl-3,
    html:not([dir='rtl']) .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    html:not([dir='rtl']) .pl-xl-3,
    html:not([dir='rtl']) .px-xl-3 {
        padding-left: 1rem !important;
    }
    html:not([dir='rtl']) .p-xl-4 {
        padding: 1.5rem !important;
    }
    html:not([dir='rtl']) .pt-xl-4,
    html:not([dir='rtl']) .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    html:not([dir='rtl']) .pr-xl-4,
    html:not([dir='rtl']) .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    html:not([dir='rtl']) .pb-xl-4,
    html:not([dir='rtl']) .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    html:not([dir='rtl']) .pl-xl-4,
    html:not([dir='rtl']) .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    html:not([dir='rtl']) .p-xl-5 {
        padding: 3rem !important;
    }
    html:not([dir='rtl']) .pt-xl-5,
    html:not([dir='rtl']) .py-xl-5 {
        padding-top: 3rem !important;
    }
    html:not([dir='rtl']) .pr-xl-5,
    html:not([dir='rtl']) .px-xl-5 {
        padding-right: 3rem !important;
    }
    html:not([dir='rtl']) .pb-xl-5,
    html:not([dir='rtl']) .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    html:not([dir='rtl']) .pl-xl-5,
    html:not([dir='rtl']) .px-xl-5 {
        padding-left: 3rem !important;
    }
    html:not([dir='rtl']) .m-xl-auto {
        margin: auto !important;
    }
    html:not([dir='rtl']) .mt-xl-auto,
    html:not([dir='rtl']) .my-xl-auto {
        margin-top: auto !important;
    }
    html:not([dir='rtl']) .mr-xl-auto,
    html:not([dir='rtl']) .mx-xl-auto {
        margin-right: auto !important;
    }
    html:not([dir='rtl']) .mb-xl-auto,
    html:not([dir='rtl']) .my-xl-auto {
        margin-bottom: auto !important;
    }
    html:not([dir='rtl']) .ml-xl-auto,
    html:not([dir='rtl']) .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-monospace {
    font-family: 'SFMono-Regular', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #6610f2 !important;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #510bc4 !important;
}
.text-secondary {
    color: #8897aa !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #6a7d95 !important;
}
.text-success {
    color: #02bc77 !important;
}
a.text-success:hover,
a.text-success:focus {
    color: #018a57 !important;
}
.text-info {
    color: #28c3d7 !important;
}
a.text-info:hover,
a.text-info:focus {
    color: #209cac !important;
}
.text-warning {
    color: #ffd950 !important;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #ffce1d !important;
}
.text-danger {
    color: #d9534f !important;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #c9302c !important;
}
.text-light {
    color: rgba(24, 28, 33, 0.06) !important;
}
a.text-light:hover,
a.text-light:focus {
    color: rgba(3, 3, 3, 0.06) !important;
}
.text-dark {
    color: rgba(24, 28, 33, 0.9) !important;
}
a.text-dark:hover,
a.text-dark:focus {
    color: rgba(3, 3, 3, 0.9) !important;
}
.text-body {
    color: #4e5155 !important;
}
.text-muted {
    color: #a3a4a6 !important;
}
.text-black-50 {
    color: rgba(24, 28, 33, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
