@charset "UTF-8";

*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    color: #212121;
    background-color: white;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}

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

hr {
    margin: 1rem 0;

    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

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

h6,
.lr-h6,
h5,
.lr-h5,
h4,
.lr-h4,
h3,
.lr-h3,
h2,
.lr-h2,
h1,
.lr-h1 {
    margin-top: 0;
    margin-bottom: .5rem;

    font-weight: 500;
    line-height: 1.2;
}

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

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

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

@media (min-width: 1200px) {
    .lr-h2 {
        font-size: 2rem;
    }
}

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

@media (min-width: 1200px) {
    .lr-h3 {
        font-size: 1.75rem;
    }
}

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

@media (min-width: 1200px) {
    .lr-h4 {
        font-size: 1.5rem;
    }
}

.lr-h5 {
    font-size: 1.25rem;
}

.lr-h6 {
    font-size: 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;

    -webkit-text-decoration-skip-ink: none;

    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;

    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 900;
}

small,
.lr-small {
    font-size: .875em;
}

mark,
.lr-mark {
    padding: .2em;

    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;

    font-size: .75em;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;

    font-size: .875em;
}

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

    color: inherit;
}

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

a > code {
    color: inherit;
}

kbd {
    padding: .2rem .4rem;

    font-size: .875em;

    color: white;
    background-color: #212121;
    border-radius: .2rem;
}

kbd kbd {
    padding: 0;

    font-size: 1em;
    font-weight: 700;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    border-collapse: collapse;

    caption-side: bottom;
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;

    text-align: left;

    color: #757575;
}

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

label {
    display: inline-block;
}

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

select {
    word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;

    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend {
    width: 100%;
    float: left;
    margin-bottom: .5rem;
    padding: 0;

    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    white-space: normal;
}

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

legend + * {
    clear: left;
}

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

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

[type=search] {
    outline-offset: -2px;

    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;

    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;

    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

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

.lr-display-one {
    font-size: calc(1.725rem + 5.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .lr-display-one {
        font-size: 6rem;
    }
}

.lr-display-two {
    font-size: calc(1.675rem + 5.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .lr-display-two {
        font-size: 5.5rem;
    }
}

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

@media (min-width: 1200px) {
    .lr-display-three {
        font-size: 4.5rem;
    }
}

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

@media (min-width: 1200px) {
    .lr-display-four {
        font-size: 3.5rem;
    }
}

.lr-list-unstyled {
    padding-left: 0;

    list-style: none;
}

.lr-list-inline {
    padding-left: 0;

    list-style: none;
}

.lr-list-inline-item {
    display: inline-block;
}

.lr-list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

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

.lr-blockquote {
    margin-bottom: 1rem;

    font-size: 1.25rem;
}

.lr-blockquote-footer {
    display: block;

    font-size: .875em;

    color: #757575;
}

.lr-blockquote-footer::before {
    content: "— ";
}

.lr-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 576px) {
    .lr-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .lr-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .lr-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .lr-container {
        max-width: 1140px;
    }
}

.lr-container-fluid,
.lr-container-xlarge,
.lr-container-large,
.lr-container-medium,
.lr-container-small {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 576px) {
    .lr-container-small,
    .lr-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .lr-container-medium,
    .lr-container-small,
    .lr-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .lr-container-large,
    .lr-container-medium,
    .lr-container-small,
    .lr-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .lr-container-xlarge,
    .lr-container-large,
    .lr-container-medium,
    .lr-container-small,
    .lr-container {
        max-width: 1140px;
    }
}

.lr-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--grid-gutter-y) * -1);
    margin-right: calc(var(--grid-gutter-x) / -2);
    margin-left: calc(var(--grid-gutter-x) / -2);

    --grid-gutter-x: 1.5rem;
    --grid-gutter-y: 0;
}

.lr-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--grid-gutter-y);
    padding-right: calc(var(--grid-gutter-x) / 2);
    padding-left: calc(var(--grid-gutter-x) / 2);
}

.lr-column {
    flex: 1 0 0;
    min-width: 0;
}

.lr-row-columns-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.lr-row-columns-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.lr-row-columns-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.lr-row-columns-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.lr-row-columns-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.lr-row-columns-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.lr-row-columns-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.lr-column-auto {
    flex: 0 0 auto;
    width: auto;
}

.lr-column-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.lr-column-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.lr-column-3 {
    flex: 0 0 auto;
    width: 25%;
}

.lr-column-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.lr-column-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.lr-column-6 {
    flex: 0 0 auto;
    width: 50%;
}

.lr-column-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.lr-column-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.lr-column-9 {
    flex: 0 0 auto;
    width: 75%;
}

.lr-column-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.lr-column-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.lr-column-12 {
    flex: 0 0 auto;
    width: 100%;
}

.lr-offset-1 {
    margin-left: 8.3333333333%;
}

.lr-offset-2 {
    margin-left: 16.6666666667%;
}

.lr-offset-3 {
    margin-left: 25%;
}

.lr-offset-4 {
    margin-left: 33.3333333333%;
}

.lr-offset-5 {
    margin-left: 41.6666666667%;
}

.lr-offset-6 {
    margin-left: 50%;
}

.lr-offset-7 {
    margin-left: 58.3333333333%;
}

.lr-offset-8 {
    margin-left: 66.6666666667%;
}

.lr-offset-9 {
    margin-left: 75%;
}

.lr-offset-10 {
    margin-left: 83.3333333333%;
}

.lr-offset-11 {
    margin-left: 91.6666666667%;
}

.lr-gutter-0,
.lr-gutter-x-0 {
    --grid-gutter-x: 0;
}

.lr-gutter-0,
.lr-gutter-y-0 {
    --grid-gutter-y: 0;
}

.lr-gutter-1,
.lr-gutter-x-1 {
    --grid-gutter-x: .25rem;
}

.lr-gutter-1,
.lr-gutter-y-1 {
    --grid-gutter-y: .25rem;
}

.lr-gutter-2,
.lr-gutter-x-2 {
    --grid-gutter-x: .5rem;
}

.lr-gutter-2,
.lr-gutter-y-2 {
    --grid-gutter-y: .5rem;
}

.lr-gutter-3,
.lr-gutter-x-3 {
    --grid-gutter-x: 1rem;
}

.lr-gutter-3,
.lr-gutter-y-3 {
    --grid-gutter-y: 1rem;
}

.lr-gutter-4,
.lr-gutter-x-4 {
    --grid-gutter-x: 1.5rem;
}

.lr-gutter-4,
.lr-gutter-y-4 {
    --grid-gutter-y: 1.5rem;
}

.lr-gutter-5,
.lr-gutter-x-5 {
    --grid-gutter-x: 3rem;
}

.lr-gutter-5,
.lr-gutter-y-5 {
    --grid-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .lr-column-small {
        flex: 1 0 0;
        min-width: 0;
    }

    .lr-row-columns-small-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .lr-row-columns-small-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .lr-row-columns-small-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .lr-row-columns-small-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .lr-row-columns-small-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .lr-row-columns-small-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .lr-row-columns-small-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .lr-column-small-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .lr-column-small-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .lr-column-small-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .lr-column-small-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .lr-column-small-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .lr-column-small-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .lr-column-small-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .lr-column-small-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .lr-column-small-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .lr-column-small-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .lr-column-small-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .lr-column-small-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .lr-column-small-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .lr-offset-small-0 {
        margin-left: 0;
    }

    .lr-offset-small-1 {
        margin-left: 8.3333333333%;
    }

    .lr-offset-small-2 {
        margin-left: 16.6666666667%;
    }

    .lr-offset-small-3 {
        margin-left: 25%;
    }

    .lr-offset-small-4 {
        margin-left: 33.3333333333%;
    }

    .lr-offset-small-5 {
        margin-left: 41.6666666667%;
    }

    .lr-offset-small-6 {
        margin-left: 50%;
    }

    .lr-offset-small-7 {
        margin-left: 58.3333333333%;
    }

    .lr-offset-small-8 {
        margin-left: 66.6666666667%;
    }

    .lr-offset-small-9 {
        margin-left: 75%;
    }

    .lr-offset-small-10 {
        margin-left: 83.3333333333%;
    }

    .lr-offset-small-11 {
        margin-left: 91.6666666667%;
    }

    .lr-gutter-small-0,
    .lr-gutter-x-small-0 {
        --grid-gutter-x: 0;
    }

    .lr-gutter-small-0,
    .lr-gutter-y-small-0 {
        --grid-gutter-y: 0;
    }

    .lr-gutter-small-1,
    .lr-gutter-x-small-1 {
        --grid-gutter-x: .25rem;
    }

    .lr-gutter-small-1,
    .lr-gutter-y-small-1 {
        --grid-gutter-y: .25rem;
    }

    .lr-gutter-small-2,
    .lr-gutter-x-small-2 {
        --grid-gutter-x: .5rem;
    }

    .lr-gutter-small-2,
    .lr-gutter-y-small-2 {
        --grid-gutter-y: .5rem;
    }

    .lr-gutter-small-3,
    .lr-gutter-x-small-3 {
        --grid-gutter-x: 1rem;
    }

    .lr-gutter-small-3,
    .lr-gutter-y-small-3 {
        --grid-gutter-y: 1rem;
    }

    .lr-gutter-small-4,
    .lr-gutter-x-small-4 {
        --grid-gutter-x: 1.5rem;
    }

    .lr-gutter-small-4,
    .lr-gutter-y-small-4 {
        --grid-gutter-y: 1.5rem;
    }

    .lr-gutter-small-5,
    .lr-gutter-x-small-5 {
        --grid-gutter-x: 3rem;
    }

    .lr-gutter-small-5,
    .lr-gutter-y-small-5 {
        --grid-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .lr-column-medium {
        flex: 1 0 0;
        min-width: 0;
    }

    .lr-row-columns-medium-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .lr-row-columns-medium-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .lr-row-columns-medium-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .lr-row-columns-medium-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .lr-row-columns-medium-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .lr-row-columns-medium-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .lr-row-columns-medium-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .lr-column-medium-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .lr-column-medium-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .lr-column-medium-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .lr-column-medium-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .lr-column-medium-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .lr-column-medium-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .lr-column-medium-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .lr-column-medium-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .lr-column-medium-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .lr-column-medium-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .lr-column-medium-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .lr-column-medium-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .lr-column-medium-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .lr-offset-medium-0 {
        margin-left: 0;
    }

    .lr-offset-medium-1 {
        margin-left: 8.3333333333%;
    }

    .lr-offset-medium-2 {
        margin-left: 16.6666666667%;
    }

    .lr-offset-medium-3 {
        margin-left: 25%;
    }

    .lr-offset-medium-4 {
        margin-left: 33.3333333333%;
    }

    .lr-offset-medium-5 {
        margin-left: 41.6666666667%;
    }

    .lr-offset-medium-6 {
        margin-left: 50%;
    }

    .lr-offset-medium-7 {
        margin-left: 58.3333333333%;
    }

    .lr-offset-medium-8 {
        margin-left: 66.6666666667%;
    }

    .lr-offset-medium-9 {
        margin-left: 75%;
    }

    .lr-offset-medium-10 {
        margin-left: 83.3333333333%;
    }

    .lr-offset-medium-11 {
        margin-left: 91.6666666667%;
    }

    .lr-gutter-medium-0,
    .lr-gutter-x-medium-0 {
        --grid-gutter-x: 0;
    }

    .lr-gutter-medium-0,
    .lr-gutter-y-medium-0 {
        --grid-gutter-y: 0;
    }

    .lr-gutter-medium-1,
    .lr-gutter-x-medium-1 {
        --grid-gutter-x: .25rem;
    }

    .lr-gutter-medium-1,
    .lr-gutter-y-medium-1 {
        --grid-gutter-y: .25rem;
    }

    .lr-gutter-medium-2,
    .lr-gutter-x-medium-2 {
        --grid-gutter-x: .5rem;
    }

    .lr-gutter-medium-2,
    .lr-gutter-y-medium-2 {
        --grid-gutter-y: .5rem;
    }

    .lr-gutter-medium-3,
    .lr-gutter-x-medium-3 {
        --grid-gutter-x: 1rem;
    }

    .lr-gutter-medium-3,
    .lr-gutter-y-medium-3 {
        --grid-gutter-y: 1rem;
    }

    .lr-gutter-medium-4,
    .lr-gutter-x-medium-4 {
        --grid-gutter-x: 1.5rem;
    }

    .lr-gutter-medium-4,
    .lr-gutter-y-medium-4 {
        --grid-gutter-y: 1.5rem;
    }

    .lr-gutter-medium-5,
    .lr-gutter-x-medium-5 {
        --grid-gutter-x: 3rem;
    }

    .lr-gutter-medium-5,
    .lr-gutter-y-medium-5 {
        --grid-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .lr-column-large {
        flex: 1 0 0;
        min-width: 0;
    }

    .lr-row-columns-large-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .lr-row-columns-large-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .lr-row-columns-large-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .lr-row-columns-large-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .lr-row-columns-large-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .lr-row-columns-large-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .lr-row-columns-large-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .lr-column-large-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .lr-column-large-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .lr-column-large-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .lr-column-large-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .lr-column-large-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .lr-column-large-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .lr-column-large-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .lr-column-large-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .lr-column-large-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .lr-column-large-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .lr-column-large-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .lr-column-large-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .lr-column-large-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .lr-offset-large-0 {
        margin-left: 0;
    }

    .lr-offset-large-1 {
        margin-left: 8.3333333333%;
    }

    .lr-offset-large-2 {
        margin-left: 16.6666666667%;
    }

    .lr-offset-large-3 {
        margin-left: 25%;
    }

    .lr-offset-large-4 {
        margin-left: 33.3333333333%;
    }

    .lr-offset-large-5 {
        margin-left: 41.6666666667%;
    }

    .lr-offset-large-6 {
        margin-left: 50%;
    }

    .lr-offset-large-7 {
        margin-left: 58.3333333333%;
    }

    .lr-offset-large-8 {
        margin-left: 66.6666666667%;
    }

    .lr-offset-large-9 {
        margin-left: 75%;
    }

    .lr-offset-large-10 {
        margin-left: 83.3333333333%;
    }

    .lr-offset-large-11 {
        margin-left: 91.6666666667%;
    }

    .lr-gutter-large-0,
    .lr-gutter-x-large-0 {
        --grid-gutter-x: 0;
    }

    .lr-gutter-large-0,
    .lr-gutter-y-large-0 {
        --grid-gutter-y: 0;
    }

    .lr-gutter-large-1,
    .lr-gutter-x-large-1 {
        --grid-gutter-x: .25rem;
    }

    .lr-gutter-large-1,
    .lr-gutter-y-large-1 {
        --grid-gutter-y: .25rem;
    }

    .lr-gutter-large-2,
    .lr-gutter-x-large-2 {
        --grid-gutter-x: .5rem;
    }

    .lr-gutter-large-2,
    .lr-gutter-y-large-2 {
        --grid-gutter-y: .5rem;
    }

    .lr-gutter-large-3,
    .lr-gutter-x-large-3 {
        --grid-gutter-x: 1rem;
    }

    .lr-gutter-large-3,
    .lr-gutter-y-large-3 {
        --grid-gutter-y: 1rem;
    }

    .lr-gutter-large-4,
    .lr-gutter-x-large-4 {
        --grid-gutter-x: 1.5rem;
    }

    .lr-gutter-large-4,
    .lr-gutter-y-large-4 {
        --grid-gutter-y: 1.5rem;
    }

    .lr-gutter-large-5,
    .lr-gutter-x-large-5 {
        --grid-gutter-x: 3rem;
    }

    .lr-gutter-large-5,
    .lr-gutter-y-large-5 {
        --grid-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .lr-column-xlarge {
        flex: 1 0 0;
        min-width: 0;
    }

    .lr-row-columns-xlarge-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .lr-row-columns-xlarge-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .lr-row-columns-xlarge-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .lr-row-columns-xlarge-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .lr-row-columns-xlarge-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .lr-row-columns-xlarge-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .lr-row-columns-xlarge-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .lr-column-xlarge-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .lr-column-xlarge-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .lr-column-xlarge-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .lr-column-xlarge-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .lr-column-xlarge-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .lr-column-xlarge-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .lr-column-xlarge-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .lr-column-xlarge-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .lr-column-xlarge-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .lr-column-xlarge-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .lr-column-xlarge-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .lr-column-xlarge-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .lr-column-xlarge-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .lr-offset-xlarge-0 {
        margin-left: 0;
    }

    .lr-offset-xlarge-1 {
        margin-left: 8.3333333333%;
    }

    .lr-offset-xlarge-2 {
        margin-left: 16.6666666667%;
    }

    .lr-offset-xlarge-3 {
        margin-left: 25%;
    }

    .lr-offset-xlarge-4 {
        margin-left: 33.3333333333%;
    }

    .lr-offset-xlarge-5 {
        margin-left: 41.6666666667%;
    }

    .lr-offset-xlarge-6 {
        margin-left: 50%;
    }

    .lr-offset-xlarge-7 {
        margin-left: 58.3333333333%;
    }

    .lr-offset-xlarge-8 {
        margin-left: 66.6666666667%;
    }

    .lr-offset-xlarge-9 {
        margin-left: 75%;
    }

    .lr-offset-xlarge-10 {
        margin-left: 83.3333333333%;
    }

    .lr-offset-xlarge-11 {
        margin-left: 91.6666666667%;
    }

    .lr-gutter-xlarge-0,
    .lr-gutter-x-xlarge-0 {
        --grid-gutter-x: 0;
    }

    .lr-gutter-xlarge-0,
    .lr-gutter-y-xlarge-0 {
        --grid-gutter-y: 0;
    }

    .lr-gutter-xlarge-1,
    .lr-gutter-x-xlarge-1 {
        --grid-gutter-x: .25rem;
    }

    .lr-gutter-xlarge-1,
    .lr-gutter-y-xlarge-1 {
        --grid-gutter-y: .25rem;
    }

    .lr-gutter-xlarge-2,
    .lr-gutter-x-xlarge-2 {
        --grid-gutter-x: .5rem;
    }

    .lr-gutter-xlarge-2,
    .lr-gutter-y-xlarge-2 {
        --grid-gutter-y: .5rem;
    }

    .lr-gutter-xlarge-3,
    .lr-gutter-x-xlarge-3 {
        --grid-gutter-x: 1rem;
    }

    .lr-gutter-xlarge-3,
    .lr-gutter-y-xlarge-3 {
        --grid-gutter-y: 1rem;
    }

    .lr-gutter-xlarge-4,
    .lr-gutter-x-xlarge-4 {
        --grid-gutter-x: 1.5rem;
    }

    .lr-gutter-xlarge-4,
    .lr-gutter-y-xlarge-4 {
        --grid-gutter-y: 1.5rem;
    }

    .lr-gutter-xlarge-5,
    .lr-gutter-x-xlarge-5 {
        --grid-gutter-x: 3rem;
    }

    .lr-gutter-xlarge-5,
    .lr-gutter-y-xlarge-5 {
        --grid-gutter-y: 3rem;
    }
}

.lr-table {
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;

    color: #212121;
}

.lr-table th,
.lr-table td {
    padding: .5rem;

    border-bottom: 1px solid #e0e0e0;
}

.lr-table tbody {
    vertical-align: inherit;
}

.lr-table thead th {
    vertical-align: bottom;

    border-bottom-color: #616161;
}

.lr-caption-top {
    caption-side: top;
}

.lr-table-small th,
.lr-table-small td {
    padding: .25rem;
}

.lr-table-bordered {
    border: 1px solid #e0e0e0;
}

.lr-table-bordered th,
.lr-table-bordered td {
    border: 1px solid #e0e0e0;
}

.lr-table-bordered thead th,
.lr-table-bordered thead td {
    border-bottom-width: 2px;
}

.lr-table-borderless th,
.lr-table-borderless td,
.lr-table-borderless thead th,
.lr-table-borderless tbody + tbody {
    border: 0;
}

.lr-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.lr-table-hover tbody tr:hover {
    color: #212121;
    background-color: rgba(0, 0, 0, .075);
}

.lr-table-primary,
.lr-table-primary > th,
.lr-table-primary > td {
    background-color: #e9f6f5;
}

.lr-table-primary th,
.lr-table-primary td,
.lr-table-primary thead th,
.lr-table-primary tbody + tbody {
    border-color: #d7eeec;
}

.lr-table-hover .lr-table-primary:hover {
    background-color: #d7efed;
}

.lr-table-hover .lr-table-primary:hover > td,
.lr-table-hover .lr-table-primary:hover > th {
    background-color: #d7efed;
}

.lr-table-secondary,
.lr-table-secondary > th,
.lr-table-secondary > td {
    background-color: #d8d8d8;
}

.lr-table-secondary th,
.lr-table-secondary td,
.lr-table-secondary thead th,
.lr-table-secondary tbody + tbody {
    border-color: #b7b7b7;
}

.lr-table-hover .lr-table-secondary:hover {
    background-color: #cbcbcb;
}

.lr-table-hover .lr-table-secondary:hover > td,
.lr-table-hover .lr-table-secondary:hover > th {
    background-color: #cbcbcb;
}

.lr-table-success,
.lr-table-success > th,
.lr-table-success > td {
    background-color: #cde9ce;
}

.lr-table-success th,
.lr-table-success td,
.lr-table-success thead th,
.lr-table-success tbody + tbody {
    border-color: #a2d5a4;
}

.lr-table-hover .lr-table-success:hover {
    background-color: #bbe1bd;
}

.lr-table-hover .lr-table-success:hover > td,
.lr-table-hover .lr-table-success:hover > th {
    background-color: #bbe1bd;
}

.lr-table-warning,
.lr-table-warning > th,
.lr-table-warning > td {
    background-color: #ffeeba;
}

.lr-table-warning th,
.lr-table-warning td,
.lr-table-warning thead th,
.lr-table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.lr-table-hover .lr-table-warning:hover {
    background-color: #ffe8a1;
}

.lr-table-hover .lr-table-warning:hover > td,
.lr-table-hover .lr-table-warning:hover > th {
    background-color: #ffe8a1;
}

.lr-table-info,
.lr-table-info > th,
.lr-table-info > td {
    background-color: #e3c3e9;
}

.lr-table-info th,
.lr-table-info td,
.lr-table-info thead th,
.lr-table-info tbody + tbody {
    border-color: #cc8fd6;
}

.lr-table-hover .lr-table-info:hover {
    background-color: #dab0e2;
}

.lr-table-hover .lr-table-info:hover > td,
.lr-table-hover .lr-table-info:hover > th {
    background-color: #dab0e2;
}

.lr-table-alert,
.lr-table-alert > th,
.lr-table-alert > td {
    background-color: #fccac7;
}

.lr-table-alert th,
.lr-table-alert td,
.lr-table-alert thead th,
.lr-table-alert tbody + tbody {
    border-color: #f99d96;
}

.lr-table-hover .lr-table-alert:hover {
    background-color: #fbb3af;
}

.lr-table-hover .lr-table-alert:hover > td,
.lr-table-hover .lr-table-alert:hover > th {
    background-color: #fbb3af;
}

.lr-table-light,
.lr-table-light > th,
.lr-table-light > td {
    background-color: #fcfcfc;
}

.lr-table-light th,
.lr-table-light td,
.lr-table-light thead th,
.lr-table-light tbody + tbody {
    border-color: #fafafa;
}

.lr-table-hover .lr-table-light:hover {
    background-color: #efefef;
}

.lr-table-hover .lr-table-light:hover > td,
.lr-table-hover .lr-table-light:hover > th {
    background-color: #efefef;
}

.lr-table-dark,
.lr-table-dark > th,
.lr-table-dark > td {
    background-color: #cacaca;
}

.lr-table-dark th,
.lr-table-dark td,
.lr-table-dark thead th,
.lr-table-dark tbody + tbody {
    border-color: #9d9d9d;
}

.lr-table-hover .lr-table-dark:hover {
    background-color: #bdbdbd;
}

.lr-table-hover .lr-table-dark:hover > td,
.lr-table-hover .lr-table-dark:hover > th {
    background-color: #bdbdbd;
}

.lr-table-active,
.lr-table-active > th,
.lr-table-active > td {
    background-color: rgba(0, 0, 0, .075);
}

.lr-table-hover .lr-table-active:hover {
    background-color: rgba(0, 0, 0, .075);
}

.lr-table-hover .lr-table-active:hover > td,
.lr-table-hover .lr-table-active:hover > th {
    background-color: rgba(0, 0, 0, .075);
}

.lr-table .lr-thead-dark th {
    color: white;
    background-color: #424242;
    border-color: #555;
}

.lr-table .lr-thead-light th {
    color: #616161;
    background-color: #eee;
    border-color: #e0e0e0;
}

.lr-table-dark {
    color: white;
    background-color: #424242;
}

.lr-table-dark th,
.lr-table-dark td,
.lr-table-dark thead th {
    border-color: #555;
}

.lr-table-dark.lr-table-bordered {
    border: 0;
}

.lr-table-dark.lr-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05);
}

.lr-table-dark.lr-table-hover tbody tr:hover {
    color: white;
    background-color: rgba(255, 255, 255, .075);
}

@media (max-width: 575.98px) {
    .lr-table-responsive-small {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .lr-table-responsive-medium {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .lr-table-responsive-large {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .lr-table-responsive-xlarge {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }
}

.lr-table-responsive {
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
}

.lr-form-label {
    margin-bottom: .5rem;
}

.lr-column-form-label {
    margin-bottom: 0;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);

    font-size: inherit;
    line-height: 1.5;
}

.lr-column-form-label-large {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);

    font-size: 1.25rem;
}

.lr-column-form-label-small {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);

    font-size: .875rem;
}

.lr-form-text {
    margin-top: .25rem;

    font-size: .875em;

    color: #757575;
}

.lr-form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    color: #616161;
    background-clip: padding-box;
    background-color: white;
    border: 1px solid #bdbdbd;
    border-radius: .25rem;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .lr-form-control {
        transition: none;
    }
}

.lr-form-control:focus {
    color: #616161;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 .2rem rgba(178, 223, 219, .25);
    outline: 0;
}

.lr-form-control::-webkit-input-placeholder {
    color: #757575;
    opacity: 1;
}

.lr-form-control::-moz-placeholder {
    color: #757575;
    opacity: 1;
}

.lr-form-control::placeholder {
    color: #757575;
    opacity: 1;
}

.lr-form-control:disabled,
.lr-form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}

.lr-form-control-plaintext {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: .375rem 0;

    line-height: 1.5;

    color: #212121;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.lr-form-control-plaintext.lr-form-control-small,
.lr-form-control-plaintext.lr-form-control-large {
    padding-right: 0;
    padding-left: 0;
}

.lr-form-control-small {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;

    font-size: .875rem;

    border-radius: .2rem;
}

.lr-form-control-large {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;

    font-size: 1.25rem;

    border-radius: .3rem;
}

.lr-form-control-color {
    max-width: 3rem;
    padding: .375rem;
}

.lr-form-control-color::-moz-color-swatch {
    border-radius: .25rem;
}

.lr-form-control-color::-webkit-color-swatch {
    border-radius: .25rem;
}

.lr-form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    color: #616161;
    background-color: white;
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23424242" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6"/%3e%3c/svg%3e');
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #bdbdbd;
    border-radius: .25rem;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
}

.lr-form-select:focus {
    border-color: white;
    box-shadow: 0 0 0 .2rem rgba(178, 223, 219, .25);
    outline: 0;
}

.lr-form-select:focus::-ms-value {
    color: #616161;
    background-color: white;
}

.lr-form-select[multiple],
.lr-form-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;

    background-image: none;
}

.lr-form-select:disabled {
    color: #757575;
    background-color: #eee;
}

.lr-form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #616161;
}

.lr-form-select-small {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;

    font-size: .875rem;
}

.lr-form-select-large {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;

    font-size: 1.25rem;
}

.lr-form-check {
    display: block;
    min-height: 1.5rem;
    margin-bottom: .125rem;
    padding-left: 1.75em;
}

.lr-form-check .lr-form-check-input {
    float: left;
    margin-left: -1.75em;
}

.lr-form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: .125em;
    vertical-align: top;

    background-color: white;
    border: 1px solid rgba(0, 0, 0, .25);

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.lr-form-check-input[type=checkbox] {
    border-radius: .25em;
}

.lr-form-check-input[type=radio] {
    border-radius: 50%;
}

.lr-form-check-input:active {
    filter: brightness(90%);
}

.lr-form-check-input:focus {
    border-color: white;
    box-shadow: 0 0 0 .2rem rgba(178, 223, 219, .25);
    outline: 0;
}

.lr-form-check-input:checked {
    background-color: #b2dfdb;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1em;
    border-color: #b2dfdb;
}

.lr-form-check-input:checked[type=checkbox] {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M4 8.5L6.5 11l6-6"/%3e%3c/svg%3e');
}

.lr-form-check-input:checked[type=radio] {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="2" fill="white"/%3e%3c/svg%3e');
}

.lr-form-check-input[type=checkbox]:indeterminate {
    background-color: #b2dfdb;
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M5 8h6"/%3e%3c/svg%3e');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1em;
    border-color: #b2dfdb;
}

.lr-form-check-input:disabled {
    opacity: .5;

    pointer-events: none;

    filter: none;
}

.lr-form-check-input[disabled] ~ .lr-form-check-label,
.lr-form-check-input:disabled ~ .lr-form-check-label {
    opacity: .5;
}

.lr-form-switch {
    padding-left: 2.5em;
}

.lr-form-switch .lr-form-check-input {
    width: 2em;
    margin-left: -2.5em;

    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="3" fill="rgba%280, 0, 0, 0.25%29"/%3e%3c/svg%3e');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 2em;

    -webkit-print-color-adjust: exact;

    color-adjust: exact;
}

.lr-form-switch .lr-form-check-input:focus {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="3" fill="%2380bdff"/%3e%3c/svg%3e');
}

.lr-form-switch .lr-form-check-input:checked {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="3" fill="white"/%3e%3c/svg%3e');
    background-position: right center;
}

.lr-form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

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

.lr-form-file-input {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;

    opacity: 0;
}

.lr-form-file-input:focus-within ~ .lr-form-file-label {
    border-color: white;
    box-shadow: 0 0 0 .2rem rgba(178, 223, 219, .25);
}

.lr-form-file-input[disabled] ~ .lr-form-file-label .lr-form-file-text,
.lr-form-file-input:disabled ~ .lr-form-file-label .lr-form-file-text {
    background-color: #eee;
}

.lr-form-file-label {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 1;

    border-color: #bdbdbd;
    border-radius: .25rem;
}

.lr-form-file-text {
    display: block;
    flex-grow: 1;
    padding: .375rem .75rem;
    overflow: hidden;

    font-weight: 400;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;

    color: #616161;
    background-color: white;
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.lr-form-file-button {
    display: block;
    flex-shrink: 0;
    margin-left: -1px;
    padding: .375rem .75rem;

    line-height: 1.5;

    color: #616161;
    background-color: #eee;
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    border-radius: inherit;
}

.lr-form-file-small {
    height: calc(1.5em + .5rem + 2px);

    font-size: .875rem;
}

.lr-form-file-small .lr-form-file-text,
.lr-form-file-small .lr-form-file-button {
    padding: .25rem .5rem;
}

.lr-form-file-large {
    height: calc(1.5em + 1rem + 2px);

    font-size: 1.25rem;
}

.lr-form-file-large .lr-form-file-text,
.lr-form-file-large .lr-form-file-button {
    padding: .5rem 1rem;
}

.lr-form-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;

    background-color: transparent;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
}

.lr-form-range:focus {
    outline: none;
}

.lr-form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px white, 0 0 0 .2rem rgba(178, 223, 219, .25);
}

.lr-form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px white, 0 0 0 .2rem rgba(178, 223, 219, .25);
}

.lr-form-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px white, 0 0 0 .2rem rgba(178, 223, 219, .25);
}

.lr-form-range::-moz-focus-outer {
    border: 0;
}

.lr-form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;

    background-color: #b2dfdb;
    border: 0;
    border-radius: 1rem;

    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    -webkit-appearance: none;

    appearance: none;
}

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

.lr-form-range::-webkit-slider-thumb:active {
    background-color: white;
}

.lr-form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;

    color: transparent;
    background-color: #e0e0e0;
    border-color: transparent;
    border-radius: 1rem;

    cursor: pointer;
}

.lr-form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;

    background-color: #b2dfdb;
    border: 0;
    border-radius: 1rem;

    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    -moz-appearance: none;

    appearance: none;
}

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

.lr-form-range::-moz-range-thumb:active {
    background-color: white;
}

.lr-form-range::-moz-range-track {
    width: 100%;
    height: .5rem;

    color: transparent;
    background-color: #e0e0e0;
    border-color: transparent;
    border-radius: 1rem;

    cursor: pointer;
}

.lr-form-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;

    background-color: #b2dfdb;
    border: 0;
    border-radius: 1rem;

    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    appearance: none;
}

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

.lr-form-range::-ms-thumb:active {
    background-color: white;
}

.lr-form-range::-ms-track {
    width: 100%;
    height: .5rem;

    color: transparent;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;

    cursor: pointer;
}

.lr-form-range::-ms-fill-lower {
    background-color: #e0e0e0;
    border-radius: 1rem;
}

.lr-form-range::-ms-fill-upper {
    margin-right: 15px;

    background-color: #e0e0e0;
    border-radius: 1rem;
}

.lr-form-range:disabled {
    pointer-events: none;
}

.lr-form-range:disabled::-webkit-slider-thumb {
    background-color: #9e9e9e;
}

.lr-form-range:disabled::-moz-range-thumb {
    background-color: #9e9e9e;
}

.lr-form-range:disabled::-ms-thumb {
    background-color: #9e9e9e;
}

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

.lr-input-group > .lr-form-control,
.lr-input-group > .lr-form-select,
.lr-input-group > .lr-form-file {
    flex: 1 1 auto;
    position: relative;
    width: 1%;
    min-width: 0;
}

.lr-input-group > .lr-form-control:focus,
.lr-input-group > .lr-form-select:focus,
.lr-input-group > .lr-form-file .lr-form-file-input:focus ~ .lr-form-file-label {
    z-index: 3;
}

.lr-input-group > .lr-form-file > .lr-form-file-input:focus {
    z-index: 4;
}

.lr-input-group > .lr-form-file:not(:last-child) > .lr-form-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.lr-input-group > .lr-form-file:not(:first-child) > .lr-form-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.lr-input-group .lr-button {
    position: relative;
    z-index: 2;
}

.lr-input-group .lr-button:focus {
    z-index: 3;
}

.lr-input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;

    color: #616161;
    background-color: #eee;
    border: 1px solid #bdbdbd;
    border-radius: .25rem;
}

.lr-input-group-large > .lr-form-control {
    min-height: calc(1.5em + 1rem + 2px);
}

.lr-input-group-large > .lr-form-select {
    height: calc(1.5em + 1rem + 2px);
}

.lr-input-group-large > .lr-form-control,
.lr-input-group-large > .lr-form-select,
.lr-input-group-large > .lr-input-group-text,
.lr-input-group-large > .lr-button {
    padding: .5rem 1rem;

    font-size: 1.25rem;

    border-radius: 1.25rem;
}

.lr-input-group-small > .lr-form-control {
    min-height: calc(1.5em + .5rem + 2px);
}

.lr-input-group-small > .lr-form-select {
    height: calc(1.5em + .5rem + 2px);
}

.lr-input-group-small > .lr-form-control,
.lr-input-group-small > .lr-form-select,
.lr-input-group-small > .lr-input-group-text,
.lr-input-group-small > .lr-button {
    padding: .25rem .5rem;

    font-size: .875rem;

    border-radius: .2rem;
}

.lr-input-group-large > .lr-form-select,
.lr-input-group-small > .lr-form-select {
    padding-right: 1.75rem;
}

.lr-input-group > :not(:last-child):not(.lr-dropdown-toggle):not(.lr-dropdown-menu),
.lr-input-group > .lr-dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.lr-input-group > :not(:first-child):not(.lr-dropdown-menu) {
    margin-left: -1px;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.lr-valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;

    font-size: .875em;

    color: #4caf50;
}

.lr-valid-tooltip {
    display: none;
    position: absolute;
    top: 100%;
    max-width: 100%;
    margin-top: .1rem;
    padding: .25rem .5rem;
    z-index: 5;

    font-size: .875rem;

    color: #212121;
    background-color: rgba(76, 175, 80, .9);
    border-radius: .25rem;
}

.was-validated :valid ~ .lr-valid-feedback,
.was-validated :valid ~ .lr-valid-tooltip,
.is-valid ~ .lr-valid-feedback,
.is-valid ~ .lr-valid-tooltip {
    display: block;
}

.was-validated .lr-form-control:valid,
.lr-form-control.is-valid {
    padding-right: calc(1.5em + .75rem);

    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"%3e%3cpath fill="%234caf50" d="M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z"/%3e%3c/svg%3e');
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #4caf50;
}

.was-validated .lr-form-control:valid:focus,
.lr-form-control.is-valid:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);

    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .lr-form-select:valid,
.lr-form-select.is-valid {
    padding-right: calc(.75em + 2.3125rem);

    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23424242" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6"/%3e%3c/svg%3e'), url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"%3e%3cpath fill="%234caf50" d="M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z"/%3e%3c/svg%3e');
    background-position: right .75rem center, center right 1.75rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #4caf50;
}

.was-validated .lr-form-select:valid:focus,
.lr-form-select.is-valid:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25);
}

.was-validated .lr-form-check-input:valid,
.lr-form-check-input.is-valid {
    border-color: #4caf50;
}

.was-validated .lr-form-check-input:valid:checked,
.lr-form-check-input.is-valid:checked {
    background-color: #6ec071;
}

.was-validated .lr-form-check-input:valid:focus,
.lr-form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25);
}

.was-validated .lr-form-check-input:valid ~ .lr-form-check-label,
.lr-form-check-input.is-valid ~ .lr-form-check-label {
    color: #4caf50;
}

.lr-form-check-inline .lr-form-check-input ~ .lr-valid-feedback {
    margin-left: .5em;
}

.was-validated .lr-form-file-input:valid ~ .lr-form-file-label,
.lr-form-file-input.is-valid ~ .lr-form-file-label {
    border-color: #4caf50;
}

.was-validated .lr-form-file-input:valid:focus ~ .lr-form-file-label,
.lr-form-file-input.is-valid:focus ~ .lr-form-file-label {
    border-color: #4caf50;
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25);
}

.lr-invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;

    font-size: .875em;

    color: #f44336;
}

.lr-invalid-tooltip {
    display: none;
    position: absolute;
    top: 100%;
    max-width: 100%;
    margin-top: .1rem;
    padding: .25rem .5rem;
    z-index: 5;

    font-size: .875rem;

    color: white;
    background-color: rgba(244, 67, 54, .9);
    border-radius: .25rem;
}

.was-validated :invalid ~ .lr-invalid-feedback,
.was-validated :invalid ~ .lr-invalid-tooltip,
.is-invalid ~ .lr-invalid-feedback,
.is-invalid ~ .lr-invalid-tooltip {
    display: block;
}

.was-validated .lr-form-control:invalid,
.lr-form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);

    background-image: url('data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg" width="12" height="12" fill="none" stroke="%23f44336" viewBox="0 0 12 12"%3e%3ccircle cx="6" cy="6" r="4.5"/%3e%3cpath stroke-linejoin="round" d="M5.8 3.6h.4L6 6.5z"/%3e%3ccircle cx="6" cy="8.2" r=".6" fill="%23f44336" stroke="none""/%3e%3c/svg%3e');
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #f44336;
}

.was-validated .lr-form-control:invalid:focus,
.lr-form-control.is-invalid:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);

    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .lr-form-select:invalid,
.lr-form-select.is-invalid {
    padding-right: calc(.75em + 2.3125rem);

    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23424242" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6"/%3e%3c/svg%3e'), url('data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg" width="12" height="12" fill="none" stroke="%23f44336" viewBox="0 0 12 12"%3e%3ccircle cx="6" cy="6" r="4.5"/%3e%3cpath stroke-linejoin="round" d="M5.8 3.6h.4L6 6.5z"/%3e%3ccircle cx="6" cy="8.2" r=".6" fill="%23f44336" stroke="none""/%3e%3c/svg%3e');
    background-position: right .75rem center, center right 1.75rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #f44336;
}

.was-validated .lr-form-select:invalid:focus,
.lr-form-select.is-invalid:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25);
}

.was-validated .lr-form-check-input:invalid,
.lr-form-check-input.is-invalid {
    border-color: #f44336;
}

.was-validated .lr-form-check-input:invalid:checked,
.lr-form-check-input.is-invalid:checked {
    background-color: #f77066;
}

.was-validated .lr-form-check-input:invalid:focus,
.lr-form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25);
}

.was-validated .lr-form-check-input:invalid ~ .lr-form-check-label,
.lr-form-check-input.is-invalid ~ .lr-form-check-label {
    color: #f44336;
}

.lr-form-check-inline .lr-form-check-input ~ .lr-invalid-feedback {
    margin-left: .5em;
}

.was-validated .lr-form-file-input:invalid ~ .lr-form-file-label,
.lr-form-file-input.is-invalid ~ .lr-form-file-label {
    border-color: #f44336;
}

.was-validated .lr-form-file-input:invalid:focus ~ .lr-form-file-label,
.lr-form-file-input.is-invalid:focus ~ .lr-form-file-label {
    border-color: #f44336;
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25);
}

.lr-image-fluid {
    max-width: 100%;
    height: auto;
}

.lr-image-thumbnail {
    padding: .25rem;

    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
}

.lr-figure {
    display: inline-block;
}

.lr-figure-image {
    margin-bottom: .5rem;

    line-height: 1;
}

.lr-figure-caption {
    font-size: .875em;

    color: #757575;
}

.lr-button {
    display: inline-block;
    padding: .375rem .75rem;
    vertical-align: middle;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;

    color: #212121;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (prefers-reduced-motion: reduce) {
    .lr-button {
        transition: none;
    }
}

.lr-button:hover {
    color: #212121;
}

.lr-button:focus,
.lr-button.lr-focus {
    box-shadow: 0 0 0 .2rem rgba(178, 223, 219, .25);
    outline: 0;
}

.lr-button:disabled,
.lr-button.lr-disabled,
fieldset:disabled .lr-button {
    opacity: .65;

    pointer-events: none;
}

.lr-button-primary {
    color: #212121;
    background-color: #b2dfdb;
    border-color: #b2dfdb;
}

.lr-button-primary:hover {
    color: #212121;
    background-color: #97d4ce;
    border-color: #8ed0ca;
}

.lr-button-primary:focus,
.lr-button-primary.lr-focus {
    color: #212121;
    background-color: #97d4ce;
    border-color: #8ed0ca;
    box-shadow: 0 0 0 .2rem rgba(156, 195, 191, .5);
}

.lr-button-primary:active,
.lr-button-primary.lr-active,
.lr-show > .lr-button-primary.lr-dropdown-toggle {
    color: #212121;
    background-color: #8ed0ca;
    border-color: #85ccc6;
}

.lr-button-primary:active:focus,
.lr-button-primary.lr-active:focus,
.lr-show > .lr-button-primary.lr-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(156, 195, 191, .5);
}

.lr-button-primary:disabled,
.lr-button-primary.lr-disabled {
    color: #212121;
    background-color: #b2dfdb;
    border-color: #b2dfdb;
}

.lr-button-secondary {
    color: white;
    background-color: #757575;
    border-color: #757575;
}

.lr-button-secondary:hover {
    color: white;
    background-color: #626262;
    border-color: #5c5c5c;
}

.lr-button-secondary:focus,
.lr-button-secondary.lr-focus {
    color: white;
    background-color: #626262;
    border-color: #5c5c5c;
    box-shadow: 0 0 0 .2rem rgba(138, 138, 138, .5);
}

.lr-button-secondary:active,
.lr-button-secondary.lr-active,
.lr-show > .lr-button-secondary.lr-dropdown-toggle {
    color: white;
    background-color: #5c5c5c;
    border-color: #555;
}

.lr-button-secondary:active:focus,
.lr-button-secondary.lr-active:focus,
.lr-show > .lr-button-secondary.lr-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(138, 138, 138, .5);
}

.lr-button-secondary:disabled,
.lr-button-secondary.lr-disabled {
    color: white;
    background-color: #757575;
    border-color: #757575;
}

.lr-button-success {
    color: #212121;
    background-color: #4caf50;
    border-color: #4caf50;
}

.lr-button-success:hover {
    color: white;
    background-color: #409444;
    border-color: #3d8b40;
}

.lr-button-success:focus,
.lr-button-success.lr-focus {
    color: white;
    background-color: #409444;
    border-color: #3d8b40;
    box-shadow: 0 0 0 .2rem rgba(70, 154, 73, .5);
}

.lr-button-success:active,
.lr-button-success.lr-active,
.lr-show > .lr-button-success.lr-dropdown-toggle {
    color: white;
    background-color: #3d8b40;
    border-color: #39833c;
}

.lr-button-success:active:focus,
.lr-button-success.lr-active:focus,
.lr-show > .lr-button-success.lr-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(70, 154, 73, .5);
}

.lr-button-success:disabled,
.lr-button-success.lr-disabled {
    color: #212121;
    background-color: #4caf50;
    border-color: #4caf50;
}

.lr-button-warning {
    color: #212121;
    background-color: #ffc107;
    border-color: #ffc107;
}

.lr-button-warning:hover {
    color: #212121;
    background-color: #e0a800;
    border-color: #d39e00;
}

.lr-button-warning:focus,
.lr-button-warning.lr-focus {
    color: #212121;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 169, 11, .5);
}

.lr-button-warning:active,
.lr-button-warning.lr-active,
.lr-show > .lr-button-warning.lr-dropdown-toggle {
    color: #212121;
    background-color: #d39e00;
    border-color: #c69500;
}

.lr-button-warning:active:focus,
.lr-button-warning.lr-active:focus,
.lr-show > .lr-button-warning.lr-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 169, 11, .5);
}

.lr-button-warning:disabled,
.lr-button-warning.lr-disabled {
    color: #212121;
    background-color: #ffc107;
    border-color: #ffc107;
}

.lr-button-info {
    color: white;
    background-color: #9c27b0;
    border-color: #9c27b0;
}

.lr-button-info:hover {
    color: white;
    background-color: #802091;
    border-color: #771e86;
}

.lr-button-info:focus,
.lr-button-info.lr-focus {
    color: white;
    background-color: #802091;
    border-color: #771e86;
    box-shadow: 0 0 0 .2rem rgba(171, 71, 188, .5);
}

.lr-button-info:active,
.lr-button-info.lr-active,
.lr-show > .lr-button-info.lr-dropdown-toggle {
    color: white;
    background-color: #771e86;
    border-color: #6e1b7c;
}

.lr-button-info:active:focus,
.lr-button-info.lr-active:focus,
.lr-show > .lr-button-info.lr-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(171, 71, 188, .5);
}

.lr-button-info:disabled,
.lr-button-info.lr-disabled {
    color: white;
    background-color: #9c27b0;
    border-color: #9c27b0;
}

.lr-button-alert {
    color: white;
    background-color: #f44336;
    border-color: #f44336;
}

.lr-button-alert:hover {
    color: white;
    background-color: #f22112;
    border-color: #ea1c0d;
}

.lr-button-alert:focus,
.lr-button-alert.lr-focus {
    color: white;
    background-color: #f22112;
    border-color: #ea1c0d;
    box-shadow: 0 0 0 .2rem rgba(246, 95, 84, .5);
}

.lr-button-alert:active,
.lr-button-alert.lr-active,
.lr-show > .lr-button-alert.lr-dropdown-toggle {
    color: white;
    background-color: #ea1c0d;
    border-color: #de1b0c;
}

.lr-button-alert:active:focus,
.lr-button-alert.lr-active:focus,
.lr-show > .lr-button-alert.lr-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(246, 95, 84, .5);
}

.lr-button-alert:disabled,
.lr-button-alert.lr-disabled {
    color: white;
    background-color: #f44336;
    border-color: #f44336;
}

.lr-button-light {
    color: #212121;
    background-color: whitesmoke;
    border-color: whitesmoke;
}

.lr-button-light:hover {
    color: #212121;
    background-color: #e2e2e2;
    border-color: gainsboro;
}

.lr-button-light:focus,
.lr-button-light.lr-focus {
    color: #212121;
    background-color: #e2e2e2;
    border-color: gainsboro;
    box-shadow: 0 0 0 .2rem rgba(213, 213, 213, .5);
}

.lr-button-light:active,
.lr-button-light.lr-active,
.lr-show > .lr-button-light.lr-dropdown-toggle {
    color: #212121;
    background-color: gainsboro;
    border-color: #d5d5d5;
}

.lr-button-light:active:focus,
.lr-button-light.lr-active:focus,
.lr-show > .lr-button-light.lr-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(213, 213, 213, .5);
}

.lr-button-light:disabled,
.lr-button-light.lr-disabled {
    color: #212121;
    background-color: whitesmoke;
    border-color: whitesmoke;
}

.lr-button-dark {
    color: white;
    background-color: #424242;
    border-color: #424242;
}

.lr-button-dark:hover {
    color: white;
    background-color: #2f2f2f;
    border-color: #292929;
}

.lr-button-dark:focus,
.lr-button-dark.lr-focus {
    color: white;
    background-color: #2f2f2f;
    border-color: #292929;
    box-shadow: 0 0 0 .2rem rgba(94, 94, 94, .5);
}

.lr-button-dark:active,
.lr-button-dark.lr-active,
.lr-show > .lr-button-dark.lr-dropdown-toggle {
    color: white;
    background-color: #292929;
    border-color: #222;
}

.lr-button-dark:active:focus,
.lr-button-dark.lr-active:focus,
.lr-show > .lr-button-dark.lr-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(94, 94, 94, .5);
}

.lr-button-dark:disabled,
.lr-button-dark.lr-disabled {
    color: white;
    background-color: #424242;
    border-color: #424242;
}

.lr-button-ghost-primary {
    color: #b2dfdb;
    border-color: #b2dfdb;
}

.lr-button-ghost-primary:hover {
    color: #212121;
    background-color: #b2dfdb;
    border-color: #b2dfdb;
}

.lr-button-ghost-primary:focus,
.lr-button-ghost-primary.lr-focus {
    box-shadow: 0 0 0 .2rem rgba(178, 223, 219, .5);
}

.lr-button-ghost-primary:active,
.lr-button-ghost-primary.lr-active,
.lr-button-ghost-primary.lr-dropdown-toggle.lr-show {
    color: #212121;
    background-color: #b2dfdb;
    border-color: #b2dfdb;
}

.lr-button-ghost-primary:active:focus,
.lr-button-ghost-primary.lr-active:focus,
.lr-button-ghost-primary.lr-dropdown-toggle.lr-show:focus {
    box-shadow: 0 0 0 .2rem rgba(178, 223, 219, .5);
}

.lr-button-ghost-primary:disabled,
.lr-button-ghost-primary.lr-disabled {
    color: #b2dfdb;
    background-color: transparent;
}

.lr-button-ghost-secondary {
    color: #757575;
    border-color: #757575;
}

.lr-button-ghost-secondary:hover {
    color: white;
    background-color: #757575;
    border-color: #757575;
}

.lr-button-ghost-secondary:focus,
.lr-button-ghost-secondary.lr-focus {
    box-shadow: 0 0 0 .2rem rgba(117, 117, 117, .5);
}

.lr-button-ghost-secondary:active,
.lr-button-ghost-secondary.lr-active,
.lr-button-ghost-secondary.lr-dropdown-toggle.lr-show {
    color: white;
    background-color: #757575;
    border-color: #757575;
}

.lr-button-ghost-secondary:active:focus,
.lr-button-ghost-secondary.lr-active:focus,
.lr-button-ghost-secondary.lr-dropdown-toggle.lr-show:focus {
    box-shadow: 0 0 0 .2rem rgba(117, 117, 117, .5);
}

.lr-button-ghost-secondary:disabled,
.lr-button-ghost-secondary.lr-disabled {
    color: #757575;
    background-color: transparent;
}

.lr-button-ghost-success {
    color: #4caf50;
    border-color: #4caf50;
}

.lr-button-ghost-success:hover {
    color: #212121;
    background-color: #4caf50;
    border-color: #4caf50;
}

.lr-button-ghost-success:focus,
.lr-button-ghost-success.lr-focus {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .5);
}

.lr-button-ghost-success:active,
.lr-button-ghost-success.lr-active,
.lr-button-ghost-success.lr-dropdown-toggle.lr-show {
    color: #212121;
    background-color: #4caf50;
    border-color: #4caf50;
}

.lr-button-ghost-success:active:focus,
.lr-button-ghost-success.lr-active:focus,
.lr-button-ghost-success.lr-dropdown-toggle.lr-show:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .5);
}

.lr-button-ghost-success:disabled,
.lr-button-ghost-success.lr-disabled {
    color: #4caf50;
    background-color: transparent;
}

.lr-button-ghost-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.lr-button-ghost-warning:hover {
    color: #212121;
    background-color: #ffc107;
    border-color: #ffc107;
}

.lr-button-ghost-warning:focus,
.lr-button-ghost-warning.lr-focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.lr-button-ghost-warning:active,
.lr-button-ghost-warning.lr-active,
.lr-button-ghost-warning.lr-dropdown-toggle.lr-show {
    color: #212121;
    background-color: #ffc107;
    border-color: #ffc107;
}

.lr-button-ghost-warning:active:focus,
.lr-button-ghost-warning.lr-active:focus,
.lr-button-ghost-warning.lr-dropdown-toggle.lr-show:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.lr-button-ghost-warning:disabled,
.lr-button-ghost-warning.lr-disabled {
    color: #ffc107;
    background-color: transparent;
}

.lr-button-ghost-info {
    color: #9c27b0;
    border-color: #9c27b0;
}

.lr-button-ghost-info:hover {
    color: white;
    background-color: #9c27b0;
    border-color: #9c27b0;
}

.lr-button-ghost-info:focus,
.lr-button-ghost-info.lr-focus {
    box-shadow: 0 0 0 .2rem rgba(156, 39, 176, .5);
}

.lr-button-ghost-info:active,
.lr-button-ghost-info.lr-active,
.lr-button-ghost-info.lr-dropdown-toggle.lr-show {
    color: white;
    background-color: #9c27b0;
    border-color: #9c27b0;
}

.lr-button-ghost-info:active:focus,
.lr-button-ghost-info.lr-active:focus,
.lr-button-ghost-info.lr-dropdown-toggle.lr-show:focus {
    box-shadow: 0 0 0 .2rem rgba(156, 39, 176, .5);
}

.lr-button-ghost-info:disabled,
.lr-button-ghost-info.lr-disabled {
    color: #9c27b0;
    background-color: transparent;
}

.lr-button-ghost-alert {
    color: #f44336;
    border-color: #f44336;
}

.lr-button-ghost-alert:hover {
    color: white;
    background-color: #f44336;
    border-color: #f44336;
}

.lr-button-ghost-alert:focus,
.lr-button-ghost-alert.lr-focus {
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .5);
}

.lr-button-ghost-alert:active,
.lr-button-ghost-alert.lr-active,
.lr-button-ghost-alert.lr-dropdown-toggle.lr-show {
    color: white;
    background-color: #f44336;
    border-color: #f44336;
}

.lr-button-ghost-alert:active:focus,
.lr-button-ghost-alert.lr-active:focus,
.lr-button-ghost-alert.lr-dropdown-toggle.lr-show:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .5);
}

.lr-button-ghost-alert:disabled,
.lr-button-ghost-alert.lr-disabled {
    color: #f44336;
    background-color: transparent;
}

.lr-button-ghost-light {
    color: whitesmoke;
    border-color: whitesmoke;
}

.lr-button-ghost-light:hover {
    color: #212121;
    background-color: whitesmoke;
    border-color: whitesmoke;
}

.lr-button-ghost-light:focus,
.lr-button-ghost-light.lr-focus {
    box-shadow: 0 0 0 .2rem rgba(245, 245, 245, .5);
}

.lr-button-ghost-light:active,
.lr-button-ghost-light.lr-active,
.lr-button-ghost-light.lr-dropdown-toggle.lr-show {
    color: #212121;
    background-color: whitesmoke;
    border-color: whitesmoke;
}

.lr-button-ghost-light:active:focus,
.lr-button-ghost-light.lr-active:focus,
.lr-button-ghost-light.lr-dropdown-toggle.lr-show:focus {
    box-shadow: 0 0 0 .2rem rgba(245, 245, 245, .5);
}

.lr-button-ghost-light:disabled,
.lr-button-ghost-light.lr-disabled {
    color: whitesmoke;
    background-color: transparent;
}

.lr-button-ghost-dark {
    color: #424242;
    border-color: #424242;
}

.lr-button-ghost-dark:hover {
    color: white;
    background-color: #424242;
    border-color: #424242;
}

.lr-button-ghost-dark:focus,
.lr-button-ghost-dark.lr-focus {
    box-shadow: 0 0 0 .2rem rgba(66, 66, 66, .5);
}

.lr-button-ghost-dark:active,
.lr-button-ghost-dark.lr-active,
.lr-button-ghost-dark.lr-dropdown-toggle.lr-show {
    color: white;
    background-color: #424242;
    border-color: #424242;
}

.lr-button-ghost-dark:active:focus,
.lr-button-ghost-dark.lr-active:focus,
.lr-button-ghost-dark.lr-dropdown-toggle.lr-show:focus {
    box-shadow: 0 0 0 .2rem rgba(66, 66, 66, .5);
}

.lr-button-ghost-dark:disabled,
.lr-button-ghost-dark.lr-disabled {
    color: #424242;
    background-color: transparent;
}

.lr-button-link {
    font-weight: 400;
    text-decoration: underline;

    color: #b2dfdb;
}

.lr-button-link:hover {
    color: #7cc9c2;
}

.lr-button-link:disabled,
.lr-button-link.lr-disabled {
    color: #757575;
}

.lr-button-large,
.lr-button-group-large > .lr-button {
    padding: .5rem 1rem;

    font-size: 1.25rem;

    border-radius: .3rem;
}

.lr-button-small,
.lr-button-group-small > .lr-button {
    padding: .25rem .5rem;

    font-size: .875rem;

    border-radius: .2rem;
}

.lr-button-block {
    display: block;
    width: 100%;
}

.lr-button-block + .lr-button-block {
    margin-top: .5rem;
}

.lr-fade {
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .lr-fade {
        transition: none;
    }
}

.lr-fade:not(.lr-show) {
    opacity: 0;
}

.lr-collapse:not(.lr-show) {
    display: none;
}

.lr-collapsing {
    height: 0;
    overflow: hidden;

    transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .lr-collapsing {
        transition: none;
    }
}

.lr-dropup,
.lr-dropright,
.lr-dropdown,
.lr-dropleft {
    position: relative;
}

.lr-dropdown-toggle {
    white-space: nowrap;
}

.lr-dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;

    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.lr-dropdown-toggle:empty::after {
    margin-left: 0;
}

.lr-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 10rem;
    margin: .125rem 0 0;
    padding: .5rem 0;

    font-size: 1rem;
    text-align: left;
    list-style: none;

    color: #212121;
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;

    z-indeX: 1000;
}

.lr-dropdown-menu-left {
    right: auto;
    left: 0;
}

.lr-dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .lr-dropdown-menu-small-left {
        right: auto;
        left: 0;
    }

    .lr-dropdown-menu-small-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .lr-dropdown-menu-medium-left {
        right: auto;
        left: 0;
    }

    .lr-dropdown-menu-medium-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .lr-dropdown-menu-large-left {
        right: auto;
        left: 0;
    }

    .lr-dropdown-menu-large-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .lr-dropdown-menu-xlarge-left {
        right: auto;
        left: 0;
    }

    .lr-dropdown-menu-xlarge-right {
        right: 0;
        left: auto;
    }
}

.lr-dropup .lr-dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

.lr-dropup .lr-dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;

    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.lr-dropup .lr-dropdown-toggle:empty::after {
    margin-left: 0;
}

.lr-dropright .lr-dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}

.lr-dropright .lr-dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;

    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.lr-dropright .lr-dropdown-toggle:empty::after {
    margin-left: 0;
}

.lr-dropright .lr-dropdown-toggle::after {
    vertical-align: 0;
}

.lr-dropleft .lr-dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}

.lr-dropleft .lr-dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
}

.lr-dropleft .lr-dropdown-toggle::after {
    display: none;
}

.lr-dropleft .lr-dropdown-toggle::before {
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;

    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

.lr-dropleft .lr-dropdown-toggle:empty::after {
    margin-left: 0;
}

.lr-dropleft .lr-dropdown-toggle::before {
    vertical-align: 0;
}

.lr-dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;

    border-top: 1px solid #eee;
}

.lr-dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    padding: .25rem 1.5rem;

    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;

    color: #212121;
    background-color: transparent;
    border: 0;
}

.lr-dropdown-item:hover,
.lr-dropdown-item:focus {
    text-decoration: none;

    color: #141414;
    background-color: whitesmoke;
}

.lr-dropdown-item.lr-active,
.lr-dropdown-item:active {
    text-decoration: none;

    color: white;
    background-color: #b2dfdb;
}

.lr-dropdown-item.lr-disabled,
.lr-dropdown-item:disabled {
    color: #757575;
    background-color: transparent;

    pointer-events: none;
}

.lr-dropdown-menu.lr-show {
    display: block;
}

.lr-dropdown-header {
    display: block;
    margin-bottom: 0;
    padding: .5rem 1.5rem;

    font-size: .875rem;
    white-space: nowrap;

    color: #757575;
}

.lr-dropdown-item-next {
    display: block;
    padding: .25rem 1.5rem;

    color: #212121;
}

.lr-button-group,
.lr-button-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}

.lr-button-group > .lr-button,
.lr-button-group-vertical > .lr-button {
    flex: 1 1 auto;
    position: relative;
}

.lr-button-group > .lr-button:hover,
.lr-button-group > .lr-button:focus,
.lr-button-group > .lr-button:active,
.lr-button-group > .lr-button.lr-active,
.lr-button-group-vertical > .lr-button:hover,
.lr-button-group-vertical > .lr-button:focus,
.lr-button-group-vertical > .lr-button:active,
.lr-button-group-vertical > .lr-button.lr-active {
    z-index: 1;
}

.lr-button-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.lr-button-toolbar .lr-input-group {
    width: auto;
}

.lr-button-group > .lr-button:not(:first-child),
.lr-button-group > .lr-button-group:not(:first-child) {
    margin-left: -1px;
}

.lr-button-group > .lr-button:not(:last-child):not(.lr-dropdown-toggle),
.lr-button-group > .lr-button-group:not(:last-child) > .lr-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.lr-button-group > .lr-button:not(first-child),
.lr-button-group > .lr-button-group:not(:first-child) > .lr-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.lr-dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}

.lr-dropdown-toggle-split::after,
.lr-dropup .lr-dropdown-toggle-split::after,
.lr-dropright .lr-dropdown-toggle-split::after {
    margin-left: 0;
}

.lr-dropleft .lr-dropdown-toggle-split::before {
    margin-right: 0;
}

.lr-button-small + .lr-dropdown-toggle-split,
.lr-button-group-small > .lr-button + .lr-dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}

.lr-button-large + .lr-dropdown-toggle-split,
.lr-button-group-large > .lr-button + .lr-dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

.lr-button-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.lr-button-group-vertical > .lr-button,
.lr-button-group-vertical > .lr-button-group {
    width: 100%;
}

.lr-button-group-vertical > .lr-button:not(:first-child),
.lr-button-group-vertical > .lr-button-group:not(:first-child) {
    margin-top: -1px;
}

.lr-button-group-vertical > .lr-button:not(:last-child):not(.lr-dropdown-toggle),
.lr-button-group-vertical > .lr-button-group:not(:last-child) > .lr-button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.lr-button-group-vertical > .lr-button:not(:first-child),
.lr-button-group-vertical > .lr-button-group:not(:first-child) > .lr-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.lr-button-group-toggle > .lr-button input[type=radio],
.lr-button-group-toggle > .lr-button input[type=checkbox],
.lr-button-group-toggle > .lr-button-group > .lr-button input[type=radio],
.lr-button-group-toggle > .lr-button-group > .lr-button input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);

    pointer-events: none;
}

.lr-navigation {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;

    list-style: none;
}

.lr-navigation-link {
    display: block;
    padding: .5rem 1rem;

    text-decoration: none;
}

.lr-navigation-link.lr-disabled {
    color: #757575;

    cursor: default;
    pointer-events: none;
}

.lr-navigation-tabs {
    border-bottom: 1px solid #e0e0e0;
}

.lr-navigation-tabs .lr-navigation-link {
    margin-bottom: -1px;

    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.lr-navigation-tabs .lr-navigation-link:hover,
.lr-navigation-tabs .lr-navigation-link:focus {
    border-color: #eee #eee #e0e0e0;
}

.lr-navigation-tabs .lr-navigation-link.lr-disabled {
    color: #757575;
    background-color: transparent;
    border-color: transparent;
}

.lr-navigation-tabs .lr-navigation-link.active,
.lr-navigation-tabs .lr-navigation-item.show .lr-navigation-link {
    color: #616161;
    background-color: white;
    border-color: #e0e0e0 #e0e0e0 white;
}

.lr-navigation-tabs .lr-dropdown-menu {
    margin-top: -1px;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.lr-navigation-pills .lr-navigation-link {
    border-radius: .25rem;
}

.lr-navigation-pills .lr-navigation-link.active,
.lr-navigation-pills .show > .lr-navigation-link {
    color: white;
    background-color: #b2dfdb;
}

.lr-navigation-fill .lr-navigation-item {
    flex: 1 1 auto;

    text-align: center;
}

.lr-navigation-justified .lr-navigation-item {
    flex-grow: 1;

    text-align: center;

    flex-basis: 0;
}

.lr-tab-content > .lr-tab-pane {
    display: none;
}

.lr-tab-content > .lr-active {
    display: block;
}

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

.lr-navigation-bar > .lr-container,
.lr-navigation-bar > .lr-container-fluid,
.lr-navigation-bar > .lr-container-small,
.lr-navigation-bar > .lr-container-medium,
.lr-navigation-bar > .lr-container-large,
.lr-navigation-bar > .lr-container-xlarge {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.lr-navigation-bar-logo {
    margin-right: 1rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;

    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.lr-navigation-bar-navigation {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;

    list-style: none;
}

.lr-navigation-bar-navigation .lr-navigation-link {
    padding-right: 0;
    padding-left: 0;
}

.lr-navigation-bar-navigation .lr-dropdown-menu {
    position: static;
}

.lr-navigation-bar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.lr-navigation-bar-collapse {
    align-items: center;
    width: 100%;
}

.lr-navigation-bar-toggler {
    padding: .25rem .75rem;

    font-size: 1.25rem;
    line-height: 1;

    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;

    transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .lr-navigation-bar-toggler {
        transition: none;
    }
}

.lr-navigation-bar-toggler:hover {
    text-decoration: none;
}

.lr-navigation-bar-toggler:focus {
    text-decoration: none;

    box-shadow: 0 0 0 .2rem;
    outline: 0;
}

.lr-navigation-bar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;

    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (min-width: 576px) {
    .lr-navigation-bar-expand-small {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .lr-navigation-bar-expand-small .lr-navigation-bar-navigation {
        flex-direction: row;
    }

    .lr-navigation-bar-expand-small .lr-navigation-bar-navigation .lr-dropdown-menu {
        position: absolute;
    }

    .lr-navigation-bar-expand-small .lr-navigation-bar-navigation .lr-navigation-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .lr-navigation-bar-expand-small .lr-navigation-bar-collapse {
        display: flex !important;
    }

    .lr-navigation-bar-expand-small .lr-navigation-bar-toggler {
        display: none;
    }
}

@media (min-width: 768px) {
    .lr-navigation-bar-expand-medium {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .lr-navigation-bar-expand-medium .lr-navigation-bar-navigation {
        flex-direction: row;
    }

    .lr-navigation-bar-expand-medium .lr-navigation-bar-navigation .lr-dropdown-menu {
        position: absolute;
    }

    .lr-navigation-bar-expand-medium .lr-navigation-bar-navigation .lr-navigation-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .lr-navigation-bar-expand-medium .lr-navigation-bar-collapse {
        display: flex !important;
    }

    .lr-navigation-bar-expand-medium .lr-navigation-bar-toggler {
        display: none;
    }
}

@media (min-width: 992px) {
    .lr-navigation-bar-expand-large {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .lr-navigation-bar-expand-large .lr-navigation-bar-navigation {
        flex-direction: row;
    }

    .lr-navigation-bar-expand-large .lr-navigation-bar-navigation .lr-dropdown-menu {
        position: absolute;
    }

    .lr-navigation-bar-expand-large .lr-navigation-bar-navigation .lr-navigation-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .lr-navigation-bar-expand-large .lr-navigation-bar-collapse {
        display: flex !important;
    }

    .lr-navigation-bar-expand-large .lr-navigation-bar-toggler {
        display: none;
    }
}

@media (min-width: 1200px) {
    .lr-navigation-bar-expand-xlarge {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .lr-navigation-bar-expand-xlarge .lr-navigation-bar-navigation {
        flex-direction: row;
    }

    .lr-navigation-bar-expand-xlarge .lr-navigation-bar-navigation .lr-dropdown-menu {
        position: absolute;
    }

    .lr-navigation-bar-expand-xlarge .lr-navigation-bar-navigation .lr-navigation-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .lr-navigation-bar-expand-xlarge .lr-navigation-bar-collapse {
        display: flex !important;
    }

    .lr-navigation-bar-expand-xlarge .lr-navigation-bar-toggler {
        display: none;
    }
}

.lr-navigation-bar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.lr-navigation-bar-expand .lr-navigation-bar-navigation {
    flex-direction: row;
}

.lr-navigation-bar-expand .lr-navigation-bar-navigation .lr-dropdown-menu {
    position: absolute;
}

.lr-navigation-bar-expand .lr-navigation-bar-navigation .lr-navigation-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.lr-navigation-bar-expand .lr-navigation-bar-collapse {
    display: flex !important;
}

.lr-navigation-bar-expand .lr-navigation-bar-toggler {
    display: none;
}

.lr-navigation-bar-light .lr-navigation-bar-logo {
    color: rgba(0, 0, 0, .9);
}

.lr-navigation-bar-light .lr-navigation-bar-logo:hover,
.lr-navigation-bar-light .lr-navigation-bar-logo:focus {
    color: rgba(0, 0, 0, .9);
}

.lr-navigation-bar-light .lr-navigation-bar-navigation .lr-navigation-link {
    color: rgba(0, 0, 0, .55);
}

.lr-navigation-bar-light .lr-navigation-bar-navigation .lr-navigation-link:hover,
.lr-navigation-bar-light .lr-navigation-bar-navigation .lr-navigation-link:focus {
    color: rgba(0, 0, 0, .7);
}

.lr-navigation-bar-light .lr-navigation-bar-navigation .lr-navigation-link.lr-disabled {
    color: rgba(0, 0, 0, .3);
}

.lr-navigation-bar-light .lr-navigation-bar-navigation .show > .lr-navigation-link,
.lr-navigation-bar-light .lr-navigation-bar-navigation .active > .lr-navigation-link,
.lr-navigation-bar-light .lr-navigation-bar-navigation .lr-navigation-link.lr-show,
.lr-navigation-bar-light .lr-navigation-bar-navigation .lr-navigation-link.lr-active {
    color: rgba(0, 0, 0, .9);
}

.lr-navigation-bar-light .lr-navigation-bar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
}

.lr-navigation-bar-light .lr-navigation-bar-toggler-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3e%3cpath stroke="rgba%280, 0, 0, 0.55%29" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e');
}

.lr-navigation-bar-light .lr-navigation-bar-text {
    color: rgba(0, 0, 0, .55);
}

.lr-navigation-bar-light .lr-navigation-bar-text a,
.lr-navigation-bar-light .lr-navigation-bar-text a:hover,
.lr-navigation-bar-light .lr-navigation-bar-text a:focus {
    color: rgba(0, 0, 0, .9);
}

.lr-navigation-bar-dark .lr-navigation-bar-logo {
    color: white;
}

.lr-navigation-bar-dark .lr-navigation-bar-logo:hover,
.lr-navigation-bar-dark .lr-navigation-bar-logo:focus {
    color: white;
}

.lr-navigation-bar-dark .lr-navigation-bar-navigation .lr-navigation-link {
    color: rgba(255, 255, 255, .55);
}

.lr-navigation-bar-dark .lr-navigation-bar-navigation .lr-navigation-link:hover,
.lr-navigation-bar-dark .lr-navigation-bar-navigation .lr-navigation-link:focus {
    color: rgba(255, 255, 255, .75);
}

.lr-navigation-bar-dark .lr-navigation-bar-navigation .lr-navigation-link.lr-disabled {
    color: rgba(255, 255, 255, .25);
}

.lr-navigation-bar-dark .lr-navigation-bar-navigation .lr-show > .lr-navigation-link,
.lr-navigation-bar-dark .lr-navigation-bar-navigation .lr-active > .lr-navigation-link,
.lr-navigation-bar-dark .lr-navigation-bar-navigation .lr-navigation-link.lr-show,
.lr-navigation-bar-dark .lr-navigation-bar-navigation .lr-navigation-link.lr-active {
    color: white;
}

.lr-navigation-bar-dark .lr-navigation-bar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1);
}

.lr-navigation-bar-dark .lr-navigation-bar-toggler-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3e%3cpath stroke="rgba%28255, 255, 255, 0.55%29" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e');
}

.lr-navigation-bar-dark .lr-navigation-bar-text {
    color: rgba(255, 255, 255, .55);
}

.lr-navigation-bar-dark .lr-navigation-bar-text a,
.lr-navigation-bar-dark .lr-navigation-bar-text a:hover,
.lr-navigation-bar-dark .lr-navigation-bar-text a:focus {
    color: white;
}

.lr-card {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0;

    word-wrap: break-word;

    background-clip: border-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

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

.lr-card > .lr-list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.lr-card > .lr-list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.lr-card > .lr-list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.lr-card-body {
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem;
}

.lr-card-title {
    margin-bottom: .75rem;
}

.lr-card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.lr-card-text:last-child {
    margin-bottom: 0;
}

.lr-card-link:hover {
    text-decoration: none;
}

.lr-card-link + .lr-card-link {
    margin-left: 1.25rem;
}

.lr-card-header {
    margin-bottom: 0;
    padding: .75rem 1.25rem;

    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.lr-card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.lr-card-header + .lr-list-group .lr-list-group-item:first-child {
    border-top: 0;
}

.lr-card-footer {
    padding: .75rem 1.25rem;

    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.lr-card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.lr-card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;

    border-bottom: 0;
}

.lr-card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.lr-card-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.lr-card-image,
.lr-card-image-top,
.lr-card-image-bottom {
    width: 100%;
}

.lr-card-image,
.lr-card-image-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.lr-card-image,
.lr-card-image-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.lr-card-group > .lr-card {
    margin-bottom: .75rem;
}

@media (min-width: 576px) {
    .lr-card-group {
        display: flex;

        flex-flow: row wrap;
    }

    .lr-card-group > .lr-card {
        flex: 1 0 0;
        margin-bottom: 0;
    }

    .lr-card-group > .lr-card + .lr-card {
        margin-left: 0;

        border-left: 0;
    }

    .lr-card-group > .lr-card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .lr-card-group > .lr-card:not(:last-child) .lr-card-image-top,
    .lr-card-group > .lr-card:not(:last-child) .lr-card-header {
        border-top-right-radius: 0;
    }

    .lr-card-group > .lr-card:not(:last-child) .lr-card-image-bottom,
    .lr-card-group > .lr-card:not(:last-child) .lr-card-footer {
        border-bottom-right-radius: 0;
    }

    .lr-card-group > .lr-card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .lr-card-group > .lr-card:not(:first-child) .lr-card-image-top,
    .lr-card-group > .lr-card:not(:first-child) .lr-card-header {
        border-top-left-radius: 0;
    }

    .lr-card-group > .lr-card:not(:first-child) .lr-card-image-bottom,
    .lr-card-group > .lr-card:not(:first-child) .lr-card-footer {
        border-bottom-left-radius: 0;
    }
}

.lr-accordion > .lr-card {
    overflow: hidden;
}

.lr-accordion > .lr-card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.lr-accordion > .lr-card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.lr-accordion > .lr-card > .lr-card-header {
    margin-bottom: -1px;

    border-radius: 0;
}

.lr-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: .75rem 1rem;

    list-style: none;

    background-color: #eee;
    border-radius: .25rem;
}

.lr-breadcrumb-item {
    display: flex;
}

.lr-breadcrumb-item + .lr-breadcrumb-item {
    padding-left: .5rem;
}

.lr-breadcrumb-item + .lr-breadcrumb-item::before {
    content: "/";
    display: inline-block;
    padding-right: .5rem;

    color: #757575;
}

.lr-breadcrumb-item.lr-active {
    color: #757575;
}

.lr-pagination {
    display: flex;
    padding-left: 0;

    list-style: none;
}

.lr-page-link {
    display: block;
    position: relative;

    text-decoration: none;

    color: #b2dfdb;
    background-color: white;
    border: 1px solid #e0e0e0;
}

.lr-page-link:hover {
    z-index: 2;

    color: #7cc9c2;
    background-color: #eee;
    border-color: #e0e0e0;
}

.lr-page-link:focus {
    z-index: 3;

    box-shadow: 0 0 0 .2rem rgba(178, 223, 219, .25);
    outline: 0;
}

.lr-page-item:not(:first-child) .lr-page-link {
    margin-left: -1px;
}

.lr-page-item.lr-active .lr-page-link {
    z-index: 3;

    color: white;
    background-color: #b2dfdb;
    border-color: #b2dfdb;
}

.lr-page-item.lr-disabled .lr-page-link {
    color: #757575;
    background-color: white;
    border-color: #e0e0e0;

    pointer-events: none;
}

.lr-page-link {
    padding: .375rem .75rem;
}

.lr-page-item:first-child .lr-page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.lr-page-item:last-child .lr-page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.lr-pagination-large .lr-page-link {
    padding: .75rem 1.5rem;

    font-size: 1.25rem;
}

.lr-pagination-large .lr-page-item:first-child .lr-page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.lr-pagination-large .lr-page-item:last-child .lr-page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.lr-pagination-small .lr-page-link {
    padding: .25rem .5rem;

    font-size: .875rem;
}

.lr-pagination-small .lr-page-item:first-child .lr-page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.lr-pagination-small .lr-page-item:last-child .lr-page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.lr-badge {
    display: inline-block;
    padding: .25em .5em;
    vertical-align: baseline;

    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;

    color: white;
    border-radius: .25rem;
}

.lr-badge:empty {
    display: none;
}

.lr-button .lr-badge {
    position: relative;
    top: -1px;
}

.lr-callout {
    position: relative;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;

    border: 1px solid transparent;
    border-radius: .25rem;
}

.lr-alert-heading {
    color: inherit;
}

.lr-alert-link {
    font-weight: 700;
}

.lr-callout-dismissible {
    padding-right: 4rem;
}

.lr-callout-dismissible .lr-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;

    color: inherit;
}

.lr-callout-primary {
    color: #5d7472;
    background-color: #f0f9f8;
    border-color: #e9f6f5;
}

.lr-callout-primary .lr-callout-link {
    color: #465856;
}

.lr-callout-secondary {
    color: #3d3d3d;
    background-color: #e3e3e3;
    border-color: #d8d8d8;
}

.lr-callout-secondary .lr-callout-link {
    color: #242424;
}

.lr-callout-success {
    color: #285b2a;
    background-color: #dbefdc;
    border-color: #cde9ce;
}

.lr-callout-success .lr-callout-link {
    color: #18381a;
}

.lr-callout-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.lr-callout-warning .lr-callout-link {
    color: #533f03;
}

.lr-callout-info {
    color: #51145c;
    background-color: #ebd4ef;
    border-color: #e3c3e9;
}

.lr-callout-info .lr-callout-link {
    color: #2c0b32;
}

.lr-callout-alert {
    color: #7f231c;
    background-color: #fdd9d7;
    border-color: #fccac7;
}

.lr-callout-alert .lr-callout-link {
    color: #551713;
}

.lr-callout-light {
    color: #7f7f7f;
    background-color: #fdfdfd;
    border-color: #fcfcfc;
}

.lr-callout-light .lr-callout-link {
    color: #666;
}

.lr-callout-dark {
    color: #222;
    background-color: #d9d9d9;
    border-color: #cacaca;
}

.lr-callout-dark .lr-callout-link {
    color: #090909;
}

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

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

.lr-progress {
    display: flex;
    height: 1rem;
    overflow: hidden;

    font-size: .75rem;

    border-radius: .25rem;
}

.lr-progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;

    text-align: center;
    white-space: nowrap;

    color: white;
    background-color: #b2dfdb;

    transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .lr-progress-bar {
        transition: none;
    }
}

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

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

@media (prefers-reduced-motion: reduce) {
    .lr-progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.lr-list-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;

    border-radius: .25rem;
}

.lr-list-group-item-action {
    width: 100%;

    text-align: inherit;

    color: #616161;
}

.lr-list-group-item-action:hover,
.lr-list-group-item-action:focus {
    z-index: 1;

    text-decoration: none;

    color: #616161;
    background-color: whitesmoke;
}

.lr-list-group-item-action:active {
    color: #212121;
    background-color: #eee;
}

.lr-list-group-item {
    display: block;
    position: relative;
    padding: .75rem 1.25rem;

    text-decoration: none;

    background-color: white;
    border: 1px solid rgba(0, 0, 0, .125);
}

.lr-list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.lr-list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.lr-list-group-item.lr-disabled,
.lr-list-group-item:disabled {
    color: #757575;
    background-color: white;

    pointer-events: none;
}

.lr-list-group-item + .lr-list-group-item {
    border-top-width: 0;
}

.lr-list-group-item + .lr-list-group-item.lr-active {
    margin-top: -1px;

    border-top-width: 1px;
}

.lr-list-group-horizontal {
    flex-direction: row;
}

.lr-list-group-horizontal .lr-list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
}

.lr-list-group-horizontal .lr-list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
}

.lr-list-group-horizontal .lr-list-group-item.lr-active {
    margin-top: 0;
}

.lr-list-group-horizontal .lr-list-group-item + .lr-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.lr-list-group-horizontal .lr-list-group-item + .lr-list-group-item.lr-active {
    margin-left: -1px;

    border-left-width: 1px;
}

@media (min-width: 576px) {
    .lr-list-group-horizontal-small {
        flex-direction: row;
    }

    .lr-list-group-horizontal-small .lr-list-group-item:first-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: .25rem;
    }

    .lr-list-group-horizontal-small .lr-list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .lr-list-group-horizontal-small .lr-list-group-item.lr-active {
        margin-top: 0;
    }

    .lr-list-group-horizontal-small .lr-list-group-item + .lr-list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .lr-list-group-horizontal-small .lr-list-group-item + .lr-list-group-item.lr-active {
        margin-left: -1px;

        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .lr-list-group-horizontal-medium {
        flex-direction: row;
    }

    .lr-list-group-horizontal-medium .lr-list-group-item:first-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: .25rem;
    }

    .lr-list-group-horizontal-medium .lr-list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .lr-list-group-horizontal-medium .lr-list-group-item.lr-active {
        margin-top: 0;
    }

    .lr-list-group-horizontal-medium .lr-list-group-item + .lr-list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .lr-list-group-horizontal-medium .lr-list-group-item + .lr-list-group-item.lr-active {
        margin-left: -1px;

        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .lr-list-group-horizontal-large {
        flex-direction: row;
    }

    .lr-list-group-horizontal-large .lr-list-group-item:first-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: .25rem;
    }

    .lr-list-group-horizontal-large .lr-list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .lr-list-group-horizontal-large .lr-list-group-item.lr-active {
        margin-top: 0;
    }

    .lr-list-group-horizontal-large .lr-list-group-item + .lr-list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .lr-list-group-horizontal-large .lr-list-group-item + .lr-list-group-item.lr-active {
        margin-left: -1px;

        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .lr-list-group-horizontal-xlarge {
        flex-direction: row;
    }

    .lr-list-group-horizontal-xlarge .lr-list-group-item:first-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: .25rem;
    }

    .lr-list-group-horizontal-xlarge .lr-list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .lr-list-group-horizontal-xlarge .lr-list-group-item.lr-active {
        margin-top: 0;
    }

    .lr-list-group-horizontal-xlarge .lr-list-group-item + .lr-list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .lr-list-group-horizontal-xlarge .lr-list-group-item + .lr-list-group-item.lr-active {
        margin-left: -1px;

        border-left-width: 1px;
    }
}

.lr-list-group-flush {
    border-radius: 0;
}

.lr-list-group-flush .lr-list-group-item {
    border-width: 0 0 1px;
}

.lr-list-group-flush .lr-list-group-item:last-child {
    border-bottom-width: 0;
}

.lr-list-group-item-primary {
    color: #5d7472;
    background-color: #e9f6f5;
}

.lr-list-group-item-primary.lr-list-group-item-action:hover,
.lr-list-group-item-primary.lr-list-group-item-action:focus {
    color: #5d7472;
    background-color: #d7efed;
}

.lr-list-group-item-primary.lr-list-group-item-action.lr-active {
    color: white;
    background-color: #5d7472;
    border-color: #5d7472;
}

.lr-list-group-item-secondary {
    color: #3d3d3d;
    background-color: #d8d8d8;
}

.lr-list-group-item-secondary.lr-list-group-item-action:hover,
.lr-list-group-item-secondary.lr-list-group-item-action:focus {
    color: #3d3d3d;
    background-color: #cbcbcb;
}

.lr-list-group-item-secondary.lr-list-group-item-action.lr-active {
    color: white;
    background-color: #3d3d3d;
    border-color: #3d3d3d;
}

.lr-list-group-item-success {
    color: #285b2a;
    background-color: #cde9ce;
}

.lr-list-group-item-success.lr-list-group-item-action:hover,
.lr-list-group-item-success.lr-list-group-item-action:focus {
    color: #285b2a;
    background-color: #bbe1bd;
}

.lr-list-group-item-success.lr-list-group-item-action.lr-active {
    color: white;
    background-color: #285b2a;
    border-color: #285b2a;
}

.lr-list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.lr-list-group-item-warning.lr-list-group-item-action:hover,
.lr-list-group-item-warning.lr-list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.lr-list-group-item-warning.lr-list-group-item-action.lr-active {
    color: white;
    background-color: #856404;
    border-color: #856404;
}

.lr-list-group-item-info {
    color: #51145c;
    background-color: #e3c3e9;
}

.lr-list-group-item-info.lr-list-group-item-action:hover,
.lr-list-group-item-info.lr-list-group-item-action:focus {
    color: #51145c;
    background-color: #dab0e2;
}

.lr-list-group-item-info.lr-list-group-item-action.lr-active {
    color: white;
    background-color: #51145c;
    border-color: #51145c;
}

.lr-list-group-item-alert {
    color: #7f231c;
    background-color: #fccac7;
}

.lr-list-group-item-alert.lr-list-group-item-action:hover,
.lr-list-group-item-alert.lr-list-group-item-action:focus {
    color: #7f231c;
    background-color: #fbb3af;
}

.lr-list-group-item-alert.lr-list-group-item-action.lr-active {
    color: white;
    background-color: #7f231c;
    border-color: #7f231c;
}

.lr-list-group-item-light {
    color: #7f7f7f;
    background-color: #fcfcfc;
}

.lr-list-group-item-light.lr-list-group-item-action:hover,
.lr-list-group-item-light.lr-list-group-item-action:focus {
    color: #7f7f7f;
    background-color: #efefef;
}

.lr-list-group-item-light.lr-list-group-item-action.lr-active {
    color: white;
    background-color: #7f7f7f;
    border-color: #7f7f7f;
}

.lr-list-group-item-dark {
    color: #222;
    background-color: #cacaca;
}

.lr-list-group-item-dark.lr-list-group-item-action:hover,
.lr-list-group-item-dark.lr-list-group-item-action:focus {
    color: #222;
    background-color: #bdbdbd;
}

.lr-list-group-item-dark.lr-list-group-item-action.lr-active {
    color: white;
    background-color: #222;
    border-color: #222;
}

.lr-close {
    font-size: calc(1.275rem + .3vw);
    font-weight: 700;
    line-height: 1;

    color: black;
    opacity: .5;
    text-shadow: 0 1px 0 white;
}

@media (min-width: 1200px) {
    .lr-close {
        font-size: 1.5rem;
    }
}

.lr-close:hover {
    text-decoration: none;

    color: black;
}

.lr-close:hover,
.lr-close:focus {
    opacity: .75;
}

.lr-close:disabled,
.lr-close.lr-disabled {
    pointer-events: none;
}

button.lr-close {
    padding: 0;

    background-color: transparent;
    border: 0;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
}

.lr-toast {
    max-width: 350px;
    overflow: hidden;

    font-size: .875rem;

    background-clip: padding-box;
    background-color: rgba(255, 255, 255, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    opacity: 0;

    -webkit-backdrop-filter: blur(10px);

    backdrop-filter: blur(10px);
}

.lr-toast:not(:last-child) {
    margin-bottom: .75rem;
}

.lr-toast.lr-showing {
    opacity: 1;
}

.lr-toast.lr-show {
    display: block;

    opacity: 1;
}

.lr-toast.lr-hide {
    display: none;
}

.lr-toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;

    color: #757575;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.lr-toast-body {
    padding: .75rem;
}

.lr-modal-open {
    overflow: hidden;
}

.lr-modal-open .lr-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

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

    outline: 0;
}

.lr-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;

    pointer-events: none;
}

.lr-modal.lr-fade .lr-modal-dialog {
    transform: translate(0, -50px);
    transition: transform .3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
    .lr-modal.lr-fade .lr-modal-dialog {
        transition: none;
    }
}

.lr-modal.lr-show .lr-modal-dialog {
    transform: none;
}

.lr-modal.lr-modal-static .lr-modal-dialog {
    transform: scale(1.02);
}

.lr-modal-dialog-scrollable {
    max-height: calc(100% - 1rem);
}

.lr-modal-dialog-scrollable .lr-modal-content {
    overflow: hidden;
}

.lr-modal-dialog-scrollable .lr-modal-body {
    overflow-y: auto;
}

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

.lr-modal-content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;

    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;

    pointer-events: auto;
}

.lr-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1040;

    background-color: black;
}

.lr-modal-backdrop.lr-fade {
    opacity: 0;
}

.lr-modal-backdrop.lr-show {
    opacity: .5;
}

.lr-modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;

    border-bottom: 1px solid #e0e0e0;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.lr-modal-header .lr-close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem 1rem;
}

.lr-modal-title {
    margin-bottom: 0;

    line-height: 1.5;
}

.lr-modal-body {
    flex: 1 1 auto;
    position: relative;
    padding: 1rem;
}

.lr-modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;

    border-top: 1px solid #e0e0e0;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.lr-modal-footer > * {
    margin: .25rem;
}

.lr-modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

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

    .lr-modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .lr-modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .lr-modal-small {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .lr-modal-large,
    .lr-modal-xlarge {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .lr-modal-xlarge {
        max-width: 1140px;
    }
}

@media (max-width: 575.98px) {
    .lr-modal-fullscreen-small-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .lr-modal-fullscreen-small-down .lr-modal-content {
        height: 100%;

        border: 0;
        border-radius: 0;
    }

    .lr-modal-fullscreen-small-down .lr-modal-header {
        border-radius: 0;
    }

    .lr-modal-fullscreen-small-down .lr-modal-body {
        overflow-y: auto;
    }

    .lr-modal-fullscreen-small-down .lr-modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .lr-modal-fullscreen-medium-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .lr-modal-fullscreen-medium-down .lr-modal-content {
        height: 100%;

        border: 0;
        border-radius: 0;
    }

    .lr-modal-fullscreen-medium-down .lr-modal-header {
        border-radius: 0;
    }

    .lr-modal-fullscreen-medium-down .lr-modal-body {
        overflow-y: auto;
    }

    .lr-modal-fullscreen-medium-down .lr-modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .lr-modal-fullscreen-large-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .lr-modal-fullscreen-large-down .lr-modal-content {
        height: 100%;

        border: 0;
        border-radius: 0;
    }

    .lr-modal-fullscreen-large-down .lr-modal-header {
        border-radius: 0;
    }

    .lr-modal-fullscreen-large-down .lr-modal-body {
        overflow-y: auto;
    }

    .lr-modal-fullscreen-large-down .lr-modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .lr-modal-fullscreen-xlarge-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .lr-modal-fullscreen-xlarge-down .lr-modal-content {
        height: 100%;

        border: 0;
        border-radius: 0;
    }

    .lr-modal-fullscreen-xlarge-down .lr-modal-header {
        border-radius: 0;
    }

    .lr-modal-fullscreen-xlarge-down .lr-modal-body {
        overflow-y: auto;
    }

    .lr-modal-fullscreen-xlarge-down .lr-modal-footer {
        border-radius: 0;
    }
}

.lr-modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.lr-modal-fullscreen .lr-modal-content {
    height: 100%;

    border: 0;
    border-radius: 0;
}

.lr-modal-fullscreen .lr-modal-header {
    border-radius: 0;
}

.lr-modal-fullscreen .lr-modal-body {
    overflow-y: auto;
}

.lr-modal-fullscreen .lr-modal-footer {
    border-radius: 0;
}

.lr-tooltip {
    display: block;
    position: absolute;
    margin: 0;
    z-index: 1070;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: break-word;

    opacity: 0;
    text-shadow: none;

    line-break: auto;
}

.lr-tooltip.lr-show {
    opacity: .9;
}

.lr-tooltip .lr-tooltip-arrow {
    display: block;
    position: absolute;
    width: .8rem;
    height: .4rem;
}

.lr-tooltip .lr-tooltip-arrow::before {
    content: "";
    position: absolute;

    border-color: transparent;
    border-style: solid;
}

.tt-tooltip-top,
.tt-tooltip-auto[x-placement^=top] {
    padding: .4rem 0;
}

.tt-tooltip-top .lr-tooltip-arrow,
.tt-tooltip-auto[x-placement^=top] .lr-tooltip-arrow {
    bottom: 0;
}

.tt-tooltip-top .lr-tooltip-arrow::before,
.tt-tooltip-auto[x-placement^=top] .lr-tooltip-arrow::before {
    top: 0;

    border-width: .4rem .4rem 0;
    border-top-color: black;
}

.tt-tooltip-right,
.tt-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem;
}

.tt-tooltip-right .lr-tooltip-arrow,
.tt-tooltip-auto[x-placement^=right] .lr-tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem;
}

.tt-tooltip-right .lr-tooltip-arrow::before,
.tt-tooltip-auto[x-placement^=right] .lr-tooltip-arrow::before {
    right: 0;

    border-width: .4rem .4rem .4rem 0;
    border-right-color: black;
}

.tt-tooltip-bottom,
.tt-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0;
}

.tt-tooltip-bottom .lr-tooltip-arrow,
.tt-tooltip-auto[x-placement^=bottom] .lr-tooltip-arrow {
    top: 0;
}

.tt-tooltip-bottom .lr-tooltip-arrow::before,
.tt-tooltip-auto[x-placement^=bottom] .lr-tooltip-arrow::before {
    bottom: 0;

    border-width: 0 .4rem .4rem;
    border-bottom-color: black;
}

.tt-tooltip-left,
.tt-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem;
}

.tt-tooltip-left .lr-tooltip-arrow,
.tt-tooltip-auto[x-placement^=left] .lr-tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem;
}

.tt-tooltip-left .lr-tooltip-arrow::before,
.tt-tooltip-auto[x-placement^=left] .lr-tooltip-arrow::before {
    left: 0;

    border-width: .4rem 0 .4rem .4rem;
    border-left-color: black;
}

.lr-tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;

    text-align: center;

    color: white;
    background-color: black;
    border-radius: .25rem;
}

.lr-popover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 276px;
    z-index: 1060;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: break-word;

    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    text-shadow: none;

    line-break: auto;
}

.lr-popover .lr-popover-arrow {
    display: block;
    position: absolute;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}

.lr-popover .lr-popover-arrow::before,
.lr-popover .lr-popover-arrow::after {
    content: "";
    display: block;
    position: absolute;

    border-color: transparent;
    border-style: solid;
}

.tt-popover-top,
.tt-popover-auto[x-placement^=top] {
    margin-bottom: .5rem;
}

.tt-popover-top > .lr-popover-arrow,
.tt-popover-auto[x-placement^=top] > .lr-popover-arrow {
    bottom: calc(-.5rem - 1px);
}

.tt-popover-top > .lr-popover-arrow::before,
.tt-popover-auto[x-placement^=top] > .lr-popover-arrow::before {
    bottom: 0;

    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25);
}

.tt-popover-top > .lr-popover-arrow::after,
.tt-popover-auto[x-placement^=top] > .lr-popover-arrow::after {
    bottom: 1px;

    border-width: .5rem .5rem 0;
    border-top-color: white;
}

.tt-popover-right,
.tt-popover-auto[x-placement^=right] {
    margin-left: .5rem;
}

.tt-popover-right > .lr-popover-arrow,
.tt-popover-auto[x-placement^=right] > .lr-popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}

.tt-popover-right > .lr-popover-arrow::before,
.tt-popover-auto[x-placement^=right] > .lr-popover-arrow::before {
    left: 0;

    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25);
}

.tt-popover-right > .lr-popover-arrow::after,
.tt-popover-auto[x-placement^=right] > .lr-popover-arrow::after {
    left: 1px;

    border-width: .5rem .5rem .5rem 0;
    border-right-color: white;
}

.tt-popover-bottom,
.tt-popover-auto[x-placement^=bottom] {
    margin-top: .5rem;
}

.tt-popover-bottom > .lr-popover-arrow,
.tt-popover-auto[x-placement^=bottom] > .lr-popover-arrow {
    top: calc(-.5rem - 1px);
}

.tt-popover-bottom > .lr-popover-arrow::before,
.tt-popover-auto[x-placement^=bottom] > .lr-popover-arrow::before {
    top: 0;

    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.tt-popover-bottom > .lr-popover-arrow::after,
.tt-popover-auto[x-placement^=bottom] > .lr-popover-arrow::after {
    top: 1px;

    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: white;
}

.tt-popover-bottom .lr-popover-header::before,
.tt-popover-auto[x-placement^=bottom] .lr-popover-header::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1rem;
    margin-left: -.5rem;

    border-bottom: 1px solid #f7f7f7;
}

.tt-popover-left,
.tt-popover-auto[x-placement^=left] {
    margin-right: .5rem;
}

.tt-popover-left > .lr-popover-arrow,
.tt-popover-auto[x-placement^=left] > .lr-popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}

.tt-popover-left > .lr-popover-arrow::before,
.tt-popover-auto[x-placement^=left] > .lr-popover-arrow::before {
    right: 0;

    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25);
}

.tt-popover-left > .lr-popover-arrow::after,
.tt-popover-auto[x-placement^=left] > .lr-popover-arrow::after {
    right: 1px;

    border-width: .5rem 0 .5rem .5rem;
    border-left-color: white;
}

.lr-popover-header {
    margin-bottom: 0;
    padding: .5rem .75rem;

    font-size: 1rem;

    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.lr-popover-header:empty {
    display: none;
}

.lr-popover-body {
    padding: .5rem .75rem;

    color: #212121;
}

.lr-slideshow {
    position: relative;
}

.lr-slideshow.lr-pointer-event {
    touch-action: pan-y;
}

.lr-slideshow-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.lr-slideshow-inner::after {
    content: "";
    display: block;
    clear: both;
}

.lr-slideshow-item {
    display: none;
    position: relative;
    width: 100%;
    float: left;
    margin-right: -100%;

    transition: transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .lr-slideshow-item {
        transition: none;
    }
}

.lr-slideshow-item.lr-active,
.lr-slideshow-item-next,
.lr-slideshow-item-previous {
    display: block;
}

.lr-slideshow-item-next:not(.lr-slideshow-item-left),
.lr-active.lr-slideshow-item-right {
    transform: translateX(100%);
}

.lr-slideshow-item-previous:not(.lr-slideshow-item-right),
.lr-active.lr-slideshow-item-left {
    transform: translateX(-100%);
}

.lr-slideshow-fade .lr-slideshow-item {
    opacity: 0;

    transform: none;
    transition-property: opacity;
}

.lr-slideshow-fade .lr-slideshow-item.lr-active,
.lr-slideshow-fade .lr-slideshow-item-next.lr-slideshow-item-left,
.lr-slideshow-fade .lr-slideshow-item-previous.lr-slideshow-item-right {
    z-index: 1;

    opacity: 1;
}

.lr-slideshow-fade .lr-active.lr-slideshow-item-left,
.lr-slideshow-fade .lr-active.lr-slideshow-item-right {
    z-index: 0;

    opacity: 0;

    transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
    .lr-slideshow-fade .lr-active.lr-slideshow-item-left,
    .lr-slideshow-fade .lr-active.lr-slideshow-item-right {
        transition: none;
    }
}

.lr-slideshow-control-previous,
.lr-slideshow-control-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    z-index: 1;

    text-align: center;

    color: white;
    opacity: .5;

    transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .lr-slideshow-control-previous,
    .lr-slideshow-control-next {
        transition: none;
    }
}

.lr-slideshow-control-previous:hover,
.lr-slideshow-control-previous:focus,
.lr-slideshow-control-next:hover,
.lr-slideshow-control-next:focus {
    text-decoration: none;

    color: white;
    opacity: .9;
    outline: 0;
}

.lr-slideshow-control-previous {
    left: 0;
}

.lr-slideshow-control-next {
    right: 0;
}

.lr-slideshow-control-previous-icon,
.lr-slideshow-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;

    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.lr-slideshow-control-previous-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 8 8"%3e%3cpath d="M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z"/%3e%3c/svg%3e');
}

.lr-slideshow-control-next-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 8 8"%3e%3cpath d="M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z"/%3e%3c/svg%3e');
}

.lr-slideshow-indicators {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: 15%;
    margin-left: 15%;
    padding-left: 0;
    z-index: 2;

    list-style: none;
}

.lr-slideshow-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;

    text-indent: -999px;

    background-clip: padding-box;
    background-color: white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;

    transition: opacity .6s ease;
    cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
    .lr-slideshow-indicators li {
        transition: none;
    }
}

.lr-slideshow-indicators .lr-active {
    opacity: 1;
}

.lr-slideshow-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;

    text-align: center;

    color: white;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.lr-spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;

    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;

    -webkit-animation: spinner-border .75s linear infinite;

    animation: spinner-border .75s linear infinite;
}

.lr-spinner-border-small {
    width: 1rem;
    height: 1rem;

    border-width: .2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;

        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;

        transform: none;
    }
}

.lr-spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;

    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;

    -webkit-animation: spinner-grow .75s linear infinite;

    animation: spinner-grow .75s linear infinite;
}

.lr-spinner-grow-small {
    width: 1rem;
    height: 1rem;
}

.lr-clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.lr-link-primary {
    color: #b2dfdb;
}

.lr-link-secondary {
    color: #757575;
}

.lr-link-success {
    color: #4caf50;
}

.lr-link-warning {
    color: #ffc107;
}

.lr-link-info {
    color: #9c27b0;
}

.lr-link-alert {
    color: #f44336;
}

.lr-link-light {
    color: whitesmoke;
}

.lr-link-dark {
    color: #424242;
}

.lr-embed-responsive {
    position: relative;
    width: 100%;
}

.lr-embed-responsive::before {
    content: "";
    display: block;
}

.lr-embed-responsive .lr-embed-responsive-item,
.lr-embed-responsive iframe,
.lr-embed-responsive embed,
.lr-embed-responsive object,
.lr-embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    border: 0;
}

.lr-embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.lr-embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.lr-embed-responsive-4by3::before {
    padding-top: 75%;
}

.lr-embed-responsive-1by1::before {
    padding-top: 100%;
}

.lr-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.lr-fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .lr-sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    @media (min-width: 576px) {
        .lr-sticky-small-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020;
        }
    }
    @media (min-width: 768px) {
        .lr-sticky-medium-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020;
        }
    }
    @media (min-width: 992px) {
        .lr-sticky-large-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020;
        }
    }
    @media (min-width: 1200px) {
        .lr-sticky-xlarge-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020;
        }
    }
}

.lr-screen-reader-only,
.lr-screen-reader-only-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;

    white-space: nowrap !important;

    border: 0 !important;
}

.lr-stretched-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.lr-text-truncate {
    overflow: hidden;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.lr-align-baseline {
    vertical-align: baseline !important;
}

.lr-align-top {
    vertical-align: top !important;
}

.lr-align-middle {
    vertical-align: middle !important;
}

.lr-align-bottom {
    vertical-align: bottom !important;
}

.lr-align-text-bottom {
    vertical-align: text-bottom !important;
}

.lr-align-text-top {
    vertical-align: text-top !important;
}

.lr-float-left {
    float: left !important;
}

.lr-float-right {
    float: right !important;
}

.lr-float-none {
    float: none !important;
}

.lr-overflow-auto {
    overflow: auto !important;
}

.lr-overflow-hidden {
    overflow: hidden !important;
}

.lr-display-none {
    display: none !important;
}

.lr-display-inline {
    display: inline !important;
}

.lr-display-inline-block {
    display: inline-block !important;
}

.lr-display-block {
    display: block !important;
}

.lr-display-table {
    display: table !important;
}

.lr-display-table-row {
    display: table-row !important;
}

.lr-display-table-cell {
    display: table-cell !important;
}

.lr-display-flex {
    display: flex !important;
}

.lr-display-inline-flex {
    display: inline-flex !important;
}

.lr-box-shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.lr-box-shadow-small {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.lr-box-shadow-large {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.lr-box-shadow-none {
    box-shadow: none !important;
}

.lr-position-static {
    position: static !important;
}

.lr-position-relative {
    position: relative !important;
}

.lr-position-absolute {
    position: absolute !important;
}

.lr-position-fixed {
    position: fixed !important;
}

.lr-position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.lr-border {
    border: 1px solid #e0e0e0 !important;
}

.lr-border-0 {
    border: 0 !important;
}

.lr-border-top {
    border-top: 1px solid #e0e0e0 !important;
}

.lr-border-top-0 {
    border-top: 0 !important;
}

.lr-border-right {
    border-right: 1px solid #e0e0e0 !important;
}

.lr-border-right-0 {
    border-right: 0 !important;
}

.lr-border-left {
    border-left: 1px solid #e0e0e0 !important;
}

.lr-border-left-0 {
    border-left: 0 !important;
}

.lr-border-primary {
    border-color: #b2dfdb !important;
}

.lr-border-secondary {
    border-color: #757575 !important;
}

.lr-border-success {
    border-color: #4caf50 !important;
}

.lr-border-warning {
    border-color: #ffc107 !important;
}

.lr-border-info {
    border-color: #9c27b0 !important;
}

.lr-border-alert {
    border-color: #f44336 !important;
}

.lr-border-light {
    border-color: whitesmoke !important;
}

.lr-border-dark {
    border-color: #424242 !important;
}

.lr-border-white {
    border-color: white !important;
}

.lr-width-25 {
    width: 25% !important;
}

.lr-width-50 {
    width: 50% !important;
}

.lr-width-75 {
    width: 75% !important;
}

.lr-width-100 {
    width: 100% !important;
}

.lr-width-auto {
    width: auto !important;
}

.lr-max-width-100 {
    max-width: 100% !important;
}

.lr-viewport-width-100 {
    width: 100vw !important;
}

.lr-min-viewport-width-100 {
    min-width: 100vw !important;
}

.lr-height-25 {
    height: 25% !important;
}

.lr-height-50 {
    height: 50% !important;
}

.lr-height-75 {
    height: 75% !important;
}

.lr-height-100 {
    height: 100% !important;
}

.lr-height-auto {
    height: auto !important;
}

.lr-max-height-100 {
    max-height: 100% !important;
}

.lr-viewport-height-100 {
    height: 100vh !important;
}

.lr-min-viewport-height-100 {
    min-height: 100vh !important;
}

.lr-flex-fill {
    flex: 1 1 auto !important;
}

.lr-flex-row {
    flex-direction: row !important;
}

.lr-flex-column {
    flex-direction: column !important;
}

.lr-flex-row-reverse {
    flex-direction: row-reverse !important;
}

.lr-flex-column-reverse {
    flex-direction: column-reverse !important;
}

.lr-flex-grow-0 {
    flex-grow: 0 !important;
}

.lr-flex-grow-1 {
    flex-grow: 1 !important;
}

.lr-flex-shrink-0 {
    flex-shrink: 0 !important;
}

.lr-flex-shrink-1 {
    flex-shrink: 1 !important;
}

.lr-flex-wrap {
    flex-wrap: wrap !important;
}

.lr-flex-nowrap {
    flex-wrap: nowrap !important;
}

.lr-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.lr-justify-content-start {
    justify-content: flex-start !important;
}

.lr-justify-content-end {
    justify-content: flex-end !important;
}

.lr-justify-content-center {
    justify-content: center !important;
}

.lr-justify-content-between {
    justify-content: space-between !important;
}

.lr-justify-content-around {
    justify-content: space-around !important;
}

.lr-align-items-start {
    align-items: flex-start !important;
}

.lr-align-items-end {
    align-items: flex-end !important;
}

.lr-align-items-center {
    align-items: center !important;
}

.lr-align-items-baseline {
    align-items: baseline !important;
}

.lr-align-items-stretch {
    align-items: stretch !important;
}

.lr-align-content-start {
    align-content: flex-start !important;
}

.lr-align-content-end {
    align-content: flex-end !important;
}

.lr-align-content-center {
    align-content: center !important;
}

.lr-align-content-between {
    align-content: space-between !important;
}

.lr-align-content-around {
    align-content: space-around !important;
}

.lr-align-content-stretch {
    align-content: stretch !important;
}

.lr-align-self-auto {
    align-self: auto !important;
}

.lr-align-self-start {
    align-self: flex-start !important;
}

.lr-align-self-end {
    align-self: flex-end !important;
}

.lr-align-self-center {
    align-self: center !important;
}

.lr-align-self-baseline {
    align-self: baseline !important;
}

.lr-align-self-stretch {
    align-self: stretch !important;
}

.lr-order-first {
    order: -1 !important;
}

.lr-order-0 {
    order: 0 !important;
}

.lr-order-1 {
    order: 1 !important;
}

.lr-order-2 {
    order: 2 !important;
}

.lr-order-3 {
    order: 3 !important;
}

.lr-order-4 {
    order: 4 !important;
}

.lr-order-5 {
    order: 5 !important;
}

.lr-order-last {
    order: 6 !important;
}

.lr-margin-0 {
    margin: 0 !important;
}

.lr-margin-1 {
    margin: .25rem !important;
}

.lr-margin-2 {
    margin: .5rem !important;
}

.lr-margin-3 {
    margin: 1rem !important;
}

.lr-margin-4 {
    margin: 1.5rem !important;
}

.lr-margin-5 {
    margin: 3rem !important;
}

.lr-margin-auto {
    margin: auto !important;
}

.lr-margin-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.lr-margin-x-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

.lr-margin-x-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.lr-margin-x-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.lr-margin-x-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.lr-margin-x-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.lr-margin-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.lr-margin-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.lr-margin-y-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.lr-margin-y-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.lr-margin-y-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.lr-margin-y-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.lr-margin-y-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.lr-margin-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.lr-margin-top-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.lr-margin-top-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.lr-margin-top-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.lr-margin-top-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.lr-margin-top-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.lr-margin-top-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.lr-margin-top-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.lr-margin-right-0 {
    margin-right: 0 !important;
}

.lr-margin-right-1 {
    margin-right: .25rem !important;
}

.lr-margin-right-2 {
    margin-right: .5rem !important;
}

.lr-margin-right-3 {
    margin-right: 1rem !important;
}

.lr-margin-right-4 {
    margin-right: 1.5rem !important;
}

.lr-margin-right-5 {
    margin-right: 3rem !important;
}

.lr-margin-right-auto {
    margin-right: auto !important;
}

.lr-margin-bottom-0 {
    margin-bottom: 0 !important;
}

.lr-margin-bottom-1 {
    margin-bottom: .25rem !important;
}

.lr-margin-bottom-2 {
    margin-bottom: .5rem !important;
}

.lr-margin-bottom-3 {
    margin-bottom: 1rem !important;
}

.lr-margin-bottom-4 {
    margin-bottom: 1.5rem !important;
}

.lr-margin-bottom-5 {
    margin-bottom: 3rem !important;
}

.lr-margin-bottom-auto {
    margin-bottom: auto !important;
}

.lr-margin-left-0 {
    margin-left: 0 !important;
}

.lr-margin-left-1 {
    margin-left: .25rem !important;
}

.lr-margin-left-2 {
    margin-left: .5rem !important;
}

.lr-margin-left-3 {
    margin-left: 1rem !important;
}

.lr-margin-left-4 {
    margin-left: 1.5rem !important;
}

.lr-margin-left-5 {
    margin-left: 3rem !important;
}

.lr-margin-left-auto {
    margin-left: auto !important;
}

.lr-margin-negative-1 {
    margin: -.25rem !important;
}

.lr-margin-negative-2 {
    margin: -.5rem !important;
}

.lr-margin-negative-3 {
    margin: -1rem !important;
}

.lr-margin-negative-4 {
    margin: -1.5rem !important;
}

.lr-margin-negative-5 {
    margin: -3rem !important;
}

.lr-margin-x-negative-1 {
    margin-x: -.25rem !important;
}

.lr-margin-x-negative-2 {
    margin-x: -.5rem !important;
}

.lr-margin-x-negative-3 {
    margin-x: -1rem !important;
}

.lr-margin-x-negative-4 {
    margin-x: -1.5rem !important;
}

.lr-margin-x-negative-5 {
    margin-x: -3rem !important;
}

.lr-margin-y-negative-1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
}

.lr-margin-y-negative-2 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important;
}

.lr-margin-y-negative-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.lr-margin-y-negative-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.lr-margin-y-negative-5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.lr-margin-top-negative-1 {
    margin-top: -.25rem !important;
}

.lr-margin-top-negative-2 {
    margin-top: -.5rem !important;
}

.lr-margin-top-negative-3 {
    margin-top: -1rem !important;
}

.lr-margin-top-negative-4 {
    margin-top: -1.5rem !important;
}

.lr-margin-top-negative-5 {
    margin-top: -3rem !important;
}

.lr-margin-right-negative-1 {
    margin-right: -.25rem !important;
}

.lr-margin-right-negative-2 {
    margin-right: -.5rem !important;
}

.lr-margin-right-negative-3 {
    margin-right: -1rem !important;
}

.lr-margin-right-negative-4 {
    margin-right: -1.5rem !important;
}

.lr-margin-right-negative-5 {
    margin-right: -3rem !important;
}

.lr-margin-bottom-negative-1 {
    margin-bottom: -.25rem !important;
}

.lr-margin-bottom-negative-2 {
    margin-bottom: -.5rem !important;
}

.lr-margin-bottom-negative-3 {
    margin-bottom: -1rem !important;
}

.lr-margin-bottom-negative-4 {
    margin-bottom: -1.5rem !important;
}

.lr-margin-bottom-negative-5 {
    margin-bottom: -3rem !important;
}

.lr-margin-left-negative-1 {
    margin-left: -.25rem !important;
}

.lr-margin-left-negative-2 {
    margin-left: -.5rem !important;
}

.lr-margin-left-negative-3 {
    margin-left: -1rem !important;
}

.lr-margin-left-negative-4 {
    margin-left: -1.5rem !important;
}

.lr-margin-left-negative-5 {
    margin-left: -3rem !important;
}

.lr-padding-0 {
    padding: 0 !important;
}

.lr-padding-1 {
    padding: .25rem !important;
}

.lr-padding-2 {
    padding: .5rem !important;
}

.lr-padding-3 {
    padding: 1rem !important;
}

.lr-padding-4 {
    padding: 1.5rem !important;
}

.lr-padding-5 {
    padding: 3rem !important;
}

.lr-padding-x-0 {
    left: 0 !important;
    padding: 0 !important;
    padding-right: 0 !important;
}

.lr-padding-x-1 {
    left: .25rem !important;
    padding: .25rem !important;
    padding-right: .25rem !important;
}

.lr-padding-x-2 {
    left: .5rem !important;
    padding: .5rem !important;
    padding-right: .5rem !important;
}

.lr-padding-x-3 {
    left: 1rem !important;
    padding: 1rem !important;
    padding-right: 1rem !important;
}

.lr-padding-x-4 {
    left: 1.5rem !important;
    padding: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.lr-padding-x-5 {
    left: 3rem !important;
    padding: 3rem !important;
    padding-right: 3rem !important;
}

.lr-padding-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.lr-padding-y-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.lr-padding-y-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.lr-padding-y-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.lr-padding-y-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.lr-padding-y-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.lr-padding-top-0 {
    padding-top: 0 !important;
}

.lr-padding-top-1 {
    padding-top: .25rem !important;
}

.lr-padding-top-2 {
    padding-top: .5rem !important;
}

.lr-padding-top-3 {
    padding-top: 1rem !important;
}

.lr-padding-top-4 {
    padding-top: 1.5rem !important;
}

.lr-padding-top-5 {
    padding-top: 3rem !important;
}

.lr-padding-right-0 {
    padding-right: 0 !important;
}

.lr-padding-right-1 {
    padding-right: .25rem !important;
}

.lr-padding-right-2 {
    padding-right: .5rem !important;
}

.lr-padding-right-3 {
    padding-right: 1rem !important;
}

.lr-padding-right-4 {
    padding-right: 1.5rem !important;
}

.lr-padding-right-5 {
    padding-right: 3rem !important;
}

.lr-padding-bottom-0 {
    padding-bottom: 0 !important;
}

.lr-padding-bottom-1 {
    padding-bottom: .25rem !important;
}

.lr-padding-bottom-2 {
    padding-bottom: .5rem !important;
}

.lr-padding-bottom-3 {
    padding-bottom: 1rem !important;
}

.lr-padding-bottom-4 {
    padding-bottom: 1.5rem !important;
}

.lr-padding-bottom-5 {
    padding-bottom: 3rem !important;
}

.lr-font-weight-thin {
    font-weight: 100 !important;
}

.lr-font-weight-light {
    font-weight: 300 !important;
}

.lr-font-weight-normal {
    font-weight: 400 !important;
}

.lr-font-weight-medium {
    font-weight: 500 !important;
}

.lr-font-weight-bold {
    font-weight: 700 !important;
}

.lr-font-weight-bolder {
    font-weight: 900 !important;
}

.lr-text-transform-lowercase {
    text-transform: lowercase !important;
}

.lr-text-transform-uppercase {
    text-transform: uppercase !important;
}

.lr-text-transform-capitalize {
    text-transform: capitalize !important;
}

.lr-text-align-left {
    text-align: left !important;
}

.lr-text-align-right {
    text-align: right !important;
}

.lr-text-align-center {
    text-align: center !important;
}

.lr-text-primary {
    color: #b2dfdb !important;
}

.lr-text-secondary {
    color: #757575 !important;
}

.lr-text-success {
    color: #4caf50 !important;
}

.lr-text-warning {
    color: #ffc107 !important;
}

.lr-text-info {
    color: #9c27b0 !important;
}

.lr-text-alert {
    color: #f44336 !important;
}

.lr-text-light {
    color: whitesmoke !important;
}

.lr-text-dark {
    color: #424242 !important;
}

.lr-text-white {
    color: white !important;
}

.lr-text-body {
    color: #212121 !important;
}

.lr-text-muted {
    color: #757575 !important;
}

.lr-text-black-50 {
    color: rgba(0, 0, 0, .5) !important;
}

.lr-text-white-50 {
    color: rgba(255, 255, 255, .5) !important;
}

.lr-text-reset {
    color: inherit !important;
}

.lr-line-height-1 {
    line-height: 1 !important;
}

.lr-line-height-small {
    line-height: 1.25 !important;
}

.lr-line-height-default {
    line-height: 1.5 !important;
}

.lr-line-height-large {
    line-height: 2 !important;
}

.lr-background-color-primary {
    background-color: #b2dfdb !important;
}

.lr-background-color-secondary {
    background-color: #757575 !important;
}

.lr-background-color-success {
    background-color: #4caf50 !important;
}

.lr-background-color-warning {
    background-color: #ffc107 !important;
}

.lr-background-color-info {
    background-color: #9c27b0 !important;
}

.lr-background-color-alert {
    background-color: #f44336 !important;
}

.lr-background-color-light {
    background-color: whitesmoke !important;
}

.lr-background-color-dark {
    background-color: #424242 !important;
}

.lr-background-color-body {
    background-color: white !important;
}

.lr-background-color-white {
    background-color: white !important;
}

.lr-background-color-transparent {
    background-color: transparent !important;
}

.lr-text-wrap {
    white-space: normal !important;
}

.lr-text-nowrap {
    white-space: nowrap !important;
}

.lr-text-decoration-none {
    text-decoration: none !important;
}

.lr-text-decoration-underline {
    text-decoration: underline !important;
}

.lr-text-decoration-line-through {
    text-decoration: line-through !important;
}

.lr-font-italic {
    font-style: italic !important;
}

.lr-font-normal {
    font-style: normal !important;
}

.lr-text-break {
    word-wrap: break-word !important;
}

.lr-font-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.lr-user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

.lr-user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}

.lr-user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

.lr-pointer-events-none {
    pointer-events: none !important;
}

.lr-pointer-events-auto {
    pointer-events: auto !important;
}

.lr-rounded {
    border-radius: .25rem !important;
}

.lr-rounded-small {
    border-radius: .2rem !important;
}

.lr-rounded-large {
    border-radius: .3rem !important;
}

.lr-rounded-circle {
    border-radius: 50% !important;
}

.lr-rounded-pill {
    border-radius: 50rem !important;
}

.lr-rounded-0 {
    border-radius: 0 !important;
}

.lr-rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.lr-rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.lr-rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.lr-visibility-visible {
    visibility: visible !important;
}

.lr-visibility-invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .lr-float-small-left {
        float: left !important;
    }

    .lr-float-small-right {
        float: right !important;
    }

    .lr-float-small-none {
        float: none !important;
    }

    .lr-display-small-none {
        display: none !important;
    }

    .lr-display-small-inline {
        display: inline !important;
    }

    .lr-display-small-inline-block {
        display: inline-block !important;
    }

    .lr-display-small-block {
        display: block !important;
    }

    .lr-display-small-table {
        display: table !important;
    }

    .lr-display-small-table-row {
        display: table-row !important;
    }

    .lr-display-small-table-cell {
        display: table-cell !important;
    }

    .lr-display-small-flex {
        display: flex !important;
    }

    .lr-display-small-inline-flex {
        display: inline-flex !important;
    }

    .lr-flex-small-fill {
        flex: 1 1 auto !important;
    }

    .lr-flex-small-row {
        flex-direction: row !important;
    }

    .lr-flex-small-column {
        flex-direction: column !important;
    }

    .lr-flex-small-row-reverse {
        flex-direction: row-reverse !important;
    }

    .lr-flex-small-column-reverse {
        flex-direction: column-reverse !important;
    }

    .lr-flex-small-grow-0 {
        flex-grow: 0 !important;
    }

    .lr-flex-small-grow-1 {
        flex-grow: 1 !important;
    }

    .lr-flex-small-shrink-0 {
        flex-shrink: 0 !important;
    }

    .lr-flex-small-shrink-1 {
        flex-shrink: 1 !important;
    }

    .lr-flex-small-wrap {
        flex-wrap: wrap !important;
    }

    .lr-flex-small-nowrap {
        flex-wrap: nowrap !important;
    }

    .lr-flex-small-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .lr-justify-content-small-start {
        justify-content: flex-start !important;
    }

    .lr-justify-content-small-end {
        justify-content: flex-end !important;
    }

    .lr-justify-content-small-center {
        justify-content: center !important;
    }

    .lr-justify-content-small-between {
        justify-content: space-between !important;
    }

    .lr-justify-content-small-around {
        justify-content: space-around !important;
    }

    .lr-align-items-small-start {
        align-items: flex-start !important;
    }

    .lr-align-items-small-end {
        align-items: flex-end !important;
    }

    .lr-align-items-small-center {
        align-items: center !important;
    }

    .lr-align-items-small-baseline {
        align-items: baseline !important;
    }

    .lr-align-items-small-stretch {
        align-items: stretch !important;
    }

    .lr-align-content-small-start {
        align-content: flex-start !important;
    }

    .lr-align-content-small-end {
        align-content: flex-end !important;
    }

    .lr-align-content-small-center {
        align-content: center !important;
    }

    .lr-align-content-small-between {
        align-content: space-between !important;
    }

    .lr-align-content-small-around {
        align-content: space-around !important;
    }

    .lr-align-content-small-stretch {
        align-content: stretch !important;
    }

    .lr-align-self-small-auto {
        align-self: auto !important;
    }

    .lr-align-self-small-start {
        align-self: flex-start !important;
    }

    .lr-align-self-small-end {
        align-self: flex-end !important;
    }

    .lr-align-self-small-center {
        align-self: center !important;
    }

    .lr-align-self-small-baseline {
        align-self: baseline !important;
    }

    .lr-align-self-small-stretch {
        align-self: stretch !important;
    }

    .lr-order-small-first {
        order: -1 !important;
    }

    .lr-order-small-0 {
        order: 0 !important;
    }

    .lr-order-small-1 {
        order: 1 !important;
    }

    .lr-order-small-2 {
        order: 2 !important;
    }

    .lr-order-small-3 {
        order: 3 !important;
    }

    .lr-order-small-4 {
        order: 4 !important;
    }

    .lr-order-small-5 {
        order: 5 !important;
    }

    .lr-order-small-last {
        order: 6 !important;
    }

    .lr-margin-small-0 {
        margin: 0 !important;
    }

    .lr-margin-small-1 {
        margin: .25rem !important;
    }

    .lr-margin-small-2 {
        margin: .5rem !important;
    }

    .lr-margin-small-3 {
        margin: 1rem !important;
    }

    .lr-margin-small-4 {
        margin: 1.5rem !important;
    }

    .lr-margin-small-5 {
        margin: 3rem !important;
    }

    .lr-margin-small-auto {
        margin: auto !important;
    }

    .lr-margin-x-small-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .lr-margin-x-small-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .lr-margin-x-small-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .lr-margin-x-small-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .lr-margin-x-small-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .lr-margin-x-small-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .lr-margin-x-small-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .lr-margin-y-small-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .lr-margin-y-small-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .lr-margin-y-small-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .lr-margin-y-small-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .lr-margin-y-small-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .lr-margin-y-small-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .lr-margin-y-small-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .lr-margin-top-small-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .lr-margin-top-small-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .lr-margin-top-small-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .lr-margin-top-small-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .lr-margin-top-small-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .lr-margin-top-small-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .lr-margin-top-small-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .lr-margin-right-small-0 {
        margin-right: 0 !important;
    }

    .lr-margin-right-small-1 {
        margin-right: .25rem !important;
    }

    .lr-margin-right-small-2 {
        margin-right: .5rem !important;
    }

    .lr-margin-right-small-3 {
        margin-right: 1rem !important;
    }

    .lr-margin-right-small-4 {
        margin-right: 1.5rem !important;
    }

    .lr-margin-right-small-5 {
        margin-right: 3rem !important;
    }

    .lr-margin-right-small-auto {
        margin-right: auto !important;
    }

    .lr-margin-bottom-small-0 {
        margin-bottom: 0 !important;
    }

    .lr-margin-bottom-small-1 {
        margin-bottom: .25rem !important;
    }

    .lr-margin-bottom-small-2 {
        margin-bottom: .5rem !important;
    }

    .lr-margin-bottom-small-3 {
        margin-bottom: 1rem !important;
    }

    .lr-margin-bottom-small-4 {
        margin-bottom: 1.5rem !important;
    }

    .lr-margin-bottom-small-5 {
        margin-bottom: 3rem !important;
    }

    .lr-margin-bottom-small-auto {
        margin-bottom: auto !important;
    }

    .lr-margin-left-small-0 {
        margin-left: 0 !important;
    }

    .lr-margin-left-small-1 {
        margin-left: .25rem !important;
    }

    .lr-margin-left-small-2 {
        margin-left: .5rem !important;
    }

    .lr-margin-left-small-3 {
        margin-left: 1rem !important;
    }

    .lr-margin-left-small-4 {
        margin-left: 1.5rem !important;
    }

    .lr-margin-left-small-5 {
        margin-left: 3rem !important;
    }

    .lr-margin-left-small-auto {
        margin-left: auto !important;
    }

    .lr-margin-small-negative-1 {
        margin: -.25rem !important;
    }

    .lr-margin-small-negative-2 {
        margin: -.5rem !important;
    }

    .lr-margin-small-negative-3 {
        margin: -1rem !important;
    }

    .lr-margin-small-negative-4 {
        margin: -1.5rem !important;
    }

    .lr-margin-small-negative-5 {
        margin: -3rem !important;
    }

    .lr-margin-x-small-negative-1 {
        margin-x: -.25rem !important;
    }

    .lr-margin-x-small-negative-2 {
        margin-x: -.5rem !important;
    }

    .lr-margin-x-small-negative-3 {
        margin-x: -1rem !important;
    }

    .lr-margin-x-small-negative-4 {
        margin-x: -1.5rem !important;
    }

    .lr-margin-x-small-negative-5 {
        margin-x: -3rem !important;
    }

    .lr-margin-y-small-negative-1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important;
    }

    .lr-margin-y-small-negative-2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important;
    }

    .lr-margin-y-small-negative-3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .lr-margin-y-small-negative-4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .lr-margin-y-small-negative-5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .lr-margin-top-small-negative-1 {
        margin-top: -.25rem !important;
    }

    .lr-margin-top-small-negative-2 {
        margin-top: -.5rem !important;
    }

    .lr-margin-top-small-negative-3 {
        margin-top: -1rem !important;
    }

    .lr-margin-top-small-negative-4 {
        margin-top: -1.5rem !important;
    }

    .lr-margin-top-small-negative-5 {
        margin-top: -3rem !important;
    }

    .lr-margin-right-small-negative-1 {
        margin-right: -.25rem !important;
    }

    .lr-margin-right-small-negative-2 {
        margin-right: -.5rem !important;
    }

    .lr-margin-right-small-negative-3 {
        margin-right: -1rem !important;
    }

    .lr-margin-right-small-negative-4 {
        margin-right: -1.5rem !important;
    }

    .lr-margin-right-small-negative-5 {
        margin-right: -3rem !important;
    }

    .lr-margin-bottom-small-negative-1 {
        margin-bottom: -.25rem !important;
    }

    .lr-margin-bottom-small-negative-2 {
        margin-bottom: -.5rem !important;
    }

    .lr-margin-bottom-small-negative-3 {
        margin-bottom: -1rem !important;
    }

    .lr-margin-bottom-small-negative-4 {
        margin-bottom: -1.5rem !important;
    }

    .lr-margin-bottom-small-negative-5 {
        margin-bottom: -3rem !important;
    }

    .lr-margin-left-small-negative-1 {
        margin-left: -.25rem !important;
    }

    .lr-margin-left-small-negative-2 {
        margin-left: -.5rem !important;
    }

    .lr-margin-left-small-negative-3 {
        margin-left: -1rem !important;
    }

    .lr-margin-left-small-negative-4 {
        margin-left: -1.5rem !important;
    }

    .lr-margin-left-small-negative-5 {
        margin-left: -3rem !important;
    }

    .lr-padding-small-0 {
        padding: 0 !important;
    }

    .lr-padding-small-1 {
        padding: .25rem !important;
    }

    .lr-padding-small-2 {
        padding: .5rem !important;
    }

    .lr-padding-small-3 {
        padding: 1rem !important;
    }

    .lr-padding-small-4 {
        padding: 1.5rem !important;
    }

    .lr-padding-small-5 {
        padding: 3rem !important;
    }

    .lr-padding-x-small-0 {
        left: 0 !important;
        padding: 0 !important;
        padding-right: 0 !important;
    }

    .lr-padding-x-small-1 {
        left: .25rem !important;
        padding: .25rem !important;
        padding-right: .25rem !important;
    }

    .lr-padding-x-small-2 {
        left: .5rem !important;
        padding: .5rem !important;
        padding-right: .5rem !important;
    }

    .lr-padding-x-small-3 {
        left: 1rem !important;
        padding: 1rem !important;
        padding-right: 1rem !important;
    }

    .lr-padding-x-small-4 {
        left: 1.5rem !important;
        padding: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .lr-padding-x-small-5 {
        left: 3rem !important;
        padding: 3rem !important;
        padding-right: 3rem !important;
    }

    .lr-padding-y-small-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .lr-padding-y-small-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .lr-padding-y-small-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .lr-padding-y-small-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .lr-padding-y-small-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .lr-padding-y-small-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .lr-padding-top-small-0 {
        padding-top: 0 !important;
    }

    .lr-padding-top-small-1 {
        padding-top: .25rem !important;
    }

    .lr-padding-top-small-2 {
        padding-top: .5rem !important;
    }

    .lr-padding-top-small-3 {
        padding-top: 1rem !important;
    }

    .lr-padding-top-small-4 {
        padding-top: 1.5rem !important;
    }

    .lr-padding-top-small-5 {
        padding-top: 3rem !important;
    }

    .lr-padding-right-small-0 {
        padding-right: 0 !important;
    }

    .lr-padding-right-small-1 {
        padding-right: .25rem !important;
    }

    .lr-padding-right-small-2 {
        padding-right: .5rem !important;
    }

    .lr-padding-right-small-3 {
        padding-right: 1rem !important;
    }

    .lr-padding-right-small-4 {
        padding-right: 1.5rem !important;
    }

    .lr-padding-right-small-5 {
        padding-right: 3rem !important;
    }

    .lr-padding-bottom-small-0 {
        padding-bottom: 0 !important;
    }

    .lr-padding-bottom-small-1 {
        padding-bottom: .25rem !important;
    }

    .lr-padding-bottom-small-2 {
        padding-bottom: .5rem !important;
    }

    .lr-padding-bottom-small-3 {
        padding-bottom: 1rem !important;
    }

    .lr-padding-bottom-small-4 {
        padding-bottom: 1.5rem !important;
    }

    .lr-padding-bottom-small-5 {
        padding-bottom: 3rem !important;
    }

    .lr-text-align-small-left {
        text-align: left !important;
    }

    .lr-text-align-small-right {
        text-align: right !important;
    }

    .lr-text-align-small-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .lr-float-medium-left {
        float: left !important;
    }

    .lr-float-medium-right {
        float: right !important;
    }

    .lr-float-medium-none {
        float: none !important;
    }

    .lr-display-medium-none {
        display: none !important;
    }

    .lr-display-medium-inline {
        display: inline !important;
    }

    .lr-display-medium-inline-block {
        display: inline-block !important;
    }

    .lr-display-medium-block {
        display: block !important;
    }

    .lr-display-medium-table {
        display: table !important;
    }

    .lr-display-medium-table-row {
        display: table-row !important;
    }

    .lr-display-medium-table-cell {
        display: table-cell !important;
    }

    .lr-display-medium-flex {
        display: flex !important;
    }

    .lr-display-medium-inline-flex {
        display: inline-flex !important;
    }

    .lr-flex-medium-fill {
        flex: 1 1 auto !important;
    }

    .lr-flex-medium-row {
        flex-direction: row !important;
    }

    .lr-flex-medium-column {
        flex-direction: column !important;
    }

    .lr-flex-medium-row-reverse {
        flex-direction: row-reverse !important;
    }

    .lr-flex-medium-column-reverse {
        flex-direction: column-reverse !important;
    }

    .lr-flex-medium-grow-0 {
        flex-grow: 0 !important;
    }

    .lr-flex-medium-grow-1 {
        flex-grow: 1 !important;
    }

    .lr-flex-medium-shrink-0 {
        flex-shrink: 0 !important;
    }

    .lr-flex-medium-shrink-1 {
        flex-shrink: 1 !important;
    }

    .lr-flex-medium-wrap {
        flex-wrap: wrap !important;
    }

    .lr-flex-medium-nowrap {
        flex-wrap: nowrap !important;
    }

    .lr-flex-medium-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .lr-justify-content-medium-start {
        justify-content: flex-start !important;
    }

    .lr-justify-content-medium-end {
        justify-content: flex-end !important;
    }

    .lr-justify-content-medium-center {
        justify-content: center !important;
    }

    .lr-justify-content-medium-between {
        justify-content: space-between !important;
    }

    .lr-justify-content-medium-around {
        justify-content: space-around !important;
    }

    .lr-align-items-medium-start {
        align-items: flex-start !important;
    }

    .lr-align-items-medium-end {
        align-items: flex-end !important;
    }

    .lr-align-items-medium-center {
        align-items: center !important;
    }

    .lr-align-items-medium-baseline {
        align-items: baseline !important;
    }

    .lr-align-items-medium-stretch {
        align-items: stretch !important;
    }

    .lr-align-content-medium-start {
        align-content: flex-start !important;
    }

    .lr-align-content-medium-end {
        align-content: flex-end !important;
    }

    .lr-align-content-medium-center {
        align-content: center !important;
    }

    .lr-align-content-medium-between {
        align-content: space-between !important;
    }

    .lr-align-content-medium-around {
        align-content: space-around !important;
    }

    .lr-align-content-medium-stretch {
        align-content: stretch !important;
    }

    .lr-align-self-medium-auto {
        align-self: auto !important;
    }

    .lr-align-self-medium-start {
        align-self: flex-start !important;
    }

    .lr-align-self-medium-end {
        align-self: flex-end !important;
    }

    .lr-align-self-medium-center {
        align-self: center !important;
    }

    .lr-align-self-medium-baseline {
        align-self: baseline !important;
    }

    .lr-align-self-medium-stretch {
        align-self: stretch !important;
    }

    .lr-order-medium-first {
        order: -1 !important;
    }

    .lr-order-medium-0 {
        order: 0 !important;
    }

    .lr-order-medium-1 {
        order: 1 !important;
    }

    .lr-order-medium-2 {
        order: 2 !important;
    }

    .lr-order-medium-3 {
        order: 3 !important;
    }

    .lr-order-medium-4 {
        order: 4 !important;
    }

    .lr-order-medium-5 {
        order: 5 !important;
    }

    .lr-order-medium-last {
        order: 6 !important;
    }

    .lr-margin-medium-0 {
        margin: 0 !important;
    }

    .lr-margin-medium-1 {
        margin: .25rem !important;
    }

    .lr-margin-medium-2 {
        margin: .5rem !important;
    }

    .lr-margin-medium-3 {
        margin: 1rem !important;
    }

    .lr-margin-medium-4 {
        margin: 1.5rem !important;
    }

    .lr-margin-medium-5 {
        margin: 3rem !important;
    }

    .lr-margin-medium-auto {
        margin: auto !important;
    }

    .lr-margin-x-medium-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .lr-margin-x-medium-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .lr-margin-x-medium-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .lr-margin-x-medium-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .lr-margin-x-medium-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .lr-margin-x-medium-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .lr-margin-x-medium-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .lr-margin-y-medium-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .lr-margin-y-medium-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .lr-margin-y-medium-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .lr-margin-y-medium-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .lr-margin-y-medium-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .lr-margin-y-medium-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .lr-margin-y-medium-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .lr-margin-top-medium-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .lr-margin-top-medium-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .lr-margin-top-medium-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .lr-margin-top-medium-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .lr-margin-top-medium-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .lr-margin-top-medium-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .lr-margin-top-medium-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .lr-margin-right-medium-0 {
        margin-right: 0 !important;
    }

    .lr-margin-right-medium-1 {
        margin-right: .25rem !important;
    }

    .lr-margin-right-medium-2 {
        margin-right: .5rem !important;
    }

    .lr-margin-right-medium-3 {
        margin-right: 1rem !important;
    }

    .lr-margin-right-medium-4 {
        margin-right: 1.5rem !important;
    }

    .lr-margin-right-medium-5 {
        margin-right: 3rem !important;
    }

    .lr-margin-right-medium-auto {
        margin-right: auto !important;
    }

    .lr-margin-bottom-medium-0 {
        margin-bottom: 0 !important;
    }

    .lr-margin-bottom-medium-1 {
        margin-bottom: .25rem !important;
    }

    .lr-margin-bottom-medium-2 {
        margin-bottom: .5rem !important;
    }

    .lr-margin-bottom-medium-3 {
        margin-bottom: 1rem !important;
    }

    .lr-margin-bottom-medium-4 {
        margin-bottom: 1.5rem !important;
    }

    .lr-margin-bottom-medium-5 {
        margin-bottom: 3rem !important;
    }

    .lr-margin-bottom-medium-auto {
        margin-bottom: auto !important;
    }

    .lr-margin-left-medium-0 {
        margin-left: 0 !important;
    }

    .lr-margin-left-medium-1 {
        margin-left: .25rem !important;
    }

    .lr-margin-left-medium-2 {
        margin-left: .5rem !important;
    }

    .lr-margin-left-medium-3 {
        margin-left: 1rem !important;
    }

    .lr-margin-left-medium-4 {
        margin-left: 1.5rem !important;
    }

    .lr-margin-left-medium-5 {
        margin-left: 3rem !important;
    }

    .lr-margin-left-medium-auto {
        margin-left: auto !important;
    }

    .lr-margin-medium-negative-1 {
        margin: -.25rem !important;
    }

    .lr-margin-medium-negative-2 {
        margin: -.5rem !important;
    }

    .lr-margin-medium-negative-3 {
        margin: -1rem !important;
    }

    .lr-margin-medium-negative-4 {
        margin: -1.5rem !important;
    }

    .lr-margin-medium-negative-5 {
        margin: -3rem !important;
    }

    .lr-margin-x-medium-negative-1 {
        margin-x: -.25rem !important;
    }

    .lr-margin-x-medium-negative-2 {
        margin-x: -.5rem !important;
    }

    .lr-margin-x-medium-negative-3 {
        margin-x: -1rem !important;
    }

    .lr-margin-x-medium-negative-4 {
        margin-x: -1.5rem !important;
    }

    .lr-margin-x-medium-negative-5 {
        margin-x: -3rem !important;
    }

    .lr-margin-y-medium-negative-1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important;
    }

    .lr-margin-y-medium-negative-2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important;
    }

    .lr-margin-y-medium-negative-3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .lr-margin-y-medium-negative-4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .lr-margin-y-medium-negative-5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .lr-margin-top-medium-negative-1 {
        margin-top: -.25rem !important;
    }

    .lr-margin-top-medium-negative-2 {
        margin-top: -.5rem !important;
    }

    .lr-margin-top-medium-negative-3 {
        margin-top: -1rem !important;
    }

    .lr-margin-top-medium-negative-4 {
        margin-top: -1.5rem !important;
    }

    .lr-margin-top-medium-negative-5 {
        margin-top: -3rem !important;
    }

    .lr-margin-right-medium-negative-1 {
        margin-right: -.25rem !important;
    }

    .lr-margin-right-medium-negative-2 {
        margin-right: -.5rem !important;
    }

    .lr-margin-right-medium-negative-3 {
        margin-right: -1rem !important;
    }

    .lr-margin-right-medium-negative-4 {
        margin-right: -1.5rem !important;
    }

    .lr-margin-right-medium-negative-5 {
        margin-right: -3rem !important;
    }

    .lr-margin-bottom-medium-negative-1 {
        margin-bottom: -.25rem !important;
    }

    .lr-margin-bottom-medium-negative-2 {
        margin-bottom: -.5rem !important;
    }

    .lr-margin-bottom-medium-negative-3 {
        margin-bottom: -1rem !important;
    }

    .lr-margin-bottom-medium-negative-4 {
        margin-bottom: -1.5rem !important;
    }

    .lr-margin-bottom-medium-negative-5 {
        margin-bottom: -3rem !important;
    }

    .lr-margin-left-medium-negative-1 {
        margin-left: -.25rem !important;
    }

    .lr-margin-left-medium-negative-2 {
        margin-left: -.5rem !important;
    }

    .lr-margin-left-medium-negative-3 {
        margin-left: -1rem !important;
    }

    .lr-margin-left-medium-negative-4 {
        margin-left: -1.5rem !important;
    }

    .lr-margin-left-medium-negative-5 {
        margin-left: -3rem !important;
    }

    .lr-padding-medium-0 {
        padding: 0 !important;
    }

    .lr-padding-medium-1 {
        padding: .25rem !important;
    }

    .lr-padding-medium-2 {
        padding: .5rem !important;
    }

    .lr-padding-medium-3 {
        padding: 1rem !important;
    }

    .lr-padding-medium-4 {
        padding: 1.5rem !important;
    }

    .lr-padding-medium-5 {
        padding: 3rem !important;
    }

    .lr-padding-x-medium-0 {
        left: 0 !important;
        padding: 0 !important;
        padding-right: 0 !important;
    }

    .lr-padding-x-medium-1 {
        left: .25rem !important;
        padding: .25rem !important;
        padding-right: .25rem !important;
    }

    .lr-padding-x-medium-2 {
        left: .5rem !important;
        padding: .5rem !important;
        padding-right: .5rem !important;
    }

    .lr-padding-x-medium-3 {
        left: 1rem !important;
        padding: 1rem !important;
        padding-right: 1rem !important;
    }

    .lr-padding-x-medium-4 {
        left: 1.5rem !important;
        padding: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .lr-padding-x-medium-5 {
        left: 3rem !important;
        padding: 3rem !important;
        padding-right: 3rem !important;
    }

    .lr-padding-y-medium-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .lr-padding-y-medium-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .lr-padding-y-medium-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .lr-padding-y-medium-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .lr-padding-y-medium-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .lr-padding-y-medium-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .lr-padding-top-medium-0 {
        padding-top: 0 !important;
    }

    .lr-padding-top-medium-1 {
        padding-top: .25rem !important;
    }

    .lr-padding-top-medium-2 {
        padding-top: .5rem !important;
    }

    .lr-padding-top-medium-3 {
        padding-top: 1rem !important;
    }

    .lr-padding-top-medium-4 {
        padding-top: 1.5rem !important;
    }

    .lr-padding-top-medium-5 {
        padding-top: 3rem !important;
    }

    .lr-padding-right-medium-0 {
        padding-right: 0 !important;
    }

    .lr-padding-right-medium-1 {
        padding-right: .25rem !important;
    }

    .lr-padding-right-medium-2 {
        padding-right: .5rem !important;
    }

    .lr-padding-right-medium-3 {
        padding-right: 1rem !important;
    }

    .lr-padding-right-medium-4 {
        padding-right: 1.5rem !important;
    }

    .lr-padding-right-medium-5 {
        padding-right: 3rem !important;
    }

    .lr-padding-bottom-medium-0 {
        padding-bottom: 0 !important;
    }

    .lr-padding-bottom-medium-1 {
        padding-bottom: .25rem !important;
    }

    .lr-padding-bottom-medium-2 {
        padding-bottom: .5rem !important;
    }

    .lr-padding-bottom-medium-3 {
        padding-bottom: 1rem !important;
    }

    .lr-padding-bottom-medium-4 {
        padding-bottom: 1.5rem !important;
    }

    .lr-padding-bottom-medium-5 {
        padding-bottom: 3rem !important;
    }

    .lr-text-align-medium-left {
        text-align: left !important;
    }

    .lr-text-align-medium-right {
        text-align: right !important;
    }

    .lr-text-align-medium-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .lr-float-large-left {
        float: left !important;
    }

    .lr-float-large-right {
        float: right !important;
    }

    .lr-float-large-none {
        float: none !important;
    }

    .lr-display-large-none {
        display: none !important;
    }

    .lr-display-large-inline {
        display: inline !important;
    }

    .lr-display-large-inline-block {
        display: inline-block !important;
    }

    .lr-display-large-block {
        display: block !important;
    }

    .lr-display-large-table {
        display: table !important;
    }

    .lr-display-large-table-row {
        display: table-row !important;
    }

    .lr-display-large-table-cell {
        display: table-cell !important;
    }

    .lr-display-large-flex {
        display: flex !important;
    }

    .lr-display-large-inline-flex {
        display: inline-flex !important;
    }

    .lr-flex-large-fill {
        flex: 1 1 auto !important;
    }

    .lr-flex-large-row {
        flex-direction: row !important;
    }

    .lr-flex-large-column {
        flex-direction: column !important;
    }

    .lr-flex-large-row-reverse {
        flex-direction: row-reverse !important;
    }

    .lr-flex-large-column-reverse {
        flex-direction: column-reverse !important;
    }

    .lr-flex-large-grow-0 {
        flex-grow: 0 !important;
    }

    .lr-flex-large-grow-1 {
        flex-grow: 1 !important;
    }

    .lr-flex-large-shrink-0 {
        flex-shrink: 0 !important;
    }

    .lr-flex-large-shrink-1 {
        flex-shrink: 1 !important;
    }

    .lr-flex-large-wrap {
        flex-wrap: wrap !important;
    }

    .lr-flex-large-nowrap {
        flex-wrap: nowrap !important;
    }

    .lr-flex-large-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .lr-justify-content-large-start {
        justify-content: flex-start !important;
    }

    .lr-justify-content-large-end {
        justify-content: flex-end !important;
    }

    .lr-justify-content-large-center {
        justify-content: center !important;
    }

    .lr-justify-content-large-between {
        justify-content: space-between !important;
    }

    .lr-justify-content-large-around {
        justify-content: space-around !important;
    }

    .lr-align-items-large-start {
        align-items: flex-start !important;
    }

    .lr-align-items-large-end {
        align-items: flex-end !important;
    }

    .lr-align-items-large-center {
        align-items: center !important;
    }

    .lr-align-items-large-baseline {
        align-items: baseline !important;
    }

    .lr-align-items-large-stretch {
        align-items: stretch !important;
    }

    .lr-align-content-large-start {
        align-content: flex-start !important;
    }

    .lr-align-content-large-end {
        align-content: flex-end !important;
    }

    .lr-align-content-large-center {
        align-content: center !important;
    }

    .lr-align-content-large-between {
        align-content: space-between !important;
    }

    .lr-align-content-large-around {
        align-content: space-around !important;
    }

    .lr-align-content-large-stretch {
        align-content: stretch !important;
    }

    .lr-align-self-large-auto {
        align-self: auto !important;
    }

    .lr-align-self-large-start {
        align-self: flex-start !important;
    }

    .lr-align-self-large-end {
        align-self: flex-end !important;
    }

    .lr-align-self-large-center {
        align-self: center !important;
    }

    .lr-align-self-large-baseline {
        align-self: baseline !important;
    }

    .lr-align-self-large-stretch {
        align-self: stretch !important;
    }

    .lr-order-large-first {
        order: -1 !important;
    }

    .lr-order-large-0 {
        order: 0 !important;
    }

    .lr-order-large-1 {
        order: 1 !important;
    }

    .lr-order-large-2 {
        order: 2 !important;
    }

    .lr-order-large-3 {
        order: 3 !important;
    }

    .lr-order-large-4 {
        order: 4 !important;
    }

    .lr-order-large-5 {
        order: 5 !important;
    }

    .lr-order-large-last {
        order: 6 !important;
    }

    .lr-margin-large-0 {
        margin: 0 !important;
    }

    .lr-margin-large-1 {
        margin: .25rem !important;
    }

    .lr-margin-large-2 {
        margin: .5rem !important;
    }

    .lr-margin-large-3 {
        margin: 1rem !important;
    }

    .lr-margin-large-4 {
        margin: 1.5rem !important;
    }

    .lr-margin-large-5 {
        margin: 3rem !important;
    }

    .lr-margin-large-auto {
        margin: auto !important;
    }

    .lr-margin-x-large-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .lr-margin-x-large-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .lr-margin-x-large-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .lr-margin-x-large-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .lr-margin-x-large-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .lr-margin-x-large-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .lr-margin-x-large-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .lr-margin-y-large-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .lr-margin-y-large-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .lr-margin-y-large-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .lr-margin-y-large-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .lr-margin-y-large-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .lr-margin-y-large-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .lr-margin-y-large-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .lr-margin-top-large-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .lr-margin-top-large-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .lr-margin-top-large-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .lr-margin-top-large-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .lr-margin-top-large-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .lr-margin-top-large-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .lr-margin-top-large-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .lr-margin-right-large-0 {
        margin-right: 0 !important;
    }

    .lr-margin-right-large-1 {
        margin-right: .25rem !important;
    }

    .lr-margin-right-large-2 {
        margin-right: .5rem !important;
    }

    .lr-margin-right-large-3 {
        margin-right: 1rem !important;
    }

    .lr-margin-right-large-4 {
        margin-right: 1.5rem !important;
    }

    .lr-margin-right-large-5 {
        margin-right: 3rem !important;
    }

    .lr-margin-right-large-auto {
        margin-right: auto !important;
    }

    .lr-margin-bottom-large-0 {
        margin-bottom: 0 !important;
    }

    .lr-margin-bottom-large-1 {
        margin-bottom: .25rem !important;
    }

    .lr-margin-bottom-large-2 {
        margin-bottom: .5rem !important;
    }

    .lr-margin-bottom-large-3 {
        margin-bottom: 1rem !important;
    }

    .lr-margin-bottom-large-4 {
        margin-bottom: 1.5rem !important;
    }

    .lr-margin-bottom-large-5 {
        margin-bottom: 3rem !important;
    }

    .lr-margin-bottom-large-auto {
        margin-bottom: auto !important;
    }

    .lr-margin-left-large-0 {
        margin-left: 0 !important;
    }

    .lr-margin-left-large-1 {
        margin-left: .25rem !important;
    }

    .lr-margin-left-large-2 {
        margin-left: .5rem !important;
    }

    .lr-margin-left-large-3 {
        margin-left: 1rem !important;
    }

    .lr-margin-left-large-4 {
        margin-left: 1.5rem !important;
    }

    .lr-margin-left-large-5 {
        margin-left: 3rem !important;
    }

    .lr-margin-left-large-auto {
        margin-left: auto !important;
    }

    .lr-margin-large-negative-1 {
        margin: -.25rem !important;
    }

    .lr-margin-large-negative-2 {
        margin: -.5rem !important;
    }

    .lr-margin-large-negative-3 {
        margin: -1rem !important;
    }

    .lr-margin-large-negative-4 {
        margin: -1.5rem !important;
    }

    .lr-margin-large-negative-5 {
        margin: -3rem !important;
    }

    .lr-margin-x-large-negative-1 {
        margin-x: -.25rem !important;
    }

    .lr-margin-x-large-negative-2 {
        margin-x: -.5rem !important;
    }

    .lr-margin-x-large-negative-3 {
        margin-x: -1rem !important;
    }

    .lr-margin-x-large-negative-4 {
        margin-x: -1.5rem !important;
    }

    .lr-margin-x-large-negative-5 {
        margin-x: -3rem !important;
    }

    .lr-margin-y-large-negative-1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important;
    }

    .lr-margin-y-large-negative-2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important;
    }

    .lr-margin-y-large-negative-3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .lr-margin-y-large-negative-4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .lr-margin-y-large-negative-5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .lr-margin-top-large-negative-1 {
        margin-top: -.25rem !important;
    }

    .lr-margin-top-large-negative-2 {
        margin-top: -.5rem !important;
    }

    .lr-margin-top-large-negative-3 {
        margin-top: -1rem !important;
    }

    .lr-margin-top-large-negative-4 {
        margin-top: -1.5rem !important;
    }

    .lr-margin-top-large-negative-5 {
        margin-top: -3rem !important;
    }

    .lr-margin-right-large-negative-1 {
        margin-right: -.25rem !important;
    }

    .lr-margin-right-large-negative-2 {
        margin-right: -.5rem !important;
    }

    .lr-margin-right-large-negative-3 {
        margin-right: -1rem !important;
    }

    .lr-margin-right-large-negative-4 {
        margin-right: -1.5rem !important;
    }

    .lr-margin-right-large-negative-5 {
        margin-right: -3rem !important;
    }

    .lr-margin-bottom-large-negative-1 {
        margin-bottom: -.25rem !important;
    }

    .lr-margin-bottom-large-negative-2 {
        margin-bottom: -.5rem !important;
    }

    .lr-margin-bottom-large-negative-3 {
        margin-bottom: -1rem !important;
    }

    .lr-margin-bottom-large-negative-4 {
        margin-bottom: -1.5rem !important;
    }

    .lr-margin-bottom-large-negative-5 {
        margin-bottom: -3rem !important;
    }

    .lr-margin-left-large-negative-1 {
        margin-left: -.25rem !important;
    }

    .lr-margin-left-large-negative-2 {
        margin-left: -.5rem !important;
    }

    .lr-margin-left-large-negative-3 {
        margin-left: -1rem !important;
    }

    .lr-margin-left-large-negative-4 {
        margin-left: -1.5rem !important;
    }

    .lr-margin-left-large-negative-5 {
        margin-left: -3rem !important;
    }

    .lr-padding-large-0 {
        padding: 0 !important;
    }

    .lr-padding-large-1 {
        padding: .25rem !important;
    }

    .lr-padding-large-2 {
        padding: .5rem !important;
    }

    .lr-padding-large-3 {
        padding: 1rem !important;
    }

    .lr-padding-large-4 {
        padding: 1.5rem !important;
    }

    .lr-padding-large-5 {
        padding: 3rem !important;
    }

    .lr-padding-x-large-0 {
        left: 0 !important;
        padding: 0 !important;
        padding-right: 0 !important;
    }

    .lr-padding-x-large-1 {
        left: .25rem !important;
        padding: .25rem !important;
        padding-right: .25rem !important;
    }

    .lr-padding-x-large-2 {
        left: .5rem !important;
        padding: .5rem !important;
        padding-right: .5rem !important;
    }

    .lr-padding-x-large-3 {
        left: 1rem !important;
        padding: 1rem !important;
        padding-right: 1rem !important;
    }

    .lr-padding-x-large-4 {
        left: 1.5rem !important;
        padding: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .lr-padding-x-large-5 {
        left: 3rem !important;
        padding: 3rem !important;
        padding-right: 3rem !important;
    }

    .lr-padding-y-large-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .lr-padding-y-large-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .lr-padding-y-large-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .lr-padding-y-large-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .lr-padding-y-large-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .lr-padding-y-large-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .lr-padding-top-large-0 {
        padding-top: 0 !important;
    }

    .lr-padding-top-large-1 {
        padding-top: .25rem !important;
    }

    .lr-padding-top-large-2 {
        padding-top: .5rem !important;
    }

    .lr-padding-top-large-3 {
        padding-top: 1rem !important;
    }

    .lr-padding-top-large-4 {
        padding-top: 1.5rem !important;
    }

    .lr-padding-top-large-5 {
        padding-top: 3rem !important;
    }

    .lr-padding-right-large-0 {
        padding-right: 0 !important;
    }

    .lr-padding-right-large-1 {
        padding-right: .25rem !important;
    }

    .lr-padding-right-large-2 {
        padding-right: .5rem !important;
    }

    .lr-padding-right-large-3 {
        padding-right: 1rem !important;
    }

    .lr-padding-right-large-4 {
        padding-right: 1.5rem !important;
    }

    .lr-padding-right-large-5 {
        padding-right: 3rem !important;
    }

    .lr-padding-bottom-large-0 {
        padding-bottom: 0 !important;
    }

    .lr-padding-bottom-large-1 {
        padding-bottom: .25rem !important;
    }

    .lr-padding-bottom-large-2 {
        padding-bottom: .5rem !important;
    }

    .lr-padding-bottom-large-3 {
        padding-bottom: 1rem !important;
    }

    .lr-padding-bottom-large-4 {
        padding-bottom: 1.5rem !important;
    }

    .lr-padding-bottom-large-5 {
        padding-bottom: 3rem !important;
    }

    .lr-text-align-large-left {
        text-align: left !important;
    }

    .lr-text-align-large-right {
        text-align: right !important;
    }

    .lr-text-align-large-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .lr-float-xlarge-left {
        float: left !important;
    }

    .lr-float-xlarge-right {
        float: right !important;
    }

    .lr-float-xlarge-none {
        float: none !important;
    }

    .lr-display-xlarge-none {
        display: none !important;
    }

    .lr-display-xlarge-inline {
        display: inline !important;
    }

    .lr-display-xlarge-inline-block {
        display: inline-block !important;
    }

    .lr-display-xlarge-block {
        display: block !important;
    }

    .lr-display-xlarge-table {
        display: table !important;
    }

    .lr-display-xlarge-table-row {
        display: table-row !important;
    }

    .lr-display-xlarge-table-cell {
        display: table-cell !important;
    }

    .lr-display-xlarge-flex {
        display: flex !important;
    }

    .lr-display-xlarge-inline-flex {
        display: inline-flex !important;
    }

    .lr-flex-xlarge-fill {
        flex: 1 1 auto !important;
    }

    .lr-flex-xlarge-row {
        flex-direction: row !important;
    }

    .lr-flex-xlarge-column {
        flex-direction: column !important;
    }

    .lr-flex-xlarge-row-reverse {
        flex-direction: row-reverse !important;
    }

    .lr-flex-xlarge-column-reverse {
        flex-direction: column-reverse !important;
    }

    .lr-flex-xlarge-grow-0 {
        flex-grow: 0 !important;
    }

    .lr-flex-xlarge-grow-1 {
        flex-grow: 1 !important;
    }

    .lr-flex-xlarge-shrink-0 {
        flex-shrink: 0 !important;
    }

    .lr-flex-xlarge-shrink-1 {
        flex-shrink: 1 !important;
    }

    .lr-flex-xlarge-wrap {
        flex-wrap: wrap !important;
    }

    .lr-flex-xlarge-nowrap {
        flex-wrap: nowrap !important;
    }

    .lr-flex-xlarge-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .lr-justify-content-xlarge-start {
        justify-content: flex-start !important;
    }

    .lr-justify-content-xlarge-end {
        justify-content: flex-end !important;
    }

    .lr-justify-content-xlarge-center {
        justify-content: center !important;
    }

    .lr-justify-content-xlarge-between {
        justify-content: space-between !important;
    }

    .lr-justify-content-xlarge-around {
        justify-content: space-around !important;
    }

    .lr-align-items-xlarge-start {
        align-items: flex-start !important;
    }

    .lr-align-items-xlarge-end {
        align-items: flex-end !important;
    }

    .lr-align-items-xlarge-center {
        align-items: center !important;
    }

    .lr-align-items-xlarge-baseline {
        align-items: baseline !important;
    }

    .lr-align-items-xlarge-stretch {
        align-items: stretch !important;
    }

    .lr-align-content-xlarge-start {
        align-content: flex-start !important;
    }

    .lr-align-content-xlarge-end {
        align-content: flex-end !important;
    }

    .lr-align-content-xlarge-center {
        align-content: center !important;
    }

    .lr-align-content-xlarge-between {
        align-content: space-between !important;
    }

    .lr-align-content-xlarge-around {
        align-content: space-around !important;
    }

    .lr-align-content-xlarge-stretch {
        align-content: stretch !important;
    }

    .lr-align-self-xlarge-auto {
        align-self: auto !important;
    }

    .lr-align-self-xlarge-start {
        align-self: flex-start !important;
    }

    .lr-align-self-xlarge-end {
        align-self: flex-end !important;
    }

    .lr-align-self-xlarge-center {
        align-self: center !important;
    }

    .lr-align-self-xlarge-baseline {
        align-self: baseline !important;
    }

    .lr-align-self-xlarge-stretch {
        align-self: stretch !important;
    }

    .lr-order-xlarge-first {
        order: -1 !important;
    }

    .lr-order-xlarge-0 {
        order: 0 !important;
    }

    .lr-order-xlarge-1 {
        order: 1 !important;
    }

    .lr-order-xlarge-2 {
        order: 2 !important;
    }

    .lr-order-xlarge-3 {
        order: 3 !important;
    }

    .lr-order-xlarge-4 {
        order: 4 !important;
    }

    .lr-order-xlarge-5 {
        order: 5 !important;
    }

    .lr-order-xlarge-last {
        order: 6 !important;
    }

    .lr-margin-xlarge-0 {
        margin: 0 !important;
    }

    .lr-margin-xlarge-1 {
        margin: .25rem !important;
    }

    .lr-margin-xlarge-2 {
        margin: .5rem !important;
    }

    .lr-margin-xlarge-3 {
        margin: 1rem !important;
    }

    .lr-margin-xlarge-4 {
        margin: 1.5rem !important;
    }

    .lr-margin-xlarge-5 {
        margin: 3rem !important;
    }

    .lr-margin-xlarge-auto {
        margin: auto !important;
    }

    .lr-margin-x-xlarge-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .lr-margin-x-xlarge-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .lr-margin-x-xlarge-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .lr-margin-x-xlarge-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .lr-margin-x-xlarge-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .lr-margin-x-xlarge-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .lr-margin-x-xlarge-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .lr-margin-y-xlarge-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .lr-margin-y-xlarge-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .lr-margin-y-xlarge-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .lr-margin-y-xlarge-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .lr-margin-y-xlarge-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .lr-margin-y-xlarge-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .lr-margin-y-xlarge-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .lr-margin-top-xlarge-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .lr-margin-top-xlarge-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .lr-margin-top-xlarge-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .lr-margin-top-xlarge-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .lr-margin-top-xlarge-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .lr-margin-top-xlarge-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .lr-margin-top-xlarge-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .lr-margin-right-xlarge-0 {
        margin-right: 0 !important;
    }

    .lr-margin-right-xlarge-1 {
        margin-right: .25rem !important;
    }

    .lr-margin-right-xlarge-2 {
        margin-right: .5rem !important;
    }

    .lr-margin-right-xlarge-3 {
        margin-right: 1rem !important;
    }

    .lr-margin-right-xlarge-4 {
        margin-right: 1.5rem !important;
    }

    .lr-margin-right-xlarge-5 {
        margin-right: 3rem !important;
    }

    .lr-margin-right-xlarge-auto {
        margin-right: auto !important;
    }

    .lr-margin-bottom-xlarge-0 {
        margin-bottom: 0 !important;
    }

    .lr-margin-bottom-xlarge-1 {
        margin-bottom: .25rem !important;
    }

    .lr-margin-bottom-xlarge-2 {
        margin-bottom: .5rem !important;
    }

    .lr-margin-bottom-xlarge-3 {
        margin-bottom: 1rem !important;
    }

    .lr-margin-bottom-xlarge-4 {
        margin-bottom: 1.5rem !important;
    }

    .lr-margin-bottom-xlarge-5 {
        margin-bottom: 3rem !important;
    }

    .lr-margin-bottom-xlarge-auto {
        margin-bottom: auto !important;
    }

    .lr-margin-left-xlarge-0 {
        margin-left: 0 !important;
    }

    .lr-margin-left-xlarge-1 {
        margin-left: .25rem !important;
    }

    .lr-margin-left-xlarge-2 {
        margin-left: .5rem !important;
    }

    .lr-margin-left-xlarge-3 {
        margin-left: 1rem !important;
    }

    .lr-margin-left-xlarge-4 {
        margin-left: 1.5rem !important;
    }

    .lr-margin-left-xlarge-5 {
        margin-left: 3rem !important;
    }

    .lr-margin-left-xlarge-auto {
        margin-left: auto !important;
    }

    .lr-margin-xlarge-negative-1 {
        margin: -.25rem !important;
    }

    .lr-margin-xlarge-negative-2 {
        margin: -.5rem !important;
    }

    .lr-margin-xlarge-negative-3 {
        margin: -1rem !important;
    }

    .lr-margin-xlarge-negative-4 {
        margin: -1.5rem !important;
    }

    .lr-margin-xlarge-negative-5 {
        margin: -3rem !important;
    }

    .lr-margin-x-xlarge-negative-1 {
        margin-x: -.25rem !important;
    }

    .lr-margin-x-xlarge-negative-2 {
        margin-x: -.5rem !important;
    }

    .lr-margin-x-xlarge-negative-3 {
        margin-x: -1rem !important;
    }

    .lr-margin-x-xlarge-negative-4 {
        margin-x: -1.5rem !important;
    }

    .lr-margin-x-xlarge-negative-5 {
        margin-x: -3rem !important;
    }

    .lr-margin-y-xlarge-negative-1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important;
    }

    .lr-margin-y-xlarge-negative-2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important;
    }

    .lr-margin-y-xlarge-negative-3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .lr-margin-y-xlarge-negative-4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .lr-margin-y-xlarge-negative-5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .lr-margin-top-xlarge-negative-1 {
        margin-top: -.25rem !important;
    }

    .lr-margin-top-xlarge-negative-2 {
        margin-top: -.5rem !important;
    }

    .lr-margin-top-xlarge-negative-3 {
        margin-top: -1rem !important;
    }

    .lr-margin-top-xlarge-negative-4 {
        margin-top: -1.5rem !important;
    }

    .lr-margin-top-xlarge-negative-5 {
        margin-top: -3rem !important;
    }

    .lr-margin-right-xlarge-negative-1 {
        margin-right: -.25rem !important;
    }

    .lr-margin-right-xlarge-negative-2 {
        margin-right: -.5rem !important;
    }

    .lr-margin-right-xlarge-negative-3 {
        margin-right: -1rem !important;
    }

    .lr-margin-right-xlarge-negative-4 {
        margin-right: -1.5rem !important;
    }

    .lr-margin-right-xlarge-negative-5 {
        margin-right: -3rem !important;
    }

    .lr-margin-bottom-xlarge-negative-1 {
        margin-bottom: -.25rem !important;
    }

    .lr-margin-bottom-xlarge-negative-2 {
        margin-bottom: -.5rem !important;
    }

    .lr-margin-bottom-xlarge-negative-3 {
        margin-bottom: -1rem !important;
    }

    .lr-margin-bottom-xlarge-negative-4 {
        margin-bottom: -1.5rem !important;
    }

    .lr-margin-bottom-xlarge-negative-5 {
        margin-bottom: -3rem !important;
    }

    .lr-margin-left-xlarge-negative-1 {
        margin-left: -.25rem !important;
    }

    .lr-margin-left-xlarge-negative-2 {
        margin-left: -.5rem !important;
    }

    .lr-margin-left-xlarge-negative-3 {
        margin-left: -1rem !important;
    }

    .lr-margin-left-xlarge-negative-4 {
        margin-left: -1.5rem !important;
    }

    .lr-margin-left-xlarge-negative-5 {
        margin-left: -3rem !important;
    }

    .lr-padding-xlarge-0 {
        padding: 0 !important;
    }

    .lr-padding-xlarge-1 {
        padding: .25rem !important;
    }

    .lr-padding-xlarge-2 {
        padding: .5rem !important;
    }

    .lr-padding-xlarge-3 {
        padding: 1rem !important;
    }

    .lr-padding-xlarge-4 {
        padding: 1.5rem !important;
    }

    .lr-padding-xlarge-5 {
        padding: 3rem !important;
    }

    .lr-padding-x-xlarge-0 {
        left: 0 !important;
        padding: 0 !important;
        padding-right: 0 !important;
    }

    .lr-padding-x-xlarge-1 {
        left: .25rem !important;
        padding: .25rem !important;
        padding-right: .25rem !important;
    }

    .lr-padding-x-xlarge-2 {
        left: .5rem !important;
        padding: .5rem !important;
        padding-right: .5rem !important;
    }

    .lr-padding-x-xlarge-3 {
        left: 1rem !important;
        padding: 1rem !important;
        padding-right: 1rem !important;
    }

    .lr-padding-x-xlarge-4 {
        left: 1.5rem !important;
        padding: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .lr-padding-x-xlarge-5 {
        left: 3rem !important;
        padding: 3rem !important;
        padding-right: 3rem !important;
    }

    .lr-padding-y-xlarge-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .lr-padding-y-xlarge-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .lr-padding-y-xlarge-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .lr-padding-y-xlarge-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .lr-padding-y-xlarge-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .lr-padding-y-xlarge-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .lr-padding-top-xlarge-0 {
        padding-top: 0 !important;
    }

    .lr-padding-top-xlarge-1 {
        padding-top: .25rem !important;
    }

    .lr-padding-top-xlarge-2 {
        padding-top: .5rem !important;
    }

    .lr-padding-top-xlarge-3 {
        padding-top: 1rem !important;
    }

    .lr-padding-top-xlarge-4 {
        padding-top: 1.5rem !important;
    }

    .lr-padding-top-xlarge-5 {
        padding-top: 3rem !important;
    }

    .lr-padding-right-xlarge-0 {
        padding-right: 0 !important;
    }

    .lr-padding-right-xlarge-1 {
        padding-right: .25rem !important;
    }

    .lr-padding-right-xlarge-2 {
        padding-right: .5rem !important;
    }

    .lr-padding-right-xlarge-3 {
        padding-right: 1rem !important;
    }

    .lr-padding-right-xlarge-4 {
        padding-right: 1.5rem !important;
    }

    .lr-padding-right-xlarge-5 {
        padding-right: 3rem !important;
    }

    .lr-padding-bottom-xlarge-0 {
        padding-bottom: 0 !important;
    }

    .lr-padding-bottom-xlarge-1 {
        padding-bottom: .25rem !important;
    }

    .lr-padding-bottom-xlarge-2 {
        padding-bottom: .5rem !important;
    }

    .lr-padding-bottom-xlarge-3 {
        padding-bottom: 1rem !important;
    }

    .lr-padding-bottom-xlarge-4 {
        padding-bottom: 1.5rem !important;
    }

    .lr-padding-bottom-xlarge-5 {
        padding-bottom: 3rem !important;
    }

    .lr-text-align-xlarge-left {
        text-align: left !important;
    }

    .lr-text-align-xlarge-right {
        text-align: right !important;
    }

    .lr-text-align-xlarge-center {
        text-align: center !important;
    }
}

@media print {
    .lr-display-print-none {
        display: none !important;
    }

    .lr-display-print-inline {
        display: inline !important;
    }

    .lr-display-print-inline-block {
        display: inline-block !important;
    }

    .lr-display-print-block {
        display: block !important;
    }

    .lr-display-print-table {
        display: table !important;
    }

    .lr-display-print-table-row {
        display: table-row !important;
    }

    .lr-display-print-table-cell {
        display: table-cell !important;
    }

    .lr-display-print-flex {
        display: flex !important;
    }

    .lr-display-print-inline-flex {
        display: inline-flex !important;
    }
}

